/* 
Theme Name: Austral - 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
*/
/************************/
/******** GENERAL  *******/
/************************/
html, body {
    overflow-x: hidden;
}
/** TIPOGRAFÍAS **/
h3 span {
    font-weight: 400!important;
}
/* BOTONES */
.bannerPrincipal .elementor-slide-button:after {
    content: url("/wp-content/uploads/2023/05/icono-flecha.svg");
    margin-left: 10px;
}
.bannerPrincipal .elementor-slide-button:hover:after, .elementor-button-link.elementor-button:hover span.elementor-button-icon, button.elementor-button:hover span.elementor-align-icon-right {
    margin-left: 20px!important;
}
header .elementor-button-link.elementor-button:hover span.elementor-button-icon, header button.elementor-button:hover span.elementor-align-icon-right {
    margin-left: 0px!important;
}
.btnNegro .st0 {
    fill: #171B24;
}
.btnBlanco .st0 {
    fill: #fff;
}
/** IFRAME **/
iframe {
    border-radius: 10px!important;
}
/** FOOTER LINKS **/
footer span.elementor-icon-list-text:hover {
    color: var( --e-global-color-text )!important;
}
/** POP UP **/
.mfp-wrap, .pp-modal-popup-standard {
    z-index: 9999999!important;
}
div#pp-popup-content {
    text-transform: initial!important;
    letter-spacing: 0!important;
}
/************************/
/***** FIN: GENERAL  ****/
/************************/