/*
Theme Name:  Hello Elementor child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Daniel Bermúdez
Author URL:  /
Template:    hello-elementor
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/



.elementor-nav-menu li a{
	text-transform: uppercase;
}
.elementor-widget-image-box .elementor-image-box-content{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.team .elementor-widget-image-box .elementor-image-box-title{
	display: flex;
    justify-content: center;
    border: 1px solid #FFFFFF;
    padding: 4px 20px;
    width: max-content;
    border-radius: 50px;
	margin-bottom: 10px;
}
.servicios-content{
	overflow: hidden !important;
	transition: .3s ease-in-out;
}
.servicios-content:hover{
	box-shadow: 0px 4px 32px -4px #0C0C0D1A;
	transition: .3s ease-in-out;
}
.servicios-content > div{
	border-radius: 12px;
    width: 90%;
    top: 72%;
    transform: translateX(-50%);
    left: 50% !important;
	transition: .3s ease-in-out;
	padding: 20px !important;
}
.servicios-content:hover > div{
	top: 0;
	width: 100%;
	transition: .3s ease-in-out;
	justify-content: center;
	padding: 20px 30px !important;
}
.servicios-content:hover > div .elementor-widget-icon{
	display: none;
}
.servicios-content > div .elementor-widget-heading{
	width: 100%;
}
.servicios-content > div .elementor-widget-heading .elementor-heading-title{
	display: flex;
	justify-content: center;
	width: 100%;
	border: 1px solid #C70000;
	padding: 12px 10px;
	border-radius: 8px;
}
#proveedores .e-gallery-justified .e-gallery-image{
	background-size: initial;
    background-repeat: no-repeat;
}

.clientes .e-gallery-justified .e-gallery-image{
	background-size: initial;
    background-repeat: no-repeat;
}
.pie-footer p{
	margin-bottom: 0
}
.pie-footer p a{
	color: #E9E7E8;
	font-weight: 700;
}
.clientes .e-gallery-container{
	justify-content: center;
	gap: 60px;
	padding: 0;
}
.clientes .e-gallery--ltr.e-gallery-justified .e-gallery-item{
	position: static;
	height: 80px;
}


@media (max-width: 1024px){
	.servicios-content > div, .servicios-content:hover > div{
		top: 30%;
	}
	.servicios-content > div .elementor-widget-icon{
		display: none;
	}
	.team-subitem .elementor-widget-image-box .elementor-image-box-title{
		font-size: 12px !important;
		line-height: 15.04px !important;
	}
	.team-subitem .elementor-widget-image-box .elementor-image-box-description, .team-subitem .elementor-widget-heading span{
		font-size: 12px !important;
		line-height: 13.8px !important;
	}
	
}


