*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
    font-family: 'SF Pro Display', sans-serif;

}

a {
    display: block;
    text-decoration: none;

}

.container {
    max-width: 98rem;
    margin: 0 auto;
    padding: 0 2.2rem;

}

header {
    position: fixed;
    top: 0;
    z-index: 1400;
    height: 4.4rem;
    background-color: rgba(40, 58, 134, 1);
    backdrop-filter: blur(2rem);
    width: 100%;
}

.nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -1rem;
    width: 100%
}

.nav-list-mobile {
    display: none;

}

.nav-link {
    font-size: 1.4rem;
    color: #fff;
    padding: 0 1rem;
    transition: opacity .5s;
}

.nav-link:hover {
    color: yellow;
    opacity: .7;
}

.nav-link-london {
    width: 1.6rem;
    height: 4.4rem;
    background: url("images/icons/paloma.svg") center no-repeat;
}

.nav-link-bag {
    width: 1.4rem;
    height: 4.4rem;
    background: url("images/icons/bag.svg") center no-repeat;
}

.seccion1 {
    background: url("images/banner-large.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;

}

.seccion2 {
    margin-top: none;
}

.hero {
    height: 53rem;
    background-size: auto 50rem;
    background-position: center;
    background-repeat: no-repeat;
    border-top: .6rem solid #fff;
    /*border-bottom: .6rem solid #fff;*/
}

.hero2 {
    height: 40.2rem;
    background-size: auto 73.6rem;
    background-position: center;
    background-repeat: no-repeat;
}

.seccion1 {
    border-top: none;
}

.tittle {
    color: #000000;
    text-align: center;
    padding-top: 1.5rem;
}

.tittle-heading {
    font-size: 5.3rem;
    line-height: 1.07143;
    letter-spacing: -.005rem;


}

.tittle-sub-heading {
    font-size: 2.65rem;
    margin-top: .6rem;
    letter-spacing: .008rem;
    font-weight: 400;
}

.redes {
    width: 100%;
}

.redes ul {
    padding: 0px;
}

.redes li {
    display: inline-flex;
    padding: 10px;
}

.redes i {
    color: #000;
    font-size: 3rem;
}

.redes i:hover {
    color: #7c7c7c;
    font-size: 3rem;
}

.accordion {
    --bs-accordion-active-bg: #c0c0c0;
    --bs-accordion-active-color: #000;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 1.5rem;
    --bs-accordion-border-color: #969696;
    --bs-accordion-btn-focus-border-color: #000;
}

.accordion-header button {
    font-size: 1.7rem;
}


.float-wa {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}



@media screen and (max-width: 1068px) {
    .seccion1 {
        background: url("images/banner-medium.jpg");
        margin-top: 7rem;
    }

    .hero {
        height: 65rem;
        background-size: auto 69.8rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .hero2 {
        height: 55.2rem;
    }
}

@media screen and (max-width: 768px) {
    header {
        height: 4.8rem;
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),
            height .56s cubic-bezier(0.32, 0.08, 0.24, 1);
    }

    header .container {
        padding: 0;

    }

    footer .nav-link {
        font-size: 1.2rem;
    }

    .seccion1 {
        margin-top: 7rem;
        background: url("images/banner-small.jpg");

    }

    .hero {
        height: 50rem;
        background-size: auto 54.8rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .hero2 {
        height: 60rem;
    }

    .tittle-heading {
        font-size: 3.5rem;
    }

    .tittle-sub-heading {
        font-size: 2.5rem;
    }

    .lead {
        font-size: 1.5rem;
    }

    .nav-list-larger {
        display: none;
    }

    .nav-list {
        margin-top: 0;
    }

    .nav-list-mobile {
        display: flex;
    }

    .nav-item {
        width: 4.8rem;
        height: 4.8rem;
        display: flex;
        justify-content: center;
    }

    .nav-item-hidden {
        display: none;
    }

    .mobile-menu {
        position: relative;
        z-index: 1500;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;

    }

    .line {
        position: absolute;
        width: 1.7rem;
        height: 1px;
        background-color: #fff;
        transition: margin-top .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96);

    }

    .line-top {
        margin-top: 3px;
    }

    .line-bottom {
        margin-top: -.4rem;
    }

    .active .line-top {
        margin-top: 0;
        transform: rotate(45deg);
        transition: transform .3192s .1s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    }

    .active .line-bottom {
        margin-top: 0;
        transform: rotate(-45deg);
        transition: transform .3192s .1s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    }

    header.active {
        height: 100%;
        background-color: #000;

    }

    .nav-link-london {
        width: 1.8rem;
        height: 4.8rem;
        transition: opacity 3s;
        position: relative;
        z-index: 1500;
    }

    .nav-link-bag {
        width: 1.6rem;
        height: 4.8rem;
        transition: opacity 3s;

    }

    .nav {
        position: relative;
    }

    .nav-link {
        font-size: 1.7rem;
        padding: 0;
        margin: auto 0;

    }

    .nav-list-larger {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        display: block;
        padding: 10.5rem 5rem;
        z-index: 1000;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s;
    }

    .active .nav-list-larger {
        width: 100%;
        height: 100vh;
        opacity: 1;
        visibility: visible;

    }

    .avtive .nav-list-bag {
        opacity: 0;
        transition: opacity .3s;

    }

    .nav-list-larger .nav-item {
        width: 100%;
        justify-content: flex-start;
        border-bottom: 2px solid rgb(255, 255, 255, .1);

    }

    .nav-list-larger .nav-item:nth-child(9) {
        border-bottom: none;

    }


    .active .nav-list-larger .nav-item {
        animation: fadeIn 1s ease-in;

    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

}

@media screen and (max-width: 735px) {

    .seccion1 {
        background: url("images/banner-small.jpg");
        margin-top: 7rem;
    }

    .hero {
        height: 50rem;
        background-size: auto 54.8rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .hero2 {
        height: 35rem;
    }

    .tittle-heading {
        font-size: 3.5rem;

    }

    .tittle-sub-heading {
        font-size: 1rem;
    }

    .seccion3 {
        height: 60rem;
    }
}

@media screen and (max-width: 414px) {
    .seccion1 {
        background: url("images/banner-xsmall.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .tittle-sub-heading {
        font-size: 2rem;
    }

    .hero {
        height: 36rem;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}
