@font-face {
    font-family: "tipografia1";
    src: url(../tipografia/Geologica-Light.ttf);
}
@font-face {
    font-family: "tipografia2";
    src: url(../tipografia/Geologica-Regular.ttf);
}
@font-face {
    font-family: "tipografia3";
    src: url(../tipografia/Geologica-Black.ttf);
}
.logo {
    width: 70%
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1.5vmax;
    color: white;
}
.primero {
    padding-top: 15%;
}
.letra1{
    font-size: 1.7vmax;
}
.letra2{
    font-size: 3vmax;
}
.letra3{
    font-size: 1.8vmax;
}
.letra3s{
    font-size: 2vmax;
}
.letra4{
    font-size: 2.2vmax;
}
.letra5{
    font-size: 4vmax;
}
.letra6{
    font-size: 8vmax;
}
.letra7{
    font-size: 1.4vmax;
}
.letra8{
    font-size: 1.6vmax;
}
.letra8s{
    font-size: 1.7vmax;
}
.letra9{
    font-size: 5vmax;
}
.letra10{
    font-size: 4vmax;
}
.letra11{
    font-size: 1.2vmax;
}
.letra12{
    font-size: 3vmax;
}
.posicion1{
    position:absolute;
    width: 200%;
    top:-25%;
}
.posicion2{
    position:absolute;
    right: 10%;
    bottom:0;
    width: 60%;
}
.posicion3{
    position:absolute;
    right: 0;
    top:5%;
    left: 0;
    text-align: center;
}
.posicion4{
    position:absolute;
    right: 3%;
    bottom:30%;
    left: 30%;
    text-align: center;
}
.posicion5{
    position:absolute;
    right: 2%;
    bottom:30%;
    left: 35%;
    text-align: center;
}
.posicion6{
    position:absolute;
    right: 3%;
    bottom:20%;
    left: 30%;
    text-align: center;
}
.posicion7{
    position:absolute;
    right: 3%;
    top:10%;
    left: 3%;
    text-align: justify;
}
.posicion8{
    position:absolute;
    right: 4%;
    bottom:0;
    width: 60%;
}
.posicion9{
    position:absolute;
    right: 5%;
    bottom:0;
    left: 5%;
}
.imagen1{
    height: 100%;
    position: absolute;
    left:-13%
}
.imagen2{
    width: 100%;
    position: absolute;
    left:0%;
    right: 0;
}
.imagen-igual {
  width: 100%;
  height: 400px; /* o el alto que necesites */
  object-fit: cover; /* recorta pero mantiene proporciones */
  border-radius: 10px; /* opcional */
}
.lista {
  list-style-image: url('../img/PALOMITA_INICIO.png');
}
.icono1{
    width: 70px;
}
.icono2{
    width: 50px;
}
.oculto2{
    display: none;
}
.lista li{
  margin-bottom: 15px;
}
.manita{
    width: 100px;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.carousel-inner img {
  width: 100%;
  height: 35vmax; /* 🔧 ajusta el alto que desees */
  object-fit: cover;
}
@media (max-width: 450px) {
    .manita{
        width: 60px;
    }
    .logo {
        width: 10em
    }
    .primero {
        padding-top: 20%;
    }
    .lista {
    list-style: none; /* quitamos la imagen de lista original */
    padding-left: 20px;
    }

    .lista li {
    background-image: url('../img/PALOMITA_INICIO.png');
    background-repeat: no-repeat;
    background-size: 16px 16px; /* 👈 ajusta el tamaño */
    background-position: 0 5px;
    padding-left: 25px;
    color: #283c2c;
    text-align: left;
    }
    .letra1{
        font-size: 1.5vmax;
    }
    .posicion1 {
        position: absolute;
        height: 110%;
        top: -5%;
        right: -50%;
    }
    .overflow1{
        overflow: hidden;
    }
    .letra2{
        font-size: 2vmax;
    }
    .letra3{
        font-size: 1.5vmax;
    }
    .letra3s{
        font-size: 2vmax;
    }
    .letra4{
        font-size: 1.5vmax;
    }
    .letra5{
        font-size: 2vmax;
    }
    .letra6{
        font-size: 4vmax;
    }
    .letra7{
        font-size: 1vmax;
    }
    .letra8{
        font-size: 1vmax;
    }
     .letra8s{
        font-size: 0.8vmax;
    }
    .letra9{
        font-size: 2.5vmax;
    }
    .letra10{
        font-size: 2vmax;
    }
    .letra11{
        font-size: 0.7vmax;
    }
    .letra12{
        font-size: 2vmax;
    }
    .alineacion1{
        text-align: center;
    }
    .icono1{
        width: 20px;
    }
    .icono2{
        width: 15px;
    }
    .imagen-igual {
        width: 100%;
        height: 180px; /* o el alto que necesites */
        object-fit: cover; /* recorta pero mantiene proporciones */
        border-radius: 10px; /* opcional */
    }
    .oculto1{
        display: none;
    }
    .oculto2{
        display: flex;
    }
    .paddConta{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .lista li{
        margin-bottom: 15px;
    }
}