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

.homeslider .elementor-swiper .elementor-slides-wrapper > .swiper-pagination{
	width:fit-content;
	left:40px;
	bottom:85px;
}
.boxservicio .boxlink{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #D1E2F4D9;
	opacity:0;
	transition:300ms;
}
.boxservicio .boxlink p{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
	transition:300ms;
}
.boxservicio .boxsep span{
	transition:300ms;
}
.boxservicio:hover .boxlink{
	opacity:1;
}
.boxservicio:hover .boxlink p{
	right:50%;
	transform: translate(50%, -50%);
}
.boxservicio:hover .boxicon svg{
	fill: #2B1B07;
}
#content .boxservicio:hover .boxtitle p{
	color:#2B1B07;
}
#content .boxservicio:hover .boxsep span{
	width:77px;
	border-block-start: 1px solid #2B1B07;
}
.popmenu .menuabajo a{
	color:white;
}
.iconomenu svg g{
	transition:300ms;
}
.iconomenu:hover svg g:first-of-type, .iconomenu:hover svg g:last-of-type{
	transform: scaleX(1.5) translateX(-5.3px);
}
.formcontacto .elementor-form-fields-wrapper .elementor-field-group > label{
	position:absolute;
	top:0;
	left:22px;
}
.formcontacto .elementor-form-fields-wrapper .elementor-field-type-textarea{
	border-bottom: 1px solid #6B4312;
}
.formcontacto .elementor-form-fields-wrapper .elementor-field-group > input:focus,.formcontacto .elementor-form-fields-wrapper .elementor-field-group > textarea:focus{
	box-shadow:none;
}
.blog .elementor-button-wrapper > a > .elementor-button-content-wrapper{
	justify-content:flex-end;
	gap:12px;
}
.blog .elementor-button-wrapper > a > .elementor-button-content-wrapper .elementor-button-text{
	flex-grow:unset;
}
.blog .elementor-button-wrapper > a > .elementor-button-content-wrapper .elementor-button-icon{
	position:relative;
	top:3px;
}
.nounderline a{
	text-decoration:none;
}