/* 
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
*/


/*Subrayado de los servicios en la home*/

.lista-servicios ul li {
	border-bottom: 1px solid #d45100;
	padding-bottom: 5px!important;
}


/*Estilos de las cajas dinámicas de Servicios*/

.caja-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
	padding: 0;
  transition: all 0.4s ease-in-out;
}
.carta {
	max-height: 412px;
}
.carta.carta-activa{
	max-height: 800px!important;
}

.carta-activa .caja-extra {
  max-height: 500px; 
  opacity: 1;
	padding: 30px 30px 70px 30px;
}

.carta-activa .service-button {
  display: none;
}


/*Estilos del formulario de contacto*/
#boton-formulario{
	margin-top: 20px;
}

/*Footer*/

.footer-contacto-info .titulo p{ margin: 0;}

/*Flechas de servicios home*/

.e-eicon-chevron-right, .e-eicon-chevron-left {	visibility: hidden!important;
}

.elementor-19 .elementor-element.elementor-element-17224cb > .elementor-widget-container {
	padding: 30px!important;
}

.elementor-19 .elementor-element.elementor-element-b207edb > .elementor-widget-container {
	padding: 30px!important;
}