﻿/*---------NAVBAR---------**/
.Pestañas {
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    flex-wrap: wrap;
    font-size: 18px;
    color: #094446;
    font-weight: bold;
}

    .Pestañas:hover {
        font-family: 'Segoe UI', Arial, sans-serif;
        text-transform: uppercase;
        font-size: 19px;
        color: #B1BD8F;
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
    }

/*---------Cuerpo---------*/
.Titulo {
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    flex-wrap: wrap;
    font-size: 18px;
    color: #304e2f;
    font-weight: bold;
}

.Texto {
    font-family: 'Segoe UI', Arial, sans-serif;
    flex-wrap: wrap;
    font-size: 18px;
    color: #304e2f;
    font-weight: bold;
}

.Texto2 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 22px;
    color: #f4f4ee;
    font-weight: bold;
}

.SubTitulo {
    font-size: 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    color: #104547;
    font-weight: bold;
}

.SubTitulo2 {
    font-size: 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    color: #f4f4ee;
    font-weight: bold;
}

.TextBox {
    border: 3px solid #758466 !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    color: #758466 !important;
    font-weight: bold;
    background-color: transparent !important;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin:1%;
}

.Boton {
    width:200px;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    color: #f4f4ee !important;
    font-weight: bold;
    background-color: #758466 !important;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 30%;
}

@media (min-width: 992px) {
    .Boton {
        width: 300px;
        border-radius: 20px !important;
        padding: 10px 20px !important;
        color: #f4f4ee !important;
        font-weight: bold;
        background-color: #758466 !important;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-left: 30%;
    }
}

@media (max-width: 991.98px) {
    .Boton {
        width: 300px;
        border-radius: 20px !important;
        padding: 10px 20px !important;
        color: #f4f4ee !important;
        font-weight: bold;
        background-color: #758466 !important;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-left: 20%;
    }
}

    .TextBox::placeholder {
        color: #758466;
        opacity: 0.8;
        font-weight: bold;
    }

    .TextBox:focus {
        border-color: #2D4A32 !important;
        box-shadow: none !important;
    }

/*---------Cards---------*/
.Cards {
    display: flex;
    gap: 105px;
    justify-content: center;
    align-items: stretch;
    padding: 30px;
}

.Cards-Cuadros {
    width: 310px;
    background: white;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
    color: #304230;
}

    .Cards-Cuadros .icono {
        width: 55px;
        float: left;
        margin-right: 15px;
    }

    .Cards-Cuadros h3 {
        font-size: 20px;
        margin: 0 0 15px 0;
        line-height: 1.1;
    }

    .Cards-Cuadros p {
        clear: both;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 15px;
    }
@media (max-width: 900px) {
    .Cards {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .Cards-Cuadros {
        width: 90%;
    }
}

 /* -------Cuadro blanco------*/
.Blc {
    width: 100%;
    height: 430px;
    background-image: url('../../imagen/banner/banner_escritorio.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-left: 70px;
}

.Blc-card {
    width: 550px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    padding: 28px 35px;
}

    .Blc-card h1 {
        margin: 0 0 15px 0;
        color: #094446;
        font-size: 32px;
        line-height: 1.15;
        font-weight: 800;
    }

    .Blc-card p {
        color: #444443;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.botones {
    display: flex;
    gap: 25px;
    align-items: center;
}

.btn {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 20px;
}

.btn-verde {
    background: #79a231;
    color: white;
}

    .btn-verde:hover {
        border: 2px solid #9ca76d;
        color: #ffffff;
        background: #22602c;
        border-color: #114648;
        font-size: 15px;
    }

.btn-borde {
    border: 2px solid #709a5d;
    color: #709a5d;
    background: transparent;
}

    .btn-borde:hover {
        border: 2px solid #9ca76d;
        color: #ffffff;
        background: #79a231;
        border-color: #114648;
        font-size: 15px;
    }

@media (max-width: 768px) {
    .Blc {
        height: auto;
        padding: 40px 20px;
        justify-content: center;
    }

    .Blc-card {
        width: 100%;
    }

        .Blc-card h1 {
            font-size: 26px;
        }

    .Blc-botones {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* -------Contacto------*/

.Contacto-seccion {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 35px;
}

.Form-contacto {
    width: 600px;
}

.Fila {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.Input-contacto {
    width: 100%;
    height: 35px;
    border: 2px solid #B1BD8F;
    border-radius: 20px;
    padding: 0 15px;
    font-weight: 700;
    color: #757575;
    outline: none;
}

.Mensaje {
    height: 80px;
    padding-top: 12px;
    resize: none;
}

.Texto-contacto {
    color: #104547;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 70px;
    line-height: 1.15;
}

.Contenedor-boton {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}

.Btn-enviar {
    margin-top: 10px;
    width: 160px;
    height: 28px;
    border: none;
    border-radius: 20px;
    background: #104547;
    color: white;
    font-weight: 700;
    cursor: pointer;
    margin-left: 35%;
}

    .Btn-enviar:hover {
        margin-top: 10px;
        width: 160px;
        height: 32px;
        border-radius: 20px;
        background: #22602c;
        border: 2px solid #114648;
        color: white;
        font-weight: 700;
        cursor: pointer;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .Contacto-seccion {
        flex-direction: column;
        padding: 25px;
        align-items: center;
    }

    .Form-contacto {
        width: 100%;
    }

    .Fila {
        flex-direction: column;
    }

    .Texto-contacto {
        order: -1;
        width: 100%;
        text-align: center;
        margin-bottom: -20px;
        font-size: 22px;
    }
        .Contenedor-boton {
            justify-content: center;
        }

    .Btn-enviar {
        margin-top: 10px;
        width: 160px;
        height: 28px;
        border: none;
        border-radius: 20px;
        background: #104547;
        color: white;
        font-weight: 700;
        cursor: pointer;
        margin-left: 0%;
    }

        .Btn-enviar:hover {
            margin-top: 10px;
            width: 160px;
            height: 34px;
            border-radius: 20px;
            background: #22602c;
            border: 3px solid #114648;
            color: white;
            font-weight: 700;
            cursor: pointer;
            font-size: 19px;
        }
}