.hero-style1 {
    max-width: 666px;
}

.course-card.style2 {
    background-color: #191825;
}

.bg-title {
    background-color: #0d0d12 !important;
}

.info-header p {
    font-size: 12px;
    /* Ajusta el tamaño del texto del <p> */
    margin-bottom: 4px;
    /* Reduce el espacio entre <p> y el siguiente elemento */
}

.info-header h5 {
    margin-top: 0;
    /* Elimina el margen superior del <h5> para que no agregue espacio adicional */
}

.text-follow-us {
    /* Efecto de doble sombra */
    text-shadow:
        -3px -3px 0px rgb(180, 135, 32),
        0px 0px 3px rgb(0, 0, 0);
}

.text-red-custom {
    color: #8c1812;
}

.logo-container {
    display: flex;
    /* Disposición en fila por defecto */
    justify-content: center;
    /* Centra los elementos horizontalmente */
    gap: 10px;
    /* Espacio entre las imágenes */
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
    box-sizing: border-box;
}

.header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#contact-phone-custom {
    color: #fff;
}

#contact-phone-custom:hover {
    color: var(--theme-color-third);
}

/* BANNER SECTIONS */
.breadcumb-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    /* Overlay oscuro con opacidad */
    pointer-events: none;
    z-index: 1;
}

.breadcumb-content {
    position: relative;
    z-index: 2;
    /* Asegura que el contenido esté sobre el overlay */
}

/* BANNER SECTIONS */

/* Nuevo estilo para botones de servicios elegantes */
.service-btn-elegant {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(132, 24, 18, 0.3);
    text-align: center;
}

.service-btn-elegant:hover {
    background: #000000;
    box-shadow: 0 8px 25px rgba(132, 24, 18, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

.service-btn-elegant:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(132, 24, 18, 0.3);
}

/* Ajusta el tamaño de las imágenes */
.logo-container {
    display: flex;
    /* Disposición en fila por defecto */
    justify-content: center;
    /* Centra los elementos horizontalmente */
    gap: 10px;
    /* Espacio entre las imágenes */
    align-items: center;
}

.container-mascota {
    position: relative;
    overflow: visible;
}

.mascota {
    position: absolute;
    left: 60px;
    /* Ajusta según el desbordamiento deseado */
    top: 50%;
    transform: translateY(-58%);
    width: 66%;
    max-width: 300px;
    /* Tamaño máximo de la mascota */
}

/* Asegura que el contenedor del mapa/imagen tenga la misma altura que el formulario */
.contact-map {
    height: 100%;
    overflow: hidden;
    /* Evita que la imagen se salga si hay bordes redondeados */
}

.contact-map img {
    display: block;
    object-fit: cover;
    /* Esta es la clave: llena el espacio sin deformar */
    object-position: center;
    /* Centra la imagen */
}

.contact-link-custom {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

.contact-link-custom:hover {
    color: var(--theme-color-third) !important;
}

.custom-red:hover:after,
.custom-red:hover::before,
.custom-red:hover i {
    background-color: var(--theme-color-third);
}

/* EFECTO IMAGE SLIDER BEFORE - AFTER */
.bas-container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.bas-image-container {
    max-width: 800px;
    max-height: 90vh;
    aspect-ratio: 1/1;
}

.bas-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.bas-image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    filter: grayscale(100%)
}

.bas-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.bas-slider:focus-visible~.bas-slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.bas-slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.bas-slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/* Por defecto o en pantallas grandes */
.section-button {
    order: 1;
}

.section-title {
    order: 2;
}

/* ====== CONTACT SECTION STYLES ====== */
.contact-buttons-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-btn i {
    font-size: 22px;
}

.contact-btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
}

.contact-btn-whatsapp:hover {
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    color: #ffffff;
}

.contact-btn-call {
    background: linear-gradient(135deg, #8c1812 0%, #b31f17 100%);
    color: #ffffff;
}

.contact-btn-call:hover {
    background: linear-gradient(135deg, #b31f17 0%, #8c1812 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(140, 24, 18, 0.4);
    color: #ffffff;
}

.contact-divider {
    margin: 30px 0;
    text-align: center;
}

.divider-line {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 0 0 15px 0;
}

.divider-text {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.callback-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.callback-input {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.callback-input:focus {
    border-color: #8c1812;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(140, 24, 18, 0.1);
}

.callback-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.callback-submit-btn:hover {
    background: linear-gradient(135deg, #8c1812 0%, #b31f17 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(140, 24, 18, 0.3);
}

.callback-submit-btn i {
    transition: transform 0.3s ease;
}

.callback-submit-btn:hover i {
    transform: translateX(5px);
}

/* Ajuste para móviles: que no se vea tan alta la imagen en celulares */
@media (max-width: 1199px) {
    .contact-map img {
        height: 300px !important;
        border-radius: 20px 20px 0 0;
        /* Cambia el redondeado para que sea arriba */
    }
}

/* Diseño responsivo */
@media (max-width: 768px) {
    .logo-container {
        flex-direction: column;
        /* Apilar imágenes verticalmente */
        gap: 10px;
        /* Espacio entre las imágenes en modo apilado */
        align-items: center;
        /* Centra las imágenes */
    }

    .hide-on-mobile {
        display: none;
    }

    .service-btn-elegant {
        padding: 12px 28px;
        font-size: 14px;
    }

    /* Contact Section Mobile Styles */
    .contact-buttons-wrapper {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-btn {
        padding: 14px 20px;
        font-size: 15px;
    }

    .contact-btn i {
        font-size: 20px;
    }

    .callback-input {
        padding: 12px 16px;
        font-size: 14px;
    }

    .callback-submit-btn {
        padding: 14px 28px;
        font-size: 15px;
    }

    .section-button {
        order: 2;
        /* Baja el botón */
    }

    .section-title {
        order: 1;
        /* Sube el título */
        font-size: 40px !important;
        /* Tip opcional: reducir un poco el tamaño en móviles */
    }

    .play-btn>i {
        background-color: var(--theme-color-third);
        color: var(--white-color);
    }

    .mascota {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        max-width: 80%;
        /* Ajusta el tamaño para móviles */
        width: 60%;
        transform: translateY(21%);
        filter: drop-shadow(0 0 3px #000000);
    }
}