@font-face {
    font-family: "Bebas Neue";
    src: url("./fonts/Bebas_Neue/BebasNeue-Regular.ttf");
}

@font-face {
    font-family: "Inter";
    src: url("./fonts/Inter/Inter-VariableFont_opsz,wght.ttf");
}

@font-face {
    font-family: "Bebas Neue Trial";
    src: url("./fonts/Bebas_Neue_Trial/BaseNeueTrial-Medium.ttf");
}

:root {
    --title-font: "Bebas Neue", sans-serif;
    --subtitle-font: "Bebas Neue Trial", sans-serif;
    --text-font: "Inter", sans-serif;
    --blue: #131A4C;
    --bordo: #680914;
    --green: #003D21;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--blue);
    color: white;
}

.main-banner {
    min-height: 100dvh;
    min-width: 100dvw;
    position: relative;
}

.main-banner img {
    object-fit: cover;
    width: 100%;
    height: 100dvh;
}

.logo-dz {
    display: flex;
    position: absolute;
    bottom: 5%;
    justify-content: center;
    width: 100%;
}

.logo-dz img {
    height: 10%;
    width: auto;
}

.logo-dz-desktop {
    display: none;
}

.quien-soy {
    width: 100%;
    color: white;
    margin-top: 6dvh;
}

.quien-soy-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quien-soy-title h1 {
    margin: 0;
    font-family: var(--title-font), serif;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 6.4px;
}

.quien-soy-content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.quien-soy-imgs {
    width: 100%;
    display: block;
}

.quien-soy-imgs img {
    height: 30dvh;
    width: 40dvw;
    object-fit: cover;
    margin-left: 10%;
}

.quien-soy-text {
    display: flex;
    justify-content: center;
}

.quien-soy-text p {
    font-family: var(--text-font);
    font-size: 12px;
    font-weight: 200;
    width: 80%;
    letter-spacing: 0.36px;
    margin: 5% 10%;
    text-align: justify;
}

.proyecto-exitoso {
    width: 100%;
    margin-top: 0.1dvh;
}

.proyecto-exitoso-imgs {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin: -30dvh 6dvw 0 6dvw;
}

.pe-barra-img {
    height: 48%;
    width: 48%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.pe-cuerpo-completo-img {
    height: 20dvh;
    width: 30dvw;
    margin-bottom: 1dvh;
    margin-right: 12dvw;
}

.proyecto-exitoso-content {
    background-color: var(--bordo);
    width: 100dvw;
    font-weight: 400;
    margin-top: 4dvh;
}

.proyecto-exitoso-text {
    text-align: justify;
    padding: 36px;
}

.proyecto-exitoso-text h1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.82px;
    font-family: var(--title-font);
    color: white;
    font-weight: 100;
    margin: 0;
}

.proyecto-exitoso-text p {
    font-family: var(--text-font);
    font-size: 12px;
    font-weight: 400;
    color: white;
    letter-spacing: 0.36px;
}

.proyecto-exitoso-text span {
    font-weight: bold;
}

.te-acompano {
    color: white;
    font-family: var(--title-font);
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    margin: 10% 5%;
    letter-spacing: 0.36px;
}

.servicios {
    width: 100%;
    background-color: var(--blue);
}

.servicios h1 {
    padding: 5%;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 92px;
    line-height: 46px;
    color: white;
    letter-spacing: 7.8px;
    text-align: center;
    margin: 0 0 2dvh;
}

.servicios h2 {
    font-size: 14px;
    letter-spacing: 0.42px;
    font-family: var(--text-font);
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.servicios-detalle {
    color: white;
    margin: 0 10%;
    padding-bottom: 96px;
    justify-content: space-around;
    justify-items: center;
}

.servicios-detalle-text {
    text-align: justify;
    margin: 2dvh 0;
}

.servicios-detalle-text h1{
    padding: 0;
    font-weight: 500;
    font-family: var(--subtitle-font);
    font-size: 16px;
    text-align: start;
    letter-spacing: 0.48px;
}

.servicios-detalle-text p {
    font-weight: 400;
    font-family: var(--text-font);
    font-size: 12px;
    letter-spacing: 0.36px;
}

.tragos-mobile {
    width: 100%;
    overflow-x: hidden;
    display: block
}

.tragos-sets {
    flex-wrap: wrap;
    width: 110%;
    display: flex;
}

.tragos-sets img{
    height: auto;
    width: 50%;
    object-fit: cover;
}

.tragos-desktop {
    display: none;
}

.marcas {
    width: 100%;
    background-color: var(--bordo);
    padding-bottom: 10dvh;
}

.marcas-title {
    margin: 0;
    padding: 10dvh 0 5dvh 0;
    font-family: var(--title-font);
    letter-spacing: 9.2px;
    font-weight: 400;
    font-size: 92px;
    line-height: 46px;
    color: white;
    text-align: center;
}

.marcas-content-items-imgs {
    display: flex;
    height: 120px;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 2.5dvh;
}

.marcas-content-items-imgs div {
    width: 300px;
    display: flex;
    justify-content: center;
}

.splide__pagination {
    list-style-type: none;
    display: flex;
    justify-content: center;
    bottom: 6em !important;
}

.splide__pagination__page {
    width: 10px !important;
    height: 10px !important;
    margin: 0 4px !important;
    border-radius: 50%;
    background-color: white;
    border: white 1px solid;
    opacity: 0.7;
}

.splide__track {
    font: var(--text-font) !important;
    height: fit-content !important;
}

.splide__list {
    height: fit-content !important;
}

.splide__slide {
    width: 90dvw !important;
    margin: 0 5dvw !important;
    font-family: var(--text-font);
    color: white;
    text-align: justify;
}

.splide__slide p{
    font-size: 12px !important;
    letter-spacing: 0.36px;
}

.splide__slide p span{
    font-family: var(--subtitle-font);
    font-size: 14px;
}

.splide__slide div{
    font-size: 12px !important;
}

.splide__pagination__page.is-active {
    width: 16px !important;
    border-radius: 6px;
    border: white 1px solid !important;
    background-color: var(--bordo) !important;
    opacity: 1;
}

.marcas-slider-buttons {
    width: 80%;
    margin: 20% 10% 5dvh 10%;
    display: flex;
    justify-content: space-between;
}

.slide-button {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: white;
    background-color: var(--bordo) !important;
    border: 2px white solid;
    padding: 1rem;
    cursor: pointer;
    font-weight: 100;
}

.slide-button:active {
    background-color: var(--blue) !important;
}

.marcas-content h1 {
    font-size: 16px;
    margin: 5vh 0 0 0;
}

.marcas-content p {
    margin: 0;
}

.footer {
    width: 100%;
    background-color: var(--blue);
    color: white;
}

.footer-content {
    width: 90%;
    padding: 0 5%;
}

.footer-content h1 {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 68px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    letter-spacing: 7.4px;
    padding-top: 10dvh;
    vertical-align: bottom;
}

.footer-content p {
    margin: 0;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.36px;
}

.footer-content h2 {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.9px;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .logo-dz-desktop {
        display: block;
    }

    .logo-dz-mobile {
        display: none;
    }

    .logo-dz {
        bottom: 15%;
    }

    .quien-soy {
        margin-top: 20dvh;
    }

    .quien-soy-title h1 {
        font-size: 180px;
        position: absolute;
        letter-spacing: 18px;
    }

    .quien-soy-imgs {
        display: flex;
        justify-content: end;
        width: auto;
        margin-top: 10dvh;
    }

    .quien-soy-imgs img {
        height: 30dvw;
        width: 30dvw;
        object-fit: cover;
        margin-left: 15dvw;
    }

    .quien-soy-content {
        padding-top: 12dvh;
        height: 80%;
        align-items: start;
    }

    .quien-soy-text {
        margin: auto;
        align-items: center;
    }

    .proyecto-exitoso {
        display: flex;
        margin-top: 1dvh;
        height: 55dvh;
    }

    .proyecto-exitoso-content {
        position: relative;
        width: 42%;
        height: 100%;
        top: -55dvh;
        margin-top: 0;
        left: -10dvw;
    }

    .proyecto-exitoso-imgs {
        flex-direction: row-reverse;
        margin: 1dvh 0 0 6dvw;
        width: 40%;
        padding-left: 10dvw;
        align-items: start;
    }

    .pe-barra-img {
        height: 50%;
        width: 50%;
        aspect-ratio: 1/1;
        margin-right: 10px;
        object-fit: cover;
    }

    .pe-cuerpo-completo-img {
        width: 60%;
        height: 100%;
        margin: 0;
    }

    .proyecto-exitoso-text {
        padding: 6dvh 8dvh;
    }

    .quien-soy-text p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.72px;
        margin: 0 0 10dvh 2dvw;
    }

    @media screen and (min-width: 1360px) {
        .quien-soy-text p {
            font-size: 20px;
            font-weight: 300;
            width: 60%;
            letter-spacing: 0.72px;
            margin: 0 0 0 2dvw;
        }

        .proyecto-exitoso-text h1 {
            font-size: 32px;
            line-height: 36px;
            letter-spacing: 0.72px;
        }

        .proyecto-exitoso-text p {
            font-size: 14px;
            margin: 6dvh 0;
        }

        .footer-content h1 {
            padding-top: 24dvh;
            font-size: 200px;
            letter-spacing: 30px;
        }
    }

    @media screen and (min-width: 1920px) {
        .quien-soy-title h1 {
            font-size: 240px;
            letter-spacing: 24px;
        }

        .proyecto-exitoso-text {
            padding: 6dvh 8dvh;
        }

        .proyecto-exitoso-text h1 {
            font-size: 40px;
            line-height: 44px;
            letter-spacing: 1.08px;
        }

        .proyecto-exitoso-text p {
            font-size: 18px;
            margin: 6dvh 0;
        }
    }

    .te-acompano {
        font-size: 46px;
        line-height: 50px;
        width: 90%;
        margin: 10% 5%;
        letter-spacing: 0.92px;
    }

    .servicios h1 {
        font-weight: 400;
        font-size: 200px;
        line-height: 100px;
    }

    .servicios h2 {
        font-size: 24px;
        letter-spacing: 0.72px;
        text-align: center;
    }

    .servicios-detalle {
        display: flex;
    }

    .servicios-detalle-text {
        margin: 8dvh 1dvw 0 1dvw;
        width: 50%;
    }

    .servicios-detalle-text h1{
        font-size: 24px;
    }

    .servicios-detalle-text p {
        font-size: 16px;
        margin: 0;
    }

    .tragos-mobile {
        display: none;
    }

    .tragos-desktop {
        width: 100%;
        overflow-x: hidden;
        display: block
    }

    .tragos-first-set {
        display: flex;
    }

    .tragos-first-set img {
        width: 25%;
        object-fit: cover;
    }

    .tragos-second-set {
        display: flex;
        margin-left: -10dvw;
    }

    .tragos-second-set img{
        width: 28.5%;
        display: flex;
    }

    .marcas-title {
        padding: 16dvh 0;
        font-size: 200px;
        line-height: 100px;
        letter-spacing: 20px;
    }

    .splide__pagination {
        bottom: 0 !important;
    }

    .splide__pagination__page.is-active {
        width: 16px !important;
        border-radius: 6px;
        border: white 1px solid !important;
        background-color: var(--bordo) !important;
        opacity: 1;
    }

    .marcas-slider-buttons {
        width: 80%;
        margin: 5dvh 10%;
        display: flex;
        justify-content: space-between;
    }


    .slide-button {
        height: 40px;
        width: 40px;
    }

    .splide__slide {
        width: 60% !important;
        margin: 0 20% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: var(--text-font);
        color: white;
    }

    .splide__slide p{
        font-size: 14px !important;
    }

    .splide__slide p span{
        font-size: 18px;
    }

    .footer-content {
        width: 70%;
        padding: 0 15%;
    }

    .footer-content h1 {
        padding-top: 24dvh;
        font-size: 140px;
        letter-spacing: 30px;
    }

    .footer-content p {
        font-size: 24px;
    }

    .footer-content h2 {
        font-size: 72px;
    }
}