@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
body{
    background-color: rgba(239, 239, 239,1);
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}

.pie{
    height: auto;
    background-color: rgba(201, 201, 201, 1);
    color: rgba(0, 0, 0, 1);
    padding: 20px;
}
.bg_nav{
    background-color: rgba(109, 110, 113, 1);
}

A:link, A:visited, A:active {
	
    text-decoration: none;
}



/*FONDOS NAV ESCRITORIO*/
.uno:hover {
    background-color: rgba(0, 174, 239, 1);
     transition: 0.6s;
}
.dos:hover {
    background-color: rgba(236, 0, 140, 1);
     transition: 0.6s;
    
}


a:hover {
	text-decoration: none;
    color:white;
}

a{
    color: rgba(109, 110, 113, 1);
}
.bot a{
    width: 190px;
    border-top: 1px solid rgba(109, 110, 113, 1);
    border-bottom: 1px solid rgba(109, 110, 113, 1);
    padding: 9px;
   	text-align:center;
	text-decoration: none;
	color: rgba(109, 110, 113, 1);
    


}
.bot a:hover {
	 border: none;
     color:white;
    
}

.bot{
    height: 45px;
    font-size: 18.5px;
    text-transform: uppercase;
    font-weight: bold;
      
}


/*color de icon facebook*/
.fa {
    padding: 8px;
    font-size: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    margin-right: 5px;
}
.fa:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
/*formato de iconos*/
.navic{
    background-color: rgba(109, 110, 113, 1);
    color: white;
    
}
.navic_d{
    padding: 5.5px;
    font-size: 13px;
    height: 23px;
    width: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    margin-right: 5px;
    margin-bottom: 4px;
}

/*ICONS BARRA MÓVIL*/
.nav-ic-m{
    padding: 12px;
    height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    margin-right: 5px;

}
.nav-ic-m-d{
    background-color: white;
   color: rgba(109, 110, 113, 1);
          
}

.nav-ic-m-d:hover{
    opacity: 0.7;
   color: rgba(109, 110, 113, 1);
          
}

.fa-whatsapp{
    font-size: 20px;
    padding: 9px;
    background-color:#25D366;
    color: white;
    
}
.fa-whatsapp:hover{
    
    opacity: 0.7;
   color: rgba(255, 255, 255, 1);
}

/*popover*/
a.hoverhere {
	display: inline-block;
	background: none;
	color: black;
	
}
a.hoverhere .popup {
	left: 45px;
	top: 15px;
	background: rgba(255, 255, 255, 1);
	width: 150px;
    height: auto;
	padding: 10px;
	border: 1px solid black;
z-index:100;
    text-align: center;
}
a.hoverhere .popup {
	display: none;
}
a.hoverhere:hover .popup {
	display: block;
}

.info{
    font-weight: bold;
    font-size: 16px;
    
}
li{
     font-size: 16px;
    color: rgba(109, 110, 113, 1); 
    text-align: justify;
    line-height: 20px;
}


.fa-facebook {
    background: #3B5998;
    color: white;
}


.no_info{
    display:none;
}
.head{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
   
}
.subhead{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}
.text{
    font-size: 16px;
    color: rgba(109, 110, 113, 1); 
    text-align: left;
    line-height: 20px;
}
/*fondos e imágenes para encabezados y pies*/
.f1{       
    background-image: url("../img/encabezado1_westpress.png");
}

.f2{
    background-image: url("../img/encabezado2_westpress.png");
    
}
.f3{
    background-image: url("../img/encabezado3_westpress.png");
}
.fe{
    background-color: rgba(11,148,68,1); 
}

.form{
    width:450px; height:460px;
    
}

.map{
    width: 600px;
    height: 450px;
    border:0;
}

@media (min-width: 340px){
     .map{
    width: 300px;
    height: 300px;
    border:0;
     }
    }

@media (max-width: 540px){
    
     .no_info{
     display: none;        
     }
     .img-log{
         width: 160px;
     }
    .img_s{
         width: 160px;
     }
    .fa {
    padding: 12px;
       
    height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    margin-right: 5px;
    }
    footer{
        text-align: center;
    }
    .map{
    width: 250px;
    height: 300px;
    border:0;
    }
}
 


@media (min-width: 720px){
    
    .no_info{
    display: none;
}
    .fa {
    padding: 12px;
    height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    margin-right: 8px;
    }
    
    .map{
    width: 400px;
    height: 300px;
    border:0;
}
/*
    .img-log{
         width: 160px;
     }
    .img_s{
         width: 160px;
     }
*/
    
}


 @media (min-width: 992px){
     
     .no_info{
         display: flex;
     }
     .nonav{
         display: none;
     }
     .img_s, .img-log{
         display:none;
     }
     
     .map{
    width: 600px;
    height: 450px;
    border:0;
}
     
     
}
