/* S1 */
section#s1{
	background: #4D4D4D url(s1.png) center top no-repeat;
	background-size: contain;
	color:#FFF;
	padding-top: 150px;
}
section#s1 h4{
	color:#E6E6E6;
}
.bajar{
    height: 50px;
    width:50px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 10px 35px 0 rgba(0,0,0,0.3);
    transition: all 0.5s ease-in-out;
    background:#FFF url(bajar.png) center no-repeat;
    z-index:2;
}
.bajar:hover{
  background:#333333 url(bajarh.png) center right no-repeat;
  color: #FFF;
  z-index:2;
}
.recorrido{
	width: 0;
	height: 150px;
	border: 2px dashed rgba(0,0,0,0.3);
	margin:0 auto;
}

/* S2 */
section#s2{
	background: #009776;
	color:#FFF;
}
section#s2 .container{
	text-align: left;
}
section#s2 .columna3{
	text-align: right;
}
section#s2 .columna2-3{
	padding-left: 50px;
}
section#s2 h3{
    display: inline-block;
    width:72px;
    height: 72px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    line-height: 72px;
    background: rgba(0,0,0,0.15);
    text-align:center;
    font-family: bold;
    border-radius: 50px;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
    margin-right:5px;
}

/* S2 */
section#s3{
	background: #009776;
	color:#FFF;
    padding-bottom: 100px;
}
section#s3 .container{
	text-align: left;
}
section#s3 .columna3{
	text-align: right;
}
section#s3 .columna2-3{
	padding-left: 50px;
}
section#s3 h3{
    display: inline-block;
    width:72px;
    height: 72px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    line-height: 72px;
    background: rgba(0,0,0,0.15);
    text-align:center;
    font-family: bold;
    border-radius: 50px;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
    margin-right:5px;
}


/* S2 */
section#s4{
	background: #009776;
	color:#FFF;
	padding-bottom: 150px;
}
section#s4 .container{
	text-align: left;
}

section#s4 .columna3{
	text-align: right;
}
section#s4 .columna2-3{
	padding-left: 50px;
}
section#s4 h3{
    display: inline-block;
    width:72px;
    height: 72px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    line-height: 72px;
    background: rgba(0,0,0,0.15);
    text-align:center;
    font-family: bold;
    border-radius: 50px;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
    margin-right:5px;
}

/*Section 5*/
section#s5{
  padding: 150px 100px;
  padding-bottom: 300px;
  background: url(s5.jpg) center no-repeat;
  background-size: cover;
  text-align: left;
  color: white;
}
/**********  ------ RESPONSIVE  ------ **********/
@media screen and (max-width: 1680px){
}
@media screen and (max-width: 1400px){
section#s1{padding-top: 150px;}
section#s4{padding-bottom: 100px;}
section#s5{padding: 100px 50px;padding-bottom: 100px;}
.recorrido{height: 100px;}
}
@media screen and (max-width: 1024px){
section#s1{padding-top: 150px;}
section#s4{padding-bottom: 100px;}
.recorrido{height: 50px;}
section#s2 .columna3{text-align: center;padding:10px;}
section#s2 .columna3 img{ max-width: 200px;}
section#s2 .columna2-3{text-align: center; padding-left: 0;}
section#s3 .columna3{text-align: center;padding:10px;}
section#s3 .columna3 img{ max-width: 200px;}
section#s3 .columna2-3{text-align: center; padding-left: 0;}
section#s4 .columna3{text-align: center;padding:10px;}
section#s4 .columna3 img{ max-width: 100px;}
section#s4 .columna2-3{text-align: center; padding-left: 0;}
section#s5{padding: 50px 50px;padding-bottom: 50px;}
}
@media screen and (max-width: 600px){
}
@media screen and (max-width: 480px){
section#s1 .container{height: 400px;}
section#s1{padding-top: 100px;}
section#s4{padding-bottom: 50px;}
.recorrido{height: 30px;}

}
@media screen and (max-width: 320px){

}
