/*!
Theme Name: yftel
Theme URI: http://underscores.me/
Author: Gian Torres
Author URI: https://www.facebook.com/gntrrs/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yftel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yftel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
color0: #06495F;
color1: #1b6696;
--------------------------------------------------------------*/

/* Accessibility

#nueva paleta neutra
#000
#fff
#1b6696
--------------------------------------------- */
.bgcolor0,
.button.bgcolor0{
	background-color: #06495F;
}
.color0{
	color: #06495F;
}
.bgcolor1,
.button.bgcolor1{
	background-color: #1b6696;
}
.bgcolor1:hover,
.button.bgcolor1:hover{
	background-color: #04C169;
}

.bgcolor2,
.button.bgcolor2{
	background-color: transparent;
	border: 1px solid #eba418;
	color: #eba418;
}
.bgcolor2:hover,
.button.bgcolor2:hover,
.bgcolor2:active,
.button.bgcolor2:active,
.bgcolor2:focus,
.button.bgcolor2:focus{
	background-color: #d39313;
	color: #fff;
}
.color1{
	color: #1b6696;
}
/* PRELOADER */ 
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #1f2950;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
}
.preloader .status {
   width: 100px;
   height: 100px;
   position: absolute;
   left: 50%;
   top: 50%;
   /*background-image: url(custom/img/preloader.svg);*/
   background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   margin: -50px 0 0 -50px;
}
.preloader .status .webtitle{
	position: absolute;
	width: 100%;
	display: block;
	bottom: -20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
body{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	/*font-weight: 400;*/
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
img.custom-logo{
	/*width: 90px;*/
	display: block;
	transition: all .2s ease-in 0s;
	max-height: 60px;
	width: auto;
}

.vcenter{
	align-items: center;
}
.cta-1, .wpcf7-submit, .cta-11{
	background-color: #1b6696!important;
	color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.cta-1:hover, .cta-1:focus, .cta-1:focus-within,
.cta-11:hover, .cta-11:focus, .cta-11:focus-within,
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:focus-within{
	background-color: #06495F!important;
}
.cta-0{
	background-color: transparent!important;
	color: #1b6696!important;
	border: 1px solid #06495F!important;
	background-color: #fff!important;
}
.cta-0:hover, .cta-0:focus, .cta-0:focus-within{
	border-color: #06495F!important;
}
#content{
	margin-top: 56px;
}
#primary.site-main{
	/*margin-top: 20px;*/
	margin-top: 110px;
}
section.hero, section.hero_slideshow, .hero.section{
	/*display: block;*/
	/*margin: 0 20px;*/
	padding: 0 20px;
	/*background-color: #eba418;*/
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(80%, rgba(235,164,24,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,164,24,1) 80%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,164,24,1) 80%);
}
section.hero .bgimage, section.hero_slideshow .bgimage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 80vh;
	overflow: hidden;
	position: relative;
	/*padding: 30px;*/
}
section.hero .hero-content, section.hero_slideshow .hero-content{
	/*max-width: 65%;*/
	/*margin: auto;*/
	line-height: 1;
	margin: 20px;
}
section.hero .hero-content h3, section.hero_slideshow .hero-content h3,
section.hero .hero-content h1, section.hero_slideshow .hero-content h1{
	font-size: 4rem;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
section.hero .hero-content h3 span, section.hero_slideshow .hero-content h3 span,
section.hero .hero-content h1 span, section.hero_slideshow .hero-content h1 span{
	font-size: 2.4rem;
	display: block;
}

section.hero .hero-content p, section.hero_slideshow .hero-content p{
	font-size: 1rem!important;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}
section.hero_slideshow .hero-content a{
	position: relative;
	z-index: 1;
}
.custom-logo-link{
	padding: .5rem .75rem;
	display: block;
}
.main-navigation{
	/*background-color: #eba418;*/
	/*padding-top: 45px;*/
	transition: all .2s ease-in 0s;
	padding: 0 10px;
	/*box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);*/
}
.main-navigation.s-down {
	-webkit-transform: translateY(-150px);
	-khtml-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
	transform: translateY(-150px);
}
.main-navigation.s-up{
	background-color: #fff;
	padding-top: inherit;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
body:not(.home) .main-navigation #menu-principal a,
.main-navigation.s-up #menu-principal a{
	color: #000;
}
/*.main-navigation #menu-principal a{
	color: #fff;
}*/
.main-navigation #menu-principal a.navbar-item:hover,
.main-navigation #menu-principal a.navbar-item:focus,
.main-navigation #menu-principal a.navbar-item:focus-within{
	background-color: transparent;
}
/*.hero-content::before,*/
.bgsec::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+47,ffffff+100&0.91+0,0+47 
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 47%, rgba(255,255,255,0) 100%); /* FF3.6-15 
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.91) 0%,rgba(0,0,0,0) 47%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 
	background: linear-gradient(135deg, rgba(0,0,0,0.91) 0%,rgba(0,0,0,0) 47%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background: -moz-linear-gradient(-45deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 77%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(0,0,0) 0%,rgba(0,0,0,0.5) 77%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(0,0,0) 0%,rgba(0,0,0,0.5) 77%,rgba(255,255,255,0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091be00', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.carousel-cell { width: 100%; text-align: center;}
@media ( min-width: 768px ) {
	.carousel-cell {
		width: 25%;
	}
	.slideshow_testimonios .carousel-cell{
		width: 33.333333333%;
		text-align: left;
		padding: 0 25px;
	}
	.slideshow_testimonios .carousel-cell::before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		left: -0.5px;
		width: 1px;
		background-color: #fff;
	}
	.slideshow_testimonios .carousel-cell::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		right: -0.5px;
		width: 1px;
		background-color: #fff;
	}
}
/*@media (min-width: 1200px) {
	.carousel-cell {
		width: 20%;
	}
}*/
.flickity-slider{
	display: flex;
	align-items: center;
}
.yatratours_slide .flickity-slider{
	display: flex;
	align-items: normal;
}
.team-img-wrap {
	text-align: center;
}
.team-img-wrap img {
	border-radius: 50%;
	/*width: 50%;*/
	width: 35%;
	margin: auto;
}
.custom-card{
	border: 1px solid #e9ecee;
	border-radius: 28px;
	padding: 70px;
	max-width: 640px;
	margin: auto;
}
@media (min-width: 992px){
	.oversec{
		/*max-width: 1000px;*/
		/*margin: -96.2px auto auto auto;*/
		margin: auto;
		position: relative;
		/*border: 1px solid #e9ecee;
		border-radius: 12px;
		overflow: hidden;*/
	}
	#primary section:not(.hero):not(.hero_slideshow):not(.contacto_widget){
		padding: 50px 0;
	}
	#primary section.hero_slideshow{
		padding: 0;
	}
}
.oversec{
	background-color: #fff;
}
.bgsquare {
    height: 100%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.columns.is-gapless > .column.p-2{
	padding: 2rem!important;
}
#tab-content div.wrapcontent {
	display: none;
}
#tab-content div.wrapcontent.is-active {
	display: block;
}
.wrapserv{
	max-width: 1000px;
	margin: auto;
}
#primary p,
#primary li{
	margin-bottom: 15px;
	font-size: 1.125em;
	/*letter-spacing: 1.13px;*/
}
ul.listcheck li{
	display: list-item;
	margin-left: 26px;
	list-style-image: url("custom/assets/img/check-white.png");
}
header h2{
	font-size: 1.875rem;
	/*font-weight: bold;*/
	letter-spacing: 1.3px;
}
header h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
.boxtrick-wrapper {
	position: relative;
}
.linkmore {
	color: #3d509c;
	text-decoration: none;
	border-bottom: 2px solid #3d509c;
}
/*
.show, .hide {
	position: absolute;
	bottom: -30px;
	z-index: 100;
	text-align: center;
}
.hide {
	display: none;
}
.show:target {
	display: none;
}
.show:target ~ .hide {
	display: block;
}
.show:target ~ .boxtrick {
	max-height: 2000px;
}
.show:target ~ .fade {
	margin-top: 0;
}
*/
.boxtrick {
	position: relative;
	/*max-height: 310px;*/
	max-height: 160px;
	overflow: hidden;
	-webkit-transition: max-height .5s ease;
	transition: max-height .5s ease;
}
section.slideshow_servicio{
	background-color: #eceef7;
}
/*body.home .flickity-viewport,
.single-campaign .flickity-viewport{
	border-radius: 12px;
}*/
.hero-slide {
	width: 100%;
	/*height: 60vh;*/
	height: 80vh;
	/*background: #8C8;*/
	background-color: #1d6699;
	align-items: center;
	display: flex;
}/*
.hero-content{
	width: 80%;
	margin: auto;
}
.hero-content h3,
.hero-content p{
	position: relative;
	z-index: 1;
}
.hero-content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}*/
/*section.contacto_widget .wpcf7-form input,*/
.wpcf7-form input{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50px;
	border: 1px solid #eceef7;
	padding: 10px 15px;
}
/*section.contacto_widget .wpcf7-form textarea,*/
.wpcf7-form textarea{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 25px;
	border: 1px solid #eceef7;
	padding: 10px 15px;
	font-size: 13.3333px;
}
/*section.contacto_widget .wpcf7-form label,*/
.wpcf7-form label{
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
} 
section.contacto_widget header{
	padding-bottom: 20px;
}
section.contacto_widget{
	background-color: #eceef7;
}
.flickity-button {
	/*background-color: transparent;
	color: hsla(0,0%,100%,.75);*/

	color: hsla(0,0%,100%,.75);
	background-color: #1b6696;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.flickity-button:hover {
	color: #fff;
	background-color: #1b6696;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.columns.items{
	border-radius: 15px;
	overflow: hidden;
	margin-top: -39px;
	/*text-align: center;*/
	/*box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);*/
}
.columns.items .column{
	/*background-color: #fff¨;*/
	color: #fff;
	/*background-color: #1b6696;*/
	padding: 1rem;
	font-weight: bold;
}
.pseudobtn{
	background-color: #1b6696;
	padding: 10px;
	/*border-radius: 50px;*/
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	min-width: 220px;
}
.columns.items .column:nth-of-type(2) {
	/*border-left: 1px solid;
	border-right: 1px solid;*/
	margin-left: 1px;
	margin-right: 1px;
}
.wrapitems{
	/*width: 60%;*/
	text-align: center;
	z-index: 1;
}
/*
.columns.items .column:nth-of-type(1) {
	border-right: 1px solid;
}
.columns.items .column:nth-of-type(3) {
	border-left: 1px solid;
}
*/
.cta-group{
	max-width: 550px;
	margin: auto;
}
.cta-group a{
	margin-bottom: 10px;
}
@media (min-width: 992px){
	.cta-group a:nth-of-type(1) {
		margin-right: 4%;
	}
	.cta-group a {
		width: 48%;
		float: left;
	}
}
h3.sluglab{
	font-weight: bold;
	font-size: .9rem;
	letter-spacing: 1.3px;
}
.img-content{
    position: relative;
}
@media (min-width: 992px){
	.img-content{
		text-align: center;
	}
	/*.img-content img{
		max-width: 50%
	}*/
	section.cta_transitional .wpcf7-form span.nombre-y-apellido, section.cta_transitional .wpcf7-form span.correo-electronico {
		width: 50%;
		display: inline-block;
		padding-right: 4px;
	}
	section.cta_transitional .wpcf7-form span[data-name="nombre-y-apellido"], section.cta_transitional .wpcf7-form span[data-name="correo-electronico"] {
		width: 50%;
		display: inline-block;
		padding-right: 4px;
	}
}
.wpcf7-form-control-wrap {
	position: relative;
}
section.cta_transitional .wpcf7-form input{
	border: 1px solid #1f2950;
}
.marca{
	max-width: 150px;
}
.marca span{
	font-size: 2.5rem;
	font-weight: bold;
}
#colophon h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.acercade p{
	margin-bottom: 15px;
}
.acercade h5 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
@media (min-width: 568px){
	.main-navigation:not(.s-down):not(.s-up) .navbar-brand a {
	    font-weight: bold;
	    color: #fff;
	    font-size: 2rem;
	}
}
@media (max-width: 567px){
	/*section:not(.hero):not(.main_text){
		padding: 0 2rem;
	}*/
	.main-navigation {
		background-color: #fff;
		padding-top: inherit;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	}
	section.hero .hero-content h1, section.hero_slideshow .hero-content h1 {
		font-size: 2rem;
	}
	section.hero .hero-content p, section.hero_slideshow .hero-content p{
		font-size: 1rem!important;
	}
	.boxtrick{
		/*max-height: 460px;*/
		max-height: 660px;
	}
	section.widget header h2{
		font-size: 1.5rem;
	}
}

.slideshow_testimonios .carousel-cell header{
	color: #eba418;
}
.slideshow_testimonios .carousel-cell header > span{
	color: #fff;
}


.slideshow_testimonios > .container > header{
	text-transform: uppercase;
}
.comillas {
	font-size: 3rem;
	color: #eba418 !important;
}
.slideshow_testimonios .flickity-slider{
	align-items: initial;
}
.wpcf7-acceptance label{
	clip: auto;
	height: auto;
	overflow: auto;
	position: static!important;
	width: auto;
	word-wrap: normal;
}
.wpcf7-acceptance input{
	width: auto;
}
.navbar-brand{
	transition: all .2s ease-in 0s;
}
@media (min-width: 992px){
    body.home #site-navigation:not(.s-up):not(.s-down) .navbar-brand{
    	/*background-color: #fff;*/
    	border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
    	/*margin-top: -35px;*/
    }
}
@media (max-width: 567px){
    .cta-1{
        display: flex;
    }
    .navbar-item:not(.cta-1){
        color: #000!important;
    }
}
#site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link{
	padding: .75rem 1.5rem;
}
@media (min-width: 992px){
    /*body.home #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link img.custom-logo{
    	/*width: 120px;*//*
    	width: 140px;
    }*/
}
body:not(.home) .main-navigation{
	background-color: #fff;
	padding-top: inherit;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.colorgradient1{
	background: -webkit-linear-gradient(#1b6696, #000000);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 567px){
	#colophon{
		text-align: center;
	}
	#colophon .widget_media_image img{
		margin: auto;
	}
	#colophon .marca{
		margin: auto;
	}
	#colophon img.custom-logo{
		margin: auto;
	}
}
.margintopnav,
#primary.site-main.margintopnav{
	/*margin-top: 86px!important;*/
	margin-top: 84px;
}
.page-template-default .entry-title,
.page .entry-title{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
input[name="opt-in[]"] {
	width: auto;
}
.modal.popup .modal-content{
	background-color: #000;
	color: #fff;
}
.modal.popup .modal-content form .columns,
.subsblog form .columns{
	display: block;
}
.modal.popup .modal-content form .column,
.subsblog form .column{
	width: auto;
}
.modal.popup .modal-content .textcontent{
	padding: 15px;
}
.modal.popup .modal-content img{
	display: block;
}
.modal.popup .consentimiento{
	font-size: 12px;
}
/*estilos para blog*/
.mods .card-header,
.mods .card-footer,
.mods .wrap-entry-meta{
	padding: 10px 24px;
	font-size: .8rem;
}
.mods .wrap-entry-meta{
	padding: 10px 0!important;
}
.mods .card-header > .entry-meta,
.mods .wrap-entry-meta > .entry-meta{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.mods .card-header > .entry-meta .byline img,
.mods .wrap-entry-meta > .entry-meta .byline img{
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 5px;
}
.single-post .entry-title{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px
}
.subsblog {
    border: 1px solid #ddd;
    padding: 10px;
    position: sticky;
    top: 80px;
    background-color: #eba418;
    border-radius: 11px;
    color: #fff;
}
.subsblog .wpcf7-form input {
	border: 1px solid #ddd;
}
.subsblog .wpcf7-acceptance{
	font-size: .8rem;
	line-height: 1;
}
.subsblog h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.subsblog .wpcf7-submit{
	background-color: #1b6696 !important;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1rem;
	border: 0!important;
	cursor: pointer;
}
.subsblog .wpcf7-submit:hover{
	background-color: #034162 !important;
}
/*fin de estilos para blog*/
/*
.frontpage h2,
.frontpage h3,
.frontpage span{
	color: #1b6696;
}
*/
.frontpage h3{
	margin-bottom: 10px;
}
#primary section.text_three_image{
	padding: 10px 0;
}
@media (max-width: 567px){
	.text_three_image .texto-imagen{
		padding-left: 32px;
		padding-right: 32px;
	}
}
/*.text_three_image .texto-imagen{
	background-color: #1b6696;
}
.text_three_image h2{
	color: #fff;
}
.text_three_image .descri{
	color: #fff;
}*/
.text_three_image .card{
	border-radius: 6px;
}
#primary .text_three_image .card .text-content p{
	font-size: .85em;
}
.text_three_image .card .card-content{
	padding: 20px;
}
.text_three_image .card .card-content .column{
	padding: 0px;
}

.slideshow_testimonios{
	background-color: #1b6696;
}

@media (min-width: 992px){
	.wrapformcontact{
		padding: 50px;
	}
}
@media (max-width: 567px){
	.wrapbag{
		display: none;
	}
}
.comments-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.comment-author .avatar {
    border-radius: 50%;
    vertical-align: middle;
}
.comment-body {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
/*section:nth-child(2n+1) .button.cta-1{
    display: none;
}*/
.slideshow_testimonios .carousel-cell p{
	margin-top: 15px;
}
.certificadoico{
    position: absolute;
    width: 100px;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    transition: all .2s cubic-bezier(.68,-0.55,.27,1.55);
}
.certificadoico:hover {
    width: 150px;
    margin-left: -75px;
    bottom: -75px;
}
.footprice {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
}
.price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.freq {
  color: #000 !important;
}
.text_three_planes .card-content {
    padding-bottom: 120px;
}
.entry-content h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
}
.wrapqa .message {
	margin-bottom: 10px;
	background-color:transparent
}
.wrapqa .message a{
	text-decoration: none !important;
}
.wrapqa .message a:hover .message-header{
	background-color:#06495F;
	transition: all .2s ease;
	color: #fff;
}
.wrapqa .message .message-header{
	background-color: transparent;
	border-radius: 15px;
	border: 1px solid #06495F;
	color: #06495F;
}
.wrapqa .message .message-header h5{
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
}
.wrapqa .message .message-body{
	color: #06495F;
	border-color: #06495F;
	background-color:#fff;
}
#accordion_first{
	max-width: 800px;
	margin: auto;
}
.message-body-content p{
	font-size: 1rem;
}
.corte {
	font-size: .8rem;
	text-align: center;
}
.wrapwame {
	text-align: center;
}
.wrapwame a {
	padding: 10px;
	color: #25D366;
	width: 100%;
	display: block;
	border: 2px solid #25D366;
	line-height: 1;
	transition: all .5s;
	border-radius: 50px;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 form.submitting .ajax-loader{
	display: block;
}
.entry-content ul{
	padding-left: 40px;
	list-style: disc;
}
.page-id-549 article{
    max-width: 450px;
    margin: auto;
}
.error404 .page-header,
.error404 .page-content{
	max-width: 450px;
	margin: auto;
}
.error404 input.search-field,
.search-no-results input.search-field{
	margin-bottom: 10px;
	border-radius: 50px;
	border: 1px solid #aaa;
	padding: 10px 15px;
}
.error404 input.search-submit,
.search-no-results input.search-submit{
	margin-bottom: 10px;
	border-radius: 50px;
	border: 1px solid #C8102E;
	padding: 10px 15px;
	background-color: #C8102E;
}
.error404 .widget_recent_entries{
	margin-top: 30px;
}

.minmax{
	min-width: 300px;
	max-width: 500px;
}
.max900{
	max-width: 900px;
	margin: auto;
}
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #000;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 25px;
	height: 40px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid black;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: black;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.scroll-btn p{
	font-size: 12px;
	margin-left: -42px;
}
.formmodal .modal-card-body{
	padding: 40px;
	border-radius: 12px;
}
.formmodal .wpcf7-form input{
	font-size: 1.2rem;
}
.page-template-seminarios-template .section {
	padding: 3rem 1.5rem!important;
}
.fecha {
	background-color: #ddd;
	display: inline-block;
	border-radius: 50px;
	padding: 2px 10px 2px 2px;
	font-size: 12px;
}
.iconfecha {
	width: 25px;
	display: inline-block;
	background-color: #eee;
	padding: 6px;
	border-radius: 50%;
	height: 25px;
	vertical-align: middle;
}
@media (min-width: 992px){
	/*.listcheck{
		column-count: 2;
	}*/
}
/*efecto scroll down*/
a.scrolld {
	padding-top: 60px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #000;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
a.scrolld span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
a.scrolld span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
a.scrolld span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(0,0,0,.4);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(0,0,0,.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.page-template-asociados-template .card{
	margin-bottom: 20px;
}
.page-template-asociados-template .card h3 {
	font-size: 1.3rem;
	font-family: 'Montserrat', sans-serif;
}
.page-template-asociados-template #primary .card li {
	font-size: 1.1rem;
	margin-bottom: 0px;
}
.page-template-asociados-template .entry-header{
	margin-bottom: 20px;
}
.iframecontainer {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.iframecontainer iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.content li.wp-social-link + li.wp-social-link{
	margin-top: 0;
}
/*
.frontpage > section:nth-of-type(3){
	background-color: #f3f4f3;
}
*/
.page:not(.home):not(.page-id-1316) article{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/*.contenidofoot{
	border-top: 1px solid #111;
}*/
.contenidofoot a {
	color: #000;
	text-decoration: underline;
}
.contenidofoot a.cta-1{
	text-decoration: none;
}
.frontpage .wp-video{
	max-width: 500px;
	margin: auto;
}
section.text_three_attr_2 {
    counter-reset: programa;
}
section.text_three_attr_2 .card .card-content{
	position: relative;
}
/*section.text_three_attr_2 .card .card-content::before {
	counter-increment: programa;
	content: counter(programa);
	position: absolute;
	width: 52px;
	height: 52px;
	text-align: center;
	background-color: #1b6696;
	color: #fff;
	border-radius: 50%;
	line-height: 52px;
	left: 50%;
	top: -21px;
	margin-left: -21px;
	font-weight: bold;
	font-size: 2rem;
}*/
section.text_three_attr_2 > .style3 .card .card-content::before,
section.text_three_attr_2 > .style4 .card .card-content::before {
	counter-increment: programa;
	content: counter(programa);
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #eba418;
	color: #000;
	border-radius: 50%;
	line-height: 25px;
	left: 10px;
}
section.text_three_attr_2 > .style4 .card .card-content::before {
	border-radius: 0;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	line-height: 56px;
	width: 56px;
	font-weight: 600;
	font-size: 1.5rem;
}
section.text_three_attr_2 .style4 .card .card-content {
	border: 1px solid #eba418;
	padding-left: 60px;
	min-height: 58px;
}
#primary .text_three_attr_2 > .style4 .card .card-content p{
	margin-bottom: 0;
}
/*section.text_three_attr_2 .texto-imagen:not(.sinnumeracion) .card .card-content::before{
	counter-increment: programa;
	content: counter(programa);
	position: absolute;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #53565A;
	color: #fff;
	border-radius: 50%;
	line-height: 42px;
	left: 50%;
	top: -21px;	
	margin-left: -21px;
	font-weight: bold;
}*/
/*section.text_three_attr_2 .sinnumeracion .card .card-content::before{
    content: 'done';
    font-family: 'Material Icons';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size *
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /*background-color: #53565A;*
    background-color: #C8102E;
    
    /* Support for all WebKit browsers. *
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. *
    text-rendering: optimizeLegibility;
    
    /* Support for Firefox. *
    -moz-osx-font-smoothing: grayscale;
    
    /* Support for IE. *
    font-feature-settings: 'liga';
}*/
.iconattr {
	max-width: 35px;
}
#lista_imagen-3{
	background-color: #f1eff0;
}
/*.home .l1,
.page-template-experiencia-template .l2 {
	display: none;
}*/

.hero_slideshow.section,
.slideshow_servicio.section,
.slideshow_testimonios.section {
	padding: 0;
}
.divider1{
	position: absolute;
	bottom: -1px;
	display: none;
}
.divider2{
	position: absolute;
	top: 0px;
	display: none;
}
.lista_imagen,
.slideshow_testimonios{
	position: relative;
	color: #fff;
}
@media (min-width: 768px){
	.slideshow_testimonios{
		padding-top: 150px!important;
	}
}
.bgsquare{
	border-radius: 50px;
	/*
	border-top-left-radius: 40%;
	border-bottom-right-radius: 30%;
	border-top-right-radius: 15%;
	border-bottom-left-radius: 20%;
	*/
}
/*
#text_three_attr_2-6, #text_three_attr_2-4{
	background-color: #53565A;
	color: #fff;
}
*/
.estilo2{
	color: #fff;
}
.estilo2::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	bottom: -50px;
	background-color: #53565A;
}
.bgsec{
	background-size: cover;
	background-attachment: fixed;
}
.videocontainer {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.videocontainer iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.slideshow_right .carrusel-uno img {
	max-height: 80px;
}
.page-template-template-proyectos .card figure > a > img {
	-o-object-fit: cover;
	 object-fit: cover;
	width: 100%;
	height: 300px;
}
.suplink {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-template-template-proyectos .card-image {
	overflow: hidden;
}
.page-template-template-proyectos .card-image img {
	-webkit-transform: scale(1) rotate(0deg);
	    -ms-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
}
.page-template-template-proyectos .card-image:hover img {
	-webkit-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
	-webkit-transform: scale(1.1) rotate(-2deg);
	    -ms-transform: scale(1.1) rotate(-2deg);
	        transform: scale(1.1) rotate(-2deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
}
.page-template-template-proyectos .suplink::before,
.page-template-template-proyectos .gallerychocolatstart::before {
	content: 'Ver Galería';
	color: #fff;
	position: relative;
	margin: auto;
	display: block;
	text-align: center;
	line-height: 300px;
	font-size: 2rem;
	visibility: hidden;
}
.page-template-template-proyectos .gallerychocolatstart::before{
	position: absolute;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-template-template-proyectos .suplink:hover {
	background-color: rgba(0,0,0,.5);
}
.page-template-template-proyectos .suplink:hover:before,
.page-template-template-proyectos .gallerychocolatstart:hover:before {
	visibility: visible;
}
.chocolat-wrapper{
	z-index: 9999!important;
}
.chocolat-overlay{
	background-color: #000!important;
}
.home section header{
	/*max-width: 700px;*/
	margin: auto;
	line-height: 1;
}
/*.home section:not(.lista_imagen):not(.text_three_image):not(.slideshow_testimonios):not(.slideshow_right) header{
	color: #000;
}*/
.text_three_attr_2 .texto-imagen.sinnumeracion header{
	color: #000;
}
.text_three_attr_2 .texto-imagen.sinnumeracion header span{
	text-decoration: underline;
}
.text_three_attr_2 .texto-imagen:not(.sinnumeracion) header span{
	color: #C8102E;
}
.text_three_attr_2 .texto-imagen:not(.sinnumeracion) .card{
	box-shadow: none;
}
.text_three_attr_2 .descri{
	margin-bottom: 70px;
}
.text_three_attr_2 .card{
	margin-bottom: 30px;
}
section.text_three_attr_2 .sinnumeracion .card::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 15px;
	background-color: #eba418;
	top: 0;
	left: 0;
}
section.text_three_attr_2 .sinnumeracion p{
	color: #000;
}
.horline{
	background-color: #fff;
	height: 5px;
	margin-top: -10px;
}
.horline.v2{
	z-index: 2;
	position: relative;
	margin-bottom: 10px;
	width: calc(100% + 110px);
	margin-top: 0;
}
@media (min-width: 768px){
	.lista_imagen > div > div > div > div.columns{
		min-height: 450px;
	}
}
.main_text .texto-imagen.style1 header > h2 > span{
	background-color: #1b6696;
	color: #fff;
	display: table;
	position: relative;
	z-index: 1;
}
/*.main_text .texto-imagen.style1 header > h2 > span::before {
	position: absolute;
	content: '';
	background-color: #1b6696;
	z-index: -1;
	top: -5px;
	left: -15px;
	right: -15px;
	bottom: -5px;
}*/
.main_text .oversec > .columns > .column > div{
	position: relative;
}
/*.main_text .texto-imagen.style1 .oversec > .columns > .column.firstsq > div.wraptext-content::before {
	position: absolute;
	content: '';
	left: -15px;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #1b6696;
}
*/
.main_text .texto-imagen.style1 .wraptext-content header, .main_text .texto-imagen.style1 .wraptext-content .text-content {
	padding-bottom: 35px !important;
}
/*.main_text .texto-imagen.style1 .wrapimg-content, .main_text .texto-imagen.style1 .wrapimg-content > .img-content {
	border-radius: 50%;
	overflow: hidden;
	max-width: 350px;
	margin: auto;
}
.main_text .texto-imagen.style1 .wrapimg-content > .img-content > img{
	display: block;
}
.main_text .texto-imagen.style1 .wrapimg-content{
	background-color: #1b6696;
	padding: 10px;
	left: 10px;
	bottom: 10px;
}
.main_text .texto-imagen.style1 .wrapimg-content > .img-content{
	left: -15px;
	bottom: -15px;
}
*/
.main_text .texto-imagen.style1 .wraptext-content header h2 {
	background-color: #1b6696;
	color: #fff;
	padding: 10px;
}
.main_text .texto-imagen.style2 .wraptext-content header h2 {
	background-color: #eba418;
	color: #fff;
	padding: 10px;
	text-align: center;
}
#primary .texto-imagen.style2 .wraptext-content p{
	text-align: center;
}
.main_text .texto-imagen.style1 .wraptext-content header h2::before {
	position: absolute;
	content: '';
	width: 20px;
	top: -10px;
	left: 10px;
	background-color: #eba418;
	height: 30px;
}
.main_text .texto-imagen.style1 .wraptext-content .text-content{
	max-width: 450px;
	margin: auto;
}
.main_text .texto-imagen.style2 .wraptext-content .text-content {
	max-width: 450px;
	margin: auto;
}
.main_text .texto-imagen.style1 .buttons .button{
	margin-left: auto;
}
.main_text .text-content strong {
	color: #000;
}
.slideshow_right header.decorado {
	position: relative;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 50px;
}
@media (max-width: 567px){
	.slideshow_right header.decorado{
		overflow: hidden;
	}
	.adornocolumns{
		overflow: hidden;
	}
}
.slideshow_right header.decorado::before {
	background-color: #C8102E;
	position: absolute;
	content: '';
	width: 4000px;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: -1000px;
}
.slideshow_right header.decorado h2::before {
	position: absolute;
	content: '';
	background-image: url(custom/assets/img/nort-figura-1.svg);
	top: -100px;
	bottom: -100px;
	left: -100px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 162px;
}
.slideshow_right header.decorado h2::after {
	position: absolute;
	content: '';
	background-image: url(custom/assets/img/nort-figura-1.svg);
	top: -100px;
	bottom: -100px;
	right: -100px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 162px;
}
.slideshow_right .carrusel-uno{
	margin-bottom: 50px;
}
.home section .titulodecoradowrap header {
	max-width: 380px;
	padding: 0!important;
	position: relative;
}
.titulodecoradowrap h2 {
	color: #fff;
	background-color: #1b6696;
	padding: 20px;
}
.youtube-embed-wrap > .container > .columns {
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px){
	.youtube-embed-wrap > .container > .columns {
		min-height: 450px;
	}
	.titulodecoradowrap h2 {
		font-size: 3rem;
	}
	.wrapembed{
		left: -50px;
		position: relative;
		bottom: -50px;
	}
}
.youtube-embed-wrap > .container > .columns > .column.withheader::before {
	position: absolute;
	content: '';
	left: 0;
	top: -65px;
	bottom: -65px;
	width: 58%;
	background-color: #1b6696;
	z-index: -1;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.titulodecoradowrap header::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	left: -1px;
	top: -1px;
	background-color: #fff;
	z-index: -1;
}
.titulodecoradowrap header::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	right: -1px;
	bottom: -1px;
	background-color: #fff;
	z-index: -1;
}
.youtubesvg svg {
	width: 25px;
	vertical-align: middle;
}
.wrapembed header{
	letter-spacing: -1px;
	color: #000;
	text-align: right;
}
.wrapembed header a{
	color: #000;
}
.youtube-embed-wrap .buttons{
	margin-top: 50px;
}
/*@media (max-width: 768px){
	.wrapembed header{
		display: inline;
		background-color: #fff;
	}
}*/
@media (min-width: 768px){
	.youtube-embed-wrap .container::before {
		position: absolute;
		content: '';
		background-color: #1b6696;
		left: -50%;
		top: 0;
		bottom: 108px;
		width: 100%;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		z-index: -1;
	}
}
.adornocolumns{
	position: relative;
}
.adornocolumns:before{
	position: absolute;
	content: '';
	top: 0;
	left: -1000px;
	width: 4000px;
	bottom: 0;
	background-color: #1b6696;
}
.adornocolumns .card {
	background-color: transparent;
	color: #fff;
}
.numercircle span {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	font-size: 3rem;
	line-height: 80px;
	margin-bottom: 15px;
}
.text_three_image > div > div > .descri, .home section.text_three_image > div > div > header {
	max-width: 600px;
	margin: auto;
}
.text_three_image > div > div > .descri{
	margin-bottom: 30px;
}
.home section.text_three_image > div > div > header {
	margin-bottom: 15px;
	color: #000;
}
.home section.text_three_image > div > div > header span{
	color: #1b6696;
}
.main_text .wraptext-content header{
	margin: 0!important;
}
@media (min-width: 768px){
	.main_text .texto-imagen:not(.style1) .wraptext-content{
		margin-top: 50px;
	}
	.main_text .texto-imagen:not(.style1) .buttons{
		margin-bottom: 50px;
	}
}
.main_text .texto-imagen.style2 .text-content span{
	color: #C8102E;
	font-weight: bold;
}
.main_text .texto-imagen.style2 header > h2{
	color: #1b6696;
}
.main_text .texto-imagen.style2 .wraptext-content header{
	margin-bottom: 15px!important;
}
.home section.slideshow_testimonios header {
	background-color: #1b6696;
	margin: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
}
.page-template-template-proyectos .entry-header::before {
	position: absolute;
	content: '';
	top: -1800px;
	right: 0;
	bottom: 0;
	left: -900px;
	background-color: #1b6696;
	z-index: -1;
	border-radius: 50%;
	width: 2000px;
	height: 2000px;
}
.page-template-template-proyectos .entry-header {
	position: relative;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 50px;
	display: table;
}
.page-template-template-proyectos .entry-header h1{
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.page-template-template-proyectos #primary .entry-header p {
	font-size: 2rem;
	line-height: 1;
}
.page-template-template-proyectos #primary .entry-header p > span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3rem;
	margin-left: 40px;
	position: relative;
}
.page-template-template-proyectos .entry-header p > span::after {
	content: 'arrow_drop_down';
	font-family: 'Material Icons';
	font-weight: bold;
	font-style: normal;
	font-size: 6rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	position: absolute;
	right: -80px;
	top: -20px;
}
@media (max-width: 567px){
	.page-template-template-proyectos main#primary{
		overflow: hidden;
	}
}
.numercircle .imgcirclewrap {
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto auto 15px;
	height: 80px;
	display: block;
	padding: 10px;
	background-color: #fff;
}
.siluetwrap{
	z-index: 1;
}
.siluetwrap2{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	bottom: -50px;
}
.style4 .siluetwrap2{
	top: auto;
	bottom: 0;
	opacity: .5;
}
.style4::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 150px solid #1b6696;
	border-left: 100px solid transparent;
	right: 0;
}
.siluetwrap2.v4 {
	right: auto;
	left: 0;
	top: 0;
	text-align: left;
}
.siluetwrap2 img{
	height: 100%;
}
.text_three_attr_2 .card{
	box-shadow: none;
	background-color: transparent;
}
@media (min-width: 992px){
	.siluetwrap{
		max-width: 50%;
		bottom: -40px;
		position: relative
	}
}
@media (max-width: 768px){
	.siluetwrap{
		position: absolute;
		z-index: 0;
		left: 25%;
		right: -60%;
		top: 50%;
		transform: translateY(-50%);
		opacity: .5;
	}
	.siluetwrap2{
		top: auto;
		bottom: 0;
		opacity: .5;
		z-index: -1;
	}
}
.home .text_three_attr_2 header {
	background-color: #1b6696;
	line-height: 1.5;
	margin: 0;
	max-width: none;
	padding: 0 20px;
}
.home .text_three_attr_2 header h2{
	color: #fff;
}
@media (min-width: 992px){
	.text_three_attr_2 .card{
		max-width: 60%;
		box-shadow: none;
	}
	.text_three_attr_2 .style4 .card{
		max-width: 65%;
	}
}
.text_three_attr_2 .card .card-content{
	padding: 1px 1.5rem;
}
.home .text_three_attr_2 .style3 header{
	background-color: transparent;
	color: #fff
}
.home .text_three_attr_2 .style4 header{
	background-color: transparent;
	color: #eba418;
}
.home .text_three_attr_2 .style4 header h2{
	color: #eba418;
}
.style4 .custom-logo{
	border-radius: 50%;
	background-color: #eba418;
	padding: 10px;
	max-height: 100px;
}
.text_three_attr_2 .style3 {
	background-color: #1b6696;
	margin-top: -50px;
	margin-bottom: -50px;
}
@media (min-width: 992px){
	.text_three_attr_2 .style3{
		padding: 50px 0!important;
	}
}
.text_three_attr_2 .style3 .siluetwrap2{
	bottom: 0;
}
.text_three_attr_2 .style3 header h2 {

	text-transform: uppercase;
	line-height: 1;
}
.text_three_attr_2 .style3 .card-content header h3{
	font-weight: normal;
}
.text_three_attr_2 .style3.texto-imagen:not(.sinnumeracion) header span {
	color: #eba418;
	font-size: 2rem;
	font-weight: 600;
}
.text_three_attr_2 .style3.texto-imagen:not(.sinnumeracion) header span.white{
	color: #fff;
}

.wraprotate{
	width: 100%;
	height: 400px;
	background-color: #000;
	-webkit-transform: rotate(-19deg);
	    -ms-transform: rotate(-19deg);
	        transform: rotate(-19deg);
	overflow: hidden;
	position: absolute;
	bottom: -61%;
	z-index: -1;
}
.innerrotate{
	-webkit-transform: rotate(19deg);
	    -ms-transform: rotate(19deg);
	        transform: rotate(19deg);
	position: absolute;
	top: -200px;
	left: -200px;
	right: -200px;
	/*bottom: -200px;*/
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.lista_imagen{
	overflow: hidden;
	color: #000;
}
.lista_imagen header{
	color: #eba418;
}
.header_bg {
	position: relative;
	color: #fff;
}
/*.header_bg .bgsec:before{
	display: none;
}*/
.markicon{
	width: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.header_bg header h2{
	text-transform: uppercase;
}
.header_bg strong{
	color: #fff;
}
@media (min-width: 768px){
	.header_bg header{
		padding-right: 100px;
	}
	.header_bg header h2{
		font-size: 2rem;
	}
}
.text_three_attr_3 .card{
	box-shadow: none;
}
.text_three_attr_3 .card-image{
	width: 80%;
	margin: auto;
}
.text_three_attr_3{
	color: #000;
}
.text_three_attr_3 .card-image > header{
	position: absolute;
	bottom: -10px;
	left: 30%;
	transform: translateX(-22%);
	background-color: #eba418;
	color: #000;
	padding: 10px 25px;
}
.text_three_attr_3 .card-image > header h3{
	margin-bottom: 0;
}
span.manuscrita{
	font-family: 'Autography';
	font-size: 2.5rem;
	line-height: 30px;
}
h6.manuscrita{
	font-family: 'Autography';
	font-size: 2.5rem;
	margin-top: 10px;
}
.cta_transitional header h2{
	background-color: #1b6696;
	color: #fff;
}
@media (min-width: 768px){
	.cta_transitional header{
		text-align: right;
	}
	.cta_transitional .text-content{
		max-width: 70%;
		margin: auto;
	}
	.cta_transitional .imagenctahead{
		width: 200px;
		margin-bottom: -10px;
		z-index: 1;
		position: relative;
	}
}
.cta_transitional{
	position: relative;
}
.cta_transitional::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background-color: #eba418;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.cta_transitional header h2 {
	background-color: #1b6696;
	color: #fff;
	font-size: 1.7rem;
	display: inline-block;
	padding: 5px 15px;
}
.post-type-archive-programas .page-title,
.post-type-archive-tour .page-title,
.tax-tour_cat .page-title{
	color: #1b6696;
	font-size: 1.875rem;
	margin-bottom: 15px;
}

/*Programas css*/
.iconos img {
	width:15px;
	margin-right:5px
}
.hotelvi {
	font-weight:700;
	margin-top:10px;
	font-size:1rem
}
.badgevi,
.etiquetatit {
	font-size:.875rem;
	color:#888;
	display:block;
	margin-top:5px
}
.badgevi {
	color:#333;
	font-size:1.2rem;
	margin-bottom:10px
}
.diavi {
	display:block
}
.infodestino {
	font-size:.875rem;
}
.preciovi {
	margin-top:10px
}
.preciovi span {
	font-size:1.7rem;
	font-weight:700;
	color:#000
}
.linkupmask {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
}
.imgwrapper {
	position:relative;
	overflow:hidden;
	aspect-ratio: 1/1;
}
.imgwrapper:hover img {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	transform:scale(1.03)
}
.imgwrapper .leyenda {
	position:absolute;
	bottom:0;
	color:#fff;
	padding:10px;
	font-weight:600;
	max-width:65%;
	z-index:2
}
.imgwrapper .precio {
	position:absolute;
	bottom:0;
	right:0;
	padding:10px;
	color:#fff;
	max-width:35%;
	z-index:2
}
.imgwrapper .leyenda h3 {
	font-weight:600;
	font-size:1.25rem;
	letter-spacing:-.05em
}
.imgwrapper img {
	display:block;
	-webkit-transition:.7s;
	-moz-transition:.7s;
	transition:.7s;
	height: 100%;
	object-fit: cover;
}
.imgwrapper:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,1) 100%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,1) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
	z-index:1
}
.single-programas #primary .container h1 {
	font-size:3rem;
	color:#000;
	margin-bottom:10px
}
.single-programas #primary .container p {
	color:#111;
	margin-bottom:10px
}
@media (min-width: 568px){
	.single-programas #primary > .container {
		max-width: 75%;
	}
}
@media (max-width:992px) {
	body:not(.home):not(.page-template-homepage2-template) #primary {
		padding:0 25px
	}
}
.fechavi {
	margin-bottom: 15px;
}
#selectpaquete .buttons{
	display: inline;
}
#btnmenu1{
	background-color: #1b6696;
}
/*Programas css end*/
.contenidofoot img{
	max-width: 150px!important;
}
#acercade .modal-content {
	width: 80%;
	background-color: #fff;
	padding: 30px;
}
.text_three_attr_2 > div:not(.style4) .cta-1,
.main_text > div:not(.style2) .cta-1{
	background-color: #eba418!important;
	color: #fff;
}
.text_three_attr_3 figure.image {
	border-radius: 50%;
	overflow: hidden;
}
.boxredes svg {
	height: 35px;
	width: auto;
	fill: #fff !important;
}
.boxredes{
	display: flex;
	margin-top: 10px;
}
.boxredes a {
	background-color: #444;
	margin-right: 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50%;
	padding: 5px;
}
.wrapsubsblog{
	max-width: 600px;
	margin: auto;
}
#colophon .subsblog {
	background-color: #fff;
	color: #000;
	margin-bottom: 15px;
}
.single-programas .modal.popup .modal-content {
	background-color: #eba418;
	color: #fff;
}
.single-programas .modal.popup .modal-content header p{
	color: #fff!important
}
.single-programas .modal.popup .modal-content header h5{
	font-size: 1.6rem
}
.single-programas .modal.popup .modal-content .wpcf7-form .wpcf7-submit{
	width: auto;
}
.nota_adicional {
  font-size: .65rem;
  text-align: center;
}
.fb_dialog_content iframe {
    bottom: 90px!important;
}
.fb_iframe_widget iframe{
    bottom: 134px!important;
}
.galdestino-slider{
    position: sticky;
    top: 90px;
}

.yatra-single-main-content-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.single-tour .tour-thumbnail img {
	width: 100%;
	height: 65vh;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.single-tour .tour-thumbnail{
	margin-left: -3rem;
	margin-right: -3rem;
	margin-top: -4.5rem;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-single-meta-content{
	margin-top: -100px;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header {
	background-color: #1b6696;
	color: #fff;
	padding: 30px;
	border-radius: 15px;
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-bottom: 20px;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header .yatra-tour-title {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	max-width: 100%;
	font-size: 2rem;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header .preciotour {
	-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header .yatra-tour-meta {
	-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
			justify-content: end;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header .yatra-tour-meta a {
	color: #fff;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-meta .yatra-cat-links{
	float: none;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header .tour-info-pricing-content {
	-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-header .cotizarwrap {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	        align-items: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: end;
}
.container.wm80{
	width: 80%;;
}
body.single-tour .yatra-single-tour .yatra-site-main .sales-price {
	font-size: 2rem;
	/* color: #eba418; */
	color: #fff;
}
body.single-tour .yatra-single-tour .yatra-site-main hr{
	width: 100%;
	flex-basis: 100%;
}
body.single-tour .yatra-single-tour .yatra-site-main .button{
	background-color: #1b6696;
	border: none;
	color: #fff;
}
body.single-tour .yatra-container{
	max-width: none;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-content{
	margin-bottom: 20px;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-content p{
	margin-bottom: 15px;
	font-weight: 300;
}
body.single-tour .yatra-single-tour .yatra-site-main .yatra-tour-content h3{
	margin-bottom: 20px;
}
.yatra-calendar-date-listing ul.yatra-calendar-listing li span.active {
  background-color: #eba418;
}
body.single-tour .yatra-single-tour .yatra-site-main .itinerary-details ul{
  padding-left: 40px;
}
body.single-tour .yatra-single-tour .yatra-site-main .itinerary-details ul li{
  list-style: initial;
	font-weight: 300;
}

.yatratours_slide .carousel-cell {
  /* padding: 10px; */
  padding: 2rem;
}
.yatratours_slide .poster_efecto{
  aspect-ratio: 1/1;
  position: relative;
}
.yatratours_slide img,
.yatratours_grid img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.yatratours_slide .imgwrapper,
.yatratours_grid .imgwrapper{
	aspect-ratio: 4/3;
}
.yatratours_slide .poster_efecto_content{
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  max-width: 65%;
  z-index: 2;
  text-align: left;
}
.yatratours_slide .poster_efecto_content h3{
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -.05em;
}
.yatratours_slide .poster_efecto:before{
 content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
  z-index: 1;
}
.yatratours_slide .carousel-cell{
	text-align: left;
}

.card .tourcat {
	position: absolute;
	z-index: 1;
	background-color: #eba418;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	top: 5px;
	left: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	font-size: .8rem;
}
.flickity-prev-next-button.previous{
	left: -15px;
}
.flickity-prev-next-button.next{
	right: -15px;
}
.hero_slideshow .flickity-prev-next-button.previous{
	left: 15px;
}
.hero_slideshow .flickity-prev-next-button.next{
	right: 15px;
}
.hero_slideshow .flickity-button{
	background-color: transparent;
	box-shadow: none;
}
@media (max-width: 768px){
	.hero_slideshow .flickity-prev-next-button.previous{
		left: -5px;
	}
	.hero_slideshow .flickity-prev-next-button.next{
		right: -5px;
	}	
}
.yatra-sidebar-filter-field.search {
	display: none;
}
.yatra-sidebar-filter-field.activities {
	display: none;
}

.hero-slide .imagebg{
	height: 100%;
	flex-basis: 50%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 768px){
	.imagebg::before {
		position: absolute;
		content: '';
		background-color: rgba(29, 102, 153, 0.5);
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	  }
}
.yatra-tour-filter-top .yatra-tour-filter-top-inner{
	background-color: #fff;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}
.yatra-tour-filter-top .yatra-tour-filter-top-inner .yatra-top-filter-sorting-by {
	border: 1px solid #eee;
	margin-left: 10px;
	border-radius: 11px;
}
.yatra-tour-filter-top .yatra-tour-filter-top-inner .yatra-top-filter-section:last-child{
	display: none;
}
td.tour-thumbnail img {
	width: 80px;
	border-radius: 100%;
	display: block;
}
#yatra_coupon_code {
	border: 1px solid #dbdbdb;
}
.yatra-field::placeholder, .select select::placeholder, .textarea::placeholder {
	color: rgba(54,54,54,.3);
  }
  .yatra-field, .textarea {
	box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
	max-width: 100%;
	width: 100%;
  }
  .yatra-field, .select select, .textarea {
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636;
  }
  .yatra-field, .select select, .textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	border-radius: 4px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.5em - 1px);
	padding-left: calc(.75em - 1px);
	padding-right: calc(.75em - 1px);
	padding-top: calc(.5em - 1px);
	position: relative;
	vertical-align: top;
  }
  .hero-slider.v2 .hero-slide{
	height: 100vh;
	/*fix fade overlap*/
	opacity: 0 !important;
    transition: opacity 1s ease !important;
    &.is-selected {
      opacity: 1 !important;
    }
  }
  .hero-slider.v2 .hero-slide .imagebg{
	width: 100%;
  }
  .hero-slider.v2 .hero-slide .imagebg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25)
  }
  .hero-slider.v2 .hero-content{
	text-align: center;
	h3{
		font-size: 3rem!important;
		line-height: 1.1;
	}
	span{
		font-size: 110%!important;
	}
  }
  .hero-slider.v2 .button{
	background-color: rgba(255,255,255,.8);
	color: #1b6696;
	border-color: #1b6696;
  }
  .navbar-burger{
	height: 5.25rem;
  }
  .navbar-burger > *{
	color: #000;
	height: 2px !important;
	width:  24px !important;
	left: calc(50% - 12px) !important;
  }
  .navbar-burger span:first-child {
	top: calc(50% - 7px);
  }
  .navbar-burger span:nth-child(3) {
	top: calc(50% + 5px);
  }
  body.home{
	.main-navigation:not(.s-up){
	  background-color: transparent;
	  .navbar-menu{
		background-color: transparent;
	  }
	  .navbar-item{
		color: #fff!important;
	  }
	}
	.main-navigation .cta-1{
	  padding-top: 10px!important;
	  padding-bottom: 10px!important;
	}
	main{
	  margin-top: 0!important;
	}
  }
  .pum-container.popmake{
	background-color: #1b6696;
	color: #fff;
	padding: 2rem 1.5rem;
	*{
	  font-weight: 400!important;
	}
	.pum-title{
	  text-align: center;
	  margin-bottom: 2rem;
	}
	a{
	  color: #fff;
	  font-weight: 600;
	}
	.columns{
	  display: block;
	}
	.column{
	  width: 100%;
	}
	input[type=checkbox]:checked {
	  accent-color: #eea51a;
	}
	.wpcf7-not-valid-tip{
	  color: #dd7272;
	  margin-bottom: 10px;
	  margin-top: -10px;
	}
	.pum-content + .pum-close{
	  background-color: #eea51a;
	  width: 32px;
	  height: 32px;
	}
	.wpcf7-submit{
	  width: auto;
	}
  }
.wrapsvgstyle {
	width: 100px;
	height: 100px;
	/* background-color: #1b6696; */
	border-radius: 50%;
	padding: 1rem;
	color: #fff;
	margin: auto;
}
:root {
    --color-base: #1b6696;
    --color-complementary-1: #ffb400;
    --color-complementary-2: #48b750;
}

.column:nth-child(1) .wrapsvgstyle {
    background-color: var(--color-base);
}

.column:nth-child(2) .wrapsvgstyle {
    background-color: var(--color-complementary-1);
}

.column:nth-child(3) .wrapsvgstyle {
    background-color: var(--color-complementary-2);
}
.attr_w_icons_and_bg h3{
	max-width: 200px;
	margin: auto;
}
.fixmargin{
	margin-left: -3rem;
	margin-right: -3rem;
	margin-top: -4.5rem;
}
.herotour{
	min-height: 60vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	&::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.75)
	}
	.inner{
		position: relative;
		z-index: 2;
		h1{
			color: #fff;
		}
	}
	*{
		color: #fff;
	}
}
@media (min-width: 768px){
	.herotour{
		min-height: 80vh;
	}
	.inner{
		h1{
			font-size: 2.3rem;
		}
	}
	.metatour{
		font-size: 1.8rem;
		font-weight: 300;
	}
}

.whatsappform_label {
	position: absolute;
	right: 4rem;
	width: 14rem;
	top: 50%;
	transform: translatey(-50%);
	background-color: #25d366;
	color: #fff;
	padding: 5px 15px;
	font-size: .9rem;
	text-align: center;
	border-radius: 1rem;
  }

  /*****************************************
Estilos switch language
****************************************/
.selectorlang:hover .gtranslate_wrapper,
.selectorlang:focus .gtranslate_wrapper,
.selectorlang:active .gtranslate_wrapper {
  display: block;
}

.selectorlang .conmu svg {
  width: 15px;
  line-height: 15px;
  margin-right: 2px;
}

.gtranslate_wrapper {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  background: #fff;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.gtranslate_wrapper .glink {
  display: block;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 400;
}

.gtranslate_wrapper .glink img {
  width: 20px;
  border-radius: 5px;
}

.selectorlang .conmu {
  /* font-size: .75rem; */
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .selectorlang.movil {
    display: flex;
    margin-inline-start: auto;
  }
  .navbar-burger {
    margin-inline-start: 0;
  }
  .selectorlang.desk {
    display: none;
  }
}
@media (min-width: 992px) {
  .selectorlang.movil {
    display: none;
  }
  .selectorlang.desk {
    display: flex;
	background-color: #fff;
    border-radius: 50px;
  }
}
/* .button.is-ghost {
	background: 0 0!important;
	border-color: transparent!important;
	text-decoration: none!important;
}
.button {
	padding-bottom: calc(.5em - 1px)!important;
	padding-left: 1em!important;
	padding-right: 1em!important;
	padding-top: calc(.5em - 1px)!important;
}
.buttons .button {
	margin-bottom: .5rem!important;
} */
/*****************************************
Estilos switch language END
****************************************/
/*******************
Video Background
*******************/
.video-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	video{
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 0;
		transform: translate(-50%, -50%);
	}
	&::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.25);
		z-index: 1;
	}
	/* .inner{
		position: relative;
		z-index: 2;
		h1{
			color: #fff;
		}
	}
	*{
		color: #fff;
	} */
}
@media(max-width: 567px){
	.video-bg{
		min-width: 400%;
	}
}
.cta-1-alter{
	background-color: #1b6696!important;
	border-color: transparent!important;
	color: #fff!important;
}
.yatratours_slide .imgwrapper .leyenda,
.yatratours_grid .imgwrapper .leyenda {
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #1b6696;
	text-align: center;
}
.yatratours_slide .imgwrapper:after,
.yatratours_grid .imgwrapper:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #a1d8fb;
	width: 50%;
}
/* .yatratours_slide .imgwrapper:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #a1d8fb;
	width: 50%;
  } */
  .yatratours_slide, .yatratours_grid{
	h3{
	  font-weight: 400!important;;
	}
	.leyenda{
	  font-weight: 300;
	  hr{
		
	margin: 10px auto;
	height: 1px;
	max-width: 20%;
	  }
	}
	.infodestino{
	  *{
		color: #000;
		text-align: center;
	  }
	  h3{
		font-size: 1rem;  
	  }
	  .badgevi{
		font-size: .9rem;
	  }
	  .overview-excerpt{
		font-weight: 300;
	  }
	  .preciovi{
		span{
		  font-size: 1rem;
		}
	  }
	  .button{
		color: #fff;
	  }
	}
}

.soldout.sello {
	position: absolute;
	z-index: 2;
	background-color: #e67e22;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	left: -15px;
	top: -15px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(-15deg);
	border: 3px solid rgba(255, 255, 255, 0.5);
  }