/* 
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
*/
:root {
	--color-1: #848281;
    --color-2: #EE7623;
	
	--color-8: #494949; 
}

/* Carrusel Servicios Home */
/*Colors cards slides*/
#servicesCarrusel .swiper-slide:nth-child(2n+1) {
	background: var(--color-1);
}
#servicesCarrusel .swiper-slide:nth-child(2n) {
	background: var(--color-2);
}
#servicesCarrusel .elementor-testimonial {
    display: flex;
    flex-direction: column;
}
/*fin colors cards slides*/
#servicesCarrusel .elementor-testimonial .elementor-testimonial__footer {
    order: 0;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__content {
    order: 1;
    margin-top: 10px;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__footer {
    display: flex;
    flex-direction: column;
}
#servicesCarrusel .swiper-slide {
    background: #EE7623;
    border-radius: 16px;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__title {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: left;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
    margin-bottom: 15px;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text ul {
    padding-left: 17px;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__footer cite.elementor-testimonial__cite {
    width: 100%;
    padding-left: 16px;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text ul li {
    list-style: none;    
    padding-bottom: 12px;
}
#servicesCarrusel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text ul li:before {
    content: '►';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -14px;
    top: 1px;
    color: #3C3C3C;
    font-size: 10px;
    padding: 0;
}
#servicesCarrusel .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    top: calc(100% + 40px);
    left: calc(100% - 140px);
}
#servicesCarrusel .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    top: calc(100% + 40px);
    left: calc(100% - 90px);
}
#servicesCarrusel .eicon-chevron-left:before {
    content: url(/wp-content/uploads/2023/01/arrow-left-masa-ingenieros.png);
}
#servicesCarrusel .eicon-chevron-right:before {
    content: url(/wp-content/uploads/2023/01/arrow-right-masa-ingenieros.png);
}
#servicesCarrusel .elementor-swiper-button:hover .eicon-chevron-left:before{
	content: url(/wp-content/uploads/2023/02/Arrow-Left-hover.png);
}
#servicesCarrusel .elementor-swiper-button:hover .eicon-chevron-right:before{
	content: url(/wp-content/uploads/2023/02/Arrow-Right-hover.png);
}
#servicesCarrusel .container-button-swiper-slide {
	display: flex;
	justify-content: flex-end;
	padding-top: 1rem;
}
#servicesCarrusel .button-swiper-slide {
	color: #fff;
	font-weight: 700;
	text-align: right;
} 
#servicesCarrusel .button-swiper-slide:hover{
	font-weight: 800;
}
#cardsServicesCarrusel .container-button-card-services {
	display: flex;
	justify-content: flex-end;
	padding-top: 1rem;
}
#cardsServicesCarrusel .button-card-services {
	color: #3C3C3C;
	font-weight: 700;
	text-align: right;
} 
#cardsServicesCarrusel .button-card-services:hover{
	font-weight: 800;
}
/* End Carrusel Servicios Home */

/* Proyectos */
.boxProyect {
    display: flex;
    min-height: 260px;
}
.boxProyect .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#featuredProyect .boxProyect h3 {
    color: #202020;
    font-weight: 600;
    line-height: 30px;
}
/* End Proyectos */

/* Clientes */
#sliderClientes img.swiper-slide-image {
    filter: opacity(0.6);
    transition: .3s;
}
#sliderClientes img.swiper-slide-image:hover {
    filter: opacity(1);
    transition: .3s;
}
/* End Clientes */

/*Trabaja con nosotros*/
#formTrabajaConNosotros .elementor-field-group-adjuntarArchivo {
    border: 3px dotted;
	border-color: var(--e-global-color-text );
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
#formTrabajaConNosotros .elementor-field-label .elementor-screen-only {
	top: 0;
    position: inherit;
    margin-right: 10px;
    display: block;
    margin-bottom: 15px;
}
#formTrabajaConNosotros .elementor-field .elementor-size-md .elementor-upload-field {
	display: block;
    width: 100%;
}
/*End Trabaja con nosotros*/

/* Responsive */

@media (max-width: 767px) {  
    #servicesCarrusel .elementor-swiper-button.elementor-swiper-button-prev {
        left: calc(50% - 50px);
    }
    #servicesCarrusel .elementor-swiper-button.elementor-swiper-button-next {
        left: calc(50% + 10px);
    }
    #featuredProyect .elementor-container .elementor-inner-column.elementor-element:nth-child(2) .boxProyect {
        order: 1;
    }
}
