/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*GENERAL*/
/*Fuentes*/
p, h1, h2, h4, h5, h6, a, li {
	font-family: 'Avenir' !important;
	margin-bottom: 0;
}

h1 {
	color: white !important;
}

strong {
	font-family: 'Mongolian Baiti' !important;
	color: #dcba8f !important;
	
}

h3 {
	font-weight: 300 !important;
	font-family: 'Mongolian Baiti' !important;
	color: #dcba8f !important;
}

em {
	color: white;
	font-style: normal;
}
a {
	color: #dcba8f;
    text-decoration: none !important;
}
/*header*/
/* Transición suave al hacer scroll */
#masthead,
.e-con.elementor-sticky--effects,
header .elementor-section.elementor-sticky--effects {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#masthead a {
  color: #ffffff;
  transition: all .3s ease-in-out;
}

#masthead a:hover {
  color: #dcba8f;
}

#masthead.scrolled a {
  color: #000000;
}

#masthead.scrolled a:hover {
  color: #dcba8f;
}

#masthead a.dropdown-item {
    color: #000000 !important;
}

.elementskit-submenu-indicator path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.scrolled .elementskit-submenu-indicator path {
  fill: #000000;
}

.scrolled .elementskit-menu-hamburger.elementskit-menu-toggler span {
    color: #000000 !important;
    fill: #000000 !important;
    background: #000000 !important;
}

.elementskit-menu-close {
    color: #000;
}

/*HOME*/
/*Values*/
.values {
	position: relative !important;
	overflow: hidden !important;
	border-radius: 30px !important;
	z-index: 1;
}

.values img {
	object-fit: cover;
	aspect-ratio: 2/3;
	z-index: 1;
}

.values::before {
	content: '' !important;
	width: 100% !important;
	height: 100% !important;
	background: rgb(12 55 81 / 70%) !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 2;
}

.values .title-values {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 3;
	padding: 0.5rem !important;
}

/*Experiences*/
/*Video home*/
.video-home {
	border-radius: 30px;
}

/*ABOUT ME*/
.img-about img {
	object-fit: cover;
	aspect-ratio: 1/1;
}
/*FORMS*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    border: 2px solid #dcba8f;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    background: transparent;
	color: white;
	margin-bottom: 0.5rem;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #ffffff;
}

.label {
	display: none;
}

.legal {
	font-size: 0.85rem;
	color: #fff;
	margin-bottom: 0.5rem;
}

.legal a{
	font-size: 0.85rem !important;
	color: var(--color-content-secondary);
}

.legal a:hover {
	color: #fff;
}

input#btn-enviar {
    background: transparent;
    color: #ffffff !important;
}

input#btn-enviar:hover {
	background: #ffffff; 
	color: #000000 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
}

.w-html {
    line-height: 0;
}

/*TOURS*/
.wrapper-options {
	overflow: hidden;
}

.wrapper-options-two {
	height: 100%;
    justify-content: center;
}

/*FOOTER*/
.socials a {
	color: white;
	font-size: 1.1rem !important;
	font-family: 'Avenir' !important;
}

/*********************************************
Pantallas más pequeñas de 992px
**********************************************/
@media (max-width: 992px) {
	#masthead a {
	  color: #000000;
	  transition: all .3s ease-in-out;
	}
	.elementskit-submenu-indicator path {
  		fill: #000000;
	}
	svg.elementskit-submenu-indicator.ekit-svg-icon.icon-down-arrow1 {
    color: #000 !important;
}
	button.elementskit-menu-close.elementskit-menu-toggler {
		color: #000 !important;
	}
}

/*********************************************
Pantallas más pequeñas de 650px
**********************************************/
@media (max-width: 650px) {
	.values img {
		aspect-ratio: 1/1;
	}
}