/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
*/
header#masthead.scrolling{position:fixed;width:100%}
.ast-custom-button:after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f007";
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    position: relative;
    left: -5px;
    padding: 0px;
    margin-left: 10px;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 a {
    border: solid #fff 1px;
    border-radius: 50px;
    padding: 10px 30px;
    ;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 a i{font-weight: 400;}
.elementor-icon-box-wrapper i {
    color: #1D8ECE;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 a:hover{
    background-color: #E8619E;
    color:#fff;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
    border-right: solid #fff 2px;
}
.elementor-element.elementor-element-8abc07d.preguntas-frecuentes .elementor-accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-top: 0;
}
ul#menu-menu-footer li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0px 10px;
}
.titulo-bicolor h2, strong,
.titulo-bicolor strong{color:#1D8ECE}
.form-contacto-top p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.form-contacto input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #EEA9D9;
    color: #443A3A;
}
a.elementor-accordion-title {
    text-decoration: none!important;
    padding-left: 0!important;
}
.form-contacto-bottom input::placeholder,
.form-contacto-top input::placeholder{color: #443A3A!important;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-enviar {
    max-width: 200px;
    display: block;
    border-radius: 30px;
    background: #1D8ECE;
    margin: 20px auto;
    color: #fff;
    padding: 10px;
    filter: drop-shadow(0px 10px 30px #B3C5CF);
    border-color: #1D8ECE;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-enviar:hover{
	background:#F38F2D;
	border-color: #F38F2D;
	transition:0.5s all;
}
.btn-contrata a {
    text-decoration: none!important;
    color: transparent;
    background: url(https://test.adview.mx/recolector/wp-content/uploads/Boton.webp);
    width: 264px;
    height: 106px;
    display: inline-block;
	transition:0.5s all;
}

.btn-contrata a:hover{
    text-decoration: none!important;
    color: transparent;
    background: url(https://test.adview.mx/recolector/wp-content/uploads/Boton-hover.webp);
    width: 264px;
    height: 106px;
    display: inline-block;
		transition:0.5s all;	
}
section#block-13 {
    margin: 0;
}
section#block-13 i{    color: #1D8ECE;}
section#nav_menu-4 ul {
    margin: 0;
    padding: 0;
}
section#nav_menu-4 ul li{display:inline-block; position:relative; vertical-align:middle; padding:0px 10px;}
.ttl-contacto i{color:#F38F2D}
.ttl-contacto a{color:#54595F; text-decoration:none!important;}
{
    box-shadow: 0px 10px 30px 0px rgba(25, 24, 22, 0.5);

}
/* hovers */
ul#ast-hf-menu-2 li a:hover,
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 a:hover {
    color: rgba(68, 58, 58, 1);
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 i.fa-solid.fa-phone::before{margin-left: 5px;} 
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 a{
    color: #1D8ECE;
    background: #fff;
 
}

.ast-header-button-1 .ast-custom-button:hover{
    color: rgba(68, 58, 58, 1);
}

/* Underline From Left */
ul#ast-hf-menu-1 li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    
  }
  ul#ast-hf-menu-1 li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1D8ECE;
    height: 4px;
    max-width: 60%;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  ul#ast-hf-menu-1 li a:hover:before, ul#ast-hf-menu-1 li a:focus:before, ul#ast-hf-menu-1 li a:active:before {
    right: 0;
  }
  
  a.elementor-button.elementor-button-link.elementor-size-sm{
    box-shadow: 0px 10px 30px 0px rgba(179, 197, 207, 1);
  }
  .phone a {
    position: fixed;
    right: 5px;
    z-index: 9999999999999999;
    top: 50%;
    font-size: 20px;
    color: #E8619E ;
}
.whatsaap a {
    position: fixed;
    right: 5px;
    z-index: 9999999999999999;
    top: 58%;
    font-size: 20px;
    color: #00d674;
}
section#block-8 i.fa-solid.fa-phone::before{margin-left: 5px;} 
@media(max-width:524px){
	.form-contacto-top p{
		grid-template-columns: repeat(1, 1fr);
		margin: 0;
    	padding: 10px 0px;
	}
	aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner,
	section#block-9 {
    	text-align: center;
	}
	ul#menu-menu-footer li{display:block}
	.site-primary-footer-wrap {
		padding: 5px 20px;
	}
	section#block-8 a {
    	display: block;
	}
	section#block-8 br{display:none;}
}