:root {
    /* --color-1: #0A386E;
    --color-2: #287388;
    --color-3: #C99B45; */
    --color-1: #1F1F1E;
    --color-2: #6D6D6D;
    --color-3: #626262;
    --color-4: #FFFFFF;
    --color-1a: #1F1F1E40;
    --font-1: 'Cormorant Garamond', serif;
    --font-2: 'Helvetica Neue', sans-serif;
    --fs-16px: 16px;
    --fs-20px: 20px;
    --fs-24px: 24px;
    --fs-28px: 28px;
    --fs-30px: 30px;
    --fs-32px: 32px;
    --fs-36px: 36px;
    --fs-40px: 40px;
    --fs-44px: 44px;
    --fs-48px: 48px;
    --fs-64px: 64px;
}

footer {
    background-image: url(../img/bg/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.color-1 {
    color: var(--color-1)
}

.logo_footer {
    max-width: initial;
}

#header-page {
    /* background-image: url(../img/recursos/4.jpg); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 8.03%, rgba(0, 0, 0, 0.00) 20.03%, rgba(0, 0, 0, 0.00) 46.99%, rgba(0, 0, 0, 0.00) 73.3%, rgba(0, 0, 0, 0.70) 87.23%), url(../img/recursos/2.jpg), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 430px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.color-1 {
    color: var(--color-1) !important;
}

.page-contacto .contenedor-info {
    display: flex;
    width: 100%;
    min-height: 420px;
    padding: 60px;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-shrink: 0;
    border: 1px solid #242424;
}

.page-contacto .contenedor-info .columna-1 {
    width: 100%;
    max-width: 458px;
    min-height: 297px;
}

.page-contacto .contenedor-info .columna-1 img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 297px;
}

.page-contacto .contenedor-info .columna-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: 682px;
}

.page-contacto .contenedor-info .columna-2 .contenedor-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.page-contacto .contenedor-info .columna-2 .contenedor-1 .subcontenedor-1 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}

.page-contacto .contenedor-info .columna-2 .contenedor-1 .txt {
    color: #242424;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
}

.page-contacto .contenedor-info .columna-2 .contenedor-1 .txt-2 {
    color: #242424;
    font-family: "Helvetica Neue";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    width: 100%;
    max-width: 395px;
    text-align: left;
}

.page-contacto .contenedor-info .columna-2 p.txt-3 {
    color: #777;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.page-contacto .contenedor-info .columna-2 .contenedor-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.page-contacto .contenedor-info .columna-2 .contenedor-2 .subcontenedor-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-contacto .contenedor-info .columna-2 .contenedor-2 .subcontenedor-1 p {
    min-width: 120px;
    color: #242424;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.page-contacto .contenedor-info .columna-2 .contenedor-2 .subcontenedor-1 a {
    color: #242424;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    text-decoration: none;
}

.page-contacto .contenedor-info .columna-2 .contenedor-2 .subcontenedor-1 a:hover {
    opacity: 0.8;
    cursor: pointer;
}

.contenedor-formulario {
    background: #f3f3f3;
    padding: 60px 0px;
}

.contenedor-formulario .txt-1 {
    color: #272727;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
}

.contenedor-formulario .txt-2 {
    color: #272727;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.contenedor-formulario form input {
    background-color: transparent;
    border: 1px solid #777;
}

.contenedor-formulario form textarea {
    background-color: transparent;
    border: 1px solid #777;
}

.contenedor-formulario #send-form {
    display: flex;
    padding: 10px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #242424;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.contenedor-formulario #send-form:hover {
    opacity: 0.8;
    cursor: pointer;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #242424 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(198 198 198 / 50%) !important;
}

.carousel-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 8.03%, rgba(0, 0, 0, 0.00) 20.03%, rgba(0, 0, 0, 0.00) 46.99%, rgba(0, 0, 0, 0.00) 65.05%, rgba(0, 0, 0, 0.70) 89.73%);

}

#aboutus-section-1 .caja {
    min-height: 420px;
}

.galeria-ficha a {
    position: relative
}

.galeria-ficha a i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: white
}

.botonera a,
.botonera .btn {
    border: 1px solid var(--color-2);
    padding: 0.25rem 0.5rem;
}

.botonera .dropdown-menu a {
    border: 0 !important
}

.galeria-ficha .col-lg-3  {
    padding: 0;
}

.galeria-ficha .col-lg-6  {
    padding: 0;
}

.galeria-ficha .col-lg-3 img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.galeria-ficha .col-lg-6 img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 891px) {
    .page-contacto .contenedor-info {
        flex-direction: column;
    }

    .page-contacto .contenedor-info .columna-1 {
        max-width: 100%;
    }

    .page-contacto .contenedor-info .columna-2 .contenedor-1 .txt-2 {
        max-width: 100%;
    }

    .page-contacto .contenedor-info .columna-2 {
        gap: 15px;
    }
}

@media(max-width: 767px) {
    .page-contacto .contenedor-info .columna-2 .contenedor-1 svg {
        display: none;
    }

    .contenedor-formulario #send-form {
        margin: auto;
    }

    .contenedor-formulario svg {
        display: none;
    }
}

@media(max-width: 575px) {
    .page-contacto .contenedor-info .columna-2 .contenedor-2 .subcontenedor-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .page-contacto .contenedor-info {
        padding: 20px;
    }
}