body {
    font-family: "Lato", sans-serif;
    background: #F1F8FE;
}

p, a, li, h1, h2, h3 { font-family: "Lato", sans-serif;}

main { top:0 }

.dolphinco { margin-bottom: 60px;}

.navbar { text-align: center; }

.navbar ul {
    display: flex;
    margin: 15px;
    gap:8px;
}
.navbar ul li {
    background-color: white;
    padding: 6px 12px;
 
    text-align: center;
    list-style: none;
    font-size: 14px;
    border-radius: 20px;
    width: max-content;
   
}

.navbar ul li a { color: #2C2C2C;}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: center!important;
}

.title {
    background: url(../img/fondo-home.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    padding: 20px;
    margin: 0 0 30px;
}

h1 {
    font-size: 26px;
    color: white;
}

.title p {
    font-size: 16px;
    color: white;
}

.cards {
    width: 100%;
    display: grid;
    place-content: center;
}


.card {
    background-color: transparent;
    border: 0;
    margin: 0 0 16px;
    position: relative;
}

.card .card__descuento {
    background: white;
    padding: 8px;
    font-size: 18px;
    text-align: left;
    position: absolute;
    left: 16px;
    bottom: 16px;
    line-height: 18px;
}

.card .card__descuento span {
    font-size: 14px;
}

.card a {
    color: #2c2c2c;
}

.accordion-flush .accordion-item {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-family: "Circular Book";
}

.ayuda {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background: white;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 64px;
    max-width: 500px;
    margin: 0 auto;
}
.modal .modal-body h5.htgt-title {
    margin-top: 43px
}

.modal-content {
    border-radius: 8px;
}

h3 {
    color: #2C2C2C;
    font-size: 18px;
    text-align: center;
    margin: 30px auto;
}

.ayuda p {
    font-size: 12px;
}

.ayuda a {
    background-color: #074623;
    color: white;
    text-align: center;
    padding: 8px 40px;
    border-radius: 20px;
}

.progs {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background: white;
    padding: 16px;
    display: flex;
    /* justify-content: space-between; */
    gap: 15px;
    margin: 0 0 10px;
    max-width: 510px;
}

.parque {
    color:#868686;
    font-size: 8px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.programa {
    color: #2c2c2c;
    font-size: 14px;
    margin: 0 0 12px;
    font-weight: bold;
}

.precio-regular {
    color: #2c2c2c;
    font-size: 10px;
}

.precio-regular span { text-decoration: line-through;}

.precio-oferta {
    color: #05858E;
    font-size: 18px;
    font-weight: 900;
}

.precio-oferta sup { font-size: 10px;}

.tags {
display: flex;
gap: 8px;
margin: 9px 0;
}

.tag {
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 11px;
}

.tag1 {
    color:#074623;
    background-color: #D0F6E1;
}

.tag2 {
    color:#E00073;
    background-color: #F2F4F7;
}

.texto {
    color: #2c2c2c;
    font-size: 12px;
    margin: 0 0 18px;
}

.video {
 color: #0065EF;
 font-size: 12px;  
 text-decoration: underline;
}

.video.pink { color: #E50096;}
.video.orange { color: #E36000;}
.video.green { color: #1F5331;}
.video.aqua { color: #05858E;}


.btn {
    text-align: center;
    padding: 8px 25px;
    border-radius: 20px;
    margin: 10px 0 0;
    font-size: 12px;
    width: 100%;
}


.reserva, .reserva:hover {
    background-color: #198754;
    color: white; 
}

.inclusiones, .inclusiones:hover {
    background-color: #DBEAFF;
    color: #0065EF;
}

.venturatag1, .venturatag1:hover {
    color:#ffffff;
    background-color:#E50096;
}
.venturatag2, .venturatag2:hover {
    color:#E50096;
    background-color: #FFE8F7;
}

.selvatica1, .selvatica1:hover {
    color:#ffffff;
    background-color:#1F5331;
}
.selvatica2, .selvatica2:hover {
    color:#1F5331;
    background-color: #D5F0DE;
}

.dd1, .dd1:hover {
    color:#ffffff;
    background-color:#02337A;
}
.dd2, .dd2:hover {
    color:#02337A;
    background-color: #DBEAFF;
}

.clb1, .clb1:hover {
    color:#ffffff;
    background-color:#642D5B;
}
.clb2, .clb2:hover {
    color:#642D5B;
    background-color: #FFE8F7;
}

.aqt1, .aqt1:hover {
    color:#ffffff;
    background-color:#05858E;
}
.aqt2, .aqt2:hover {
    color:#05858E;
    background-color: #E2F7E9;
}

.selva1, .selva1:hover {
    color:#ffffff;
    background-color:#E36000;
}
.selva2, .selva2:hover {
    color:#E36000;
    background-color: #F7ECE2;
}

.habitat-local {
     max-width: 500px;
     background:#F1F8FE;
    margin: 0 auto 20px;
}

.habitat-local img {
    width: 100%;
    height: auto;
   
}

.promo-info {
    width: 100%;
    color: #074623;
    background-color: #D0F6E1;
    border-radius: 8px;
    padding:6px 8px ;
    margin: 0 0 16px;
}

.steps-book {
    width: 100%;
    background: #0065EF;
    padding: 8px;
    color: white;
}

.steps {
    padding: 20px 0 10px;
    margin: 0;
}

.red-line {
    background: #0065EF;
    z-index:0;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 6px;
}
.list-item-wrapper {
    margin-bottom: 30px;
    position: relative;
}
.list-bullet {
    float: left;
    margin-right: 15px;
    background: #0065EF;
    height: 25px;
    width: 25px;
    line-height: 24px;
    border-radius: 100px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-top: 0px;
    font-size: 15px;
}
.list-item {
    display: table-row;
    vertical-align: middle;
}
.white-line {
    background: #FFF;
    z-index: -1;
    top: 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 4px;
    top: 10px;
}


footer {
    background: white;
    padding: 15px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0;
}

footer ul li { list-style-type: none;}

.footer_local ul li span {
    display: block;
    margin-bottom: 8px;
}

.footer_local ul li a {
    color: #2C2C2C;
    font-size: 12px;
    font-family: "Lato", sans-serif;
}


.modal h5 {
    font-size: 18px;
    color: #002F5C;
    font-weight: bold;
}

.modal p, .modal li, .modal a {
    font-size: 15px!important;
    color: #2C2C2C;
    line-height: 18px;
}

.modal .nav-item { list-style-type: none;}

.modal ul.nav-pills { margin: 0;}

.modal .nav-pills .nav-link.active, .nav-pills .show>.nav-link { border-top:3px solid #0065EF; color:#2C2C2C; background-color: white;}

.modal .nav-pills .nav-link { font-size: 12px ; width: 154px;}
.modal .nav-link { color:#2C2C2C; background-color: #F1F8FE;}
.modal .modal-body h5 { margin: 0 0 20px;}
.modal .modal-body ul li {
    margin: 0 0 10px ;
}

.destino {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.destino div {
    margin: 0 0 12px;
}

.destino img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px) {
    .navbar {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .navbar ul {
        justify-content: center;
    }
    .title {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .navbar {  overflow: scroll;}
}