:root {
    --primary: #71A621;
    --secondary: #03258C;
    --tertiary: #53A62D;
    --black: #131212;
    --white: #fff;

    --font-base: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body {
    font-family: var(--font-base);
    color: var(--black);
}

a {
    color: var(--primary);
}

a:hover,
a:focus {
    color: var(--secondary);
}

/* FOOTER  */
.footer,
.footer-bottom,
.footer a {
    color: var(--white);
    background-color: var(--black);
    border-top: none;
}

.footer p {
    font-size: 16px;
}

.footer span {
    color: var(--white);
}

.footer ul {
    font-size: 14px;
    color: var(--white);
}

.footer a:hover {
    color: var(--primary);
}

.footer {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 0;
}

.social li {
    background: none repeat scroll 0 0 var(--primary);
    border: 2px solid var(--primary);
    margin: 0 19px 0 0;
}

.social li:hover {
    border: 2px solid var(--tertiary);
    background: var(--tertiary);
}

.suscribete {
    background-color: rgba(83, 166, 45, 0.2);
    padding: 40px 24px;
}

/* HEADER */

.header,
.header a {
    color: var(--black);
}

.header .navbar {
    background-color: var(--black) !important;
    color: var(--white);
}

.contactanos-btn {
    background: var(--primary);
    color: var(--white) !important;
    border-radius: 20px;
    padding: 12px 25px;
}

.contactanos-btn:hover {
    background: var(--tertiary);
}

.navbar-nav li a {
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
}

.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary);
}

.dropdown-menu {
    border-top: solid var(--primary);
}

.dropdown-item:active {
    background-color: var(--primary);
}

.footer img {
    display: block;
    width: 100%;
    height: auto;
}

/* HERO  */

.hero-porterias {
    background-color: var(--black);
    color: var(--white);
    height: 600px;
    display: flex;
    align-items: center;
}

.hero-porterias h1 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
}

/* NOSOTROS */

.section-h {
    height: 600px;
    overflow: hidden;
}

.title-sub {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--black);
}

.title-poterias {
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: var(--black);
}

.btn-secondary-porterias {
    border-radius: 20px;
    background-color: var(--secondary);
    padding: 12px 25px;
    box-sizing: border-box;
    text-align: center;
    color: var(--white) !important;
}

.llamanos-btn {
    height: 45px;
    width: 45px;
    border-radius: 25px;
    background-color: var(--primary);
    color: var(--white);
}

.services-section {
    background-image: url("/images/v2/imagen-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-bg {
    height: auto;
    width: 100%;
    object-fit: cover;
    padding: 32px;
}

.align-container-left {
    padding-left: calc((100vw - 1320px) / 2);
}

/* PORTERIAS  */

.card-porterias {
    position: relative;
    height: 335px;
    width: 335px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.card-porterias::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}

.card-porterias:hover::after {
    opacity: 1;
}

.card-btn {
    position: absolute;
    bottom: 0;
    right: -120px;
    background: var(--primary);
    color: var(--white);
    padding: 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .35s ease;
    z-index: 2;
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-porterias:hover .card-btn {
    right: 0;
    opacity: 1;
}

.card-porterias:hover a,
.card-porterias:hover i {
    color: var(--white);
    font-size: 18px;
}

/* REDES DEPORTIVAS */

.voleibol-img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

.voleibol-lineas {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: -24%;
    transform: translateY(-50%);
}

/* MUNDIALISTA  */

.swiper-wrapper {
    background: transparent;
}

.hero-swiper-col {
    position: relative;
    overflow: hidden;
}

.swiper-hero {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
}

.hero-bg-col::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    background: linear-gradient(114.11deg, #000, #53a62d);
    z-index: 0;
    filter: blur(50px);
}

.card-mund-info {
    padding: 0 12px 12px 12px;
}

.card-mund-info p {
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

/* WHATSAPP  */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

.whatsapp-text {
    background: var(--secondary);
    color: var(--white);
    padding: 12px 14px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.whatsapp-float {
    background-color: #25d366;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(19, 142, 66, 0.8);
}

.whatsapp-float i {
    font-size: 42px;
}

/* MUNDIALISTAS  */

.hero-mundialistas {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.hero-mundialistas::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/v2/mundialistas/mundial.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(0);
    z-index: -1;
}

.hero-mundialistas::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: -1;
}

.title-wrapper {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}

.mundialistas-title {
    font-size: 100px;
    line-height: 70%;
}

.mundialistas-title2 {
    font-size: 150px;
    line-height: 80%;
}

.copa-bg {
    position: relative;
}

.copa-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-color: #53a62d;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 0;
}

.copa-bg img {
    position: relative;
    z-index: 1;
}


.banner-container {
    background-color: #f5f5f5;
    height: 280px;
    overflow: hidden;
}

.banner-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}

.banner-description {
    font-size: 12px;
    line-height: 130%;
    font-weight: 500;
}

.banner-content {
    position: relative;
    overflow: hidden;
}

.copa-wrapper {
    position: relative;
    width: 70%;
}

.copa-wrapper img {
    width: 125px;
    position: relative;
    right: -25%;
}

.garantia-wrapper p:first-child {
    font-size: 64px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

.garantia-wrapper p:last-child {
    font-weight: 600;
    line-height: 250%;
}

.line {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: -24px;
}

.garantia-info {
    color: var(--white);
}

.garantia-info h4 {
    padding-bottom: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.garantia-section {
    position: relative;
    overflow: hidden;
}

.garantia-section::after {
    content: '';
    position: absolute;
    bottom: -400px;
    right: -40px;
    width: 50%;
    height: 100%;
    transform: translateY(-50%);
    background: linear-gradient(114.11deg, #000, #53a62d);
    filter: blur(230px);
    z-index: 0;
}

.garantia-content {
    position: relative;
    z-index: 2;
}

.mundialistas-card {
    position: relative;
    overflow: hidden;
}

.mundialistas-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
    pointer-events: none;
}

.mundialistas-card:hover::after {
    opacity: 1;
}

.mundialistas-card img,
.mundialistas-card .card-mund-info {
    position: relative;
    z-index: 2;
}

.mundialistas-card:hover {
    cursor: pointer;
}

/* CONFIANZA  */

.confianza-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.confianza-icon {
    height: 64px;
    width: 64px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confianza-icon img {
    width: 32px;
    height: 32px;
}

/* CONTACTANOS  */

.list-contacto a {
    color: var(--black);
}

.list-contacto a:hover {
    color: var(--tertiary);
}

.list-contacto li {
    padding-bottom: 4px;
}

.list-contacto i {
    color: var(--secondary);
    padding-right: 6px;
}

.map-container {
    background-image: url("/images/v2/maps.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px;
    height: 300px;
    display: flex;
    align-items: end;
}

.map-info {
    background-color: var(--white);
    padding: 12px;
    width: 100%;
}

.form-cotizacion {
    background-color: var(--black);
    color: var(--white);
    padding: 24px;
}

.input-cotizacion {
    border-radius: 20px !important;
    height: 42px !important;
}

.lineas-cotizacion {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: -8%;
    transform: translateY(-50%);
}

.btn-brincolines {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 12px 25px;
    border-radius: 20px;
}

.btn-brincolines:hover {
    background-color: var(--primary);
    color: var(--white);
}

/* RESPONSIVE  */

@media (max-width: 767px) {
    .navbar-nav .dropdown a {
        color: var(--black);
    }

    .hero-porterias {
        height: 480px;
    }

    .hero-container {
        padding: 0 24px;
    }

    .hero-porterias h1 {
        font-size: 56px;
        line-height: 50px;
    }

    .title-poterias {
        font-size: 48px;
    }

    .redes-container {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .social li {
        margin: 0;
    }

    .mundialistas-title {
        font-size: 40px;
    }

    .mundialistas-title2 {
        font-size: 52px;
    }

    .garantia-wrapper p:first-child {
        font-size: 24px !important;
    }

    .garantia-wrapper p:last-child {
        font-size: 10px !important;
    }
}

@media (max-width: 1020px) {
    .voleibol-lineas {
        display: none;
    }

    .banner-title {
        font-size: 14px;
    }

    .banner-description {
        font-size: 11px;
    }

    .copa-wrapper img {
        width: 56px;
    }

    .btn-banner {
        padding: 8px 10px;
        font-size: 10px;
    }

    .title-poterias {
        font-size: 56px;
    }

    .garantia-wrapper p:first-child {
        font-size: 40px;
    }

    .copa-bg {
        display: none !important;
    }

    .nosotros-bg {
        display: none !important;
    }

    .btn-brincolines {
        padding: 10px 16px;
    }

    .info-container {
        margin-top: 48px;
    }
}