/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/**Añadir flechas personalizadas en slider listing**/

.elementor-2 .elementor-element.elementor-element-85e1ef0 .jet-listing-grid__slider-icon.prev-arrow::before{
    content: url(https://pentadom.factoryfy.com/wp-content/uploads/2024/05/flecha_izquierda.svg);
}

.elementor-2 .elementor-element.elementor-element-85e1ef0 .jet-listing-grid__slider-icon.next-arrow::before{
    content: url(https://pentadom.factoryfy.com/wp-content/uploads/2024/05/flecha_izquierda.svg);
}

.jet-listing-grid__slider-icon.slick-arrow svg{
	display: none;
}

/**Hover suave listing soluciones**/

div.elementor.elementor-69{
	overflow: hidden;
}

.soluciones-hover{
	-webkit-transition: all .5s!important;
    -moz-transition: all .5s!important;
    -o-transition: all .5s!important;
    transition: all .5s!important;
}


.soluciones-hover:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
 	   transform: scale(1.1);
	
}


/**Ajuste flechas menú móvil**/

@media (max-width: 1024px){
    span.sub-arrow svg{
	 fill: white;
	}
}

/**Ajuste alineación iconos listado en /carga-electrica-viviendas**/

.iconos-especiales .elementor-icon-box-icon {
	margin-top: 18px!important;
}

/**Ajuste escalon listing grid proyectos**/

@media (min-width: 768px){
	.proyectos-escalon .jet-listing-grid__item:nth-child(2n + 1) {
  		margin-top: 120px; 
	}
}

/**Ajuste título nota legal**/
h2.titulo-legal{
	
	font-size: 25px;
}
