@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900');

:root {
    --bHeader: linear-gradient(white, white, white, white, white, white, white, white, white, rgba(255, 255, 255, 0.472), transparent);;
    --nMedio: #F2B705;
    --nBajo: #F2D338;
    --blanco: #F2E3D0;
    --negro: #595348;


}
html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgb(255, 255, 255);
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;

}

/*grid-template-colums y grid-template-rows  establecen un numero de columnas o filas
ej 
grid-template-rows: 150px 150px;
grid-template-columns: minmax(150px, 1fr)1fr; Funcion para establecer tamaño minimo y maximo
grid-gap  para establecer el gap
*/


header {
    background: var(--bHeader);
    background-repeat: no-repeat;
    background-size: cover;
    grid-row: 1/2;
    height: 100px;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    overflow: hidden;
    z-index: 2;
    gap: 8%;
}
#indexNav{
	background: var(--blanco);
    box-shadow:5px 5px 5px #08080815;
}
footer {
    width: 100%;
    z-index: 2;
    height: 80px;
    grid-column: 1/2;
    grid-row: 2/3;
    background-color: #f9f9f9;
    flex-shrink: 0;
    /* Evita que el footer se encoja si el contenido es muy largo */
    margin-top: auto;
    /* Empuja el footer hacia la parte inferior */
    align-items: center;
    clear: both;
    display: flex;
    justify-content: center;
    justify-items: center;
 
}

footer>h3 {
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5em;
    color: #595348;

}
/*MENU*/
nav {
    width: 100%;
}
/*LISTA BOTONES MENU*/
nav li {

    width: 100%;
    height: 100px;
    list-style: none;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-content: center;
    justify-content: center;


}
/* BOTONES MENU*/
nav ul {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 240px;
    list-style-type: none;
    padding: 0;
    color: white;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    white-space: nowrap;



}
nav ul:hover {
    background: linear-gradient(rgba(241, 241, 241, 0.237), rgba(241, 241, 241, 0.211), rgba(241, 241, 241, 0.199), rgba(241, 241, 241, 0.233), rgba(241, 241, 241, 0.207), rgba(241, 241, 241, 0.203), rgba(241, 241, 241, 0.253), rgba(241, 241, 241, 0.23), rgba(241, 241, 241, 0.511), transparent, transparent);
    border-left: 4px solid rgba(200, 200, 200, 0.101);
    border-right: 4px solid rgba(200, 200, 200, 0.098);
}

.menu a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
    font-style: normal;
    height: 100px;
    width: 100%;
    color: rgb(127, 127, 127);
    text-decoration: none;
    font-size: 1em;
    
}

.menu a:hover {
    font-weight: 600;
    color: rgb(0, 242, 255);
}

.menu a:active {
    color: rgb(0, 183, 255);
}

/*BOTONES MENU*/


img {

    width: 100%;
    height: 100%;

}






.item img {
    object-fit: cover;
    border: 15px solid black;
}






.contenedor {
    width: 90vw;
    position: relative;
    place-items: center;
}

.contenedor>article {
    display: block;
    color: white;
    background: transparent
}



.titulo {
    width: 100%;
    min-height: 100px;
    text-align: left;
    overflow: hidden;
}

.titulo h2 {
    width: 100%;
    height: 10vw;
    position: absolute;
    color: rgb(0, 0, 0);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;   
    vertical-align: middle;
    font-size: calc(5rem + 0.5vw);    
    text-align: center;
    text-shadow: 2px 2px 5px #26262670;
    letter-spacing: 2px;
    white-space: nowrap;
    text-transform: uppercase;
  
  text-decoration: underline;
  text-underline-offset: 0.2em; /* Espaciado entre el texto y el subrayado */
  text-decoration-color: brown;
  text-decoration-thickness: 15%;
}

.titulo.uno {
    color: rgb(0, 0, 0);
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    grid-column: 1/9;
    grid-row: 3/4;
    
}

.titulo .dos {
    height: 100vh;
    width: 100%;
    grid-column: 2/10;
    grid-row: 2/3;
    font-weight: 600;
}

.titulo.tres {

    height: 100vh;
    width: 100%;
    grid-column: 1/9;
    grid-row: 3/4;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;    
    text-shadow: 2px 2px 5px #26262670;
    letter-spacing: 4px;

}

.titulo.tres h2 {
    min-height: 50px;
    width: 100%;
    margin-top: 2vw;
   text-align: center;
    position: absolute;
    color: rgb(0, 0, 0);

}
.subt{
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    padding-left: 35px;
    
}
.favi {
    width: 35px;
    height: 35px;
}
@media (max-width:960px) {

    body {
        background-color: white;
    }
    
    

    .titulo h2 {

        margin-top: 0vw;
        margin-left: 0vw;
        text-align: center;
        font-size: 9vw;




    }

    .titulo.uno h2 {

        margin-top: 0;
        margin-left: 0;
        font-size: 8vw;

    }

    .titulo.tres h2 {

        margin-top: 0;
        margin-left: 0;

        
    }
    .item img{
        border-width: 8px;
    }

}


/*Menu MÓVIL*/
.iconomenu{
    display: none;
}
.capaGris{
    background-color: rgba(169, 169, 169, 0.327);
    height: 100vh;
    width: 100vw;
    display: none;
}
.contenedorMenu{
    display: none;
}
@media (max-width:960px) {

    body {
        background-color: white;
    }
    label{
        display: flex;
        justify-content: right;
    }
    .default-color {
        fill: black; /* Color inicial */
      }
      
      .clicked-color {
        fill: rgb(19, 171, 241); /* Color después del clic */
      }
      
    .menu ul li a{
        font-size: 6vw;
        padding-top: 1.5vh;
    }
/*Visibilidad Menu*/
    .vectorial{
        display: none;
    }
    .digital{
        display: none;
    }
    .grafico{
    display: none;
}
    .info{
        display:none;
    }
    .home{
        display: none;
    }
/*Visibilidad Menu*/
    a.icono{
        padding: 0;
        width: 100px;
        height: 100px;
    }
svg{
    height: 80%;
    width: 80%;
}

    .contenedorMenu{
        display: block;
        position: fixed;
        top: 0px;
        right: 20px;
        z-index: 2;
    }

    .paginas a, .iconomenu{
        display: block;
        text-decoration: none;
        background: #ffffff;
        color:#fff;
        width: 100px;
        height:100px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
        transition: 500ms ease all;
    }
    .paginas a:hover{
        background: #03c2f2;
        color: #ffffff;
        font-weight: 600;
    }
    
    .paginas a{
        color: black;
        display: flex;
        text-align: center;
        padding-left: 4vw;
        width: 100%;
        border-radius: 0;
        align-items: center;
        margin-bottom: -15px ;
        opacity: 0;
        visibility: hidden;
        font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    justify-content: center;
    }
    #btn-mas{
        display: none;
    }
    #btn-mas:checked~ .paginas a{
        margin-bottom: 5vw;
        font-size: 4vw;
        opacity: 1;
        visibility: visible;
        border-radius: 15px;
    }
    #btn-mas:checked~ .paginas {
        border-radius: 2%;
        background-color: rgb(226, 226, 226);
        padding: 5vw;
        width: 70vw;
        height: fit-content;
        box-shadow: 0px 1px 5px 5px #0000003b;
    }
    .iconomenu{
        color: black;
        border-radius: 0;
        scale: 80%;
        box-shadow: none;
    }
   
 
   


}
@media (max-width: 960px) {
    header {
        display: none;
    }
}



