/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
 :root {
    --brand: #111F2A;
    --brand2: #00B1EF;
    --brand3: #01230A;
    --brand4: #FFE04D;
    --celeste: #E3F6FE;
    --color: #444444;
    --color2: #888888;
    --white: #ffffff;
    --gold: #ffb32c;
    --yellow: #ffee00;
    --yellow2: #FCF9E7;
    --blue2: #C5DCFF;
    --blue3: #e6f7fe;
    --orange: #F2892A;
    --orange2: #FCF9E7;
    --orange3: #f1efe9;
    --orange4: #f2892a;
    --orange5: #fee2b4;
    --orange6: #fef5e5;
    --red: #FF0000;
    --purple2: #EDE9E9;
    --red2: #FAEEEE;
    --green: #A3D800;
    --green1: #36c95b;
    --green2: #9FFCCC;
    --green3: #d4e8d9;
    --green4: #00D68A;
    --footer: #091512;
    --gray: #f2f2f2;
    --graylg: #F8F8F8;
    --gray: #c6c6c6;
    --gray1: #8F908F;
    --gray2: #CFCFCF;
    --gray3: #f4f4f4;
    --hover: #008D45;
    --whatsapp: #a3d801;
    --lightred: #ffa4a4;
    --lightyellow: #FFF7DE;
    --fs: 16px;
    --h1: 50px;
    --h2: 25px;
    --h3: 25px;
    --h4: 20px;
    --h5: 20px;
    --fs13: 13px;
    --fs14: 14px;
    --fs15: 15px;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs25: 25px;
    --fs28: 27px;
    --fs30: 30px;
    --fs35: 35px;
    --fs40: 40px;
    --fs45: 45px;
    --fs50: 50px;
    --fs55: 55px;
    --fs60: 60px;
    --fs65: 65px;
    --fs70: 70px;
    --fs75: 75px;
    --fs80: 80px;
    --fs85: 85px;
    --fs90: 90px;
    --fs95: 95px;
    --fs100: 100px;
    --dark: #0d0d0d;
    --darkcolor: #cecece;
    --darkbg: #303030;
    --shadowLarge: 0 2px 54px 0 rgba(0, 0, 0, .1);
    --shadowMedium: 0 2px 12px 0 rgba(0, 0, 0, .15);
    --shadowSmall: 0 2px 3px 0 rgba(0, 0, 0, .15);
    --dividerFill: #f0f0f0;
    --spacing-01: 4px;
    --spacing-02: 8px;
    --spacing-03: 16px;
    --spacing-04: 24px;
    --spacing-05: 32px;
    --spacing-055: 40px;
    --spacing-06: 48px;
    --spacing-07: 56px;
    --spacing-08: 64px;
    --spacing-09: 80px;
    --spacing-10: 96px;
}
*, ::after, ::before {
    font-weight: 300;
	font-family: "Poppins", sans-serif !important;
  font-style: normal;
}
.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.color,
.color a {
    color: var(--color) !important;
}

.white {
    color: var(--white) !important;
}

.bgbrand {
    background: var(--brand) !important;
}

.rounded20 {
    border-radius: 20px !important;
}

.border-0,
.border0 {
    border: 0px !important;
}

.greenbg,
.green-bg {
    background: var(--green) !important;
}

.hover\:greenbg:hover,
.hover\:green-bg:hover {
    background: #93C200 !important;
}

.greenbg4,
.green4bg,
.bggreen4,
.green4-bg {
    background: var(--green4) !important;
}

hover\:greenbg:hover,
.hover\:bggreen4:hover {
    background: var(--green1) !important;
}

.shadow2 {
    box-shadow: 0 2px 0px 1px rgb(0 0 0 / 6%), 0 1px 1px 0px rgb(4 0 0 / 13%);
}

@media only screen and (max-width: 992px) {
    ul.gallerytour li:nth-child(4) {
        display: none
    }
    ul.gallerytour li:nth-child(1) {
        width: 75%!important
    }
    ul.gallerytour li:nth-child(2),
    ul.gallerytour li:nth-child(3) {
        width: 20%!important
    }
}

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

ul.gallerytour li {
    float: left;
    width: 33.3%;
    position: relative
}

ul.gallerytour li:nth-child(1) {
    width: 65%;
    width: 64%;
    width: 54%;
    margin-right: 5px;
    border-radius: 20px;
    max-height: 645px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

ul.gallerytour li:nth-child(2) {
    width: 32.5%;
    width: 16.5%;
    width: 23%;
    margin-left: 9px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

ul.gallerytour li:nth-child(3) {
    width: 32.5%;
    width: 16.5%;
    width: 20%;
    margin-left: 9px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

ul.gallerytour li:nth-child(2),
ul.gallerytour li:nth-child(3) {
    margin-bottom: 5px
}

ul.gallerytour li:nth-child(4) {
    border-radius: 20px;
    overflow: hidden;
    width: 34%;
    width: 20%;
    margin-left: 5px;
    margin-top: 5px
}

ul.gallerytour li:nth-child(5),
ul.gallerytour li:nth-child(6),
ul.gallerytour li:nth-child(7),
ul.gallerytour li:nth-child(8),
ul.gallerytour li:nth-child(9),
ul.gallerytour li:nth-child(10),
ul.gallerytour li:nth-child(11),
ul.gallerytour li:nth-child(12),
ul.gallerytour li:nth-child(13),
ul.gallerytour li:nth-child(14),
ul.gallerytour li:nth-child(15),
ul.gallerytour li:nth-child(16),
ul.gallerytour li:nth-child(17),
ul.gallerytour li:nth-child(18),
ul.gallerytour li:nth-child(19),
ul.gallerytour li:nth-child(21),
ul.gallerytour li:nth-child(22),
ul.gallerytour li:nth-child(23),
ul.gallerytour li:nth-child(24),
ul.gallerytour li:nth-child(25),
ul.gallerytour li:nth-child(26),
ul.gallerytour li:nth-child(27),
ul.gallerytour li:nth-child(28),
ul.gallerytour li:nth-child(29),
ul.gallerytour li:nth-child(30) {
    display: none
}

ul.gallerytour li img {
    box-sizing: border-box;
    width: 100%;
    transition-duration: 1.9s
}

ul.gallerytour li a:hover img {
    transform: scale(1.1, 1.1) rotate(1deg);
    transition-duration: 1.9s
}

ul.gallerytour li a {
    cursor: pointer;
    display: block
}

#gallerybuttom3 {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0
}

.buttomMore {
    color: var(--white);
    background-color: #133a00d1 !important;
    width: 150px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    font-style: normal;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0;
    border-radius: 15px;
}

.buttomMore:hover {
    color: var(--white);
    background-color: var(--brand) !important;
}

#gallerybuttom27 {
    position: absolute;
    width: 100%;
    height: 100%
}

ul.gallerytour li:nth-child(3) #gallerybuttom {
    visibility: visible
}

._playzoom {
    position: absolute;
    color: #fff;
    z-index: 90;
    top: 43%!important;
    left: 43%!important;
    font-size: 1.5em;
    opacity: .5;
    background-color: #ff90bfb8;
    padding: 5px;
    width: 40px!important;
    height: 35px!important;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.coverTourGal a:hover ._playzoom {
    opacity: 1
}

@media only screen and (max-width: 768px) {
    ul.gallerytour li:nth-child(1) {
        width: 100%!important;
        margin-right: 0
    }
    ul.gallerytour li:nth-child(2),
    ul.gallerytour li:nth-child(3) {
        width: 47%!important;
        margin-left: 8px;
        margin-top: 10px
    }
}
@media only screen and (max-width: 430px) {
	.gallery-container {
	min-height: 507px;
	}
}

@media only screen and (max-width: 400px) {
    .galleryTour {}
    ul.gallerytour li:nth-child(4) {
        width: 98%;
        display: none
    }
    ._navigation_sticky {
        display: none!important
    }
}

.ratio-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
}

.ratio_img,
.ratio-img,
.img-ratio,
.img_ratio {
    /* height: 120px; */
    object-fit: cover;
    height: 100% !important;
}


/* calendar system */

.Zebra_DatePicker table {
    /* font-family: 'Albert Sans', sans-serif !important; */
}

.Zebra_DatePicker {
    position: inherit !important;
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
    padding: 9px !important;
}

.Zebra_DatePicker td.dp_today,
.Zebra_DatePicker td.dp_clear {
    border-radius: 20px !important;
    background-color: #d1d1d1;
}

.Zebra_DatePicker .dp_footer {
    margin-top: 2em !important;
}

.Zebra_DatePicker .dp_body .dp_selected,
.Zebra_DatePicker .dp_selected {
    background: var(--brand) !important;
    color: #fff;
}

.Zebra_DatePicker .dp_daypicker tr td {
    /* border: solid 1px #fff; */
    border-radius: 50px;
    overflow: hidden;
    height: 37px;
    height: 15px;
    /* width: 50px; */
}

.Zebra_DatePicker .dp_daypicker tr td:hover {
    background: var(--brand2) !important;
    /* border-radius: 30px;
    border: solid 1px #d1d1d1; */
}

.Zebra_DatePicker tr td.dp_disabled:hover,
.Zebra_DatePicker tr td.dp_weekend_disabled:hover,
.Zebra_DatePicker tr td.dp_weekend_disabled.dp_disabled_current:hover,
.Zebra_DatePicker tr td.dp_not_in_month:hover {
    background: #ffffff00 !important;
}

.Zebra_DatePicker .dp_body .dp_disabled.dp_current,
.Zebra_DatePicker .dp_disabled.dp_current {
    color: #b4d5e6;
}

.Zebra_DatePicker .dp_body .dp_disabled,
.Zebra_DatePicker .dp_disabled,
.Zebra_DatePicker .dp_not_in_month,
.Zebra_DatePicker .dp_weekend_disabled {
    color: #bbb;
    cursor: text;
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
    font-size: 15px;
    font-size: 11px;
}

.Zebra_DatePicker .dp_disabled_current {
    color: #b4d5e6;
}

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
    font-size: 25px;
    color: var(--brand);
}

.Zebra_DatePicker .dp_header .dp_previous {
    text-align: left;
}

.Zebra_DatePicker .dp_header .dp_next {
    text-align: right;
}

.Zebra_DatePicker .dp_header .dp_caption {
    font-size: 14px;
    font-weight: bold;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
    border: 0 !important;
}

.btn-pax {
    border-radius: 30px;
    height: 40px;
    width: 40px;
    border-color: #d1d1d1;
    background: #fff;
}

#pax_r {
    padding: 0 7px;
}

#caja_resultado .list-group-item {
    border: 0px !important;
}

._booking_system tbody,
._booking_system td,
._booking_system tfoot,
._booking_system th,
._booking_system thead,
._booking_system tr {
    padding: 7px 0;
}

.text-alert-green {
    --tw-text-opacity: 1;
    color: rgb(18 183 106 / var(--tw-text-opacity, 1));
}

.bg-alert-green\/5 {
    background-color: #12b76a0d;
}

.border-alert-green {
    --tw-border-opacity: 1;
    border-color: rgb(18 183 106 / var(--tw-border-opacity, 1));
}

.Izipaybuttonstyle {
    padding: 2em;
    border-radius: 15px;
}

.loop_text_box {
    margin-top: -15px;
}


/*CONTENIDO DE LAS PAGINAS TOURS*/

.bookingabform {
    background: #0E44A1;
    color: #ffffff;
    border: 1px solid #0E44A1;
    font-weight: bold;
    font-size: 14px;
}

.bookingabform:hover {
    background: #0E44A1;
    color: #ffffff;
    border: 1px solid #0E44A1;
}

.otgs-development-site-front-end {
    display: none !important;
}

.included ul,
.notincluded ul,
.check ul,
.features ul,
ul.features {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.included ul li,
.notincluded ul li,
.features ul li,
.check ul li {
    margin-bottom: 0.7em;
}

.included ul li:before {
    font-family: 'Bootstrap-icons' !important;
    content: "\F26B";
    margin-right: 12px;
    color: #1DAC31;
    font-weight: bold;
    margin-left: -41px;
    line-height: 1;
    font-size: 20px;
}

.notincluded ul li:before {
    font-family: 'Bootstrap-icons' !important;
    content: "\F623";
    margin-right: 12px;
    color: #FB6267;
    font-weight: bold;
    margin-left: -41px;
    line-height: 1;
    font-size: 20px;
}

.features ul li:before,
ul.features li:before {
    font-family: 'Bootstrap-icons' !important;
    content: "\F633";
    margin-right: 12px;
    color: #0ea118;
    font-weight: bold;
    margin-left: -20px;
    line-height: 1;
    font-size: 15px;
}

.overflow {
    overflow: hidden;
}

.owl-carousel_medium .owl-nav {
    width: 100%;
    position: absolute;
    top: 51%;
    top: 53%;
    margin-top: -40px;
    right: 8px;
}

.owl-carousel.owl-carousel_medium.m_arrows .owl-nav button.owl-prev {
    margin-left: 23px;
}

.owl-carousel.owl-carousel_medium.m_arrows .owl-nav button.owl-next {
    margin-right: 23px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -5px;
    right: -10px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: white !important;
    color: var(--color) !important;
    background: var(--gold) !important;
    margin-right: -15px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: var(--gold) !important;
    color: white !important;
    margin-left: -60px;
}

.fs14 {
    font-size: var(--fs14);
}

.fs40 {
    font-size: var(--fs40);
}

.img16x9 .uael-modal-action.ratio-16x9 img {
    transition-duration: 1.9s;
}

.img16x9 .uael-modal-action.ratio-16x9:hover img {
    transform: scale(1.1, 1.1) rotate(1deg);
    transition-duration: 1.9s
}

.zoom_img,
.zoom-img,
.img-zoom,
.imgzoom,
.zoomimg,
.zoomimage,
.imagezoom,
.img_zoom {
    transition-duration: 1.9s;
}

.zoom_img:hover img,
.zoom-img:hover img,
.img-zoom:hover img,
.imgzoom:hover img,
.zoomimg:hover img,
.zoomimage:hover img,
.imagezoom:hover img,
.img_zoom:hover img {
    transform: scale(1.1, 1.1) rotate(1deg);
    transition-duration: 1.9s;
}