/** Utilidades **/
.nav-bg{
    background-color: var(--gristenue);    
    font-family: var( --fuenteHeading);       
    padding-top: 1rem;
    padding-bottom: 1rem;    

}
.navegacion-principal{   
    width: 80%;
    display:flex;
    flex-direction:column;    
    justify-content: space-between;    
}
.navegacion-principal ul{
    list-style: none;
    margin: 0;
}

.navegacion-principal li{
    list-style-type: none;
   display: inline;
   padding-right: 5px;
}

.navegacion-principal a{
    color: var(--oscuro);
    text-decoration: none;/*Quita el subrayado de un a*/
    font-style: Medium;
    font-size: 1.5rem; 
    padding-right: 1rem;     
}

.redessociales a{
    padding-right: 1rem;
}

.navegacion-principal a:hover{
    background: var(--gristenue);
    color: var(--oscuro);
}

.barranav hr{
    background-color: var(--rojo);
    height: 3px;
    margin-top: 0;
    margin-bottom: 0;
    border: 3px solid var(--rojo);
}

.mqbig img{
    width: 40px;
    height: 40px;   
    border-radius: 50%; 
}

/*
background-image: url(../img/recursos/inicio.jpg); 
background-color: rgb( 0 0 0 / 36% );   
*/
/** Header **/
/*Start  Menu de hamburguesa*/

.barra__boton {
    display: none;
}

.mobile-menu i{
    color: var(--blanco);    
}
.mostrar-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mostrar-mobile button{
    margin: 5px;
}
.efectoimg {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 2rem;
}


/*End Menu de hamburguesa*/

.inicio {
    background-image: url(../img/recursos/inicio.jpg);
    height: 60rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}

.header {
    background-color: rgb( 0 0 0 / 60% );  
    height: 60rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}


.header__texto {
   text-align: center;
   color: var(--blanco);      
}


.my-button {    
    height: 23px;    
    font-family: var(--fuenteBtn);
    font-size: 12px;    
    font-weight: 100;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb( 0 0 0 / 36% );   
    color: white;
    border: 1px solid #d0d0d0;
    border-radius:0;
    cursor: pointer;
    width: 200px;  
    margin: 1rem;
    padding-top: 5px;
}


.my-buttonsl {
    height: 23px;    
    font-family: var(--fuenteBtn);
    font-size: 12px;    
    font-weight: 100;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb( 0 0 0 / 36% );   
    color: white;
    border: 1px solid #d0d0d0;
    border-radius:0;
    cursor: pointer;
    width: 200px;  
    margin: 1rem;
    padding-top: 5px;
}

.my-buttonsl:hover {
background-color: var(--botonmouse);
}

.my-buttonsl:active {
background-color: var(--rojo);
}

.my-button:hover {
    background-color: var(--botonmouse);
}

.my-button:active {
background-color: var(--rojo);
}

.titulo{
    margin-top: 0;
    margin-bottom: -1rem;
    font-family: var(--fuenteTituloPrincipal);
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
}

.subtitulo{
    margin-top: 0;
    margin-bottom: -1rem;   
    padding-bottom: 1rem; 
    font-weight: 100;
    font-size: 2rem;
}
/*BUSQUEDA*/

.label__busqueda{
    margin-top: 5px;
}

.my-button-busqueda{    
    height: 27px;  
    width: 130px;
    font-family: var(--fuenteBtn);
    font-size: 12px;    
    font-weight: 100;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: rgb( 0 0 0 / 36% );   
    color: white;
    border: 1px solid #ffffff;
    border-radius:0;
    cursor: pointer;
    margin: 1rem;
    padding-top: 5px;     
}

.my-button-busqueda:hover {
    background: var(--botonmouse);
}

.center-form{
    display: flex;
    flex-direction: column;
    text-align: center;
    /*Centra los elementos*/
    display: flex;
    justify-content: center;
        /*Centra los elementos*/
}

@media (min-width: 480px) {    
    .header__texto hr{
       width:  900px; 
    }
    
}




@media (min-width: 665px) {
    .titulo{
        margin-top: 10rem;
        font-weight: 400;
        font-size: 6rem;
    }
    .subtitulo{
        font-weight: 300;
        font-size: 4rem;
    }
}


@media (min-width: 768px) {
    .navegacion-principal{        
        flex-direction:  row;        
        justify-content: end;               
    }
    .mobile-menu{
        display: none;    
    }    
    .barra__boton{
        display: unset;
    }
    .efectoimg {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .my-button {    
        height: 23px;    
        font-family: var(--fuenteBtn);
        font-size: 12px;    
        font-weight: 100;
        font-style: normal;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: rgb( 0 0 0 / 36% );   
        color: white;
        border: 1px solid #d0d0d0;
        border-radius:0;
        cursor: pointer;
        width: 200px;  
        margin: 1rem;
        padding-top: 5px;
    }
}

@media (min-width: 1050px) {
    .mqbig{ 
        padding-left: 20rem; 
        
    }
}

