﻿
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 0;
}

    .bloque-flotante {
    border: 0px solid red;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 0px;
}

header.bloque-flotante {
    margin-bottom: 0px;
    padding-bottom: 42px;
    position: relative; /* Necesario para posicionar el ::before */
    background-image: url('/img/portada.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white; /* Para que el texto contraste */
    overflow: hidden;
}

    /* Capa semitransparente delante de la imagen */
    header.bloque-flotante::before {
        content: "";
        position: absolute;
        inset: 0; /* top: 0; left: 0; right: 0; bottom: 0 */
        background-color: rgba(0, 151, 178, 0.05); /* Negro con 40% de opacidad */
        z-index: 0;
    }

    /* Asegura que el contenido esté por encima del overlay */
    header.bloque-flotante > * {
        position: relative;
        z-index: 1;
    }

section.bloque-flotante {
    margin-bottom: 60px;
}

#iconoMenu, #overlay, #menuLateral {
    display: none;
}

.linea1 {
    display: flex;
    justify-content: flex-end; /* 🔹 alinea todos los hijos a la derecha */
    align-items: center; /* centra verticalmente */
    gap: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-right: 45px;
}

.logo {
    position: absolute;
    top: -20px;
    left: 50px; /* distancia desde el borde izquierdo */
    width: auto;
    height: 140px;
}

nav.menu {
    display: flex;
    gap: 20px;
}

    nav.menu a {
        font-family: 'Bree Serif', serif;
        font-weight: 400;
        font-size: 28px;
        text-decoration: none;
        color: white;
    }

.titulo, .subtitulo, .boton-contacto {
    text-align: left;
    margin-left: 60px;
}

.titulo {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 50px;
    margin-top: 120px;
}

.subtitulo {
    border: 0px solid red;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: white;
    margin-top: 44px;
    margin-bottom: 20px;
    /*separamos las letras*/
    letter-spacing: 3px;
}

.boton-contacto {
    display: inline-flex;
}

    .boton-contacto button {
        font-family: 'Bree Serif', serif;
        font-weight: 400;
        padding: 10px 20px;
        font-size: 22px;
        background-color: #ffbd59;
        border: none;
        color: white;
        cursor: pointer;
        border-radius: 10px;
    }

        button.area {
            font-family: 'Bree Serif', serif;
            font-weight: 400;
            padding: 10px 20px;
            font-size: 22px;
            background-color: white;
            border: none;
            color: black;
            cursor: pointer;
            border-radius: 10px;
        }

        .boton-contacto button:hover {
            background-color: #0056b3;
        }

.info-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.info-box {
    flex: 1;
    padding: 10px;
}

    .info-box .titulo-info {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .info-box .texto-info {
        font-size: 16px;
        color: #555;
    }

/*---BLOQUE 2---------------------------------------*/

.bloque2{
    padding: 80px 0px;
}

.bloque2 .info-inner {
    padding: 0px 40px;
}

.bloque2 .info-box {
    font-family: 'Bree Serif', serif;
    border: 0px solid red;
    background-color: white;
    width: 310px;
    height: 410px;
    border-radius: 0px;
    padding: 90px 30px;
    display: flex;
    flex-direction: column; /* coloca los hijos en columna */
    justify-content: flex-start; /* centra verticalmente */
    text-align: center; /* opcional: centra el texto horizontalmente */
}

.bloque2 .titulo-img {
    height: 75px;
    border: 0px solid red;
    margin-bottom: 20px;
}

.bloque2 .info-box img {
    width: auto;
    height: 100%;
}

.bloque2 .titulo-info {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px; /* puedes ajustar el valor */
}

.bloque2 .texto-info {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 400;
    color: black;
    line-height: 1.8;
}

/*---BLOQUE 3---------------------------------------*/

.bloque3 .info-inner {
    padding: 0px 40px;
}

.bloque3 .info-box {
    font-family: 'Bree Serif', serif;
    border: 3px solid #ffdba4;
    width: 310px;
    height: 370px;
    border-radius: 50px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column; /* coloca los hijos en columna */
    justify-content: center; /* centra verticalmente */
    text-align: center; /* opcional: centra el texto horizontalmente */
}

.bloque3 .titulo-info {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px; /* puedes ajustar el valor */
}

.bloque3 .texto-info {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 400;
    color: black;
    line-height: 1.8;
}

/*---BLOQUE 4---------------------------------------*/

.bloque4 .info-inner {
    padding: 0px 0px;
}

.bloque4 .info-box {
    font-family: 'Bree Serif', serif;
    border: 0px solid #ffdba4;
    width: 310px;
    height: 590px;
    border-radius: 50px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column; /* coloca los hijos en columna */
    justify-content: flex-start; /* arriba verticalmente */
    text-align: center; /* opcional: centra el texto horizontalmente */
    position: relative; /* necesario para posicionar el video */
}

.bloque4 .titulo-info {
    color: #595050;
    text-align: left;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0px; /* puedes ajustar el valor */
    line-height: 0.9;
}

.bloque4 .texto-info {
    color: #595050;
    text-align: left;
    margin-top: 20px;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    color: black;
    line-height: 1.2;
}

.bloque4 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none; /* evita que el video interfiera con clics */
    border-radius: 50px;
}

/*---BLOQUE 5---------------------------------------*/

.bloque5 {
    border: 0px solid red;
    padding-top: 0px;
}

.tituloBloque5 {
    width: 100%;
    text-align: center;
    font-family: 'Bree Serif', serif;
    font-size: 50px;
}

.bloque5 .info-inner {
    margin-top: 20px;
    padding: 0px 90px;
    border: 0px solid red;
    width:100%;
}

.bloque5 .info-box {
    font-family: 'Bree Serif', serif;
    border: 0px solid red;
    width: 310px;
    height: 370px;
    border-radius: 50px;
    padding: 30px 30px;
    display: inline-block;
    flex-direction: column; /* coloca los hijos en columna */
    justify-content: flex-start; /* arriba verticalmente */
    text-align: center; /* opcional: centra el texto horizontalmente */
    position: relative; /* necesario para posicionar el video */
}

    .bloque5 .info-box img {
        border-radius: 25px;
        max-width:90%;
    }

.bloque5 .texto-info {
    border: 0px solid red;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Bree Serif', serif;
    font-size: 24px;
    padding: 0px 30px;
}

/*---BLOQUE 6---------------------------------------*/

.bloque6 {
    border: 0px solid red;
    padding-top: 0px;
    margin-top: 190px;
    padding: 0px 0px 60px 40px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
}

    .bloque6 .info-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

        .bloque6 .info-inner img {
            width: 30%;
        }

        .bloque6 .info-inner div {
            width: 70%;
            font-family: 'Bree Serif', serif;
            font-size: 58px;
            padding: 0px 75px;
        }

/*---BLOQUE 7---------------------------------------*/

.bloque7 {
    border: 0px solid red;
    padding: 90px 0px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    background-color: #F2F2F2;
}

    .bloque7 .info-inner {
        display: inline-block;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 60px 0px;
    }

        .bloque7 .info-inner div {
            width: 100%;
            border: 0px solid red;
            display: inline-block;
            align-items: center;
            justify-content: center;
            font-family: 'Bree Serif', serif;
            font-size: 28px;
            padding: 15px 0px;
        }

    .bloque7 label {
        border: 0px solid red;
        display: block;
        font-family: 'Bree Serif', serif;
        color: #4886A7;
        font-size: 28px;
    }

    .bloque7 input {
        border: 0px solid red;
        display: inline-block;
        font-family: 'Bree Serif', serif;
        font-size: 28px;
        height: 50px; /* La mitad del ancho para semicírculo perfecto */
        border-radius: 50px; /* Igual a la altura */
        border: 3px solid #4886A7;
        background-color: transparent;
        outline: none;
        padding: 0 20px; /* Espacio interno a los lados */
        width: 250px;
        text-align: center;
    }

    .bloque7 button {
        display: inline-block;
        font-family: 'Bree Serif', serif;
        font-size: 22px;
        height: auto;
        border-radius: 10px; /* Igual a la altura */
        background-color: orange;
        padding: 20px 30px; /* Espacio interno a los lados */
        border:0px;
        color:white;
        cursor:pointer;
    }

#miAreaCliente {
    margin-top: 50px;
    font-size: 32px;
}

#logoBloque7 {
    display: inline-block;
    border: 0px solid red;
    border-radius: 50%;
    background-color: white;
    width: 250px;
    height: 250px;
    background-image: url('img/Logo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
}

/*---BLOQUE 8---------------------------------------*/

.bloque8 {
    border: 0px solid red;
    padding: 30px 0px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    background-color: #F2F2F2;
}

    .bloque8 .info-inner {
        display: inline-block;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }

        .bloque8 .info-inner div {
            width: 100%;
            border: 0px solid red;
            display: inline-block;
            align-items: center;
            justify-content: center;
            font-family: 'Bree Serif', serif;
            font-size: 20px;
            padding: 15px 0px;
        }

    .bloque8 label {
        border: 0px solid red;
        display: block;
        font-family: 'Bree Serif', serif;
        color: #4886A7;
        font-size: 20px;
    }

    .bloque8 input {
        border: 0px solid red;
        display: inline-block;
        font-family: 'Bree Serif', serif;
        font-size: 20px;
        height: 50px; /* La mitad del ancho para semicírculo perfecto */
        border-radius: 50px; /* Igual a la altura */
        border: 3px solid #4886A7;
        background-color: transparent;
        outline: none;
        padding: 0 20px; /* Espacio interno a los lados */
        width: 250px;
        text-align: center;
    }

    .bloque8 button {
        display: inline-block;
        font-family: 'Bree Serif', serif;
        font-size: 22px;
        height: auto;
        border-radius: 10px; /* Igual a la altura */
        background-color: orange;
        padding: 20px 30px; /* Espacio interno a los lados */
        border: 0px;
        color: white;
        cursor: pointer;
    }

#miAreaCliente8 {
    margin-top: 40px;
    font-size: 32px;
}

#logoBloque8 {
    display: inline-block;
    border: 0px solid red;
    border-radius: 50%;
    background-color: white;
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
}

/*--------------*/

.imagen-ajustada {
    width: calc(100% + 80px); /* suma 2×40px de padding lateral */
    margin-left: -40px;
    margin-right: -40px;
    display: block;
}

/*--------------*/

footer {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 40px 20px 20px 20px;
    background-color: #0E7AAD;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.footer {
    display: table;
    width: auto;
}

    .footer > div {
        display: table-cell;
        vertical-align: top;
        text-align: center; /* Centra contenido horizontalmente */
        padding: 10px;
        border: 0px solid red;
    }

        .footer > div:nth-child(2) {
            vertical-align: middle;
            padding:0px 140px;
        }

        .footer > div:nth-child(3) {
            vertical-align: middle;
        }

.menuFooter {
    border: 0px solid red;
}

    .menuFooter a {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 18px;
        display: block;
        margin: 5px 0; /* Espaciado vertical entre enlaces */
        text-decoration: none;
        color: #333;
        font-weight: bold;
        text-align: left;
        color: white;
        line-height: 1.8;
    }

footer .footer img {
    height: 90px;
    width: auto;
}

.menuFooter a i {
    font-size: 20px; /* o 1.2em, 24px, etc. */
    margin-right: 8px;
    color: white; /* O el color que prefieras */
}

.footer-links {
    margin-top: 60px;
}

    .footer-links a {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 18px;
        text-decoration: none;
        text-decoration: none;
        font-weight: bold;
        color: white;
        margin: 0 20px;
        position: relative;
    }

        .footer-links a::before {
            content: "|";
            position: absolute;
            left: -20px;
            color: white;
        }

        .footer-links a:first-child::before {
            content: ""; /* Quita la raya antes del primero */
        }

.footer-copy {
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: white;
}



