/*INDEX*/
#head {
    width: 100%;
    position: relative;
}
#cover {
    width: 70%;
    position: absolute;
    top: 10%;
    left: 15%;
    text-align: center;
}
#cover h1 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 70px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 70px;
}
#cover h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
}
@media screen and (max-width: 900px) {
#cover h1 {
    font-size: 60px;
}
#cover h2 {
    font-size: 50px;
}
}
@media screen and (max-width: 570px) {
#cover h1 {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
}
#cover h2 {
    font-size: 20px;
    line-height: 24px;
}
}
#info {
    width: 100%;
    height: 850px;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d0;
    margin-top: -130px;
}

#info1 {
    width: 100%;
    background-image: url(http://www.nacion.com/archivo/saludstage1_LNCIMA20151106_0129_1.jpg);
    height: 800px;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #d0d0d0;
}

#info1 ul.spots {
    width: 100%;
    height: 100%;
	position: relative;
}
#info1 ul.spots li {
	width: 25px;
	height: 25px;
	position: absolute;
	border-radius: 25px;
	cursor: pointer;
    background: #f47319 url(../img/icon_rest.png) center center no-repeat;
}

#info2 {
    width: 100%;
    background-image: url(http://www.nacion.com/archivo/saludstage2_LNCIMA20151106_0130_1.jpg);
    height: 800px;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #d0d0d0;
}
#info2 ul.spots {
    width: 100%;
    height: 100%;
	position: relative;
}
#info2 ul.spots li {
	width: 25px;
	height: 25px;
	position: absolute;
    background: #f47319 url(../img/icon_rest.png) center center no-repeat;
	border-radius: 25px;
	cursor: pointer;
}

#info3 {
    width: 100%;
    background-image: url(http://www.nacion.com/archivo/saludstage3_LNCIMA20151106_0131_1.jpg);
    height: 800px;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #d0d0d0;
}
#info3 ul.spots {
    width: 100%;
    height: 100%;
	position: relative;
}
#info3 ul.spots li {
	width: 25px;
	height: 25px;
	position: absolute;
    background: #f47319 url(../img/icon_rest.png) center center no-repeat;
	border-radius: 25px;
	cursor: pointer;
}


#columns {
    width: 100%;
    margin: 35px 0 50px 0;
}
#columns .clear {
    clear: both;
}
#columns .column {
    width: 29%;
    float: left;
    margin: 0 2% 0 2%;
}
#columns .column h1 {
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;	
    font-size: 28px;
    font-weight: 600;
    color: #a0a0a0;
}
#columns .column p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
#columns .column img {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 570px) {
#columns .column {
    width: 90%;
    margin: 0 5% 20px 5%;
}
}
#text {
    width: 60%;
    margin: 0 20% 60px 20%;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}
@media screen and (max-width: 570px) {
#text {
    width: 70%;
    margin: 0 15% 60px 15%;
    font-size: 18px;
}
}


.cd-scroll-down {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 300px;
    background: url("../svg/arrow_down.svg") no-repeat center center;
    width: 50px;
    height: 50px;
    display: block;
}

@media (min-width: 300px) and (max-width: 640px) {
    .cd-scroll-down {
    bottom: 120px !important;
    }
    #info{
    height: 450px;
    margin-top: 0px;
    }
    #info1 {
    height: 260px;
    }
    #info2 {
    height: 260px;
    }
    #info3 {
    height: 260px;
    }
}
