/*MENÚ*/

.main-menu ul li.active a {
    color: var(--fusha-theme);
}

.bg-fusha {
    background-color: var(--fusha-theme);
}

.bg-marino {
    background-color: var(--marino-theme);
}

.bg-verde {
    background-color: var(--verde-theme);
}

.bg-purple {
    background-color: var(--purple-theme);
}

.bg-rosado {
    background-color: var(--rosado-theme);
}

.bg-yellow {
    background-color: var(--yellow-theme)!important;
}

.bg-white {
    background-color: #FFF;
}

.txt-color-gray {
    color: var(--t_m-color) !important;
}


/* BUttons */

.btnt-fusha {
    background-color: var(--fusha-theme) !important;
    color: #fff !important;
    border: 2px solid var(--fusha-theme) !important;
}

.btnt-fusha:hover {
    background-color: #fff !important;
    color: var(--fusha-theme) !important;
    border: 2px solid var(--fusha-theme) !important;
}

.btnt-purple {
    background-color: var(--purple-theme) !important;
    color: #fff !important;
    border: 2px solid var(--purple-theme) !important;
}

.btnt-purple:hover {
    background-color: #fff !important;
    color: var(--purple-theme) !important;
    border: 2px solid var(--purple-theme) !important;
}

.btnt-white-purple {
    background-color: #fff !important;
    color: var(--purple-theme) !important;
    border: 2px solid #fff !important;
}

.btnt-white-purple:hover {
    color: var(--fusha-theme) !important;
}

.btnt-white-purple.active {
    background-color: var(--yellow-theme) !important;
    color: var(--purple-theme) !important;
    border: 2px solid var(--yellow-theme) !important;
}

.border-fusha {
    border: 1px solid var(--fusha-theme);
}

.border-marino {
    border: 1px solid var(--marino-theme);
}

.border-verde {
    border: 1px solid var(--verde-theme);
}

.section-title {
    border-radius: 10px;
    text-transform: uppercase;
}

.section-title * {
    font-size: 55px;
    font-size: 2.5em;
    letter-spacing: 1.5px;
    line-height: 1;
}

.section-title * {
    color: #FFF;
    padding: 5px 0;
}

.section-content {
    position: relative;
    border-radius: 0px 0px 10px 10px;
    margin: auto 1rem;
    padding: 1rem 1.5rem;
}

.content-title {
    font-size: 42px;
    font-size: 2em;
    /* letter-spacing: 1.5px; */
    line-height: 1;
    text-transform: uppercase;
}

.content-text {
    font-size: 17px;
    text-align: justify;
}

.content-image {
    position: absolute;
    background-color: #f9f9f9;
    padding: 7px 0;
    display: none;
}

.image-center {
    left: -2rem;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.image-top {
    left: -6rem;
    top: 50px;
}

.content-text .table td {
    padding: 2px;
}


/*CONTACT US*/

.section-title.absolute-top {
    position: absolute;
    top: -2em;
    width: fit-content;
    padding-left: 4em;
    padding-right: 4em;
    left: 0;
    right: 0;
    margin: auto;
}

.form-title {
    font-size: 2.2em;
    line-height: 1;
}

.form-contact .form-group {
    position: relative;
    margin-bottom: 0.6rem;
}

.form-contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem 0.75rem;
    font-size: 12px;
    line-height: 2;
    color: #495057;
    background-color: var(--gris-theme);
    background-clip: padding-box;
    border: 1px solid var(--gris-theme);
    border-radius: .4rem;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #D1D3D7;
}

.form-contact>div:last-child {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: wrap;
}

.btn-contact {
    background-color: var(--fusha-theme);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: .4rem;
    color: #FFF;
    padding-right: 3rem;
    padding-left: 3rem;
    border: 1px solid var(--fusha-theme);
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    font-weight: bold;
}

.btn-contact:hover {
    color: var(--fusha-theme);
    background-color: #f9f9f9;
    border: 1px solid var(--fusha-theme);
}

.form-contact .g-recaptcha,
.form-contact iframe {
    width: 304px;
}

.form-contact iframe {
    position: relative;
}

.form-contact label.error,
.form-contact label.error:after {
    all: initial;
}

.form-contact label.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--fusha-theme);
}

#error-recaptcha.error {
    border: 3px solid red;
    border-radius: 6px;
}

.form-response {
    font-size: 32px;
    line-height: 1.2;
}

.link-contact>* {
    display: inline-block;
}

.link-contact p,
.link-contact p a {
    color: black !important;
    font-size: 17px;
}


/* FAQ'S*/

.section-header {
    font-size: 42px;
    font-size: 2em;
    letter-spacing: 1.5px;
    line-height: 1;
    margin: auto 1rem;
    padding: 1rem 1.5rem;
}

.section-header+.section-content .content-title {
    font-size: 32px;
    font-size: 2.3em;
    /* letter-spacing: 1.5px; */
    line-height: 1;
}

.section-group:not(:last-child) .section-content {
    border-radius: 0px 0px 0px 0px;
    border-bottom: 0px;
}

.section-group:last-child .section-content {
    border-top: 0px;
}

.content-text span,
.content-text span a {
    /* background-color: var(--rosa-theme); */
    color: #000;
    font-weight: 800;
}


/* DESTINATION */

.content-super-title * {
    line-height: 1;
    font-size: 2.5em;
    padding: 20px 0 10px 0;
}

.section-group .content-title {
    font-size: 32px;
    font-size: 2.3em;
    line-height: 1;
}

.section-group .content-title>* {
    margin-bottom: 3px;
}

.section-photo {
    margin: auto 1rem;
    padding: 15px 0;
    background-color: var(--fusha-theme);
}


/* SELECT TOURS  */
.select-tours {
    margin-top: 145px;
}

.select-tours .section-title {
    padding: 0 15px 0 75px;
    position: relative;
    width: fit-content;
    margin: 75px auto 0 auto;
    border: 1px solid var(--purple-theme);
}

.select-tours .section-title img {
    position: absolute;
    left: -75px;
    top: -75px;
}

.text-block{
    font-size: 1.15rem;
    line-height: 1;
    padding: 12px 10px;
}

.block-prices table td {
    font-size: 10px;
    padding: 5px;
}

.block-prices table td span {
    font-weight: bold;
}

.block-prices select{
    height: 20px !important;
    line-height: 1 !important;
    padding: .2rem .3rem !important;
    font-size: 10px !important;
}

.block-prices input{
    height: 20px !important;
    line-height: 1.4 !important;
    padding: 0 .3rem !important; 
    font-size: 10px !important;
}

.block-prices button{
    padding: 0.5px 8px;
    width: 104.2px;
    height: 20px;
    float: right;
    font-size: 12px!important;
    background-color: var(--yellow-theme)!important;
    border: none!important;
    color: #350040!important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0, 0.1)
}

.block-prices button:hover {
    color: var(--yellow-theme)!important;
    background-color: #350040!important;
    border: none!important;
}

.regular-prices {
    border-width: 0 1px;
    border-style: solid;
    border-color: #a9a9a9;
    height: 77px;
}

.promotional {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #a9a9a9;
    padding: 0 3px;
    height: 175px;
}

.promotional>div {
    width: 24%;
    margin: 5px 0;
}

.promotional>div>div:last-child {
    font-family: Arial, Helvetica, sans-serif;
}

.promotional>div:first-child {
    font-size: 10px;
    text-align: left !important;
}

.promotional>div:first-child span {
    font-weight: bold;
}

.promotional>div:not(:first-child)>div:last-child {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #a9a9a9;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.percent ul {
    padding: 3px 0;
    text-align: center;
    margin: 0;
}

.percent ul li {
    list-style: none;
}

.content-percentage {
    padding: 5px;
    text-align: center;
    min-height: 75px;
}

.big-percentage {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
}

.content-percentage .divisor {
    height: 2px;
    width: 95%;
    margin: auto;
}

.content-percentage.bg-yellow .divisor {
    background-color: var(--purple-theme);
}

.content-percentage.bg-purple .divisor {
    background-color: var(--yellow-theme);
}

.content-percentage .discount {
    font-size: 13px;
}

.content-percentage .divisor+p {
    font-size: 9px;
}


/* -- slider --*/

.block-image .carousel-item .sp-image {
    display: block;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: non-repeat;
    background-size: cover;
}

.btnt {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #51bce6;
    cursor: pointer;
    padding: 3px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.btnt-block {
    width: 87%;
}

.block-info .nav-pills {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-flow: wrap;
}

.block-info .nav-pills .nav-link {
    display: block;
    padding: 3px 20px;
    font-size: 12.5px;
    font-weight: bolder;
}

.block-info .tab-content {
    height: 249px;
    overflow-y: scroll;
    padding: 20px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #a9a9a9;
}

.block-info .tab-content .title-pill {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

.block-info .tab-content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.6;
}

.other-tours .tour_container .img_container {
    height: 150px;
}

.other-tours .tour_container .ribbon_3 {
    left: 21px;
    top: -28px;
    width: 86px;
    height: 86px;
    background: transparent!important;
}

.other-tours .tour_info p {
    line-height: 1.4;
}

.other-tours .tour_info p .tour_info_title {
    color: var(--fusha-theme);
}


/* Formulario */

.book_tour select,
.book_tour input {
    display: block;
    width: 100%;
    border-color: #606060 !important;
    color: #565656 !important;
    font-weight: 600 !important;
    padding: 3px;
    outline: 0mm !important;
    border-width: 1px !important;
    line-height: 1 !important;
    border-style: solid;
}

.border-form {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #a9a9a9;
}

.pax-groups label {
    font-size: 10px;
}


/* .book_tour span{
    font-weight: bold;
    font-size: 12px;
} */

.numbers-row {
    display: flex;
    height: auto;
    width: auto;
    justify-content: flex-end;
}

.numbers-row>* {
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    border-radius: 0;
}

.numbers-row input {
    width: 30px;
    order: 2;
    border: 0mm;
}

.numbers-row .inc {
    order: 3;
    border-color: #606060 !important;
}

.numbers-row .dec {
    order: 1;
    border-color: #606060 !important;
}

.calculate {
    font-size: 12px;
    font-weight: bolder;
    border-width: 1px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.calculate:hover {
    border-width: 1px !important;
}

.tour-table {
    font-size: 8px;
    line-height: 1.8;
}

.tour-table>div {
    text-align: left;
    font-size: 9.5px;
    font-weight: bolder;
}

.line-separate {
    padding-bottom: 3px;
    border-bottom: 1px solid #606060;
}

.total-table {
    font-size: 9px;
}

.total-table span {
    font-size: 6px;
}

.book-shooping-checkout button{
    font-size: 12px;
    font-weight: bolder;
    border-width: 1px !important;
    padding: 5px 4px;
    line-height: 1;
}

.book-shooping-checkout button:hover {
    border-width: 1px !important;
}

/* .button_inc {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 9;
} */


/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border-width: 0 0 1px 0;
    background-image: none;
    line-height: initial; 
  }
select::-ms-expand {
    display: none;
}
  
.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid var(--p_li-color)!important;
    color: var(--p_li-color);
  
}
  
select {
    flex: 1;
    padding: 0 .5em;
    cursor: pointer;
}
.select::before {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #FFF;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    border-width: 0px 0 1px 1px;
    border-style: solid;
    border-color: var(--p_li-color);
}
  
.input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--p_li-color);
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
  
select, input{
    font-size: 12px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border-width: 0 0 1px 0;
    background-image: none;
    line-height: initial;
}
  select::-ms-expand {
    display: none;
}
  
  .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: 0;
    border: 2px solid var(--p_li-color)!important;
    color: var(--p_li-color);
  
}
  
  select {
    flex: 1;
    padding: 0 .5em;
    cursor: pointer;
}
  .select::before {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #FFF;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    border-width: 0px 0 1px 2px;
    border-style: solid;
    border-color: var(--p_li-color);
}
  
.input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--p_li-color);
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
  
select, input{
    font-size: 12px !important;
} 
.pax-groups label{
    font-size: 12px;

} 
.pax-groups label span{
    font-weight: bold;
}
.numbers-row{
    height: 30px !important;
    width: 60px;
}
.numbers-row > *{
    border-radius: 0;
    border: 0;
    height: 28px !important;
    width: 20px !important;
}
.numbers-row > input{
    left: 20px;
}
.numbers-row > .button_inc{
    border: 2px solid var(--p_li-color);
}
.table-summary{
    font-size: 12px
}
.table-summary .line{
    border-top: 2px solid #444;
    padding-top: 5px;
}
.table-summary span{
    font-size: 8px;
}*/

/* ------------
 *  CHECKOUT
 --------------*/

 .chekout {
    margin-top: 15px;
}

.chekout .section-title {
    padding: 0 15px 0 75px;
    position: relative;
    width: fit-content;
    margin: 75px auto 0 auto;
    border: 1px solid var(--purple-theme);
}

.chekout .section-title img {
    position: absolute;
    left: -75px;
    top: -75px;
}

.chekout .input {
    display: block;
    width: 100%;
    padding: .375rem 0.75rem;
    font-size: 12px;
    line-height: 2;
    color: #444;
    background-color: var(--gris-theme);
    background-clip: padding-box;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}

.chekout .input:focus {
    outline: #D1D3D7 auto 1px;
    border-radius: 0;
}

.chekout .form-title {
    font-size: 20px;
    margin-left: -10px;
}

.chekout .form-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--fusha-theme);
    color: #fff;
    margin-right: 15px;
}

#form-checkout label {
    font-weight: bold !important;
    margin-bottom: 0 !important;
}

.chekout .text-block {
    font-size: 20px;
}

.summary-tours>div {
    font-size: 10px;
    /* border-width: 0 1px 1px 1px;
    border-color: #444;
    border-style: solid; */
}

.summary-tours .summary-title {
    font-size: 12px;
    font-weight: bold;
}

.summary-tours .info-summary {
    width: 100%;
}

#table-summary .info-summary .row-summary {
    font-size: 9.5px;
}

.info-summary .row-summary div:first-child {
    width: 20%;
    text-align: left;
}

.info-summary .row-summary div:last-child {
    width: 80%;
}


.col-60w,
.col-25w {
    padding: 3px 0px;
    border-bottom: 2px solid #444;
}

.col-45w {
    width: 60%;
    padding-right: 3px;
}

.col-60w {
    width: 60%;
    padding-right: 3px;
}

.col-25w {
    width: 20%;
}

.row-summary {
    display: flex;
    line-height: 1.5;
}

.col-45w .row-summary div:first-child {
    width: 45%;
    text-align: left;
}

.col-45w .row-summary div:last-child {
    width: 55%;
    text-align: right;
}

.col-60w .row-summary div:first-child {
    width: 59%;
    text-align: left;
}

.col-60w .row-summary div:last-child {
    width: 41%;
    text-align: right;
}

.col-25w .row-summary {
    display: block;
    text-align: center;
}

.col-25w:nth-child(2) .row-summary {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.col-25w:last-child .row-summary {
    background-color: var(--yellow-theme);
}

.options-service {
    background-color: #C3C4CA;
    line-height: 1.5;
    padding: 5px;
    margin-bottom: 3px;
}

.options-service .title {
    font-size: 10px;
    font-weight: 600;
}

.options-service input {
    border: none;
}

.options-service .custom-range::-webkit-slider-thumb {
    background: #606060 !important;
    color: red;
}

.options-service .custom-range::-moz-range-thumb {
    background: #606060 !important;
}

.options-service .custom-range::-ms-thumb {
    background: #606060 !important;
}

.options-service span {
    font-size: 10px;
    font-weight: 600;
    color: var(--fusha-theme);
}

#form-checkout a {
    color: #444;
    line-height: 1.5;
    font-size: 11px;
    text-decoration: underline;
    transition: 4s all ease-in-out;
}

#form-checkout a:hover {
    opacity: 0.9;
    text-decoration: none;
}

.recalculate .btn-recalculate, #form-checkout .btn {
    border-radius: 8px;
    font-weight: bold;
    border-color: var(--fusha-theme) !important;
    color: #fff !important;
    padding: 10px 10px;
    background-color: var(--fusha-theme);
}

.recalculate .btn-recalculate:hover, #form-checkout .btn:hover {
    border-color: var(--fusha-theme) !important;
    color: var(--fusha-theme) !important;
    padding: 10px 10px;
    background-color: #fff;
}

#form-checkout .custom-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
    color: #444;
}

#form-checkout .custom-checkbox .custom-control-label {
    line-height: 2.5;
}

#form-checkout .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #444;
    background-color: #fff;
}

#form-checkout .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #606060;
}

.contact-sections, .delphin-sections {
    padding-top: 145px;
}

/* Enlarge slider */
.enlarge-slider-container {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    background-color: #000;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}

#carouselControlsEnlarge {
    width: 600px;
    height: 400px;
}

#carouselControlsEnlarge img {
    display: block;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: non-repeat;
    background-size: cover;
}

.enlarge-slider-container .close-enlarge-slider {
    margin: 0;
    padding: 3px;
    font-size: 20px;
    color: rgb(206, 206, 206);
    position: absolute;
    top: 50;
    right: 50;
    cursor: pointer;
}

@media(min-width: 768px) {
    .delphin-sections>div>div:first-child {
        padding: 0 100px;
    }
    .section-title {
        border-radius: 10px;
        padding: 18px 0 10px;
        /* margin: auto 5rem; */
    }
    .section-content {
        position: relative;
        border-radius: 0px 0px 10px 10px;
        /* margin: auto 6rem; */
        padding: 2rem 4rem;
        /* margin-right: 4rem; */
    }
    .section-title * {
        font-size: 55px;
        /* font-size: 4.6em; */
        letter-spacing: 1.5px;
    }
    .content-title {
        font-size: 42px;
        font-size: 3.5em;
        /* letter-spacing: 1.5px; */
    }
    .content-image {
        display: block;
    }
    /* FAQ'S*/
    .section-header {
        font-size: 42px;
        font-size: 3.5em;
        letter-spacing: 1.5px;
        padding: 20px 0;
    }
    /* DESTINATION */
    .section-content.border-cut:before {
        content: '';
        background-color: #f9f9f9;
        width: 3px;
        height: 75px;
        position: absolute;
        top: 0;
        left: -2px;
    }
    .image-out-top {
        left: -6rem;
        top: -100px;
        background-color: initial;
    }
    .content-super-title * {
        font-size: 3.5em;
        padding: 20px 0 0 0;
    }
    .section-group .content-title {
        font-size: 32px;
        font-size: 2.3em;
        line-height: 1;
    }
    /* SELECT TOURS*/
}