/* 
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 */
.car-equipe .swiper-slide:hover img,.car-equipe .swiper-slide img{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
* {
    scrollbar-width: auto;
    scrollbar-color: #313b47;
}
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #313b47;
    border-radius: 5px;
    border: 1px solid #ffffff;
}
b,strong{
	font-weight:700;
}
li.lang-item a,li.lang-item.current-lang a{
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border:1px solid transparent !important;
}
li.lang-item a:hover,li.lang-item.current-lang a {
    border: 1px solid #999 !important;
}
li.lang-item a:after {
    content: none !important;
}
#sec-picoparana #jarallax-container-0{
    mask-image: url(https://hollandamonclaro.com/wp-content/uploads/2026/03/banner1-hollandamonclaro.webp);
    mask-position: bottom center;
    mask-size: cover;
    mask-repeat: no-repeat;
}
.rt-elementor-container .single-team-area img {
    background-color: #e6e5e0;
    border-radius: 20px;
}
.steps {
    transform-style: preserve-3d;
}
.steps:after {
    content: '';
    height: 5px;
    width: 75%;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFF;
    z-index: -1;
    -webkit-transition: width 500ms ease-in-out;
-moz-transition: width 500ms ease-in-out;
-ms-transition: width 500ms ease-in-out;
-o-transition: width 500ms ease-in-out;
transition: width 500ms ease-in-out;
}
.div-metodologia:before {
    content: '';
    height: 70px;
    width: 422px;
    position: absolute;
    top: -65px;
    left: calc(100% - 422px) !important;
    background-image: url(img/aba-steps.webp);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 0;
}
#artigos .wpr-grid-image-wrap {
    padding: 15px;
}
span.wpr-grid-extra-icon-right {
    transform: translateY(3px);
}
.wpr-forms-container form.wpcf7-form .wpcf7-form-control-wrap {
    display: inline !important;
    margin-left: 1%;
    margin-right: 1%;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin-top: 20px !important;
    display: inline-block;
}
.wpr-forms-container form.wpcf7-form .wpcf7-form-control-wrap > span.wpcf7-not-valid-tip {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 1%;
    font-size: 13px;
}
.wpr-forms-container .wpcf7 cite {
    margin-bottom: 0;
    color: #808080;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
}
.header-post .e-con-inner {
    border-bottom: 1px solid #e2e2e0;
}
.wpr-search-form-submit {
    transform: translateX(0);
}
.wpr-search-form-input {
    transform: translateX(25px);
}
#sidebar-blog h5 {
    font-family: 'Inter';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #313b47;
    border-bottom: 1px solid #e9e8e7;
    padding-bottom: 20px;
    margin-bottom: 0;
}
#sidebar-blog nav ul li a{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    color:#6d6e71;
}
#sidebar-blog nav ul li{
    list-style: none;
    border-bottom: 1px solid #e9e8e7;
    padding-bottom: 10px;
    padding-top: 10px;
}
#sidebar-blog nav ul{
    margin: 0;
    padding:0;
}
.footer-autor-container {
    display: flex;
    align-items: center;
}
.footer-autor-container img {
    width: 100%;
    min-width: 113px;
    border-radius: 15px;
    background-color: #e7e6e1;
    margin-right: 15px;
}
.footer-autor-container span {
    margin: 0 10px;
}
.elementor .wpr-post-content hr {
    margin: 20px 0;
    background-color: #e2e2e0;
}
.car-equipe .swiper-slide:hover img{
    scale:1.1;
}
.car-equipe .elementor-widget-image {
    overflow: hidden;
}
.assinatura-autor .elementor-author-box__avatar img {
    background-color: #e7e6e1;
}
.wpr-post-content img {
    max-width: 500px;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}
/*************** Fim ********************/
@media screen and (max-width:768px){
    .steps:after {
        height: 75%;
        width: 3px;
        position: absolute;
        top: 30px;
        left: 30px;
        right: initial;
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }
    .div-metodologia::before {
        width: 200px;
        left: calc(100% - 200px) !important;
    }
    #sec-picoparana #jarallax-container-0 {
        max-height: 500px;
        top: initial !important;
        bottom: 0;
        mask-position: 88% 50%;
        mask-size: 180% 350px;
    }
    #sec-picoparana #jarallax-container-0 div{
        background-position: 60% 50% !important;
    }
    li.lang-item, li.lang-item.current-lang {
        display: inline-block;
        margin: 10px;
    }
    .wpr-mobile-nav-menu {
        background-color: #FFF;
    }
    .assinatura-autor > div {
        flex-direction: column;
    }
    .assinatura-autor > div .elementor-author-box__avatar{
        align-self: flex-start !important;
    }
}