/*  import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@300;400;500;600&family=Noto+Sans:wght@400;700&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@300;400;500&family=Roboto:wght@400;500;700;900&family=Scope+One&display=swap');




/**/

.nav-pills li a{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #0A5696;
}
.nav-pills li a:hover{
    background-color: #91989F;
    color: white;
}


/**/

#avisopf{
    color: rgb(10, 86, 150) ;
    text-decoration: none;
}
#avisopf:hover, :active, :visited{
    text-decoration: underline;
    color:  rgb(10, 86, 150) ;
}






/**/
.status{
    font-size: 18px;
    color: green;
    padding: 15px;
}

.status span{
    color: red;
}


/* footer  */



footer{
    

    border-top: 3px solid  rgb(10, 86, 150);
   width: 100%;
 position: relative;
    background: url(img/fondo3.jpg) no-repeat right  ;
background-attachment: fixed;


    background-size: contain;
    padding: 15px 23px;
    color: #fff;
    margin-top: 80px;



}



  footer .col-md-2 .nav-link {
        color:white;
    }
    
footer .col-md-2 .nav .nav-item a{
    color: black;
}


 footer .col-md-2 ul  a:hover{
        color:rgb(230, 126, 34);
    }

 footer .col-md-2 ul  a:active{
         color:black;
    }

footer .col-md-2 ul  a:visited{
         color:black;
    }


footer h5{
    color:  rgb(10, 86, 150);
font-family: 'Open Sans', sans-serif;

    
} 



 .nav-link{
font-family: 'Roboto', sans-serif;
   font-size: 16px;
     text-align: center;
}


footer p{
    color: dimgrey;
    
}

footer .fooredes i{
    color:rgb(230, 126, 34);
    font-size: 25px;
    margin: 10px;
}

footer .row p{
  text-align: center;
}


footer .col-md-2{
    margin-left:  35px;
   
    
}





/**/



.contactoTarjetas .tituloContacto{
    color:  rgb(10, 86, 150);
    font-family: 'Lato', sans-serif;
}




.contactoTarjetas p{
    font-size: 18px;
    text-align: center;
    font-style: italic;
 }

 .contactoTarjetas .telefonos{
    color: coral;
 }

 .contactoTarjetas ul li{
    border-top: 2px solid  coral;
    text-align: center;
    font-family: 'Lato', sans-serif;
 }




/*Area ventas*/

.tituloAreaVentas{
    color: #0A5696;
}


.contactoAreas{
    box-shadow: 3px 2px 5px 3px rgba(223, 163, 35, 0.212);
    -webkit-box-shadow: 3px 2px 5px 3px rgba(223, 163, 35, 0.212);
    -moz-box-shadow: 3px 2px 5px 3px rgba(223, 163, 35, 0.212);


}



.mapas iframe{
    height: 450px;
    margin:100px 0 100px 0;
}









@media (max-width: 470px){

    .tarjeta{
        margin-top: 20px;
    }
    footer{
        background: linear-gradient(to left, rgba(253, 254, 254 ,.6), rgba(0,0, 0,.3)), url("img/fondo3.jpg") no-repeat bottom  ;
           background-size: cover;
       
       }

}




