html {
    overflow-x: hidden !important;
}

@font-face {
    font-family: 'Publico-light';
    src: url('../fonts/Publico/Publico-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist-light';
    src: url('../fonts/Geomanist/Geomanist-Light.otf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'public-medium';
    src: url('../fonts/Publico/Publico-Medium.otf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist-regular';
    src: url('../fonts/Geomanist/Geomanist-Regular.otf');
    font-weight: normal;
    font-style: normal
}


body {
    /* font-family: 'Publico Roman'; */
    overflow-x: hidden !important;
}

p {
    font-family: 'Publico-medium';
    font-size: 2.1rem;
}

.p {
    font-family: 'Publico-medium';
    font-size: 1.1rem;
}

.titulos {
    font-family: 'Publico-medium';
}

.texto {
    font-family: 'Geomanist-regular' !important;
}

.titulo_banner {
    font-family: 'Publico-medium' !important;
}

.texto_banner {
    font-family: 'Geomanist-regular' !important;
}


/* header */
.text-von-wobeser {
    color: #ac162c;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 2rem;
}

.contenedor_header {
    border-bottom: 2px solid #ac162c;
}

/* /header */

/* Banner */
.hero-container {
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    box-sizing: border-box;
    opacity: 1 !important;
    transition: opacity 2s ease-in-out;
}

.hero-container.fade-out {
    opacity: 0 !important;
}

.hero-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.24);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    width: 80%;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 100;
}

.hero-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 300;
    margin-top: 10px;
    /*  font-family: 'Merriweather', serif; */
}

/* --- Estilos para el indicador "scroll" --- */
.scroll-indicator {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 48%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
}

.scroll-arrow {
    display: block;
    width: 50px;
    height: 50px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 auto 10px auto;
    transform: rotate(45deg);
}

/* /Banner */

/* maps */
.bg-custom-light {
    background-color: #f9f9f9;
}

.heading-custom {
    color: #ac162c;
    /* font-weight: 600; */
}

.paragraph-custom {
    color: #444;
    font-weight: 500;
    font-size: 1.1rem;
    font-family: sans-serif;
    line-height: 1.4;
}

.bg-custom-red {
    background-color: #ac162c;
}

.map-column {
    position: relative;
    min-height: 400px;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) invert(1) brightness(0.8);
}

@media (min-width: 992px) {

    .map-column {
        min-height: auto;

    }

    .map-iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* /maps */

/* collage */

:root {
    --primary-color: #ac162c;
    /* Color vino/oscuro */
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-light-gray {
    background-color: #f8f8f8;
}


.h-gallery-row {
    height: 400px;
    width: 100%;
}


@media (min-width: 992px) {
    .col-info-30 {
        width: 40%;
    }

    .col-gallery-70 {
        width: 60%;
    }

    .info-column-height {
        height: 1240px;
    }
}


.line-marker-container {
    position: relative;
    padding-left: 20px;
    flex-grow: 1;
    height: 200px;
}

.line-marker-container::before,
.line-marker-container::after {
    content: '';
    position: absolute;
    left: -3px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 10;
}

.espacio_n {
    padding-bottom: 6px;
}

.line-marker-container::before {
    top: 0;
}

.line-marker-container::after {
    bottom: 0;
}

.vertical-connector-line {
    width: 1px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
}

.highlight-text {
    color: var(--primary-color) !important;
}

.placeholder-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.placeholder-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.col-gallery-70 .placeholder-img {
    cursor: pointer;
}

.col-gallery-70 .rounded:hover .placeholder-img {
    transform: scale(1.05);
}


/* /collage  */

/* info comillas */

.giant-quote {
    font-size: 10rem;
    font-weight: 700;
    color: #b0b0b0;
    line-height: 0.8;

    @media (max-width: 860px) {
        font-size: 6rem;
    }
}

.quote-text {
    font-weight: 500;
}

.contenedor_comillas {
    background-color: #f8f9fa;
}

/* /info_comillas */

/* Estilos para el Modal Lightbox */
#imageModal .modal-dialog {
    max-width: 90vw;
}

#imageModal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#imageModal .btn-close-white {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    filter: invert(1) brightness(2) drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
    z-index: 1060;
}

/* Estilos para la imagen DENTRO del carrusel */
#imageModal .carousel-image {
    max-height: 90vh;
    width: auto;
    max-width: 100%;
    border-radius: 0.25rem;
    display: block;
    margin: 0 auto;

}

/* Estilos para las flechas del carrusel */
#imageModal .carousel-control-prev-icon,
#imageModal .carousel-control-next-icon {
    filter: invert(1) brightness(2) drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
}

/* /Estilos para el Modal Lightbox */

/* Colores personalizados tomados de la imagen */
.bg-custom-red {
    background-color: #ac162c;
}

.bg-custom-gray {
    background-color: #4a4a4a;
}

.brand-name {
    letter-spacing: 0.15em;
}

.footer-address {
    font-size: 0.8rem;
    color: #c0c0c0;
}

.footer-socials .list-inline-item {
    vertical-align: middle;
}

.footer-socials a {
    color: #f8f9fa;
    text-decoration: none;
    font-size: 1.25rem;
    margin: 0 4px;
}

.footer-socials a:hover {
    color: #d1d1d1;
}

.footer-socials .follow-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #f8f9fa;
    margin-left: 8px;
}

.p10 {
    padding: 20px 0;
}

.parrafo-map {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 200;
    line-height: 1.3;
    text-align: justify;
    font-size: 14px;
}

.p-6 {
    padding: 4.5rem !important;
}

.text-justify {
    text-align: justify !important;
}

.texto-oficina {
    color: #5f5f5f !important;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 0 auto;
}

#changingTitle {
    min-height: 160px;
    line-height: 1;
    color: var(--primary-color) !important;
    display: none;
}

.subtitulo {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--primary-color) !important;
    margin: 0;
}


@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media (max-width: 600px) {
    #changingTitle {
        font-size: 2.5rem;
        min-height: 120px;
    }

    .subtitulo {
        font-size: 1.5rem;
    }
}

.numeros {
    font-size: 4rem;
}

.logo {
    max-width: 280px;
}


.ctn_movil {
    @media (max-width: 860px) {
        padding: 10px 20px;
    }
}

.contenedor_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 3vw
}

#langToggleBtn{
        background: gray;
    border-radius: 4px;
    color: white;
    display: inline-block;
    width: 60px;
    text-align: center;
}