/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778579762
Updated: 2026-05-12 11:56:02

*/

body {
	overflow-x: hidden;
}

/* BOTONES */

/* .elementor-button .elementor-button-icon {
	transition: 0.9s all ease;
}

.elementor-button:hover .elementor-button-icon {
	transition: 0.9s all cubic-bezier(0,1,.5,1);
}

.elementor-button .elementor-button-icon {
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	background-color: #e05311;
}

.elementor-button .elementor-button-icon svg {
	font-size: 0.75rem;
	fill: #FFF !important;
}

.elementor-button:hover .elementor-button-icon {
	background-color: #ae3e17;
	border-radius: 0;
}

.fondo-oscuro .elementor-button .elementor-button-icon {
	background-color: #FFFFFFDF;
	mix-blend-mode: screen;
}

.fondo-oscuro .elementor-button .elementor-button-icon svg {
	fill: #000 !important;
}

.fondo-oscuro .elementor-button:hover .elementor-button-icon {
	background-color: #FFF;
}*/

/* HEADER */

.menu-nav a:hover {
	color: #e05311 !important;
}

.menu-nav a:before,
.menu-nav a:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0% !important;
	height: 2px !important;
	background-color: #12100cdf !important;
	opacity: 0 !important;
	transition: 0.3s all ease;
}

.menu-nav a:before {
	left: auto !important;
	right: 50% !important;
}

.menu-nav a:after {
	left: 50% !important;
}

.menu-nav a:hover:before,
.menu-nav a:hover:after {
	width: 50% !important;
	background-color: #e05311 !important;
	opacity: 1 !important;
}

.header-main-container,
.header-main-container .logo-main img {
	transition: 0.45s all ease !important;
	box-shadow: none !important;
}

.scroll .header-main-container {
	transform: translateY(-128px);
}

@media (min-width: 1025px) {
	.scroll .header-main-container .logo-main img {
		/*height: 64px !important;
		transition-delay: 0.45s !important;*/
	}
}

.scroll.scroll-up .header-main-container {
	transform: translateY(0px);
	background-color: #484440ab !important;
	backdrop-filter: saturate(180%) blur(1rem);
	box-shadow: 0px 0px 10px rgba(18, 16, 12, 0.125) !important;
}

.menu-movil-abierto .header-main-container {
	transform: translateY(0) !important;
}

.menu-nav .has-submenu {
	display: flex;
    align-items: center;
    gap: 5px;
}

.menu-nav .has-submenu .sub-arrow {
	padding: 0;
	padding-top: 3px;
}

.menu-nav .sub-menu {
	padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-left: -16px !important;
}

.menu-nav .sub-menu .menu-item {
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu-nav .sub-menu .elementor-sub-item {
	border-inline-start: 16px solid transparent;
	border-inline-end: 16px solid transparent;
	width: fit-content;
}

.menu-nav .has-submenu.highlighted svg {
	fill: #e05311 !important;
}

/* INICIO */

.mayus {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
}

.triangle {
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}

.triangle.big {
	width: 65px;
	height: 65px;
}

.triangle.little {
	width: 49px;
	height: 49px;
}

.triangle.white {
	background-color: #FFF;
}

.triangle.pale {
	background-color: #fdf6f3;
}

.main-heading span {
	display: block;
	animation: appear 1.5s cubic-bezier(0,.5,.5,1) forwards;
	opacity: 0;
	transform: translateX(-100%);
}

.main-heading h1>span:nth-child(even) {
	color: #AE3E17 !important;
}

@keyframes appear {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	
	0% {
		opacity: 0;
		transform: translateX(-50%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

.main-heading h1>span:nth-child(2) {
	animation-delay: 0.1875s;
}

.main-heading h1>span:nth-child(3) {
	animation-delay: 0.375s;
}

.icono-mudanza svg {
	transition: 0.3s all ease;
}

.casilla-inicio:has(a:hover) .icono-mudanza svg {
	fill: #AE3E17 !important;
}

.google-resenas .ti-widget.ti-goog .ti-review-item>.ti-inner {
	background-color: rgba(18, 16, 12, 0.025) !important;
	border-radius: 0 !important;
	padding: 24px !important;
	clip-path: polygon(0% 0%, 0% 100%, calc(100% - 18px) 100%, 100% calc(100% - 18px), 100% 0%);
}

.google-resenas .ti-widget.ti-goog .ti-review-header:before {
	border-top-color: #fdf6f3 !important;
}

.google-resenas .ti-widget.ti-goog .ti-controls .ti-next,
.google-resenas .ti-widget.ti-goog .ti-controls .ti-prev {
	outline-color: #fdf6f3 !important;
}

.google-resenas .ti-widget.ti-goog .ti-review-content .ti-review-text,
.google-resenas .ti-widget.ti-goog .ti-widget-container .ti-name,
.google-resenas .ti-widget.ti-goog .ti-with-tooltip,
.google-resenas .ti-widget.ti-goog .ti-widget-container .ti-date .ti-tooltip {
	font-family: "candara", sans-serif;
}

.google-resenas .ti-widget.ti-goog .ti-review-content .ti-review-text {
	color: #12100CDF !important;
	font-size: 1rem;
	font-weight: 300;
}

.google-resenas .ti-widget.ti-goog .ti-widget-container .ti-name {
	font-weight: 400;
	font-size: 1rem;
	color: #12100C;
}

.google-resenas .ti-widget.ti-goog .ti-read-more span {
	opacity: 0.75;
}

.acordeon-faqs .e-n-accordion-item-title {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.acordeon-faqs .e-n-accordion-item-title-icon {
	/* padding: 6px;
    border-radius: 32px;
	background-color: #e05311;*/
	transition: 0.3s all linear;
}

.acordeon-faqs .e-n-accordion-item-title-icon .e-opened {
	display: none !important;
}

.acordeon-faqs .e-n-accordion-item-title-icon .e-closed {
	display: flex !important;
	transition: 0.3s all linear;
}

.acordeon-faqs .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon .e-closed {
	transform: rotate(135deg);
}

.acordeon-faqs .e-n-accordion-item:hover .e-n-accordion-item-title-icon,
.acordeon-faqs .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
	/*background-color: #ae3e17;*/
}

.acordeon-faqs h3 {
	font-family: "candara", sans-serif !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	text-transform: none !important;
	line-height: 1.25em !important;
}

.acordeon-faqs details {
	transition: 0.3s all ease;
}

.acordeon-faqs:hover details {
  	opacity: 0.5;
}

.acordeon-faqs details:has(summary[aria-expanded="true"]),
.acordeon-faqs details:hover {
  	opacity: 1;
}

/* CONTACTO */

.form-contacto input,
.form-contacto textarea,
.form-contacto select {
	padding-top: 16px;
	padding-bottom: 16px;
}

.form-contacto .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: center;
	gap: 8px;
}

.form-contacto .elementor-field-type-acceptance a {
	font-size: 1rem;
	transition: 0.3s all ease;
	font-family: "candara", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
}

.form-contacto .elementor-field-type-acceptance a:hover {
	color: #e05311;
}

.form-contacto .elementor-field-type-acceptance {
	margin-bottom: 24px !important;
}

.form-contacto .elementor-field-type-submit {
	width: fit-content !important;
}

.form-contacto .elementor-field-type-submit .elementor-button-content-wrapper {
	justify-content: flex-end;
}

.form-contacto .elementor-field-type-submit button {
	padding: 15px 15px 15px 17px;
	clip-path: polygon(0% 0%, 0% 100%, calc(100% - 18px) 100%, 100% calc(100% - 18px), 100% 0%);
}

.form-contacto .elementor-field-type-submit .elementor-button-text {
	font-size: 1.125rem !important;
}

.form-contacto .elementor-field-type-submit button svg {
	font-size: 1rem;
	width: 1rem;
}

.form-contacto .elementor-field-type-submit button .elementor-button-icon {
	transform: rotate(-45deg);
	transform-origin: center;
	transition: 0.3s all cubic-bezier(0, .5, .5, 1);
}

.form-contacto .elementor-field-type-submit button:hover .elementor-button-icon {
	transform: rotate(0deg);
}

/* TRABAJOS */

.muro-imagenes .e-gallery-item:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
	width: 49px;
	height: 49px;
	background-color: #FFF;	
}

/* LEGALES */

.legales h2, .legales h3, .legales h4 {
	margin-block-start: 2rem;
}

.legales p:last-of-type {
	margin-block-end: 0;
}

.legales ul, .legales ol {
	padding-left: 16px;
}

/* BOTÓN PERSONALIZADO */

.custom-button {
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #9D370B;
	padding: 15px 17px 15px 15px;
	transition: 0.3s all linear;
	clip-path: polygon(0% 0%, 0% 100%, calc(100% - 18px) 100%, 100% calc(100% - 18px), 100% 0%);
}

.boton-bis .custom-button {
	background: #AE3E17;
}

.custom-button svg {
	height: auto;
	transform: rotate(-45deg);
	fill: #FFF;
	transition: 0.3s all cubic-bezier(0,.5,.5,1);
}

.custom-button svg:nth-of-type(1) {
	font-size: 0.95rem;
	width: 0.95rem;
	margin-right: 4px;
	margin-left: -18px;
	opacity: 0;
}

.custom-button svg:nth-of-type(2) {
	font-size: 1rem;
	width: 1rem;
	margin-left: 4px;
}

.custom-button .custom-text {
	font-size: 1.125rem;
	color: #FFF;
}

/* .custom-button:after {
	content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 21px;
    height: 21px;
    background-color: #FFF;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}*/

.custom-button:hover {
	padding: 15px 17px 15px 15px;
	background-color: #AE3E17;
}

.boton-bis .custom-button:hover {
	background-color: #903015;
}

.custom-button:hover svg {
	transform: rotate(0deg);
}

.custom-button:hover svg:nth-of-type(1) {
	margin-left: 0px;
	opacity: 1;
}

.custom-button:hover svg:nth-of-type(2) {
	margin-right: -18px;
	opacity: 0;
}

.boton-menu svg {
	z-index: 1;
}

.boton-menu .custom-button {
	padding: 8px 15px 8px 11px;
	display: flex;
	align-items: center;
}

.boton-menu .custom-button svg:nth-of-type(1) {
	font-size: 0.75rem;
	width: 0.75rem;
	height: 20px;
	margin-left: -16px;
}

.boton-menu .custom-button svg:nth-of-type(2) {
	font-size: 0.8rem;
	width: 0.8rem;
	height: 20px;
}

.boton-menu .custom-button:hover svg:nth-of-type(1) {
	margin-left: 0px;
}

.boton-menu .custom-button:hover svg:nth-of-type(2) {
	margin-right: -16px;
}

.boton-menu .custom-button .custom-text {
	font-family: "candara", sans-serif;
	font-weight: 700;
}

.boton-menu .custom-button:after {
	display: none;
}

/* ESTILOS AGREGADOS */

.listado-opacidad a {
	transition: 0.3s all ease;
}

.listado-opacidad ul>li:not(last-of-type) a {
	padding-bottom: 8px;
}

.listado-opacidad.compressed ul>li:not(last-of-type) a {
	padding-bottom: 4px;
}

.listado-opacidad:hover a,
.nav-dos:hover a,
.enlaces-der:hover a {
	opacity: 0.5;
}

.listado-opacidad a:hover,
.nav-dos a:hover,
.enlaces-der a:hover {
	opacity: 1;
}

.contenedor--nav-dos ul {
	gap: 48px;
}

.nav-dos .elementor-nav-menu:after {
	display: none;
}

.contenedor-flexible {
	transition: 0.3s all cubic-bezier(0,.5,.5,1) 0.15s !important;
	width: 25% !important;
}

.contenedor-flexible:before {
	opacity: 0.5 !important;
}

.contenedor-flexible.activo {
	width: 50% !important;
	padding: 48px 96px 48px !important;
}

.contenedor-flexible.activo:before {
	opacity: 0.25 !important;
}

.contenedor-flexible .elementor-heading-title {
	font-size: 1.75rem !important;
	line-height: 1.25em !important;
}

.contenedor-flexible.activo .elementor-heading-title {
	font-size: 3.75rem !important;
	line-height: 1.125em !important;
}

.contenedor-flexible .caja-info-main {
	overflow: hidden;
	max-height: 0px !important;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s max-height cubic-bezier(0,.5,.5,1) 0.6s, 0.15s opacity linear 0s !important;
}

.contenedor-flexible.activo .caja-info-main {
	max-height: 200px !important;
	opacity: 1;
	pointer-events: auto;
	transition: 0.3s max-height cubic-bezier(0,.5,.5,1) 0.3s, 0.15s opacity linear 0.6s !important;
}

.contenedor-opacidad:before,
.imagen-parallax {
	transition: 0s all linear !important;
}

.trabajamos .imagen-cambio img,
.trabajamos .caja-color,
.trabajamos .caja-numero span,
.trabajamos .texto,
.trabajamos.activo .numero span,
.trabajamos .antes:after,
.trabajamos .despues:after{
	transition: 0.3s all ease-out !important;
}

@media (max-width: 767px) {
	.trabajamos .numero span,
	.trabajamos .encabezado,
	.trabajamos .texto,
	.trabajamos .imagen-cambio {
		opacity: 1;
	}
}

.trabajamos .antes,
.trabajamos .despues {
	background: #888785;
}

.trabajamos .antes:after,
.trabajamos .despues:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.trabajamos .despues:after {
	background: linear-gradient(90deg, #12100C 0%, #888785 100%);
}

.trabajamos .antes:after {
	background: linear-gradient(90deg, #888785 0%, #12100C 100%);
}

.trabajamos.activo .imagen-cambio img {
	filter: invert(1);
}

.trabajamos.activo .caja-color,
.trabajamos.activo .caja-numero {
	background-color: #12100C !important;
}

.trabajamos.activo .numero span {
	color: #FFF !important;
}

.trabajamos.activo .numero span,
.trabajamos.activo .encabezado,
.trabajamos.activo .texto,
.trabajamos.activo .imagen-cambio,
.trabajamos.activo .antes:after,
.trabajamos.activo .despues:after{
	opacity: 1;
}


@media (max-width: 767px) {
	.trabajamos.activo .imagen-cambio img {
		filter: invert(0);
	}
	
	.trabajamos.activo .caja-color,
	.trabajamos.activo .caja-numero {
		background-color: #12100C00 !important;
	}
	
	.trabajamos.activo .numero span {
		color: #12100C !important;
	}
}

.blur {
	backdrop-filter: blur(10px);
}

.caja-about,
.caja-about:before {
	transition: 0.3s all cubic-bezier(0,.5,.5,1) !important;
}

.caja-about:hover {
	transform: translateY(-10px);
}

.caja-about:hover:before {
	opacity: 1 !important;
}

/* RESPONSIVE */

.cerrar-icono {
	display: none;
}

.menu-movil-abierto .abrir-icono {
	display: none;
}

.menu-movil-abierto .cerrar-icono {
	display: block;
}

.menu-nav nav>ul>li {
	padding-bottom: 8px;
}

.boton-movil .custom-button {
	padding: 19px 21px 19px 19px;
}

.boton-movil .custom-button svg:nth-of-type(1) {
	font-size: 1.45rem;
	width: 1.45rem;
}

.boton-movil .custom-button svg:nth-of-type(2) {
	font-size: 1.5rem;
	width: 1.5rem;
}

.boton-movil .custom-button .custom-text {
	font-size: 1.75rem;
}

.boton-menu.movil .custom-button {
	padding: 8px 14px 8px 6px;
}

.boton-menu.movil .custom-button svg:nth-of-type(1) {
	font-size: 1.45rem;
	width: 1.45rem;
}

.boton-menu.movil .custom-button svg:nth-of-type(2) {
	font-size: 1.5rem;
	width: 1.5rem;
}

.boton-menu.movil .custom-button .custom-text {
	font-family: "Kaymon Main", sans-serif;
	font-size: 1.75rem;
	line-height: 1.125em;
    font-weight: 400;
}

@media (max-width: 1024px) {
	.scroll .header-main-container {
		transform: translateY(-120px);
	}
	
	.menu-nav .sub-menu {	
		padding-bottom: 0px !important;
	}
	
	.menu-nav .sub-menu .elementor-sub-item {
		font-size: 1.25rem !important;
	}
	
	.menu-nav .elementor-item {
		width: fit-content;
	}
	
	.contenedor-flexible.activo {
		padding: 32px !important;
	}

	.contenedor-flexible .elementor-heading-title {
		font-size: 1.25rem !important;
	}

	.contenedor-flexible.activo .elementor-heading-title {
		font-size: 2.375rem !important;
	}
	
	.contenedor-flexible.activo .caja-info-main {
		max-height: 206px !important;
	}
}

@media (max-width: 767px) {
	.scroll .header-main-container {
		transform: translateY(-96px);
	}
	
	.menu-nav .sub-menu .elementor-sub-item {
		font-size: 1.125rem !important;
	}
	
	.acordeon-faqs h3 {
		font-size: 1rem !important;
	}
	
	.boton-menu.movil .custom-button .custom-text {
		font-size: 1.375rem;
	}
}