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

/* Desenvolvido pela logica digital - Desenvolvedor: Gabriel Costa de Souza */

/* Add your custom styles here */

/* Estilização da scrollbar */

body::-webkit-scrollbar {
    width: 15px;                    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #aaa;             /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #edc900;    /* color of the scroll thumb */
    border-radius: 15px;            /* roundness of the scroll thumb */
    border: 3px solid #aaa;       /* creates padding around scroll thumb */
}

/* Navegador Slide Home */

.swiper-pagination-bullet {
    border-radius: 0px;
    padding: 10px;
}

.swiper-wrapper.elementor-slides {
    margin-bottom: 7vh;
}

/* Navegador blog */

.page-numbers {
    border-radius: 0px;
    padding: 10px 15px;
    background-color: #8B8F92;
}

.page-numbers.current {
    border-radius: 0px;
    padding: 10px 15px;
    background-color: #edc900;
}

.page-numbers.prev,
.page-numbers.next {
    background: transparent;
    font-size: 25px;
}

/* Negrito dos Conteudos */

.txt strong,
.txt b {
    color: #EDC900;
}

.txt-servico strong {
    color: #EA0B00;
}

.txt-sobre strong {
    color: #8B8F92;
}

/* Estilos de textos em geral */

.info-num {
    margin-left: 60px;
}

.info-num p {
    font-size: 50px;
    margin-bottom: -30px
}

.info-num h6 {
    font-size: 30px;
}

.info-num .elementor-icon-list-icon {
    width: 150px;
}

@media (max-width: 1024px) {
    .info-num {
        margin-left: 60px;
    }
    
    .info-num p {
        font-size: 40px;
        margin-bottom: -20px
    }
    
    .info-num h6 {
        font-size: 20px;
    }
    
    .info-num .elementor-icon-list-icon {
        width: 75px;
    }
}

@media (max-width: 900px) {
    .info-num {
        margin-left: 60px;
    }
    
    .info-num p {
        font-size: 30px;
        margin-bottom: -15px
    }
    
    .info-num h6 {
        font-size: 15px;
    }
    
    .info-num .elementor-icon-list-icon {
        width: 75px;
    }
}

@media (max-width: 900px) {
    .info-num {
        margin-left: 0px;
    }
    
    .info-num p {
        font-size: 25px;
        margin-bottom: -15px
    }
    
    .info-num h6 {
        font-size: 15px;
    }
    
    .info-num .elementor-icon-list-icon {
        width: 75px;
    }
}

/* - ==================================================================== - */

#abas-loc .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    color: #edc900;
    transition: 0.5s;
}

#abas-loc .elementor-tabs-wrapper .elementor-tab-title {
    color: #767676;
    transition: 0.5s;
}

@media (min-width: 768px) {
    #abas-loc .elementor-tabs-content-wrapper {
        background: #fff;
        padding: 5px 30px;
        border-radius: 30px 0 0 30px;
        transition: 0.5s;
        box-shadow: inset 0 0 1em #fff, 0 0 1em #767676;
        padding: 10px 10px;
        list-style: none;
        height: 900px;
        overflow-y: scroll;
    }
    
    #abas-loc .elementor-tabs-content-wrapper::-webkit-scrollbar {
        width: 13px;
    }
    
    #abas-loc .elementor-tabs-content-wrapper::-webkit-scrollbar-track {
        background: #ccc;
    }
    
    #abas-loc .elementor-tabs-content-wrapper::-webkit-scrollbar-thumb {
        background: #edc900;
        border:1px solid #ccc;
    }
    
    #abas-loc .elementor-tabs-content-wrapper {
        border-bottom: solid 3px #ccc;
    }
}

@media (max-width: 768px) {
    #abas-loc .elementor-tab-title.elementor-tab-mobile-title {
        background: #fff;
        margin: 60px 10px;
        padding: 10px 30px;
        border-radius: 30px;
        box-shadow: inset 0 0 1em #fff, 0 0 1em #767676;
        transition: 0.5s;
    }
}