* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
    color:#001E61;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}

h2 {
    color:#001E61;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
}


.hero-image { position: relative;}

.pokemon1 {
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
}

.pokemon1 img, .pokemon2 img, .pokemon3 img {
    display: block;
    margin: 0 auto;
}

.deal {
    margin:100px auto 190px;
    position: relative;
}

.special-deal {
    display: flex;
    position: relative;
}

.deal-img {
    position: relative;
    z-index: 2;
}

.deal-txt {
    background-color: #001E61;
    position: absolute;
    right: 100px;
    width: 50%;
    display: block;
    height: max-content;
    top: 80px;
    z-index: 1;
    padding: 5% 5% 4% 15%;
    color: white;
    font-size: 35px;
}

.deal-txt img { margin: 0 auto 20px; display: block;}

.special-deal img, .special-deal > div { border-radius: 10px;}

.activities {
    background: #090979;
    background: linear-gradient(226deg, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    padding: 100px 0;
    position: relative;
    margin-top: 250px;
}

.pokemon2 {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
}

.pokemon3 {
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
}

/* cards */
.cards {
    gap: 12px;
    flex-wrap: nowrap;
    
}

.card { border-radius: 8px;}
.card img { border-radius: 8px 8px 0 0 ;}

.pokebola {
    position: absolute;
    right: 20px;
    top:-22px
}

.program-text {
    padding: 12px;
    position: relative;
}

.title-card h3 {
    color: #001E61;
    font-weight: 700;
    font-size: 20px;
}

.tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10.5px;
    color: #494949;
    margin: 12px 0;
}

.tags .tag-program {
    padding: 5px 10px;
    background-color: #D9FFE7;
    color:#3E8A7E ;
    border-radius: 4px;
}

.price { line-height: 12px;}

.price-coupon, .cruise-btns {
    display: flex;
    justify-content: space-between;
}

.price-coupon .regular-price {
    font-size: 10.5px;
    color: #2C2C2C;
    font-family: "Lato", sans-serif;
}

.price-coupon .regular-price span {
    color:#8B8B8B;
    font-size: 9px;
}

.promo-price {
    color: #38838C;
    font-size: 19px;
    font-weight: 600;
    margin: 15px auto;
    display: block;
}

.btn-cruise {
    padding: 10px;
    width: 48%;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.btn-cruise.btn-info {
    background-color: #C6FBFC;
    color: #49ADAD;
}

.btn-cruise.btn-book {
    background-color:#00A8A9;
    color: #FFFFFF;
}

.btn-disabled {
    background-color:#E7E7E7;
    color: #B2B2B2;
}



.faqs { margin: 100px 0 50px;}
.accordion-item, .accordion-button, .accordion-button:not(.collapsed) { background-color: #20357E; color: white; border-radius: 10px!important;}
.accordion-item { border-radius: 10px; margin: 0 0 15px;}
.accordion-header h2 { margin-bottom: 0;}

.modal-dialog { width: 60%; max-width: 60%;}

.modal-body h2 {
    color: #001E61;
    font-family: "Lato", sans-serif;
    font-size: 33px;
    margin-bottom:20px ;
}

.modal-body p, .modal-body li {
    color: #001E61;
    font-family: "Lato", sans-serif;
    font-size: 20px;
}

.modal-includes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
   
}

.modal-includes li { width: 48%;  font-size: 20px;}

.modal-includes i {
    color:#20B038;
    font-size: 15px;
}

.modal-body .btn-cruise {
    width: 100%;
    display: block;
    margin: 0 0 15px;
}

.gf-includes {
    flex-direction: column;
}

.gf-includes > div {
    width: 100%!important;
}

.gf-includes .modal-includes li { width: 23%; font-size:15px}

.accordion-button::after {
    background-image: url('/eventos-y-promociones-tdc/img/arrow-down.svg');
    /* transform: rotate(0deg); */
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/eventos-y-promociones-tdc/img/arrow-down.svg');
}


@media screen and (max-width:767px) {
    .special-deal {
        flex-direction: column;
    }
    .deal-img img {
        width: 100%;
        height: auto;
    }
    .deal-txt {
        position: unset;
        width: 100%;
        padding: 12px;
        margin: 15px 0;
    }
    .deal {
        margin:100px auto 100px ;
    }
    .activities { margin-top: 100px; padding: 150px 15px;}
    .cards {
        flex-wrap: wrap;
    }

    .faqs .row {
        flex-direction: column-reverse;
    }

    .footer-logos .socialmedia {

    }

    .smicons {
        justify-content: flex-start!important;
        margin: 30px 0 0;
    }

    .modal-dialog {
        width: 94%;
        max-width: 94%;
        margin: 0 auto;
        top: 2%;
    }

    .modal-backdrop {
        height: 100%;
    }

    .gf-includes .modal-includes li {
        width: 50%;
    }

    body {
        padding-right: 0!important;
    }

    img.magazine {
        width: 100%;
        height: auto;
    }
}