@font-face {
    font-family: 'Orkney';
    src: url('../fonts/orkney/Orkney-Bold.woff2') format('woff2'),
        url('../fonts/orkney/Orkney-Bold.woff') format('woff'),
        url('../fonts/orkney/Orkney-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Orkney';
    src: url('../fonts/orkney/Orkney-Light.woff2') format('woff2'),
        url('../fonts/orkney/Orkney-Light.woff') format('woff'),
        url('../fonts/orkney/Orkney-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Orkney';
    src: url('../fonts/orkney/Orkney-Medium.woff2') format('woff2'),
        url('../fonts/orkney/Orkney-Medium.woff') format('woff'),
        url('../fonts/orkney/Orkney-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Orkney';
    src: url('../fonts/orkney/Orkney-Regular.woff2') format('woff2'),
        url('../fonts/orkney/Orkney-Regular.woff') format('woff'),
        url('../fonts/orkney/Orkney-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --cream: #d6cabd;
    --red: #f3534d;
    --green: #838f22;
    --green-dark: #3a4f2b;
    --light: #e5e5e5;
    --orange: #f2c200;
}
body{
	width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Orkney';
    font-size: 16px;
    color: #000;
    font-weight: 300;
    transition: 0.3s ease-in-out !important;
    overflow-x: hidden !important;
    background-color: var(--cream);
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
p{
	font-weight: 100;	
    font-size: 1rem;
}
p strong{
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 300;
	color: #0c0c0c;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover {
    color: #cf0004;
}
input:focus,
button:hover, button:focus, button:active{
	box-shadow: none !important;
	outline: none !important;
}

/* =============== */
/* TITLES */
/* =============== */
.section-100{
    padding: 100px 0;
}
.section-80{
    padding: 80px 0;
}
.section-70{
    padding: 70px 0;
}
.section-70-50{
    padding: 70px 0 0 0;
}
.section-50{
    padding: 50px 0;
}

/* =============== */
/* UTILIDADES */
/* =============== */
.bg-cream{
    background-color: var(--cream) !important;
}
.bg-light{
    background-color: var(--light) !important;
}
.bg-green{
    background-color: var(--green) !important;
}
.bg-green-dark{
    background-color: var(--green-dark) !important;
}
.text-green{
    color: var(--green) !important;
}
.text-green-dark{
    color: var(--green-dark) !important;
}
.text-orange{
    color: var(--orange) !important;
}
.text-red{
    color: var(--red) !important;
}
.text-cream{
    color: var(--cream) !important;
}
.bord-thin-top {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.w-30{
	width: 30% !important;
}
.w-70{
	width: 70% !important;
}
.w-25px{
    width: 25px;
}
.w-30px{
    width: 30px;
}
.w-50px{
    width: 50px;
}
.w-80px{
    width: 80px;
}
.w-100px{
    width: 100px;
}
.w-200px{
    width: 200px;
}
.w-300px{
    width: 300px;
}
.h-50px{
    height: 50px !important;
}
.h-60px{
    height: 60px !important;
}
.h-70px{
    height: 70px !important;
}
.h-80px{
    height: 80px !important;
}
.h-100px{
    height: 100px !important;
}
.h-150px{
    height: 150px !important;
}
.h-200px{
    height: 200px !important;
}
.h-250px{
    height: 250px !important;
}
.h-300px{
    height: 300px !important;
}
.h-350px{
    height: 350px !important;
}
.h-400px{
    height: 400px !important;
}
.h-450px{
    height: 450px !important;
}
.h-500px{
    height: 500px !important;
}
.h-515px {
    height: 515px !important;
}
.h-550px{
    height: 550px !important;
}
.h-600px{
    height: 600px !important;
}
.h-469px{
    height: 469px !important;
}
.fs-6x {
    font-size: 1.1rem !important;
}
.fs-7{
    font-size: 0.9rem !important;
}
.fs-8{
    font-size: 0.8rem !important;
}
.fs-9{
    font-size: 0.7rem !important;
}
.fs-3x{
	font-size: 3rem;
}
.fs-3tx{
	font-size: 3.5rem;
}
.fs-4x{
	font-size: 4rem;
}
.fs-4tx{
	font-size: 4.5rem;
}
.ls-1{
	letter-spacing: 1px;
}
.img-white{
	filter: brightness(1) invert(1);
}
.square{
	aspect-ratio: 1 / 1 !important;
	width: 100%;
	height: auto;
}
.reel{
	aspect-ratio: 9 / 16 !important;
	width: 100%;
	height: auto;
}
.ratio-16-9{
	aspect-ratio: 16 / 9 !important;
	width: 100%;
	height: auto;
}
.z-index-1{
	z-index: 1 !important;
}
.leaf{
    width: 300px;
    margin-top: -240px;
}
.leaf-left{
    transform: rotateY(180deg);
}
.shadow-image{
	filter: drop-shadow(5px 15px 15px #000);
}
.divider-top{
	top: -10px;
}
.divider-top svg{
    transform: rotate(180deg);
}
.divider-bottom{
    bottom: -20px;
    overflow: hidden;
}
.shape-0{
    width: 15%;
    top: 40px;
    left: -65px;
}
.shape-gallery-1{
    width: 25%;
    right: -50px;
    bottom: -40px;
    z-index: 1;
}
.shape-gallery-2{
	width: 25%;
    left: -50px;
    bottom: -40px;
    z-index: 1;
    transform: rotate(201deg);
}
.icon-user{
	font-size: 20px;
}
.icon-cart{
	font-size: 18px;
}
.cbp-af-header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: var(--green-dark);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.cbp-af-header:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--green-dark);
    mask-image: url('http://selvamaya.cortocable.com/wp-content/uploads/2024/10/navbar.png');
    -webkit-mask-image: url('http://selvamaya.cortocable.com/wp-content/uploads/2024/10/navbar.png');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.cbp-af-header.cbp-af-header-shrink {
    position: fixed !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation: headerSlideDown .45s ease forwards;
    animation: headerSlideDown .45s ease forwards;
}
.cbp-af-header-home.cbp-af-header-shrink::before {
    content: none;
}
@keyframes headerSlideDown{
    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}
}
.padding-on-scroll {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand {
	width: 140px;
    position: relative;
    display: inline-flex;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.navbar-toggler {
    float: right;
    border: none;
    padding: 0;
    transition: color 300ms linear;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
    width: 16px;
    height: 18px;
    background-image: none;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    border-bottom: 2px solid var(--bs-white);
    transform: translateX(8px);
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 16px;
    position: absolute;
    height: 2px;
    background-color: var(--bs-white);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transform: translateX(-8px);
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
    width: 24px;
    left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: translateX(-8px) rotate(45deg);
    width: 24px;
    left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translate(-8px, 8px) rotate(-45deg);
    width: 24px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent !important;
    transition: all 300ms linear;
}
.navbar .navbar-nav .nav-item .nav-link {
	font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px 3px;
    margin: 0 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
    background-color: #ffffff26;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0.1875rem;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
}
.cbp-af-header.cbp-af-header-shrink .padding-on-scroll {
    padding-bottom: 0px;
}
.cbp-af-header.cbp-af-header-shrink .navbar-brand {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*DROPDOWN*/
.navbar .dropdown-menu {
    z-index: 5;
    border-radius: 0;
    background-color: var(--bs-white);
    display: block;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 150px;
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
}
.navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgb(0, 0, 0, 0.15);
    transform: translateY(0);
}
.navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f6f5f5;
}
.dropdown-item{
    font-size: 15px;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    height: 100%;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    z-index: 1;
    color: #fff;
    font-size: 40px;
}
.owl-dots{
	height: 30px;
}
.owl-dots button.owl-dot{
	padding: 0 5px;
}
.owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    display: flex;
}
.owl-dots button.owl-dot.active span {
    background: #fff;
}

/* =============== */
/* BTN */
/* =============== */
.btn{
/*	font-family: 'GT Pro';*/
    color: var(--bs-white);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    border-radius: 30px;
    padding: 10px 25px 7px;
}
.btn:active,
.btn:focus{
    outline: none;
    box-shadow: none;
}
.btn-small{
    padding: 8px 20px 6px;
    font-size: 13px;
}
.btn-green{
    color: var(--bs-white);
    background-color: var(--green);
}
.btn-green:hover{
    color: var(--bs-white);
    background-color: #a2b220 !important;
}
.btn-red{
    color: var(--bs-white);
    background-color: var(--red);
}
.btn-red:hover{
	color: var(--bs-white);
    background-color: #a93226 !important;
}

/* =============== */
/* HEADER HOME */
/* =============== */
.header-home{
	min-height: 800px;
	height: calc(100vh - 80px);
	background-color: var(--green-dark);
}
.header-home .youtube-background{
	background-image: url('http://selvamaya.cortocable.com/wp-content/uploads/2024/11/Capa-2_cenote_selv.jpg');
	background-size: cover;
}
.header-home h1 {
    font-size: 3.5rem;
}
.header-home .youtube-background:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bs-black);
	opacity: 0.6;
	z-index: 1;
}
.header-sm{
    height: 300px;
}
.header-sm p{
	font-size: 1.1rem;
}
.package-item{
	padding-bottom: 5rem;
	border-right: 1px white dashed;
}

/* =============== */
/* 	IMAGE GRADIENT */
/* =============== */
.image-decor img{
}
.image-decor:hover img{
}
.image-gradient .image-gradient-content{
    height: 150px;
    padding: 20px 35px;
    background: linear-gradient(360deg, var(--green) 20%, rgba(17, 16, 19, 0) 100%);
}
.image-gradient .image-gradient-content.p-sm{
	height: 100px;
    padding: 15px 25px;
}

/* =============== */
/* FAQ */
/* =============== */
.accordion-item {
    background-color: transparent;
    border: none;
}
.accordion-button {
    background-color: transparent;
}
.accordion-button:not(.collapsed) {
    color: #b89f00;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #000;
}

/*-----------------------------
  CONTACT
-----------------------------*/
.form-group {
    margin-bottom: 0.8rem;
}
.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #0b2238;
}
.form-control {
	height: 45px;
    background-color: #fff;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 400;
    border-color: #000000;
    transition: 0.3s !important;
}
textarea.form-control {
    height: 120px;
    padding-top: 15px;
}
.form-control:focus,
.form-control:active{
    outline: none;
    box-shadow: none !important;
    border: 1px var(--brown) solid;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    letter-spacing: 1px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

/* =============== */
/* FOOTER */
/* =============== */
footer{
    padding: 40px 0 25px;
    background-color: var(--green-dark);
}
footer hr{
    opacity: 1;
    border-color: var(--green);
}
footer .logo-footer{
    width: 120px;
}
footer p, footer p a{
    color: #000;
}
footer .copy{
    font-size: 12px;
    letter-spacing: 1px;
}
.instagram-gallery-feed.loaded .instagram-gallery__actions{
	display: none;
}
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    font-weight: 500;
    letter-spacing: 1px;
}
.gtranslate_wrapper{
    line-height: 1;
}
a.glink {
    color: #fff;
    margin: 0;
}
a.glink img {
    width: 20px;
    height: 20px;
}
a.glink span {
    margin-right: 10px !important;
    font-size: 13px !important;
}
a.glink.gt-current-lang {
    font-weight: 500 !important;
}
.grecaptcha-badge {
    visibility: collapse !important;
}
@media (max-width: 991px) {
	.w-sm-100{
		width: 100% !important;
	}
	.fs-1x {
	    font-size: 2.5rem;
	}
	.fs-sm-6 {
	    font-size: 1rem !important;
	}
	.fs-sm-10 {
	    font-size: 0.6rem !important;
	}
	.w-sm-100px{
		width: 100px !important;
	}
	.w-sm-150px{
		width: 150px !important;
	}
	.h-sm-auto {
	    height: auto !important;
	}
	.h-sm-150px{
		height: 150px !important;
	}
	.h-sm-200px{
		height: 200px !important;
	}
	.h-sm-250px{
		height: 250px !important;
	}
	.h-sm-300px{
		height: 300px !important;
	}
	.h-sm-400px{
		height: 400px !important;
	}
    .section-100,
    .section-80,
    .section-70 {
        padding: 50px 0;
    }
    .navbar-brand {
        width: 140px;
    }
	.cbp-af-header-home {
	    background-color: #000;
	    position: relative;
	}
    .cbp-af-header.cbp-af-header-shrink .navbar-brand {
	    width: 140px;
	}
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        padding: 15px 1.5rem;
    }
	.leaf {
	    width: 30%;
	    margin-top: -100px;
	}
	.image-gradient .image-gradient-content {
	    height: 120px;
	    padding: 10px 15px;
	}
	.shape-gallery-1 {
	    right: 0;
	}
	/*.reel{
		aspect-ratio: 16 / 9 !important;
	}*/
	.package-item {
		padding-top: 2rem;
    	padding-bottom: 6rem;
	    border: 0;
	    border-bottom: 1px white dashed;
	}
	.package-item-add-cart{
		bottom: 25px !important
	}
	.header-home {
	    height: auto;
        padding: 3rem 0 2rem;
        min-height: initial;
	}
	.header-home h1 {
	    font-size: 2.5rem;
	}
	footer {
        padding: 50px 0 30px;
    }
}

