@font-face {
      font-family: "creato";
      src: url("../fonts/CreatoDisplay-Medium.otf");
    }
body {
    background: url('../img/fondo1-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "creato" !important;
    overflow-x: hidden;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 1;
    transition: background-color 0.5s ease-in-out;
}
#barraMenu{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0px 5% !important;
}
.treintAncho{
    width: 30%;
    padding: 10px 0px;
}
.logo1{
    height: 32px;
    width: auto;
}
.logo2{
    height: 18px;
    width: auto;
}
.nav-link {
    color: #ffffff;
    padding: 10px 20px !important;
}
.nav-link:hover {
    color: #00e58a;
    text-decoration: underline;
}
.main-content {
    position: relative;
    z-index: 2;
    color: white;
}
.banner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 12.5% !important;
    align-items: left;
    text-align: left;
    color: white;
    position: relative;
    overflow: hidden;
}

.text-line {
    opacity: 0;
    transform: translateY(100px);
    animation: slide-up 1s ease-out forwards;
}
.line-1 {
    animation-delay: 0.5s;
}
.line-2 {
    animation-delay: 1s;
}
.line-3 {
    animation-delay: 1.5s;
}
@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.banner p, .banner a {
    opacity: 0;
    animation: fade-in 2s ease-out forwards;
    animation-delay: 2s;
}
@keyframes fade-in {
    to {
        opacity: 1;
    }
}
.banner-content h1 {
    font-size: 6rem;
    font-weight: bold;
}
.banner-content p {
    font-size: 1.5rem;
    margin-top: 20px;
}
.verde{
    color: #00e58a;
}
.azul{
    color: #3970f5;
}
.celeste{
    color: #0fb8ff;
}
.marino{
    color: #074cf2;
}
.display-1{
    text-shadow: 2px 2px 2px #000000;
    text-align: left;
}
.ancorA{
    color: #00a8ff;
    text-decoration: none;
}
.ancorA:hover{
    color: #00e58a;
    text-decoration: underline;
}
#nosotros {
    padding-top: 80vh;
    padding-bottom: 30vh;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.sobreNosotros{
    text-align: right;
    font-size: 7rem;
    color: white;
    transform: translateY(100px);
}
.sobreOferta{
    text-align: left;
    font-size: 7rem;
    color: white;
}
.caja-1{
    margin-top: 450px !important;
}
.caja-2{
    margin-top: 350px !important;
}
.caja-3{
    margin-top: 250px !important;
}
.puntoBlanco{
    color: #ffffff;
    font-size: 40px;
    padding: 3px;
    position: absolute;
    top:-20px;
    left:10px;
}
.puntoGris{
    color: #898f96;
    font-size: 40px;
    padding: 3px;
    position: absolute;
    top:-20px;
    left:20px;
}
.puntoNegro{
    color: #343f4c;
    font-size: 40px;
    padding: 3px;
    position: absolute;
    top:-20px;
    left:30px;
}
.numeral{
    color: #ffffff;
    font-size: 30px;
    padding-right: 10px;
}
.logoCaja{
    width: 40px;
    height: auto;
    padding: 10px;
}
.tituCaja{
    font-size: 25px;
}
.parallax-box {
    transition: transform 1s ease-in-out;
}
#nosotros .parallax-box h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.info-box {
    position: relative;
    width: 30%;
    height: fit-content;
    margin: 1.5%;
    padding: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.1));
    border-radius: 15px;
    backdrop-filter: blur(10px); /* Desenfoque del fondo */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    color: #333; /* Texto más oscuro para contraste */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Borde semitransparente */
    color: #ffffff;
}
.offer-box {
    margin-bottom: 30px;
}
#oferta{
    padding-top: 90vh;
    padding-bottom: 80vh;
    overflow-x: hidden;
    overflow-y: hidden;
}
.imgOferta{
    margin: 0 auto;
    width: 100%;
    padding: 20%;
}
.oferta-box {
    position: relative;
    width: 100%;
    height: fit-content;
    margin: 1.5%;
    padding: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.1));
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s ease-out;
}
.oferta-box.visible {
    opacity: 1;
    transform: translateX(0);
}
.txtCajaOferta{
    padding: 0px 40px;
}
#estrategias{
    padding-top: 0vh;
    padding-bottom: 0vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.last-banner-content .linea {
  opacity: 0; /* Inicia invisible */
  transform: translateY(50px); /* Aparece desde abajo */
  transition: transform 0.8s ease-out, opacity 0.8s ease-out; /* Suaviza la animación */
}

/* Animación secuencial */
.last-banner-content .linea:nth-child(1) {
  transition-delay: 0.8s;
}
.last-banner-content .linea:nth-child(2) {
  transition-delay: 1.3s;
}
.last-banner-content .linea:nth-child(3) {
  transition-delay: 1.8s;
}

/* Estado de animación cuando el banner esté visible */
.last-banner-content.visible .linea {
  opacity: 1;
  transform: translateY(0); /* Vuelve a su posición normal */
}
.txtEstrategias{
    width: 100%;
    max-width: 600px;
}
#shadow{
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999998;
    background-color: rgba(0, 0, 0, 0.9);
}
#contactoF{
    top: 25vh;
    left: 30%;
    width: 40%;
    height: 50vh;
    min-height: 222px;
    position: fixed;
    z-index: 999999;
    text-align: center;
    margin: 1.5%;
    padding: 0px;
    padding-top: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
#tache{
    position: absolute;
    top:10px;
    right: 10px;
    background-color: #00e58a;
    color: #3970f5;
    border-radius: 20px;
    font-size: 20px;
    line-height: 20px;
    padding: 3px 10px 5px 10px;
    cursor: pointer;
    font-weight: bold;
}
.txtPlease{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.btmSend{
    position: absolute;
    bottom: -20px;
    left: 35%;
    right: 35%;
}
.overlay, .form-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
.overlay.show, .form-container.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}
.contInpu{
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid white;
}
input::placeholder {
  color: #00e58a;
  font-size: 16px;
}
.textA{
    height: 100px;
}
textarea::placeholder {
  color: #00e58a;
  font-size: 16px;
  margin-left: 3px;
}
footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 888px) {
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: url('../img/fondoMobile-2.jpg');
        background-size: cover;
        z-index: -1;
    }
    #nosotros {
        padding-top: 100vh;
        padding-bottom: 80vh;
    }
    .info-box, .oferta-box {
        margin: 0 auto;
        width: 90%;
    }
    .info-box{
        transform: none !important;
        margin-bottom: 30px;
    }
    .caja-1{
        margin-top: 0vh !important;
    }
    .caja-2{
        margin-top: 0px !important;
    }
    .caja-3 {
        margin-top: 0px !important;
    }
    .sobreNosotros{
        font-size: 2.5rem;
        transform: translateY(-35px);
        text-align: center;
    }
    .sobreOferta {
        font-size: 2.5rem;
        text-align: center;
    }
    #oferta {
        padding-top: 85vh;
        padding-bottom: 80vh;
    }
    .txtCajaOferta{
        padding: 0px 20px 10px;
    }
    .oferta-box.visible {
        margin-bottom: 10px;
    }
    #estrategias{
        padding-top: 0vh;
        padding-bottom: 0vh;
    }
    .logu1{
        width: 10%;
    }
    .logu2{
        width: 40%;
    }
    #contactoF {
        left: 10%;
        width: 80%;
    }
    .txtPlease {
        width: 90%;
    }
    #tache {
        top: -15px;
        right: -15px;
    }
    .contInpu {
        width: 90%;
    }
}