@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Thin.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Book.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ SemiBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Bold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'gibson';
    src: url(../fonts/Gibson/Gibson\ Heavy.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'luckandbeauty';
    src: url(../fonts/luck-and-beauty/Luck\ and\ Beauty.ttf);
    font-weight: 300;
}

/* General */
body {
    font-family: 'gibson';
}

/***************************** HEADER **********************************/
header nav {
    background-color: transparent;
}

.navbar-nav {
    background-color: #0CBFC0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 6px 30px;
    max-width: 80%;
    margin-left: auto;
}

header .nav-link {
    color: #fff;
    font-weight: 600;
    transition: all .5s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

header .nav-link:hover {
    color: #0476D9;
}

header .nav-link.active {
    color: #F6E720 !important;
    font-weight: 600;
}

header .navbar-nav .dropdown-menu {
    background-color: #0082CB;
}

header .navbar-nav .dropdown-menu li a {
    color: #fff;
}

header .navbar-nav .dropdown-menu li a:hover {
    background-color: transparent;
}

.menu-button .navbar-toggler {
    width: 80px;
    height: 80px;
    background-color: #0CBFC0;
    border-radius: 0;
    border-bottom-left-radius: 100%;
}

.menu-button .navbar-toggler span {
    transform: translate(10px, -10px);
}

.menu-button .navbar-toggler i {
    transform: translate(10px, -10px);
    font-size: 26px;
    color: #fff;
}

.offcanvas-header .btn-cerrar {
    padding: 0;
}

.offcanvas-header .btn-cerrar i {
    font-size: 32px;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: unset;
    }
}

@media (max-width:991px) {
    .navbar-nav {
        max-width: 100%;
    }

    .offcanvas-header {
        background-color: #0CBFC0;
    }

    .offcanvas-body {
        padding: 20px;
        background-color: #0CBFC0;
        display: flex;
        flex-direction: column;
    }

    .offcanvas-body .navbar-nav {
        padding: 0;
        justify-content: flex-start !important;
        margin-left: 0;
    }
}


/* Header Responsive */
@media (max-width:991px) {
    .navbar-nav {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        filter: none;
    }

    .offcanvas-body .login {
        width: 100%;
        border-radius: 8px;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .offcanvas-body .login .info-login {
        text-align: left;
        order: 2;
    }

    .offcanvas-body .login .img-profile {
        order: 1;
        margin-left: 0;
        margin-right: 16px;
        border-radius: 8px 0 0 8px;
    }

    .offcanvas-body .btn-icon {
        max-height: 70px;
        background-image: none;
        background-color: #58676E;
        padding: 8px;
    }

    .offcanvas-body .btn-icon img {
        max-height: 50px;
        margin-right: 16px;
    }

    .offcanvas-body .btn-icon h4 {
        color: #58676E;
        margin: 0;
        font-size: 16px;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    }
}

@media (max-width:575px) {
    .menu-button {
        top: auto;
        bottom: 40px;
        right: 16px;
    }

    .menu-button .navbar-toggler {
        border-radius: 50px;
        width: 50px;
        height: 50px;
        background-color: #E9A84E;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
    }

    .menu-button .navbar-toggler i {
        transform: translate(0, 0);
    }

    .btn-goto-account {
        width: 50px;
        height: 50px;
        background-color: #4F7285;
        margin-right: 16px;
        border-radius: 50px;
        padding: 0;
        overflow: hidden;
        border: none;
    }

    .btn-goto-account img {
        max-width: 100%;
    }

    .btn-option-cuenta {
        min-height: 60px !important;
        height: 60px !important;
    }

    .offcanvas.offcanvas-end {
        width: 100%;
    }

    .offcanvas-body .navbar-nav {
        text-align: center;
        font-size: 22px;
    }

    header .navbar-nav .dropdown-menu {
        text-align: center;
        border: none;
    }

    .offcanvas-body .login {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    .btn-goto-account {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .clock span.two-points{
        padding-left: 2px;
        padding-right: 2px;
    }
}

/***************************** HEADER **********************************/



/***************************** HERO **********************************/
#herohome {
    /* height: 80vh; */
    height: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/banner-principal-fondo-arena.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#herohome .container {
    margin-bottom: 400px;
}

#herohome h4 {
    font-weight: 800;
    color: #ffffff;
    font-style: italic;
}

#herohome img {
    /* width: 20%;
    margin: 0 0 50px 0; */
    width: 100%;
    max-width: 250px;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    /* #herohome{
        min-height: 40vh;
    }
 */
    #herohome img{
        max-width: 260px;
    }
}

/* #herohome h1.h1white {
    color: #ffffff;
    font-weight: 300;
    font-family: 'luckandbeauty';
    font-size: 160px;
} */

h3.yellow {
    color: #fded77;
    font-weight: bolder;
    margin-top: 50px;
}

.main {
    position: relative;
}

h1 {
    font-family: 'luckandbeauty';
    font-size: 160px;
    position: absolute;
    margin: 0;
    /* left: 450px; */
}

h2.lucky{
    font-size: 75px;
    color: #0CBFC0;
    font-family: 'luckandbeauty';
}

.first {
    color: #a17d5c;
    /* -webkit-text-stroke: 2px #0CBFC0; */
}

.second {
    color: #f9e2cf;
    animation: wave 4s ease-in-out infinite;
    height: 218px;
    width: 100%;
    max-width: 958px;
}

@keyframes wave {

    0%,
    100% {
        clip-path: polygon(-20% 65%,
                20% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 200%);
    }

    50% {
        clip-path: polygon(0% 80%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 200%);
    }
}

@media screen and (max-width: 630px) {
    h1 {
        font-family: 'luckandbeauty';
        font-size: 45px;
        position: absolute;
        margin: 0;
    }
/* 
    #herohome img {
        width: 35%;
        margin: 0 0 50px 0;
    } */

    #herohome .container {
        margin-bottom: 170px;
    }

    .second {
        height: 65px;
    }

    h2.lucky{
        font-size: 55px;
    }
}

@media screen and (min-width: 631px) and (max-width: 767px) {
    h1 {
        font-family: 'luckandbeauty';
        font-size: 60px;
        position: absolute;
        margin: 0;
    }

    /* #herohome img {
        width: 25%;
        margin: 0 0 50px 0;
    } */

    #herohome .container {
        margin-bottom: 200px;
    }

    .second {
        height: 83px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-family: 'luckandbeauty';
        font-size: 84px;
        position: absolute;
        margin: 0;
    }

   /*  #herohome img {
        width: 15%;
        margin: 0 0 50px 0;
    } */

    #herohome .container {
        margin-bottom: 230px;
    }

    .second {
        height: 115px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    h1 {
        font-family: 'luckandbeauty';
        font-size: 110px;
        position: absolute;
        margin: 0;
    }

    /* #herohome img {
        width: 10%;
        margin: 0 0 50px 0;
    } */

    #herohome .container {
        margin-bottom: 220px;
    }

    .second {
        height: 150px;
    }
}

/***************************** HERO **********************************/


/***************************** COUNTDOWN **********************************/
#contador {
    /* background-image: url(../img/imgcount.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    /* min-height: 250px; */
    background: #0FB98A;
}

#contador h2 {
    color: #ffffff;
}

.containerspans {
    display: flex;
}

.clock {
    display: flex;
    justify-content: center;
}

.clock span {
    color: #ffffff;
    font-size: 50px;
    padding: 0 10px 0 10px;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-align: center;
}

.clock span .small {
    font-size: 14px;
    margin: 0;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

.clock .puntos {
    position: relative;
}

.preventa {
    display: flex;
    justify-content: center;
}

.preventa span {
    color: #0476D9;
    font-size: 50px;
    padding: 10px 25px;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-align: center;
    background-color: #F6E720;
    margin: 0 15px;
    border-radius: 5px;
}

.preventa span .small {
    font-size: 14px;
    margin: 0;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

@media (max-width: 767px) {
    .clock {
        justify-content: center;
    }

    .clock span {
        font-size: 24px;
        padding: 0 10px 0 10px;
    }

    .clock span .small {
        font-size: 12px;
    }
    .preventa {
        justify-content: center;
    }

    .preventa span {
        font-size: 24px;
        padding: 0 10px 0 10px;
    }

    .preventa span .small {
        font-size: 12px;
    }
}

@media (max-width: 399px) {
    .clock {
        flex-wrap: wrap;
    }
    .preventa {
        flex-wrap: wrap;
    }
}

/***************************** COUNTDOWN **********************************/



/***************************** CARNET **********************************/
#carnets {
    padding: 150px 0 0 0;
    /* background: rgb(18, 118, 209);
    background: linear-gradient(180deg, rgba(18, 118, 209, 1) 0%, rgba(23, 178, 189, 1) 100%); */
    background-image: url(../img/carnets.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .carnetscont {
    /* margin-top: 200px; *
    padding-bottom: 90px;
} */

.carnet {
    position: relative;
}

.card.cardbadge {
    background: transparent;
    border-radius: 0;
    border: 10px solid #F6E720;
}

.card-title {
    background-color: #F6E720;
}

.badgetitle {
    color: #0476D9;
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: 'gibson';
    font-weight: 800;
}

.precio .price {
    display: flex;
    text-align: center;
    justify-content: center;
}

.precio h5 {
    font-weight: 900;
    font-family: 'gibson';
    font-size: 70px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.precio span {
    font-weight: 900;
    font-family: 'gibson';
    font-size: 30px;
    color: #ffffff;
    padding-top: 20px;
}

.precio span.sign{
    font-size: 40px; 
    padding-top: 10px
}

.precio h6 {
    color: #ffffff;
    font-weight: 200;
    font-size: 19px;
    text-align: center;
    font-style: italic;
}

.card.cardbadge hr.div-hr{
    border: none;
    border-left: 6px solid #F6E720;
    width: 1px;
    margin-bottom: 0;
    padding: 0;
    max-height: 180px;
}

.card-text.badge2 {
    width: 100%;
    margin: 14px 0 0 0;
   /*  margin: 20px 0 0 0; */
    /* background-color: rgba(255, 255, 255, 0.1); */
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
}

.card.cardbadge small {
    font-style: italic;
    font-size: 18px;
    font-weight: 100;
    line-height: .5;
}

ul.badgeli {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 0 0 10px 10px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: #ffffff;
}

ul.badgeli li {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    font-weight: 300;
    /* line-height: 15px; */
    line-height: 22px;
}

.btn-registrate:hover {
    background-color: #0476D9;
    border: 2px solid #0476D9;
    color: white;
    width: 100%;
    margin: 20px 0;
}

.btn-registrate {
    border: 2px solid #F6E720;
    background-color: #F6E720;
    color: #0476D9;
    width: 100%;
    margin: 20px 0;
}

.badge-overlay {
    position: absolute;
    left: 40%;
    top: 6px;
    z-index: 1;
}

.badge-overlay img {
    width: 35%;
}

@media screen and (max-width: 1399px) {
    .precio span.sign{
        padding-top: 0;
    }
}

@media screen and (max-width: 992px){
    .precio span.sign{
        padding-top: 10px;
        font-size: 30px;
    }
} 

/* SWIPER */
/* .swiper-navBtn {
    background-color: #0CBFC0;
    color: #ffffff;
    padding: 15px 20px;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    background-color: #0CBFC0;
    color: #ffffff;
    padding: 15px 20px;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 15px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #0CBFC0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0CBFC0;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    /* padding-top: 200px; ******
}

#swiper-wrapper-4183b99fcaeeed73.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
    transition-delay: 0ms;
} */

h3.tipouno {
    font-size: 90px;
    font-family: 'gibson';
    font-style: italic;
    color: #ffffff;
    font-weight: 900;
    line-height: 20px;
}

h3.tipodos {
    font-size: 90px;
    font-family: 'luckandbeauty';
    color: #ffffff;
    padding-left: 80px;
}

.card hr {
    border: 5px solid #F6E720;
    opacity: 1;
}

.w-mod-50{
    width: 100%;
    max-width: calc(50% - 6px);
}

@media screen and (max-width: 767px) {
    h3.tipouno {
        font-size: 40px;
    }

    h3.tipodos {
        font-size: 40px;
        padding: 0;
    }

    .badgetitle {
        font-size: 40px;
    }

    .precio h5 {
        font-size: 50px;
    }

    #herohome {
        height: 60vh;
    }

    .precio span {
        font-size: 25px;
        padding-top: 10px;
    }

    .card.cardbadge small {
        font-size: 16px;
    }

    .card-text.badge2{
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    h3.tipouno {
        font-size: 50px;
    }

    h3.tipodos {
        font-size: 50px;
        padding: 0;
    }

    .badgetitle {
        font-size: 45px;
    }

    .precio h5 {
        font-size: 45px;
    }
    .precio span {
        font-size: 25px;
        padding-top: 10px;
    }
    .card.cardbadge small {
        font-size: 16px;
    }

    .card-text.badge2{
        font-size: 19px;
    }
    #herohome {
        height: 60vh;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    h3.tipouno {
        font-size: 50px;
    }

    h3.tipodos {
        font-size: 50px;
        padding: 0;
    }

    .badgetitle {
        font-size: 45px;
    }

    .precio h5 {
        font-size: 50px;
    }
    .precio span {
        font-size: 25px;
        padding-top: 10px;
    }
    .card.cardbadge small {
        font-size: 16px;
    }

    .card-text.badge2{
        font-size: 19px;
    }
    #herohome {
        height: 50vh;
    }
}

/***************************** CARNET **********************************/

/******************************** FOOTER *********************************/

#arena {
    background-color: #DDB37E;
}

#mar {
    background-image: url(../img/mar.png);
    height: 400px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

footer {
    /* padding: 15px 0; */
    padding: 20px 0;
}

footer p {
    margin: 0;
}

footer p small {
    font-size: 18px;
    color: #ffffff;
}

.socialIcons{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.socialIcons a {
    color: transparent;
    text-decoration: none;
}

.socialIcons a i {
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

@media screen and (max-width: 767px){
    .socialIcons{
        justify-content: center;
    }
}

/* AGUA */
#agua {
    margin: 0;
    min-height: 100%;
    position: relative;
    margin: 50px 0 0 0;
}

.oceano {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

.ola {
    background: url("../img/first-wave.png");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: ola 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.ola:nth-of-type(2) {
    background: url("../img/second-wave.png");
    bottom: 0;
    animation: ola 18s linear reverse infinite;
    opacity: 0.5;
}

.ola:nth-of-type(3) {
    background: url("../img/third-wave.png");
    bottom: 0;
    animation: ola 20s -1s linear infinite;
    opacity: 0.5;
}

@keyframes ola {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
  }

/******************************** FOOTER *********************************/