@font-face {
    font-family: 'Aeonik-Medium';
    src: url('Aeonik-Medium.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik-Bold';
    src: url('Aeonik-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik-Regular';
    src: url('Aeonik-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
}

header .home-button {
    background-color: #fff;
    border: none;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

header .button {
    background-color: #fff;
    border: none;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

header .button:hover,
header .home-button:hover {
    background-color: #ddd;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
    width: 95%;
}

.site-logo {
    max-height: 60px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nav-list {
    display: flex;
    gap: 5vw;
    list-style: none;
    padding: 0 5vw;
    margin: 0;
    flex-wrap: wrap;
    justify-content: left;
}

.nav-link {
    text-decoration: none;
    color: gray;
}

.nav-link1 {
    text-decoration: none;
    color: rgb(28, 28, 225);
}

@media (max-width: 600px) {
    .site-header {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .nav-list {
        gap: 10px;
    }
}

.text-custom-blue {
    color: #1e3585;
}

.bg-custom-blue {
    background-color: #1e3585;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

.contenedor-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 8%;
}

.bloque-texto {
    text-align: right;
    font-family: 'Aeonik-Medium';
    font-size: 45px;
    font-weight: 600;
    line-height: 0.7;
    color: #ffffff;
    max-width: 700px;
    margin-right: 5%;
}

.resalte-azul {
    background-color: rgba(19, 0, 187, 0.493);
    padding: 2px 8px 2px 24px;
    display: inline-block;
    margin-bottom: 6px;
}

.texto-normal {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .bloque-texto {
        font-size: 26px;
        line-height: 1.3;
        margin-right: 0;
        text-align: center;
        background-color: transparent;
        padding: 15px;
        border-radius: 8px;
    }

    .contenedor-banner {
        justify-content: center;
        align-items: center;
    }

    .resalte-azul {
        padding: 1px 12px 1px 24px;
    }

    .tarjeta-blanca .texto-destacado {
        font-weight: 500;
    }
}

.seccion-info {
    background-color: #26428b;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.tarjeta-blanca {
    background-color: #f4f5f7;
    max-width: 900px;
    width: 100%;
    border-radius: 12px;
    padding: 60px 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    z-index: 2;
}

.tarjeta-blanca1 {
    background-color: #ffffff;
    max-width: 900px;
    width: 100%;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: left;
    z-index: 2;
}

.tarjeta-blanca1 p {
    font-size: 18px;
    font-weight: 600;
    color: #6b6b6b;
    line-height: 1.4;
    margin-bottom: 10px;
}

.tarjeta-blanca p {
    font-size: 21px;
    color: #6b6b6b;
    line-height: 1.6;
    margin-bottom: 25px;
}

.tarjeta-blanca p:last-child {
    margin-bottom: 0;
}

.texto-destacado {
    color: #152266;
    font-weight: 700;
}

.img-flotante {
    position: absolute;
    z-index: 3;
}

.img-implante {
    top: 0;
    right: 0;
    margin-top: -11.11%;
    margin-right: -11.11%;
    width: 23.33%;
}

.img-placa {
    bottom: 0;
    left: 0;
    margin-bottom: -11.11%;
    margin-left: -13.33%;
    width: 30%;

}

@media (max-width: 768px) {
    .seccion-info {
        padding: 60px 15px;
    }

    .tarjeta-blanca {
        padding: 90px 20px 70px 20px;
    }

    .tarjeta-blanca p {
        font-size: 16px;
    }

    .img-implante {
        width: 30%;
        margin-top: -4%;
        margin-right: -20px;
    }

    .img-placa {
        width: 35%;
        margin-bottom: -4%;
        margin-left: 0%;
    }
}

.banner-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 5%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .banner-container {
        padding: 40px 10%;
    }
}

@media (max-width: 768px) {
    .banner-container {
        padding: 30px 5%;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    .cards-wrapper {
        gap: 15px !important;
    }

    .tarjeta-blanca1 {
        padding: 20px 25px;
    }

    .tarjeta-blanca1 p {
        font-size: 15px;
    }
}

.cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 100%;
    max-width: 450px;
}

.white-card {
    background-color: #ffffff;
    border-radius: 16px;
    min-height: 120px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.form-wrapper {
    width: 100%;
    max-width: 900px;
    padding: 20px;
}

/* Tarjeta blanca */
.card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/* Filas de dos columnas */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Grupos de inputs */
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

label {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Estilos de los campos de texto */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    background-color: #f0f0f0;
    /* Gris claro de los inputs */
    border: none;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    outline: none;
}

/* Efecto al seleccionar un input */
input:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #c0c0c0;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

/* Contenedor del botón para alinearlo a la derecha */
.button-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    /* Para alinear con el borde de la tarjeta */
}

/* Estilos del botón */
button {
    background-color: #1f3b93;
    /* Azul oscuro */
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #152968;
}

/* Adaptabilidad para celulares */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group {
        margin-bottom: 20px;
    }
}