:root {
    --bluePrime: rgb(68, 66, 143);
    --grayPrime: rgb(74, 74, 74);
    --redPrime: rgb(237, 50, 55);
    --redWine: #6a090c;
}

.section-banner {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.section-banner .content-background {
    box-shadow: 0px 0px 10px 2px rgba(74, 74, 74, 0.5);
}

.section-banner .content-background .content-data {
    border: 1px solid var(--doradoGold);
    color: var(--doradoGold) !important;
}

.section-banner .content-background .content-data .contact-media {
    font-size: 1em;
    font-weight: 300;
    /* color: var(--doradoGold); */
}

.section-banner .content-background .content-data .content-phone {
    font-size: 1.5em;
    font-weight: 600;
    /* color: var(--doradoGold); */
}

.section-contacto {
    background-image: url(../img/contactos/fondo-gold.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: whitesmoke;
    font-family: 'Poppins', 'Arial';
    font-size: 12pt;
    border: 1px solid var(--redWine);
}

/* PARTE IZQUIERDA DE CONTACTO */

.section-contacto .left-form .card {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.section-contacto .centro-de-contacto,
.section-contacto .parrafos,
.section-contacto .detalle-content {
    padding-left: 8px;
    border-left: 4px solid white;
}

.section-contacto .centro1 {
    font-size: 1.5em;
}
.section-contacto .centro2 {
    font-size: 2em;
}

.section-contacto .escrib {
    font-size: 1em;
}

/* PARTE DERECHA DE CONTACTO - FORMULARIO */
.section-contacto .right-form {
    color: var(--doradoGreen);
}

.section-contacto .right-form input {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid gray;
}

.section-contacto .right-form textarea {
    border-color: gray;
}

.section-contacto .right-form button {
    color: white;
    background-color: var(--doradoGreen);
    font-size: 1.5em;
}

@media screen and (min-width: 768px) {
    .section-banner {
        /* font-family: 'Poppins', Arial, Helvetica, sans-serif; */
        font-size: 16pt;
    }
    .section-contacto .right-form .card {
        width: 80% !important;
    }
}
