.promo {
    height:135px!important;
}

.whatsapp {
	right: 80px!important
}
.gradient-bg {
    background: linear-gradient(90deg, rgba(135,241,119,1) 0%, rgba(0,161,126,1) 100%);
    padding: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
.tg-site-header {
	width: 100%;
    margin: 0em auto;
    padding: 0px 0px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    height: 90px;
}

.tg-site-menu--default ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: right;
	position: relative;
    top: -40px;
}

.tg-site-menu--default ul ul {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	z-index: 99999;
	background-color: #fff;
	width: 200px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	opacity: 0;
	visibility: hidden;
	text-align: left;
}

.tg-site-menu--default ul ul ul {
	left: 100%;
	margin-left: 0;
	top: 0;
}

.tg-site-menu--default ul ul li.page_item_has_children > a::after, .tg-site-menu--default ul ul li.menu-item-has-children > a::after {
	position: absolute;
	content: "\f105" /*rtl:"\f104"*/;
	right: 15px;
	line-height: 1.2;
}

.tg-site-menu--default ul ul li:hover > ul,
.tg-site-menu--default ul ul li.focus > ul {
	left: 100%;
}

.tg-site-menu--default ul ul a {
	font-size: 16px;
	font-weight: 400;
	margin-left: 0;
	margin-right: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #f1f3f5;
}

.tg-site-menu--default ul li:hover > ul,
.tg-site-menu--default ul li.focus > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tg-site-menu--default li {
	position: relative;
}

.tg-site-menu--default li.page_item_has_children > a::after, .tg-site-menu--default li.menu-item-has-children > a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	font-weight: 900;
}

.tg-site-menu--default li.focus > a {
	color: #1d68e5;
}

.tg-site-menu--default a {
	display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    font-family: 'museo700', sans-serif;
    color: #222;
    text-transform: uppercase;
}

.tg-site-menu--default a:hover {
    color: #1d68e5;
}

.azul {
    color: #1d68e5!important;
}

.tg-site-menu--default a .menu-title {
    position: relative;
    padding-bottom: 10px;
}
.tg-site-menu--default ul li:hover > a .menu-title:after {
    background-color: #1d68e5;
    bottom: 0;
}
.tg-site-menu--default ul li a .menu-title:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.tg-header-action-menu {
	list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 19px 0 15px;
}

.tg-header-action-menu li {
	margin-left: 1px;
	cursor: pointer;
	color: #16181a;
	position: relative;
}

.tg-header-action-menu li i {
	font-size: 16px;
}

.tg-header-action-menu li.tg-menu-toggle, .tg-header-action-menu li.tg-mobile-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 37px;
}

.tg-header-action-menu li.tg-menu-toggle::before, .tg-header-action-menu li.tg-menu-toggle::after, .tg-header-action-menu li.tg-mobile-menu-toggle::before, .tg-header-action-menu li.tg-mobile-menu-toggle::after {
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
}

.tg-header-action-menu li.tg-menu-toggle::after, .tg-header-action-menu li.tg-mobile-menu-toggle::after {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 6px 0;
}

.tg-header-action-menu li.tg-menu-toggle span, .tg-header-action-menu li.tg-mobile-menu-toggle span {
	display: none!important;
	width: 100%;
	height: 3px;
	display: block;
	margin: 6px 0;
	background-color: #fff;
	-webkit-transition: 0.3s background-color ease;
	transition: 0.3s background-color ease;
}

.tg-header-action-menu li.tg-mobile-menu-toggle {
	display: none;
}

.tg-header-action-menu li.tg-menu-toggle--opened, .tg-header-action-menu li.tg-mobile-menu-toggle--opened {
	z-index: 9999;
	position: relative;
}

.tg-header-action-menu li.tg-menu-toggle--opened span, .tg-header-action-menu li.tg-mobile-menu-toggle--opened span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.tg-header-action-menu li.tg-menu-toggle--opened::before, .tg-header-action-menu li.tg-menu-toggle--opened::after, .tg-header-action-menu li.tg-mobile-menu-toggle--opened::before, .tg-header-action-menu li.tg-mobile-menu-toggle--opened::after {
	-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform: rotate(-45deg) translateX(-5px) translateY(4px);
    transform: rotate(-45deg) translateX(-5x) translateY(4px);
}

.tg-header-action-menu li.tg-menu-toggle--opened::after, .tg-header-action-menu li.tg-mobile-menu-toggle--opened::after {
	-webkit-transform: rotate(-45deg) translateX(-1px) translateY(-2px);
    transform: rotate(45deg) translateX(-1px) translateY(-2px);
}

.tg-header-action-menu li.tg-menu-toggle--opened:hover::before, .tg-header-action-menu li.tg-menu-toggle--opened:hover::after, .tg-header-action-menu li.tg-mobile-menu-toggle--opened:hover::before, .tg-header-action-menu li.tg-mobile-menu-toggle--opened:hover::after {
	width: 100%;
}

.cenote-breadcrumb {
	padding: 20px 0;
}

.cenote-breadcrumb ul {
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.cenote-breadcrumb li {
	padding-right: 25px;
	margin-right: 10px;
	position: relative;
}

.cenote-breadcrumb li::before {
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
	content: "\f103";
	font-size: 6px;
	display: block;
	font-family: themegrill-icons;
	color: #868e96;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.cenote-breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.cenote-breadcrumb li:last-child::before {
	display: none;
}

.cenote-breadcrumb a {
	font-size: 14px;
	color: #868e96;
}

.cenote-breadcrumb a:hover {
	color: #1d68e5;
}

.cenote-breadcrumb span {
	font-size: 14px;
}

.cenote-mobile-navigation {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: #1d68e5;
	width: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.35s -webkit-transform ease;
	transition: 0.35s -webkit-transform ease;
	transition: 0.35s transform ease;
	transition: 0.35s transform ease, 0.35s -webkit-transform ease;
	padding: 20px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.cenote-mobile-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.cenote-mobile-navigation li {
	position: relative;
}

.cenote-mobile-navigation li.page_item_has_children > span::after, .cenote-mobile-navigation li.menu-item-has-children > span::after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f107";
	display: block;
	right: 0;
	top: 10px;
	font-size: 20px;
	background-color: transparent;
	font-weight: 900;
}

.cenote-mobile-navigation li.page_item_has_children.focus > ul, .cenote-mobile-navigation li.menu-item-has-children.focus > ul {
	max-height: 500px;
	visibility: visible;
	opacity: 1;
}

.cenote-mobile-navigation li.page_item_has_children.focus > span::after, .cenote-mobile-navigation li.menu-item-has-children.focus > span::after {
	content: "\f106";
}

.cenote-mobile-navigation li.page_item_has_children ul, .cenote-mobile-navigation li.menu-item-has-children ul {
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cenote-mobile-navigation li.current_page_item > a, .cenote-mobile-navigation li.current-menu-item > a, .cenote-mobile-navigation li.current_page_ancestor > a, .cenote-mobile-navigation li.current-menu-ancestor > a {
	font-weight: 700;
}

.cenote-mobile-navigation.cenote-mobile-navigation--opened {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.cenote-mobile-navigation a {
	display: block;
	padding: 30px 0;
	position: relative;
	font-size: 14px;
	font-family: 'museo700', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.cenote-mobile-navigation a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 20px;
	height: 2px;
	background-color: transparent;
	bottom: 0;
	-webkit-transition: 1.5s background-color ease;
	transition: 1.5s background-color ease;
}

.cenote-mobile-navigation a:hover {
	color: inherit;
}

.tg-site-header .tg-header-top {
	background: #16181a;
	padding: 10px 0;
}

.tg-site-header .tg-header-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
}

.tg-site-header .tg-header-top ul li {
	margin-right: 15px;
}

.tg-site-header .tg-header-top ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.tg-site-header .tg-header-top ul li a:hover {
	color: #1d68e5;
}

.tg-site-header .tg-header-top ul li:last-child {
	margin-right: 0;
}

.tg-site-header .tg-header-top ul li:hover {
	color: #1d68e5;
}

.tg-site-header .tg-header-bottom .header-bottom-top {
	padding: 30px 0 0;
}

.tg-site-header .tg-header-bottom .header-bottom-bottom .tg-container {
	padding: 20px 0;
}

.tg-site-header .tg-header-bottom .tg-header-action-navigation, .tg-site-header .tg-header-bottom .tg-social-menu-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 15px;
    right: 15px;
    position: fixed;
    float: right;
    background: #f6f6f6;
    border-radius: 30px;
    padding: 2px 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
}

.tg-site-header .tg-header-bottom .main-navigation {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
}

.tg-site-header .tg-header-bottom .tg-header-action-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header.tg-site-header--bordered .tg-header-bottom .header-bottom-bottom .tg-container {
	padding: 10px 0;
	border-top: 2px solid #fff0e6;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding {
	text-align: left;
	margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding .site-title {
	margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding img {
	margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding .custom-logo-link {
	margin-bottom: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .tg-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-header.tg-site-header--left .tg-header-bottom ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .tg-header-action-navigation,
.tg-site-header.tg-site-header--left .tg-header-bottom .tg-social-menu-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

/*----------  Sticky Header  ----------*/
.cenote-header-sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	background-color: #ced4da;
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	/* When not in top */
	/* On Single page */
}

.cenote-header-sticky .main-navigation li a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cenote-header-sticky .main-navigation li ul a {
	padding: 15px 20px;
}

.cenote-header-sticky.cenote-sticky-header--not-top {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cenote-header-sticky.cenote-header-sticky--single {
	max-height: 49px;
	overflow: hidden;
}

.cenote-header-sticky.cenote-header-sticky--single.visible {
	overflow: visible;
}

.cenote-header-sticky.cenote-header-sticky--single .sticky-header-slide {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.cenote-header-sticky.cenote-header-sticky--single .cenote-reading-bar {
	padding: 13px 0;
}

.cenote-header-sticky.cenote-header-sticky--single .cenote-reading-bar .cenote-reading-bar__title {
	margin-right: auto;
	font-size: 18px;
}

.cenote-header-sticky.cenote-header-sticky--single.cenote-sticky-header--pinned .sticky-header-slide {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cenote-back-to-top {
	position: fixed;
	bottom: 100px;
	right: -20px;
	/*rtl:ignore*/
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.cenote-back-to-top span {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.cenote-back-to-top i {
	font-size: 12px;
	margin-left: 10px;
}

.cenote-back-to-top.cenote-back-to-top--show span {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media screen and (max-width: 1200px) {
	#primary {
		width: calc(100% - 360px);
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.cenote-hero .cenote-hero-info {
		width: 540px;
		padding: 40px 20px;
	}
	.cenote-hero .cenote-hero__heading {
		font-size: 2rem;
	}
	.cenote-hero .cenote-hero__sub-heading,
	.cenote-hero .cenote-hero__content {
		font-size: 16px;
	}
	.cenote-hero .cenote-hero__sub-heading {
		margin-bottom: 10px;
	}
	.cenote-hero .cenote-hero__content {
		margin-bottom: 20px;
	}
	.cenote-hero.cenote-hero.cenote-hero--center .cenote-hero-info {
		margin: 12% auto;
	}
	.cenote-hero.cenote-hero.cenote-hero--center .cenote-hero__heading {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.promo {
    height:160px!important;
}
.logo {
	    padding: 0 15px;
	    }
	.tg-site-header {
    	position: relative;
    	z-index: auto;
		margin-top: -10px;
	}
	.tg-site-header .tg-header-bottom .tg-header-action-navigation {
    	display: block;
	}
	.tg-header-action-menu li.tg-mobile-menu-toggle {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
	}
	/*----------  Site Header  ----------*/
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-social-menu-navigation {
		margin-right: auto;
	}
	/*----------  Sticky Header  ----------*/
	.cenote-header-sticky .tg-header-action-navigation {
		margin: 0 0 0 auto;
	}
	/*----------  Action Menu  ----------*/
	.tg-header-action-menu li.tg-menu-toggle {
		display: none;
	}
	.tg-header-action-menu li.tg-mobile-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/*----------  Main Navigation  ----------*/
	.main-navigation {
		display: none;
	}
	/*----------  Container  ----------*/
	.tg-container {
		width: calc(100% - 80px);
	}
	/*----------  Header Media  ----------*/
	.cenote-header-media .tg-container {
		min-height: 300px;
	}
	.cenote-header-media .cenote-header-media-info {
		padding: 30px 20px;
		width: 80%;
	}
	.cenote-header-media .cenote-header-media__title {
		font-size: 28px;
		line-height: 1.2;
	}
	.cenote-header-media .cenote-header-media__text {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.cenote-header-media.cenote-header-media--center .cenote-header-media-wrap {
		padding: 15% 5%;
	}
	.cenote-header-media.cenote-header-media--center .cenote-header-media__title {
		margin-bottom: 20px;
	}
	.cenote-mobile-navigation {
		display: block;
	}
	
}

@media screen and (max-width: 600px) {
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .site-branding {
		margin-bottom: 20px;
	}
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-social-menu-navigation {
		margin-right: auto;
	}
	.tg-header-top {
		display: none;
	}
	.cenote-back-to-top {
		bottom: 20px;
		right: 0;
		font-size: 0;
	}
	
}

@media screen and (max-width: 480px) {
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-header-action-navigation li:first-child {
		margin-left: 0;
	}
	.cenote-header-sticky--single .cenote-reading-bar {
		padding: 15px 0;
	}
	.cenote-header-sticky--single .cenote-reading-bar .cenote-reading-bar__title {
		font-size: 14px;
	}
	.cenote-mobile-navigation {
		width: 100%;
	}
	.tg-header-action-navigation {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.tg-container {
		width: calc(100% - 40px);
	}
	.cenote-header-media .tg-container {
		min-height: 200px;
	}
	.cenote-header-media .cenote-header-media__title {
		font-size: 1.375rem;
	}
	.cenote-header-media .cenote-header-media__text {
		display: none;
	}
	.cenote-header-media .cenote-header-media-info {
		width: calc(100% - 40px);
		padding: 20px 10px;
		margin: 20% auto;
	}

}
