/*
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.1739515387
Updated: 2025-02-14 06:43:07

*/

.w-50{
	width: 50%;
}

.w-100{
	width: 100%;
}

.contactanos-flex-div{
	display: flex;
	gap: 25px;
}

.contactanos-form-div .input-form.input {
	padding: 9px 0;
}

.contactanos-form-div .input-form.input input[type=text], input[type=email], input[type=tel] {
 	border: 1px solid #b7b7b7;
	border-radius: 7px;
	font-size: 12px;
	padding: 10px;
	font-weight: 500;
}


.contactanos-form-div .input-form.submit{
	padding-top: 10px;
}

.contactanos-form-div .input-form.submit input[type=submit]{
	padding: 9px 33px;
	border-radius: 7px;
	font-size: 15px;
	color: #fff;
	background: #5b6b2e;
	border: 1px solid #5b6b2e;
	font-weight: 600;
}


/* Proyectos slider */
.slickNextBtn{
    z-index: 3;
    position: absolute;
    top: 40%;
    right: 200px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-size: 0;
    transition: all 0.3s;
    transition-delay: .1s;

}


.slickPrevBtn{
    z-index: 3;
    position: absolute;
    top: 40%;
    left: 200px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-size: 0;
    transition: all 0.3s;
    transition-delay: .1s;
    
}

@media screen and (max-width: 1024px){
	.slickNextBtn{
		right:75px;
	}
	.slickPrevBtn{
		left:75px;
	}
}

@media screen and (max-width: 767px) {
  .w-50 {
    width: 100%;
  }
	
	.contactanos-flex-div {
    display: block;
	}
	
	.contactanos-form-div .input-form.input{
		padding: 5px 0;
	}
	
	.contactanos-form-div .input-form.submit{
	padding-top: 0px;
	}
	
	.slickNextBtn{
		right:30px;
	}
	.slickPrevBtn{
		left:30px;
	}
}