.jupiterx-main-content {
    overflow:hidden;
}

span.from_p a {
    color: black;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.hearth svg {
    margin-top: -2px;
    width: 20px;
    height: 20px;
}

.Zebra_DatePicker .dp_daypicker th {
    cursor: text;
    font-weight: 600;
    font-size: 0.7rem;
}

.card-tour-blog h5 a {
    color: black;
    font-size: 1rem;
}

.accordion-item.resmenu {
    padding: 10px 20px !important;
    background-color: black !important;
    color: #ff8d00f2  !important;
}

.accordion-item.resmenu a {
    color: #ff8d00f2;
    font-size: 1.1rem;
    font-weight: 400;
}

/* === Travel Cards Styles === */
.travel-card {
    transition: all 0.35s ease;
    border-radius: 1rem;
    background: #ffffff;
}

.travel-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.travel-card img {
    transition: transform 0.5s ease;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.travel-card:hover img {
    transform: scale(1.07);
}

/* === Card Text === */
.travel-card .card-body {
    padding: 1.5rem;
}

.travel-card .card-title {
    font-weight: 600;
    letter-spacing: 0.3px;
}

.travel-card .card-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6c757d;
}

.aligncenter {
    text-align:center;
}

/* === Buttons === */
.travel-card .btn {
    transition: all 0.25s ease-in-out;
}

.travel-card .btn:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}



/* === Responsive === */
@media (max-width: 767px) {
    .travel-card img {
        height: 200px;
    }
}


.res_menu .accordion-button.responsive-button {
    color: #ff8d00f2;
}

.res_menu .accordion-button:not(.collapsed) {
    color: #ff8d00f2 !important;
}

.overview_principal {
    font-size: 1rem !important;
}

.faq-accordion h2 button {
    font-weight: 600;
    font-size: 0.85rem !important;
}

.faq-accordion .accordion-body.faq-accordion-body {
    font-size: 0.80rem;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  /* Tu código CSS aquí para pantallas entre 1200px y 1399px de ancho */
  .container {
    max-width: 1160px;
  }
}

a.trip_icon svg {
    width: 24px;
    height: 27px;
    line-height: 1;
    margin-top: -3px;
}

.social_box a:hover {
    color: white;
}



.overview_principal h3 {
    font-size: 1.7rem !important;
    color: black !important;
}


.car-star svg {
    width: 16px;
    height: 16px;
}


span.progress {
    height: 0.9rem;
}


.icono  {
    display: inline;
}

.icono svg {
    margin-top: -4px;
    width: 15px;
    height: 15px;
}


.r_stars svg {
    width: 15px;
    height: 15px;
}



.r_cal {
    font-size: 2rem;
    font-weight: 600;
}


.r_count {
    font-weight: 500;
    font-size: 0.8rem;
    margin-top: 5px;
}



span.c_stars {
    width: 50px;
    font-size:0.8rem;
    float:left;
    

}
span.q_stars {
    width: 35px;
    padding-left: 15px;
    float:right;
    

}


.bar {
    line-height: 1;
    margin-bottom: 15px;
    display: flow;
}


.progress-bar {
    background-color: #fec911;
}


/* Estilos para desactivar visualmente el acordeón en móvil */
@media (max-width: 767.98px) {
  .accordion-adicional .accordion-button.disabled-mobile {
    cursor: default; /* Cambia el cursor para que no parezca clickeable */
    pointer-events: none; /* Desactiva eventos de mouse (clics, hover) */
    background-color: transparent; /* Opcional: quita el color de fondo */
    padding-left: 0; /* Opcional: alinea el título a la izquierda */
  }

  /* Oculta el ícono de flecha +/- del acordeón en móvil */
  .accordion-adicional .accordion-button.disabled-mobile::after {
    background-image: none;
  }
}




.overview_principal h4 {
    font-size: 1.2rem !important;
    color: black !important;
    margin-bottom: 0;
}

.viat_text {
    line-height: 1rem;
    color: #000000;
    font-size: 0.7rem;
    background-color: #f8f9fa;
    margin-top: 15px;
    padding: 15px;
}

.viat_text b {
    font-weight: 600;
}

.viat_text ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.viat_text li {
  position: relative; /* Necesario para posicionar el icono */
  padding-left: 25px; /* Espacio para el icono */
  margin-bottom: 8px; /* Espacio entre los elementos de la lista */
}

.viat_text li::before {
  content: "\f058"; /* Código Unicode del icono check-circle */
  font-family: "Font Awesome 5 Free"; /* O "Font Awesome 6 Pro" si usas la versión Pro */
  font-weight: 900; /* Necesario para los íconos solid (fas) */
  color: #28a745; /* Código hexadecimal para un verde brillante */
  position: absolute;
  left: 0;
  top: 0;
}




.trip_details ul, .what_content ul {
  list-style: none; /* Elimina las viñetas predeterminadas */
  padding-left: 0;
}

.trip_details ul li, .what_content ul li {
  position: relative; /* Permite posicionar el pseudo-elemento */
  padding-left: 25px; /* Espacio para el círculo naranja */
}


.promo_text {
    font-size: 0.9rem;
}


.sites_to_visit {
    margin: auto;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}




.accordion-faqs h4 {
    font-size: 1rem !important;
    color: black !important;
}


a.info-box-tour-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 8px;
}

.travel_information h2 {
    font-size: 1.3rem !important;
    font-weight:bold;
}

.travel_information h3 {
    font-size: 1.2rem !important;
}

.travel_information h4 {
    font-size: 1.1rem !important;
}

.travel_information h5 {
    font-size: 1rem !important;
}



.hotel_location {
    font-size: 0.75rem;
    margin-bottom: 5px;
    font-style: italic;
    color: grey;
}

.hoteles_box {
    margin-bottom: 30px;
}


.stars_hotel {
    margin-bottom: 10px !important;
}


.hotel_content p {
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.ff a img {
    padding-left: 15px;
    padding-right: 0px !important;
    margin-bottom: 23px;
}

.ff2 a img {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 0px !important;
    margin-bottom: 0px;
}


.photos_desktop {
    margin-bottom: 15px;
}

.stars_hotel svg {
    width: 20px;
    height: 20px;
}

.hotel_row {
    border: 1px solid #dadada;
}

.hoteles_box h4 {
    font-size: 1.2rem !important;
    color: black !important;
}

.hotel_content a {
    color: black;
    font-size: 0.9rem;
}



.hotel_content {
    padding: 20px;
}



.box_card {
    padding: 10px;
}


.grey {
    background-color: #efefef;
    padding: 30px 0;
    margin: 30px 0;
}


header.tour_new {
    margin: 0;
    padding: 15px 0px;
    overflow: hidden;
}

header.tour_new h2 {
    color: black;
    font-size: 1.1rem;
    font-weight: 300;
}
.call_to_action {
    margin-right: 100px;
    margin-left: 100px;
    background-color: #f7f7f7;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.call_to_action h4 {
    line-height: 1;
    color: black !important;
    font-size: 1.1rem !important;
    font-weight: 600;
}

.call_to_action p {
    font-size: 0.9rem;
}


.stars_bar svg {
    top: -2px;
    width: 15px;
    height: 15px;
    position: relative;
}
.stars_bar a {
    font-weight: 500;
    color: black;
    text-decoration: none ! IMPORTANT;
}

.barra_detalles {
    margin-right: 100px;
    margin-left: 100px;
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.row .col-md-3:nth-child(-n+3) .det_box {
    border-right: 1px solid #d8d8d8;
}

.box_price {
    color: black;
}

header.tour_new h1 {
    font-size: 1.9rem;
    color: black;
    font-weight: 700 !important;
}

.det_box {
    padding: 5px 5px 5px 15px;
    height: 100%;
    margin-left: -1px;
}

.icono_detalle {
    float: left;
    margin-right: 10px;
}



.margen_superior {
    padding-left: 200px;
    padding-right: 200px;
    line-height: 1.5rem;
}


.etiqueta-3 {
    padding: 10px 15px;
    line-height: 1;
    background-color: #ffcd00;
    color: white;
    position: absolute;
    font-size: 0.9rem;
    font-weight: 600;
}

.sombra_superior {
    padding: 20px 0 0px 0;
    margin-bottom: 0;
}


.dos-content .flex {
    font-size: 0.7rem;
}

.dia-title i.icono_acc {
    font-size: 0.85rem;
    top: -3px;
    height: 23px;
    width: 23px;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
}


.grey {
    background-color: #efefef;
    padding: 10px 0;
    margin: 15px 0 0px 0;
}

.related_tours_comesee .card-title {
    
    font-size: 1.05rem;
    min-height: 62px;
}   

.slick-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top:50%;
    left:-30px;
}

.slick-next {

    width: 30px;
    height: 30px;
    position: absolute;
    top:50%;
    right:-30px;
}

.slick-arrow i {
    color:grey;
}

.slider_post_container {
position:relative;
}
 
 .text-white h2.elementor-heading-title.elementor-size-default {
    color: white !important;
}


.slick-prev:before, .slick-next:before {
    box-shadow: 0px 0px 5px 1px #0000004a;
    color: #000000 !important;
    border-radius: 50%;
}


.hearth {
    padding-top: 1px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    color: black;
}

.card-text-post {
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-align: justify;
}


.icon_white .elementor-icon > svg {
    fill: white !important;
}

.modal_clos_icon {
    cursor: pointer;
    background-color: black;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-top: -10px;
    margin-right: -5px;
}

.modal_clos_icon svg {
    width: 20px;
}

h3.modal-title {
    color: black !important;
}


.box-adicionales_2 {
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}


.box_tour_blog {
    margin-top: 30px;
    margin-left: 120px;
    margin-right: 120px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.box_tour_blog a h3 {
    color: white !important;
}

.tour_b_box {
    font-size: 1em;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn-white-2 {
    background-color: #ffffff00 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 !important;
    transition: background-color 0.3s ease;
}

h2.main_title_it {
    text-transform: uppercase;
    padding: 18px !important;
    background-color: #f9f9f9;
}



.btn-white-2:hover {
    color: black !important;
    background-color: #ffffff !important;
    border: 2px solid white !important;
}


.btn-white-3 {
    background-color: #ffffff00 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 !important;
    transition: background-color 0.3s ease;
}


.btn-white-3:hover {
    color: #ffffff !important;
    background-color: #ffffff00 !important;
    border: 2px solid white !important;
}




.etiqueta-2 {
    padding: 5px;
    line-height: 1;
    background-color: #ffcd00;
    color: white;
    position: absolute;
    top: 15px;
    font-size: 0.9rem;
    font-weight: 600;
    right: 0;
}


.landing_title .desk_image {
    width: 100%;
}

.landing_title {
    margin-bottom: 15px;
    position: relative;
}


.landing_title .titulo-box {
    width: 50%;
}
.landing_title_box {
    width: 100%;
    position: absolute;
    top: 25%;
}

.landing_title .landing_grad {
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    background: rgb(0 0 0 / 27%);
}


.landing_title_box .titulo-box h1 {
    margin-bottom: 20px;
    font-weight: 800 !important;
    color: white;
}

.landing_title_desk {
    height: 60px;
}

.box-adicionales {
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 0;
}


.landing_title_box .titulo-box h2 {
    margin-bottom: 15px;
    color: white;
    font-size: 1.3rem;
}

.trip_text {
    padding-left: 80px;
    color: aliceblue;
    display: block;
    padding-top: 15px;
}
img.trip_icon {
    float: left;
    width: 60px;
}



.btn-white-2:active,
.btn-white-2.active {
    color: black !important;
    background-color: #ffffff !important;
    border: 2px solid black !important;
}

.box_tour_blog .tour_b a > h4.text-white {
    font-size: 1.2rem;
    color: white !important;
    font-weight: 600;
}

a.btn-white:active {
    border:0 !important;
}

.accordion-faqs .accordion-header a {
    color: black;
}

.accordion-faqs .accordion-item {
    margin-bottom: 5px;
}


.accordion-faqs .accordion-button {
    cursor: pointer;
}


.accordion-faqs .accordion-button:hover {
    background-color: #f1f1f1;
}

.accordion-item-faq {
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
}

.Zebra_DatePicker table {
    border-collapse: collapse;
    border-radius: 4px;
    border-spacing: 0;
    width: 100%;
}

a.tool {
    position: relative;
    top: -23px;
}

.Zebra_DatePicker {
    width: 100% !important;
}
.date_e i {
    color: #7b7b7b;
}

.input-b {
    height: 40px;
    background-color: white !important;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    font-weight: 500 !important;
}


.Zebra_DatePicker .dp_body td {
    background: #ffffff;
    color: #666;
}
span.p_price {
    color: #ff6900;
    font-size: 2.1rem;
    font-weight: 600;
}
span#pax_r {
    font-weight: 500;
    font-size: 0.8rem;
    margin: 0 5px;
}
span.p_person {
    font-size: 0.8rem;
}

.sidebar_tour h5 {
    margin-bottom: 20px;
    color: black !important;
    font-size: 1rem;
}


.from_label {
    line-height: 1;
}

.date_e {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 35px;
}

.r_box {
    padding: 20px 10px 30px 10px;
}
.personas_number {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.sidebar_tour {
    position: sticky;
    top: 120px;
}

/* Remove the default border color on focus */
.form-control:focus {
  border-color: none;
  box-shadow: none;
}

/* Remove the default border color on focus for input groups */
.input-group .form-control:focus {
  border-color: none;
  box-shadow: none;
}


span.monto_t {
    font-weight: 600;
    font-size: 1.2rem;
}
.icon_calendar {
    font-size: 1.3rem;
    position: absolute;
    top: 3px;
    left: 10px;
    cursor: pointer;
}

.rotate_icon {
    transform: rotate(180deg);
}
.icon_person {
    font-size: 1.3rem;
    position: absolute;
    top: 3px;
    left: 10px;
    cursor: pointer;
}


.icon_arrow {
    transition: all 300ms;
    position: absolute;
    top: 5px;
    right: 19px;
}

.persons_box {
    position: relative;
}

span.Zebra_DatePicker_Icon_Wrapper {
    padding: 0 !important;
}


.seleccionar {
    background-color: white;
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.lbl_n {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 1;
}

.lbl_g {
    font-size: 0.85rem;
    line-height: 1;
}

span.p_usd {
    font-weight: 700;
    font-size: 1.2rem;
}

.btn-pax {
    border: 1px solid #FF6900;
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
    transition:300ms all;
}

.btn-pax:hover {
    background-color: #FF6900;
    border: 1px solid #FF6900;
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
    color: white;
}

.Zebra_DatePicker table {
    border-collapse: collapse;
    border-radius: 4px;
    border-spacing: 0;
    width: 100%;
}

.datepicker-position {
    cursor: pointer !important;
    position: relative;
}
.search_bar {
    background-color: rgba(255,255,255,0.68);
    margin: auto;
    padding: 15px;
}
.tour-individual h1 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.row-dia {
    border-top: 1px solid #b9b9b9;
    padding-top: 20px;
}


.trip_box a {
    color: #2c2c2c;
}


.detalles_tour {
    color: white;
    background-color: black;
}

.image_summary {
    margin-bottom: 0;
}

.background-card {
    position: relative;
}

.card-tour-dos {
    border: 1px solid #cfcfcf;
}

.dos_label {
    background-color: #f55d00;
    position: absolute;
    top: 15px;
    left: 0;
    color: white;
    padding: 3px 14px;
    font-size: 0.8rem;
}	
.dos-content {
    color: black;
    padding: 15px;
}


.dos-content i {
    font-size: 1rem;
    color: #d76331;
}

.dos_price {
    font-family: "Oswald";
    font-size: 1.3rem;
}


.dos_from {
    top: -5px;
    position: relative;
}


.dos_desc {
    font-size: 0.8rem;
    min-height: 70px;
}

.dos_dates {
    padding-bottom: 10px;
    border-bottom: 1px solid #797979;
    color: #797979;
    font-size: 0.8rem;
    margin: 10px 0;
}



.dos-content h4 {
    margin-bottom: 15px;
    min-height: 100%;
    color: black !important;
    display: block;
}

.br {
    border-right: 2px #d6d6d6 dotted;
}



span.iconsmall img {
    margin-right: 5px;
    width: 18px !important;
    margin-top: -2px;
}


.summary_box h4 {
    margin-bottom: 0;
}

.summary_box p {
    font-size: 0.8rem !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.cont-tour {
    padding: 0;
}
.accordion-item-tour {
    overflow: hidden;
    border-radius: 8px !important;
    border: 0px solid #f8f8f8;
}



.accordion-header-tour {
    padding: 23px 20px;
}

h3.accordion-collapse-tour {
    margin-bottom: 0 !IMPORTANT;
}

h3.accordion-header-tour.accordion-collapse-tour.collapsed {
    cursor: pointer;
    border-radius: 8px;
    background-color: #f8f8f8;
    overflow: hidden;
}

h3.accordion-header-tour.accordion-collapse-tour:not(.collapsed) {
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 8px;
    border-bottom: 0px solid #f8f8f8;
}

.accordion-header-tour:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}



.dia-title {
    font-size: 1.05rem;
    font-weight: 700;
    position: relative;
    padding-right: 40px;
}

.accordion-item-tour .accordion-button::after {
    background-position-x: 4px;
    background-position-y: 6px;
    width: 30px ! IMPORTANT;
    background-size: 20px;
    background-color: white;
    border-radius: 50%;
    padding: 0;
    height: 30px ! IMPORTANT;
}




.day_number {
    margin-bottom: 2px;
    font-size: 1rem;
    font-weight: 700;
    color: #ff6900;
}

.accordion-collapse-content {
    padding: 17px 20px;
}



.accordion-faqs .accordion-button h4 {
    font-size: 0.9rem !important;
    font-weight: 600;
    margin-bottom: 0;
    color: #5b5b5b !important;
}




.trip_ad {
    overflow: hidden
}

.ez-toc-counter {
    border: 0 !important;
    background-color: #f9f9f9 !important;
}

a.elementor-sub-item:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0da";
    margin-right:5px;
    color:#FF6900;
}



a.elementor-sub-item.elementor-item-active:before {
    color:white !important;
}


a.elementor-sub-item:hover::before {
    color:white !important;
}


.card1 {
    position: relative;
}

.card1 img {
    width: 100%
}
.card1 h5 {
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 15px 10px;
    margin-bottom: 0;
    background-color: #000000a1;
    color: white !important;
    position: absolute;
    bottom: 0;
}

.detalles_tour {
    padding: 20px;
    color: white;
    background-color: black;
}
.dato_icono img {
    width: 25px;
}
.dato_icono {
    float: left;
}

.dato_icono {
    margin-right: 10px;
    float: left;
}


.dato_title {
    color: #FF6900;
    font-weight: 400;
    font-size: 0.70rem;
    line-height: 1;
}
.dato_datae {
    font-size: 0.75rem;
}


.cardp {
    margin-bottom: 25px;
}


.black-overlay p.lead {
    font-size: 0.9rem;
}

.modal-dialog button.btn-close {
    font-size: 1.7rem;
}

.modal-content {
    position: relative;
}
.modal-header {
    z-index: 9999;
    right: 0;
    position: absolute;
    display: block;
}

.well {
    min-height: 20px;
    padding: 20px 20px 1px 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.alert-note {
    font-size: 0.8rem;
    padding: 15px;
    border: 0;
    background-color: #fbf8f1;
    color: #15252d;
}

section#overview {
    text-align: justify;
}

.mensaje h4 {
    color: black !important;
}

.text-justify {
    text-align: justify;
}


.title-category img {
    height: 28px !important;
}
.title-category h1 {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
}

.border-re {
    border: 2px solid #d2d2d2;
    padding: 15px;
    border-radius: 0;
}

.pas1 {
    padding: 0 0px 0 8px;
}

.pas2 {
    padding: 0 8px 0 0;
}


.passs img {
    height: 203px !important;
    width: 100%;
}


.fr {
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1;
}
.monto {
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
}

.slogn-cat {
    font-size: 0.8rem;
    line-height: 1.6;
    margin-top: 15px;
}


.detalles_text {
    font-size: 1.2rem;
    text-align: justify;
}

.tour_summary {
    padding-left: 0;
}

.experienceScheduleItem-17dg5:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #8b174e;
    left: -9px;
    top: 0;
    border-radius: 100%;
    border: 3px solid #fff;
}






i.inc.fas.fa-check-circle {
    color: green;
}

i.noinc.fas.fa-times-circle {
    color: red;
}



.summary_box {
    box-shadow: 0px 0 6px #00000042;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
}

.summary_box h4 {
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.1rem !important;
    padding-bottom: 5px;
}

b {
    font-weight: 600 !important;
}
strong {
    font-weight: 600 !important;
}
.summary_box.first-stop {
    position: relative;
}

.first-icon {
    position: absolute;
    left: -7px;
    z-index: 999;
    top: -5px;
}

.other-icon {
    top: -2px;
    position: absolute;
    left: -7px;
    z-index: 999;
}





.from_m {
    font-size: 2.2em;
    line-height: 1;
    font-weight: 500;
}


.from_t {
    font-size: 0.9rem;
    line-height: 1.9;
}




.icono_info {
    float: left;
    height: 60px;
    margin-right: 14px;
}

.detalles_p h4 {
    font-size: 1.2rem !important;
    color: black !important;
    margin-bottom: 0;
}



.imagen_destacada {
    margin-bottom: 20px;
}

.cont-tour h3 {
    color: black !important;
}



.sticky_foooter button {
    margin-top: -5px;
}



.accordion-faqs button {
    padding: 15px;
}

.accordion-faqs .accordion-body {
    padding: 15px;
}





.intro_faq h3 {
    color: #0c86da !important;
}


.accordion-faqs button {
    padding: 15px;
}

.accordion-faqs .accordion-body {
    padding: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: #fbfbfb;
}


section hr {
    height: 15px;
}


.readtext {
    overflow: hidden;
    transition: all 300ms;
}




.reviewreadtext {
    overflow: hidden;
    transition: all 300ms;
}


h5.review-name a {
    color: black;
    font-size: 1rem;
}
.r_name {
    font-size: 0.8rem;
    font-weight: 500;
}

span.review-date {
    font-size: 0.8rem;
}


.review-meta a {
    color: black !important;
    font-size: 0.8rem !important;
}


.intro_box h5 {
    color: black !important;
    font-size: 1rem;
    margin-bottom: 20px;
}

.r_content {
    font-size: 0.78rem;
    color: #7f7f7f;
}



a.read {
    font-weight: 500;
    color: #ff6900;
    font-size: 0.9rem;
}


.title-tour-easy.itinerary_title h3 {
    font-size: 1.4rem !important;
    color: #000000 !important;
}

.dia-title h3 {
    color: black !important;
}



.content_itinerario {
    text-align: justify;
}

.dia {
    margin-bottom: 40px;
    float: left;
}

.detail_about {
    font-size: 0.8rem;
    margin-left: 35px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.from_card {
    font-size: 1.1rem;
    padding-left: 15px;
    line-height: 1;
}

.from_card span {
    font-weight: 600;
    font-size: 0.9rem;
}


.btn-card {
    padding: 5px 20px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 25px !important;
    background: #FF6900;
    color: white !important;
    text-align: center;
    font-size: 1.1rem;
}

.btn-card:hover {
    padding: 5px 20px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 25px !important;
    background: #FF6900;
    color: white !important;
    text-align: center;
    font-size: 1.1rem;
    
}


.btn-card:active {
    padding: 5px 20px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 25px !important;
    background: #FF6900;
    color: white !important;
    text-align: center;
    font-size: 1.1rem;
}


.detail_about:not(:last-child) {
    border-bottom: 2px dotted #dbdbdb;
}




.about_activity h2 {
    font-size: 1.3rem !important;
    color: black !important;
    margin-bottom: 15px !important;
    display: block;
}

.advantages_text h3 {
    font-size: 1.2rem !important;
    color: black;
    
}



.about_activity h3 {
    font-size: 0.9rem !important;
    color: black !important;
}


.about_activity i {
    padding-right: 15px;
}


.box_it {
    margin-right: 5px;
    line-height: 1;
    text-align: center;
    border: 1px solid #FF6900;
    float: left;
    width: fit-content;
    padding: 3px;
    font-size: 0.8rem;
}
.box_it .day_label {
    color: #FF6900;
}
span.day_ITEM {
    color: #FF6900;
    display: block;
    font-weight: 900;
    font-size: 1.3rem;
}

.itinerario h3 {
    line-height: 1.1;
    font-size: 1.2rem !important;
    color: black !important;
    margin-bottom: 20px;
}

.high_it b {
    color: black;
    font-weight: 700;
}



.high_it {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #979797;
}

.title-tour-easy.itinerary_title h2 {
    margin-bottom: 10px;
}


span.orange {
    color: #FF6900;
}

.image_header_categoria_desktop {
    position: relative;
}

.grey_overlay {
    top: 0;
    position: absolute;
    background-color: #0000004a;
    height: 100%;
    width: 100%;
}


.card.card-price {
    border-bottom: 1px solid #e2dede !important;
}

.bg_extend {
    text-align:center;
}

.comer-hero {
    background-position: center;
    color: white;
    background-size: cover;
    text-align: left !important;
}
.black-overlay {
    padding: 240px !important;
    background-color: #0000006e;
}
.comer-hero h4 {
    color: white !important;
    font-size: 2rem !important;
    font-weight: 700;
    text-shadow: 0 0 4px #0000004d;
}

a.prices_btn {
    background-color: #0080d8;
    border: 2px solid #0080d8;
    color: white !important;
}
a.prices_btn:hover {
    background-color: white;
    border: 2px solid #0080d8;
    color: #0080d8 !important;
}

.relacionados h4 {
    color: black !important;
    font-size: 24px !important;
}

.relacionados h3 {
    color: #ff6900 !important;
}

.tour_sidebar {
    position: relative;
}
.over-inner-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0000000f;
    height: 100%;
}

.rel_sidebar_content {
    font-size: 1.3rem;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 10px;
    line-height: 1.2;
    font-weight: 600;
}


.over-inner-shadow {
    box-shadow: inset 0 0 50px 40px rgb(0 0 0 / 90%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


h3.main_title_it {
    font-size: 1.6rem !important;
    color: #FF6900 !important;
}


h2.main_title_it {
    display: block;
    margin-bottom: 10px !important;
}



section#overview > h3 {
    font-size: 1.2rem !important;
    color: #000000;
}


.what_content h3, .box_private_price h3 {
    color: #0c86da !important;
    font-size: 1.2rem !important;
}


#travel_guide > h2, #travel_guide >  h3, #faqs > h2, #prices > h2, #what_to_bring > h3, #what_to_bring > h2, #inclusions > h3, #inclusions > h2, #itinerary > h3, #itinerary > h2, #overview > h3, #overview > h2,  #inquire > h3, #inquire > h2{
    font-size: 1.2rem !important;
    color: black !important;
}

#travel_guide h3, #travel_guide h2 {
     font-size: 1.2rem !important;
    color: black !important;
}
#terms h3, #terms h2 {
     font-size: 1.3rem !important;
    color: black !important;
}

.trip_details .section h2 {
    font-size: 1.3rem;
}

.trip_details .section h3 {
    font-size: 1.2rem;
}


.rel_sidebar_content h3 {
    font-size: 1.2rem !important;
    color: white !important;
}


.link span.orange {
    font-size: 1.3rem !important;
    color: #FF6900;
    font-weight: 500;
}	

.site_to_visit {
    font-size: 1.2rem;
    font-weight: 500;
}

.link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 500;
}

div#itinerario_collapse_1 {
    display: block !important;
}

.card {
    border-bottom: 1px solid 1px solid rgba(0,0,0,.125) !important;
}

.accordion .card:first-of-type {
    border-bottom: 1px;
}

.title-tour-easy.itinerary_title {
    text-align: justify !important;
}

.card-box-tour .card-header {
    font-weight: 500;
    text-transform: uppercase;
}

.card-box-tour .card-header i.fas {
    margin-top: 5px;
    position: absolute;
    right: 30px;
}

.card-box-tour {
    margin-bottom: 15px;
}


.accordion-faqs .accordion-button {
    background-color: #fafafa;
}


.accordion-faqs .accordion-button:hover {
    background-color: white;
}

.card-box-tour .card-header.collapsed i.fas {
    transform: rotate(-90deg);
    transition: all 300ms;
    margin-top: 5px;
    position: absolute;
    right: 30px;
}

.card-box-tour .card-header i.fas {
    transition: all 200ms;
    transform: rotate(90deg);
    margin-top: 5px;
    position: absolute;
    right: 30px;
}


.accordion-tour .accordion-tour-header.collapsed i.fas {
    transform: rotate(0deg);
    transition: all 300ms;
    margin-top: 5px;
    position: absolute;
    right: 15px;
}

.accordion-tour .accordion-tour-header i.fas {
    transform: rotate(0deg);
    transition: all 300ms;
    margin-top: 5px;
    position: absolute;
    right: 15px;
}


.likely {
    background-color: #ffc107;
    width: fit-content;
    padding: 0 5px;
    color: white;
    margin-top: 5px;
}

.tour-individual h2.title-tour-easy{
    font-size: 1.5rem !important;
}
.tour-individual h3 {
    font-size: 1.1rem !important;
}

.tour-individual h4 {
    font-size: 1.3rem !important;
}

.tour-individual h5 {
    font-size: 1.2rem !important;
}

.tour-individual h6 {
    font-size: 1.1rem !important;
}

section.section h2 {
    font-weight: 700;
    color: black !important;
    border-left: 0 solid #FF6900;  
    font-size: 1.2rem;
    padding-left: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.titulo-box h1 {
    font-size: 1.6rem;
}

.about_activity h3 {
    font-size: 1.1rem !important;
}


.well2 {
    padding: 15px;
    background-color: #f9f9f9;
}


.accordion.accordion-adicional h2 {
    text-transform: uppercase;
    transition: all 300ms;
    cursor: pointer;
    background-color: #f9f9f9 !important;
    padding: 20px 15px;
}



.adicional_content {
    padding: 0 15px;
}

.accordion.accordion-adicional h2:hover {
    background-color: #f9f9f9;
}

select {
    height: 30px !important;
}

.video_header h1 {
    font-weight: 400
}


.video_header h2 {
    font-family: inherit !important;
    font-weight: 300
}


.raven-nav-menu-dropdown {
    padding: 0 !important;
}


.barra-menu-fijo {
    background-color: white !important;
    width: 100%;
}

.text-orange {
    color:#ff6900 !important;
}


.iconos_sidebar i {
    margin-top: -15px;
}

.barra-menu img#logo_principal {
    margin-top: -40px;
}
.barra-menu-fijo img#logo_principal {
    margin-top: 5px;
}

.megamenu-container {
    max-width: 1340px;
    width: 1340px;
}

select#cantidad_pasajeros {
    font-size: 0.8rem;
    height: 30px;
}



div#modal_book_now .modal-dialog {
    max-width: 900px !important;
}


.from_list {
    padding: 0px;
    margin-bottom: 5px;
    line-height: 1;
}

.from_list.marg {
    margin-top: -20px;
}

.list_value {
    line-height: 1;
}


.from_list .list_label {
    font-size: 12px !important;
}
.from_list .list_value {
    font-size: 1.1rem;
    font-weight: 700;
}


.modal_adicional h4 {
    font-size: 1.5rem !important;
    color: #007ed0 !important;
}


.intro_itinerario h4 {
    color: #007ed0 !important;
}


.desc p {
    margin-bottom: 0;
}

.about_box {
    background-color: #f1f1f1;
}


.modal_adicional button.close {
    margin-top: -10px;
}

.prices_table_modal td, .prices_table_modal th {
    font-size: 0.9rem;
    padding: 11px 9px;
    color: black;
}


.tempus-dominus-widget .date-container-decades div:not(.no-highlight), .tempus-dominus-widget .date-container-years div:not(.no-highlight), .tempus-dominus-widget .date-container-months div:not(.no-highlight), .tempus-dominus-widget .date-container-days div:not(.no-highlight), .tempus-dominus-widget .time-container-clock div:not(.no-highlight), .tempus-dominus-widget .time-container-hour div:not(.no-highlight), .tempus-dominus-widget .time-container-minute div:not(.no-highlight), .tempus-dominus-widget .time-container-second div:not(.no-highlight) {
    width: 90%;
    height: 80%;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
}


table.table.table-resumen-compra td, table.table.table-resumen-compra th {
    font-weight: 500;
    font-size: 0.85rem !important;
}

h6.text-blue {
    color: #007ed0 !important;
}


ul.datos_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.datos_list I {
    COLOR: #ff6900;
}

.black_bg a {
    font-size: 0.8rem;
    color: white;
}
.black_bg p {
    font-size: 0.8rem;
}

span.data-tooltip {
    top: -35px;
    position: relative;
    left: -28px;
    margin-right: -28px;
}

span.data-tooltip a {
    font-size: 0.9rem;
    color: #bfbfbf;
}

.video_box {
    text-align: CENTER;
    border-radius: 5px;
    border: 1px solid #afafaf;
    padding: 10px 90px;
    display: flex;
}

.icon_video i {
    font-size: 3rem;
    color: #FF6900;
}

.label_video {
    font-weight: 600;
    padding: 15px;
}
.video_box {
    text-align: CENTER;
    border-radius: 5px;
    border: 1px solid #afafaf;
    padding: 5px 65px;
    display: flex;
    transition: all 200ms;
}
.video_box:hover {
    background-color: #fafafa;
    border: 1px solid #fafafa;
}
.icon_video {
    float: left;
    width: 45px;
}




.label_video {
    font-weight: 600;
    padding: 10px;
    color: black;
}

.video_inner {
    padding: 5px 10px;
    width: 200px;
    margin: auto;
}


.step-app > .step-steps > li.active {
    background-color: #fafafa;
    color: #000;
}

.resultado_reserva_calculo {
    font-size: 0.8rem;
}

.box_terms {
    line-height: 1;
}


.tempus-dominus-widget .date-container-days {
    grid-auto-rows: 30px;
}

.hide {
    display:none !important;
}

.tour_list h4 {
    font-size: 1.1rem !important;
    margin-bottom: 0;
}

.about_box h3 {
    font-size: 1.2rem !important;
}
.about_box p {
    font-size: 0.8rem !important;
    text-align: justify;
}

.tour_list {
    border: 1px solid #dddddd;
}

p.phone {
    color: black;
}





/*

h1 {
    font-size: 1.6rem !important;
}
h2 {
    font-size: 1.5rem !important;
}
h3 {
    font-size: 1.4rem !important;
}
h4 {
    font-size: 1.3rem !important;
}
h5 {
    font-size: 1.2rem !important;
}
h6 {
    font-size: 1.1rem !important;
}
*/

.barra img {
    width: 20px !important;
}

body.logged-in .barra-menu-fijo {
    top: 32px;
}
.barra-menu-fijo {
    top: 0;
}
.barra-menu-fijo .jet-dropdown-arrow {
    color: #007ed0;
    transition: all 200ms;
}
li.jet-menu-item a:hover .jet-dropdown-arrow {
    color: #ff5c1c;
}

body.logged-in .barra-menu-fijo {
    position: fixed !important;
    z-index: 99;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 10px #0000002e;
}

.barra-menu-fijo .menuside i {
    color: black;
}


.megamenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.megamenu ul a {
    color: #4b4b4b;
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
    transition: all 400ms
}
.megamenu ul a:hover {
    color: #FF6900;
    border-bottom: 1px dotted #444444;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
}
.megamenu {
    font-size: 0.8rem;
}

.barra-menu-fijo {
    position: fixed !important;
    z-index: 99;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 10px #0000002e;
}


.barra-menu-fijo .jet-menu-title {
    color: black;
}



.header-tour {
    margin-bottom: 30px;
    position: relative;
}


.sticky-bar .jet-menu-title {
    color: #244392;
}

.sticky-bar {
    background-color: white !important;
    box-shadow: 0px 9px 11px 0px rgb(0 0 0 / 8%);
}

.sticky-bar  i.jet-dropdown-arrow.fa.fa-angle-down {
    color: #244392;
}

.logged-in .sticky-bar {
    top: 30px;
}


.sticky-bar {
    position: fixed !important;
    top: 0;
    z-index: 1;
    width: 100%;
    animation: translateFromTop 500ms !important;
    -webkit-animation: translateFromTop 500ms;
    -moz-animation: translateFromTop 500ms;
    -o-animation: translateFromTop 500ms;
    -ms-animation: translateFromTop 500ms;
    background-color: white !important;
    box-shadow: 0 2px 7px 0px rgb(0 0 0 / 26%);

}

.sticky-bar .jet-menu-item > a:hover {
    background-color: #f1f1f1 !IMPORTANT;
}

.sticky-bar .elementor-element.elementor-element-8c7a10a .jet-menu .jet-menu-item .top-level-link {
    color: #244392 !important;
}


.title-tour {
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.intro h5 {
    font-size: 2rem;
}

.title-tour h1 {
    font-size: 2.2rem !important;
    color: white;
    font-weight: 600;
}

.table-details td, .table-details th {
    font-size: 0.85rem !important;
}

.table-details tr {
    border-left: 1px solid #f2f2f2;
}


.btn-azul {
    border-radius: 0;
    color: white !important;
    background-color: #0080d8 !important;
}
.sidebar_box h5 {
    color: black !important;
}

.accordion-tour-header i.fas.fa-minus {
    position: absolute;
    right: 15px;
}


.det_box li::before {
    content: "\2022";
    color: #FF6900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.det_box ul {
    list-style: none;
}

ul.trip_details {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.trip_details img {
    margin-right: 10px;
    width: 12px;
    float: left;
    margin-top: 5px;
}
.step-tab-panel.active h5 {
    color: black;
}


.relacionados h3 {
    font-size: 1.6rem !important;
}

ul.trip_details li {
    margin-bottom: 10px;
}
ul.trip_details {
    font-size: 0.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.step-tab-panel h5 {
    color: black;
}


.highlight_text {
    text-align: justify;
    font-size: 1rem;
}
h2.second-title {
    margin-bottom: 0;
    color: black !important;
}

h2.second-title {
    color: black;
}

.car-star {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.container {
  font-size: 0.9rem !important;
}


.intro {
    margin-top: 30px !important;
    margin-bottom: 50px;
    display: block;
}

.slogan {
    font-style: italic;
    margin-bottom: 15px;
    color: grey;
}
.map a img{
    border: 2px solid #000000;
    transition: all 200ms;
}

.map a:hover img{
    cursor: pointer;
    border: 2px solid #ff6900;
}


img.detail-icon {
    margin-right: 10px;
    float: left;
}
.lista-text {
    text-align: left;
}

.card-tour-related .text-content {
    width: 100%;
    text-align: left;
    color: white;
}

.det_data {
    color: white;
    font-size:0.8rem;
}

a.btn-white {
    border: 2px solid white;
    color: white;
    border-radius: 0px;
    font-size: 0.9rem;
    transition: all 300ms;
}

a.btn-white:hover {
    border: 2px solid white;
    color: black;
    background-color:white;
}
.btn_box {
    margin-top: 0px;
}

.card-tour-related {
    position: relative;
}


.card-tour-related h4 {
    font-size: 1rem;
    text-align: left;
}


.box_adicional {
    margin-top: 70px;
    border: 1px solid grey;
    padding: 20px;
}

.adicional_title {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.note_trip h2 {
    color: black ! IMPORTANT;
    padding-left: 10px;
    border-left: 4px solid #ff6900;
}

.box_btn {
    text-align: center;
}


.iconos-hover {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #535353;
    margin-bottom: 35px;
}






.iconos-hover img {
    width: 70%;

}


.box_btn a {
    font-size: 0.8rem !important;
}






.adicional_duracion {
    font-size: 0.9rem;
    font-weight: 700;
}
span.adicional_data {
    font-size: 1.1rem;
    font-weight: 700;
}


.adicional_label {
    line-height: 1;
    margin-bottom: 10px;
}




.botones_reservar .btn {
    padding: 0;
}


.lista-item {
    margin-bottom: 30px;
}



.highlight_text {
    border-left: 2px solid #0080d8;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1.1rem;
    background-color: #f7f7f7;
}

a.btn-orange-outline {
    color: #FF6900;
    border: 2px solid #FF6900;
    border-radius: 0;
    padding: 5px 20px;
}
a.btn-orange-outline:hover {
    color: #FF6900;
    border: 2px solid #FF6900;
}


a.btn-white-outline {
    color: white;
    border: 2px solid white;
    border-radius: 0;
    padding: 5px 20px;
}
a.btn-white-outline:hover {
    color: white;
    border: 2px solid white;
}


.bg_extend h3 {
    font-size: 1.3rem !important;
}


.detail-text {
    font-size: 0.9rem;
    line-height: 1.4;
}
p.go {
    margin-top: -10px;
}

.sidebarlist h4 {
    color: black !important;
}

.plan_box {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-box {
    position: sticky;
    top: 20px;
}

ul.sidebar-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}

.day_icon svg {
    width: 20px;
}
.day_icon {
    top: -5px;
    padding: 7px;
    background-color: white;
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
}

.day_box {
    background-color: #f9f9f9;
    margin-bottom: 5px;
    border: 1px solid #f9f9f9;
    padding: 10px;
} 
p.day_content {
    line-height: 1;
    font-size: 0.7rem;
    margin-bottom: 0;
}
.day_box h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #0080d8 !important;
    font-weight: 700 !important;
}


.flotante {
    padding: 0 10px;
    bottom: 0 !IMPORTANT;
    width: 100% !important;
    background-color: white;
    position: fixed !important;
    left: 0;
    z-index: 1000;
}





.f_label {
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 500;
}
.f_price {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
}
.btn-footer {
    background-color: #FF6900;
    color:white;
    border-radius:0;
    width:100%;
}

.btn-footer:active {
    background-color: #FF6900;
    color:white;
    border-radius:0;
    width:100%;
}


a.whats {
    color: green;
    font-size: 2.2em;
}


.expert {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list li {
    display: block;
    margin-bottom: 30px;
}

.list .icono {
    margin-top: -14px;
    margin-bottom: 0px;
    float: left;
    width: 50px;
}

.list .title {
    line-height: 1;
    margin-bottom: 0;
}

.content-i {
    line-height: 1.4;
    font-size: 0.95rem;
}

.list .icono {
    margin-top: -10px;
    margin-bottom: 0px;
    float: left;
    width: 43px;
    margin-right: 15px;
}

.list .title h6 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem !important;
}

.label_book {
    background-color: #007ed0;
    width: fit-content;
    color: white;
    padding: 0 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 15px;
}
.mensaje {
    background-color: #f5f5f5;
    padding: 20px 20px 5px 20px;
}
.logged-in ul.sidebar-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}

.text-right {
    text-align: right;
}


ul.sidebar-nav li {
    padding: 25px 10px 0px 10px;
    position: relative;
}

ul.sidebar-nav li a {
    line-height: 1;
    font-size: 0.85rem !important;
    color: #000000 !important;
    padding: 0px 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 200ms;
}

ul.sidebar-nav a:hover {
    color: black !important;
    transition: all 200ms;
    opacity: 1;

}

ul.sidebar-nav a::after {
    display: block;
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 30px;
    content: '';
    background-color: #f7f7f7;
    transition: all 300ms;
}


ul.sidebar-nav a:hover::after {
    display: block;
    width: 100%;
    height: 5px;
    background-color: black;
    position: relative;
    margin-top: 30px;
    content: '';
}


span.from_p {
    font-size: 1.5rem;
    font-weight: 600;
}

ul.sidebar-nav li:not(:last-child)::after {
    display: block;
    width: 1px;
    height: 55%;
    background-color: #d6d6d6;
    position: absolute;
    right: 0;
    top: 10px;
    content: '';
}

.content-i {
    font-size: 0.6rem;
}






span.price_amount {
    color: #ff6900;
    font-size: 1.2rem;
    font-weight: 600;
}
.book_form label {
    font-weight: 500;
}


.card.accordion-included {
    border: 0 !important;
}

.card.accordion-no-included {
    border: 0 !important;
}

.card.accordion-included h5 {
    margin-bottom: 0;
}

.card.accordion-included h5 {
    margin-bottom: 0;
}

ul.sidebar-nav li.current a{
    color: white !important;
    transition: all 200ms;
}
div#accordion_included h5 {
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    color: black;
    font-weight: 500;
    font-size: 1rem;
}


div#accordion_included h5:hover{
    color: #ffa700 !important;
    font-weight: 500;
}

div#accordion_no_included h5 {
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    color: black;
    font-weight: 500;
    font-size: 1rem;
}


div#accordion_no_included h5:hover {
    color: #ffa700 !important;
    font-weight: 500;
}

.collapsed i.icono_acc {
    position: absolute;
    right: 0;
    transform: rotate(0) ;
    transition: all 200ms;
}

i.icono_acc {
    position: absolute;
    right: 0;
    transform: rotate(180deg) ;
}


.sidebar {
    padding-right: 15px;
    width: 20%;
}

.card.accordion-tour {
    border-radius: 0;
}

.card-header {
    border-bottom: 1px solid rgb(247 247 247) !important;
}



.accordion-tour-header i.fas.fa-plus {
    position: absolute;
    right: 15px;
}
.accordion-tour-header {
    cursor: pointer;
    transition: all 200ms;
}

.accordion-tour-header:hover {
    background-color: #e6e6e6;
}

.accordion-tour-header {
    padding: 15px;
    line-height: 1;
    border-radius: 0;
    margin-bottom: -1px;
}

.card.accordion-tour > .card-header h3 {
    font-weight: 500;
    color: white !important;
    margin-bottom: 0;
    font-size: 1.1rem !important;
}


.card-header.accordion-tour-header.collapsed h3 {
    color: #000000 !important;
}

.nav_box {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #f7f7f7;
}

ul.sidebar-nav li.current a {
    color: #000 !important;
    transition: all .2s;
}

ul.sidebar-nav li.current a::after {
    display: block;
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 30px;
    content: '';
    background-color: #000000;
    transition: all 300ms;
}
.card-box-tour {
 
}

.price_row {
    text-align: right;
}

.btn-p {
    border-radius: 0;
    border: 2px solid black !important;
}

.btn-p:hover {
    background-color: black;
    color: white;
}


.g-0 .col-12 {
    padding: 0;
}
.g-0 .col-6 {
    padding: 0;
}
.g-0 .col-md-3 {
    padding: 0;
}
.g-0 .col-md-9 {
    padding: 0;
}

.input-b::placeholder {
  padding-left: 0;
}

/* Incluir prefijos para mayor compatibilidad */
.input-b::-webkit-input-placeholder {
  padding-left: 0 !important;
}

.input-b::-moz-placeholder {
  padding-left: 0 !important;
}

.input-b:-ms-input-placeholder {
  padding-left: 0 !important;
}

.input-b {
  padding-left: 50px !important;
}

.btn-s {
    background-color: black;
    color: white;
    border-radius: 0;
    border: 2px solid black;
}

.btn-s:hover {
    color: white;
    background-color: #595959;
}

.price_box {
    float: right;
}

span.from_l {
    font-size: 0.9rem;
    margin-right: 5px;
}

span.btn-p {
    background-color: white;
    border-radius: 0;
    border: 2px solid black;
}

ul.sidebar-nav {
    display: inline-flex;
    margin: 0;
    list-style: none;
    padding: 0;
}

.price_row {
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}



.card.accordion-tour h3 {
    font-weight: 400;
    color: black !important;
    margin-bottom: 0;
    font-size: 1.3rem !important;
}
.inclusions h2 img {
    width: 30px !important;
    margin-top: -5px;
}
.bring h2 img {
    width: 30px !important;
    margin-top: -5px;
}

img.icon_title {
    width: 30px;
    margin-top: -5px;
}
.box_private_price {
    padding: 0;
}

.border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6!important;
    margin-bottom: 15px;
}

.tb {
    margin-bottom: -1px;
}

.box_shared_price {
    background-color: #f5f5f5;
    padding: 20px;
}

.card.accordion-tour {
    border: 0 solid #f7f7f7 !important;
    margin-bottom: 15px;
}

.slider_destinations {
    overflow: hidden;
}

.card-tour {
    position: relative;
}
.marcas img {
    max-width: 120px !important;
    opacity: 0.2;
}

.datos_categoria li h5 {
    color: black;
}

.single-post h1 {
    font-size: 1.6rem;
    font-weight: 400 !important;
}

.post-content h2 {
    color: #000 !important;
    font-size: 1.4rem !important;
}
.post-content h3 {
    color: #000 !important;
    font-size: 1.3rem !important;
}
.post-content h4 {
    color: #000 !important;
    font-size: 1.2rem !important;
}
.post-content h5 {
    color: #000 !important;
    font-size: 1.2rem !important;
}
.post-content h6 {
    color: #000 !important;
    font-size: 1.1rem !important;
}


.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    color: #000 !important
}



.text-content {
    padding: 15px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-align: center;
}
.text-content h4 {
    color: white !important;
    font-size: 1.1rem !important;
}
.sticky_foooter {
    box-shadow: 0px -4px 10px rgb(0 0 0 / 13%);
    padding: 5px;
    background-color: white;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 0!important;
}

.title-tour {
    padding-top: 60px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.intro_text {

    font-size: 1rem;
}


.detail_box {
    display: flex;
}

.detail_icon img {
    width: 50px;
}
h4.detail_title {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: black;
}
.detalles-box {
    padding-top: 30px;
    padding-bottom: 30px;
}



/* media queries responsive */
@media (min-width: 1400px) {
    /* pantallas de alta resolucion */
    .container{
        max-width: 1400px !important;
    }
    .elementor-section-stretched .elementor-container {
        max-width: 1340px;
    }
    .elementor-section-full_width .elementor-container {
        max-width: 100% !important;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1340px !important;
    }


    .container-box {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

}

@media (min-width: 1800px) {
    /* pantallas de alta resolucion */
    .container{
        max-width: 1640px !important;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1640px !important;
    }
}





.jupiterx-corner-buttons {
    bottom: 70px;
}


.detalles-box {
    background-color: #e9e9e9;
    margin-top: 10px;
}



p.duracion {
    color: white;
}


.card-post h1 {
    border-bottom: none;
    font-size: 20px !important;
    margin: 0;
    color: #333;
    min-height: 72px;
    text-align: left;
}


.elementor-tab-content figure {
    width: 100% !important;
}

.elementor-tab-content figure img {
    width: 100%;
}



button.slick-prev.slick-arrow {
    display: none;
}

button.slick-next.slick-arrow {
    display: none;
}



.fixed_contact {
    z-index: 9999;
    position: fixed !important;
    bottom: 0;
}


.whatsnumber {
    font-size: 1.7rem;
    font-weight: 600;
}

.whatsapp_box a:hover {
    color: white;
}

.whatsapp_box i {
    padding-top: 20px;
    padding-left: 13px;
}

.fixed_contact i {
    top: -4px;
    position: relative;
}

.slider-container {
    position: relative;
}

.header-cat {
    position: relative
}
.header-title-cat {
    position: absolute !important;
    bottom: 39px;
}
.header-title-cat h1 {
    font-size: 4rem;
    color: white;
    text-shadow: 0 0 11px black;
}

.card-tour a {
    color: black;
}

.card-tour a:hover {
    color: black;
}

.price {
    font-weight: 700;
    padding-top: 0;
    font-size: 2rem;
}

.nav-travel-guide {
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    padding: 15px;
    position: sticky !important;
    top: 10px;
}

.header-cat {
    margin-top: -20px;
}

.nav-travel-guide a {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nav-travel-guide a:hover {
    color: #0080ce;
}



.details {
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.card-tour {
    border-radius: 0;
    overflow: hidden;
}

.card-tour a img {
    width: 100%;
    transition: all 200ms;
}


.card-tour a:hover img {
    transform: scale(1.1);
}

.nav-icon {
    border: 3px solid white;
    font-size: 1.6em;
    color: #ffffff;
    background-color: #ffffff00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: all 200ms;
}


.nav-icon:hover {
    color: white;
    cursor: pointer;
}

.prev-icon {
    top: 45%;
    position: absolute;
    left: 25px;
    z-index: 999;
}


.next-icon {
    top: 45%;
    position: absolute;
    right: 25px;
    z-index: 999;
}



.content {
    padding: 15px;
}

.content h3 {
    min-height: 50px;
    font-size: 1.3rem;
}

.box-tour {
    position: relative;
}

.site {
    color: #FF6900;
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.barra {
    background-color: rgb(0 0 0 / 58%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px 0 10px;
}
.content h3 {
    margin-bottom: 0;
    font-size: 1.1rem !important;
    color: #000 !important;
    font-weight: 600;
}

.details_card {
    margin-bottom: 10px;
    font-size: 0.7rem;
}



.second b {
    color: #ff6900;
}


.resumen {
    height: 70px;
}

.widget.related-products p {
    font-size: 0.9rem;
}


p.note_title {
    color: white;
}

.card-showcase {
    position: relative;
}
.title-tour h1 {
    color: white !important;
}

.jupiterx-header-overlapped:not(.jupiterx-header-fixed):not(.jupiterx-header-stick):not(.jupiterx-header-sticked) .jupiterx-header {
        position: inherit;
}

.card-showcase-content {
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0;
}
.card-showcase-content .duration {
    text-align: center;
    line-height: 1;
}
.card-showcase-content .duration .dur {
    font-size: 1.7rem;
    font-weight: 500;
}
.card-showcase-content .duration .days {
    font-size: 0.9rem;
}

.card-showcase-content .desc {
    text-align: left;
    font-size: 0.85em;
    line-height: 1.4;
    min-height: 100%;
    border-left: 1px solid white;
    padding-left: 15px;
}

.card-showcase a:hover h3 {
    color: #ffea00  !important;
}
.card-showcase a:hover h3 {
    color: #ffea00  !important;
}


.desc {
    border-left: 1px solid red;
}

.desc_cat {
    font-size: 0.7rem;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}
a#read-more_0 {
    color: #ff6d06;
    font-weight: 700;
    text-decoration: underline;
}

h6.text-orange {
    color: #ff6900 !important;
}

strong {
    font-weight: 600;
}


.card-showcase a:hover .card-showcase-content {
    color: #ffea00;
}

.card-showcase a:hover  .desc {
    border-left: 1px solid #ffea00;
}


.m-fix {
    margin-bottom: 0;
}
.card-showcase-content h3 {
    margin-bottom: 0;
    font-size: 1.2rem !important;
    color: white !important;
    font-weight: 700;
}
.card-showcase-content {
    width: 100%;
    padding: 10px;
}

.barra img {
    margin: 5px;
    width: 22px;
}


span.detail_lab {
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}







body .jupiterx-site {
    padding-top: 0px !important;
}
main#jupiterx-main {
    padding-top: 0 !important;
}



.tour_excerpt {
    line-height: 170%;
    font-size: 0.7rem !important;
    min-height: 120px !important;
}


/* Efectos para categorias */



.whatsapp_box a {
    color: white;
}
.whatsapp_box {
    background-color: #01e675;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.whatsapp_box .phone {
    font-size: 2.4rem;
    font-weight: 500;
}

.whatsapp_box .label {
    font-weight: 300;
}

.slide_title {
    line-height: 150% !important;
    margin-right: 15px !important;
    top: 107px !important;
    font-size: 1rem !important;
    width: 30%;
    background-color: rgba(255, 255, 255, .77);
    padding: 30px !important;
}
.header_box {
    position:relative
}


.label-search-box {
    text-align: right;
}
.search_bar h4 {
    color: #e45900;
}


input.btn.btn-primary.search-submit {
    margin-top: -5px;
}


.related_tours {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.related_tours h5 {
    font-size: .8rem;
    margin-bottom: 5px;
}

.related_tours .tour_list_desc {
    display: block;
    line-height: 140%;
    font-size: .8rem !important;
}
span.tour_list_desc {
    margin-top: 5px;
    color: grey;
}

/* Boton de Whatsapp Flotante */
svg.svg--icon {
    color: #7bbf6a;
}

a.share.whatsapp {
    background: white;
    bottom: 10px;
    position: fixed;
    z-index: 99999;
    left: 20px;
        border-radius: 50%;
}


.clip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.svg--source {
  display: none;
}

.svg--icon {
  width: 100%;
  max-width: 5rem;
  height: 100%;
  max-height: 5rem;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.share {
    width: 3rem;
    height: 3rem;
    float: left;
    margin: .5rem 1rem .5rem 0;
    color: #353c4a;
    border: .125rem solid #f3f3f3;
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, .15);
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, .15);
    border-radius: 50%;
    -webkit-transition: 250ms;
    transition: 250ms;
}
.share:last-child {
  margin-right: 0;
}



.whatsapp:hover, .whatsapp:focus {
  color: #7bbf6a;
  box-shadow: 0 0 24px 0 #7bbf6a;
}

/* Boton de Whatsapp Flotante */

.elementor-share-btn__icon {
    width: 3em !important;;
}

.elementor-share-btn__text {
    padding-right: 10px !important;
    display: none !important;
}



    .travel_guide_card {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        background: white;
        color: currentColor;
        text-decoration: none !important;
        overflow: hidden;
        transition-property: color;
        transition-delay: 0.15s;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;

    }
    .travel_guide_card.hover {
        color: white;
        transition-delay: 0;
    }
    .travel_guide_card, .travel_guide_card__image, .travel_guide_card__image::after, .travel_guide_card__author, .travel_guide_card__body, .travel_guide_card__foot, .travel_guide_card__border {
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1);
    }
    .travel_guide_card__head {
        position: relative;
        padding-top: 70%;
    }
    .travel_guide_card__author {
        position: absolute;
        padding: 10px;
        left: 0;
        bottom: 0;
        color: white;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-delay: 0.15s;
    }
    .travel_guide_card.hover .travel_guide_card__author {
        transition-delay: 0;
    }
    .travel_guide_card__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-delay: 0.15s;
    }
    .travel_guide_card__image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .5;
        background: linear-gradient(30deg, rgba(26, 42, 99, 0.85), rgba(26, 42, 99, 0.5));
        transition-property: opacity;
        transition-delay: 0.15s;
    }
    .travel_guide_card.hover .travel_guide_card__image {
        transition-delay: 0;
    }
    .travel_guide_card.hover .travel_guide_card__image::after {
        opacity: 1;
        transition-delay: 0;
    }
    .travel_guide_card__body {
        position: relative;
        padding: 15px;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-delay: 0.15s;
    }
    .travel_guide_card.hover .travel_guide_card__body {
        transition-delay: 0;
    }
    .travel_guide_card__headline {
        font-weight: 400;
        margin: 0 0 .8em;
        border-bottom: none;
        font-size: 1.1rem;
        min-height: 40px;
    }
    .travel_guide_card__text {
        line-height: 1.5;
        margin: 0;
        opacity: .8;
    }
    .travel_guide_card__foot {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 2em 2em;
        opacity: 0;
        transition-property: opacity;
    }
    .travel_guide_card.hover .travel_guide_card__foot {
        opacity: 1;
        transition-delay: 0.15s;
    }
    .travel_guide_card__link {
        color: currentColor;
        text-decoration: none;
        border-bottom: 2px solid #E45900;
    }
    .travel_guide_card__border {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 6px;
        background: #E45900;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
    .travel_guide_card.hover .travel_guide_card__border {
        -webkit-transform: none;
        transform: none;
        transition-delay: 0.15s;
    }

    .author {
        display: flex;
        align-items: center;
    }
    .author__image {
        flex-shrink: 0;
        margin-right: 1em;
        width: 56px;
        height: 56px;
        border-radius: 100%;
        overflow: hidden;
    }
    .author__content {
        display: grid;
        grid-gap: .4em;
        font-size: .9em;
    }
    .author__header {
        margin: 0;
        font-weight: 600;
    }
    .author__subheader {
        margin: 0;
        opacity: .8;
    }
    a.travel_guide_card {
        margin-bottom: 15px;
    }



div#CDSWIDSSP {
    width: 100% !important;
}

.elementor-accordion-item {
    text-align: justify !important;
}


.raven-nav-menu a:hover {
    text-decoration: none !important;
}
.talk_specialist a {
    color: white;
}
.talk_specialist a:hover {
    color: white;
     text-decoration: none !important;
}

.item-5 a:hover {
    text-decoration: none !important;
}
.card-post {
    background: white !important;
}
.elementor-button-wrapper a {
    color: white;
}



p.travel_guide_card__text {
    font-size: 0.80rem !important;
    text-align: justify;
}

a.card-post article {
    text-align: justify;
}

.tour_content {
    text-align: justify;
    padding: 10px;
}
.wpml-ls-legacy-list-horizontal>ul {
    text-align: right;
}
ul#menu-menu-footer-es a {
    text-align: right;
    font-weight: 300;
    margin-bottom: 0px;
    color: #0c0c0c;
    font-size: 14px;
}
ul#menu-menu-footer-es li {
    margin-bottom: 0;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    border: 0;
    margin: 0;
    padding: 0;
}
a.wpml-ls-link {
    padding: 0px 0 0px 10px;
    line-height: 100%;
}
img.wpml-ls-flag {
    width: 36px !important;
    height: 100% !important;
    margin-top: -5px;
}

.gallery-columns-3 figure {
    width: 33.333%;
}

body.elementor-editor-active header.jupiterx-header{
  display: none;
}


a.raven-menu-item  {
  transition: all 300ms;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  color: #000000 !important;
}

main.jupiterx-main {
  padding-top: 80px !important;
}

.raven-nav-menu a, .raven-nav-menu li {
  margin-right: 5px;
}

/* para los top tours */


.gallery.box {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1%;
  border: 0px;
}
.gallery .card {
  position: relative;
  border: 0px;
}
.gallery .background, .gallery .column {
  height: 100%}
.single-tour {
  margin-bottom: 30px !important;
}
.tour-card.card a {
  font-weight: bold;
  line-height: 100%;
  font-size: 2rem;
}
.gallery .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}
.gallery .info, .gallery .foot {
  -webkit-transition: bottom .35s;
  -o-transition: bottom .35s;
  transition: bottom .35s;
}
.gallery .info {
  position: absolute;
  bottom: -55px;
  width: 100%}
.gallery .info h2 a {
  color: #fff;
  display: block;
  text-shadow: 1px 1px 4px #000;
  text-decoration: none;
}
.gallery .info h2 {
  margin-bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  line-height: 24px;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  border-bottom: none;
}
.gallery:hover .info h2 {
  background: none;
}
.gallery .foot {
  height: 35px;
  bottom: -35px;
  position: relative;
  color: #fff;
  padding: 0 10px;
}
.gallery .foot .line {
  height: 2px;
  display: block;
  margin: 10px 0;
  background-color: #fff;
  margin-top: 20px;
  width: 0%;
  transition: width .6s;
}
.gallery .description {
  font-weight: 300;
}
.gallery .categoria {
  font-weight: bolder;
  border-radius: 5px;
  background-color: #00a64f;
  top: 5px;
  left: 5px;
  padding: 0px 10px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  transition: font-size .35s;
  text-transform: uppercase;
}
.gallery:hover .info, .gallery:hover .foot {
  bottom: 45px;
}
.gallery:hover .info h2 {
  margin-bottom: 50px !important;
}
.gallery:hover .overlay {
  opacity: .6;
}
.gallery:hover .foot .line {
  width: 100%}

/* fin de para los top tours */




.razones span.elementor-icon-list-icon {
    margin-top: -20px;
}

.razones b {
    color: #9f9f9f;
}

.text-white {
  color: white !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white a{
  color: white !important;
}
.text-white a:hover{
  text-decoration: underline;
  color: white !important;
}

.search-tour {
  margin-top: -350px !important;
  margin-bottom: 350px !important;
}
body.elementor-editor-active .search-tour{
  margin-top:0px !important;
  margin-bottom: 0px !important;
}
p#breadcrumbs {
    width: fit-content;
    text-align: center;
    color: #b6b6b6;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fafafa;
    margin-bottom: 0;
    font-size: 0.75rem;
}

.title-margin {
    padding: 0 100px 0 100px;
}

.stars_bar {
    font-size: 0.7rem;
}

p#breadcrumbs a{
  color: #747373;
}

.included {
  border: 1px solid #1b971b;
  margin-right: 0px;
  margin-bottom: 15px;
}
.included  h4 {
  font-size: 1rem;
  color: #1b971b;
}

 .tour-content_modal ul {
       list-style: none;
 }

.included  ul {
  padding: 0;
}
.included  li {
  padding-left: 1.3em;
}

.tour-content_modal  li:before  {

    content: "\2022";
    color: #ff6900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; 
  
}

.trip_notes {
    background-color: #f5f5ff;
    padding: 10px;
}
.cuadro_2_box {
    padding: 15px;
    color: white;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
}

.cuadro_2_box h5 {
    color: #fff !important;
    font-weight: 900;
    font-family: "Oswald";
    font-size: 2rem;
}


.cuadro_2 {

    background-color: black;
}

.cuadro_b h5 {
    text-shadow: 0 0 20px black;
    font-size: 1.5rem;
}

.cuadro_2_text {
    line-height: 1.4;
    font-size: 0.75rem;
    font-weight: 400;
}


.cuadro_2 img {

        transition: all 300ms;
}

.cuadro_2:hover img {
    opacity: 0.6;
}


  
.included  li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #1b971b;
}

.lista_check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ff6900;
}

ul.lista_check {
    padding-left: 20px;
}

.not_included {
  border: 1px solid #cc0303;
  margin-left: 0px;
  margin-bottom: 15px;
}

.not_included  h4 {
  font-size: 1rem;
  color: #cc0303;
}

.not_included  ul {
  list-style: none;
  padding: 0;
}
.not_included  li {
  padding-left: 1.3em;
}
.not_included  li:before {
  content: "\f00d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #cc0303;
}

.to_bring {
  border: 1px solid #005cd3;
  margin-bottom: 15px;
}

.to_bring  h4 {
  font-size: 1rem;
  color: #005cd3;
}

.to_bring  ul {
  list-style: none;
  padding: 0;
}
.to_bring  li {
  padding-left: 1.3em;
}
.to_bring  li:before {
  content: "\f0f6"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #005cd3;
}



img.alignright {
  width: 30%;
  margin-bottom: 15px;
}

img.alignleft {
  width: 30%;
  margin-bottom: 15px;
}

.box-sidebar {
    font-size: 0.7rem;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #dadada;
    transition: all 800ms;
}

.box-sidebar:hover {
  border: 1px solid #0080ce;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.18);

}
.title_price {
    line-height: 100%;
    margin-top: -25px;
}
span.price_from {
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    line-height: 100%;
}
.label_from {
    margin-right: 10px;
    font-size: 1rem !important;
    color: #000000;
    font-weight: 300;
}
.categorie_title {
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 600;
  color: white;
  border-radius: 5px;
  background: #5cc4ef;
  padding: 5px 10px;
}
.box {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
}
.box_top_tour {
  padding: 0px;
}


.step-tab-panel h5 {
    font-weight: 500;
    color: black !important;
}
span.step_label {
    font-size: 1.1rem;
    color: black;
    font-weight: 800;
    background-color: #fcfcfc;
    padding-left: 5px;
    padding-right: 5px;
}



.card-price {
    text-align: center;
}

.card-price .card-header {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.card-price .prices_label {
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: 5px;
}

.card-price .prices_amouunt {
    letter-spacing: -1px;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    color: #ff6900;
    font-weight: 600;
}





i.jet-dropdown-arrow.fa.fa-angle-down {
    color: #ff5c1c;
}


.card-price .prices_data {
    margin-top: 0px;
    margin-bottom: 15px;
}

.box_private_price h2 {
    font-size: 1.6rem !important;
    display: block;
}
.text-black {
    color: black !important;
}

.card-price button.prices_btn {
    background-color: #0080d8;
    border: 2px solid #0080d8;
    color: white !important;
    border-radius:0px;
}

.card-price  button.prices_btn:hover {
    border: 2px solid #0080d8;
    background-color: white;
    color: #0080d8 !important;
}



.faq_content h4 {
    color: black !important;
}

.faq_content h5 {
    color: black !important;
}

.what_content ul {
    list-style: none;
}

.terms ul {
list-style:none
}

.section h4 {
    color: black !important;
    font-size: 1.2rem !important;
}

.alert-note h5 {
    color: black !important;
}



.section h3 {
    font-size: 1.2rem !important;
    color: #000000 !important;
}
.section h6 {
    color: black;
}


.accordion-tour ul {
    list-style:none;
}

.accordion-tour .card-box-tour ul li:before, .terms ul li:before {
    content: "\2022";
    color: #ff6900;
    font-weight: bold;
    display: inline-block;
    width: 0.9rem;
    margin-left: -1em;
}


.nav-tabs-hoteles li.nav-item {
    width: 33.333%;
    text-align: center;
}

.nav-tabs-hoteles button.nav-link {
    border: 1px solid #e7e7e7;
    width: 100%;
}

.nav-tabs-hoteles li.nav-item button {
    color: grey;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-tabs-hoteles button.nav-link.active {
    border: 1px solid #ff6900;
    background-color: #ff6900;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}




.what_content ul li:before {
    margin: 0 3px 0 -15px;
}


.section ul {
    margin-left: -15px;
}



.card-tour-new {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-tour-new .h_box {
  position: relative;
}

.card-tour-new .h_box a img {
  display: block;
  width: 100%;
  height: auto;
}

.card-tour-new .h_box .label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffcd00;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}

.card-tour-new .content {
    padding: 10px;
}

.card-tour-new .content h4 {
    min-height: 35px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
}

.card-tour-new .content h4 a {
    font-size: 1rem;
    text-decoration: none;
    color: #333;
    font-weight: 800;
}

.card-tour-new .connido {
    height: 50px;
}

.card-tour-new .content > div:not(.row) {
    font-size: 11px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 5px;
}




.card-tour-new .row .label {
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
    font-size: 0.7rem;
    font-weight: 700;
}


.card-tour-new .row .amount {
    line-height: 1;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.card-tour-new .btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
      font-size: 0.8rem;
}

.card-tour-new .btn:hover,
.card-tour-new .btn:focus {
  background-color: #0056b3;
}






.inclusions .card-body {
    font-size: 0.9rem !important;
}


.offer_box {
    position: relative;
}

.etiqueta {
    position: absolute;
    top: -10px;
    background-color: red;
    color: white;
    padding: 5px;
}
.itinerary_title h3 {
    text-align: left !important;
    display: block;
}

span.top {
    font-size: 1.4rem;
    display: block;
    font-weight: 700;
}
span.seller {
    font-size: 0.8rem;
    display: block;
    line-height: 1;
}
.datos {
    text-align: left;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 10px;
}

.datos:before {
    content: "\A";
    border-style: solid;
    border-width: 25px 15px 0px 0px;
    border-color: transparent #960000 transparent transparent;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
}

.length {
    margin-top: 60px;
}


.btn-block {
    width: 100%;
}

.duracion {
    line-height: 1;
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 500;
}
.start_end {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
}
span.monto {
    font-size: 2.3rem;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 1;
}

span.frm {
    font-weight: 300;
    font-size: 1.2rem;
}

.btn_box {
    text-align: right;
}


span.usb_l {
    margin-left: -20px;
}

.highlight_text h2 {
    font-size: 1.5rem !important;
}

.five_stars {
    margin-bottom: 10px;
    margin-top: 10px;
}
.five_stars img {
    height: 20px !important;
}
.from {
    margin-top: 0 !important;
    line-height: 1;
}

ul.notess {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.notess li {
    font-size: 0.85rem;
    margin-bottom: 15px;
}

ul.notess i {
    margin-right: 5px;
}

.trip_box {
    border: 1px solid #d1d1d1;
    padding: 10px;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}
.rev_counter {
    font-weight: 600;
}

.bubbles {
    display: inline-flex;
}

.bubble {
    margin: 1px;
    border-radius: 50%;
    background: #34e0a1;
    height: 10px;
    width: 10px;
}

.trip_box h5 {
    color: black !important;
    font-weight: 600;
    font-size: 1rem !important;
    margin-bottom: 5px;
}

.trip_box img {
    height: 25px !important;
    margin-top: 5px;
}

.tachado {
    text-decoration: line-through;
    color: grey;
}

.bubbles i {
    color: #007ed0;
}


.trip_box a {
    font-size: 0.7rem;
    color: #2c2c2c;
}

.faq_content h1, .faq_content h3, .faq_content h4, .faq_content h5 {
    color: black;
}

.travel_guide h3, .travel_guide h4{
    color: black !important;
}


/* estilos para tablas */
/*==================================================================
[ Ver2 ]*/


th {

  font-size: 18px;
  line-height: 1.4;

  background-color: transparent;
}
td {
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

tr {
  border-bottom: 1px solid #f2f2f2;
}

/*---------------------------------------------*/

/* estilos para tablas */


td {
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

.elementor-image-carousel-wrapper.elementor-slick-slider {
  border-bottom: 5px solid #0080CE;
}

.borde-inferior {
  border-bottom: 3px solid #e45900;
  margin-bottom: 30px;
}

img.icon_inc.green {
    border: 1px solid green;
    border-radius: 50%;
    padding: 5px;
}

img.icon_inc.red {
    border: 1px solid #f44336;
    border-radius: 50%;
    padding: 5px;
}


.green h5{
  color: white;
}

.green a.btn.btn-success {
  border: 2px solid white;
}
.metodo_pago {
  border: 1px solid grey;
}
.borde {
  border-radius: 5px;
  border: 1px solid #fafafa;
  transition: all 200ms;
  box-shadow: 0px 0px 3px #b6b6b6;
}
.borde:hover {
  box-shadow: 0px 0px 8px #bababa;
}

.image_tour img {
    width: 100%;
}


.intro_text li::before {
    content: "\2022";
    color: #FF6900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.intro_text ul {
    list-style: none;
}

.cli-style-v2 {
    font-size: 8pt;
    line-height: 13px;
    font-weight: normal;
}


.main_title {
    text-align: center;
}


main.cuadro_negro {
    background-color: black;
}

main.cuadro_negro .post-thumb {
    padding: 0 15px 0 0 ;
    float: left;
    width: 30%;
}

main.cuadro_negro h5 {
    font-size: 0.9rem !important;
}

main.cuadro_negro .trip_length {
    color: white;
    line-height: 1;
    font-size: 0.9rem !important;
}


main.cuadro_negro .price_from {
    color: red;
}

main.cuadro_negro h5 a {
    color: white;
}

main.cuadro_negro .post {
    display: inline-block;
}


.product_description {
    text-align: center;
}

.product_description h3 {
    font-size: 1.2rem !important;
    line-height: 1.2;
}
.product_description h3 a {
    font-size: 1rem;
    color: black;
}

.cuadro_negro .card {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.cuadro_negro  .main_title p {
    color: white;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */

.travel_information h2 {
    font-size: 1.2rem !important;

}

.tours_relacionados  .hearth {
    padding-top: 2px;
 
}

section.section h2:first-child {
  /* Tus estilos aquí */
  display:none;
}



.accordion-adicional h2.accordion-button {
    display: none;
}

.intro_box {
    text-align: left !important;
}

.r_cal {
    text-align: left !important;
}


.r_stars {
    text-align: left  !important;
}

.r_count {
    text-align: left !important;
}


.intro_box h2 {
    text-align: left;
}

.mosaico_titulo_box h4 {
            margin-bottom: 20px !important;

}


.about_activity svg {
    width: 30px;
    height: 30px;
}




.overview_principal {
    font-size: inherit;
}

.sombra_transparente {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #00000075 !important;
    z-index: 1;
    height: 100%;
}


    a.pp-sub-item::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f111";
        color: orange;
        margin-left: -10px !important;
        width: 10px;
        height: 10px;
        font-size: 0.3rem;
        top: 17px;
    }
    
.pp-advanced-menu--dropdown .menu-item {
    position: relative;
}

    
.mosaico_intro {
    display: none;
}

.tour-mosaico {
    margin: 0 !important;
}


.nav-tabs-hoteles button.nav-link {
padding:5px;
font-size:0.8rem
}
.nav-tabs-hoteles button.nav-link.active {
padding:5px;
font-size:0.8rem
}



.franja {
    display: none;
}


.franja_2 {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}


section.elementor-section.elementor-top-section.elementor-element.elementor-element-b868af1.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    overflow: hidden;
}


.franja_2 h2 {
    color: #000 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 1.4rem !important;
}



.slick-arrow {
    display:none !important;
}

.title-margin {
    padding: 0;
}


.mbxm {
        margin-bottom: 5px;
        padding: 5px 5px 0 5px;
}


.fotos_mobile {
  margin-top: -10px;
        overflow: hidden;

}


header.tour_new h1 {

        margin-top: 20px;
        text-align: left;
        font-size: 1.4rem;
        font-weight: 700 !important;
        
}
.margen_superior {
    padding-left: 0;
    padding-right: 0;
}

.etiqueta-3 {
    display: none;
}

.grey {

    margin: 20px 0 0px 0;
}


span.data-tooltip {
    top: -19px;
    position: relative;
    left: -20px;
    margin-right: -28px;
}

.stars_bar svg {
    top: -2px;
    width: 15px;
    height: 15px;
    position: relative;
}

header.tour_new h2 {

    font-size: 0.9rem;

}

.price_row {
    margin-top: 0;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 0;
}
.barra_detalles {
    margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 5px;
        border: 0 solid #d8d8d8;
        margin-bottom: 15px;
}

.icono_detalle {
        float: left;
        margin-right: 10px;
        text-align: center;
        margin-left: 5px;
        margin-top: 5px;
}
.icono_detalle img, .icono_detalle svg {
    height: 22px !important;
    width: auto;
}

.row .col-md-3:nth-child(-n+3) .det_box {
    border-right: 1px solid #d8d8d8;
}

.call_to_action {
        margin-right: 0;
        margin-left: 0;
        background-color: #f7f7f7;
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
}

    .det_box {
        border: 1px solid #dedede;
        padding: 5px;
        height: 100%;
        margin: 2px;
    }

.label_detalle b {
    margin-top: 5px;
    display: block;
    font-weight: 600;
    font-size: 0.7rem;
    text-align: left;
}

.dato_detalle {
    text-align: left;
font-size: 0.7rem;
}




span.monto {
    font-size: 1.3rem;

}


.btn_box {
    text-align: left;
}

.photos_desktop {
    display:none;
}
.height_100 {
    height: 300px !important;
}



.mos_sep {
   height: auto;
        margin-bottom: 20px;
}



.icon_cate svg {
        width: 20px !important;
        height: 20px !important;
        float: none !important;
        text-align: center;
        display: block;
        margin: auto !important;
    }
    
    
.det_cate h5 {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}



.datos_title {
    font-size: 0.6rem;
    line-height: 1.2;
    text-align: center;
}


.box-adicionales_2 {

    bottom: 0;
}

dl.list {
    margin: 12px 0 30px 0 !IMPORTANT;

}

.box-adicionales {
    bottom: 0;
    right: 0;
}


.list_bo {
    margin-bottom: 50px;
}


img.desk_image {
    display: none;
}


.titulo-box {
    width: 100% !important;
}
.landing_title_box .titulo-box h2 {
    text-align: center  !important;
}

.box_tour_blog {
        margin: 15px 0 15px 0;
        overflow: hidden;
}

.btn_c {
    display: block;
    text-align: center;
}


.sticky_foooter {
    display:none;
}


.accordion-collapse-content {
    padding: 17px 5px;
}


.comer-hero {
    height: 380px;
}
    .black-overlay {
        height: 100%;

    }

.sidebar_tour {
    display: none;
}

.well {
    margin-bottom: 10px;
    padding: 0;
}


.card-box-tour {
    margin-bottom: 10px;
}

.nav_box {
    display: none;
}

.dato_icono svg {
    width: 24px;
    height: 27px;
}

.dato_icono {
    margin-right: 5px;
    float: none !important;
}

span.dos_price {
    font-size: 1.1rem;
}


.detalles_tour {
    text-align: center;
}

.container.tour-individual {
    overflow: hidden;
}


.dato_title {
    margin-bottom: 5px;
    font-size: 0.63rem;
}

.detalles_tour {
    padding: 10px;
}


.dato_datae {
    line-height: 1;
    font-size: 0.7rem;
}

.cuadro_2 img.cuadro_2_desktop {
    display: none;
}

.nav-icon.slick-arrow {
    display: none !important;
}


.cuadro_2_title h5 {
    font-size: 1.3rem !important;
}


.cuadro_2 img {
    opacity: 0.6 !important;
}


.iconos-hover {
    display: none;

}




.conditions_content {
    columns: 1;
}


.aditional_gallery {
    display: none !important;
}

.detalles_text {
    font-size: 0.9rem;
    text-align: justify;
}


.jupiterx-corner-buttons.jupiterx-scrolled {
    display: none;
}

.comer-hero h4 {
    color: white !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-shadow: 0 0 4px #0000004d;
}




.accordion-faqs h4 {
    font-size: 0.95rem !important;
    font-weight: 600;
}

.black-overlay {
    padding: 90px 30px 30px 30px !important;
}


.travel_guide_page h1 {
    font-size: 1.7rem !important;
}
.btn-orange {
    width: 100%;
}

.footer_text p {
    font-size: 0.7rem;
    margin-bottom: 10px;
}

.itinerario h3 {
    
    font-size: 1.2rem !important;
}




.dia {
    margin-bottom: 20px;
    float: left;
}



.high_it b {
    color: black;
    font-weight: 700;
}


.pp-timeline-navigation .pp-arrow-next {
    right: 0px !important;
}

.pp-timeline-navigation .pp-arrow-prev {
    left: 0px  !important;
}

.bg-mobile {
    background: whitesmoke;
    padding-top: 10px;
}

.card-box-tour .card-header {
    background-color: black !important;
    color: white;
        padding: 15px 10px;
}

.card-box-tour .card-header.collapsed {
    color: black;
    background-color: white !important;
}




.card-box-tour section {
    background-color: white;
    padding: 10px;
}


.nav_mobile {
    display: none;
}


.accordion-tour section {
    padding: 15px;
}



.titulo-box h1 {
    font-size: 1.8rem;
    text-align: center;
}


.tour-individual h1 {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
}


.col1 {
    display: none;
}
.col2 {
    display: none;
}


.prev.nav-icon.slick-arrow {
    display: none !important;
}

.next.nav-icon.slick-arrow {
    display: none !important;
}




.prev.nav-icon.slick-arrow {
    display: none;
}
.next.nav-icon.slick-arrow {
    display: none;
}

.prices_amouunt {
    line-height: 1;
}

.card-price .prices_data {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 0.8rem;
}

.card-price .card-header {
    padding: 5px;
    font-size: 0.8rem;
}


.nav_mobile {
    z-index: 9;
    width: 100%;
    position: sticky;
    top: 0;
}
.sidebar-nav-mobile a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 12px;
    color: black;
    top: 5px;
    position: relative;
}
ul.sidebar-nav-mobile li.current a {
    background-color: black;
    color: white;
}
ul.sidebar-nav-mobile {
    height: 35px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    background-color: white;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
ul.sidebar-nav-mobile li {
    display: inline;
}



.offer_box .tachado {
    display: none;
}
.likely {
      display: none;  
}

.five_stars {
    display: none;
}

.plan_box {
    display: none;
}


/*.sub-menu li {*/
/*    background-color: red;*/
/*}*/
/*.sub-menu li a {*/
/*    background-color: red !important;*/
/*}*/



ul#nav {
    display: inline-flex;
    top: 0;
    z-index: 9;
}

.sidebar {
    display: none;
    width: 0%;
}



li.li_inclusions {
    display: none !important;
}
li.li_faqs {
    display: none !important;
}
li.li_travel_guide {
    display: none !important;
}

.sidebar {
    width: 0%;
}
.content-tour {
    padding-left: 0;
    width: 100%;
}


.datos_categoria {
    display: none;
}

.sidebar-fix {
    margin-top: 0 !important;
}

.read-more {
    padding: 15px;
}

span.read-more__link-wrap {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.tour_list_content {
    padding: 0 15px 0 15px;
}

.box-adicionales {
    padding: 0 10px 0 10px;
}



.image_header_categoria_desktop {
    display:none;
}

.content-cat-title {
    display: none;
}

.header-cat-title h1 {
    text-align: center;
}


.card-showcase-content .duration {
    display: none;
}

.card-showcase-content .desc {
    display: none;
}

.card-showcase {
    margin-bottom: 15px;
}

.card-showcase-content h3 {
    font-size: 1rem !important;
}

.text_discover h2 {
    font-size: 3rem !important;
    font-weight: 600 !important;
    color: #e8e8e8 !important;
}
.text_discover h3 {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: black !important;
}



.elementor-21 .elementor-element.elementor-element-298bbe85 {
    margin-top: 140px !important;
    margin-bottom: 0px;
}




.book_box_side {
    display: none;
}




.header_box {
    top: 120px;
}

.slide_title {
    display:none
}

.jupiterx-header-fixed .jupiterx-header {
    position: absolute;
    top:0 !important;
}

.search_bar {
    display:none
}


main.jupiterx-main {
    padding-top: 0px !important;
}
.slider_box {
    padding: 5px !important;
}
.slide_desc {
    display: none !important;
}
.slide_btn {
    text-align: center !important;
}
.slide_title {
    font-size: 1.4rem !important;
    display: inherit !important;
    text-align: center;
    margin-bottom: 10px;
}
ul#menu-menu-footer li {
    text-align: center;
    margin-bottom: 0;
}


	.wpml-ls-legacy-list-horizontal>ul {
    text-align: center;
}
ul#menu-menu-footer-es li a {
    text-align: center !important;
    margin-bottom: 0;
}

.raven-tabs.raven-tabs-vertical {
    display: block;
}


.raven-nav-menu-toggle {
    color: white !important;
}
.slide_title {
    display: none !important;
}

}

.box-tour {
    overflow: hidden;
}

.nota_3 {
    margin-bottom: 5px;
    margin-top: 5px;
}


.text-amber-300 {
    height: 14px;
    color: rgb(252, 211, 77);
}


.icon_cate svg {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.franja {
    margin-bottom: 15px;
    background-color: black;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.franja_2 {

    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;

}

.tar .elementor-image-box-content {
    padding: 15px;
}





.franja_2 h2 {
    color: #000 !important;
        padding-left: 200px;
    padding-right: 200px;
}

.tour_list_content .text-sm {
    font-size: 0.7rem;
    position: relative;
    top: 0px;
    left: 5px;
    font-weight: 500;
}


.text_banner_3 {
    padding: 30px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
}

.banner_3 {
    border-radius: 0;
    padding: inherit;
    background-color: #f4f4f4;
    margin-bottom: 15px;
    overflow: hidden;
}

.text_banner_3 h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.5rem;
    color: black;
}

.text_banner_3 h5 {
    color: black !important;
}
.height_50 {
    height: 280px;
}
.height_100 {
    height: 568px;
}

.text_banner_3 p {
    font-size: 1rem;
}





.mosaico_titulo_box {
    
    color: white;
background: rgb(0,0,0);
background: -moz-linear-gradient(360deg, rgba(0,0,0,0.8184523809523809) 23%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.8184523809523809) 23%, rgba(0,0,0,0) 100%);
background: linear-gradient(360deg, rgba(0,0,0,0.8184523809523809) 23%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        padding: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mosaico_titulo_box h4 a {
    color: white;
    text-transform: uppercase;
}




.mosaico_titulo_box h4 {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    font-weight: 600;
    font-size: 1.1rem !important;
    color: white !important;
}


.mosaico_intro {
    line-height: 1.4;
    font-size: 0.85rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tour-mosaico {
    margin: 0px 0px 0px 10px;
    background-size: cover;
    position: relative;
}


a.btn-borde {
    font-size: 0.85rem;
    color: white;
    border: 2px solid white;
    padding: 5px 25px;
    margin-top: 10px;
    display: block;
    width: fit-content;
    transition:all 300ms;
}



a.btn-borde:hover {
    background-color: white;
    color: black;
    border: 2px solid white;
}

.franja_2 p {
    margin-bottom: 0;

}

.star_text .text-sm {
    font-size: 0.7rem;
    color: black;
    top: 1px;
    position: relative;
    left: 5px;
}



.tour_list_content h4 {
    color: black !important;
}


.nota_3 {
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
}

.tour_list .desc {
    padding-left: 0;
    font-size: 0.8rem;
    line-height: 1.4;
}

.sidebar_box {
    font-size: 0.8rem;
}


.sidebar_box h4 {
    font-size: 1.1rem;
}



.sidebar_box h5 {
    font-size: 0.9rem;
}



dl.list {
    display: inline-block;
    margin: 12px 0 0;
    line-height: 18px;
    max-width: 100%;
}


dl.list dt {
    display: inline-block;
    width: 26%;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #2c3e50;
    vertical-align: top;
}

dl.list dd {
    display: inline-block;
    width: 66%;
    margin: 0;
    vertical-align: top;
    font-size: 12px;
}

.cinta_off {
    font-weight: 600;
    line-height: 1;
    background-color: #ff6f0b;
    color: white;
}


.c-corner-label {
    position: absolute;
    top: 0;
    right: 14px;
    border-style: solid;
    border-color: #ff1717 #ffffff00;
    height: 0;
    width: 0;
    border-width: 70px 0px 0px 70px;
}

.c-corner-label__text {
    color: #fcfcfc;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    left: -148px;
    top: -53px;
    white-space: nowrap;
    transform: rotate(45deg);
    width: 247.4873734153px;
    text-align: center;
    line-height: 0.1rem;
}
.c-corner-label__text p {
    margin-bottom: 9px;
}

p.perc {
    font-size: 1rem;
    margin-bottom: 12px;
}

.box-adicionales {
    padding-top: 30px !important;
}


.wrap-modal-slider.open {
  opacity: 1;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.tour-content_modal h4 {
    font-size: 1.3rem !important;
    line-height: 1.4;
}

.tour-content_modal a.btn {
    font-size: 0.8rem;
}

.tour-content_modal {
    font-size: 0.9rem !important;
    line-height: 1.6;
}

p.list_label {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.tour_list > h4 {
    color: black !important;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
}
.tour_list .desc {
    font-size: 0.8rem;
    line-height: 1.4;
}

.list_label {
    line-height: 1.4;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: right;
}

.jupiterx-post-image {
    display: none;
}
.header_categoria {
    margin-top: 0;
    position: relative;
}
.header-cat-title {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5805672610841212) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5805672610841212) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5805672610841212) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    color: white;
    padding-bottom: 150px;
}

.datos_categoria {
    text-align: left;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 15px;
}
.datos_categoria ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.datos_categoria img {
    margin-right: 20px;
    float: left;
    width: 40px;
}
.datos_categoria h5 {
    margin-bottom: 0;
}
.datos_categoria li {
    width: 24%;
    display: inline-block;
}

.datos_categoria img {
    width: 30px;
}

.header-cat-title h1 {
    font-size: 2.2rem !important;
    color: white !important;
}
.contact-box {
    line-height: 1.5;
}

.contact-box a{
    color: black;
}

.descuento {
    font-size: 0.6rem;
    background-color: red;
    position: absolute;
    top: 1px;
    z-index: 999;
    color: white;
    padding: 5px 10px;
    font-weight: 800;
}

.barra img {
    float: left;
}

.contact-box svg {
    line-height: 1;
    width: 50px;
}

.list_value {
    text-align: right;
    font-size: 1rem;
}


span.usd_label {
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 400;
}
img.card-img-top {
    height: 100%;
    width: 100%;
}

.jupiterx-main-content {
    padding: 0 !important;
}
div#accordion_tour figure.wp-caption {
    width: 100% !important;
}
div#accordion_tour img {
    width: 100%;
}
figure.wp-caption {
    background-color: #fafafa;
    padding: 5px;
}

.wp-caption {
    width: 100% !important;
}

.modal-backdrop {
    z-index: 15 !important;
}


.modal {
    background-color: #00000054;
}


.intro_itinerario {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.modal-short-itinerary {
    position: relative;
}
.tempus-dominus-widget.show {
    border: 1px solid #f1f1f1;
    box-shadow: none;
    width: 100%;
    font-size: 0.85rem;
}
.modal-book-now {
    position: relative;
}

.modal-header {
    border-bottom: 0 !important;
}
.book_form_box label {
    font-weight: 500;
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 5px;
}
button.close.close-short-itinerary {
    z-index: 999;
    position: absolute;
    right: 5px;
    top: 13px;
}

.close.button-bnow span {
    font-size: 3rem !important;
    right: 14px;
    position: absolute;
}



.modal-content.modal-short-itinerary span {
    font-size: 2rem;
}

.modal-dialog {
    margin-top: 90px;
}
.card_from {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1;
}
.card_monto {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ff6900;
    line-height: 1;
    margin-top: 5px;
}

.sidebar-fix {
    z-index: 9 !important;
    margin-top: -120px;
}
.btn-naranja {
    background: #FF6900;
    color: white !important;
    border-radius: 0 !important;
}
.btn-naranja:hover {
    background: #E8AE00;
    color: white !important;
    border-radius: 0 !important;
}
.text-black h2 {
    color: black !important;
}


.text-black h3 {
    color: black !important;
    font-size: 1.3rem !important;
}

.text-black h4 {
    color: black;
}

.text-black h5 {
    color: black;
}



.btn-naranja-2 {
    background: #FF6900;
    color: white;
    border-radius: 0 !important;
}
.btn-naranja-2:hover {
    background: #FF6900;
    color: white;
    border-radius: 0 !important;
}

.tour_list {
    position: relative;
    overflow: hidden;
}



.card-tour-2 {
    position: relative;
}

.preview_label {
    background-color: white;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 600;
}

.card_content {
    position: absolute;
    bottom: 0;
    margin: 10px;
    background-color: white;
    padding: 10px;
    width: -webkit-fill-available;
}


.card_content .tit {
    min-height: 40px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.card_content b {
    font-size: 1.4rem;
}
.price_card {
    font-size: 0.7rem;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    
    .px-autor {
    padding-left: 160px;
    padding-right: 160px;
}


    
.intro_box {
    text-align: center;
}

.intro_box h2 {
    text-align: left;
}
    
    
.intro_box h5 {
    text-align: left;
}
    
.about_activity h3 {
    float: left;
    width: 250px;
font-size: 0.9rem !important;

    
}

.about_activity svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}




    
img.mob_image {
    display: none;
}

.fotos_mobile {
    display:none;
}
    
    .flotante {
    display: none !important;
}
    
    
.flotante {
    display: none;
}

.cuadro_2 img.cuadro_2_mobile {
    display: none;
}


.image_summary {
    width: 100%;
    margin-left: 0;
    border: 10px solid white;
}



.dia {
    margin-bottom: 0px;
}

.dia-title h3 {
    top: 12px;
    font-size: 1.2rem !important;
    position: relative;
}


.content_itinerario h4 {
    font-size: 1.2rem !important;
}

    .dia-title {
        position: relative;
        padding-left: 0px;
    }



    
    .row-dia {
    min-height: 40px;
    clear: both;
}

/*estaba en none para la resposividad diego1*/
.card-box-tour > .card-header {
    display:none;
}


/* Styles */
.nav_mobile {
    display:none;
}

.image_header_categoria_mobile {
    display:none;
}


.text_discover h2 {
    font-size: 7rem !important;
    font-weight: 600 !important;
    color: #e8e8e8 !important;
}
.text_discover h3 {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    color: black  !important;
}




    .container-box-mobile {
        display: none;
    }

.header_box {
    top: 120px !important;
}

.iconos_contact .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item:last-child svg{
 scale:2
}

.wp-caption.alignleft {
    width: 40% !important;
}

.wp-caption.alignright {
    width: 40% !important;
}



}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}





.grey_bg {
    padding-top: 33px;
    background-color: #EBEEF2;
    padding-bottom: 10px;
}
.grey_bg img {
    width: 300px;
}
.phone a {
    color: #ff6900;
    font-weight: 600;
}

.phone {
    margin-top: 15px;
    margin-bottom: 0;
}

.phone a {
    color: #ff6900;
    font-weight: 600;
}

.sloga {
    color: #a3a3a3;
}

.footer_text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer_text p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.elementor-2831 .elementor-element.elementor-element-e6a4924 {
    overflow: hidden;
}

.btn-orange {
    background-color: #FF6900;
    color: white;
    font-size: 1rem;
    border-radius: 0;
    padding: 5px 15px;
    transition: 300ms all;
}

.btn-orange:hover {
    background-color: #c35000;
    color: white;
}

.black_bg {
    padding-top: 20px;
    background-color: black;
    color: white;
    padding-bottom: 20px;
}

.black_bg a {
    color: white;
}

.black_bg h5{
    color: white;
}

.black_bg img {
    height: 100px;
}

img.logo_img {
    width: 180px;
}

.social_box ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_box li {
    margin-right: 10px;
    font-size: 25px;
}





