/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A lightweight and minimalist WordPress theme for Elementor page builder.
	Author: Factoria Creativa
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
  Text Domain: hello-elementor-child 
	Stable tag: 2.8.1
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 8.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/******************************Global*******************************************/
.btn-magandara, 
.form_password input[type="submit"] {
	text-transform: uppercase;
	color: #fff;
	background-color: #C67C59;
	padding: 8px 20px;
	border-radius: 8px;
	transition: all .3s ease;
}

.btn-magandara:hover, 
.form_password input[type="submit"]:hover {
	background-color: #394639;
	color: #fff;
}
.btn-magandara.white:hover {
	background-color: #fff;
	color: #394639;
}

.form_password input[type="submit"] {
	border: none;
}

/*------------------------------- HOME page --------------------------------*/

/*------------------------------- Shortcode [list_column] --------------------------------*/
.card-box {
	width: 100%!important;
}
.box{
	display: flex;
	gap: 80px 120px;
	flex-direction: row;
  	align-items: center;
}
.box h1, 
.box h2, 
.box h3, 
.box h4, 
.box p {
	color: #394639;
}
.card-box .box{
	align-items: flex-start!important;
}
.margin-bottom .box:not(:last-of-type) {
	margin-bottom: 200px;
}
.type-box.box:not(:last-of-type){
	margin-bottom: 0;
}
.box:nth-child(2n) {
	flex-direction: row-reverse;
}

.box > div {
	width: calc(50% - 120px);
}

.box:nth-child(2n) .box-text {
	padding-left: 0;
	margin-right: 60px;
}
.box-text {
	max-width: 740px;
	width: 100%;
}
.box .pretitle h2 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.box-text h3 {
	text-wrap: balance;
}
.box p {
	font-family: 'Poppins', sans-serif;
}
.box .btn-magandara {
	display: inline-block;
	margin-top: 20px;
}
.box-text,
.box-img {
  flex: 1!important;
}
.box ul {
	padding: 0 0 0 28px;
	list-style: none;
}
.box li:not(:last-child) {
	margin-bottom: 16px;
}
.box li {
	position: relative;
}
.box li::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -28px;
    width: 20px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/webp/forma-beige.webp');
}
.box-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.box:nth-child(2n) .box-img {
  justify-content: flex-start;
}
.box-img img {
  width: unset;
  height: unset;
  object-fit: cover;
}
@media screen and (max-width: 1024px){
	.box{
		align-items: flex-start;
		gap: 60px;
	}
	.box:not(:last-of-type) {
		margin-bottom: 80px;
	}
	.box-img img {
		max-height: 270px;
	}
	.box:nth-child(2n) .box-text {
		margin-right: 0px;
	}
	
}
@media screen and (max-width: 768px){
	.box{
		flex-direction: column;
		gap: 30px;
	}
	.box:not(:last-of-type) {
		margin-bottom: 60px;
	}
	.box:nth-child(2n) {
		flex-direction: column;
	}
	.box:not(:last-child) {
		margin-bottom: 40px;
	}
	.box > div {
		width: 100%;
	}
	.box-text,
	.box:nth-child(2n) .box-text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-img, 
	.box:nth-child(2n) .box-img {
		justify-content: center;
		padding: 0 20px;
	}
}

/* Reverse column */
.reverse-column .box {
flex-direction:row-reverse;
}
.reverse-column .box:nth-child(1n) .box-text {
	padding-left: 0;
	margin-right: 60px;
}
.reverse-column .box:nth-child(1n) .box-img {
  justify-content: space-between;
}
.reverse-column .box:nth-child(2n){
    flex-direction: row;
    justify-content: space-between;
}
.reverse-column .box:nth-child(2n) .box-img {
    justify-content: flex-end;
}
@media screen and (max-width: 1024px){
	.reverse-column .box:nth-child(1n) .box-text {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px){
    .reverse-column .box:nth-child(1n) .box-img{
        justify-content: center;
    }
	.reverse-column .box:nth-child(1n) {
		flex-direction: column;
	}
}
/* End Reverse column */
/*-------------------------------End Shortcode [list_column] --------------------------------*/

/*------------------------------- Shortcode [card-list-shortcode] --------------------------------*/

/*------------------------------- Shortcode plan pages [plan list page] --------------------------------*/
.container-general-boxes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	padding: 0 20px;
}

.container-general-boxes p {
	font-weight: bold;
	color: #fff;
	font-family: Inter, sans-serif;
	margin-bottom: 0;
}
.container-general-boxes .container-box {
	display: flex;
	align-items: center;
	gap: 16px;
}
.container-general-boxes .container-box svg {
	width: 28px;
}
.container-general-plan {
	margin: 80px 60px;
}
.container-general-plan h2 {
	color: #D2B6C6;
	font-family: "Akira Expanded", sans-serif;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.container-general-plans .container-plan {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background-color: #fff;
  	gap: 16px;
  	flex-wrap: wrap;
}
.container-plan-t {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.container-plan:first-of-type {
	margin-top: 36px;
}
.container-plan:not(:last-child) {
	margin-bottom: 16px;
}
.container-general-plan > p {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.container-plan .container-plan-text {
	flex: 1 1 auto;
	max-width: 60%;
	margin: 20px;
}

.container-plan .container-plan-text h3 {
	font-family: Bebas, sans-serif!important;
	font-size: 36px;
	line-height: 1.3em;
	margin-block-start: 0;
	margin-block-end: 6px;
}
.container-plan-text p {
	font-family: Inter, sans-serif;
	margin: 0;
}
.container-plan-icon {
	display: flex;
	gap: 8px;
}
.container-plan-icon svg {
	width: 40px;
	height: auto;
}
.container-plan-price {
	width: 200px;
	background-color: #003333;
	padding: 20px 40px;
}
.container-plan-icon,
.container-plan-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-plan-price p {
	color: #fff;
	margin-bottom: 0;
	font-family: "Akira Expanded", sans-serif;
	font-size: 40px;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.container-general-boxes p:first-child {
		width: 100%;
		text-align: center;
	}
	.container-general-plan {
		margin: 80px 20px;
	}
}
@media screen and (max-width: 768px) {
	.container-plan {
		flex-wrap: nowrap;
	}
	.container-general-plan {
		margin: 40px 20px;
	}
	.container-plan:first-of-type {
		margin-top: 18px;
	}
	.container-plan-text {
		padding: 0;
		max-width: 80%;
	}
	.container-plan-text p{
		margin-block-end: 6px;
	}
	.container-plan .container-plan-text h3 {
		width: 100%;
		font-size: 26px;
	}
	.container-plan-icon svg {
		width: 24px;
	}
	.container-plan-price p {
		font-size: 22px;
	}
	.container-plan-price {
		width: 100px;
		padding: 10px;
	}
	.container-plan-t {
		flex-direction: column;
		gap: 0;
		align-items: baseline;
		padding: 20px;
	}
	
}

/*------------------------------- Shortcode other plan pages [other plan list page] --------------------------------*/
.container-general-other-plan{
	background-color: #fff;
}
.elementor-shortcode .container-general-other-plan h2,
.elementor-shortcode .container-general-other-plan h3 {
	font-family: "Akira Expanded", sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	margin: 0 auto;
}
.elementor-shortcode .container-general-other-plan h3 {
	width: 60%;
	font-size: 32px;
}
.container-general-other-plan h2 {
	width: 100%;
	padding: 45px 20px;
	text-align: center;
	color: #fff;
	background-color: #003333;
}
.container-general-other-plan:nth-of-type(even) h2 {
	background-color: #000;
}
.container-general-other-plan h3 {
	color: #000;
	width: 40%;
}
.container-g-other-plan {
	max-width: 1440px;
	width: 100%;
	padding: 60px 20px;
	margin: 0 auto;
}
.container-other-plan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.container-other-plan:not(:last-of-type) {
	margin-bottom: 20px;
}
.container-op-text {
	width: 70%;
}
.container-op-text p:first-of-type  {
	font-family: "Bebas", sans-serif;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 16px;
}
.container-op-text p:last-of-type  {
	font-family: "Inter", sans-serif;
	margin: 0;
	font-weight: 300;
}
.container-op-g-text {
	display: flex;
	gap: 10px;
	flex: 1;
  	justify-content: flex-end;
}
.container-op-g-text svg:not(:last-of-type) {
	margin-right: 10px;
}
.container-op-price {
  display: flex;
  align-items: start;
  justify-content: center;
  min-width: 60px;
}
.container-op-price span {
	min-width: 200px;
	padding: 5px 10px;
	color: #fff;
	background-color: #003333;
	margin-bottom: 0;
	font-family: "Akira Expanded", sans-serif;
	font-size: 40px;
	text-align: right;
}
.container-op-icons {
	display: flex;
	align-items: baseline;
}
.container-op-icons svg {
		width: 40px;
		height: auto;
}
.container-other-plan-left {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.elementor-shortcode .container-general-other-plan h3 {
		font-size: 32px;
		text-align: left;
		margin: 0 10px 8px 0;
		width: unset;
	}
	.container-op-text p:first-of-type {
		font-size: 28px;
	}
	
	.container-other-plan-left {
		flex-direction: column;
		align-items: baseline;
		justify-content: space-between;
		gap: 10px;
	}
	.container-op-g-text {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 768px) {
	.container-general-other-plan h2 {
		padding: 25px 20px;
	}
	.elementor-shortcode .container-general-other-plan h2 {
		font-size: 26px;
	}
	.elementor-shortcode .container-general-other-plan h3 {
		font-size: 22px;
		width: unset;
	}
	.container-op-text {
		width: 100%;
	}
	.container-op-icons svg {
		width: 24px;
	}
	.container-op-price span {
		font-size: 22px;
		min-width: fit-content;
	}
	
	.container-op-text p:first-of-type {
        font-size: 22px;
		margin-bottom: 8px;
    }
	.container-other-plan-left {
		width: 64%;
		gap: 0;
	}
}

/***********************************Aimharder shortcode ***************************/
.iframes iframe {
    width: 100%;
    aspect-ratio: 1720 / 908;
}
.iframes iframe:last-child {
    display: none;
}
@media screen and (max-width: 768px) {
    .iframes iframe:last-child {
        display:block;
    width: 100%;
    aspect-ratio: 554 / 780;
    overflow: hidden;
  }
  .iframes iframe:first-child {
    display: none;
}
}  

/*------------------------------- Blog --------------------------------*/



/***************************** Shortcode [list_header_menu] ********************/
.container-list_btn {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
}
.container-list_btn a {
	width: fit-content;
	height: auto;
	display: flex;
	gap: 0 8px;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 4px;
	border: 1px solid #394639;
	background-color: transparent;
	transition: all .3s ease;
}
.container-list_btn span{
	font-size: 14px;
}
.container-list_btn .primario span {
	color: #394639;
}
.container-list_btn .secundario {
	background-color: #394639;
}
.container-list_btn .secundario span {
	color: #FEF5E5;
}
.container-list_btn .secundario path {
	fill: #FEF5E5;
}
.container-list_btn .primario:hover {
	background-color: #394639;
	color: #fff;
}
.container-list_btn .primario:hover span {
	color: #FEF5E5;
}
.container-list_btn .primario:hover path {
	stroke: #FEF5E5;
}
.container-list_btn .secundario:hover {
	background-color: #C67C59;
	color: #fff;
	border-color: #C67C59;
}
.container-list_btn svg{
	width: 20px;
	height: auto;
	aspect-ratio: 1/1;
}

/*****White buttons***/
.white .container-list_btn a {
	border: 1px solid #fff;
}
.white .container-list_btn .primario span {
	color: #fff;
}
.white .container-list_btn .primario path {
	stroke: #fff;
}
.white .container-list_btn a:hover {
	background-color: #fff;
}
.white .container-list_btn .primario:hover span {
	color: #C67C59;
}
.white .container-list_btn .primario:hover path {
	stroke: #C67C59;
}

.white .container-list_btn .secundario {
	background-color: #fff;
}
.white .container-list_btn .secundario span {
	color: #C67C59;
}
.white .container-list_btn .secundario path {
	fill: #C67C59;
}
.white .container-list_btn a.secundario:hover {
	background-color: #394639;
	border-color: #394639;
}
.white .container-list_btn .secundario:hover span {
	color: #fff;
}
.white .container-list_btn .secundario:hover path {
	fill: #fff;
}

/****End White buttons***/

.container-list_btn .secundario {
	background-color: #394639;
}

@media screen and ( max-width: 1024px ) {
	.container-list_btn span{
		display: none;
	}
	.menu-canva .container-list_btn {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.menu-canva .container-list_btn span {
		display: flex;
	}
}
@media screen and ( max-width: 768px ) {
	.container-list_btn {
		gap: 10px;
	}
	.container-list_btn a {
		padding: 8px 10px;
	}
	.container-list_btn svg{
		width: 16px;
	}
}


/***************************** Shortcode [list_social_icons] ********************/
.container-red_social_rrhh {
	display: flex;
	gap: 12px;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.icon-left .container-red_social_rrhh {
	justify-content: left;
}
.container-red_social_rrhh a {
	width: 40px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	background-color: #fff;
}
.contact-form .container-red_social_rrhh a {
	background-color: #394639;
}
.container-red_social_rrhh svg{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}
.container-red_social_rrhh svg path {
	fill: #394639;
}
.contact-form .container-red_social_rrhh svg path {
	fill: #fff;
}
@media screen and ( max-width: 768px ) {
	.container-red_social_rrhh {
		gap: 8px;
	}
	.container-red_social_rrhh a {
		width: 28px;
		padding: 6px;
	}
}



/***************************** Shortcode [list_contact] ********************/
.container-contact_method{
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
}
.container-contact_method a {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	color: #394639;
}
.container-contact_method a:hover {
	color: #394639;
}
.contact-form .container-contact_method a,
.contact-form .container-contact_method span {
	color: #fff;
}

.contact-form .container-contact_method a:hover {
	color: #fff;
}
.container-contact_method svg{
	width: 24px;
	height: auto;
	aspect-ratio: 1/1;
}
.container-contact_method svg path {
	fill: #394639;
}
.contact-form .container-contact_method svg path {
	fill: #fff;
}
@media screen and ( max-width: 768px ) {
	.container-contact_method {
		gap: 8px;
	}
	.container-contact_method a svg {
		width: 28px;
	}
}

/*-----------------------------Google translate shortcode------------------------------------*/
.language_selector_fc{
  display: flex;
  width: 80px;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 4px;
  gap: 2px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  border: 1px solid #003333;
}
.language_selector_fc path {
	fill: #003333;
}
p.gt-current--lg {
  margin-block-end: 0!important;
  text-align: center;
  font-size: 16px!important;
  color: #394639;
  font-weight: 400;
  margin-right: 2px;
}
.language_selector_fc svg:first-child,
.language_selector_fc svg:last-child{
  width: 16px;
  height: auto;
}
.lang_shortcode .elementor-shortcode {
	position: relative;
}
.gtranslate_wrapper{
  display: none;
  justify-content: center;
  width: 100%;
  gap: 2px;
  padding: 5px;
  position: absolute;
  top: 38px;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  transition: .3 ease-in-out all;
}
.gtranslate_wrapper a{
  text-align: center;
  font-size: 14px!important;
  color: #030304!important;
}
.gtranslate_wrapper a:hover {
  background-color: #F2F2F2;
}
.gtranslate_wrapper.active {
  display: flex;
  flex-direction: column;
}
.gtranslate_wrapper .gt-current-lang {
  display: none;
}

/**************Orange header ****************/
.white_lang .language_selector_fc{
  border: 1px solid #fff;
}
.white_lang .language_selector_fc path {
  fill: #fff;
}
.white_lang p.gt-current--lg {
  color: #fff;
}

/**************End Orange header ****************/

@media screen and (max-width: 768px) {
  .language_selector_fc{
    width: 70px;
  }
  .language_selector_fc svg:first-child,
  .language_selector_fc svg:last-child{
    width: 14px;
  }
  p.gt-current--lg {
    font-size: 12px!important;
  }
}
/*----------------------------- End Google translate shortcode------------------------------------*/

/*----------------------------- Colaboraciones single page------------------------------------*/

.colab_single .container-red_social_rrhh a{
	background-color: #C67C59;
}

.colab_single .container-red_social_rrhh svg path {
	fill: #fff;
}
/*----------------------------- End Colaboraciones single page------------------------------------*/

/*----------------------------- Private form------------------------------------*/
.container-form-zs {
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.title_form {
	padding: 0 20px;
	text-align: center;
	color: #394639;
}

.form_password {
	margin: 0 auto;
	padding: 0 40px 120px 40px;
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 8px;
	justify-content: center;
	text-align: center;
}
.form_password .content-password {
	width: 100%;
	color: #394639;
}
.form_password input[type="password"] {
	max-width: 300px;
	border: 0;
}

@media screen and (max-width: 768px) {
  .form_password{
		padding: 0 20px 80px 20px;
	}
}

/*----------------------------- End Private form------------------------------------*/
/*----------------------------- Background silueta ------------------------------------*/
.form-1 {
	position: relative;
	overflow: hidden;
}
.form-1::after{
	content: "";
	position: absolute;
	top: -18%;
	right: 0;
	width: 80%;
	max-width: 550px;
	height: 100%;
	background-image: url('/wp-content/themes/hello-elementor-child/assets/webp/forma-1.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .form-1::after{
		top: -21%;
		max-width: 460px;
		width: 40%;
	}
}

@media screen and (max-width: 768px) {
  .form-1::after{
		top: -8%;
		max-width: 400px;
		width: 80%;
	}
}
@media screen and (max-width: 465px) {
  .form-1::after{
		top: -8%;
		max-width: 400px;
		width: 80%;
	}
}

.form-2,
.form-3 {
	position: relative;
	overflow: hidden;
}
.form-2::after{
	content: "";
	position: absolute;
	bottom: -420px;
	left: 0;
	max-width: 480px;
	width: 50%;
	max-height: 575px;
	height: 100%;
	background-image: url('/wp-content/themes/hello-elementor-child/assets/webp/forma-2.webp');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
  	.form-2::after{
		bottom: -400px;
	}
}
@media screen and (max-width: 465px) {
  	.form-2::after{
		bottom: -340px;
	}
}

.form-2>.e-con-inner::before,
.form-2_shortcode>.elementor-element::before{
	content: "";
	position: absolute;
	bottom: -520px;
	right: 0;
	max-width: 480px;
	width: 50%;
	max-height: 575px;
	height: 100%;
	background-image: url('/wp-content/themes/hello-elementor-child/assets/webp/forma-3.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
  	.form-2>.e-con-inner::before,
	.form-2_shortcode>.elementor-element::before{
		bottom: -500px;
	}
}
@media screen and (max-width: 465px) {
  	.form-2>.e-con-inner::before,
	.form-2_shortcode>.elementor-element::before{
		bottom: -440px;
	}
}

.form-2.form-2_shortcode::after,
.form-2.form-2_shortcode>.elementor-element::before  {
	height: 120%;
}

.form-2_contact::after {
	bottom: -340px;
}
.form-2_contact.form-2>.e-con-inner::before {
	bottom: -390px;
}
/*----------------------------- End background silueta------------------------------------*/
