/*
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.3.0.1743581581
Updated: 2025-04-02 08:13:01

*/

.menu_popup .elementor-item.elementor-item-active {font-weight: bold !important;}
@media(max-width: 768px) {
	.footer .footer_icon_list .elementor-icon-list-text {text-align: center;}
}

.loop_entradas a {width: 100%;}
.loop_entradas .stock.out-of-stock {
	display: none;
}

/*HEADER*/
.header_1.elementor-sticky--effects {background-color: #00195F !important; height: 68px;}
/*.header_1.elementor-sticky--effects img {width: 60px !important;}*/
.header_1.elementor-sticky--effects .e-con-inner {padding: 10px 0px;}
.contenido_entrada h2 {text-align: start !important; font-size: 27px !important;}
.header_1.elementor-sticky--effects .boton1 .elementor-button {background-color: #1A1D1E !important; padding: 25px !important;}
.header_1.elementor-sticky--effects .boton1 .elementor-button:hover {background-color: #00195F !important;}
.header_1 .logo-header-1 img {
	width: 200px;
  transition: width 0.5s ease;
}
.header_1.elementor-sticky--effects .logo-header-1 img {
  width: 150px !important;
}
/*END header*/


.container_services1, .container_services2, .container_services3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem; 
  transition: all 0.5s ease;
}

.arrow_services1 svg, .arrow_services2 svg, .arrow_services3 svg {
  transition: transform 0.5s ease;
}

.container_services3:hover .arrow_services3 svg,
.container_services2:hover .arrow_services2 svg,
.container_services1:hover .arrow_services1 svg {
	fill: #00195F !important;
	transform: translateX(10px); 
}

.container_services1:hover .title_services h4,
.container_services2:hover .title_services h4,
.container_services3:hover .title_services h4 {
	color: #00195F !important;
}

.nav_header .elementor-item.elementor-item-active {font-weight: 600 !important;}

/*CONTACT*/
	.cont_contact .elementor-icon-list-text {width: 100%; word-wrap: break-word; padding-right: 15px;}
