﻿@font-face{
    font-family:Montserrat;
    src:url(../Font/Montserrat/Montserrat-Regular.ttf);       
}


body {
     padding: 0; 
     margin : 0;       
     font-family:Montserrat; 
     }

a{
    font-family:Montserrat; 
}

/*BARRA DE IDIOMA*/ 
.encabezado {
    display : flex;
    height: 38px; 
    background: #ffc107;
    justify-content : flex-end ;
    align-items : center;
}

.lenguajes {
    display : flex ;
    color: #ffc107 ;
    padding:20px; 
    text-decoration: none;  
}

.lenguajes :hover {
    opacity : .7; 
    text-decoration: none; 
}
 
.idioma {
    display :flex ;
    padding :3px;
    align-items : center;
    color :#ffffff;
    text-decoration : none ;
}

.idioma img {
    padding : 0px;
    border:2px solid #ffffff;
    border-radius: 13px 14px;
}

.lenguajes  span {
    padding :5px;
}


/*BOTON INGRESO DE USUARIOS*/
.btn_usuario {
    display: flex ; 
    justify-content : flex-end;
    font-family: Montserrat,Montserrat;  
}

.btn_ingre_usuario {
    background : #00158B;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px; 
    border-radius: 10px; 
    margin: 10px;
    font-size: small;  
    width: 210px;
    text-align : center ; 
    font-weight: bold;  
}

.btn_ingre_usuario:hover {
    text-decoration : none ;
    background: #1E88E5; 
} 

/*.menu {
    display: flex;
    justify-content: space-between;     
    position: -webkit-sticky ; 
    top: 0; 
    background: rgb(255, 0, 0);
    margin:0; 
    width: 100%;
    height: 60px;  
}*/

.btn_logo {
    display: flex;
    align-items : center;
    margin-left: 35px;     
}



/*PIE DE PAGINA*/
.redes img {
    font-size: 50px; 
    color:#00158B;
    padding: 15px 15px;
    padding-right: 0px;  
   padding-left: 0px;
}

.redes img:hover{
    opacity: .5;   
} 

.pie_redes {
    display: flex ;
    justify-content: center;
}

.form {         
   align-content: center;   
}

footer p {
    display: flex;
    justify-content: center;
    font-family: Montserrat;
    text-align: center;
}



 
/* FORZAR TEXTO BLANCO EN NAVBAR */
.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    font-family: Montserrat;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffc107 !important; /* Dorado en hover */
    text-decoration: underline;
}
