#servicio{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
}
#banner{
    background: url('../images/bannerservicios.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nova{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    color: #f3c426;
}
.contenido_servicio{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    text-align: justify;
}
.duo_ser{
    position: relative;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: 10%;
}
.duo_ser img{
    max-width: 100%;
}
#banner1{
    background: url('../images/bannerservicios1.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contenido_trio{
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
}
.contenido_trio img{
    max-width: 250px;
}
#banner2{
    background: url('../images/bannerservicios2.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}
#banner3{
    background: url('../images/bannerservicios3.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}
#banner4{
    background: url('../images/bannerservicios4.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}
#banner5{
    background: url('../images/bannerservicios5.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1040px){
    .duo_ser{
        width: 100%;
    }
}
@media screen and (max-width: 850px){
    .contenido_trio{
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    #servicio{
        font-size: 14px;
    }
    .contenido_trio img{
        max-width: 125px;
    }
}