﻿/* Publicidad */

#sectionPublicidadSieger {
    width: 100vw;
}

#carouselPublicidadSieger {
    display: flex;
    width: 100vw;
}

.carousel-item {
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
}

    .carousel-item a {
        color: #000;
        text-decoration: none;
        height: fit-content;
        width: fit-content;
        display: flex;
    }

/* Fin Publicidad */

#section4 *, #section4 {
    /*border: 1px solid;*/
}

    #section2 div {
        /*overflow: hidden;*/
}

#section1, #section2, #section3, #section4, #section5 {
    width: 100vw;
    height: 100dvh;
}

#section3 {
    height: 75dvh;
}

/*Margen header versión tablet*/

        @media (min-width: 769px) and (max-width: 1269px) {
            .container-index {
                margin-top: 100px !important;
            }
        }

        .container-index {
    margin-top: 70px;
}

/* Versión desktop */

/* Estilos generales para secciones */

#section1 .section-1,
#section2 .section-2,
#section3 .section-3,
#section4 .section-4,
#section5 .section-5 {
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 350px;
    align-items: center;
    justify-content: center;
}

#section1 .section-1 {
    flex-direction: row;
    position: relative;
    z-index: 1;
}

#section2 .section-2 {
    background-color: #f6e7c9;
}

#section3 {
    background-color: #f8f8f8;
}

#section3 .section-3 {
    background-color: #f8f8f8;
    flex-direction: column;
}

#section4 .section-4 {
    background-color: #907962;
    flex-direction: column;
}

#section5 .section-5 {
    background-color: #f8f8f8;
}

#section5 {
    height: 140dvh;
}

/* SECCION 1 */

#carouselPortada1, #carouselPortada2 {
    width: 100%;
    background-color: #333;
    position: absolute;
    z-index: -1;
    height: 100%;
}

#carouselPortada1 {
    display: flex;
}

#carouselPortada2 {
    display: none;
}

#carouselPortada1 .carousel-item, #carouselPortada2 .carousel-item {
    height: 100%;
}

#carouselPortada1 .carousel-inner .carousel-item img, #carouselPortada2 .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#section1 .opacity {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0003 !important;
    display: flex;
}

#section1 .izquierda {
    max-width: 60vw;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

#section1 .derecha {
    position: relative;
    flex-direction: column;
}

#section1 .izquierda .title,
#section1 .izquierda .subtitle,
#section1 .izquierda .div-btn {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#section1 .izquierda .title {
    padding: 0 0 3rem 0;
    height: 50%;
    align-items: flex-end;
}

    #section1 .izquierda .title h1 {
        padding-left: 8vw;
        font-size: 6rem;
        text-transform: uppercase;
        font-family: "Barlow", serif;
        font-weight: 700;
        font-style: normal;
        color: #f8f8f8;
        line-height: 0.98;
        margin: 0;
    }

    #section1 .izquierda .title h1 .br-400 {
        display: none;
    }

#section1 .izquierda .subtitle {
    height: 10%;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

    #section1 .izquierda .subtitle p {
        padding-left: 8vw;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        font-size: 1.250rem;
        font-family: "Montserrat", serif;
        font-weight: 400;
        font-style: normal;
        color: #f8f8f8;
        max-width: 52vw;
        )
    }

#section1 .izquierda .div-btn {
    height: 40%;
    padding-left: 8vw;
    padding-bottom: 11vh;
}

    #section1 .izquierda .div-btn .btn {
        height: 13dvh;
        width: auto;
        aspect-ratio: 5/1;
        align-content: center;
        font-size: 2.25rem;
        background-color: #e59523;
        border-radius: 20px;
        text-transform: uppercase;
        border: none !important;
        font-family: "Barlow", serif;
        font-weight: 700;
        font-style: normal;
        min-height: fit-content;
        min-width: fit-content;
        max-width: 450px;
    }

#BtnMisMascotas .flecha {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 2.25rem;
    font-family: "Barlow", serif;
}

#BtnMisMascotas:hover .flecha {
    transform: translateX(0.7rem);
    transition: transform 0.3s ease;
}

/* SECCION 2 */
.section-2 .div-centro {
    width: 75%;
    height: 61%;
    background-color: #f8f8f8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0 4px 4px #00000025;
}

.section-2 .div-top {
    height: 76%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section-2 .div-bottom {
    height: 24%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section-2 .div-top-left {
    height: 100%;
    width: 38%;
    display: flex;
    justify-content: end;
    align-content: center;
    align-items: center;
    padding-right: 1vw;
}

#section2 .img-huellas-2 {
    display: none;
}

.section-2 .div-top-right {
    height: 100%;
    width: 62%;
}

.section-2 .div-top .div-title {
    height: 60%;
    display: flex;
    justify-content: start;
    align-content: end;
    align-items: end;
}


.section-2 .div-top .div-title img {
    display:none;
}

.section-2 .div-top .div-text {
    height: 40%;
    display: flex;
    justify-content: start;
    align-content: start;
    align-items: start;
}

.section-2 .div-top-right h2 {
    font-size: 3.875rem;
    text-transform: uppercase;
    font-family: "Barlow", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #333;
}

.section-2 .div-top-right p {
    text-align: left;
    font-size: 1.15rem;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    width: 35vw;
    max-width: 480px;
}

.section-2 .div-bottom .lbl-busquedas-activas {
    font-family: "Barlow", serif;
    font-weight: 700;
    font-style: normal;
    color: #907962;
    font-size: 3rem;
    text-transform: uppercase;
}

.section-2 .div-top-right p br {
    display: none;
}

/* SECCION 3 */

.section-3 .div-title {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 0 0 3rem 5rem;
}

    .section-3 .div-title h2 {
        font-size: 5rem;
        text-transform: uppercase;
        font-family: "Barlow", serif;
        font-weight: 700;
        font-style: normal;
        margin: 0;
        color: #333;
    }

    .section-3 .div-title h2 br {
        display: none;
    }

.section-3 .div-card-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

    .section-3 .div-card-container a {
        text-decoration: none;
        color: #907962;
    }

    .section-3 .div-card-container p {
        font-family: "Barlow", serif;
        font-weight: 700;
        font-style: normal;
        color: #907962;
        font-size: 1.5rem;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .section-3 .div-card-container .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .section-3 .div-card-container .card {
        height: 37dvh;
        /*max-height: 314px;*/
        /*aspect-ratio: 2.3/3;*/
        /*width: 100%;*/
        width: 250px;
        border: none;
        border-radius: 13.45px;
        overflow: hidden;
        box-shadow: 0 3.36px 16.82px #00000015;
        background-color: #f8f8f8;
    }

    .section-3 .div-card-container img {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
        transform: scale(1.2);
    }

    .section-3 .div-card-container .div-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.section-3 .card:hover {
    transform: scale(1.05);
}

/* SECCION 4 */


    #section4 .section-4 {
    display: flex;
    align-items: center;
    align-content: start;
}

.section-4 .div-title {
    width: 100%;
    height: 18%;
    display: flex;
    align-items: end;
    padding: 0 0 1rem 5rem;
}

    .section-4 .div-title h2 {
        font-size: 5rem;
        text-transform: uppercase;
        font-family: "Barlow", serif;
        font-weight: 700;
        font-style: normal;
        margin: 0;
        color: #fff;
    }


    .section-4 .div-title h2 br {
        display: none;
    }

.section-4 .div-center {
    width: 75%;
    height: 61%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0 4px 4px #00000025;
    border-radius: 20px;
}

    .section-4 .div-center .div-center-left {
        width: 50%;
        height: 100%;
        background-color: #f8f8f8;
        display: flex;
        flex-direction: column;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .section-4 .div-center .div-center-right {
        width: 50%;
        height: 100%;
    }

    .section-4 .div-center .div-center-left .div-subtitle {
        height: 58%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        align-content: center;
    }

        .section-4 .div-center .div-center-left .div-subtitle p {
            text-align: left;
            font-size: 1.25rem;
            font-family: "Montserrat", serif;
            font-weight: 400;
            font-style: normal;
            margin: 0;
        }

    .section-4 .div-center .div-center-left .div-btn {
        height: 42%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .section-4 .div-center .div-center-left .div-btn .btn {
            width: 60%;
            height: 40%;
            font-size: 2.25rem;
            background-color: #f8f8f8;
            border-radius: 20px;
            text-transform: uppercase;
            border: 3px solid #e59523;
            font-family: "Barlow", serif;
            font-weight: 700;
            font-style: normal;
            color: #e59523;
            transition: transform 0.3s ease;
            min-height: fit-content;
            min-width: fit-content;
        }

        .section-4 .div-center .div-center-left .div-btn .btn-dark {
            font-size: 2.25rem;
        }

            .section-4 .div-center .div-center-left .div-btn .btn:hover {
                transition: transform 0.3s ease;
                background-color: #e59523;
                border: 3px solid #e59523;
                color: #f8f8f8;
            }

    .section-4 .div-center .div-img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

#section4 .div-center .div-center-right .div-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

/* SECCION 5 */


.section-5 .div-center {
    width: 54%;
    height: 84%;
    border-radius: 20px;
    background: linear-gradient(to bottom, #f6e7c9 37%, #f8f8f8 37%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: start;
    align-items: center;
    box-shadow: 0 4px 4px #00000025;
    max-height: 1000px;
}

    .section-5 .div-center .div-img {
        width: 100%;
        height: 50%;
        overflow: hidden;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

#section5 .div-center .div-img img {
    position: relative;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1rem solid #f8f8f8;
    aspect-ratio: 1/1;
}


.section-5 .div-center .div-title {
    height: 10%;
    align-content: end;
}

.section-5 .div-center .div-subtitle {
    height: 30%;
    width: 100%;
    align-content: start;
}

.section-5 .div-center .div-author {
    display: flex;
    align-content: start;
    align-items: end;
    font-family: "Montserrat", Regular;
    height: 10%;
    width: 100%;
}

.section-5 .div-center .div-author p {
    margin: 0 !important;
    width: fit-content;
    padding: 0 0 1rem 2rem;
}

.section-5 .div-center .div-title h2 {
    font-size: 3.875rem;
    text-transform: uppercase;
    font-family: "Barlow", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #333;
}

.section-5 .div-center .div-subtitle p {
    text-align: left;
    font-size: 1.25rem;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding-left: 2rem;
    padding-top: 1rem;
}