/*
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.2
*/
/* FONTS */
@font-face {
  font-family: "futura_bt";
  src: url("fonts/futura_light_bt-webfont.woff2") format("woff2"), url("fonts/futura_light_bt-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "futura_bt";
  src: url("fonts/FuturaBT-Medium.woff2") format("woff2"), url("fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "futura_bt";
  src: url("fonts/futura_heavy_font-webfont.woff2") format("woff2"), url("fonts/futura_heavy_font-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

:root{
	--red: #e75458;
	--green: #009999;
	--darkred: #c84346;
	--dark: #464646;
	--text-color: #464646;
}

body {
  font-family: "futura_bt", sans-serif;
  color: #464646;
  font-weight: 300;
  line-height: 1.4;
  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: #414141;
  border-top-width: 0px;
}
.relative {
  position: relative;
}
iframe {
  max-width: 100%;
}
code {
  white-space: normal;
}
.font-500{
	font-weight: 500 !important;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  /* text-decoration: underline; */
}
.bg-red{
	background-color: var(--red) !important;
}
.bg-dark{
	background-color: var(--dark) !important;
}
.bg-white{
	background-color: var(--white) !important;
}
.unstyled-list {
  padding: 0;
  margin: 0;
}
.unstyled-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.position-sticky{
		position: sticky;
		top: 0;
	}
.position-static,
.static{
		position: static !important;
	}
@media(min-width: 992px){
	.position-lg-sticky{
		position: sticky;
		top: 0;
	}
}
.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: #ededed;
  /* max-height: 100%; */
}
.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.main-thumb .caption {
}
.thumb-container.main-thumb .caption .title {
  font-size: 33px;
  margin: 0 0 13px;
}
.thumb-container.main-thumb .caption .subtitle {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 30px;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 20px;
  max-width: 500px;
  margin: auto;
  color: #464646;
}

.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;
}

/* Tipography */
#modules h2,
#modules .h2 {
  font-size: 26px;
}

#modules .h3 {
}

#modules .h4,
#modules .h4 {
  font-size: 20px;
}

/* H CONTENT */

.h-content{
	margin: 0 0 20px;
}
.h-content *:not(:last-child) {
    line-height: 1.3 !important;
}
.h-content *{
	font-size: inherit !important;
	display: inline !important;
}

/* 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;
}
.letslivers.white-arrows.button-right a.button{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.red,
a.red,
.red a {
  color: #e75458;
}
.red-content,
.red-button {
  background-color: #e75458;
  color: #ffffff;
}
.red-content a,
.red-content a {
  color: #ffffff;
}
.green,
a.green,
.green a {
  color: #009999;
}
.green-content {
  background-color: #009999 !important;
  color: #ffffff;
}
.green-content a {
  color: #ffffff;
}

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

/* HEADINGS & FONTS CLASSES */

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

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

h1 {
  font-size: 25px;
  line-height: 1.3;
}

h1.smaller {
  font-size: 38px;
}

h2 {
  font-size: 21px;
}
h2 {
  margin: 0 0 20px;
}
h3 {
  font-size: 20px;
  margin: 0 0 20px;
}

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

/* Custom editor fonts */
.h1,
.h2,
.h3 {
  font-family: "futura_bt", sans-serif;
  font-weight: 600;
}

.h4,
.h5,
.h6 {
  font-family: "futura_bt", sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

.h1 {
  font-size: 30px;
  line-height: 1.3;
}

.h2 {
  font-size: 21px;
}

.h3 {
  font-size: 21px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 19px;
}

.h6 {
}

/* light */
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 35px;
  }

  .h2 {
    font-size: 25px;
  }

  .h3 {
    font-size: 26px;
  }

  .h4 {
    font-size: 18px;
  }

  .h5 {
    font-size: 15px;
  }
}

.section-title {
  font-size: 27px;
  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 > * {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  padding: 0 !important;
}
.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;
}
.notification.notification-green {
  box-shadow: 10px -10px 0px -1px #559595;
}

/* thecontent */

.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,
#modules 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 0.3s ease;
  border-radius: 0px;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  white-space: nowrap;
  background-color: #e75458;
  color: #fff;
  font-family: "futura_bt", sans-serif;
}
.button.large-button {
  font-size: 19px;
  padding: 8px 30px;
}
.button.small-button {
  font-size: 12px;
  padding: 6px 12px;
}
.button:hover {
  opacity: 0.8;
}

/* buttons */
.button.animated-button {
  position: relative;
  overflow: hidden;
  transition: all 0.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 0.2s ease;
}
.button.animated-button > * {
  position: relative;
  transition: all 0.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 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s, -o-transform 0.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 0.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 0.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: 0.05s;
}
.menu-active #aside ul.menu > li:first-child + li + li {
  transition-delay: 0.08s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li {
  transition-delay: 0.11s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li {
  transition-delay: 0.14s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li {
  transition-delay: 0.17s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li {
  transition-delay: 0.2s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li + li {
  transition-delay: 0.23s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li + li + li {
  transition-delay: 0.26s;
}
.menu-active #aside ul.menu > li:first-child + li + li + li + li + li + li + li + li + li {
  transition-delay: 0.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 0.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 0.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 0.3s;
}
body:not(.menu-active) #head {
  background-color: #ffffff;
  z-index: 3;
}
body:not(.menu-active).scrolling #head {
  box-shadow: 0px 6px 5px -7px #888;
}
#head .logo {
  width: 70px;
  display: block;
}
#head .logo > * {
  transition: all 0.3s ease;
  display: block;
}

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

body:not(.responsive-menu-active).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;
}

#head .logo svg *{
	transition: all .3s;
}
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,
body:not(.scrolling):not(.menu-active) #head.transparent .trigger-menu:before,
body:not(.scrolling):not(.menu-active) #head.transparent .trigger-menu:after {
  background-color: #fff;
}

/* TRIGGER MENU */

.trigger-menu {
  position: relative;
  /* z-index: 1; */
  width: 35px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  vertical-align: top;
  top: 0;
}

.trigger-menu:before,
.trigger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  background: #e75458;
  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: #e75458;
}

.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: fit-content;
  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: 50px;
  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"],
input[type="date"] {
  -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 .dropdown .carat {
  border: none;
  background: #f1f1f1;
  color: #139594;
  width: 24px;
  height: 24px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
  top: 14px;
}

.form-content .dropdown.open .carat {
  transform: rotate(-135deg);
  top: 20px;
}

.form-content .dropdown .carat::after {
  content: "";
  border: solid #30abab;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 3px;
}

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

.form-content .gform_footer input[type="submit"],
.form-conten .gform_footer t button[type="submit"] {
  width: fit-content !important;
  font-weight: bold !important;
  width: -moz-fit-content !important; /* Firefox/Gecko */
  width: -webkit-fit-content !important; /* Chrome */
}

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

.form-content .ginput_container_consent input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 18px;
  color: #363839;
  border: 1px solid #bdc1c6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  border-radius: 5px;
  border-width: 2px;
  border-color: black;
  margin: 1px 0 0 0;
}

.form-content .ginput_container_consent input[type="checkbox"]::before {
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 12px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.form-content .ginput_container_consent input[type="checkbox"]:checked {
  color: #fff;
  background: #e75458;
}

.form-content .ginput_container_consent input[type="checkbox"]:checked::before {
  opacity: 1;
}

.form-content .ginput_container_consent input[type="checkbox"]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.form-content .ginput_container_consent > input,
.form-content .ginput_container_consent,
.form-content #field_9_7 .ginput_container {
  display: flex;
  align-items: flex-start;
}

.form-content .ginput_container_consent .gfield_consent_label,
.form-content #field_9_7 .gfield_consent_label {
  margin-left: 6px;
}

#modules .form-content label {
  font-weight: 300;
  font-size: 17px;
}

#modules .form-content .dropdown .selected {
  padding-left: 0;
}

#modules .form-content ::-webkit-input-placeholder {
  opacity: 0;
}
#modules .form-content :-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
#modules .form-content ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
#modules .form-content :-ms-input-placeholder {
  opacity: 0;
}

@media (min-width: 768px) {
  .form-content .ginput_container_consent input[type="checkbox"] {
    height: 20px;
  }
}

/* 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 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.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: 13px;
  padding: 4px 20px;
}

.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;
}

.captcha canvas {
  border: 1px solid black;
  height: 70px;
  width: 140px;
  margin: 4px;
}

.captcha canvas:hover {
  cursor: pointer;
}

/* ACTIVE CAMPAIGN */

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

/* FOOTER */
#footer {
  padding: 30px 0px 60px;
}
#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: 0px 12px 0 0;
}
#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: fit-content;
  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;
}

#footer #block-4 {
  max-width: 250px;
}

/* LANGUAGES */
.wpml-ls-legacy-dropdown {
  width: fit-content;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: calc(50% - 0.35em);
  right: 15px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: #fff;
  background: #e75458;
}

.wpml-ls-legacy-dropdown a {
  color: #fff;
  background-color: #e75458;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 22px;
}

.languages {
  position: relative;
  margin: 0;
}
.languages .active-lang {
  width: 46px;
  display: inline-block;
  height: 46px;
  text-align: center;
  line-height: 32px;
  font-size: 26px;
  border-radius: 50%;
  background: #ffffff;
}
.languages .active-lang img {
  width: 29px;
}
.languages ul {
  padding: 0;
  margin: 0;
  left: 50%;
  top: 100%;
  z-index: 1;
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
}
.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;
  border-radius: 50%;
  padding: 4px;
  height: 28px;
  line-height: 23px;
  filter: grayscale(1);
  transition: all .3s;
}
.languages ul > li a:hover {
  filter: grayscale(0);
}
.languages ul > li a img {
}

/* NEW CUSTOM LANGUAGE MENU */



.lang-menu {
  padding: 0;
  margin: 30px 0 ;
  left: 50%;
  top: 100%;
  z-index: 1;
  transition: all 0.4s;
  flex-wrap: wrap;
}

.lang-menu > li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
}
.lang-menu > li:first-child {
  display: block;
}
.lang-menu > li:first-child a {
  width: 40px;
  margin: 0 0 20px;
  filter: grayscale(0);
}
.lang-menu > li a {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 23px;
  filter: grayscale(1);
  transition: all .3s;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  text-decoration: none;
}
.lang-menu > li a:hover {
  filter: grayscale(0);
}
.lang-menu > li.es a {
	background-image: url(https://letsliveusa.es/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.png);
}
.lang-menu > li.mx a {
	background-image: url(https://letsliveusa.es/wp-content/uploads/flags/MX-Mexico-Flag-icon.jpg);
}
.lang-menu > li.it a {
	background-image: url(https://letsliveusa.es/wp-content/plugins/sitepress-multilingual-cms/res/flags/it.png);
}

/* HIDDEN CONTENT */
.trigger-hidden-content {
}
.trigger-hidden-content span i {
}
.hidden-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.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;
}
/* HOME */
.home-program {
  margin: 0 0 10px;
  position: relative;
  text-decoration: none;
}
.home-program .thumb-container {
  transition: all 0.3s;
  height: 100%;
}
.home-program:hover .thumb-container {
  opacity: 0.6;
}
.home-program .caption {
  height: 210px;
  position: relative;
}
.home-program .caption .title {
  text-align: center;
  width: calc(100% - 10px);
  padding: 4px;
  font-weight: bold;
  font-size: 13px;
  color: #dfd65a;
  background-color: #2b3a50;
  text-transform: uppercase;
  margin: 20px 0px;
  border: none;
  position: relative;
}
.home-program .caption .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e75458;
  transition: all 0.3s ease;
  transform: scale3d(1, 0, 1);
  transform-origin: bottom;
}
.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;
}
.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;
}

.l-card.experiencias-style-2 .l-card-name , .l-card.experiencias-style-1 .l-card-name {
    font-size: 18px !important;
}
  
.l-card.experiencias-style-2 .l-card__name-value, .l-card.experiencias-style-1 .l-card__name-value {
    font-size: 16px;
}
.letslivers.boxes .swiper-slide.l-card.experiencias-style-2 .l-card__name-value {
  padding-bottom: 0 !important;
}

.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.item-embajador .content {
  text-align: left;
}
.item.item-embajador .content .d-flex {
  justify-content: flex-end !important;
}
.item .content .title {
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0 0 10px;
  text-align: left;
}
.item .content .excerpt {
  font-size: 16px;
  margin: 0 0 15px;
}
.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;
}

.thecontent .lwptoc-light .lwptoc_i a {
  color: #464646;
}

.thecontent .lwptoc-light .lwptoc_i a:hover {
  color: #464646;
}

/* 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 */
#modules ul.decorated-list {
  font-size: 18px;
}

ul.decorated-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
}
ul.decorated-list > li {
  list-style: none;
  padding-left: 32px;
  position: relative;
  margin: 10px 0 7px;
  width: 100%;
  padding-right: 14px;
}
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_red.svg);
}
ul.decorated-list > li:before {
  background-image: url(img/svg/times_red.svg);
}

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

/* SECTION BUILDER */

#modules {
}

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

#modules .container-fluid .row.grid-gallery {
  flex-wrap: nowrap !important;
  justify-content: flex-start;
}

.section-title {
  font-size: 21px;
  width: 100%;
}
.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 10px 20px;
}
#modules .block-padding + .block-padding {
  padding-top: 0px;
}

/* grid */
.grid-gallery {
  margin: 0 0 30px;
  padding: 0;
  margin: 0 5px;
  /* overflow: hidden; */
  justify-content: center;
  margin: 0px 0px 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.grid-gallery .item {
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
  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;
}
.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;
}
ul.item-filters > li {
  list-style: none;
  margin: 0;
  flex: 0 0 auto;
  display: inline-block;
  transition: all 0.4s ease;
  color: #ffffff;
}
ul.item-filters > li a {
  display: block;
  list-style: none;
  background-color: #ededed;
  color: #444444;
  transition: all 0.4s ease;
  border-radius: 15px;
  text-decoration: none;
  font-size: .75rem;
}
ul.item-filters > li:first-child a {
  font-weight: bold;
  background-color: #009999;
  text-transform: uppercase;
  color: #ffffff;
}
ul.item-filters > li a.active {
  background-color: #009999;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
}
ul.item-filters > li > a:hover {
  background-color: #009999;
  transition: all 0.4s ease;
  color: #ffffff;
}

ul.item-filters > li a {
  display: block;
  padding: 7px 20px;
  margin: 0 5px;
  list-style: none;
  transition: all 0.4s ease;
  text-decoration: none;
  font-size: .75rem;
}

/* JOBS/EMPLEOS */

.item.item-empleo {
  font-size: 15px;
}

#modules .item.item-empleo .content .title {
  font-size: 16px;
}

.item.item-empleo .content {
  padding: 10px 10px 20px;
  text-align: left;
}
.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 0.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, 0.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 0.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 0.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: 17px;
}
ul.featured-items > li img {
  min-width: 40px;
  margin-right: 11px;
  min-width: 41px;
  width: 40px;
}
ul.featured-items > li .title {
  font-size: 22px;
  margin: 4px 0 7px;
}
ul.featured-items > li p {
}
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%;
}

/* CUSTOM MODAL */
.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 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: 12;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
}

.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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.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-form .gform_legacy_markup_wrapper {
  margin-bottom: 0;
}

#modal-form .dropdown .carat::after {
  border-color: #acacac;
}

#modal-form .form-content .ginput_container_consent input[type="checkbox"] {
  border-radius: 0;
  border-color: #7c7c7c;
  height: 14px;
  width: 15px;
  margin: 0;
  border-width: 1px;
}

#modal-form .form-content .ginput_container_consent input[type="checkbox"]:checked {
  background-color: white;
}

#modal-form .form-content .ginput_container_consent input[type="checkbox"]::before {
  width: 6px;
  height: 8px;
  left: 4px;
  top: 0px;
  border-color: #30abab;
}

#modal-form .form-content .top_label .gfield_label {
  display: none;
}

#modal-form .gform_legacy_markup_wrapper .gform_footer {
  margin: 0;
}

#modal-form .content a {
  text-decoration: none;
  color: #30abab;
}

#field_9_7 {
  margin-top: 10px;
}

#modal-form.custom-modal input[type="submit"] {
  background: #30abab;
  border-radius: 17px;
  width: 100% !important;
  max-width: 100%;
  font-weight: 400 !important;
}

#modal-form .form-content .dropdown .carat::after {
  color: #989898;
}

#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: "BerlinSansFBDemi";
  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 0.4s;
}
#modal-contacto .social-links li a:hover {
  opacity: 0.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);
  border: 2px solid white;
}
#modal-contacto .social-links li.email a {
  background-image: url(img/email-banner.png);
  border: 6px solid white;
}

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

#modal-form ul li.gfield {
  margin-top: 0px;
}

#modal-form .form-content .dropdown .carat {
  height: 8px;
  width: 8px;
}

#modal-form .content {
  background: #f1f1f1 url(img/icon_info.jpg) no-repeat center 11px;
  background-size: 80px;
  padding: 100px 15px 15px;
  max-width: 320px;
}
#modal-form .content input[type="text"],
#modal-form .content input[type="tel"],
#modal-form .content input[type="email"] {
  background-color: #f9f9f9;
}
#modal-form .content .dropdown {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  margin-bottom: 0 !important;
}

#modal-form .content .h3 {
  text-align: center;
  display: block;
  font-size: 22px;
}
#modal-form .content p {
  font-size: 17px;
  max-width: 82%;
  text-align: center;
  margin: 0 auto 0px;
  line-height: 1em;
  text-align: left;
}
#modal-form .content label {
  font-size: 12px !important;
}

#modal-form .ginput_container {
  margin-top: 5px;
}
#modal-form .ginput_container_consent{
	margin-top: 10px;
	margin-bottom: 10px;
}

#modal-form .content input[type="text"],
#modal-form .content input[type="tel"],
#modal-form .content input[type="email"] {
  min-height: 29px;
  padding: 6px 12px;
  font-size: 16px;
  margin: 0 0 2px;
  border-radius: 10px !important;
  border-color: #989898;
  font-weight: 300;
}
#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: 16px;
  font-weight: 300;
  color: #acacac;
  padding-left: 0;
}

#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;
}


/* ESTILOS COMPARTIDOS SECCIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N DEL BLOG - UNIVERSAL */

#modules .blog-section .thecontent p {
  margin: 0px !important;
}
#modules .blog-section .section-title {
  margin: 0px !important;
}

section.first-section {
  padding: 20px 0px 0px 0px;
}
section.blog .section-title.h1 {
  font-size: 37px;
}
section.blog .section-title.h1:after {
  content: "";
  background: url(img/hashtag_letslivers.png) no-repeat center center;
  background-size: 100%;
  display: block;
  width: 175px;
  height: 70px;
  margin: auto;
}
section.blog-section .l-swiper-navigation-top .swiper-pagination {
  opacity: 1;
  visibility: visible;
}

.item-filters-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}

@media (min-width: 992px) {
  section.blog .section-title.h1 {
    font-size: 45px;
  }
  section.blog .section-title.h1:after {
    content: "";
    background: url(img/hashtag_letslivers.png) no-repeat center center;
    background-size: 100%;
    display: block;
    width: 200px;
    height: 60px;
    margin: 0px 0px 0px 10px;
  }
}

/* FIN DE LA SECCION DEL BLOG */

/* INICIO DE ESTILOS DE CADA ITEM */
section.blog-section .polaroid-icon-text__photo-wrapper {
  width: 100%;
  position: relative;
}
.blog-section .youtube {
  border-radius: 10px;
  background-color: #e75458;
  text-decoration: none;
  padding: 20px;
  color: #ffffff;
  transition: all .2s;
}
.blog-section .youtube:hover {
	background-color: var(--darkred);
}
.blog-section .youtube svg{}
.blog-section .youtube .h3{
	margin: 0 0 20px;
}
.blog-section .youtube .button{
	background-color: #ffffff;
	color: #464646;
}
.blog-section .youtube a.button {
  width: 80%;
  font-size: 14px;
  background-color: white;
  border-radius: 5px;
  color: #000000;
}
.blog-section .youtube svg {
  width: 100px;
  display: block;
  height: auto;
  margin: 0 0 18px;
  transition: all .2s;
	transform-origin: left;
}
.blog-section .youtube:hover svg {
	transform: scale(1.1);
}
.blog-section .youtube .content {
}
.blog-section .entries {
  border-radius: 10px;
  background-color: #d5d5d5;
}
.blog-section .entries h3 {
  font-size: 16px;
  margin: 0;
  padding: 0px 0px 10px 10px;
}
.blog-section ul.entry-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.blog-section ul.entry-list > li:before {
  width: 0;
  height: 0;
}
.blog-section .entry-list li.entry {
  text-align: left;
  border-top: 2px solid white;
  margin: 0 !important;
  padding: 10px 10px 10px 10px;
  font-size: 1rem;
}
.blog-section .entry-list li.entry:last-of-type {
  border-bottom: 2px solid white;
}
.blog-section .entries ul.entry-list li > a {
  text-decoration: none;
  font-size: 15px;
  transition: all .4s;
}
.blog-section .entries ul.entry-list li:hover > a {
	color: var(--red);
}
.blog-section .entries .see-more {
  padding: 0px 0px 0px 10px;
}
.blog-section small.tag {
  display: inline-block;
  background-color: #009999;
  border-radius: 15px;
  color: #ffffff;
  padding: 1px;
}

.blog-section #commentform {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-section #commentform p.comment-notes, 
.blog-section #commentform p.comment-form-comment, 
.blog-section #commentform p.logged-in-as{
  grid-column: 1 / span 3;
}

.blog-section #commentform .comment-form-comment {
  width: 100%;
}

.blog-section #commentform .acf-comment-fields.acf-fields {
  order: 1;
}
.blog-section #commentform .form-submit {
  order: 2;
}

.blog-section #reply-title {
  margin: 0 0 20px;
  text-align: left;
}

.blog-section .comment{
	box-shadow: 0 0 1px 1px #ccc;
	border-radius: 0.7rem;
	box-shadow: 0 0 5px -1px #ccc;
	border-radius: 0.7rem;
}
.blog-section .child-row {
  position: relative;
  background-color: #ededed;
  border-radius: 10px;
  padding-inline: 30px;
  max-width: 700px;
}
.blog-section .child-row:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 95px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #ededed;
}
.blog-section .child-row h3 {
  color: white;
}
.blog-section .child-row p {line-height: 1.2;font-size: 17px;}

/* Blog Icons selector */
.blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl {
  margin: 50px 0px;
}
.blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li {
  position: relative;
  margin: 0px 75px 0px 0px;
  padding: 0;
  cursor: pointer;
}
.blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:before {
  display: none;
}
.blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:nth-of-type(1) > label:after{
  content: url(img/ruta_66.jpg);
  position: absolute;
  top: -38px;
  left: -2px;
  transform: scale(.71);
  cursor: pointer;
}
.blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:nth-of-type(2) > label:after{
  content: url(img/maleta.jpg);
  position: absolute;
  top: -26px;
  left: 2px;
  transform: scale(.71);
  cursor: pointer;
}
.blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:nth-of-type(3) > label:after{
  content: url(img/lasvegas.jpg);
  position: absolute;
  top: -38px;
  left: -2px;
  transform: scale(.71);
  cursor: pointer;
}

.blog-section .form-submit #submit {
  cursor: pointer;
}

.blog-section .comments .comment-reply-title {
  margin: 0;
  text-align: left;
  color: var(--green);
  margin-block: 40px 20px;
  font-size: 23px;
}

@media (min-width: 768px) {
  /* Blog Icons selector */
  .blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li {
    margin: 0px 160px 0px 0px;
  }
  .blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:nth-of-type(1) > label:after{
    top: -38px;
    left: 20px;
    transform: scale(1.1);
  }
  .blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:nth-of-type(2) > label:after{
    top: -28px;
    left: 20px;
    transform: scale(1.1);
  }
  .blog-section .acf-comment-fields.acf-fields ul.acf-radio-list.acf-hl > li:nth-of-type(3) > label:after{
    top: -38px;
    left: 20px;
    transform: scale(1.1);
  }
  .blog-section .child-row:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 80px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background-color: #ededed;
  }
}

@media (max-width: 768px) {
  
  .blog-section .title {
    margin: 0px 20px 20px 20px;
  }
  .blog-section .polaroid-icon-text__photo {
    display: flex;
    background: #d5d5d5;
    padding: 15px 15px 5px 15px;
    border-radius: 15px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .blog-section #commentform {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2%;
  }
  .blog-section #commentform .acf-comment-fields.acf-fields {
    order: 1;
    margin-bottom: 20px;
    grid-column: span 3;
  }
  .blog-section #commentform .form-submit {
    order: 2;
  }
  .blog-section .comments .comment-reply-title {
  }
}

/* FIN DE LA SECCI0N COMPARTIDA */

/* TIMELINE BLOCK */

.timeline-block {
  position: relative;
  min-height: 300px;
  margin: 30px auto;
  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: #414141;
  border: 5px solid #4aa2a2;
  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: #414141;
  border: 5px solid #e75458;
  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 {
}

.author-info__link {
  color: inherit;
  display: block;
}
.author-info__link:hover {
  color: inherit;
  text-decoration: none;
}
.author-info__inner {
  position: relative;
  padding: 24px 20px 20px 101px;
}
.author-info__avatar {
  position: absolute;
  left: 0;
  top: 10px;
}
.author-info__avatar img {
  border-radius: 50%;
  border: 2px solid #e75458;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.author-info__text {
  font-size: 17px;
}
.author-info__text p {
  margin: 0;
}

.author-info--archive .author-info__inner {
  padding-left: 101px;
}
.author-archive-subtitle {
  font-size: 0.95rem;
  color: #666;
}
.author-archive-empty {
  padding: 2rem 0;
}

/* 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 */

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgb(231 84 87 / 0.9);
  color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  z-index: 2;
}
/*
.loading .h1{	
	width: 80%;
	margin: auto;
	background-color: black;
	color: #ffffff;
	padding: 50px 0;
	border-radius: 10px;
}
*/
.loading img {
  width: 80px;
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

.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 0.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;
}

.application-form span.help-block.form-error {
  color: #ffffff;
  background-color: #e75457;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 3px;
  border-radius: 5px;
  padding: 4px 5px;
  font-weight: bold;
  display: inline-block;
  margin: 6px 0px;
}

/* EMBAJADORES */
.item.item-embajador {
  border-radius: 20px;
  overflow: hidden;
}

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

.ambassador .header .thumb-container {
  height: 50vh;
}

.ambassador-image {
  padding: 50px 0px 50px 10px;
  position: relative;
  max-height: 100%;
}

.ambassador-image .thumb-container {
  max-height: 250px;
}

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

ul.icon-list.ambassador-features {
  flex-direction: column;
}

ul.icon-list.ambassador-features {
  flex-direction: column;
}

ul.icon-list.ambassador-features li {
  padding-left: 20px;
}

.single-embajador ul.icon-list.ambassador-features li {
  padding-left: 40px;
}

ul.icon-list.ambassador-features li img {
  max-height: 30px;
  max-width: 30px;
}

ul.icon-list.ambassador-features p {
  margin-bottom: 0;
}

.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;
}

#modules .whatsapp-group-link.share-link {
  font-size: 13px;
  padding: 25px 20px 25px 70px;
  background-size: 250px;
}

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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.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: 400;
  font-size: 20px;
  max-width: 200px;
  margin: auto;
  text-align: left;
}

.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 */
.gform_heading .gform_required_legend {
  display: none;
}

#modal-form .form-content .dropdown,
#modules .form-content input[type="text"],
#modules .form-content input[type="email"],
#modules .form-content input[type="tel"],
#modules .form-content .dropdown,
#gform_9 input[type="text"],
#modules #gform_9 .dropdown {
  border-radius: 10px !important;
  border-color: #989898;
  padding-left: 12px;
  font-weight: 300;
}

#gform_9 .gfield_consent_label,
#gform_9 .top_label .gfield_label,
#gform_9 legend.gfield_label {
  font-weight: 300;
  font-size: 17px;
}

.form-content .gform_wrapper select{
	-webkit-appearance: none;
	color: #000;
	font-weight: 300 !important;
	width: 100% !important;
	border-radius: 10px !important;
	border-color: #989898;
	padding-left: 12px !important;
	font-weight: 300;
	min-height: 43px;
	font-size: 16px;
}

.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;
}

/* Swiper carousel */

.js-gallery-carousel .l-swiper-navigation-top__navigation-buttons {
  top: 25%;
  width: 100%;
}
.js-gallery-carousel .l-swiper-navigation-top {
  top: 85px;
}
.js-gallery-carousel .l-swiper-navigation-top-btn {
  background: none;
  color: #139594;
  width: 60px;
  height: 60px;
  display: flex;
  top: -85px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  padding-top: 2px;
  margin-left: 5px;
  cursor: pointer;
}
.l-swiper-navigation-top-btn.js-elements-carousel-next.right {
  right: 0;
}

.js-gallery-carousel .l-swiper-navigation-top-btn::after {
  border-width: 0 3px 3px 0;
}

/* INDEX CONTENT */

.index-content {
  padding: 30px;
  margin: 30px 0px;
  border-radius: 30px;
}
.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 0.5s;
  color: #000000;
}
.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;
}

.footer-it-right {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

#menu-legal-footer-it,
#menu-legal-footer {
  display: flex;
}

#menu-legal-footer-it li,
#menu-legal-footer li {
  margin-right: 15px !important;
}

#menu-legal-footer-it li a,
#menu-legal-footer li a {
  font-size: 16px;
}

.footer-widget4 #block-10,
.footer-widget4 #block-12 figure,
.footer-widget4 #block-12 {
  margin-top: 0;
  margin-bottom: 0;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  #block-9 {
    display: inline-block;
  }

  .footer-it-right {
    transform: translateY(26px);
  }

  #modules .whatsapp-group-link.share-link {
    display: none;
  }

  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;
  }
  section.blog-section .polaroid-icon-text {
    margin: 0;
  }

  .blog-section .youtube .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px
  }
  .blog-section .youtube img {
    width: auto;
    height: 150px;
  }
  .blog-section .youtube h3 {
    color: white;
    padding: 10px 0px 10px 0px;
    text-align: left;
    font-size: 20px;
  }
  .blog-section .youtube a.button {
    width: 100%;
    font-size: 18px;
    background-color: white;
    border-radius: 5px;
    color: #000000;
  }
  .blog-section .youtube svg {
    width: 80px;
  }
  .blog-section .youtube .content {
  }

  .blog-section .entries h3 {
    font-size: 20px;
    margin: 0;
    padding: 0px 0px 10px 10px;
  }
  .blog-section ul.entry-list {
    list-style-type: none;
    padding: 0;
  }
  .blog-section ul.entry-list > li:before {
    width: 0;
    height: 0;
  }
  .blog-section .entry-list li.entry {
    text-align: center;
    border-top: 2px solid white;
    margin: 0 !important;
    padding: 10px 0px 10px 10px;
    font-size: 1rem;
  }
  .blog-section .entry-list li.entry:last-of-type {
    border-bottom: 2px solid white;
  }
  .blog-section .entries ul.entry-list li > a {
    text-decoration: none;
    font-size: 16px;
  }
  .blog-section .entries .see-more {
    padding: 0px 0px 0px 10px;
  }

}
@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 .container-fluid .row.grid-gallery {
    flex-wrap: nowrap !important;
    overflow: visible;
  }
  #modules .container-fluid .row.grid-gallery [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: none;
    height: auto;
    overflow: visible;
    min-width: 0px;
  }

  #modules .block-padding {
    padding: 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.main-thumb .caption {
  }
  .thumb-container.main-thumb .caption .title {
    font-size: 53px;
    margin: 0 0 13px;
  }
  .thumb-container.main-thumb .caption .subtitle {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 30px;
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 24px;
    max-width: 500px;
    margin: auto;
    color: #464646;
  }
  .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 90px;
    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.smaller {
    font-size: 38px;
  }

  #modules h2,
  #modules .h2,
  h2 {
    font-size: 37px;
    line-height: 1.2;
  }

  #modules .h3,
  h3 {
    font-size: 20px;
  }
  #modules .h3{
    font-size: 26px;
  }

  #modules .h4,
  #modules .h4,
  h4 {
    font-size: 25px;
  }

  #modules .h5,
  #modules .h5,
  h5 {
    font-size: 20px;
  }


#modules .h-lg-5{
	font-size: 18px;
}
  .section-title {
    font-size: 40px;
  }

  .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;
    color: white;
  }
  .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 */

  #modules ul.decorated-list > li {
    padding-left: 32px;
  }

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

  /* HEAD */
  #head {
    transform: translate3d(0px, 0, 0px);
  }
  #head .white-content {
  }
  #head .logo {
    width: 89px;
  }
  #head .content {
    position: static;
  }
  #head ul.menu {
    padding: 0;
    margin: 5px 0px;
  }
  #head ul.menu.menu-superior {
    position: relative;
    width: 100%;
    bottom: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    transition: all 0.3s ease;
  }
  #head ul.menu > li {
    list-style: none;
    margin: 0 0px 0px 22px;
    position: relative;
  }
	
  #head ul.menu > li:not(.megamenu) > ul.sub-menu {
	  background-color: #ffffff;
	  top: calc(100% + 18px);
	 }
	
  #head ul.menu > li.megamenu {
	  position: static;
  }

  #head ul.menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }

  #head ul.menu > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 21px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #e75458;
    border-bottom: 2px solid #e75458;
    transform: rotate(-45deg);
    transition: all 0.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: 19px 0px;
    transition: all 0.3s;
    position: relative;
    font-size: 15px;
  }
  #head ul.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    height: 2px;
    box-shadow: 0px 0px 2px 1px rgba(231, 84, 88, 0.6);
    background: rgba(231, 84, 88, 0.6);
    border-radius: 10px;
    transform: scale3d(0, 1, 1);
    transition: all 0.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.menu-item-has-children > a:after {
	width: calc(100% - 20px);
	}
  #head ul.menu > li > ul.sub-menu {
    padding: 15px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    background-repeat: no-repeat;
    background-size: 60px;
    min-width: 260px;
    background-position: 10px center;
    box-shadow: 0px 15px 19px -15px #ccc;
    top: 94%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translate3d(0, -10px, 0);
    border-radius: 4px;
  }
  #head ul.menu > li:not(.megamenu).submenu-camp > ul {
    background-image: url(img/icon_camp.png);
    padding: 15px 15px 15px 90px;
  }
  #head ul.menu > li:not(.megamenu).submenu-camp-canada > ul {
    background-image: url(img/icon_canada.png);
    padding: 15px 15px 15px 90px;
  }
  #head ul.menu > li:not(.megamenu).submenu-au-pair > ul {
    background-image: url(img/icon_aupair.png);
    padding: 15px 15px 15px 90px;
  }
  #head ul.menu > li:not(.megamenu).submenu-camp-usa > ul {
    background-image: url(img/icon_working_holiday.png);
    padding: 15px 5px 15px 90px;
  }
  #head ul.menu > li:not(.megamenu).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(-50%, 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;
  }
  
  #head ul.menu > li > ul > li > a span,
  #head ul.menu > li > ul > li > a .desc{
	  display: none;
	 }

	 #head ul.menu > li.megamenu > ul{
	    padding: 2.9rem;
	    left: 50%;
	    display: flex;
	    gap: 1.3rem;
	    background-color: #ffffff;
	    transform: translate3d(-50%, -3%, 0);
	    max-width: none;
	}
	 #head ul.menu > li.megamenu > ul > li{
    width: auto;
    width: 214px;
}
	 #head ul.menu > li.megamenu > ul > li > a{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    color: #000;
    font-size: 1rem;
		 transition: all .3s;
}
	 #head ul.menu > li.megamenu > ul > li:hover > a{
		 color: var(--red)
	 }
	 #head ul.menu > li.megamenu > ul > li > a span {
	    display: block;
	    order: -1;
	    aspect-ratio: 1.5;
	    object-fit: cover;
		 /*transform: scale3d(0,0,1);*/
		 opacity: 0;
		 filter: blur(5px);
		 border-radius: .9rem;
		 position: relative;
	}
	 #head ul.menu > li.megamenu:hover > ul > li > a span {
		 filter:  blur(0px);
		 transform: scale3d(1,1,1);
	    transition: all .3s .1s;
		 opacity: 1;
	}
	
	 #head ul.menu > li.megamenu > ul > li > a span img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		order: -1;
		aspect-ratio: 1.5;
		object-fit: cover;
		border-radius: .9rem;
		}
	 #head ul.menu > li.megamenu > ul > li > a .desc{
    display: block;
    font-weight: 300;
    line-height: 1.2;
    font-size: 0.9rem;
    color: #000000;
}
	 #head ul.menu > li.megamenu > ul > li:hover > a span {
		 transform: scale3d(1.01,1.01,1);
	 }
	 #head ul.menu > li.megamenu > ul > li:hover > a .desc{}
  .button#trigger-contacto, body.scrolling .button#trigger-contacto, body:not(.responsive-menu-active).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 {
    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
  }
  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, -50px, 0);
  }
  #head .button {
    margin-left: 20px;
  }
  #main {
  }

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

  /* footer */
  #footer {
    padding: 50px 0px 30px;
  }
  #footer .h3,
  #footer .h4,
  #footer h4 {
    font-size: 16px;
  }
  #footer ul.menu {
    margin: 0;
  }

  #footer ul.menu#menu-legal-footer {
    display: flex;
  }

  #footer ul.menu#menu-legal-footer li {
    margin-right: 15px;
  }
  #footer ul.menu#menu-legal-footer li a {
    font-size: 15px;
  }

  #footer ul.menu#menu-footer-comunidad {
    max-width: 10ch;
  }

  #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;
  }

  #footer ul.social-links {
    display: flex;
  }

  .footer-widget4 .widget_media_image {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
  }

  .footer-widget4 .widget_media_image#block-4 {
    width: 35%;
  }

  .footer-widget4 .widget_media_image#block-3 {
    width: 55%;
  }

  /* languages */

  .languages {
    margin: 0;
  }
  .languages .active-lang {
  }
  .languages ul {
    left: 100%;
    top: 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 100px;
    font-size: 25px;
  }
  .main-slider .slider-item .caption .h1,
  .main-slider .slider-item .caption h1 {
  }
  .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%;
  }
  /* home */

  .home-program {
    margin: 0 0 10px;
    position: relative;
    text-decoration: none;
  }
  .home-program .thumb-container {
    transition: all 0.3s;
  }
  .home-program:hover .thumb-container {
    opacity: 0.6;
  }
  .home-program .caption {
    height: 410px;
  }
  .home-program .caption .title {
    width: calc(100% - 50px);
    padding: 5px;
    font-size: 25px;
    margin: 20px 0px;
  }
  .home-program .caption .title:before {
  }
  .home-program:hover .title:before {
    transform: scale3d(1, 1, 1);
  }
  .home-program .caption .title > * {
    position: relative;
  }
  .home-program:hover .title > * {
    color: #ffffff !important;
  }
  /* footer */
  #footer ul.social-links li {
    display: block;
    margin: 0 15px 0 0;
  }
  /* 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: 37px;
  }
  .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;
  }

  .swiper-empleos {
  }
  /* .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 30px;
    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: 26px;
    margin: 4px 0px 10px;
  }
  ul.featured-items > li p {
    font-size: 17px;
  }

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

  ul.featured-items.icon-images.size1 > li {
    width: 33.3333%;
  }
  /* Quienes somos */

  .page-id-185 ul.featured-items.icon-images.size2 > li {
    width: 50%;
  }
  .page-id-185 ul.featured-items.icon-images.size2 > li {
    display: flex !important;
    align-items: center !important;
    width: 50%;
    padding-bottom: 10px;
  }
  .page-id-185 ul.featured-items.icon-images.size2 > li img {
    min-width: 80px;
  }
  .page-id-185 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: 90px;
  }
  ul.featured-items.icon-images > li p {
    font-size: 21px;
    line-height: 1.2;
  }

  ul.item-filters > li a {
    font-size: 11px;
  }

  /* 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 4px;
  }

  /* 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;
  }

  /* BLOG */
  section.blog-section .title {
    margin: 0px 20px 20px 20px;
  }
  section.blog-section .polaroid-icon-text__photo-wrapper {
    margin: 0px 0px 25px 0px;;
  }

  /* 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%);
  }
}
@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: 20px;
  }
}

/* Estilos del plugin */
.l-swiper-navigation-top .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

.banner-fixed-lets .button {
  font-size: 14px;
}

.texto-cabecera__titulo,
.texto-cabecera__subtitulo {
  border-radius: 15px;
  overflow: hidden;
}

.texto-cabecera__subtitulo {
  font-size: 24px;
}

@media (min-width: 768px) {
  .swiper-container.swiper-disabled .swiper-slide {
    max-width: calc(31% - 4px);
  }
}

@media (min-width: 1240px) {
  .swiper-container.swiper-disabled .swiper-slide {
    max-width: calc(31% - 4px);
  }
}

#modules .custom-icon-list__text {
  font-size: 18px;
}
@media (min-width: 768px) {
  #modules .custom-icon-list__text {
    font-size: 20px;
  }

  .wp-image-15520 {
    position: absolute;
    margin-top: -30px;
  }
}
.american-dream p {
  margin: 0 !important;
}

.american-dream .h2 {
  font-size: 23px !important;
  max-width: calc(100% - 100px);
  display: inline-block;
  margin-bottom: 2em;
}

.american-dream .h3 {
  /* font-size: 19px !important; */
  /* max-width: 25ch; */
  /* display: inline-block; */
}

.american-dream p:nth-child(3) .h3 {
  max-width: initial;
}

.american-dream img {
  position: absolute;
  top: -13px;
  right: 20px;
  width: 80px;
}

@media (min-width: 768px) {
  .american-dream {
    margin: 5px 0 20px 0;
  }

  .american-dream .h2 {
    font-size: 34px !important;
    max-width: 37ch;
    margin-bottom: 0.6em;
  }

  .american-dream .h3 {
    /* max-width: initial; */
    /* font-size: 24px !important; */
  }
  .american-dream img {
    width: 110px;
    top: 2px;
  }
}

/* Empleos */
#modules .item.item-empleo a.title {
    font-size: 18px !important;
}
#modules .item.item-empleo {
  justify-content: flex-start;
  font-size: 16px;
}

#modules .swiper-empleos .green,
#modules .item.item-empleo .green {
  color: #85b74e;
}
#modules .item.item-empleo {
}

#modules .item.item-empleo .content {
  font-weight: bold;
}

#modules .item.item-empleo .content .button {
  background-color: #ca4852 !important;
  padding: 4px 14px;
  min-width: initial;
  font-size: 12px;
  margin-top: 4px !important;
  width: fit-content;
  display: table;
  top: 6px;
}

html:lang(it) #modules .item.item-empleo .content .button {
  padding: 4px 10px;
}

#modules .inner-menu li {
  font-weight: bold;
  padding-right: 10px;
}

#modules .inner-menu li a {
  color: #30abab;
  text-decoration: none;
}

#modules .inner-menu li a.active {
  color: #464646;
  position: relative;
}

#modules .inner-menu li a.active::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #464646;
  position: absolute;
  bottom: 0px;
}

#modules .inner-menu li::after {
  content: ".";
  padding-left: 10px;
}

#modules .inner-menu li:last-child::after {
  display: none;
}

.inner-menu-wrapper {
  transition: all 0.3s;
}

.inner-menu-wrapper.is-fixed {
  top: 50px;
  z-index: 2;
}

#modules .item.item-post {
  justify-content: flex-start;
}

#modules .text-with-icon-wrapper {
  margin: 0;
}

#modules .text-with-icon {
  max-width: 75vw;
}

#modules .text-with-icon__img {
  height: 3.4em !important;
  margin-right: 10px;
}

#modules .text-with-icon__title {
  line-height: 1.4em;
}

#modules .text-with-icon__text {
  font-weight: 300;
  line-height: 1.4;
}

#modules .grid-gallery .item {
  border-radius: 0;
  padding: 0 8px !important;
  box-shadow: none;
}

.banner-fixed-in-section {
  color: #30abab;
  z-index: 1;
}

#modules .banner-fixed-in-section p {
  font-size: 14px;
}

#modules .banner-fixed-in-section a {
  text-decoration: none;
  color: white;
}

.banner-fixed-in-section__highlight {
  background: #30abab;
  cursor: pointer;
  color: white;
}

.banner-fixed-in-section.is-fixed {
  top: 48px !important;
}

#modules p {
  font-size: 18px;
}

#modules .item-post > a {
  height: 200px;
}

#modules .item-post div.content {
  height: auto;
  padding-bottom: 20px;
}

.empleos .l-card {
  min-width: 275px;
}

#modules ul.decorated-list.check-list > li:before {
  background-image: url(img/svg/check-square-blue.svg);
  top: 0px;
  width: 25px;
  height: 25px;
}
#modules .decorated-red ul.decorated-list.check-list > li:before {
  background-image: url(img/svg/check_square_red.svg);
  top: 0px;
  width: 25px;
  height: 25px;
}

#modules .item.item-post {
  flex-wrap: nowrap;
}

#modules .item .content .button {
  background-color: #e75458 !important;
  float: right;
  padding: 6px 12px;
  font-size: 14px;
  margin-top: 0px !important;
  display: inline-block;
  position: relative;
  max-width: 100%;
  white-space: break-spaces;
}

#modules .item.item-post .content {
  margin-bottom: 20px;
}
#modules .blog-section .item.item-post .content {
  margin-bottom: 0;
}

#modules .item.item-post .content .button {
  position: absolute;
  bottom: 8px;
  right: 20px;
}

.cajas-verticales .swiper-slide {
  border-radius: 20px;
}

#modules .mosaic-gallery .item {
  border-radius: 0;
}

.person-card__image {
  padding-bottom: 100%;
}

.person-card__name {
  font-size: 14px;
}

.person-card .person-card__profile-image {
  margin: 1px;
  width: 45px;
  height: 45px !important;
}

@media (min-width: 768px) {
  .inner-menu-wrapper.is-fixed {
    top: 57px;
  }

  .cajas-verticales .swiper-slide {
    margin-right: 30px !important;
  }

  #modules ul.decorated-list .description {
    font-size: 20px;
  }
}

/* Temporal */
.page-id-94 #modules .section-title {
  margin-bottom: 0px;
  margin-top: 1em;
}

.page-id-94 .button#trigger-contacto,
.page-id-7658 .button#trigger-contacto {
  display: none;
}

/* Italian language tweaks */
html:lang(it) .item-empleo .green {
  font-size: 13px;
}

html:lang(it) .item-empleo .content .col-5 {
  padding: 0;
}

html:lang(it) .item-empleo .small-button {
  font-size: 12px !important;
}

/* Modificadores de los elementos del plugin */
#modules .timeline-block-new > div .icon {
  display: none;
}

.cajas-verticales .l-card-img-top {
  height: 270px;
}

.l-card__name-value {
  padding-bottom: 45px !important;
  font-size: 16px;
}

@media (min-width: 992px) {
  .banner-fixed-in-section.is-fixed {
    top: 58px !important;
  }

  #modules .timeline-block-new > div .icon {
    display: block;
  }

  .cajas-verticales-hide-arrows-desktop .l-swiper-navigation-top__navigation-buttons {
    display: none;
  }

  .cajas-verticales-hide-arrows-desktop .cajas-verticales .swiper-slide {
    margin-right: 16px !important;
  }

  .hide-arrows-desktop .l-swiper-navigation-top__navigation-buttons {
    display: none;
  }
}

/* Auxiliares */
.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.pt-navbar {
  padding-top: 50px !important;
}

@media (min-width: 992px) {
  .pt-navbar {
    padding-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  section.blog-section .polaroid-icon-text {
    margin: 0 0 30px 0;
  }
}

/* Ajustes puntuales */
.home .section-4 .module .block p {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .inline-responsive,
  .page-id-7658 .section-3 .thecontent {
    align-items: center;
    display: flex;
  }

  .inline-responsive img,
  .page-id-7658 .section-3 .thecontent img {
    margin-right: 1em;
    padding: 6px;
  }

  .inline-responsive img {
    width: 100px;
  }
}

.inline-responsive img {
  max-width: 100px !important;
}

.iconos-separadores img {
  width: auto;
}

/* Listado iconos custom */
#s-7-module-1-block-1 .custom-icon-list {
  max-width: 790px;
  margin: 0 auto;
}

#s-7-module-1-block-1 .custom-icon-list li {
  align-items: center;
}

#s-7-module-1-block-1 .custom-icon-list__icon {
  max-height: initial;
  width: 80px;
  height: 100% !important;
}

#s-7-module-1-block-1 .custom-icon-list__text {
  font-size: 19px;
}
/* -- */

#s-5-module-2-block-1 .custom-icon-list {
  padding-left: 20px;
}

#s-5-module-2-block-1 .custom-icon-list__icon {
  margin-right: 20px;
}

#modules section.section-6.letslivers .section-title {
  margin: 0;
}

.letslivers .thecontent.section-title, .letslivers .thecontent.section-title p{
  margin: 0px 0px !important;
}

/* ViÃƒâ€šÃ‚Â­deo Youtube home */
.home-youtube-video {
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  transform: none;
  top: initial;
  position: relative;
  left: initial;
}

.home-youtube-video.responsive {
  padding-bottom: 56.25% !important;
  padding-top: 45vh!important;
  height: 0;
  transform: none;
  top: initial;
  position: relative;
  left: initial;
}

.home-youtube-video.responsive .section-video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  max-width: 120% !important;
  margin-top: -16vh;
  margin-left: 0;
  touch-action: none;
  pointer-events: none;
}

.home-youtube-video .section-video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  max-width: 120% !important;
  margin-top: -20px;
  margin-left: -6%;
}

.home-youtube-video .mute-icon.round {
  bottom: 40px;
}

@media (min-width: 768px) {
  .home-youtube-video {
    height: 60vh;
    overflow: hidden;
    padding-bottom: initial !important;
  }

  .home-youtube-video .section-video-background {
    height: 130vh;
    margin-top: -36vh;
  }

  .home-youtube-video .mute-icon.round {
    bottom: 20px;
  }
}

.spacing-left-list .custom-icon-list {
  margin-left: 30px;
}

/* Tweaks */
.page-id-2858 .section-9 .custom-icon-list .custom-icon-list__list,
.page-id-8310 .section-8 .custom-icon-list .custom-icon-list__list {
  margin-block-end: 0 !important;
}

.single-empleo .custom-icon-list .custom-icon-list__list > li {
  padding-bottom: 0 !important;
}

#pagos-procesos > div > div.row.flex-wrap.justify-content-start.align-items-start > div.col.col-12.col-sm-3.col-lg-3 {
  display: none;
}

.page-id-185 #modules section.padding-content.section-15 {
  padding-bottom: 0;
}

.requisitos-list .decorated-list li {
  margin-bottom: 1.5em !important;
}

.fake-polaroid .module.border-rounded {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px !important;
}

.fake-polaroid .module.border-rounded p {
  margin-bottom: 1em !important;
}

.fake-polaroid .module.border-rounded p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  .responsive-arrow p{
    text-align: center !important;
  }
  .responsive-arrow span > span.h4.light > img{
    transform: rotate(90deg);
  }
  .responsive-arrow span > img.wp-image-14537{
    transform: rotate(-90deg);
  }
  .responsive-arrow-up p{
    text-align: center !important;
  }
  .responsive-arrow-up span img{
    transform: rotate(90deg);
  }
  .relative-lets {
    position: relative;
  }
  .relative-lets img{
    position: relative;
    width: 35%;
  }
}
@media (min-width: 768px) {
  #pagos-procesos > div > div.row.flex-wrap.justify-content-start.align-items-start > div.col.col-12.col-sm-3.col-lg-3 {
    display: block;
  }

  .requisitos-list .decorated-list {
    margin-bottom: 2em !important;
  }
}

.fancybox-slide--iframe .fancybox-content {
  aspect-ratio: 16 / 9;
  max-width: initial;
  height: fit-content;
}

/* Quienes somos */
.page-id-16311 #s-7-module-1-block-1 .custom-icon-list__icon,
.page-id-185 #s-8-module-1-block-1 .custom-icon-list__icon {
  width: auto;
  max-height: 80px;
}

/* BLOG */
.blog-section h2.wp-block-heading{
	font-size: 30px;
	line-height: 1.3;
}

@media (min-width: 992px){
	.blog-section h2.wp-block-heading{
		font-size: 35px;
		line-height: 1.3;
		margin: 0 0 25px;
	}
}

.blog-section p{
	font-size: 19px;
	line-height: 1.3;
	font-weight: 300;
}

.blog-section h3.wp-block-heading{
	font-size: 21px;
	text-align: justify;
}

@media (min-width: 768px){
	.blog-section h3.wp-block-heading{
		font-size: 25px;
	}
}

.blog-section p a{
	color: #E75458 !important;
	font-weight: bold;
}

.thecontent ul li{
	font-size: 19px;
	line-height: 1.3;
	font-weight: 300;
}

#modules .item.item-empleo .content .button{
	background-color: #e75458 !important;
	float: right;
	padding: 6px 12px;
	font-size: 14px;
	margin-top: 0px !important;
	display: inline-block;
	position: relative;
	max-width: 100%;
	white-space: break-spaces;
	min-width: 90px;
}

#modules .row ul.item-filters > li a{
	font-size: 14px;
}

#modules .row ul.item-filters > li:first-child a{
	background: #42453c;
	font-size: 14px;
}

@media (min-width: 992px){
	#modules .row ul.item-filters > li a{
		font-size: 16px;
	}
}

#modules .custom-icon-list__text{
	line-height: 1.1;
	font-size: 20px;
}

#modules .thecontent.american-dream h1{
	margin: 0px;
}

#modules .h4{
	font-size: 19px;
	line-height: 1.2;
}

#modules h1.h2 strong{
	/* font-size: 23px !important; */
	max-width: 100%;
	display: inline-block;
	margin-bottom: 2rem;
}

body.page-id-2858 #modules section.section-3{
	padding-top: 0px;
}

.blog-section p{
	font-size: 17px;
}

.blog-section .lwptoc_itemWrap .lwptoc_item a span{
	font-size: 21px;
	line-height: 1.3;
}

.blog-section .h4.light{
	font-size: 21px;
}

.blog-section .thecontent ul li{
	font-size: 21px;
}

.blog-section a span.h4{
	color: #FFF !important;
}

.thecontent .lwptoc .lwptoc_i{
	border-radius: 15px;
}


/*******NOTICE WRAPPER***********/
/********************************/

body:has(.notice-wrapper.active){
		padding-top: 54px;
	}
	body:has(.notice-wrapper.active) #head{
		top: 54px;
	}

.notice-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.7rem 2rem 0.7rem 1rem;
	text-align: center;
	z-index: 5;
	line-height: 1.2;
	font-size: 0.9rem;
	display: none;
}
.notice-wrapper.active{
	display: block;
}
.notice-wrapper p{
	margin: 0;
	font-size: 12px;
	line-height: 1.3;
}
.notice-wrapper .close{
	position: absolute;
	right: 5px;
	50%: 0;
	width: 20px;
	object-fit: cover;
	padding: 0.2rem;
	aspect-ratio: 1;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #464646;
	cursor: pointer;
}
@media (min-width: 992px){

	body:has(.notice-wrapper.active){
		padding-top: 57px;
	}
	body:has(.notice-wrapper.active) #head{
		top: 57px;
	}
	.notice-wrapper{
		padding: 1rem 6rem 1rem 1rem;
	}
		
	.notice-wrapper p{
		font-size: 19px;
	}
	.notice-wrapper .close{
	width: 1.6rem;
	right: 1rem;
	}
	
}

/********************************/
/********************************/

#modules .timeline-block-new [data-wpr-lazyrender]{
	content-visibility: inherit;
}

/* Pagination */
.pagination-wrapper {
	padding: 40px 0 20px;
	text-align: center;
}

.pagination-wrapper .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination-wrapper .page-numbers li {
	display: inline-block;
}

.pagination-wrapper .page-numbers li a,
.pagination-wrapper .page-numbers li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers li a:hover {
	background-color: #c8102e;
	border-color: #c8102e;
	color: #fff;
}

.pagination-wrapper .page-numbers li span.current {
	background-color: #c8102e;
	border-color: #c8102e;
	color: #fff;
	font-weight: 600;
}

.pagination-wrapper .page-numbers li .prev,
.pagination-wrapper .page-numbers li .next {
	font-size: 12px;
}

.pagination-wrapper .page-numbers li .dots {
	border: none;
	background: none;
}

