/*   
Theme Name: Sendero Los Gallardos
Theme URI: the-theme's-homepage
Description: Tema personalizado
Author: VRESTUDIO
Author URI: your-URI
Version: 1.1
.
General comments/License Statement if any.
.
*/
/*----------------------------RESET----------------------*/
img{max-width: 100%;height: auto;overflow: hidden;}

ul {list-style: none;padding: 0;margin: 0;}

body{
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    margin: 0;
    font-family: 'lato', sans-serif;
}

a {text-decoration: none;color: var(--white);}

h1,h2,h3,h4,h5,h6,p,figure,blockquote {margin: 0;}

time, picture{display: block;}

/*----------------------------VARIABLES----------------------*/
:root{
    --senderos: #F7B512;
    --naturaleza: #A3D963;
    --agua: #00A6D6;
    --mineria: #727272;
    --crema: #F7B512;
    --white: #ffffff;
    --black: #1F1C21;
    --grey-900:#262626;
    --grey-700:#5C5C5C;
    --grey-500:#949494;
    --grey-200:#E8E8E8;
    --grey-100:#F5F5F5;

    /*efectos*/
--bs-cenital-8: 0 0 8px rgba(0 0 0 / 25%);

    /*fuentes*/
--inter-h1-mov:400 24px/100% "Inter", sans-serif;
--inter-h2-mov:400 20px/100% "Inter", sans-serif;
--inter-h3-mov:600 16px/100% "Inter", sans-serif;
--inter-p-mov:400 14px/100% "Inter", sans-serif;
--inter-h1-md:400 30px/100% "Inter", sans-serif;
--inter-h2-md:400 26px/100% "Inter", sans-serif;
--inter-h3-md:600 24px/100% "Inter", sans-serif;
--inter-p-md:400 16px/100% "Inter", sans-serif;
}
body{
    font-family: "Inter", sans-serif;
}


/*-------------------CABECERA PRINCIPAL---------------*/
.logo_container{
    height: 300px;
    background-image:url('./img/TEXTURA-SENDEROS.jpg');
    display: flex;
    align-items: flex-end;
    padding: 48px;
}
.cabecera_nav{
    width: 260px;
    background-color: var(--senderos);
    border-radius: 14px;
    position: fixed;
    bottom:90px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    box-shadow: var(--sd-cenital-8);
    z-index: 991;
    display: none;
}
.cabecera_nav .menu-item{
margin-top:24px;
margin-bottom: 16px;
}
.cabecera_nav .menu-item a{
color: var(--black);
font: var(--inter-h2-mov);
}
.cabecera_principal .menu-item:hover a{
    color: var(--white);
}
#menu-item-23:hover{
    color: var(--white);
}
/*
.btn:hover{
    background-color: var(--warning);
    border-color: transparent;    
}
*/
#check{display:none;}

#check:checked ~ .cabecera_nav{
display:block
}
#check:checked ~ .burguer > div:first-child{
    transform: translateY(9px);
}
#check:checked ~ .burguer > div:last-child{
    transform: translateY(-9px);
}

.burguer{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    left:0;
    right:0;
    margin: auto;
    background-color: var(--senderos);
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 14px 12px;
    z-index:990;
    box-shadow: var(--bs-cenital-8);
    cursor: pointer;
}
.burguer > div{
    height: 4px;
    background-color: var(--crema);

}

/*----------------------HOME CATEGORY---------*/
    
    .sendero{
        margin: 16px 0px 16px 0px;
    }
        .imagen_sendero img{
        width: 100%;
        object-fit: cover;
        }

/*----------------------CATEGORY-SENDERO-MINERO---------*/
.bloque_color_minero{
	width:16px;
	background-color:var(--mineria);
}
.datos_destacados_detalles{
	color:var(--mineria);
}


/*---------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
--------------------------------MEDIA QUERY----------------------------------------------
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
@media(min-width:920px){
.burguer{display:none}
.cabecera_nav{
    width: auto;
    background-color: transparent;
    position: static;
    text-align: center;
    box-shadow: none;
    z-index: 991;
    display: flex;
    flex:1;
    flex-direction: row;
    justify-content: center;
    height: 20%;
}
.cabecera_principal{
    display: flex;
    align-items: center;
    width: 60%;
    height: 160px;
    justify-content: space-between;
}
.cabecera_principal .menu-item{
    margin-top:0px;
    margin-bottom: 0px;
    margin-left: 48px;
}
.cabecera_nav .menu-item a{
font: var(--inter-h2-md);
text-transform: uppercase;
}
.cabecera_nav .menu-item a:hover{
color: var(--senderos);
}
.logo_container{
    height: 400px;
    width: 100%;
}
.logotipo img{
    width: 60%;
}
.sendero{
    display: flex;
}

/*----------------------HOME CATEGORY---------*/
    .imagen_tarjeta_senderos{
    width: 60%;
    }
    .imagen_ruta_senderos{
    width: 40%;
    }

.sendero{
    display: flex;
}

}

@media(min-width:1920px){

.imagen_sendero img{
    height: 620px;
    object-fit: cover;
}


}
