/*
Theme Name: Nakeme template 
Theme URI: http://www.sozpic.com
Author: Roberto Marin & Fran Moreno
License: The Unlicense
License URI: LICENSE
Text Domain:  Nakeme
Version: 1.0
*/
/* FONTS */


/* FUENTES */
@font-face {
    font-family: 'galanogrotesquealt';
    src: url('fonts/GalanoGrotesqueAlt-Regular.woff2') format('woff2');
    src: url('fonts/GalanoGrotesqueAlt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'galanogrotesquealt';
    src: url('fonts/GalanoGrotesqueAlt-Medium.woff2') format('woff2');
    src: url('fonts/GalanoGrotesqueAlt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'galanogrotesquealt';
    src: url('fonts/GalanoGrotesqueAlt-Bold.woff2') format('woff2');
    src: url('fonts/GalanoGrotesqueAlt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;

}

/*@font-face {
	font-family: 'galanogrotesquealt';
	src: url('fonts/futura_bold_bt-webfont.woff2') format('woff2'),
		 url('fonts/futura_bold_bt-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}*/
html{}
body {
	font-family: 'galanogrotesquealt', sans-serif;
	color: #414141;
	font-weight: 400;
	line-height: 1.5;
	font-size: 17px;
	margin: 0;
}	
a{
	color: #464646;
	outline: none;
}
img{
	max-width: 100%;
	height: auto;
}
img.aligncenter{
		margin: auto;
	display: block;
}
p{
	margin: 0 0 16px;
}
hr{
	border-color: #222;
	border-top-width: 0px;
}
.relative{
	position: relative;
}
iframe{
	max-width: 100%;
}
code {
	white-space: normal;
}
.uppercase{
	text-transform: uppercase;
}
.underline{
	/* text-decoration: underline; */
}
.unstyled-list{
	padding: 0;
	margin: 0;
}
.unstyled-list li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.border-content{
	border: 8px solid;
	padding: 20px 16px;
}
.text-underline{
	text-decoration: underline;
}
.justify{
	text-align: justify;
}
.small-font{
	font-size: 12px;
}
.rounded{
	border-radius: 50%;
}
section{
	position: relative;
	padding: 30px 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
}
.padding-section{
	padding: 30px 0px;
}
.container{max-width: 1250px;}

.thumb-container{
	display: block;
	text-decoration: none;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #dfc570;
}
.thumb-container.absolute{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.thumb-container.main-thumb{
	height: 280px;
}
.thumb-container.main-thumb:before{
	display: none;
}
.thumb-container.main-thumb .caption{
	max-width: 80%;
}

.thumb-container .play-video{
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.thumb-container .thumb-title{
	padding: 3px 15px;
	border-radius: 8px;
}
.thumb-container .thumb-title .h1,
.thumb-container .thumb-title h1{
	font-weight: bold;
	font-size: 27px;
}

/* COLORS */
.gray, .gray a, a.gray{
	color: #adadad;
}
.gray-content{
	background-color: #adadad;
}
.lightgray-content{
	background-color: #ededed;
}
.white, .white a, a.white{
	color: #ffffff;
}
.white-content{
	background-color: #ffffff;
}
.dark, .dark a, a.dark{
	color: #414141;
}
.dark-content, a.dark-content{
	 background-color: #414141 !important;
	 color: #ffffff;
}
.dark-content a{
	color: #ffffff;
}
.dark-content .button{
	background: #ffffff;
	color: #414141;
}
.red, a.red, .red a{
	color: #e75458;
}
.red-content, .red-button{
	background-color: #e75458;
	color: #ffffff;
}
.red-content a, .red-content a{
	color: #ffffff;
}

.yellow-content{
	background-color: #dfc570;
	color: #6373b3
}
.blue, a.blue, .blue a{
	color: #20596d !important;
}
.blue-content{
	background-color: #20596d !important;
	color: #ffffff;
}
.blue-content a{
	color: #ffffff;
}

/* HEADINGS & FONTS CLASSES */

h1, h2, h3 {
	font-family: 'galanogrotesquealt', sans-serif;
	clear: both;
	line-height: 1.2;
	margin: 0 0 1rem;
	font-weight: bold;
}
.h1, .h2, .h3{
	font-family: 'galanogrotesquealt', sans-serif;
	font-weight: 600;
}

h4, h5, h6 {
	font-family: 'galanogrotesquealt', sans-serif;
	clear: both;
	line-height: 1.1;
	margin: 0 0 1.2rem;
}

.h4, .h5, .h6{
	font-family: 'galanogrotesquealt', sans-serif;
	line-height: 1.4;
	font-weight: 500;
}
h1, .h1{
	font-size: 25px;
	line-height: 1.3;
}
h1.smaller{
	font-size: 38px;
}
h2,.h2{
	font-size: 24px;
}
h2{
	margin: 0 0 20px;
}
h3{
	font-size: 20px;
	margin: 0 0 20px;
}
.h3{
	font-size: 21px;}
h4,
.h4{
	font-size: 17px;
}
h5,.h5{
    font-size: 15px;
}
h6,.h6{}

h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5{
	font-weight: 300;
}

.section-title{
	font-size: 27px;
	margin: 30px 10px 10px;
	text-align: center;
	line-height: 1.1;
	font-weight: 600;
	display: block;
}
.cursiva, .cursive{
	font-style: italic;
}
.regular{
	font-weight: 400;
}
.light{
	font-weight: 300;
}
.medium{
	font-weight: 500;
}
strong, .bold, .bold small{
	font-weight: bold !important;
}
.title{
	font-weight: bold;
}
.color-title{
    margin: 0 0 20px;
}
.color-title > *{
	display: inline-block;
	padding: 4px 20px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 22px;
}
.color-title.color-title-small > *{
	padding: 4px 20px;
	font-size: 17px;
}
.w-100{
	width: 100% !important;
}
.w-auto{
	width: auto !important;
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}

.icon-content{}
.icon-content img{
    width: 90px;
}
.icon-content .input-content{
	position: relative;
	left: -5px;
	margin: 0 0 20px;
	width: 100%;
}

.text-nowrap{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* notification */

.notification{
	background-color: #e7e7e7;
	padding: 14px;
	border-radius: 11px;
}
.notification.notification-blue{
	box-shadow: 10px -10px 0px -1px #6373b3;
}


/* thecontent */

.thecontent{
	font-size: 14px;
	line-height: 1.7;
}
.thecontent p{
	margin: 0 0 20px;
}
.thecontent ul{
	padding: 0;
	margin: 0px 0 30px;
}
.thecontent ul li{
	list-style: none;
	margin: 0 0 13px;
	position: relative;
	padding-left: 26px;
}
.thecontent ul > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background-color: #469999;
}
.thecontent h6{
	font-size: 12px;
	font-weight: 500;
}
.thecontent .border-title{
	text-align: center;
	border: 10px solid;
	padding: 5px;
	margin: 0 0 20px;
}

.thecontent.featured-content p{
	font-size: 26px;
}
button,.button, input[type="submit"], a.button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 16px;
	outline: none;
	border: none;
	line-height: 1;
	text-decoration: none;
	padding: 10px 26px;
	margin: 0 0 0px;
	text-align: center;
	transition: all .3s ease;
	border-radius: 0px;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	white-space: nowrap;
	background-color: #20596d;
	color: #fff;
	font-family: 'galanogrotesquealt', sans-serif;
}
.button.large-button{
	font-size: 19px;
	padding: 8px 30px;
}
.button.small-button{
	font-size: 12px;
	padding: 6px 12px;
}
 .button:hover {
	opacity: .8;
 }

 /* buttons */
 .button.animated-button{
	position: relative;
	overflow: hidden;
	transition: all .2;
 }
 .button.animated-button:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 93%;
	height: 100%;
	transform-origin: center center;
	background: #414141;
	transform: skewX(23deg) translateX(-50%) scale3d(0,1,1);
	transition: all .2s ease;
 }
 .button.animated-button > *{
	position: relative;
	transition: all .2s ease;
	z-index: 1;
 }
 .button.animated-button:hover{
	color: #ffffff;
 }
 .button.animated-button:hover:before{
	transform: skewX(23deg) translateX(-50%) scale3d(1,1,1);
 }
 .button.animated-button:hover > *{
	color: #ffffff;
 }

.mega-tag{
	padding: 2px 20px;
	margin: 20px 0 55px;
	font-size: 28px;
}
blockquote{
	display: inline-block;
	margin: 0 0 12px;
	background: #414141;
	color: #ffffff;
	padding: 10px;
}
blockquote p{
	margin: 0;
}
blockquote.subtitle{
	background: none;
	border: 10px solid;
}
/* animated element */
.animated-element{
	opacity: 0;
	display: block;
}
.animated-element.visible{
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-animation: moveUp 1.4s ease forwards;
	-moz-animation: moveUp 1.4s ease forwards;
	-ms-animation: moveUp 1.4s ease forwards;
	animation: moveUp 1.4s ease forwards; 
}
@-webkit-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-ms-keyframes moveUp {
	0% { }
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}
@keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/******************/

/* ASIDE */
#aside {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 3;
	visibility:hidden;
	-webkit-transition:opacity .5s,visibility .5s,-webkit-transform .5s;
	transition:opacity .5s,visibility .5s,-webkit-transform .5s;
	-o-transition:opacity .5s,visibility .5s,-o-transform .5s;
	transition:transform .5s,opacity .5s,visibility .5s;
	transition:transform .5s,opacity .5s,visibility .5s,-webkit-transform .5s,-o-transform .5s;
	will-change:transform,opacity,visibility;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	opacity: 0;
}
#aside:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	transition: all .5s;
	transform: translate3d(0,-100%,0);
}
.menu-active #aside:before{
	transform: translate3d(0,0%,0);
}
#aside:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	opacity:0;
	width: 100%;
	height: 100%;
	background-image: url(img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
	background-position: center center;
}
.menu-active #aside:after{
	opacity: 0.08;
}
.menu-active #aside {
	opacity:1;
	visibility:visible;
}
#aside > div{
	height: 100%;
	position: relative;
	z-index: 1;
}
#aside ul.menu {
	margin: 0 auto;
	list-style:none;
	overflow-x:hidden;
	padding: 60px 0px 10px;
	text-align: right;
}
#aside ul.menu.border-top {
	border-top: 2px solid #e75458;
}
#aside ul.menu > li {
	position:relative;
	margin: 0px 0 9px;
	opacity: 0;
	transform: translate3d(0,-50px,0);
}
.menu-active #aside ul.menu > li {
	transition: all 0.7s;
	opacity: 1;
	transform: translate3d(0,0px,0);
}

.menu-active #aside ul.menu > li:first-child + li {
	transition-delay: .05s
}
.menu-active #aside ul.menu > li:first-child + li + li {
	transition-delay: .08s
}
.menu-active #aside ul.menu > li:first-child + li + li + li {
	transition-delay: .11s
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li {
	transition-delay: .14s
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li {
	transition-delay: .17s
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li {
	transition-delay: .2s
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li + li {
	transition-delay: .23s
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li + li + li {
	transition-delay: .26s
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li + li + li + li {
	transition-delay: .29s
}
#aside ul.menu > li > a {
	display: inline-block;
	font-size: 23px;
	letter-spacing:1px;
	text-decoration: none;
	padding: 6px 0px;
	line-height: 1.1;
	transition: all .4s;
}
#aside ul.menu > li > a {
}
#aside ul.menu > li.disabled > a {
	color: #F5F5F5;
}
#aside ul.menu > li.menu-item-has-children > a {
	padding-right: 30px;
}
#aside ul.menu > li.current-menu-item > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor:hover > a  {color: #e75458;}
#aside ul.menu > li.menu-item-has-children > a {
	position: relative;
}

#aside ul.menu li.menu-item-has-children > .trigger{
	position: absolute;
	right: 0px;
	top: 6px;
	width: 35px;
	height: 35px;
	z-index: 2;
}
#aside ul.menu li.menu-item-has-children > .trigger i{
	position: absolute;
	right: 0;
	top: 9px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #414141;
	transition: all .4s ease;
	transform: rotate(0deg);
}

#aside ul.menu > li.menu-item-has-children.sub-menu-active > .trigger i {
	transform: rotate(180deg);
	border-top-color: #e75458;
}



/*#aside ul.menu > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #414141;
}
#aside ul.menu > li.menu-item-has-children.sub-menu-active > a:after {
	transform: rotateX(180deg);
}*/
#aside ul.menu > li{
	margin: 10px 0px 10px;
}
#aside ul.menu > li ul{
	margin: 0px 0px;
	padding-left: 23px;
	display: none;
}
#aside ul.menu > li.sub-menu-active 
 > ul{
	display: block;
}
#aside ul.menu > li > ul > li {
	padding: 0;
	list-style: none;
	margin: 5px 0px;
}
#aside ul.menu > li > ul > li > a{
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	padding: 5px 0px;
	display: inline-block;
	text-transform: uppercase;
}
#aside ul.menu > li > ul > li.menu-item-has-children > a{
	position:relative;
}
#aside ul.menu > li > ul > li.menu-item-has-children > a:after{
	position:absolute;
	content: '';
	right: -12px;
	top: 50%;
	margin-top: -4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top:    4px solid #ffffff;
}
#aside ul.menu > li > ul > li.menu-item-has-children.sub-menu-active > a:after{
	transform: rotate(180deg);
}
#aside ul.menu > li > ul > li > ul{}
#aside ul.menu > li > ul > li > ul > li{}
#aside ul.menu > li > ul > li > ul > li a{
	color: #ffffff;
	display: inline-block;
	padding: 6px 0px;
	font-size: 14px;
	text-decoration: none;
}

#aside ul.menu li.menu-item-has-children > ul{
	display: none;
}
#aside ul.menu li.menu-item-has-children.sub-menu-active > ul{
	display: block;
}
#aside ul.social-links{
}
#aside ul.social-links li{
	list-style: none;
	margin: 0px 0 14px;
}
#aside ul.social-links li a{
	color: #1b1f28;
	font-size: 17px;
}
#aside ul.social-links li a i{
	min-width: 20px;
}
/* HEAD */

#head{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
	padding: 10px 0px;
	transition: all .3s;
}
body:not(.menu-active) #head{
	background-color: #ffffff;
	z-index: 2;
}
body:not(.menu-active).scrolling #head{
	box-shadow: 0px 6px 5px -7px #888;
}
#head .logo{
	width: 70px;
	display: block;
}
#head .logo > *{
	transition: all .3s ease;
	display: block;
}

.button#trigger-contacto{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transition: all .4s;
	transform: translate(-50%, 40px);
	visibility: hidden;
	opacity: 0;
	background: #dfc570;
}

body.scrolling .button#trigger-contacto{
	transform: translate(-50%, 0px);
	visibility: visible;
	opacity: 1;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #e75458;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
	background-color: #e75458;
}
/* WITH THUMBNAIL */
body:not(.scrolling):not(.menu-active) #head.transparent{
	background-color: transparent;
	box-shadow: none;
}
body:not(.scrolling):not(.menu-active) #head.transparent .logo *.transparent{
	fill: transparent;
}
body:not(.scrolling):not(.menu-active) #head.transparent .logo *:not(.transparent){
	fill: #ffffff;
}
body:not(.scrolling):not(.menu-active) #head.transparent .hamburger-inner,
body:not(.scrolling):not(.menu-active) #head.transparent .hamburger-inner:after,
body:not(.scrolling):not(.menu-active) #head.transparent .hamburger-inner:before {
	background-color: #fff;
}



/* TRIGGER MENU */

.trigger-menu {
	position: absolute;
	z-index:1;
	width: 35px;
	height: 20px;
	display:inline-block;
	cursor:pointer;
	margin: 0;
	vertical-align: top;
	right: 10px;
	top: -12px;
}

.trigger-menu:before,.trigger-menu:after {
	content:'';
	position:absolute;
	left:0;
	background: #20596d;
	width: 32px;
	border-radius: 10px;
	height: 7px;
	-webkit-transition:-webkit-transform 600ms;
	transition:-webkit-transform 600ms;
	transition:transform 600ms;
	transition:transform 600ms,-webkit-transform 600ms;
	-webkit-transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1);
}

.scrolling .trigger-menu:before,
.scrolling .trigger-menu:after{
	background-color: #20596d;
}

.trigger-menu:before {
	top: 0rem;
}

.trigger-menu:after {
	bottom: 3px;
}

/*.trigger-menu:hover:before{
	-webkit-transform: rotate(4deg)  ;
}
.trigger-menu:hover:after{
	-webkit-transform: rotate(-4deg) ;
}*/
.menu-active .trigger-menu:before {
	-webkit-transform:rotate(45deg) translate3d(0.5rem,0.5rem,0) scale3d(1.2,1,1.55);
	-moz-transform:rotate(45deg) translate3d(0.5rem,0.5rem,0) scale3d(1.2,1,1.55);
	-ms-transform:rotate(45deg) translate3d(0.5rem,0.5rem,0) scale3d(1.2,1,1.55);
	transform: rotate(45deg) translate3d(5px,5px,0) scale3d(1.2,1,1.55);
	background: #e75458;
}

.menu-active .trigger-menu:after {
	-webkit-transform:rotate(-45deg) translate3d(0.2rem,-0.3rem,0) scale3d(1.2,1,1.55);
	-moz-transform:rotate(-45deg) translate3d(0.2rem,-0.3rem,0) scale3d(1.2,1,1.55);
	-ms-transform:rotate(-45deg) translate3d(0.2rem,-0.3rem,0) scale3d(1.2,1,1.55);
	transform: rotate(-45deg) translate3d(2px,-3px,0) scale3d(1.2,1,1.55);
	background: #e75458;
}



/* SOCIAL LINKS */
ul.social-links {
	padding:0;
	margin: 0;
}
ul.social-links > li {list-style: none;display: inline-block;margin: 0 6px;}
ul.social-links > li a {
	border: 1px solid;
	width: 36px;
	display: inline-block;
	height: 36px;
	text-align: center;
	line-height: 37px;
	font-size: 22px;
	border-radius: 50%;
}
.dark-content ul.social-links > li a{
	text-shadow: none;
	box-shadow: none;
}
ul.social-links > li a i {
}
ul.social-links > li a:hover {
}

/* MAIN */

#main{
	position: relative;
}
#head:not(.transparent) + #main{
	padding-top: 52px;
}

/* ICON SCROLL */

/*
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -15px;
  z-index: 2;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
		  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
		  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
	opacity: 1;
  }
  100% {
	opacity: 0;
	-webkit-transform: translateY(46px);
			transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
	opacity: 1;
  }
  100% {
	opacity: 0;
	-webkit-transform: translateY(46px);
			transform: translateY(46px);
  }
}*/


.icon-scroll{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
	background: url(img/svg/arrow_down_white.svg) no-repeat center center;
	background-size: 100%;
}
/* OWL CAROUSEL */
.owl-carousel{
	margin: 0 0;
	width: auto;
	padding-bottom: 0px;
	background-color: #ffffff;
}

.owl-carousel.items-carousel .owl-stage{
	/* display: flex; */
}
.owl-carousel.items-carousel .owl-item{
	/* display: flex; */
	background-color: #ffffff;
	padding-bottom: 50px;
}
.owl-dots{
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1110px;
	text-align: center;
	width: 100%;
}
.owl-dots .owl-dot {
   line-height: 27px;
   position: relative;
   border: none;
   margin: 10px 10px 10px;
   display: inline-block;
   background-color: #049999;
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 50%;
 }

.owl-dots .owl-dot.active {
   width: 11px;
   height: 11px;
   margin: 10px 7px;
   background-color: #e75358;
 }

.owl-nav{}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	font-size: 0;
	width: 30px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev{
	background-image: url(img/svg/arrow_left_green.svg);
	right: calc(100% + 10px);
}
.owl-carousel .owl-nav .owl-next{
	left: calc(100% + 10px);
	background-image: url(img/svg/arrow_right_green.svg);
}

/* FORMS */

label{
	font-weight: 500;
	font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border: 1px solid transparent;
	padding: 9px 12px;
	margin: 0 0 20px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	min-height: 41px;
	box-shadow: none;
	outline: none;
}

.rounded-form label{
	font-weight: 300;
	margin: 0 0 6px;
	display: inline-block;
}
.rounded-form input,
.rounded-form textarea{
	border-radius: 20px;
}
.rounded-form input.thin-input{
	padding: 4px 10px;
	min-height: 24px;
}
.rounded-form textarea{
	height: 50px;
	min-height: 50px;
}
.rounded-form.white-content input,
.rounded-form.white-content textarea{
	background-color: #ededed;
	border: none;
}
::-webkit-input-placeholder{
   color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
   color: #aaa;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;
}
:-ms-input-placeholder {  
   color: #aaa;
}
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 9px;
	margin: 0 0 30px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 16px;
	min-height: 131px;
	border: 1px solid;
	border-radius: 5px;
}
.form-message{
	padding: 50px 20px;
	border: 1px solid #043c7a;
	margin: 20px 0px;
}
.form-message h1{
	font-size: 60px;
	color: #043c7a;
}
.input-content{
	position: relative;
	margin: 0 0 30px;
}
.input-content input{
	margin: 0;
}

.form-content input[type="submit"],
.form-content button[type="submit"]{
	font-size: 19px;
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: 500;
	}

.form-content ._field-wrapper{
	margin: 0 0 18px;
	position: relative;
}

/* easydropdown */
.dropdown{
	width: 100%;
	margin: 0 0 18px;
	background: #ffffff;
	color: #000;
	border: 1px solid #cccccc;
	min-height: 41px;
	border-radius: 4px;
}
.dropdown .selected{
	font-style: normal;
	font-size: 16px;
	min-height: 41px;
}
.dropdown div{
	border: 1px solid #cccccc;
	border-radius: 0 0 10px 10px;
}
.dropdown ul{
	padding: 0;
	margin: 0;
}
.dropdown ul li{
	font-size: 16px;
	padding: 10px 12px;
}
.dropdown ul li.active{
}
.dropdown ul li.focus{
	background: #e75458;
	color: #ffffff;
}
.dropdown + .error-msg{
	position: relative;
	top: -30px;
}
/* checkbox container */
.checkboxes{
	margin: 0 0 20px;
}
.checkbox-container{
	position: relative;
	display: inline-block;
	margin: 0;
	padding-left: 22px;
	vertical-align: top;
	text-align: left;
	line-height: 1;
}
.checkbox-container .help-block.form-error{display: inline-block;position: relative;margin-top: 10px;}
.checkbox-container input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.checkbox-container input[type="checkbox"] + label {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 0px;
	cursor: pointer;
	position: absolute;
	max-width: none;
	left: 0;
	top: 2px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #f9f9f9;
}
.checkbox-container input[type="checkbox"] + label:after {
		content: '';
		position: absolute;
		left: 2px;
		top: 2px;
		width: 10px;
		height: 10px;
		margin: 0px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		border-radius: 2px;
}
 .checkbox-container input[type="checkbox"]:checked + label:after{
	background: #414141;
}
.checkbox-container input[type="checkbox"] + label + label{
}
.checkbox-container + label{
	display: inline-block;
	max-width: calc(100% - 30px);
	font-size: 11px;
}

.radio-container{
    display: inline-block;
}
.radio-container input[type="radio"]{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.radio-container label.option-label{
    padding: 6px 40px;
    background: #e7e7e7;
    border-radius: 15px;
    font-weight: 400;
}
.radio-container label.option-label.option-label-small{
	font-size: 10px;
	padding: 4px 25px
}

.radio-container input:checked + label.option-label.green-option{
    background: #559595;
    color: #ffffff;
}
.radio-container input:checked + label.option-label.red-option{
    background-color: #e75358;
    color: #ffffff;
}

form .politica{
	margin: 0 0 20px;
}
span.help-block.form-error{
	color: red;
	right: 0;
	bottom: 0;
	font-size: 12px;
	padding: 3px;
}
.has-error, .error-msg{
	position: relative;
}

/* ACTIVE CAMPAIGN */

form ._error-inner{
	color: red;
	margin: 0 0 10px;
	font-size: 13px;
}

/* FOOTER */
#footer{
	padding: 40px 0px 110px;
}
#footer a.logo{
	width: 280px;
	display: inline-block;
	margin: 0 0 30px;
	max-width: 100%;
}
#footer ul.social-links{
	margin: 0 0 30px;
}
#footer ul.social-links li{
	display: inline-block;
	margin: 0 10px 15px;
}
#footer ul.social-links li a{
	background-color: #ffffff;
	border: none;
	color: #414141;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer ul.social-links li a img{
	width: 100%;
	height: 100%;
	max-width: 23px;
	max-height: 27px;
}
#footer .h3,
#footer .h4{
	font-size: 17px;
	margin: 0 0 17px;
}
#footer ul.menu{
	padding: 0;
	margin: 0px 0 17px;
}
#footer ul.menu > li{
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
#footer ul.menu > li a{
	text-decoration: none;
}
#footer ul.menu > li:hover a{}


#footer .collapse-content{
	max-width: 200px;
	margin: auto;
}

/* LANGUAGES */

.languages{
	position: relative;
	width: 41px;
	margin: 40px auto 0px;
}
.languages .active-lang{
    width: 36px;
    display: block;
    height: 36px;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
    border-radius: 50%;
    background: #ffffff;
}
.languages .active-lang img{
    width: 19px;
}
.languages ul{
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1;
    width: 110px;
    display: flex;
    transform: translate(-50%,-20%);
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}
.languages.active ul{
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 47%);
}
.languages ul > li{
    list-style: none;
    margin: 0 5px;
}
.languages ul > li a{
    display: block;
    width: 28px;
    background: #ccc;
    border-radius: 50%;
    padding: 4px;
    height: 28px;
    line-height: 23px;
}
.languages ul > li a img{}

/* HIDDEN CONTENT */
.trigger-hidden-content {
}
.trigger-hidden-content span i{}
.hidden-content{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
	width: 300px;
	z-index: 1;
	padding: 25px;
	box-shadow: 0px -1px 17px -7px #666666;
	background: #ffffff;
}
.hidden-content > div.widget-cart {
	background-color: #fff;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 2px 1px 18px -9px #414141;
	box-shadow: 2px 1px 18px -19px #414141;
}
.hidden-content.hc-right-bottom{
	right: 0;
	top: 100%;
}
.hidden-content.hc-center-bottom{
	right: 14px;
	top: 100%;
}
.trigger-hidden-content:hover > .hidden-content{
	visibility: visible;
	opacity: 1;
}
.hidden-content > div:before{
	content: '';
	position: absolute;
}
.hidden-content.hc-right-bottom > div:before {
	bottom: 100%;
	right: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ffffff;
}
.hidden-content > div .h5{
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px
}
/* MAIN SLIDER*/
.main-slider{
	margin: 0;
}
.main-slider .slider-item{
	background-color: #414141;
	min-height: calc(100vh - 250px);
	width: 100%;
}
.main-slider .thumb-container{}
.main-slider .slider-item .caption{
	padding: 70px 0px 100px;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #555;
}
.main-slider .slider-item .caption .h1,
.main-slider .slider-item .caption h1{}
.main-slider .slider-item .caption .h2,
.main-slider .slider-item .caption h2{
	line-height: 1;
	font-size: 37px;
	margin: 0 0 20px;
	display: block;
}

.main-slider .slider-item .caption p{
	font-weight: bold;
	font-size: 18px;
	max-width: 290px;
	margin: 0 auto 20px;
	color: #ffffff;
	text-align: center;
}
/* HOME */
.home-program{
	margin: 0 0 10px;
	position: relative;
	text-decoration: none;
	border-radius: 6px;
	overflow: hidden;
}
.home-program .thumb-container{
	transition: all .3s;
	height: 100%;
}
a.home-program:hover .thumb-container{
	opacity: 0.6;
}
.home-program .caption{
	height: 250px;
	position: relative;
}
.home-program .caption .title{
	text-align: center;
	width: calc(100% - 10px);
	padding: 10px 40px;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	background-color: #20596d;
	margin: 20px 0px 10px;
	border: none;
	position: relative;
	border-radius: 6px;
} 
.home-program .caption .title:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #e75458;
	transition: all .3s ease;
	transform: scale3d(1,0,1);
	transform-origin: bottom;
}
a.home-program .caption:hover .title:before{
	transform: scale3d(1,1,1);
}
.home-program .caption .title > *{
	position: relative;
} 

.programs .row {}
.programs .row .row > *:nth-child(2n + 1) .home-program .caption .title > *{
	/* color: #fba7c2; */
}
.programs .row .row > *:last-child .home-program .caption .title > *{
	color: #fff;
}
a.home-program .caption:hover .title > *{
}
ul.image-gallery{
	padding: 0;
	margin: 0 5px;
	/* overflow: hidden; */
	justify-content: center;
	margin: 0px 0px 30px;
	padding: 0;
	display: flex; /* [1] */
	flex-wrap: nowrap; /* [1] */
	overflow-x: auto; /* [1] */
	-webkit-overflow-scrolling: touch; /* [4] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [5] */
}
ul.home-gallery > li{
	list-style: none;
	height: 58vw;
	max-height: 300px;
	margin: 0 3px;
	min-width: 70%;
	flex: 0 0 auto;
	list-style: none;
	flex: 0 0 auto;
}

/* EXPERIENCIAS HOME */

.section-title#letslivers-title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-title#letslivers-title span{
	background: url(img/hashtag_letslivers.png) no-repeat right center;
	padding-right: 140px;
	background-size: 130px;
	display: flex;
	font-size: 17px;
	min-height: 50px;
	align-items: center;
}

.letslivers-title,
/*section.letslivers .title,*/
section.letslivers .section-title{
	margin: 0px 0px 20px;
	font-size: 35px;
}
.letslivers-title:after,
/*section.letslivers .title:after,*/
section.letslivers .section-title:after{
	content: '';
	background: url(img/hashtag_letslivers.png) no-repeat center center;
	background-size: 100%;
	display: block;
	width: 130px;
	height: 50px;
	margin: auto;
}
.lasvegas .section-title{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lasvegas .section-title:before,
.lasvegas .section-title:after{
	content: '';
	position: relative;
	height: 100%;
	min-width: 45px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.lasvegas .section-title:before{
	left: 0;
	background-image: url(img/lasvegas.jpg);
}
.lasvegas .section-title:after{
	right: 0;
	background-image: url(img/ruta_66.jpg);
}

/* ITEMS */

.item{
	text-align: left;
	width: 100%;
	margin: 0 0 30px;
}
.item  > *{
	width: 100%;
}
.item .thumb-container{
	min-height: 200px;
	width: 100%;
}

.thumb-container.size-4by3:before,
.thumb-container.size-21by9:before,
.thumb-container.size-1by1:before,
.thumb-container.size-16by9:before{
	content: '';
	display: block;
	width: 100%;
}

.thumb-container.size-16by9:before{
	padding-bottom: 56.25%;
}
.thumb-container.size-21by9:before{
	padding-top: 42.857143%;
}
.thumb-container.size-4by3:before{
	padding-top: 75%;
}
.thumb-container.size-1by1:before{
	padding-top: 100%;
}

.item .thumb-container .play-video{
	width: 100px;
}
.item:hover .thumb-container{}
.item .content{
	padding: 20px;
	background: #ffffff;
	text-align: center;
}
.item .content .title{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 10px;
}
.item .content .excerpt{
	font-size: 14px;
	margin: 0 0 11px;
}
.item .content .more-link{
	display: none;
}
.item .content .button{
	background-color: #049999 !important;
	min-width: 90px;
	margin-bottom: 0;
}

.blog-carousel .item .thumb-container{
	max-height: 200px;
}

.blog-carousel .item .content .title{
	font-size: 14px;
}
.blog-carousel .item .content .excerpt{
	font-size: 13px;
}



/* BANNER SECTION */

.banner-section{}
.banner-section .section-title{
	font-size: 25px;
	margin-bottom: 5px;
}
.banner-section .section-subtitle,
.banner-section .section-tite + p{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
.banner-section p{
	font-size: 15px;
}
.banner-section .section-title + p{
	font-size: 18px;
	margin: 0 0 10px;
	position: relative;
	font-weight: 300;
}
.banner-section .button{
	margin-top: 20px;
}

/* SOCIAL LETSLIVERS */

ul.social-letslivers{
	text-align: center;
	background: url(img/hashtag_letslivers.png) no-repeat center bottom;
	background-size: 110px;
	padding: 0 0 40px;
	display: inline-block;
}
ul.social-letslivers > li{
	list-style: none;
	display: inline-block;
	margin: 5px 10px;
}
ul.social-letslivers > li > a{}
ul.social-letslivers > li:hover > a{}
ul.social-letslivers > li > a img{
	width: 40px;
}

/* DECORATED LIST */

ul.decorated-list{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
}
ul.decorated-list > li{
	list-style: none;
	font-size: 14px;
	padding-left: 32px;
	position: relative;
	margin: 10px 0 7px;
	width: 100%;
	padding-right: 14px;
	line-height: 1.7;
}
ul.decorated-list > li:before{
	content: '';
	position: absolute;
	color: #ffffff;
	left: 0;
	top: 0;
	background-image: url(img/svg/check_square_red.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	display: inline-block;
	width: 21px;
	height: 21px;
}
ul.decorated-list.check-list > li:before{
	background-image: url(img/svg/check_square_yellow.svg);
}
ul.decorated-list > li:before{
	background-image: url(img/svg/times_red.svg);
}

ul.decorated-list > li .title{font-weight: bold;font-size: 19px;}

/* SECTION BUILDER */

#modules{}

#modules .container-fluid,
#modules .container-fluid .row,
#modules .container-fluid .row [class*='col-']{
	margin: 0;
	padding: 0;
}

.section-title{
	font-size: 21px;
	margin: 10px 0px;
}
.section-subtitle{
	font-size: 17px;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 300;
	-webkit-font-smoothing: auto;
}
.section-title + .section-subtitle{
	position: relative;
	top: -11px;
}

#modules .circle-content{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 39px;
	position: relative;
	margin: 0 auto 60px;
}
#modules .circle-content:after{
	content: '';
	display: block;
	width: 6px;
	height: 60px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #469999;
}
#modules .circle-content + p{
    margin: 0;
}
#modules .circle-content + p + p{
	margin: 0;
}

#modules .circle-content + p img{
	display: block;
}
#modules .circle-content + p + p img{
	display: block;
	width: 1010px;
	max-width: 100%;
}

#modules .block-padding{
	padding: 20px 20px;
}
#modules .block-padding + .block-padding{
	padding-top: 0px;
}

/* grid */
.grid-gallery{
	margin: 0 0 30px;
}
.grid-gallery .item{
	margin: 0 0 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
}
.grid-gallery .item .thumb-container{
	height: auto;
	padding-bottom: 100%;
}
/* carousel */
.carousel-gallery .item{}
.carousel-gallery .item .thumb-container{
	height: 250px;
	padding: 0;
}
/* mosaic */
.mosaic-gallery{
	position: relative;
	height: 100vw;
	min-height: 250px;
}
.mosaic-gallery > *{
	position: absolute;
	margin: 0;
	max-width: 100%;
}
.mosaic-gallery > *:nth-child(8n+1){
	width: 33.333333%;
	height: 50vw;
	left: 0;
	top: 0;
}
.mosaic-gallery > *:nth-child(8n+2){
	width: 66.666666%;
	height: 25vw;
	left: 33.333333%;
	top: 0;
}
.mosaic-gallery > *:nth-child(8n+3){
	width: 33.333333%;
	height: 25vw;
	left: 33.333333%;
	top: 25vw;
}
.mosaic-gallery > *:nth-child(8n+4){
	width: 33.333333%;
	height: 25vw;
	left: 66.6666%;
	top: 25vw;
}
.mosaic-gallery > *:nth-child(8n+5){
	width: 66.666666%;
	height: 25vw;
	left: 0;
	top: 50vw;
}
.mosaic-gallery > *:nth-child(8n+6){
	width: 33.333333%;
	height: 25vw;
	left: 0;
	top: 75vw;
}
.mosaic-gallery > *:nth-child(8n+7){
	width: 33.333333%;
	height: 25vw;
	left: 33.333333%;
	top: 75vw;
}
.mosaic-gallery > *:nth-child(8n+8){
	width: 33.33333%;
	height: 50vw;
	left: 66.666666%;
	top: 50vw;
}
.mosaic-gallery > *:nth-child(8n+9){
	display: none;
}
.mosaic-gallery > * .thumb-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	min-height: 0px;
}

/* ITEM FILTERS */

ul.item-filters{
	margin: 0px 0px 30px;
	padding: 0;
	display: flex; /* [1] */
	flex-wrap: nowrap; /* [1] */
	overflow-x: auto; /* [1] */
	-webkit-overflow-scrolling: touch; /* [4] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [5] */
}
ul.item-filters::-webkit-scrollbar {
  display: none;
  }
.item-filters-wrapper{
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}
.item-filters-wrapper::after{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	box-shadow: -11px 0px 10px #e7e7e7;
	width: 20px;
	z-index: 1;
}
ul.item-filters > li{
	list-style: none;
	margin: 0;
	flex: 0 0 auto;
}
ul.item-filters > li a{
	display: block;
	padding: 7px 20px;
	background: #fafafa;
	margin: 0 5px;
	list-style: none;
	transition: all .4s ease;
	text-decoration: none;
	font-size: 11px;
}
ul.item-filters > li:first-child a{
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #42453c;
}
ul.item-filters > li a.active,
ul.item-filters > li :hover{
	background: #e75458;
	color: #ffffff;
}

ul.item-filters > li a.active{
	font-weight: bold;
}

/* JOBS/EMPLEOS */

.item.item-empleo{
	font-size: 15px;
}
.item.item-empleo .content{
	padding: 10px 10px 20px;
}
.item.item-empleo.empleo-agotado .thumb-container:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/soldout.png) no-repeat center center;
	background-size: 180px;
}

.plazas-content{
	position: fixed;
	left: 0;
	top: 52px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 0px 10px;
	z-index: 2;
	min-height: 52px;
	transition: all .3s;
}
body.scrolling .plazas-content{
	top: 0px;
	background-color: #ffffff;
}
.plazas-content p{
	font-size: 12px;
	margin: 0;
}
.plazas-content .button{
	font-size: 11px;
	padding: 9px 12px;
	margin: 0;
}
.special-feature{
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	margin: 12px 0px;
}
.special-feature:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #3c9de3;
	border-radius: 50%;
}

.icon-text{
	position: relative;
	padding: 0px 0px 13px 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
	margin: 0 0 16px;
}
.icon-text.salario{
	background-image: url(img/svg/icon_salario.svg);
}
.icon-text.fecha{
	background-image: url(img/svg/icon_fecha.svg);
}
.icon-text.horas{
	background-image: url(img/svg/icon_horas.svg);
}
.icon-text.puestos{
	background-image: url(img/svg/icon_puestos.svg);
}

.share{
	padding: 20px;
	border-radius: 4px;
	border: 1px solid;
	margin: 20px 0px;
}
.share p{
	font-weight: 599;
	text-align: center;
	margin: 10px 10px 13px;
	font-size: 18px;
}
.share ul{
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0;
}
.share ul li{
	padding: 10px;
	list-style: none;
	margin: 0;
	text-align: center;
}

.share ul li::before{
	display: none;
}
.share ul li a{
	display: block;
}
.share ul li a:hover{}
.share ul li a img{
	width: 40px;
}

/* EMPLEO */

.empleos{
	padding: 0	
}
.empleos .empleo{
	width: 100%;
	margin: 0 0 40px;
}
.empleo{
	list-style: none;
}
.empleo .thumb-container{
	border: 10px solid #fff;
	padding-bottom: calc(100% - 20px);
	margin: 0 0 14px;
}
.empleo .thumb-container .overlay{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
}
.empleo .thumb-container img{
	position: absolute;
	width: 40%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.empleo .content{
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.empleo .content > div{}
.empleo .content > div:first-child{}
.empleo .content > div:last-child{}

.empleo .content > div:last-child .disponible{
	color: #a2f310;
	font-weight: bold;
	font-size: 17px;
}
.empleo .content > div:last-child .no-disponible{
	color: red;
	font-weight: bold;
	font-size: 17px;
}

.empleo .content > div .title{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
}
.empleo .content > div p{}
.empleo .button{
	background: #3f9afb;
	color: #ffffff;
	font-size: 14px;
	padding: 0.4em 1.1em;
}

/* FAQ */

.custom-faqs{}
.custom-faqs .panel{}
.custom-faqs .panel a.question{
	display: flex;
	padding: 30px 20px 30px 0px;
	text-decoration: none;
	align-items: center;
	font-weight: bold;
	border-top: 1px solid #009999;
	font-size: 15px;
	position: relative;
}
.custom-faqs .panel:first-child a.question{
	border-top: none;
}
.custom-faqs .panel a .number{
	color: #009999;
	margin-right: 10px;
	font-size: 19px;
}
.custom-faqs .panel a .text{
	position: relative;
	transition: all .3s;
}
.custom-faqs .panel.expanded a.question .text{
	color: #e75458;
}
.custom-faqs .panel a.question:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #469999;
	transition: all .3s;
}
.custom-faqs .panel.expanded a.question:before{
	transform:  translateY(-50%) rotate(180deg);
}
.custom-faqs .panel .panel-collapse{
	display: none;
	padding: 0 20px 30px 20px;
	font-size: 14px;
}
.custom-faqs .panel.expanded .panel-collapse{
	display: block;
}

ul.featured-items{
	padding: 0;
	margin: 10px 0;
}
ul.featured-items > li{
	list-style: none;
	margin: 0 0 15px;
	font-size: 15px;
}
ul.featured-items > li img{
	min-width: 40px;
	margin-right: 11px;
	min-width: 41px;
	width: 40px;
	margin: 0 20px 10px 0;
}
ul.featured-items > li .title{
	font-size: 20px;
	margin: 4px 0 7px;
}
ul.featured-items > li p{
    line-height: 1.5;
}
ul.featured-items.expanded-images > li{
	text-align: center;
	margin: 0 auto 30px;
}
ul.featured-items.expanded-images > li img{
	width: 200px;
	margin: 0 auto 20px;
	display: block;
}

/* grid */

.grid-gallery .item.col-auto{
	width: 20%;
}


/* MODAL CONTACTO */

/* CUSTOM MODAL */

.custom-modal{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: scroll;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 10;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 30px, 0);
    z-index: 2;
	
}
.custom-modal > div{
	background: #fff;
	max-width: 330px;
	padding: 40px 30px 20px;
	min-height: 0px;
	position: relative;
	height: auto;
	width: 100%;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	max-width: 420px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	box-shadow: 1px 1px 21px -6px #444;
}

.custom-modal.active{
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
}

.custom-modal .cerrar-modal {
	position: absolute;
	right: 6px;
	top: 6px;
	/* background: #fff; */
	cursor: pointer;
	width: 39px;
	height: 37px;
	color: #000;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	font-size: 27px;
	line-height: 36px;
}


.custom-modal .h1,.h2,.h3{
	line-height: 1.2;
}


.custom-modal h2{
    font-size: 22px;
    margin: 00 0 12px;
}
.custom-modal p{}
.custom-modal .button{
	min-width: 200px;
}

#modal-contacto{
}

#modal-contacto  > div{
	max-width: 360px;
	background: #f1f1f1 url(img/icon_info.jpg) no-repeat center 17px;
	background-size: 84px;
	padding: 116px 15px 15px;
}
#modal-contacto  > div p{
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}
#modal-contacto  > div .title{
	font-size: 32px;
	text-align: center;
	line-height: 1;
	font-family: 'galanogrotesquealt';
	margin: 0 0 10px;
}
#modal-contacto  .social-links{
	text-align: center;
}
#modal-contacto  .social-links li{
	margin: 4px 17px;
}
#modal-contacto  .social-links li a{
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #f1f1f1;
	background-size: 100%;
	transition: all .4s;
}
#modal-contacto .social-links li a:hover{
	opacity: .7;
}
#modal-contacto  .social-links li a i{
	display: none;
}
#modal-contacto .social-links li a.whatsapp{
	background-image: url(img/svg/icon_whatsapp.svg);
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}
#modal-contacto .social-links li.facebook a{
}
#modal-contacto .social-links li.facebook a{
	background-image: url(img/banner-messenger.png);
}
#modal-contacto .social-links li.email a{
	background-image: url(img/banner-email.png);
}

#modal-contacto  .social-links li.phone a{
	background-image: url(img/banner-telefono.png);
}

#modal-form{
}

#modal-form .content{
	background: #f1f1f1 url(img/icon_info.jpg) no-repeat center 11px;
	background-size: 44px;
	padding: 57px 15px 15px;
}
#modal-form .content input[type="text"]{
	background-color: #f9f9f9;
}
#modal-form .content .dropdown {
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}

#modal-form .content .h3{
    text-align: center;
    display: block;
}
#modal-form .content p{
    font-size: 14px;
    text-align: center;
    margin: 0 auto 0px;
    max-width: 250px;
}
#modal-form .content label{
	font-size: 11px;
}
#modal-form .content input[type="text"]{
    min-height: 29px;
    padding: 6px 12px;
    font-size: 11px;
    margin: 0 0 10px;
}
#modal-form .content .dropdown{
	min-height: 31px;
	margin: 0 0 10px;
}
#modal-form .content .dropdown .selected{
	min-height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

#modal-form .content form .politica{
	margin: 0 0 10px;
}

#modal-form .form-content ._field-wrapper{
	margin-bottom: 0px;
}
#modal-form .content  button[type="submit"]{
	background-color: #009999;
	font-size: 14px;
	display: block;
	width: 100%;
	border-radius: 6px;
	margin-top: 20px;
}

#custom-modal > div{
	padding-top: 90px;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 50px;
	background-image: url(img/svg/route66.svg);
	background-color: #f2f2f2;
}
#custom-modal .button{
	background-color: #009999;
}

/* TIMELINE BLOCK */

.timeline-block{
	position: relative;
	min-height: 300px;
	margin: 30px auto 50px;
	max-width: 660px;
	padding-bottom: 50px;
}
.timeline-block:before{
	content: '';
	position: absolute;
	left: calc(50% - 2px);
	top: 0;
	height: 100%;
	border-left: 4px dashed #ededed;
}
.timeline-block:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 22px;
    height: 22px;
    background-color: #dfc570;
    border: 5px solid #20596d;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block > div{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	margin: 0 0 36px;
}
.timeline-block > div:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 22px;
	height: 22px;
	background-color: #dfc570;
	border: 5px solid #20596d;
	border-radius: 50%;
	transform: translateX(-50%);
}
.timeline-block > div > *{
	width: calc(50% - 31px);
}
.timeline-block > div .thumb-container{
	height: 100px;
	border-radius: 8px;
}
.timeline-block > div .caption{
	display: block;
	font-size: 13px;
}
.timeline-block > div:nth-child(2n+1) .caption{
	order: -1;
}
.timeline-block > div .caption .datetime{
	margin: 0 0 1px;
	font-weight: bold;
	font-size: 14px;
}
.timeline-block > div .caption .content{}
.timeline-block > div .caption .content .title{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 4px;
}

/* TABLE BLOCK */

.table-block{
    border-radius: 10px;
    /* overflow: hidden; */
}
.table-block table{
	border-collapse: collapse;
	width: 100%;
	border-radius: 10px;
	font-size: 14px;
}
.table-block table tr{}
.table-block table tr th,
.table-block table tr td{
	border-collapse: collapse;
	border: 1px solid #ffffff;
	padding: 14px 8px;
	background-color: rgba(100, 175, 176, 1);
}
.table-block table tr td:nth-child(2n+1){
	background-color: #05a1a2;
}

.table-block table tr:first-child td{
	background-color: #b6bbbc;
	font-weight: bold;
}
.table-block table tr:first-child td:first-child{
    border-radius: 10px 0 0 0;
}
.table-block table tr:first-child td:last-child{
	border-radius: 0 10px 0 0;
}
.table-block table tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
.table-block table tr:last-child td:last-child{
	border-radius: 0 0 10px 0;
}

/* SINGLE */


.author-info{
    position: relative;
    margin: 30px 0px;
}
.author-info > div{
    position: relative;
    padding: 24px 20px 20px 101px;
}
.author-info > div img{
    border-radius: 50%;
    border: 2px solid #e75458;
    position: absolute;
    left: 0;
    top: 10px;
    width: 80px;
    height: 80px;
}
.author-info > div p{
    font-size: 17px;
    margin: 0;
}
.author-info > div strong{}


/* COLLAPSE CONTENT */

.collapse-content{}
.collapse-content .trigger{
	position: relative;
	padding-right: 30px;
	display: block;
}
.collapse-content .trigger:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid;
}
.collapse-content *:not(.trigger){
	display: none;
}
.collapse-content.active *:not(.trigger){
	display: block;
}
.collapse-content.active .trigger:after{
	transform: translateY(-50%) rotate(180deg)
}

/* APPLICATION FORM */

.application-form{}
.application-form .icon-content{
	position: relative;
	left: -10px;
}
.application-form .input-content{
	margin: 0 0 21px;
}

#af-passport{
	padding: 15px 15px 60px;
	border-radius: 8px;
	position: relative;
	background-color: #e7e7e7;
	max-width: 270px;
	transition: all .4s;
	cursor: pointer;
	margin: 0 auto 20px;
}
#af-passport:hover{
	background-color: #6373b3;
}
#af-passport:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 19px;
	transform: translateX(-50%);
	background: url(img/svg/letsliver_af.svg) no-repeat center bottom;
	background-size: 100%;
	width: 80px;
	height: 20px;
}
#af-passport > div{
	padding: 15px 10px 1px;
	border-radius: 8px;
}

#af-passport-input{
	position: absolute;
	visibility: hidden;
	width: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
}


/* EMBAJADORES */

.ambassador{}
.ambassador .h2.title{}
.ambassador .h5{
    margin: 0 0 9px;
    font-size: 19px;
}

.ambassador-image{
	padding: 50px 0px 50px 50px;
	position: relative;
}

.ambassador-image:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: url(img/svg/ambassador.svg) no-repeat center center;
	background-size: 100%;
}

.whatsapp-group-link{
	color: #fff;
	background: url(img/svg/bg_whatsapp.svg) no-repeat center center;
	background-size: 100%;
	padding: 32px 50px 30px 89px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0 20px;
	text-decoration: none;
}

ul.icon-list{
	padding: 0;
	margin: 20px 0px 30px;
	display: flex;
	flex-wrap: wrap;
}
ul.icon-list > li{
	list-style: none;
	margin: 0 0 9px;
	position: relative;
	padding-top: 6px;
	font-size: 17px;
	width: 50%;
	padding: 6px 10px 0px 40px;
}

ul.icon-list > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 35px;
	height: 32px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.icon-list > li.location:before{
	background-image: url(img/svg/icon_marker.svg);
}
ul.icon-list > li.instagram:before{
	background-image: url(img/svg/icon_instagram.svg);
	background-size: 75%;
}
ul.icon-list > li.position:before{
	background-image: url(img/svg/icon_position.svg);
	background-size: 109%;
}
ul.icon-list > li.ciudad-natal{
	font-weight: bold;
	color: #39376e;
}
ul.icon-list > li.ciudad-natal:before{
	background-image: url(img/svg/icon_home.svg);
	background-size: 90%;
}

.photo-content{
	padding-bottom: 90px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 90px;
	font-size: 27px;
}
.photo-content p{
	font-size: 27px;
}

.photo-content img{
	width: 100px;
}


/* bocadillo */

.bocadillo{
    position: relative;
    margin: 30px 0px;
}
.bocadillo .thumb-container{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
}
.bocadillo .thumb-container:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #222121;
}
.bocadillo .content{
    padding: 20px;
    border-radius: 7px;
    background: #f6f6f6;
    position: relative;
    width: 330px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}
.bocadillo .content:before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 30px solid #f6f6f6 ;
}

.lightgray-content .bocadillo .content{
    background: #ffffff;
}
.lightgray-content .bocadillo .content:before{
	border-bottom-color: #ffffff;
}

.bocadillo.bocadillo-boy .thumb-container{
    background-image: url(img/svg/icon_boy.svg);
}
.bocadillo.bocadillo-boy .content{}
.bocadillo.bocadillo-boy .content:before{}

.bocadillo.bocadillo-girl .thumb-container{
    background-image: url(img/svg/icon_girl.svg);
}
.bocadillo.bocadillo-girl .content{}
.bocadillo.bocadillo-girl .content:before{}


.featured-elements-new{
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 0 0 30px;;
    justify-content: center;
    position: relative;
}
.featured-elements-new:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 15px;
	height: 15px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #548e8e;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.featured-elements-new > li{
    margin: 10px 0px 16px;
    list-style: none;
    text-align: center;
}
.featured-elements-new > li img{
    width: 80px;
    position: relative;
    min-width: 57px;
}
.featured-elements-new > li .content{}
.featured-elements-new > li .content .title{
    padding: 3px 9px;
    background: #ffffff;
    display: inline-block;
    border-radius: 10px;
    color: #548f8f;
    margin: 0 0 10px;
    font-size: 13px;
}
.featured-elements-new > li .content p{
    /* margin-left: auto; */
    margin-right: auto;
    font-weight: 500;
    font-size: 15px;
    max-width: 200px;
    margin: auto;
}


.meeting-form{
    margin: 0 0 20px;
}
.meeting-form .dropdown{
    margin: 0 0 10px;
}
.meeting-form .button{
    border-radius: 5px;
    width: 100%;
}

/* ENCUENTROS CIUDAD */

ul.encuentros{padding: 0 0 20px;margin: 20px auto 50px;background: url(img/svg/angle_down_green.svg) no-repeat center bottom;background-size: 30px;}
ul.encuentros > li{
	position: relative;
	margin: 0 0 30px;
	list-style: none;
	padding-left: 100px;
	min-height: 90px;
}
ul.encuentros > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-color: #ededed;
	border-radius: 50%;
	background-position: center center;
	background-size: 92%;
	background-repeat: no-repeat;
}
ul.encuentros > li.encuentro-coffee:before{
	background-image: url(img/svg/icon_coffees.svg);
}
ul.encuentros > li.encuentro-meetings:before{
	background-image: url(img/svg/icon_info_meetings.svg);
}
ul.encuentros > li.encuentro-session:before{
	background-image: url(img/svg/icon_sesiones.svg);
}
ul.encuentros > li .title{
    font-weight: bold;
    font-size: 21px;
}


/* LAS VEGAS CONTENT */

.lasvegasdec-content{
	padding: 110px 0px;
	position: relative;
	margin: auto;
}
.lasvegasdec-content:before,
.lasvegasdec-content:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	width: 120px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.lasvegasdec-content:before{
	background-image: url(img/svg/icon_vegas.svg);
	top: 10px;
}
.lasvegasdec-content:after{
	background-image: url(img/svg/icon_route66.svg);
	bottom: 20px;
}

/* GRAVITY FORMS */

.gf-section{}
.gf-section .gform_wrapper form{
	max-width: 800px;
	margin: auto;
}
body .gform_wrapper ul.gform_fields li.gfield{
	padding: 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	width: 100%;
}

/* E-SIGNATURE */

.document-sign-page table{}
.document-sign-page table tr{}
.document-sign-page table tr td,
.document-sign-page table tr th{
	border: 1px solid #ededed;
}

/* INDEX CONTENT */

.index-content{
	padding: 30px;
	margin: 30px 0px;
}
.index-content .h4{
    margin: 0 0 17px;
    padding: 7px;
    position: relative;
}
.index-content .h4:after{
	content: 'mostrar';
	position: absolute;
	right: 04px;
	top: 05px;
	font-size: 12px;
	cursor: pointer;
}
.index-content.active .h4:after{
	content: 'ocultar';
}
.index-content .content{
	display: none;
}
.index-content.active .content{
	display: block;
}
.index-content a{
    text-decoration: none;
    padding: 7px;
    transition: all .5s;
    color: #e75458;
}
.index-content a:hover{
	background-color: #ffffff;
}

.index-content a:last-child{
	border-bottom: none;
}
.index-content a span{
    font-weight: bold;
    color: #e75458;
    margin-right: 6px;
    font-size: 17px;
}

.thecontent .sublevel{}
.thecontent .sublevel > li{
	margin: 0;
}
.thecontent .sublevel > li:before{
	display: none;
}
.thecontent .sublevel > li a{
	font-size: 12px;
	color: #454545;
}

/*  RESPONSIVE */
@media (min-width: 768px){

ul.image-gallery{
	padding: 0;
	margin: 0 5px;
	/* overflow: hidden; */
	justify-content: center;
	margin: 0px 0px 30px;
	padding: 0;
	min-width: none;
	display: flex; /* [1] */
	flex-wrap: nowrap; /* [1] */
	overflow-x: visible; /* [1] */
}
ul.home-gallery > li{
	list-style: none;
	height: 16vw;
	max-height: 260px;
	width: auto;
	min-width: 0px;
}
}
@media (min-width: 992px){
	/* generales */
	

	body{
		font-size: 17px;
	}
	
	.w-md-auto{
		width: auto !important;
	}

	section{
		padding: 40px 0px 50px;
	}
	section.padding-content{
		padding: 60px 0px 40px;
	}

	ul.icon-list{
	}
	ul.icon-list > li{
		padding-top: 6px;
		font-size: 22px;
		width: 100%;
	}
	
	#modules .block-padding{
		padding: 40px 30px;
	}
	#modules .block-padding + .block-padding{
		padding-top: 0px;
	}

	.thecontent p {
		margin: 0px 0 25px;
	}

	.thumb-container.main-thumb {
		height: 37vw;
		min-height: 396px;
		max-height: 560px;
	}
	.thumb-container.main-thumb.medium-thumb {
		height: 30vw;
		min-height: 300px;
		max-height: 400px;
	}
	.thumb-container .play-video{
		width: 100px;
	}

	.thumb-container .thumb-title{
		padding: 2px 20px;
		border-radius: 8px;
	}
	.thumb-container .thumb-title .h1,
	.thumb-container .thumb-title h1{
		font-size: 37px;
	}
	
	.input-content.d-md-flex input{
		min-width: 340px;
	}

	.custom-modal{
		align-items: flex-start;
	}



	#custom-modal > div{
		padding: 30px 60px 20px 60px;
		background-position: 17px 30px;
		text-align: left !important;
		max-width: 600px;
		background-size: 53px;
	}

	#custom-modal > div *:not(.button){
		text-align: center;
	}

	.blockquote,blockquote{
		font-size: 18px;
		padding: 15px 12px;
	}
	h1{
		font-size: 41px;
		margin: 0 0 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.h1{
		font-size: 41px;
	}
	h1.smaller{
		font-size: 38px;
	}
	h2{
		font-size: 32px;
		line-height: 1.3;
	}
	.h2{
		font-size: 31px;
	}
	h3,
	.h3{
	    font-size: 26px;
	}
	h4,
	.h4{
		font-size: 20px;
	}
	h5,
	.h5{
    font-size: 16px;
}
	h6,.h6{}

	.section-title{
		font-size: 40px;
		margin: 30px 10px 30px;
	}

	.color-title{
		margin: 0 0 30px;
	}
	.color-title > *{
		padding: 4px 30px;
		font-size: 32px;
		line-height: 1.2;
	}


	/* rounded form */


	.rounded-form{}

	.rounded-form .input-content,
	.rounded-form  .checkboxes{
		margin: 0 0 20px;
	}
	.rounded-form label{
    font-size: 18px;
}
	.rounded-form label .h4,
	.rounded-form label.h4{
		font-size: 24px;
	}
	.rounded-form label .h5,
	.rounded-form label.h5{
		font-size: 18px;
	}


	/* collapse-content */
		
		
	.collapse-content{}
	.collapse-content .trigger{
		padding: 0;
	}
	.collapse-content .trigger:after{
		display: none;
	}
	.collapse-content *:not(.trigger){
		display: block;
	}

    .owl-carousel{
    	background-color: transparent;
    }
	.owl-carousel.items-carousel .owl-stage{
		display: flex;
	}
	.owl-carousel.items-carousel .owl-item{
		display: flex;
		background-color: #ffffff;
		padding-bottom: 50px;
	}
	.owl-carousel.items-carousel .owl-item .item{
		margin: 0;
	} 
	.letslivers-title,
	section.letslivers .title,
	section.letslivers .section-title{
		margin: 20px 0px;
		font-size: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: none;
	}
	.letslivers-title:after,
	section.letslivers .title:after,
	section.letslivers .section-title:after{
		width: 240px;
		height: 80px;
		margin: 0 0 0 18px;
	}

	.lasvegas .section-title{
		position: relative;
	}
	.lasvegas .section-title:before,
	.lasvegas .section-title:after{
		content: '';
		position: relative;
		display: inline-block;
		height: 100%;
		width: 91px;
		height: 98px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}

	.lasvegas .section-title:before{
		left: 0;
		background-image: url(img/lasvegas.jpg);
	}
	.lasvegas .section-title:after,
	
	.ruta66-title{
		position: relative;
	}
	.ruta66-title:before{
		content: '';
		position: relative;
		top: -7px;
		display: block;
		height: 100%;
		width: 141px;
		height: 87px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		right: 0;
		background-image: url(img/ruta_66.jpg);
		left: 0;
		margin: auto;
	}

	.button.large-button {
		font-size: 22px;
		padding: 13px 40px;
	}
	.thecontent{
		font-size: 18px;
	}

	.form-content input[type="submit"],
	.form-content button[type="submit"]{
		font-size: 20px;
		padding: 11px 48px;
	}

	.thecontent.text-columns-2{
		-webkit-column-count: 2;
		column-count: 2;
	}
	.thecontent.text-columns-3{
		-webkit-column-count: 3;
		column-count: 3;
	}
	
	.thecontent.featured-content p{
		font-size: 30px;
	}

	/* decorated_list */

	ul.decorated-list{
		margin: 20px 0px 40px;
	}
	ul.decorated-list > li{
		font-size: 15px;
		padding-left: 41px;
		width: 50%;
		margin: 0 0 30px;
	}
	ul.decorated-list > li:before{
		top: 4px;
		width: 28px;
		height: 28px;
	}

	/* HEAD */
	#head{
		transform: translate3d(0px, 36px, 0px);
	}
	#head .white-content{
	}
	#head .logo{
		width: 89px;
	}	
	#head .content{
		position: relative;
	}
	#head ul.menu{
		padding: 0;
		margin: 5px 0px;
	}
	#head ul.menu.menu-superior{
		position: absolute;
		width: 100%;
		bottom: 100%;
		border-bottom: 1px solid;
		padding-bottom: 10px;
		transition: all .3s ease;
	}
	#head ul.menu > li{
		list-style: none;
		margin: 0 0px 0px 22px;
		position: relative;
	}

	#head ul.menu > li.menu-item-has-children{
		position: relative;
		padding-right: 20px;
	}
	#head ul.menu > li.menu-item-has-children:after{
		content: '';
		position: absolute;
		right: 0;
		top: 5px;
		width: 9px;
		height: 9px;
		border-left: 2px solid #e75458;
		border-bottom: 2px solid #e75458;
		transform: rotate(-45deg);
		transition: all .3s;
	}
	body:not(.scrolling):not(.menu-active) #head.transparent ul.menu > li.menu-item-has-children:after{
		border-color: #ffffff;
	}

	#head ul.menu > li.menu-item-has-children:hover:after{
		transform: rotate(-225deg);
		top: 9px;
	}



	#head ul.menu > li > a{
		font-weight: bold;
		text-decoration: none;
		padding: 5px 0px;
		transition: all .3s;
		position: relative;
		font-size: 15px;
	}
	#head ul.menu > li > a:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		height: 2px;
		background: #dfc570;
		border-radius: 10px;
		transform: scale3d(0,1,1);
		transition: all .4s ease;
		transform-origin: left;
	}
	#head ul.menu > li.current-menu-item > a:after,
	#head ul.menu > li:hover > a:after{
		transform: scale3d(1,1,1);
	}
	#head ul.menu > li > ul.sub-menu{
		padding: 15px;
		position: absolute;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-size: 60px;
		min-width: 260px;
		background-position: 10px center;
		box-shadow: 1px 2px 19px -15px #777;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
		transform: translate3d(0,-10px,0);
		border-radius: 4px;
	}
	#head ul.menu > li.submenu-working-holiday > ul{
		background-image: url(img/icon_working_holiday.png);
		padding: 15px 15px 15px 90px;
	}
	#head ul.menu > li.submenu-camp-canada > ul{
		background-image: url(img/icon_canada.png);
		padding: 15px 15px 15px 90px;
	}
	#head ul.menu > li.submenu-au-pair > ul{
		background-image: url(img/icon_aupair.png);
		padding: 15px 15px 15px 90px;
	}
	#head ul.menu > li.submenu-camp-usa > ul{
		background-image: url(img/icon_camp.png);
		padding: 15px 5px 15px 90px;
	}
	#head ul.menu > li.submenu-internship > ul{
		background-image: url(img/icon_internship.png);
		padding: 15px 15px 15px 90px;
	}
	#head ul.menu > li:hover > ul.sub-menu{
		opacity: 1;
		visibility: visible;
		transform: translate3d(0,0,0);
	}


	body:not(.scrolling):not(.menu-active) #head.transparent ul.menu > li > ul.sub-menu{
		background-color: rgba(255, 255, 255, 0.7);
	}
	#head ul.menu > li > ul > li{
	list-style: none;
	margin: 0 0 6px;
}
	#head ul.menu > li:hover > ul > li{}
	#head ul.menu > li > ul > li > a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}
	.button#trigger-contacto, body.scrolling .button#trigger-contacto{
		bottom: 0;
		left: 0;
		transform: none;
		position: relative;
		font-size: 15px;
		padding: 5px 19px;
		visibility: visible;
		opacity: 1;
	}

	/* with thumbnail */
	body:not(.scrolling):not(.menu-active) #head.transparent ul.menu > li > a{
		color: #ffffff;
	}
	body:not(.scrolling):not(.menu-active) #head.transparent ul.menu > li > a:after{
		background: rgb(223 197 112);
	}
	body:not(.scrolling):not(.menu-active) #head.transparent ul.menu.menu-superior{
		border-color: #fff;
	}
	body.scrolling #head.transparent ul.menu.menu-superior{
		visibility: hidden;
		opacity: 0;
	}
	/* scrolling */
	body.scrolling #head{
		transform: translate3d(0,0,0);
	}
	#head .button{
		margin-left: 20px;
	}
	#main{
	}

	#head:not(.transparent) + #main{
		padding-top: 103px;
	}

	/* footer */
	#footer {
		padding: 50px 0px 30px;
	}
	#footer .h3, #footer .h4{
		font-size: 19px;
	}
	#footer ul.menu{
		margin: 0;
	}
	#footer ul.menu > li{
		margin: 0 0 8px;
	}
	#footer ul.menu > li a{
	font-size: 16px;
	}
	#footer ul.menu > li:hover a{}
	
	
	#footer .collapse-content{
		max-width: 100%;
		margin: auto;
	}



	/* languages */

	.languages{
		margin: 0	
	}
	.languages .active-lang{}
	.languages ul{
		left: 100%;
		top: 50%;
		transform: translate(0,-50%);
	}
	.languages.active ul{
		left: 100%;
		top: 50%;
		transform: translate(10px,-50%);
	}

	/* main slider */
	.main-slider{}
	.main-slider .slider-item{
	min-height: 500px;
	max-height: 650px;
	height: calc(65vh);
	}
	.main-slider .slider-item .caption{
		padding: 60px 0px 100px;
	}
	.main-slider .slider-item .caption .thecontent{
		font-size: 40px;
	}
	.main-slider .thumb-container{}
	.main-slider .slider-item .caption{
		padding: 70px 0px 0px;
		font-size: 25px;
	}
	.main-slider .slider-item .caption .h1,
	.main-slider .slider-item .caption h1{
    font-size: 67px;
}
	.main-slider .slider-item .caption .h2,
	.main-slider .slider-item .caption h2{
		font-size: 60px;
	}

	.main-slider .slider-item .caption p{
		font-size: 30px;
		max-width: 100%;
	}

	.main-slider .slider-item .caption h3{
		font-weight: 300
	}


	/* home */

	.home-program{
		margin: 0 0 10px;
		position: relative;
		text-decoration: none;
	}
	.home-program .thumb-container{
		transition: all .3s;
	}
	a.home-program:hover .thumb-container{
		opacity: 0.6;
	}
	.home-program .caption{
		height: 410px;
	}
	.home-program .caption .title{
		width: calc(100% - 50px);
		padding: 15px 50px;
		font-size: 22px;
		margin: 20px 0px;
	} 
	.home-program .caption .title:before{
	}
	a.home-program:hover .title:before{
		transform: scale3d(1,1,1);
	}
	.home-program .caption .title > *{
		position: relative;
	} 
	a.home-program:hover .title > *{
		color: #ffffff !important;
	} 
	/* footer */
	#footer ul.social-links li {
		display: block;
		margin: 0 0 15px;
	}
	/* items */ 
	.item{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
}
	.item .thumb-container{
	}

	.item:hover .thumb-container{}
	.item .content{
	padding: 20px;
	text-align: left;
}
	.item .content .title{
		font-size: 18px;
	}
	.item .content .excerpt{
		font-size: 16px;
		margin: 0 0 20px;
	}
	.item .content .read-more{}


	.owl-carousel.items-carousel .owl-item{
		padding-bottom: 0;
	}

	/* experiencias home*/

	.section-title#letslivers-title{
	}
	.section-title#letslivers-title span{
		padding-right: 230px;
		background-size: 210px;
		font-size: 30px;
		min-height: 89px;
	}
	/* banner section */

	.banner-section{}
	.banner-section .section-title{
		font-size: 40px;
		margin-bottom: 29px;
	}
	.banner-section .section-subtitle,
	.banner-section .section-title + p{
		font-size: 24px;
		top: -20px;
		margin: 0 0 25px;
	}
	.banner-section p{
		font-size: 19px;
	}
	.banner-section .button{}

	.photo-content p{
		font-size: 25px;
	}


	/* social letslivers */
	ul.social-letslivers{
	padding: 0px 210px 0px 0;
	background-size: 180px;
	background-position: center right;
}
	ul.social-letslivers > li{}
	ul.social-letslivers > li > a{}
	ul.social-letslivers > li:hover > a{}
	ul.social-letslivers > li > a img{
	width: 55px;
}

	/* section builder */


	.section-title{
		font-size: 44px;
		margin: 10px auto 33px;
		max-width: 900px;
	}
	.section-subtitle{
		font-size: 24px;
		margin: -5px auto 30px;
		max-width: 940px;
	}	
	.section-title + .section-subtitle{
		margin-top: -11px;
	}

	/* ITEM FILTERS */

	ul.item-filters{
		/* justify-content: center; */
		margin: 0;
	}
	ul.item-filters::-webkit-scrollbar {
	  display: none;
	  }
	ul.item-filters > li{
	}
	ul.item-filters > li a{
		font-size: 15px;
	}

	/* JOBS */

	.share{
		display: flex;
		padding: 0;
		align-items: center;
	}
	.share p{
		font-size: 16px;
		padding: 21px 20px;
		text-align: center;
		margin: 0;
		max-width: 380px;
		margin: auto;
	}
	.share ul{
		padding: 0;
		display: flex;
		justify-content: center;
		border-left: none;
		margin: 0;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	.share ul li{
		padding: 10px;
		width: 33.333%;
		text-align: center;
		margin: 0;
	}
	.share ul li::before{
		display: none;
	}
	.share ul li:first-child{
		border-left: 1px solid;
	}
	.share ul li:first-child + li{
		border-left: 1px solid;
		border-right: 1px solid;
	}
	.share ul li a{
		display: block;
	}
	.share ul li a:hover{}
	.share ul li a img{
		width: 40px;
	}


	.empleos{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.empleos .empleo{
		width: calc(33.3333%);
		padding: 0 15px;
	}

	/* single empleo */

	.plazas-content{
	top: 375px;
	position: absolute;
	bottom: 0;
	top: auto;
	}
	body.scrolling .plazas-content{
	position: fixed;
	top: 0;
	bottom: auto;
	}
	.plazas-content p{
		font-size: 16px;
		margin: 10px 0px;
	}
	.plazas-content .button{
		font-size: 14px;
		padding: 9px 12px;
		margin: 0;
	}

	/* carousel */
	.carousel-gallery .item{}
	.carousel-gallery .item .thumb-container{
		height: 50vw;
		max-height: 500px;
	}
	/* mosaic gallery */

	.mosaic-gallery{
	max-height: 350px;
	height: 21vw;
	}
	.mosaic-gallery > *{
	}
	.mosaic-gallery > *:nth-child(8n+1){
		width: calc(100% / 7);
		height: 100%;
		left: 0;
		top: 0;
	}
	.mosaic-gallery > *:nth-child(8n+2){
		width: calc(100% / 3.5);
		height: 50%;
		left: calc(100% / 7);
		top: 0;
	}
	.mosaic-gallery > *:nth-child(8n+3){
		width: calc(100% / 7);
		height: 50%;
		left: calc(100% / 7);
		top: 50%;
	}
	.mosaic-gallery > *:nth-child(8n+4){
		width: calc(100% / 7);
		height: 50%;
		left: calc(100% / 3.5);
		top: 50%;
	}
	.mosaic-gallery > *:nth-child(8n+5){
		width: calc(100% / 3.5);
		height: 50%;
		left: calc(100% / 3.5*2 );
		top: 0;
	}
	.mosaic-gallery > *:nth-child(8n+6){
		width: calc(100% / 7);
		height: 50%;
		left: calc(100% / 7*4);
		top: 50%;
	}
	.mosaic-gallery > *:nth-child(8n+7){
		width: calc(100% / 7);
		height: 50%;
		left: calc(100% / 7*5);
		top: 50%;
	}
	.mosaic-gallery > *:nth-child(8n+8){
		width: calc(100% / 7);
		height: 100%;
		left: calc(100% / 7*3);
		top: 0;
	}
	.mosaic-gallery > *:nth-child(8n+9){
		display: block;
		width: calc(100% / 7);
		height: 100%;
		left: calc(100% / 7*6);
		top: 0;
	}
	.mosaic-gallery > * .thumb-container{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		min-height: 0px;
	}

	/* faq */

	.custom-faqs .panel a.question{
		padding: 36px 20px 36px 0px;
		font-size: 21px;
	}
	.custom-faqs .panel a .number{
		margin-right: 16px;
		font-size: 27px;
	}
	.custom-faqs .panel a.question:before{
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 11px solid #469999;
	}
	.custom-faqs .panel .panel-collapse{
		padding: 0 20px 40px 0px;
		font-size: 19px;
	}

	/* featured elements */

	ul.featured-items{
		padding: 0;
	}
	ul.featured-items.expanded-images > li{
		padding: 20px 20px;
		flex-basis: 100%;
		text-align: center;
	}

	ul.featured-items.expanded-images > li img{
		min-width: 100px;
		margin: 0px auto 15px;
		width: auto;
		/* max-height: 100px; */
	}
	ul.featured-items.expanded-images > li img.rounded{
		padding: 0 25px;
	}
	ul.featured-items > li .title{
		font-size: 23px;
		margin: 4px 0px 30px;
	}
	ul.featured-items > li p{
		font-size: 14px;
	}

	ul.featured-items.icon-images > li{
		width: 25%;
		padding: 0px 19px 40px;
		margin: 20px 0 20px;
		align-items: center;
		text-align: center;
	}

	ul.featured-items.icon-images.size1 > li{
		width: 33.3333%;
	}
	/*
	ul.featured-items.icon-images.size2 > li{
		width: 50%;
	}
	ul.featured-items.icon-images.size2 > li{
		display: flex !important;
		align-items: center !important;
		width: 50%;
		padding-bottom: 10px;
	}
	ul.featured-items.icon-images.size2 > li img{
		min-width: 80px;
	}
	ul.featured-items.icon-images.size2 > li p{
		font-size: 20px;
		text-align: left;
	}
	*/
	ul.featured-items.icon-images.size3 > li{
		width: 25%;
	}
	ul.featured-items.icon-images > li img{
		padding-right: 0px;
		min-width: 70px;
		margin: 0 0 20px;
	}
	ul.featured-items.icon-images > li p{
		font-size: 17px;
		line-height: 1.5;
	}


	/* timeline block */

	.timeline-block{
	}
	.timeline-block:before{
		left: calc(50% - 2px);
		border-left: 4px dashed #ededed;
	}
	.timeline-block:after {
		width: 32px;
		height: 32px;
	}
	.timeline-block > div{
		margin: 0 0 96px;
	}
	.timeline-block > div:before{
		width: 32px;
		height: 32px;
	}
	.timeline-block > div > *{
		width: calc(50% - 51px);
	}
	.timeline-block > div .thumb-container{
		height: 140px;
	}
	.timeline-block > div .caption{
		font-size: 16px;
		display: flex;
	}
	.timeline-block > div .caption .datetime{
		margin: 0 10px 1px;
		font-size: 20px;
	}
	.timeline-block > div:nth-child(2n+1) .caption .content{
		order: -1;
		text-align: right;
	}
	.timeline-block > div .caption .content{}
	.timeline-block > div .caption .content .title{
		font-size: 21px;
		margin: 0 0 12px;
	}


	/* bocadillo */

	.bocadillo{
	margin: 50px auto 80px;
	max-width: 900px;
	}
	.bocadillo .thumb-container{
		width: 150px;
		height: 150px;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.bocadillo .content{
		padding: 20px;
		border-radius: 12px;
		width: auto;
		margin: auto;
		margin-left: 260px;
		font-size: 25px;
		padding: 25px 35px;
		text-align: left;
	}
	.bocadillo .content:before{
		bottom: 50%;
		left: -80px;
		transform: translateY(50%);
		border-bottom: 30px solid #f6f6f6;
		border: none;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-right: 80px solid #f6f6f6;
	}

	.bocadillo.bocadillo-girl .content{}
	.bocadillo.bocadillo-girl .content:before{}


	.lightgray-content .bocadillo .content:before{
		border-bottom-color: #ededed;
		border-right-color: #ffffff;
	}

	.featured-elements-new{
		display: flex;
	} 
	.featured-elements-new > li{
		display: block;
		text-align: center;
		margin: 0 0 16px;
		width: 33.333%;
		max-width: 350px;
		padding: 0 20px;
	}
	.featured-elements-new > li img{
		width: 110px;
		top: 0;
		margin: 0 0 10px;
	}
		.featured-elements-new > li .content{
	}
	.featured-elements-new > li .content p{
		max-width: 260px;
		margin: auto;
	}
	.featured-elements-new > li .content .title{
		padding: 3px 9px;
		margin: 0 0 17px;
		font-size: 19px;
	}
	
	.meeting-form .dropdown{
		margin: 0 5px 0 0;
	}


	/* LAS VEGAS CONTENT */

	.lasvegasdec-content{
		padding: 30px 160px;
		max-width: 100%;
	}
	.lasvegasdec-content:before,
	.lasvegasdec-content:after{
		left: 50%;
		width: 160px;
		height: 80px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
	}
	.lasvegasdec-content:before{
		background-image: url(img/svg/icon_vegas.svg);
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}
	.lasvegasdec-content:after{
		background-image: url(img/svg/icon_route66.svg);
		right: 0;
		left: inherit;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	
	/* iconos superpuestos */
	
	.iconos-superpuestos{
		margin-top: 80px;
	}
	.iconos-superpuestos .featured-items img{
		margin-top: -100px;
	}


}
@media (min-width: 1280px) { /* 1200px */
	.owl-carousel {
		margin: 0px;
		padding-bottom: 20px;
	}
	.owl-carousel .owl-nav .owl-prev {
		right: calc(100% + 40px);
		width: 40px;
	}
	.owl-carousel .owl-nav .owl-next {
		left: calc(100% + 40px);
		width: 40px;
	}
		
		
	/* ENCUENTROS CIUDAD */
	
	ul.encuentros > li{
		margin: 40px 0 50px;
		padding-left: 180px;
		min-height: 140px;
		font-size: 22px;
	}
	ul.encuentros > li:before{
		width: 140px;
		height: 140px;
	}
	ul.encuentros > li .title{
	    font-size: 25px;
	}


}
@media (min-width: 1400px){
	.thecontent{
		font-size: 15px;
	}
}