
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;
	
}



.Seccion-Sucursales {
    
    width: 100%;
    height: auto;
    
}

.Content-Sucursales1 {
    
    width: 1250px;
    height: auto;
    padding-top: 125px;
    
}

.Content-Sucursales2 {
    
    width: 1250px;
    height: auto;
    padding-top: 325px;
    
}

.Mega-Titulo-Sucursales {
    
    font-family: 'Oswald', sans-serif;
    color:  #11a3b8;
    font-size: 42px;
    margin-top: -40px;
    padding-bottom: 45px;
       
}


.Content-Text-Sucursales {
    
    width: 20%; 
    vertical-align: top;
    display: inline-block;
    float:left;
     
}

.Titulo-Sucursales {
    
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #444444;
    padding-bottom: 15px;
    text-align: left;
    vertical-align: top;
    margin-top: 35px;
  
}



.Texto-Sucursales {  

    height: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #444444;
    font-weight: 300;
    
}

.Texto-Sucursales p {
    
    height: 12px;
    
}



.Mapa {
    width: 70%;
    float:right;
    padding-bottom: 125px;

}

iframe {
    
    width: 95%;
    height: 430px;
    
 }



@media (max-width:414px) { 
    
.Seccion-Sucursales {
    
    width: 95%;
    height: auto;
    
}

.Content-Sucursales1 {
    
    width: 95%;
    height: auto;
    padding-top: 125px;
    
}

.Content-Sucursales2 {
    
    width: 95%;
    height: auto;
    padding-top: 325px;
    
}

.Mega-Titulo-Sucursales {
    
    font-size: 32px;
    margin-top: -80px;
    padding-bottom: 12px;
       
}


.Content-Text-Sucursales {
    
    width: 90%; 
    float:none;

 
     
}

.Titulo-Sucursales {
    
    font-size: 14px;
    padding-bottom: 15px;
    text-align: left;
    margin-top: 15px;
  
}



.Texto-Sucursales {  


    font-size: 12px;
    text-align: left;

    
}



.Mapa {
    width: 1%;
    float:none;
    padding-bottom: 125px;

}

iframe {
    
    width: 360px;
    height: 430px;
    margin-left: 20px;
    margin-top: 15px;
    
 }



}




@media (max-width:360px) { 

iframe {  width: 320px; }


}





@media (max-width:320px) { 

iframe {  width: 260px; }


}