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


/******** Index ********/


/*  General
    Header
    Footer
    Home
    Google Widget
    Page afiliados
    Footer
    Página Empresa
*/


/******** General ********/

.text-destacat,
.box-destacat p {
    display: initial;
    color: #000;
    background: #C9F2E3;
    padding: 0 15px 5px;
}

.ancla {
    padding-top: 90px;
}


/* Responsive */

@media only screen and (max-width: 959px) {
    h1.elementor-heading-title {
        font-size: 40px !important;
        line-height: 1.15em !important;
    }
    h2.elementor-heading-title {
        font-size: 35px !important;
    }
}

.texto-maquina .eael-fancy-text-strings {
    height: 195px;
}

@media (max-width: 1175px) {
    .texto-maquina .eael-fancy-text-strings {
        height: 260px;
    }
}

@media (max-width: 1024px) {
    .texto-maquina .eael-fancy-text-strings {
        height: 156px;
    }
}

@media (max-width: 767px) {
    .texto-maquina .eael-fancy-text-strings {
        height: 98px;
    }
}

@media (max-width: 660px) {
    .texto-maquina .eael-fancy-text-strings {
        height: 150px;
    }
}

@media (max-width: 447px) {
    .texto-maquina .eael-fancy-text-strings {
        height: 202px;
    }
}

@media (max-width: 388px) {
    .texto-maquina .eael-fancy-text-strings {
        height: 255px;
    }
}


/******** END General ********/


/******** Header & Footer ********/

.elementor-nav-menu--main .item-destacado .elementor-item {
    font-family: "Rubik", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2em;
    color: #FFF !important;
    background-color: #df2a2a;
    border: 1px solid #df2a2a;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 3px 4px 0px 0px #FFB6B6;
    padding: 5px 20px 5px 20px !important;
}

.elementor-nav-menu--main .item-destacado .elementor-item:hover {
    color: #000 !important;
    background-color: #FFB6B6;
    border-color: #FFF;
}

.home .elementor-nav-menu--main .item-destacado .elementor-item:hover {
    border-color: #F3F3F3;
}

.elementor-nav-menu--main .item-destacado .elementor-item:after {
    display: none !important;
}


/* Menu mobile */

.elementor-nav-menu--dropdown .item-destacado .elementor-item {
    font-family: "Rubik", Sans-serif !important;
    font-weight: 600 !important;
    color: #FFF !important;
    background-color: #027368;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.elementor-nav-menu--dropdown .item-destacado .elementor-item-active {
    color: #000 !important;
}


/******** END Header ********/


/******** Footer ********/

.elementor-location-footer p a {
    color: #FFF;
}

.elementor-location-footer p a:hover {
    color: #c9f2e3;
}


/******** END Footer ********/


/******** Home ********/

.home .bg-color {
    background-color: #F3F3F3 !important;
}

.faixa-fosca .destacat {
    color: #ffe8cb;
}

.bg-extra::before {
    display: block;
    content: '';
    background-color: #FFE8CB;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -1;
}

.section-faqs .elementor-toggle-item {
    border: 2px solid #027368;
    border-radius: 15px;
    overflow: hidden;
}


/* Responsive */

@media only screen and (min-width: 960px) {
    .faixa-fosca .destacat {
        display: block;
    }
}

@media only screen and (max-width: 959px) {
    .faixa-fosca .elementor-element {
        font-size: 16px !important;
    }
    .img-arrow-rotate img {
        width: 12px;
    }
    .elementor .box-oferta img,
    .steps-funciona img {
        max-width: 85%;
    }
    .steps-funciona h2 {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .img-arrow-rotate {
        transform: rotate(90deg);
    }
}


/******** END Home ********/


/******** Google Widget ********/

.elementor .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    flex: 0 0 22%!important;
    max-width: 22%!important;
}

.elementor .ti-widget.ti-goog .ti-col-3 .ti-review-item {
    flex: 0 0 30%!important;
    max-width: 30%!important;
}

@media (max-width: 1092px) {
    .elementor .ti-widget.ti-goog .ti-col-3 .ti-review-item {
        flex: 0 0 29%!important;
        max-width: 29%!important;
    }
}

.elementor .ti-widget.ti-goog .ti-col-2 .ti-review-item {
    flex: 0 0 45%!important;
    max-width: 45%!important;
}

@media (max-width: 680px) {
    .elementor .ti-widget.ti-goog .ti-col-2 .ti-review-item {
        flex: 0 0 44%!important;
        max-width: 44%!important;
    }
}

.ti-widget.ti-goog .ti-col-1 .ti-review-item {
    flex: 0 0 94%!important;
    max-width: 94%!important;
}

.ti-widget.ti-goog .ti-reviews-container-wrapper {
    column-gap: 40px;
}

@media (max-width: 559px) {
    .elementor .ti-widget.ti-goog .ti-review-item {
        margin: 0 15px;
    }
    .ti-widget.ti-goog .ti-reviews-container-wrapper {
        column-gap: 0px;
    }
}

@media (max-width: 490px) {
    .ti-widget.ti-goog .ti-col-1 .ti-review-item {
        flex: 0 0 93%!important;
        max-width: 93%!important;
    }
}

@media (max-width: 415px) {
    .ti-widget.ti-goog .ti-col-1 .ti-review-item {
        flex: 0 0 92%!important;
        max-width: 92%!important;
    }
}

@media (max-width: 370px) {
    .ti-widget.ti-goog .ti-col-1 .ti-review-item {
        flex: 0 0 91%!important;
        max-width: 91%!important;
    }
}

@media (max-width: 330px) {
    .ti-widget.ti-goog .ti-col-1 .ti-review-item {
        flex: 0 0 90%!important;
        max-width: 90%!important;
    }
}

.elementor .ti-widget.ti-goog .ti-review-item {
    border: 2px solid #027368;
    box-shadow: 6px 6px 0px 0px #C9F2E3;
    border-radius: 15px;
    margin-bottom: 6px;
    padding: 20px 30px!important;
    height: fit-content;
}

.ti-widget.ti-goog .ti-review-content .ti-review-text {
    height: auto!important;
    max-height: 81.2px;
}

.elementor .ti-widget.ti-goog .ti-review-item>.ti-inner {
    /*border-color: #027368 !important;*/
    border: 0px!important;
    padding: 0px!important;
    padding-bottom: 7px!important;
}

.elementor .ti-widget.ti-goog .ti-review-header:before {
    /*border-top-color: #027368 !important;*/
    display: none;
}

.elementor .ti-widget.ti-goog .ti-review-header {
    padding: 0;
}

.ti-widget.ti-goog .ti-widget-container .ti-date {
    display: none;
}

.ti-footer {
    display: none !important;
}

.elementor .ti-widget.ti-goog .ti-controls .ti-next:before,
.elementor .ti-widget.ti-goog .ti-controls .ti-next:after,
.elementor .ti-widget.ti-goog .ti-controls .ti-prev:before,
.elementor .ti-widget.ti-goog .ti-controls .ti-prev:after {
    width: 8px;
    height: 2px;
    background: #C3C3C3;
}

.elementor .ti-widget.ti-goog .ti-controls .ti-next:before {
    top: 9px;
}

.elementor .ti-widget.ti-goog .ti-controls .ti-next:after {
    top: 14px;
}

.elementor .ti-widget.ti-goog .ti-controls .ti-prev:before {
    top: 14px;
}

.elementor .ti-widget.ti-goog .ti-controls .ti-prev:after {
    top: 9px;
}


/******** END Google Widget ********/


/******** Page afiliados ********/

.lista-afiliados ol {
    list-style: none;
    counter-reset: contador1;
}

.lista-afiliados ol li {
    counter-increment: contador1;
    margin: 12px 0;
    display: inline-block;
    position: relative;
}

.lista-afiliados ol li::before {
    content: counter(contador1);
    color: #027368;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid #027368;
    position: absolute;
    left: -60px;
    padding: 6px 12px;
    line-height: 1em;
    min-width: 46px;
}

.lista-afiliados ol li:nth-child(n+10):before {
    left: -64px;
    padding: 6px 9px;
}


/******** END Page afiliados ********/


/******** Formulario ********/

.elementor-field-group .elementor-field:hover,
.elementor-field-group .elementor-field:focus {
    border-color: #027368 !important;
    box-shadow: none;
}


/******** END Formulario ********/


/******** Footer ********/

@media (max-width: 767px) {
    #menu-1-d69c79c {
        margin-right: auto;
        margin-left: 0;
        justify-content: flex-start;
    }
}


/******** END Footer ********/


/******** Página Empresa ********/

@media (min-width: 768px) {
    .caja-inline>.e-con-inner {
        width: auto;
        margin-left: 0;
    }
}


/******** END Página Empresa ********/