/*
===================================
Root
===================================
*/

:root{
	--transition-all:all .2s ease-in-out;
    --color-primary: #EBBE00 !important;
}

/*
===================================
Geral
===================================
*/
html,body{
    scroll-behavior: smooth !important;
}

.footer-wrapper > .container > .row > div:nth-child(2){
    margin-left:auto !important;
}

/*
===================================
Geral -form
===================================
*/
.form-wrapper .contact-form span{
    display: inline-block;
    margin-bottom:15px;
    width: 100%;
}

.form-wrapper .contact-form :is(input:not([type="submit"]),textarea){
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 20px;
    background: white;
    border-radius: 10px;
}

/*
===================================
GDPR - LGPD
===================================
*/

div#cmplz-manage-consent .cmplz-manage-consent{
    left:40px;
    right:unset;
}

@media (width >= 768px){
    div#cmplz-cookiebanner-container .cmplz-cookiebanner{
        left:10px;
        right:unset;
    }
}

@media (width <= 768px){
    div#cmplz-cookiebanner-container .cmplz-cookiebanner{
        left:10px;
        right:unset;
        width: calc(100% - 20px);
        bottom: 10px;
        grid-gap:0px;
    }
}

