/** Theme Name: Paloma Rivero Author: Moio Author URI: https://moio.io/ Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs,
personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org
code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included
special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive #
Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme?
Look no further. Astra is fast, fully customizable and beautiful theme! Version: 1.0.0 License: GNU General Public License v2 or
later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: paloma-rivero Template: astra */


/**************************************************/
/********** TYPOS ***********/
/**************************************************/
@font-face {
	font-family: 'Archivo';
	src: url('assets/fonts/Archivo-VariableFont_wdth,wght.woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo Italic';
	src: url('assets/fonts/Archivo-Italic-VariableFont_wdth,wght.woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo Expanded';
	src: url('assets/fonts/Archivo-VariableFont_wdth,wght.woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	/* font-variation-settings: 'wght' 700, 'wdth' 125; */
	font-stretch: 125%;
}

@font-face {
	font-family: 'Archivo Condensed';
	src: url('assets/fonts/Archivo_Condensed-Black.woff2');
	font-style: black;
}

@font-face {
	font-family: 'Archivo ExtraCondensed';
	src: url('assets/fonts/ArchivoExtraCondensed-Black.woff2');
	font-style: black;
}

:root {
	--font-title: 'Archivo', sans-serif;
	--font-text: 'Archivo', sans-serif;
	--color-brand: #bb1734;
	--color-brand-alt: #060404;
	--color-heading: #f6ece3;
	--color-text: #f6ece3;
	--bg-main: #1b1717;
	--bg-secondary: #f6ece3;
}

/**************************************************/
/********** DEFAULT OVERRIDES ***********/
/**************************************************/


p,span {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--ast-global-color-2);
}

p em,
p i {
	font-family: 'Archivo Italic', sans-serif;
	font-weight: 400;
}

.custom-title--h1 h2 {
	font-family: 'Archivo ExtraCondensed', sans-serif !important;
}

h2 {
	font-family: 'Archivo Condensed', sans-serif !important;
	color: #fff !important;
	letter-spacing: -1%;
}

.custom-pretitle {
	font-family: 'Archivo', sans-serif !important;
	font-style: light;
}

a{
	text-decoration: none !important;
}



/**************************************************/
/********** BOTONES V2 *****************************/
/**************************************************/

.cta a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 12px 60px 12px 38px;
	text-transform: capitalize;
	font-family: 'Archivo', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 10%;
	border-radius: 0 !important;
	color: white;
	background-color: #bb1734 !important;
}

.cta a:hover {
	background-color: #fff !important;
	color: #bb1734 !important;
	transition: all 0.3s ease;
}
.cta a:hover .elementor-button-text {
	color: #bb1734 !important;
	transition: all 0.3s ease;
}

.cta.cta-white a svg {
	position: absolute;
	margin-left: 25px;
	fill: #060404;
	z-index: 2;
	background-color: white;
	width: 20px;
	height: 20px;
	padding: 4px;
}

/* Fin botones v2 */

/**************************************************/
/********** HERO *****************************/
/**************************************************/



/* .hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("https://palomarivero.com/wp-content/uploads/2025/10/Rayo-hero.svg");
	width: 1000px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 1000px 100%;
}

@media (width < 768px) {
	.hero::before {

	}
} */


/* Fin HERO v2 */





/**************************************************/
/********** BOTONES *****************************/
/**************************************************/


/*.cta a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 12px 38px;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 10%;
	color: white;
	border-radius: 3px 0 0 3px;
	background-color: #bb1734 !important;
}

.cta.cta-white a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -43px;
	width: 43px;
	height: 100%;
	background-color: white;
	border-radius: 0 3px 3px 0;
	transition: width 0.3s ease;
	box-sizing: border-box;
	padding: 12px 43px 12px 0px;
}

.cta.cta-white a svg {
	left: 100%;
	position: absolute;
	margin-left: 15px;
	fill: #060404;
	z-index: 999;
}

.cta.cta-white a:hover {
	color: #bb1734;
}

.cta.cta-white a:hover::after {
	width: 222px;
	border-radius: 3px;
	transition: width 0.3s ease;
}

.cta.cta-white a::before {
	content: 'SOBRE MI';
	position: absolute;
	right: 43px;
	color: #bb1734;
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	z-index: 2;
	pointer-events: none;
}

.cta.cta-white a:hover::before {
	opacity: 1;
}

.cta.cta-white.cta-text--ver-servicios a{
    margin: auto;
    margin-left: -40px;
}

.cta.cta-white.cta-text--ver-servicios a::before {
	content: 'VER SERVICIOS';
}

.cta.cta-white.cta-text--ver-servicios a:hover::after {
	width: 260px;
}

.cta.cta-white.cta-text--enviar a::before {
	content: 'ENVIAR';
}

.cta.cta-white.cta-text--enviar a:hover::after {
	width: 260px;
}

.cta.cta-black a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -43px;
	width: 43px;
	height: 100%;
	background-color: var(--ast-global-color-1);
	border-radius: 0 3px 3px 0;
	transition: width 0.3s ease;
	box-sizing: border-box;
	padding: 12px 43px 12px 0px;
}

.cta.cta-black a svg {
	left: 100%;
	position: absolute;
	margin-left: 15px;
	fill: #f6ece3;
	z-index: 999;
}

.cta.cta-black a:hover {
	color: #f6ece3;
}

.cta.cta-black a:hover::after {
	width: 222px;
	border-radius: 3px;
	transition: width 0.3s ease;
}

.cta.cta-black a::before {
	content: 'SOBRE MI';
	position: absolute;
	right: 43px;
	color: white;
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	z-index: 2;
	pointer-events: none;
}

.cta.cta-black a:hover::before {
	opacity: 1;
}*/


/************************ FIN BOTONES *****************************/



/*     RESALTADO ROJO    */
.section.section__divider .section__divider-content hr {
	border: none;
	height: 1px;
	width: 100%;
	background: linear-gradient(to right, transparent 0%, var(--ast-global-color-2) 25%, var(--ast-global-color-2) 75%, transparent 100%);
}

.section.section__divider .section__divider-content p {
	margin-top: 25px;
}

.section.section__divider .section__divider-content span.highlighted {
	background-color: #bb1734;
	padding: 3px 6px;
	font-weight: 900;
}


/* Primera seccion Hombre con la pelota */

.section .section__col-right.home::before {
	background-image: url("https://palomarivero.com/wp-content/uploads/2025/10/Paloma-Rivero-home.png");
	content: '';
	background-repeat: no-repeat;
	height: 200%;
	background-position: center 40px;
	background-size: 65vh;
}

@media (width < 768px) {
	.section .section__col-right.home::before {
		background-position: center 80px;
		background-size: 40vh;
	}
}



/* Deocracion pelotas en texto */

.section.section-pelotas .section--divider::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		url("https://palomarivero.com/wp-content/uploads/2025/09/PalomaRivero-Futbol-Pelota-.png"),
		url("https://palomarivero.com/wp-content/uploads/2025/10/Paloma-Rivero-Baloncesto-Pelota.png"),
		url("https://palomarivero.com/wp-content/uploads/2025/10/Paloma-Rivero-Voley-Pelota.png");
	background-repeat: no-repeat;
	background-position: 25% 25%, center, 75% 75%;
	
	z-index: -9 !important;
	
}



/**************************************************************/
/******************* SERVICIOS  *****************************/
/**************************************************************/

/******************* SECTION HOVER  *****************************/

/* TITULO */
.section--hoverable_text h2 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.section--hoverable_tab:hover .section--hoverable_text h2 {
	color: white !important;
}

/* CONTENIDO */

.section--hoverable_content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.4s ease;
}

.section--hoverable_tab[data-open="true"] .section--hoverable_content {
	max-height: 500px;
	opacity: 1;
}



/* LISTA VINETAS */

.lista-vinetas ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding-left: 5px;
}

.lista-vinetas ul li {
	color: var(--ast-global-color-2);
	font-family: "Archivo", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21.4px;
}

.lista-vinetas ul li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.99996 0.666626C4.39996 0.666626 0.666626 4.39996 0.666626 8.99996C0.666626 13.6 4.39996 17.3333 8.99996 17.3333C13.6 17.3333 17.3333 13.6 17.3333 8.99996C17.3333 4.39996 13.6 0.666626 8.99996 0.666626ZM8.99996 15.6666C5.32496 15.6666 2.33329 12.675 2.33329 8.99996C2.33329 5.32496 5.32496 2.33329 8.99996 2.33329C12.675 2.33329 15.6666 5.32496 15.6666 8.99996C15.6666 12.675 12.675 15.6666 8.99996 15.6666ZM12.825 5.31663L7.33329 10.8083L5.17496 8.65829L3.99996 9.83329L7.33329 13.1666L14 6.49996L12.825 5.31663Z' fill='%23BB1734'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}

/* Fin LISTA VINETAS */


/* IMAGEN */
.section--hoverable .section--hoverable_image {
	transform: scale(0.95);
	opacity: 0;
	visibility: hidden;
}

.section--hoverable_tab[data-open="true"] .section--hoverable_image {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none;
}


.section--hoverable_tab[data-open="false"]:hover .section--hoverable_image {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}



/* .section--hoverable_tab:hover .section--hoverable_image{
	transform: scale(1);
  	opacity: 1;
  	visibility: visible;
} */



@media(width <=767px) {
	.section--hoverable_tab:hover .section--hoverable_image {
		visibility: hidden !important;
		display: none !important;
	}
}

/* IMAGEN ACORDEON*/
/* .section--hoverable .section--hoverable_image{
  position: absolute !important;
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.section--hoverable .e-n-accordion-item:hover:not([open]) .section--hoverable_image{
	transform: scale(1);
  	opacity: 1;
  	visibility: visible !important;
} */

/* .section--hoverable .section--hoverable_image {
  display: none;
  position: absolute;
  z-index: 99;
}
.e-n-accordion-item:not([open]):hover .section--hoverable_image {
  display: block ;
}
.e-n-accordion-item[open] .section--hoverable_image {
  display: none !important;
} */

/* TABS (BORDES) */
.section--hoverable .section--hoverable_tab {
	border-bottom: 1px solid #ccc;
}

.section--hoverable .section--hoverable_tab:last-child {
	border-bottom: none;
}





/* CUSTOM ACCORDION */

.custom_accordion {
	--img-width: 450px;
	--img-width-movile: 350px;

}

.custom_accordion details summary {
	/* Supuestamente movimos la img con el JS */
	padding-right: var(--img-width);
}

.custom_accordion details summary .custom_accordion_image {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: var(--img-width);
	height: var(--img-width);
	z-index: 99;
	opacity: 0;
	transform-origin: center top;
	transform: translateY(5%);
	transition: opacity 0.3s ease-in-out, transform .2s ease-in-out;
}

.custom_accordion details summary:hover .custom_accordion_image {
	opacity: 1;
	transform: translateY(0);
}

.custom_accordion details[open] summary .custom_accordion_image {
	visibility: hidden !important;
	z-index: -9 !important;
}

/* CSS ACCORDION */


.custom_accordion .e-n-accordion-item:not(:last-of-type){
	border-bottom: 1px solid #ccc !important;
}

 .custom_accordion .e-n-accordion-item-title-text{
	font-family: 'Archivo Condensed', sans-serif !important;
	padding: 64px 0 !important;
	color: rgba(255, 255, 255, 0.5) !important;
} 

 .custom_accordion .e-n-accordion-item-title-text:hover{
	color: #fff !important;
} 

.e-n-accordion-item[open] .e-n-accordion-item-title-text{
	color: #fff !important;
}


.custom_accordion summary{
	width: 50%;
}

.custom_accordion.w-100 summary{
	width: 100% !important;
}

@media(width <=990px){

	.custom_accordion details summary .custom_accordion_image {
	width: var(--img-width-movile);
	height: var(--img-width-movile);
	}
}


@media(width <=767px) {
	.custom_accordion summary{
	width: 100%;
	}

	.custom_accordion details summary:hover .custom_accordion_image {
		display: none !important;
	}

}






/* .section.first-section::before {
background-image: url("https://palomarivero.com/wp-content/uploads/2025/08/palomarivero_home-bg-img.png"), url("https://palomarivero.com/wp-content/uploads/2025/08/palomarivero_home-gradient.png");
  --background-overlay: '';
  background-repeat: no-repeat;
  height: 200%;

  background-position: center top, 260px 120px;
  background-size: 100%, 50%;
} */



/*


.section .section__acordeon .custom-acordeon summary {
	padding: 25px 0;
	border: 0;
	border-bottom: 1px solid var(--ast-global-color-0);
}

.section .section__acordeon .custom-acordeon summary div {
	font-family: 'Archivo', sans-serif !important;
	color: var(--ast-global-color-0);
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
}

.section .section__acordeon .custom-acordeon summary svg {
	fill: var(--ast-global-color-0) !important;
}

.section .section__acordeon .custom-acordeon div.e-child {
	border: 0;
	margin-top: 15px;
}

.section .section__acordeon .custom-acordeon div.e-child ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding-left: 5px;
}

.section .section__acordeon .custom-acordeon div.e-child ul li {
	color: var(--ast-global-color-2);
	font-family: "Archivo", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21.4px;
}

.section .section__acordeon .custom-acordeon div.e-child .lista-vinetas ul li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.99996 0.666626C4.39996 0.666626 0.666626 4.39996 0.666626 8.99996C0.666626 13.6 4.39996 17.3333 8.99996 17.3333C13.6 17.3333 17.3333 13.6 17.3333 8.99996C17.3333 4.39996 13.6 0.666626 8.99996 0.666626ZM8.99996 15.6666C5.32496 15.6666 2.33329 12.675 2.33329 8.99996C2.33329 5.32496 5.32496 2.33329 8.99996 2.33329C12.675 2.33329 15.6666 5.32496 15.6666 8.99996C15.6666 12.675 12.675 15.6666 8.99996 15.6666ZM12.825 5.31663L7.33329 10.8083L5.17496 8.65829L3.99996 9.83329L7.33329 13.1666L14 6.49996L12.825 5.31663Z' fill='%23BB1734'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}*/

/************************ FIN SECTIONS *****************************/


/***********************************************************************/
/************************ SOBRE MI*****************************/
/***********************************************************************/

/* COMENTARIO PALOMA RIVERO */
.section .custom-image-w-text--quote .custom-image-w-text__img {
	position: relative;
}

.section .custom-image-w-text--quote .custom-image-w-text__img img {
	padding: 0 0 34px;
}

.section .custom-image-w-text--quote .custom-image-w-text__text {
	position: absolute;
	max-width: 372px !important;
	min-width: 300px;
	bottom: 0;
	right: 0;
	background-color: #BB1734;
	padding: 20px 38px;
}

.section .custom-image-w-text--quote .custom-image-w-text__text h3 {
	font-family: 'Archivo Condensed', sans-serif;
	font-variation-settings: "wght" 900;
	font-weight: 900;
	margin: 0;
	line-height: 45px;
  	font-size: 28px;
	color: #fff;

}

.section .custom-image-w-text--quote .custom-image-w-text__text p {
	font-family: 'Archivo', sans-serif;
	font-variation-settings: "wght" 500;
	font-weight: 500;
	margin: 0;
	line-height: 22px;
  	font-size: 18px;
	color: #fff;
}


@media (width < 620px){
	.section .custom-image-w-text--quote .custom-image-w-text__text p {
		font-size: 3vw;
	}
}


@media (width < 511px){
	.section .custom-image-w-text--quote .custom-image-w-text__text {
		min-width: auto;
		bottom:  -30px;;
		padding: 4vw;
	}
}

/* FIN COMENTARIO PALOMA RIVERO */








/* CONTACTO */


.section .section__col-right.contacto::before {
	background-image: url("https://palomarivero.com/wp-content/uploads/2025/10/PalomaRivero-Contacto.png");
	content: '';
	background-repeat: no-repeat;
	height: 100%;
	background-position: center 0px;
	background-size: 56vh;
}

@media (width < 768px) {
	.section .section__col-right.contacto::before {
		background-position: center 0px;
		background-size: 40vh;
	}
}







/**************************************************************/
/********** FORMULARIO PREFOOTER ***********/
/**************************************************************/

.prefooter {
	background-color: #191A1B;
}


@media (min-width: 0px) and (max-width: 1319px) {

	.prefooter .header__grid .custom-pretitle,
	.prefooter .header__grid .custom-title {
		grid-column: 2 / 12;
		grid-row: 1;
	}
}

.prefooter .gform_heading {
	display: none;
}

.prefooter .gform-body legend,
.prefooter .gform-body label {
	font-family: 'Archivo', sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
}

.prefooter .gform-body .gfield_consent_label {
	font-weight: 500;
}

.prefooter .gform-body label.gform-field-label--type-sub,
.prefooter .gform-body fieldset[data-js-reload="field_1_6"] legend {
	display: none;
}


.prefooter #field_submit #gform_submit_button_1 {
	width: 170px !important;
	background-color: #bb1734 !important;
	text-transform: uppercase !important;
	color: white;
	font-weight: 400 !important;
	padding: 10px 20px 10px 20px !important;
	border: none;
	cursor: pointer;
	transition: background-position 0.3s ease-out, color 0.3s ease-out;
	position: relative;
	border-radius: 0px !important;
	transition: all 0.3s;
}


.prefooter #field_submit #gform_submit_button_1:hover {
	background-color: white !important;
	color: #BB1734 !important;
	transition: all 0.3s ease;
}

/* COLORES INPUTS */
.prefooter form#gform_1 input::placeholder,
.prefooter form#gform_1 textarea::placeholder{
color: #8C8C8C !important;
}


.prefooter form#gform_1 input,
.prefooter form#gform_1 textarea {
	background-color: #191A1B !important;
	color: white !important;
	font-weight: lighter !important;
}

.prefooter form#gform_1 input:focus,
.prefooter form#gform_1 textarea:focus {
	border: 1px solid #bb1734 !important;
	outline: none !important;
}

.prefooter form#gform_1 #input_1_6_1:before {
	color: #bb1734;
}


/************************ FIN PREFOOTER - FORM *****************************/


/* MAQUETACION FORMULARIO */

form#gform_1 #gform_fields_1 {
	/* Nombre container */
	container: prefooter / inline-size;
	/* end */
}

/* HTML Title */
form#gform_1 #gform_fields_1 #field_1_10 {
	grid-column: 1 / 5;
	grid-row: 1 / 3;
}

form#gform_1 #gform_fields_1 #field_1_10 h2 {
	font-size: 60px;
}

/* NOMBRE */
form#gform_1 #gform_fields_1 #field_1_1 {
	grid-column: 7 / 10;
	grid-row: 1;
}

/* APELLIDO */
form#gform_1 #gform_fields_1 #field_1_8 {
	grid-column: 7 / 10;
	grid-row: 2;
}

/* CORREO ELECTRONICO */
form#gform_1 #gform_fields_1 #field_1_3 {
	grid-column: 10 / 13;
	grid-row: 1;
}

/* TELEFONO */
form#gform_1 #gform_fields_1 #field_1_4 {
	grid-column: 10 / 13;
	grid-row: 2;
}

/* MENSAJE */
form#gform_1 #gform_fields_1 #field_1_9 {
	grid-column: 7 / 13;
	grid-row: 3 / 5;
}

/* CONSENTIMIENTO */
form#gform_1 #gform_fields_1 #field_1_6 {
	grid-column: 1 / 7;
	grid-row: 4;
	position: relative;
}

/* SUBMIT */
.prefooter #field_submit {
	grid-column: 1 / 7;
	grid-row: 4;
}

form#gform_1 #gform_fields_1 #field_1_6 legend {
	display: none;
}

form#gform_1 #gform_fields_1 #field_1_6 .ginput_container_consent {
	position: absolute;
	bottom: 60px;
}




/* LABELS MARGIN */
@container prefooter (width > 768px) and (width < 1272px) {

	/* HTML title */
	#field_1_10 {
		grid-column: 2 / 13 !important;
		grid-row: 1 !important;
	}

	/* NOMBRE */
	#field_1_1 {
		grid-column: 2 / 7 !important;
		grid-row: 2 !important;
	}

	/* APELLIDO */
	#field_1_8 {
		grid-column: 7 / 12 !important;
		grid-row: 2 !important;
	}

	/* CORREO ELECTRONICO */
	#field_1_3 {
		grid-column: 2 / 7 !important;
		grid-row: 3 !important;
	}

	/* TELEFONO */
	#field_1_4 {
		grid-column: 7 / 12 !important;
		grid-row: 3 !important;
	}

	/* MENSAJE */
	#field_1_9 {
		grid-column: 2 / 12 !important;
		grid-row: 4 / 5 !important;
	}

	/* CONSENTIMIENTO */
	#field_1_6 {
		grid-column: 2 / 13 !important;
		grid-row: 6 !important;
	}

	form#gform_1 #gform_fields_1 #field_1_6 .ginput_container_consent {
		position: absolute;
	}

	/* SUBMIT */
	.prefooter #field_submit {
		grid-column: 2/13;
		grid-row: 6;
	}


}

/* SUBMIT */
form#gform_1 .gform-footer {
	display: flex !important;
	justify-content: center !important;
}

@container prefooter (width < 768px) {

	#field_1_1,
	#field_1_8,
	#field_1_3,
	#field_1_4,
	#field_1_9,
	#field_1_6,
	#field_submit {
		grid-column: 2 / 12 !important;
	}

	/* HTML title */
	#field_1_10 {
		grid-column: 2 / 13 !important;
		grid-row: 1 !important;
	}

	/* NOMBRE */
	#field_1_1 {
		grid-row: 2 !important;
	}

	/* APELLIDO */
	#field_1_8 {
		grid-row: 3 !important;
	}

	/* CORREO ELECTRONICO */
	#field_1_3 {
		grid-row: 4 !important;
	}

	/* TELEFONO */
	#field_1_4 {
		grid-row: 5 !important;
	}

	/* MENSAJE */
	#field_1_9 {
		grid-row: 6 !important;
	}

	/* CONSENTIMIENTO */
	#field_1_6 {
		grid-row: 9 !important;
	}

	form#gform_1 #gform_fields_1 #field_1_6 .ginput_container_consent {
		bottom: 60px;
	}

	#field_submit {
		grid-column: 2 / 13 !important;
		grid-row: 9 !important;
	}
}







/**************************************************/
/********** FOOTER ***********/
/**************************************************/
footer.site-footer{
	background-color: #191A1B !important;
	z-index: 9 !important;
}

footer .site-primary-footer-wrap {
	padding: 52px 60px !important;
	border-top: 1px solid var(--ast-global-color-2) !important;
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns {
	max-width: 1400px !important;
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-1 .ast-footer-social-1-wrap .footer-social-inner-wrap {
	display: flex;
	gap: 10px;
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-1 .ast-footer-social-1-wrap .footer-social-inner-wrap svg {
	transform: scale(1.3);
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-1 .ast-footer-social-1-wrap .footer-social-inner-wrap svg path {
	transition: fill 0.3s ease;
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-1 .ast-footer-social-1-wrap .footer-social-inner-wrap svg path:hover {
	fill: white;
}

@media (max-width: 544px) {
	footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-1 .ast-footer-social-1-wrap .footer-social-inner-wrap {
		justify-content: center;
	}
}


.footer-nav-wrap{
	display: flex;
    justify-content: end;
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-2 ul {
	gap: 10px 20px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-2 ul a.menu-link {
	padding: 0;
	color: white;
	text-decoration: none;
}

footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-2 ul a.menu-link:hover {
	color: var(--ast-global-color-0);
}

@media (max-width: 544px) {
	.footer-nav-wrap{
		justify-content: center;
		margin-top: 2em;
	}

	footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-2 ul {
		grid-template-columns: repeat(1, max-content);
		justify-content: center;
		align-items: center;
		gap: 6px;
	}

	footer .site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section-2 ul a.menu-link {
		font-size: 1.3em;
	}
}

/************************ FIN FOOTER *****************************/



/* IMGS Reveal Animation */

.elementor-widget-image {
	position: relative;
	overflow: hidden;
}

.elementor-widget-image .custom-image-reveal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--ast-global-color-4);
	transition: all 1s ease-in-out;
}

/* .section--white .elementor-widget-image .custom-image-reveal {
	background: var(--ast-global-color-3);
} */

.elementor-widget-image .custom-image-reveal.animated {
	top: 110%;
}



/* Test trambolic accordion */
/* .custom_accordion {

    --img-width: 350px;

    details {
        summary {
            + div {
            }

             Supuestamente movimos la img con el JS 
            padding-right: var(--img-width);
            .custom_accordion_image {
                position: absolute;
                top: 0;
                left: auto;
                right: 0;
                width: var(--img-width);
                height: var(--img-width);
                z-index: 99;
                
                opacity: 0;
                transform-origin: center top;
                transform: translateY(5%);
                
                transition: opacity 0.3s ease-in-out, transform .2s ease-in-out;
            }
            &:hover {
                .custom_accordion_image {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
        }
        &[open] {
            summary {
                .custom_accordion_image {
                    visibility: hidden !important;
                    z-index: -9 !important;
                }
            }
        }
    }
} */





















/* Evitar que el conteindo se vea cuando el menu esta activo */
body:has(header .ast-mobile-header-content .toggle-on) {
  overflow: hidden;
  height: 100vh;
}


header button {
	background-color: var(--ast-global-color-0) !important;
	border-radius: 3px;
}

header button svg {
	fill: #fff !important;
	transform: scale(1.1);
}

header button.toggled {
	background-color: black !important;
	transform: scale(1.4);
}

header .ast-mobile-header-content .ast-builder-menu-mobile{
	height: calc(100vh - 200px - 100px);
	max-height: 400px;
	margin-bottom: 40px;
	overflow-y: auto;
}


header .ast-mobile-header-content:has(.toggle-on) {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: black;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column;
}


header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-header-mobile-menu"] ul {
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	gap: 37px;
	background-color: black !important;
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-header-mobile-menu"] ul a.menu-link {
	color: var(--ast-global-color-3) !important;
	font-family: "Archivo Expanded", sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 3%;
	line-height: 100%;
	text-transform: uppercase;
	background: black !important;
	text-align: center;
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-header-mobile-menu"] ul a.menu-link:hover {
	color: var(--ast-global-color-0) !important;
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-hb-social-icons-1"] {
	align-self: center;
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-hb-social-icons-1"] div.header-social-inner-wrap {
	gap: 20px;
	display: flex;
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-hb-social-icons-1"] div.header-social-inner-wrap svg {
	fill: var(--ast-global-color-0);
	transform: scale(1.5);
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-hb-social-icons-1"] div.header-social-inner-wrap svg path {
	transition: fill 0.3s ease;
}

header .ast-mobile-header-content:has(.toggle-on) div[data-section="section-hb-social-icons-1"] div.header-social-inner-wrap svg path:hover {
	fill: white;
}
