/*---------------------ZONAS--------------**/


#banner-transversal{
    width: 100%;
}

#zonas{
 width: 100%;
}
.contenedor-zonas{
    width: 100%;
    min-height: 200px;
    -webkit-box-shadow: -1px 0px 18px -7px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 18px -7px rgba(0,0,0,0.75);
box-shadow: -1px 0px 18px -7px rgba(0,0,0,0.75);
margin-bottom: 10%;

}
.imagen-zonas{
    width: 100%;
    min-height: 150px;
    background-position: center;
    background-size: cover;
}
.texto-zonas{
    width: 100%;
}
.texto-zonas p {
    margin: 0;
    font-size: 13px;
    padding: 12px 10px;
    color: #4d4d4d;
    font-family: 'Montserrat';
}


.texto-zonas span {
    font-weight:bold;
    display:block;
    font-family: 'Montserrat';
}

/*-----------------------------------------------*/
/**-----------------RESPONSIVE-------------******/
/*-----------------------------------------------*/

@media(min-width:360px) {

  
}
@media(min-width:375px) {

  
}
@media(min-width:414px) {

  
}