@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=Syncopate:wght@700&display=swap');


:root{
    --rojo: #241a30;
    --oscuro: #222960;
    --azul: #315db4;
    --azulClaro: #0a58ca;

    --negro: rgb(14, 13, 39);
    --blanco: #fff;

    --transparente: rgb(0 0 0 / 20%);
}
html{
    box-sizing: border-box;
    font-size: 62.5%;
}
*, *::after, *::before{
    box-sizing: inherit;
}
h1{font-size: 3.5rem;}
h2{font-size: 4rem;}
h3{font-size: 2.5rem;}
h1, h2, h3{text-align: center;}
p, a{
    text-decoration: none;
    margin: 0;
    color: var(--blanco);
}
a:hover{
    color: var(--blanco) !important;
}
body{
    font-size: 1.6rem;
    color: var(--blanco);
}
.img{
    width: 100%;
}
.scroll{
    background-color: var(--negro) !important;
}
@media (max-width: 768px) {
    .scroll--navegacion{
    background-color: var(--negro) !important;

    }
}
/* Header */
.header{
    background-color: var(--transparente);
    padding: 0 3.5rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all ease .5s;
}
.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu{
    display: none;
}
.navegacion__container{
    padding: .5rem 0;
}
.navegacion__container a{
    padding: 1.5rem 2rem;
    display: inline-block;
    transition: all ease .5s;
}
.activo,
.navegacion__container a:hover{
    border-bottom: 1px solid var(--blanco);
}
.login{
    background-color: var(--azul);
}
.login:hover{
    background-color: var(--azulClaro);
}

@media (max-width: 768px) {
    .header{
        padding: 0;
    }
    .header__container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .header__responsivo,
    .navegacion{
        width: 100%;
    }
    .header__responsivo{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        padding: 1rem 0;
    }
    .menu{
        display: inline-flex;
        justify-content: end;
        align-items: center;
        padding-right: 3rem;
        font-size: 3rem;
    }
    .navegacion{
        position: relative;
    }
    .navegacion__container{
        width: 100%;
        position: absolute;
        top: 0;
        left: -100rem;
        transition: all ease .5s;
        background-color: var(--transparente);
    }
    .navegacion__container a{
        display: block;
    }
    .responsivo{
        left: 0;
    }
    .login{
        display: flex !important;
        justify-content: space-between;
    }
    .carrusel{
        bottom: 6.1rem !important;
    }
}
.carrusel{
    position: relative;
    bottom: 6.5rem;
}
.carrusel::before{
    background-color: rgb(0 0 0 / 10%) !important;
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: 1000;
}


/* Footer */
.footer{
    background-color: var(--oscuro);
    text-align: center;
}
.logo--footer{
    width: min(350px, 90%);
}
.redes a{
    display: inline-block;
    font-size: 2.5rem;
    background-color: var(--rojo);
    padding: .5rem 1rem;
    border-radius: 50%;
}
.links{
    padding: 1rem 0 0;
}
.links a{
    margin-right: 2rem;
}
.links a:hover{
    border-bottom: 1px solid var(--blanco);
}
.contact{
    margin-top: 2rem;
    line-height: 1.1;
    padding-bottom: 1rem;
}
.copy{
    padding: 1rem 0;
}
.principal,
.principal:hover{
    color: var(--azulClaro) !important;

}

/* owl-carousel */

.owl-theme .owl-nav{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    position: relative;
    font-size: 4rem;
    background: none !important;
    padding: 0 4rem !important;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next{
    right: -10rem;
    color: var(--blanco);
}
.owl-carousel .owl-nav button.owl-prev{
    left: -10rem;
    color: var(--blanco);
}
.owl-theme .owl-dots .owl-dot{
    display: none;
}
@media (max-width: 1400px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        padding: 0 3rem !important;
    } 
    .owl-carousel .owl-nav button.owl-next{
        right: -8rem;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -8rem;
    }
}
@media (max-width: 1100px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        padding: 0 2rem !important;
    } 
    .owl-carousel .owl-nav button.owl-next{
        right: -7rem;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -7rem;
    }
}
@media (max-width: 950px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        padding: 0 2rem !important;
    } 
    .owl-carousel .owl-nav button.owl-next{
        right: -5rem;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -5rem;
    }
}
@media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        padding: 0 1rem !important;
    } 
    .owl-carousel .owl-nav button.owl-next{
        right: -3rem;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -3rem;
    }
}

.carrousel{
    max-width: 85%;
    margin: 0 auto; 
}
.carrousel h3{
    margin-top: 2rem;
    text-align: start;
    font-weight: 400;
    font-size: 2.5rem;
}
.carrousel p{
    color: var(--blanco);
    text-align: start;
}
.encabezado{
    background-color: var(--rojo);
    text-transform: uppercase;
    padding: 10rem;
}
.encabezado h1{
    font-size: 5rem;
    font-weight: 700;
    margin: 0;
}

.supremo{
    background-color: #eaf735;
    color: var(--negro) !important;
}
.supremo__contenedor{
    width: min(130rem, 90%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supremo__titulo{
    font-family: 'Bowlby One SC', cursive;
    font-size: 2.3rem;
    display: flex;
    flex-direction: column;
    color: var(--negro);
}
.supremo__titulo span{
    font-size: 1.4rem;
    letter-spacing: 1.4pt;
    font-family: 'Syncopate', sans-serif;
}
.supremo__btn{
    display: inline-block;
    border-radius: .5rem;
    border: 2px solid var(--negro);
    padding: 1rem 2rem;
    text-decoration: none;
    color: var(--negro) !important;
    transition: all ease .5s;
}
.supremo__btn:hover{
    transform: scale(1.1);
}


.sites{
    display: none !important;
}

.payMethod{
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.payMethod img{
    max-width: 8rem;
}