/**
Theme Name: Astra Child
Author: Iván Candela
Author URI: https://www.web2one.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Custom CSS by Dave Foy - https://www.designbuildweb.co - hello@designbuildweb.co */

/* Use the same method of sizing elements as Elementor does */

/* ANTON VALLS */ 

a, a:hover, a:visited, a:active, a:link {

    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

body * {
	box-sizing: border-box;
}

/* Fix for horizontal wiggle on iPhone with GeneratePress - thanks Lyle Chamney from http://snifflevalve.com/ */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
textarea {
        resize: none;
}

/* Elementor - set some default left and right padding on mobile - same as in GeneratePress */
.elementor-top-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}

/* 1. Don't set padding if an Elementor library item is embdedded within another section via shortcode */
/* 2. Don't set padding if an Elementor library item is embdedded within a standard non-full width page */
.elementor-top-section .elementor-top-section.elementor-section-boxed > .elementor-container,
body:not(.full-width-content) .entry-content .elementor-top-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}

/* 3. Don't set padding if the section has a class of 'nopad' */
.elementor-top-section.elementor-section-boxed.nopad > .elementor-container {
	padding: 0;
}

/* Make Elementor elements expand to fit the full available width. This is due to how Elementor puts padding all the way around columns */
.elementor-section-boxed .elementor-column-gap-default .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.elementor-section-boxed .elementor-column-gap-extended .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.elementor-section-boxed .elementor-column-gap-wide .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-section-boxed .elementor-column-gap-wider .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}
.elementor-nav-menu {
	z-index: 50;
	position: relative
}
.ehf-header header {

    z-index: auto;
}
.ehf-header header.ast-sticky-active {
	z-index: 35;
}
/* remove transtion for for objects with the class 'parallax' */

#home-buttons {
	transition: all 0.7s ease-out;
}
.parallax {
    transition: none !important;
}/*
:not(.ast-shrink-custom-header) .ast-custom-header {
	background-color: rgba(255,255,255,0.8);
	visibility: hidden;
	position: absolute;
}
.ast-header-sticky-active {
	display: block !important;
}*/
.home #page-title-bg {
	display: none;
}
#primary {
    margin: 0;
}
html {
    /*background: url("/wp-content/uploads/bg-html.jpg") repeat 0 0;*/
}
body,
#content {
    background: rgba(0, 0, 0, 0) !important;
}
h1,
h2 {
    margin: 1em 0;
}
#tfn-direct {
    position: absolute;
    top: 10px;
    right: 34px;
    z-index: 666;
    width: 196px;
}
#tfn-direct a {
	font-size: 20px;
	
}

.main-header-menu a {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.7), 0 0 4px rgba(255, 255, 255, 0.8);
}


main p a,
main h3 a {
    /*border-bottom: 1px solid #ddd;*/
}
.ast-header-break-point .ast-mobile-menu-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.ast-button-wrap .menu-toggle {
    border-radius: 25px;
}
.ast-footer-overlay {
    padding: 10px 0;
    border-top: 3px solid #111;
}
.modal-content {
    padding: 30px;
    width: 70%;
    max-width: 700px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	background: #aaa !important;
	border: 9px solid rgba(255,255,255,0.5);
}
.wpcf7-textarea {
	height: 215px;
}
nav .fa-phone, nav .fa-envelope {
    padding: 5px 7px;
    border-radius: 0;
    font-size: 21px;
    color: #fff;
    background: #32c69a;
    height: 32px;
    width: 32px;
    margin-left: 9px;
    transition: all .2s ease-in-out;


}
.elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev {
	top: 44% !important;
}
figcaption.elementor-image-carousel-caption {
	border-bottom: 4px solid #32c69a;
	margin: 0 7%; 
}
.phone-header i {
	font-size: 22px;
	color: #32c69a;
	vertical-align: middle;
	transform: translateY(-1px);
}
header .fa-envelope {
    font-size: 21px;
	padding: 5px 4px;
}
nav .fa-phone:hover, nav .fa-envelope:hover {
	transform: scale(1.1);
	background: background: rgba(0,0,0,0.8);
}
header .elementor-widget-shortcode { text-align: right; }
#title-overslide {
	margin-top: -400px;
}
.elementor-headline-dynamic-text {
	font-weight: 700 !important;
	color: #000 !important;
}
.modal-content {
	border-radius: 0;
}
button.close {
    position: absolute !important;
    right: 0;
    top: 0;
    float: none;
    display: block;
}
#servicios-home img {
    padding: 30px;
    background: #fff;
}
/*#masthead {	position: fixed;	width: 100%;}#masthead .custom-logo {    max-height: 70px;    width: auto;}#content {	padding-top: 80px;}*/

#nav_menu-6 .widget-title {
    visibility: hidden;
}
.frame {

    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 3px transparent;
    z-index: 1;
    position: relative;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;

}

.elementor-message-success { color: #fff;}

h1 span{
	color: #064322;
	text-shadow: -2px 2px 0px #71e54e, 1px 2px 1px #333 !important;
	font-size: 32px;
	text-transform: uppercase;
}
#contacta-icons {
    z-index: 999999;
}
button.close { padding: 1px; }
.wpcf7-form-control-wrap.datos {
		display: inline;
}
.wpcf7-form h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #064322;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
	color: #5B5A5D;
}
.wpcf7-submit {
	color: #fff;
	background: #5B5A5D !important;
	
}
.wpcf7-submit:hover {
	color: #fff;
	background: #5B5A5D;
}
.white a { color: #fff; }

.form-field-field_1 {
	display: inline-block;
}

footer p, footer a { color: #fff; margin: 0 !important; }

.nomargin p { margin: 0 !important; }
.elementor-slide-heading {
	/*text-shadow:	-1px 0 2px #FFFFFF,	1px 0 2px #FFFFFF, 0 -1px 2px #FFFFFF, 0 1px 2px #FFFFFF, -1px 0 1px #FFFFFF,
					1px 0 1px #FFFFFF,	0 -1px 1px #FFFFFF,	0 1px 1px #FFFFFF !important;*/
}
.elementor-field-option a { color: #ddd; text-shadow: 1px 1px 1px #000; }
.elementor-type-footer p, .elementor-text-editor p { }
.elementor-field-type-acceptance {
	color:#999;
	padding-left:4px;
}
.elementor-field-type-acceptance input[type="checkbox"] {
    vertical-align: top;
    margin-top: 3px;
}
.elementor-field-type-acceptance a {
	font-weight: bold;
}
.black .elementor-field-type-acceptance, .black .elementor-field-type-acceptance a {
	color: #777;
}
.elementor-message-success {text-align: center;}
#logo {background-blend-mode: multiply;}
@media only screen and (max-width: 922px) {
	#primary { padding: 0; }
    nav .llamanos,
    nav .presupuesto {
        position: fixed;
        right: 20px;
        bottom: 93px;
    }
    nav .presupuesto {
        bottom: 160px;
    }
	#tfn-direct { display: none; }
    nav .fa-phone,
    nav .fa-envelope {
		color: #fff;
        background: #32C69A;
        box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.5);
		z-index: 999999;
    }
    .main-header-menu-toggle {
        box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.5) !important;
    }
}
/*
#page-title-bg > .elementor-background-overlay {
  animation: MoveHeader 10s linear infinite; 
}

@keyframes MoveHeader {
  0% {
		left: calc(100% - 50px);
  }
  30% {
		filter: blur(2px);
  }
  
  50% {
    	left: calc(100% + 50px);
  }
  80% {
    filter: blur(0px);
  }

}
*/
.elementor-slide-content {
	max-width: 560px !important;
}
.elementor-220 .elementor-element.elementor-element-5d5bdcb0 .elementor-slide-description {
    padding: 30px 20px !important;
    background: rgba(255,255,255,0.4 !important;
	text-shadow: 0 0 2px #FFFFFF, 0 0 1px #FFFFFF !important;
}
.elementor-slide-description, .elementor-slide-title {
	text-shadow: 0 0 2px #FFFFFF, 0 0 1px #FFFFFF !important;
}
.void-cf7-0 .wpcf7 { max-width: 700px; }
.void-cf7-0 h3 { display: none; }

.elementor-slide-heading {
	text-shadow:	-1px 0 2px #FFFFFF,	1px 0 2px #FFFFFF, 0 -1px 2px #FFFFFF, 0 1px 2px #FFFFFF, -1px 0 1px #FFFFFF,
					1px 0 1px #FFFFFF,	0 -1px 1px #FFFFFF,	0 1px 1px #FFFFFF !important;
}