/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: TUCHO Development Team
Template: flatsome
Version: 1.0
*/

/* tipografia */
@font-face {
	font-family: 'InclusiveSans';
	src: url('/wp-content/themes/flatsome-child/fonts/InclusiveSans.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}

body, input, textarea, select, button, p, ul {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
	font-family: 'InclusiveSans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .widget-title {
	text-align: left;
}
.centered h1, .centered h2, .centered p {
	text-align: center;
}
h2#id-cookie-title {
    font-size: 22px;
    line-height: 1;
}

@media (min-width: 1100px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 48px;
		line-height: 52px;
		font-weight: 400;
	}
	body, input, textarea, select, button, p, ul {
		text-align: justify;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 40px;
		line-height: 44px;
	}
	h2 {
		font-size: 40px;
		line-height: 44px;
	}
}

/* general */
body {
	font-size: 18px;
	overflow-x: clip;
}
img {
	border-radius: 10px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 0;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #0476F1, #023B79);
	border-radius: 10px;
	border: 2px solid #fff;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #09cc90, #056145);
}
.h-tabs ul::-webkit-scrollbar {
  height: 10px;
}
.h-tabs ul::-webkit-scrollbar-track {
  background: #fff;
}
.h-tabs ul::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0476F1, #023B79);
  border-radius: 10px;
  border: 2px solid #fff;
}
.h-tabs ul::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #09cc90, #056145);
}

/* ajustes */
.hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-title h1 {
	font-size: 74px;
	line-height: 78px;
	font-weight: 500;
	text-align: right;
}
.slider-casa .box-text {
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 20px;
}
.slider-casa .box-text p {
	font-size: 16px;
	text-transform: uppercase;
}
.slider-casa .flickity-page-dots {
	bottom: 0!important;
}
.rounded .box-image {
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.hero {
		height: 90vh;
	}
	.hero-title h1 {
		font-size: 56px;
		line-height: 60px;
		text-align: center;
	}
}
@media (min-width: 769px) {
	.slider-casa .slider-wrapper {
		transform: rotate(-3deg);
	}
	.slider-casa .flickity-page-dots {
		transform: rotate(3deg);
	}
}

/* topbar */
.texto-top a, .top-bar-nav .icon-whatsapp, .top-bar-nav .icon-telegram {
	color: #fff!important;
}
.texto-top a:hover, .top-bar-nav .icon-whatsapp:hover, .top-bar-nav .icon-telegram:hover {
	opacity: .7!important;
}
.top-bar-nav .icon-telegram {
	font-size: 18px!important;
	line-height: 1.8!important
}

/* cabecera */
.header-main .nav>li>a {
    font-size: 1rem;
}
.no-link>a {
	cursor: default;
}
.nav-dropdown {
	min-width: 300px!important;
	font-size: 16px!important;
}
#ux-language-dropdown.nav-dropdown.nav-dropdown-default {
	min-width: 120px!important;
	padding: 10px 20px!important;
}
.nav-dropdown.nav-dropdown-default>li>a  {
	border-bottom: none!important;
}
.header-nav.header-nav-main.nav.nav-right {
	padding: 0 20px;
	border-radius: 10px;
	border: 2px dashed #fff;
	color: #fff;
}
.header-wrapper.stuck .header-nav.header-nav-main.nav.nav-right {
	border: 2px dashed var(--fs-color-primary);
}
.header-nav.header-nav-main.nav.nav-right li a:hover {
	color: var(--fs-color-secondary);
}
.stuck .header-main .nav > li > a {
	line-height: inherit!important;
}

/* efectos */
.waves {
  position:relative;
  width: 100%;
  height: 10vh;
  margin-bottom: -10px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 60px;
    min-height: 60px;
  }
}

/* tabs */
.tabbed-content .nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	gap: 15px;
	border: 2px dashed var(--fs-color-primary);
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.tabbed-content .tab a {
	font-size: 16px;
	color: var(--fs-color-primary)!important;
}
.tabbed-content .tab.active, .tabbed-content .tab:hover {
	-webkit-text-stroke: 0.5px;
}
.nav-divided>li+li>a:after {
	border-left: 2px solid var(--fs-color-secondary)!important;
	height: 30px!important;
	margin-top: -15px!important;
}

@media (max-width: 768px) {
	.h-tabs ul {
	  padding: 0!important;
	  flex-wrap: nowrap;
	  overflow-x: scroll;
	  overflow-y: hidden;
	  padding-inline-start: 20px!important;
	  padding-inline-end: 20px!important;
	}
	.tabbed-content .tab a {
		white-space: nowrap;
	}
}
@media (min-width: 769px) {
	.info-tabs .nav {
		justify-content: flex-start;
	}
}

/* listado */
.listado li {
	list-style: none;
}
.listado a, .listado span {
	display: inline-block;
}
.listado a {
	text-decoration: none;
}
.col.listado {
	padding: 0 0 30px 15px!important;
}
.bullet-section {
	//padding: 30px 50px;
	display: flex;
	justify-content: space-between;
}
.bullet-section__column {
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}
.bullet-section__column::before {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--fs-color-primary);
	display: block;
	float: left;
	margin-left: -17px;
}
.bullet-section__item--head {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}
.bullet-section__item {
	padding: 2px 0;
	position: relative;
}
.bullet-section__item a {
	color: var(--fs-color-secondary);
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.bullet-section__item::before, .bullet-section__item::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--fs-color-secondary);
	border-radius: 50%;
	left: -21px;
	top: 10px;
}
.bullet-section__item::after {
	width: 6px;
	height: 6px;
	top: 12px;
	left: -19px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.bullet-section__item:hover > a {
	color: var(--fs-color-secondary);
}
.bullet-section__item:hover::after {
	background-color: var(--fs-color-secondary);
	box-shadow: 0 0 22px 6px var(--fs-color-secondary);
}
@media (max-width: 768px) {
	.bullet-section {
		flex-direction: column;
	}
	.bullet-section__column {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.bullet-section__column::before {
		position: absolute;
	}
}

/* galería */
.galeria .box-text, div.mfp-bottom-bar {
	display: none;
}
.galeria .overlay.fill {
	background-color: transparent!important;
}

/* pie */
.absolute-footer {
	display: none !important;
}

/* ContactForm 7 */
form.wpcf7-form{
	background: #fff;
	padding: 2rem 2rem 0;
	border-radius: 10px;
}
form.wpcf7-form * {
	transition: 225ms;
}
form.wpcf7-form label {
	display: block;
	width: 100%;
	cursor: pointer;
	color: var(--fs-color-primary);
	font-weight: 500;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: .5em 0;
	margin-bottom: 2rem;
	border: 0;
	border-bottom: 2px solid #22222220;
	border-radius: 5px 5px 0 0;
	background: transparent;
	font-size: 1rem;
	color: var(--fs-color-primary);
	box-shadow: none;
	padding: 0 10px;
}
form.wpcf7-form input:hover,
form.wpcf7-form select:hover,
form.wpcf7-form textarea:hover {
	cursor: pointer;
	border-bottom: 2px solid var(--fs-color-secondary);
}
form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
	border-bottom: 2px solid var(--fs-color-secondary);
	box-shadow: none;
	outline: none;
	background: rgba(255,255,255,.4);
	color: var(--fs-color-primary);
}

form.wpcf7-form input[type="submit"] {
	padding: 0.5em;
	margin-bottom: 0;
	box-shadow: none;
	background: var(--fs-color-primary);
	color: #fff;
	line-height: 1.2em;
    display: inline-block;
    margin-right: 1em;
	font-weight: 700;
	border-radius: 10px!important;
	border-bottom: none;
}
form.wpcf7-form input[type="submit"]:hover {
	background: var(--fs-color-secondary);
	color: #fff;
}
.wpcf7-list-item-label a {
	color: var(--fs-color-primary)!important;
}
span.wpcf7-not-valid-tip {
	position: relative;
	top: -1em;
	color: var(--fs-color-secondary);
}
div.wpcf7-response-output {
	padding: 1em !important;
	margin: 0 !important;
}
form.wpcf7-form .wpcf7-acceptance label {
	display: inline-flex;
}
form.wpcf7-form .wpcf7-acceptance label input {
	max-width: 50px;
}
/* columnas CF7 */
.cf7-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.cf7-row .cf7-col {
	flex: 1 1 0;
}

@media (max-width: 767px) {
	.cf7-row {
		flex-direction: column;
		gap: 0;
	}
}

div.wpcf7 .ajax-loader {
	display:none;
	background: none;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
  border: 3px solid #dedede;
  border-top: 3px solid #000000;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  margin: 0;
  vertical-align: middle;
}
@-webkit-keyframes spin {
  50% {
    border-top-color: #a7005d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}
@keyframes spin {
  50% {
    border-top-color: #a7005d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}
.wpcf7-list-item {
	display: block!important;
}