/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/*Home*/
.color-gray{
    color:#5A5A5A !important;
}
.lista ul{
    padding: 0px 14px;
}
.lista ul li .dentro-li{
    margin-left: 50px;
}
.lista ul li{
    margin-top:15px;
}
.color-aguam{
    color: #CEE8EF !important;
}
.lista-2 ul{
    padding: 0px 14px;
}
.lista-3 ul{
    list-style: none;
    padding: 0px 14px;
}
.lista-3 ul li::before{
    content: "\2022";
    color: #71BEDC;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/*innovacion*/
.fw-900{
    font-weight: 900;
}
.inno-tabs .elementor-tabs-wrapper{
    padding-left: 9%;
    padding-right: 9%;
}
.inno-tabs .elementor-tabs-wrapper div{
    border-radius: 20px 0px 0px 0px;
    margin-right: 2%;
    background-color: #00426E;
    display: flex !important;
    justify-content: center;
    align-content: center !important;
    flex-wrap: wrap;
    text-align: center;
}
.inno-tabs .elementor-tabs-wrapper .elementor-active{
    background-color: #71BEDC !important;
}
.color-white{
    color:#ffffff;
}

/*Heel*/
.video-heel .elementor-widget-container{
    height: 400px;
}

/*preguntas frecuentes*/
.faqs .elementor-tab-title.elementor-active,.faqs .elementor-tab-title{
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}