/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/*//**@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/***
Essenciais
*************/
body {
    font-family: 'Poppins', sans-serif;
}

body.body_block{
    overflow:hidden;
}
/***
Whatsapp Flutuante
*************/
a#whatsapp-link {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    content: url('assets/svg/whatsapp.svg');
    padding: 5px;
    animation: float 1s ease-in-out infinite;
}
a#whatsapp-link:hover {
    filter: none;
    transition: none;
}
@media (min-width: 1024px) {
    a#whatsapp-link {
        right: 40px;
        bottom: 40px;
        width: 70px;
        height: 70px;
        padding: 10px;
    }
}
@keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
      filter: brightness(1.2);
    }
    100% {
      transform: translateY(0);
    }
}

.textcolor_gradient {
    background: linear-gradient(238deg, #FFF 32.17%, #95BE22 211.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pdbottom-0 {
    padding-bottom:0 !important;
}

.ovf-hidden {
    overflow: hidden;
}

.textcolor_white {
    color: white;
}

.textcolor_blue {
    background: linear-gradient(239deg, #343434 31.44%, #074F88 124.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textcolor_green {
    color: #44511F;
}

.textcolor_black {
    color: black;
}

.button_padrao_green {
    color: white;
    background: linear-gradient(124deg, #95BE22 29.72%, #F0D805 127.15%);
}

.button_padrao_white {
    color: #343434;
    background: linear-gradient(124deg, #FFF 29.72%, #FFF 127.15%);
}


/*****
HEADER *****/
.sidebuttons-utils {
    position: fixed;
    bottom: -1px;
    width: 100%;
    left: 0;
    padding: 15px 10px;
    border-top: 1px solid white;
    z-index: 8;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-menu-central {
    padding: 20px 0;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}

header > .container {
    position:relative;
    z-index: 3;
}
section.supervideo_banner {
    height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    background: black;
    padding-top: 100px;
    padding-bottom: 60px;
}

.sidemenu-button button {
    background: white;
    width: 60px;
    height: 35px;
    border-radius: 100px;
    border: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sidemenu-button button span {
    background: black;
    width: 30px;
    display: inline-block;
    transition:0.4s ease all;
    height: 1px;
    margin: 2px 0;
}

.sidemenu-button {
    display: flex;
    align-items: center;
}

span.menuname {
    height: 35px;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-left: 10px;
    border-radius: 100px;
}
.body_block span.menuname,
.body_block .sidebrand a {
    filter: brightness(0);
}
.body_block a.btn_action_menu {
    background:#fff;
    color: #44511F;
}

.sidebrand a {
    display: flex;
}

.sidebrand a:before {
    content: url(assets/svg/logo.svg);
    display: inline-block;
    width: 100px;
    height: 48px;
}

a.btn_whatsapp_menu {
    background: white;
    height: 45px;
    width: 45px;
    border-radius: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

a.btn_whatsapp_menu:before {
    content: url(assets/svg/whatsapp.svg);
    display: inline-block;
    width: 40px;
    height: 40px;
    transform: scale(0.8);
}

a.btn_action_menu {
    border-radius: 50px;
    background: linear-gradient(105deg, #95BE22 -7.97%, #F0D805 68.5%);
    color: #44511F;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 25px 10px 60px;
    display: inline-block;
    border: 1px solid transparent;
    height: 45px;
    display: flex;
    align-items: center;
    transition: 0.4s ease all;
}

a.btn_action_menu:hover {
    transition: 0.4s ease all;
    background: white;
}

a.btn_action_menu:before {
    content: url(assets/svg/icon_btn_menu.svg);
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 19px;
    height: 29px;
}

.title-banner > span {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.title-banner > span:after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 3px;
    border-radius: 1000px;
    background: linear-gradient(90deg, #F0D805 5.85%, #95BE22 25.4%, rgba(193, 255, 18, 0.00) 83.43%);
    margin: 15px 0 10px 0;
}

.title-banner h1 {
    color: white;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}

.cards-banner {
    display: flex;
    flex-flow: wrap;
}

.unicocard-banner {
    margin-bottom: 15px;
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.iconcard-banner {
    width: 70px;
    height: 70px;
    background: linear-gradient(185deg, #95BE22 4.25%, #F0D805 208.51%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.desccard_banner {
    width: calc(100% - 70px);
    border: 0.3px solid rgba(216, 216, 216, 0.00);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.desccard_banner span {
    color: white;
    font-size: 28px;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 5px;
}

.desccard_banner p {
    font-size: 12px;
    margin: 0;
    color: white;
    font-weight: 300;
    line-height: 14px;
}

.unicocard-banner:nth-of-type(1) .iconcard-banner::before {
    content: url(assets/svg/banner-ico1.svg);
    height: 38px;
}

.unicocard-banner:nth-of-type(2) .iconcard-banner::before {
    content: url(assets/svg/banner-ico2.svg);
}

.unicocard-banner:nth-of-type(3) .iconcard-banner::before {
    content: url(assets/svg/banner-ico3.svg);
}

.iconcard-banner::before {
    display: inline-block;
    width: 45px;
    height: 45px;
}

i.item-small {
    font-style: normal;
    font-size: 16px;
}
i.item-small.projects-items {
    font-style: normal;
    font-size: 14px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
p.item-small.projects-items {
    margin: 0 0 -5px;
}
/***
MAIN ********/
section.padrao-section-home {
    position: relative;
    padding:40px 0;
}

h2.title_padrao_section {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}

h2.title_padrao_section span {
    display: inline-block;
    font-size: 22px;
    display: flex;
    width: 100%;
    line-height: initial;
    font-weight: 300;
    flex-direction: column;
}

h2.title_padrao_section span:after {
    content: "";
    position: relative;
    width: 25px;
    height: 1px;
    background: linear-gradient(238deg, #FFF 32.17%, #95BE22 211.98%);
    display: inline-block;
    margin: 5px 0 10px 0;
    opacity: 0.4;
}

p.desc_padrao_section {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

a.button_padrao {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 14px 28px;
    transition: 0.4s ease all;
    border-radius: 100px;
    font-size: 14px;
}

span.gradient_line {
    background: linear-gradient(90deg, #F0D805 5.85%, #95BE22 25.4%, rgba(193, 255, 18, 0.00) 83.43%);
    display: inline-block;
    width: 100px;
    height: 3px;
    border-radius: 100px;
    margin: 10px 0 0;
}
.title-page{
    color: #fff;
    display: inline-block;
    width: 100%;
}

.gradient_green_line {
    background: linear-gradient(90deg, #F0D805 5.85%, #95BE22 25.4%, rgba(193, 255, 18, 0.00) 83.43%);
}
.flex_section_fullwidth_image {
    background: red;
    position: relative;
    margin: -60px 0 -40px;
    min-height: auto;
    display: flex;
    justify-content: center;
    background-size: cover;
    align-items: center;
    background-position: center center;
    padding: 60px 20px;
}
section.aba-half-height .flex_section_fullwidth_image {
    height: 60vh;
    min-height: auto;
}
.flex_section_fullwidth_image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #070F1E 36.87%, rgba(0, 0, 0, 0.00) 99.37%);
    top: 0;
}

.flex_section_fullwidth_image.image_rtl:before {
    content: "";
    background: linear-gradient(to top, #070F1E 6.87%, rgba(0, 0, 0, 0.00) 84.37%);
}

.desc_fullwidth {
    position: relative;
}

.videobanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

section.supervideo_banner .container {
    position: relative;
}

.videobanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, rgba(0, 0, 0, 0.74) -3.01%, rgba(0, 0, 0, 0.00) 141.87%);
}
video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.title_section_big.title_section_center {
    text-align: center;
}

h2.title_padrao_section br {
    display: none;
}

.image_full_2 {
    background-image: url(assets/img/home-agro.jpg);
}

.image_full_3 {
    /* background-image: url(assets/img/sfero_imgs_7.jpg); */
    background-image: url(assets/img/banner-industrial-home-min.jpg);
}

.image_full_4 {
    background-image: url(assets/img/newimage_home.jpg);
}

.image_full_5 {
    background-image: url(assets/img/sfero_imgs_8.jpg);
}

.img_section_home1 {
    background-image: url(assets/img/sfero_imgs_0.jpg);
}

.flex_section_fullwidth_image.filter_blue:before {
    background: linear-gradient(74deg, #084E86 18.41%, rgba(8, 76, 130, 0.04) 63.9%);
}

.side_flex_section_full.background-blue-blockhome {
    background: #074F88;
    padding: 50px 15px 80px;
    height: auto;
}

.gridhome_services {
    border-radius: 40px;
    background: #EDEDED;
    overflow: hidden;
}

.sidesingle_gridhome {
    display: flex;
    flex-flow: wrap;
}

.sidetext_gridhome {
    width: 100%;
    padding: 40px;
}

.sidepic_gridhome {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.sidetext_gridhome h3 {
    font-size: 22px;
    color: #444444;
    margin-bottom: 20px;
}

.sidetext_gridhome p {
    font-size: 14px;
    color: #444444;
    margin: 0;
    line-height: 18px;
}

.sidesingle_gridhome:nth-of-type(2) {
    flex-direction: column-reverse;
}

.sidesingle_gridhome:nth-of-type(1) .sidepic_gridhome {
    background-image: url(assets/img/sfero_imgs_4.jpg);
}

.sidesingle_gridhome:nth-of-type(2) .sidepic_gridhome {
    background-image: url(assets/img/sfero_imgs_3.jpg);
}

.superbig_brasil_home {
    display:none;
}

/* .superbig_brasil_home:before {
    content: url(assets/svg/brazil.svg);
    display: inline-block;
    width: 100%;
    transform: scale(0.7);
    z-index: 7;
    position: relative;
} */
.superbig_brasil_home #brasil-unidade {
    display: inline-block;
    width: 100%;
    transform: scale(0.7);
    z-index: 7;
    position: relative;
}

section.padrao-section-home.section_grid_mode_image {
    padding: 0;
}

.button_center_site {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
}

.button_center_site span {
    display: inline-block;
    font-size: 11px;
    color: #444444;
    margin-top: 15px;
    margin-bottom: 15px;
}

.button_padrao_yellow {
    background: #F0D805;
    color: #444444;
}

h2.title_padrao_section_mini {
    font-size: 18px;
}

.icons_center_green {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin: 0 auto 20px auto;
}

.unicoicon_center {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    max-width: 300px;
    border: 0.3px solid rgba(216, 216, 216, 0.00);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
}

.iconcenter {
    width: 70px;
    height: 70px;
    background: linear-gradient(185deg, #95BE22 4.25%, #F0D805 208.51%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconcenter svg {
    width: 35px;
}
.videobg_imagefull_ {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.videobg_imagefull_:before {
    content: "";
    background: linear-gradient(-81deg, #070F1E 6.87%, rgba(0, 0, 0, 0.00) 84.37%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.videobg_imagefull_ video {
    height: 100%;
}


.text_iconcenter {
    width: calc(100% - 70px);
    border-left: 0;
    padding: 0 20px 0;
    display: flex;
    align-items: center;
}

.text_iconcenter span {
    color: #444;
    font-size: 16px;
    line-height: 18px;
}

@media(min-width: 1024px){
    h2.title_padrao_section span {
        font-size: 32px;
    }
    
    h2.title_padrao_section span:after {
        width: 30px;
        height: 2px;
        opacity: 1;
    }
    p.item-small.projects-items {
        margin: 0 0 -10px;
    }
}

/***
FOOOTER  *****/

footer {
    background: linear-gradient(181deg, #88CAFF -66.64%, #074F88 2.24%, #050D13 127.66%);
    padding-bottom: 100px;
}

.top-footer {
    padding: 50px 0;
}

.brand-footer a:before {
    content: url(assets/svg/logo.svg);
    display: inline-block;
    width: 140px;
    height: 68px;
}

.brand-footer a {
    display: flex;
    margin-bottom: 20px;
}

.desc-footer p {
    font-size: 14px;
    color: white;
}

.unico-menu-footer h3, .title-sideinfos h3 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.unico-menu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}

.unico-menu-footer ul li a {
    color: white;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    padding: 7px 0;
}

.side-menu-footer {
    display: flex;
}

.unico-menu-footer {
    padding-right: 50px;
}

.title-sideinfos h3 a {
    color: white;
}

.unico_address_card {
    padding: 30px;
    border-radius: 10px;
    border: 0.413px solid #2078BE;
}

.unico_address_card * {
    color: white;
}

.unico_address_card h4 {
    font-size: 16px;
    font-weight: 600;
}

.unico_address_card p {
    font-size: 12px;
    margin: 0;
    font-weight: 300;
    line-height: 22px;
}

.flex-copy {
    border-top: 1px solid rgba(128, 128, 128, 0.13);
    margin-top: 30px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.flex-copy span, .flex-copy a {
    font-size: 12px;
    font-weight: 300;
    color: white;
}

.flex-copy a {
    text-decoration: none;
}

.flex-copy ul li a {
    display: inline-block;
    width: 30px;
    height:30px;
    border-radius: 1000px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.flex-copy ul li:nth-of-type(1) a {
    background-image: url(assets/svg/icon-face.svg);
}
.flex-copy ul li:nth-of-type(2) a {
    background-image: url(assets/svg/icon-insta.svg);
}
.flex-copy ul li:nth-of-type(3) a {
    background-image: url(assets/svg/linkedin.svg);
    border: 1px solid rgb(255 255 255 / 41%);
}

.flex-copy ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.flex-copy ul li {
    display: flex;
    margin: 10px;
}

.unicliente_picture {
    width: 100%;
    height: 80px;
    margin: 5%;
    max-width: 150px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(0.7);
}

.grid_clientes_home {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.unicliente_picture.clie_one_0  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_1.png); */
        background-image: url(assets/img/clientes/1.png);
}
.unicliente_picture.clie_one_1  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_2.png); */
        background-image: url(assets/img/clientes/2.png);
}
.unicliente_picture.clie_one_2  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_3.png); */
        background-image: url(assets/img/clientes/3.png);
}
.unicliente_picture.clie_one_3  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_4.png); */
        background-image: url(assets/img/clientes/4.png);
}
.unicliente_picture.clie_one_4  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_5.png); */
        background-image: url(assets/img/clientes/5.png);
}
.unicliente_picture.clie_one_5  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_6.png); */
        background-image: url(assets/img/clientes/6.png);
}
.unicliente_picture.clie_one_6  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_7.png); */
        background-image: url(assets/img/clientes/7.png);
}
.unicliente_picture.clie_one_7  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_8.png); */
        background-image: url(assets/img/clientes/8.png);
}
.unicliente_picture.clie_one_8  {
    /* background-image: url(assets/img/clientes/sfero_imgs_new_9.png); */
        background-image: url(assets/img/clientes/9.png);
}
section.padrao-section-home.full-middel-section {
    background-size: cover;
    background-position: center center;
    position: relative;
}

/***
RESPONSIVO **************/
@media(min-width: 1024px){
    .title-banner {
        display: flex;
        flex-direction: column;
    }
    
    .unicocard-banner {
        width: 32%;
    }
    
    .cards-banner {
        justify-content: space-between;
        max-width: 800px;
    }
    
    .unicliente_picture {
        width: 18%;
        transform: scale(0.6);
        margin: 1%;
        min-width: 165px;
    }

    .iconcard-banner {
        width: 80px;
        height: 80px;
    }
    
    .desccard_banner {
        width: calc(100% - 80px);
        height: 80px;
    }
    
    .title-banner h1 {
        font-size: 56px;
        line-height: 66px;
    }
    
    .title-banner > span {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 30px;
    }
    
    .sidebuttons-utils {
        position: relative;
        background: none;
        border: none;
        width: 33%;
        padding: 0;
        justify-content: end;
        box-shadow: none;
        backdrop-filter: none;
    }

    .sidebrand {
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.btn_action_menu {
        margin-right: 30px;
    }
    
    .sidemenu-button {
        width: 33%;
    }
    
    .flex-menu-central {
        padding: 25px 0;
    }
    
    .sidebrand a:before {
        width: 120px;
        height: 58px;
    }
    
    section.supervideo_banner {
		padding: 110px 0;
		min-height: 100vh;
		height: auto;
	}
    
    .flex-section {
        display: flex;
        flex-flow: wrap;
    }
    
    .side_flex_section {
        width: 50%;
    }
    
    h2.title_padrao_section {
        font-size: 36px;
        line-height: 42px;
    }
    
    p.desc_padrao_section {
        font-size: 16px;
        line-height: 22px;
    }
    
    a.button_padrao {
        font-size: 16px;
    }
    
	.flex_section_fullwidth_image:before {
		background: linear-gradient(to right, #070F1E 36.87%, rgba(0, 0, 0, 0.00) 99.37%);
	}

    section.padrao-section-home {
        padding: 60px 0;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
	section.full-height-section {
		padding: 60px 0 40px;
	}
    section.aba-half-height {
        min-height: auto;
    }
    section.full-middel-section {
        min-height: 50vh;
        padding: 80px 0;
    }

    .side_flex_section_full.background-blue-blockhome {
        width: 50%;
        margin: 0;
        padding: 50px 50px 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .side_flex_section_full {
        width: 50%;
		background-size:cover;
    }
    
    .flex_section_fullwidth {
        display: flex;
        flex-flow: wrap;
    }
    
    .desc_fullwidth {
        width: 50%;
    }
    
    .image_rtl .desc_fullwidth {
        margin-right: 0;
        margin-left: auto;
    }
    
    h2.title_padrao_section br {
        display: block;
    }

    .sidepic_gridhome, .sidetext_gridhome {
        width: 50%;
        height: auto;
        padding: 50px;
    }
    
    .sidesingle_gridhome:nth-of-type(2) {
        flex-direction: initial;
    }
    
    .unicoicon_center {
        width: 33%;
    }
    
    .icons_center_green {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        max-width: 940px;
    }
    
    .side-menu-footer {
        width: 300px;
    }
    
    .sideinfos-footer {
        width: calc(100% - 300px);
    }
    
    .bottom-footer {
        display: flex;
    }
    
    .top-footer {
        display: flex;
        align-items: center;
        padding: 100px 0;
    }
    
    .top-footer .brand-footer {
        margin-right: 40px;
    }
    
    .unico_address_card {
        width: 49.5%;
    }
    
    .cards_infos {
        display: flex;
        flex-flow: wrap;
        grid-gap:5px;
    }
    
    footer {
        padding-bottom: 10px;
    }
    
    .flex-copy {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        align-items: center;
    }

    .bubble-green-br {
        background: linear-gradient(274deg, #A3C120 67.13%, rgba(163, 193, 32, 0.00) 100.71%);
        width: 100px;
        height: 100px;
        position: absolute;
        display: inline-block;
        left: 0;
        bottom: 4px;
        border-radius: 1000px;
        z-index: -1;
        background-blend-mode: color-burn;
    }
	
	
	.superbig_brasil_home:after {
		width: 100%;
		height: 100%;
		position: absolute;
		background: linear-gradient(274deg, #A3C120 67.13%, rgba(163, 193, 32, 0.00) 100.71%);
		border-radius: 1000px;
		display: inline-block;
		content: "";
		left: 0;
		top: 0;
		z-index: 6;
	}
    	
    .superbig_brasil_home {
		display:block;
		margin-bottom: 20px;
		overflow: hidden;
		transform: scale(0.9);
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0;
    }
    
    .superbig_brasil_home:after {
        width: 100%;
        height: 100%;
    }
    
    .bubble-green-br {
        width: 280px;
        height: 280px;
    }

    .button_center_site span {
        font-size: 16px;
    }

    h2.title_padrao_section_mini {
        font-size: 22px;
    }

}

@media(min-width: 1366px){
    h2.title_padrao_section {
        font-size: 46px;
        line-height: 1.2em;
    }
    
    .sidetext_gridhome h3 {
        font-size: 26px;
        line-height: 32px;
    }
    
    .sidetext_gridhome p {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
    }
    
    p.desc_padrao_section {
        font-size: 18px;
        line-height: 1.2em;
    }
    
    .unico_address_card {
        width: 24.5%;
    }
    
    .unico-menu-footer ul li a {
        font-size: 14px;
    }
    
    .unico-menu-footer h3, .title-sideinfos h3 {
        font-size: 18px;
    }
    
    .desc-footer p {
        font-weight: 300;
        font-size: 18px;
        margin-left: 100px;
    }
    
    .brand-footer a:before {
        width: 200px;
        height: 95px;
    }
    .side_flex_section_full {
        width: 50%;
        min-height: 100%;
    	background-position: center;
    }
    h2.title_padrao_section_mini {
        font-size: 32px;
    }

    .desccard_banner p {
        font-size: 16px;
        line-height: 18px;
    }
    
    .desccard_banner span {
        font-weight: 600;
        font-size: 38px;
    }
    
    .cards-banner {
        max-width: 1000px;
    }
    
    .desccard_banner {
        width: calc(100% - 90px);
        height: 90px;
    }
    
    .iconcard-banner {
        width: 90px;
        height: 90px;
    }
    
    .desccard_banner span, .desccard_banner p {
        transform: scale(0.9);
    }

}

@media(min-width: 1920px){
    p.item-small.projects-items {
        margin: 0 0 -20px;
    }
    h2.title_padrao_section {
		font-size: 64px;
    }
    
    p.desc_padrao_section {
        font-size: 20px;
        line-height: 32px;
        margin: 30px 0;
    }

	.side_flex_section_full.background-blue-blockhome {
		padding: 40px 80px 100px;
		justify-content: flex-start;
	}
	
    .title-banner h1 {
        font-size: 86px;
        line-height: 106px;
    }
    .unicliente_picture {
        min-width: 200px;
    }
	
	.flex_section_fullwidth_image {
		padding: 80px 0;
	}
	
	section.full-height-section.mapa-sfero.padrao-section-home {
		padding: 80px 0;
	}
}


/****
SUPER MENU GRANDE *******/
.biggermen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s ease all;
    overflow-y: scroll;
}

._menu-center {
    position: relative;
    z-index: 9;
    padding-top: 90px;
}

._menu_flex {
    padding: 30px 15px;
    opacity: 0;
}

.itens_navbar nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.itens_navbar nav > ul > li > a {
    font-size: 42px;
    color: black;
    font-weight: 200;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 0;
    transition:0.4s ease all;
}

.itens_navbar nav > ul > li > a:hover {
    color:white;
    transition:0.4s ease all;
}

.itens_navbar nav > ul > li.has_submenu > a:after {
    transform: 0.4s ease all;
    content: url(assets/svg/down-menu.svg);
    width: 30px;
    display: inline-block;
    transform: scale(0.8) translate(10px, 4px);
}

.socialm_menu {
    margin: 25px 0;
}

.socialm_menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.socialm_menu .normal_text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: black;
}

.socialm_menu ul li {
    padding-right: 15px;
}

.unicainfo_grid {
    padding: 60px 30px 30px 30px;
    border: 0.528px solid #A4A246;
    border-radius: 10px;
    transition:0.4s ease all;
    position: relative;
}
.unicainfo_grid:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(assets/svg/icon-location.svg) no-repeat center center;
    background-size: contain;
}
.unicainfo_grid:hover{
    background:white;
    border-color:white;
    transition:0.4s ease all;
}
.unicainfo_grid:hover::before {
    filter: brightness(0) saturate(100%) invert(59%) sepia(57%) saturate(382%) hue-rotate(20deg) brightness(94%) contrast(90%);
}
.unicainfo_grid h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.unicainfo_grid p {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
}

.sideinfos_menu {
    padding-bottom: 100px;
}

ul.sub_menu {
    display: none;
    opacity: 0;
}

.socialm_menu ul li:nth-of-type(2) a::before {
    content: url(assets/svg/instagram.svg);
}

.socialm_menu ul li:nth-of-type(3) a::before {
    content: url(assets/svg/facebook.svg);
}

.socialm_menu ul li:nth-of-type(4) a::before {
    content: url(assets/svg/linkedin.svg);
    filter: invert(1);
    border: 1px solid rgb(255 255 255 / 39%);
    border-radius: 1000px;
}

a.icon_menusocial::before {
    display: inline-block;
    width: 28px;
    height: 28px;
}

a.icon_menusocial {
    display: flex;
}

.biggermen:before {
    content: "";
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    z-index: 8;
    transition: 0.6s cubic-bezier(0, 0, 0.81, 0.01) all;
    width: 0%;
    background: linear-gradient(85deg, rgb(160 193 31) -3.01%, rgb(240 216 5) 141.87%);
}

.supermenu_opened {
    opacity: 1;
    pointer-events: all;
    transition: 0.4s ease all;
}

.supermenu_opened___.biggermen.supermenu_opened ._menu_flex {
    opacity: 1;
    transition: 0.5s ease all;
    transition-delay: 2s;
}

.supermenu_opened.biggermen:before {
    width: 100%;
    transition: 0.6s cubic-bezier(0, 0, 0.81, 0.01) all;
    transition-delay: 0.9s;
}

.placas_solares {
    background: #00002b;
    border: 3px solid white;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s ease all;
}

.placas_solares_show {
    opacity: 1;
    transition: 0.5s ease all;
}

.aniamtions_backgrouns {
    display: grid;
    width: 100%;
    height: 100%;
    position: relativtee;
    z-index: 8;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px;
    height: 100%;
}

.active_menu_btns.sidemenu-button button span{
    transition:.4s ease all;
}

.active_menu_btns.sidemenu-button button span:nth-of-type(1) {
    width: 30px;
    transform: translate(7px, 10px) rotate(-45deg) scaleX(.8);
    margin: 0;
    transform-origin: top left;
}

.active_menu_btns.sidemenu-button button span:nth-of-type(2) {
    width: 30px;
    transform: translate(7px, -10px) rotate(45deg) scaleX(.8);
    margin: 0;
    transform-origin: bottom left;
}

@media(min-width: 1024px){
    ._menu_flex {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }

    .sideinfos_menu {
        width: 50%;
        padding: 0;
    }

    .sidenav_menu {
        width: 50%;
    }

    .sideinfos_menu {}

    .flex_grid_infos {
        display: flex;
        flex-flow: wrap;
    }

    .unicainfo_grid {
        width: 50%;
    }

    ._menu-center {
        padding-top: 108px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .itens_navbar nav > ul > li > a {
        font-size: 56px;
    }
}

@media(min-width: 1366px){
    .itens_navbar nav > ul > li > a {
        font-size: 68px;
    }
    
    .socialm_menu .normal_text {
        font-size: 14px;
    }
    
    .socialm_menu {
        margin: 35px 0 0 0;
    }

    .itens_navbar nav > ul > li.has_submenu > a:after {
        width: 40px;
    }
}

/********
PÃGINAS INTERNAS 
*************************/
section.cabecalhos__internas {
    position: relative;
    padding: 150px 0 100px;
    background-size: cover;
    background-position: top center;
}

section.cabecalhos__internas:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    opacity: 0.6;
}

.sidetitle__internas h2 {
    font-size: 36px;
    color: white;
    margin: 0;
}

.sidetitle__internas p {
    font-size: 12px;
    color: white;
}
.cabecalhos__internas a.button_padrao.button_padrao_white {
    background: linear-gradient(124deg, #95BE22 29.72%, #CBFF39 127.15%);
    color: #fff;
}
.pagina-quemsomos a.button_padrao.button_padrao_white.button_play_icon {
    background: #fff;
    color: #98BD23;
}
.cabecalhos__internas a.button_padrao.button_padrao_white svg {
    width: 25px;
    margin-left: 10px;
}
.sidedesc__internas {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
}

.sidetitle__internas {
    margin-bottom: 20px;
}
.sidedesc__internas p {
    font-size: 16px;
}

.color_section_image {
    padding: 60px 20px;
}
.infinite_carousel_type2 .item {
    background: linear-gradient(180deg, #C2F239 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 30px;
    border-radius: 20px;
}

.infinite_carousel_type2 .item span {
    color: #849A25;
    border-bottom: 1px solid #6E7E27;
    margin-bottom: 20px;
    display: inline-block;
}
.image_section_divides {
    width: 100%;
    height: 300px;
    background: url(assets/img/franqueado-banner-aba2-min.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    order: 2;
}
.image_section_divides.financiamento-banner {
    background: url(assets/img/financiamento-banner-credito-min.png) no-repeat center center;
    background-size: contain;
}
.image_section_divides svg {
    display: none;
}
.video_internas_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rebeccapurple;
    top: 0;
    overflow: hidden;
}

.video_internas_bg video {
    width: 100%;
    /* position: relative;
    top: -50%; */
    position: absolute;
    inset: 0;
    object-fit: cover;
    height: 100%;
}

.video_internas_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background: black;
    opacity: 0.8;
}

.cabecalhos__internas .container {
    position: relative;
    z-index: 8;
}

p.large_paragreph_divided {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin: 0;
    font-weight: 300;
}

p.large_paragreph_divided b {
    font-weight: 600;
}

span.letterspacing_divided {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    letter-spacing: 5px;
    font-size: 12px;
}

.color_bg_green {
    background: linear-gradient(0deg, #95BE22 0%, #95BE22 100%), linear-gradient(281deg, #181818 1.56%, rgba(66, 66, 66, 0.00) 90.74%);
}

.flex-_icons_missao {
    display: flex;
    flex-flow: wrap;
    margin-top: -10px;
}

.uniicons_mvv {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 40px auto;
}

.capsule_icon_mvv {
    display: flex;
    flex-flow: wrap;
}

.capsule_icon_mvv .icon-mvv {
    width: 80px;
    height: 80px;
    border: 1px solid #FFF;
    background: linear-gradient(185deg, #95BE22 4.25%, #F0D805 208.51%);
    transform: scale(1.04);
}

.uniicons_mvv .icon-mvv:before {
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: scale(0.8);
}

.uniicons_mvv .icon-mvv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uniicons_mvv:nth-of-type(1) .icon-mvv:before {
    content: url(assets/svg/quemsomos1.svg);
}

.uniicons_mvv:nth-of-type(2) .icon-mvv:before {
    content: url(assets/svg/quemsomos2.svg);
    height: 44px;
}

.uniicons_mvv:nth-of-type(3) .icon-mvv:before {
    content: url(assets/svg/quemsomos3.svg);
}

.desc-mvv {
    width: calc(100% - 80px);
    border: 0.395px solid rgb(216 216 216);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(27.619787216186523px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uniicons_mvv p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 300;
    color: #444;
}

.uniicons_mvv:last-of-type {
    margin-bottom: 0;
}

body, html {
    background: #f1f1f1;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.uniqueitem_timeline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    z-index: 8;
}

.numbertimeline span {
    background: linear-gradient(180deg, #444 -21.88%, #95BE22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins;
    font-size: 62px;
    font-style: normal;
    font-weight: 275;
     /* 0% */
    display: inline-block;
    line-height: 68px;
}

.desc_timelineitem p {color: #444;margin: 0;font-size: 14px;font-weight: 300;line-height: 18px;}

.balltimeline span:nth-of-type(1) {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 1000px;
    background: linear-gradient(185deg, #95BE22 4.25%, #F0D805 208.51%);
}

.balltimeline span:nth-of-type(2) {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    bottom: 15px;
    background: linear-gradient(180deg, #95BE22 0%, rgb(68 84 24 / 58%) 100%);
}

.circle_timeline {order: 2;}

.balltimeline {
    padding-bottom: 25px;
    position: relative;
}

.dotedball_timeline {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    right: 0;
    opacity: 0.1;
}

.dotedball_timeline span {
    width: 300px;
    height: 300px;
    border: 1px dashed #747474;
    position: absolute;
    border-radius: 1000%;
    left: calc(50% - 150px);
}

.numbertimeline {
    order: 1;
}

.desc_timelineitem {
    order: 3;
}
.uniqueitem_timeline  .numbertimeline img {
    max-width: 120px;
}

.desc_timelineitem img {
    max-width: 200px;
}

.uniqueitem_timeline:last-of-type {
    margin-bottom: 0;
}

.dotedball_timeline span:nth-of-type(2) {
    transform: scale(1.1) translate(0px, 10px);
}

.dotedball_timeline span:nth-of-type(3) {
    transform: scale(1.2) translate(0px, 15px);
}

.dotedball_timeline span:nth-of-type(4) {
    transform: scale(1.3) translate(0px, 20px);
}

.centeral_relative_timeline:before {
    width: 3px;
    height: calc(100% - 70px);
    background:  #95BE22;
    position: absolute;
    content: "";
    right: calc(50% - 1.5px);
    top: 70px;
    opacity: 0.5;
}

.centeral_relative_timeline {
    position: relative;
}

.flex_videos {
    display: flex;
    flex-flow: wrap;
}

.uniquevideo__ {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
}

.uniquevideo__ a {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.uniquevideo__ a:before {
    content: url(assets/svg/play.svg);
    display: inline-block;
    width: 70px;
    height: 70px;
}

.uniquevideo__:before {
    content: "";
    background: linear-gradient(0deg, #95BE22 0%, rgba(188, 255, 0, 0.00) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.socialmedia-fixo ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.socialmedia-fixo ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    margin: 0 10px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(39%) saturate(4242%) hue-rotate(190deg) brightness(99%) contrast(94%);
}

.socialmedia-fixo ul li:nth-of-type(1) a:before {
    content: url(assets/svg/instagram.svg);
}

.socialmedia-fixo ul li:nth-of-type(2) a:before {
    content: url(assets/svg/facebook.svg);
}

.color_section_image.color_bg_blue {
    background: linear-gradient(0deg, #074F88 0%, #074F88 100%), linear-gradient(281deg, #181818 1.56%, rgba(66, 66, 66, 0.00) 90.74%);
}
.aba-solicita .color_section_image.color_bg_green {position: relative;}

.aba-solicita .color_section_image.color_bg_green:before {
    content: "";
    background: url(assets/img/grf-financia-min.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    inset: 0;
}
.center_content__colordivided h2 {
    color: white;
    font-size: 32px;
    margin-bottom: 20px;
}

.center_content__colordivided a {
    margin-top: 20px;
}
 
.flex_divdes_imagE_color {
    display: flex;
    flex-flow: wrap;
    background-size: cover;
    background-position: center center;
}

.color_section_image.color_bg_blue {
    order: inherit;
    position: relative;
}
.center_content__colordivided {
    position: relative;
}
.color_section_image.color_bg_blue:before {
    content: "";
    background: url(assets/img/grf-min.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    inset: 0;
}


.unicomini_icon {
    border-radius: 5px;
    border: 1px solid #DADADA;
    padding: 30px;
    margin-bottom: 10px;
}
.unicomini_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A49D9D;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    font-style: normal;
    color: #95BE22;
}
.unicomini_icon p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.unicomini_icon h4 {
    font-weight: 600;
    font-size: 16px;
}

.unicomini_icon img {
    width: 70px;
    margin: 20px 0;
}

.unicomini_icon:last-of-type {
    margin: 0;
}

.ima-bubble {
    display: none;
}

.carousel_infinite_item {
    border-radius: 20px;
    border: 1px solid #D4D4D4;
    background: linear-gradient(180deg, #C2F239 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 50px 38px;
}

.carousel_infinite_item span {
    color: #A3C120;
    font-size: 56px;
    font-weight: 300;
    display: inline-block;
    line-height: 48px;
    padding-bottom: 14px;
    border-bottom: 1px solid #6E7E27;
    margin-bottom: 20px;
}

.carousel_infinite_item p {
    font-size: 22px;
    color: #444;
    margin: 15px 0 0;
}

.dropdow_sfero ul li a {
    width: 100%;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dropdow_sfero ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdow_sfero ul li {
    background: white;
    padding: 10px 30px;
    border-radius: 21px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    margin-bottom: 10px;
}

.dropdown-body {
    display: none;
    margin-top: 10px;
}

.dropdown-body p {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    font-weight: 300;
}

.dropdow_sfero ul li a i {
    background: linear-gradient(180deg, #95BE22 0%, #F0D805 194.55%);
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    transform: translate(18px, 0px) scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdow_sfero ul li a i:before {
    content: "";
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-radius: 2px;
}

.form_section_divides {
    padding: 60px 20px;
    /* background: linear-gradient(143deg, #E4F2FF -2.93%, #E7E9EB 56.24%, rgba(231, 233, 235, 0.00) 79.73%); */
    background: linear-gradient(143deg, #E4F2FF 58.07%, #E7E9EB 86.24%, rgba(231, 234, 235, 0.00) 99.73%);
}

.form_section_divides h3 {
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
}
.form_section_divides input[type="button"],
.form_section_divides input[type="submit"] {
    background: #95BE22;
    width: auto;
    color: #fff;
}
.form_sfero_model input {
    border-radius: 66.075px;
    border: 0.826px solid #D1D1D1;
    background: linear-gradient(96deg, #FFF 45.6%, rgba(255, 255, 255, 0.00) 103.21%);
    box-shadow: 0px 19.82253px 19.82253px 0px rgba(61, 89, 95, 0.01);
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 14px;
}

.form_sfero_model input:last-of-type {
    margin: 15px 0 0;
}

.minigrid_flexicons {
    padding: 30px 0;
}

.linhas-credio-im {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.unicocredito_line {
    width: 48%;
    height: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid #cccccc;
    margin: 1%;
}
.unicocredito_line:nth-of-type(1) {
    background-image: url(assets/img/parceiros/logo-2.jpg);
}
.unicocredito_line:nth-of-type(2) {
    background-image: url(assets/img/parceiros/logo-3.jpg);
}
.unicocredito_line:nth-of-type(3) {
    background-image: url(assets/img/parceiros/logo-4.jpg);
}
.unicocredito_line:nth-of-type(4) {
    background-image: url(assets/img/parceiros/logo-5.jpg);
}
.unicocredito_line:nth-of-type(5) {
    background-image: url(assets/img/parceiros/logo-6.jpg);
}
.unicocredito_line:nth-of-type(6) {
    background-image: url(assets/img/parceiros/logo-7.jpg);
}
.unicocredito_line:nth-of-type(7) {
    background-image: url(assets/img/parceiros/logo-8.jpg);
}
.unicocredito_line:nth-of-type(8) {
    /* background-image: url(assets/img/parceiros/logo-1.jpg); */
}

@media(min-width: 1024px){
    .flex-cabecalho__internas {
        display: flex;
        justify-content: center;
    }
    
    .uniquevideo__ a {
        height: 300px;
    }

    .sidedesc__internas, .sidetitle__internas {
        margin: 0;
        width: auto;
        padding: 0 20px;
    }
    
    .unicomini_icon img {
        width: 100px;
    }

    .sidetitle__internas h2 {
        font-size: 54px;
        font-weight: 400;
        line-height: 58px;
    }
    
    .sidedesc__internas {
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: baseline;
    }
    
    .carousel_infinite_item {
        min-height: 350px;
    }

    section.cabecalhos__internas {padding: 200px 0 100px;}
    
    .flex_divdes_imagE_color {
        display: flex;
        flex-flow: wrap;
    }
    
    .image_section_divides {
        width: 50%;
        height: 100vh;
        order: inherit;
    }
    .image_section_divides.financiamento-banner {
        height: 70vh;
    }
    .form_section_divides {
        width: 50%;
        padding: 70px;
    }
    .form_sfero_model {
        max-width: 400px;
    }
    
    .form_section_divides h3 {
        font-size: 30px;
        line-height: 1.2em;
    }
    .minigrid_flexicons {
        padding: 60px 0;
    }
    .image_section_divides svg {
        display: block;
        width: 87%;
        position: absolute;
        right: -60px;
        height: 85%;
        bottom: -60px;
    }
    .color_section_image {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 50px;
    }
    
    p.large_paragreph_divided {
        font-size: 16px;
        line-height: 24px;
    }
    
    span.letterspacing_divided {
        font-size: 16px;
    }
    
    .numbertimeline, .circle_timeline, .desc_timelineitem {
        order: initial;
        width: auto;
        max-width: 400px;
    }
    
    .uniqueitem_timeline {
        flex-direction: inherit;
        align-items: center;
        justify-content: center;
        margin-bottom: 250px;
    }
    
    .desc_timelineitem {
        width: calc(50% - 40px);
    }
    
    .circle_timeline {
        width: 70px;
    }
    
    .numbertimeline {
        width: calc(50% - 40px);
    }
    
    .uniqueitem_timeline:nth-child(even) {
    }
    
    .uniqueitem_timeline:nth-child(odd) .numbertimeline {
        text-align: right;
        padding-right: 30px;
    }
    
    .uniqueitem_timeline:nth-child(odd) .desc_timelineitem {
        text-align: left;
        padding-left: 20px;
        padding-right: 40px;
    }
    
    .desc_timelineitem p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .uniqueitem_timeline:nth-child(even) .numbertimeline {
        text-align: left;
        padding-left: 30px;
    }
    
    .uniqueitem_timeline:nth-child(even) .desc_timelineitem {
        text-align: right;
        padding-right: 20px;
        padding-left: 40px;
    }
    
    .centeral_relative_timeline {
        margin-top: 50px;
    }
    
    .balltimeline span:nth-of-type(1) {
        width: 80px;
        height: 80px;
    }
    
    .balltimeline span:nth-of-type(2) {
        width: 40px;
        height: 40px;
    }
    
    .circle_timeline {
        width: 80px;
        pointer-events: none;
    }
    
    .dotedball_timeline {
        top: -10px;
    }
    
    .dotedball_timeline span {
        width: 140px;
        height: 140px;
        left: calc(50% - 70px);
    }
    
    .dotedball_timeline span:nth-of-type(2) {
        transform: scale(1.28) translate(0px, 9px);
    }
    
    .dotedball_timeline span:nth-of-type(3) {
        transform: scale(1.6) translate(0px, 18px);
    }
    
    .dotedball_timeline span:nth-of-type(4) {
        transform: scale(2.03) translate(0px, 26px);
    }
    
    .uniquevideo__ {
        width: 48%;
		margin: 0 auto 20px;
    }
    
    .flex_videos {
        justify-content: space-between;
        max-width: 950px;
        margin: 0 auto;
    }

    .unicomini_icon {
        width: 100%;
        margin: 0;
    }
    
    .flex-icons-minizinhos {
        display: flex;
    }
    
    .dropdow_sfero {
        max-width: 950px;
        margin: 50px auto 0 auto;
    }
    
    .dropdow_sfero ul li a {
        font-size: 18px;
    }
    
    .dropdow_sfero ul li {
        padding: 20px 60px;
    }
    
    .dropdow_sfero ul li a i {transform: translate(38px, 0px) scale(1.3);}

    .unicocredito_line {
        width: 23%;
        height: 100px;
    }

    .ima-bubble {
        display: flex;
        width: 50%;
        align-items: center;
    }
    
    .ima-bubble img {
        width: 100%;
        position: relative;
    }

    .bubble_ima {
        width: 100%;
        position: absolute;
    }
    
    .bubble_ima:before {
        content: url(assets/svg/bubble_brand.svg);
        display: inline-block;
        width: 100%;
    }
    
    .flex_internas_imagetext {
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }

    .ima-bubble {
        display: flex;
        width: 50%;
        position: relative;
    }
    
    .side-text__flexinternas {
        text-align: left;
        width: 50%;
        padding-right: 40px;
    }
    
    .flex_internas_imagetext .side-text__flexinternas * {
        text-align: left;
    }
}

@media(min-width: 1366px){
    .sidetitle__internas h2 {
        font-size: 72px;
        line-height: 76px;
    }

    .center_content__colordivided h2 {
        font-size: 64px;
    }
    
    .sidedesc__internas p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }
    
    .sidetitle__internas {
        padding: 0 60px 0 0;
    }
    
    p.large_paragreph_divided {
        font-size: 18px;
        line-height: 28px;
    }
    
    .color_section_image {
        padding: 0 80px;
        min-height: 100vh;
    }
    
    .desc-mvv span {
        font-size: 20px;
    }
    
    .uniicons_mvv p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .desc_timelineitem p {
        font-size: 18px;
    }
    
    .numbertimeline span {
        font-size: 80px;
    }
    
    .uniqueitem_timeline {
        transform: scale(1.1);
    }
    .form_section_divides {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 130px;
    }
}

@media(min-width: 1920px){
    section.cabecalhos__internas {
        padding: 300px 0 200px;
    }
    p.large_paragreph_divided {
        font-size: 22px;
        line-height: 34px;
    }
    .sidedesc__internas p {
        font-size: 18px;
    }
    .form_section_divides h3 {
        font-size: 40px;
    }
    
    .form_sfero_model {
        max-width: 500px;
    }
}

/*****
DEPOIMENTOS 
**********************/
.grandSection_depoimentos {
    overflow: hidden;
}
.carousel_depoimentos_home .owl-carousel .owl-stage-outer {
    overflow: inherit;
    margin-top: 30px;
}
.carousel_depoimentos_home .owl-carousel .owl-item > div {
    transition: 0.5s ease all;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    filter: drop-shadow(0px 11.928044319152832px 34.988929748535156px rgba(218, 233, 244, 0.60));
}
.carousel_depoimentos_home .owl-carousel .owl-item.big > div {
  transform: scale(1.03);
  transition:0.5s ease all;
}
.carousel_depoimentos_home  .owl-carousel .owl-item.big {
    z-index:99;
}
.carousel_depoimentos_home  .owl-carousel .owl-item.medium > div {
  transform: scale(1.02);
  transition:0.5s ease all;
}
.carousel_depoimentos_home  .owl-carousel .owl-item.medium {
    z-index:98;
}
.carousel_depoimentos_home  .owl-carousel .owl-item.xs > div {
  transform: scale(1.01);
  transition:0.5s ease all;
}
.carousel_depoimentos_home  .owl-carousel .owl-item.xs {
    z-index:97;
}

.cover_depoiemnto {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    position: relative;
    background-image: url(assets/img/sfero_imgs_new_0.jpg);
    background-size: cover;
}

.carousel_depoimentos_home .owl-item {
    opacity: 0;
    transition: 0.3s ease all;
}

.carousel_depoimentos_home .owl-item.active {
    opacity: 1;
    transition: 0.3s ease all;
}

.desc_depoimento {
    background: white;
    margin-top: -20px;
    padding: 40px 20px 20px 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 0 0 20px 20px;
}

.desc_depoimento h3 {
    color: #444;
    font-size: 24px;
    margin-bottom: 15px;
}
#carouselDepoimentos_v2 .item{
    min-height: 246px;
}
.depoimentos_card {
    border-radius: 45px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 30px;
}
#carouselDepoimentos_v2 .item {
    min-height: 246px;
    border-radius: 45px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 0;
    margin: 0;
    position: relative;
}
#carouselDepoimentos_v2 .item video {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.video-depoimento video {
	border-radius: 30px;
	display: inline-block;
	position: relative;
	max-height: 500px;
}

.video-depoimento {
    position: relative;
	padding: 30px 0 0;
}

i.icon-play {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 50%;
    cursor: pointer;
}
i.icon-play svg {
    padding: 13px;
}


.desc_depoi_v2 p {
    font-size: 12px;
    margin: 0;
}
.desc_depoi_v2 {
    position: relative;
}

.desc_depoi_v2 p:before, .desc_depoi_v2 p:after {
    content: "";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
}

.desc_depoi_v2 p:before {background-image: url(assets/svg/quotes-1.svg);top: -35px;}

.desc_depoi_v2 p:after {
    background-image: url(assets/svg/quotes-2.svg);
    right: 0px;
}
.desc_depoi_v2 h3 {
    text-align: center;
    font-size: 15px;
    margin: 40px 0 0 0;
}

.cover_depoimentos_ball {
    margin-bottom: 25px;
}

.bubble_Ball_depoimentos {
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    margin: 0 auto;
    background-image: url(assets/img/sfero_imgs_new_0.jpg);
    background-size: cover;
}

div.infiniteCarousel .owl-stage-outer {
    overflow: inherit;
    clip-path: inset( -100vw -100vw -100vw 0 );
}

.owl-carousel.infiniteCarousel .owl-nav button,
.owl-carousel.carousel-redes-sociais .owl-nav button {
    background: linear-gradient(180deg, #95BE22 0%, #F0D805 194.55%);
    width: 50px;
    height: 50px;
    margin: 10px 10px 0 0;
    border-radius: 1000px;
    color: white;
    font-size: 27px;
}
.owl-carousel.carousel-redes-sociais .owl-nav {
    position: relative;
    z-index: 9999999;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 150%;
    left: -100px;
    bottom: 250px;
}

.owl-carousel.carousel-redes-sociais .owl-nav button {
    transform: scale(1.5);
}

.owl-carousel.infiniteCarousel .owl-nav {
    margin-top: 20px;
}

.owl-dots {
    text-align: center;
    padding-top: 10px;
}
.carouselDepoimentos .owl-dots {
    padding-top: 90px;
}
.carousel-redes-sociais .owl-dots button,
.carouselDepoimentos .owl-dots button {
    border-radius: 50%;
    margin: 5px;
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    z-index: 9999999;
    background: #A49D9D;
}

.carousel-redes-sociais .owl-dots button.active,
.carouselDepoimentos .owl-dots button.active {
    border: 1px solid #A49D9D;
    width: 25px;
    height: 25px;
    background: transparent;
}

.carousel-redes-sociais .owl-dots button.active:before,
.carouselDepoimentos .owl-dots button.active:before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #95BE22;
    border-radius: 50%;
}

.carouselDepoimentos .owl-dots button {
    width: 15px;
    height: 15px;
}
.carouselDepoimentos .owl-dots button.active:before {
    inset: 5px;
}

.videobg_imagefull_ {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.videobg_imagefull_:before {
    content: "";
    background: linear-gradient(to bottom, #070F1E 6.87%, rgba(0, 0, 0, 0.00) 84.37%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.videobg_imagefull_ video {
    height: 100%;
}
/* div#carouselDepoimentos {
    display: flex;
    justify-content: center;
} */
.carousel_depoimentos_home {
    max-width: 850px;
    margin: 0 auto;
}
@media(min-width: 1024px){
    .carousel_depoimentos_home .owl-carousel .owl-stage-outer {
        margin-top: 60px;
    }
    .grandSection_depoimentos .carousel_depoimentos_home #carouselDepoimentos .owl-carousel .owl-stage-outer {
        margin: 0;
    }
    .carousel_depoimentos_home .owl-carousel .owl-item.big > div {
        transform: scale(1.3);
    }
    .carousel_depoimentos_home  .owl-carousel .owl-item.medium > div {
        transform: scale(1.2);
    }
    .carousel_depoimentos_home  .owl-carousel .owl-item.xs > div {
        transform: scale(1.1);
    }
    .owl-carousel.infiniteCarousel .owl-nav button {
        width: 80px;
        height: 80px;
        font-size: 62px;
    }
    
    .owl-carousel.infiniteCarousel .owl-nav button span {
        transform: translate(-4px, -14px);
        top: -9px;
        position: relative;
    }
	
	.video-depoimento {
		width: 100%;
		max-width: 635px;
	}
}
@media(min-width: 1920px){
    #carouselDepoimentos_v2 .item {
        min-height: 308px;
    }
	.superbig_brasil_home {
		transform: scale(0.8);
	}

	.superbig_brasil_home #brasil-unidade {
		transform: scale(.6) translateY(-15%);
	}
}
@media(min-width: 2500px){
	.superbig_brasil_home #brasil-unidade {
		transform: scale(.5) translateY(-35%);
	}
}


/***
PRELOADER 
******************/
div#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: linear-gradient(181deg, #88CAFF -66.64%, #074F88 2.24%, #050D13 127.66%);
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.center-preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-preloadr {
    width: 300px;
    height: 300px;
    background: black;
    position: relative;
}

.bubble-one-preloader {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 100%;
}

.bubble-two-preloader {
    width: 50%;
    height: 50%;
    animation: rotating 2s linear infinite;
    background: red;
    position: absolute;
    bottom: 0;
    transform-origin: top right;
}

.bubble-two-preloader:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background: green;
    bottom: 0;
    left: 0;
    border-radius: 1000px;
}



/*****
MENU ANIMATION 
*****************/
li.hidde_li_noclass {
    opacity: 0;
    transition: 0.4s ease all;
}

li.has_submenu.nohide_menu.hidde_li_noclass, ul.aparece_filhomenu {
    opacity: 1;
    transition: 0.4s ease all;
    position: relative;
    top: 180px;
}
ul.sub_menu {
    position: relative;
    z-index: 9999999999;
}
.itens_navbar li {
    transition: 0.4s ease all;
}

li.hidde_li_noclass.remove_lis {
    position: absolute;
}

li.has_submenu.nohide_menu.hidde_li_noclass.remove_lis {
    position: relative;
}

li.has_submenu.nohide_menu.hidde_li_noclass a:after {
    transform: scale(0.8) translate(10px, 4px) rotate(-180deg);transition: 0.4s ease all;
}

ul.sub_menu {
    opacity: 1;
    position: relative;
}

ul.sub_menu li a {
    font-weight: 300;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0;
    transition: 0.4s ease all;
    font-size: 30px;
}

ul.sub_menu li a:hover {
    color: white;
    transition: 0.4s ease all;
}

ul.sub_menu li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: black;
    border-radius: 1000px;
    display: inline-block;
    margin-right: 4px;
    transform: translate(0px, -4px);
}

    
/***
VIDEO 
*************/
.modal-video {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    height: 100%;
    display:none;
    z-index: 999999;
    top: 0;
    left: 0;
}

.containerflex-modalvideo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.videobox-modal {
    max-width: 800px;
    width: 100%;
    background: white;
    border-radius: 20px;
    position: relative;
}

.header-videobox {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    z-index: 8;
}

.header-videobox button:before {
    content: "x";
    color: black;
}

.header-videobox button {
    width: 50px;
    height: 50px;
    border: none;
    background: linear-gradient(105deg, #95BE22 -7.97%, #F0D805 68.5%);
    border-radius: 10000px;
    margin: -15px;
}

.videobody-modal {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.videobody-modal video {
    width: 100%;
}
.videobody-modal iframe {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

/***
CAROUSEL FRAME CELULAR ********/
.frame_instagram {
	width: 225px;
    height: 195px;
    background: url(assets/img/carousel-sfero.jpg) no-repeat center center;
    background-size: contain;
    border-radius: 20px;
	margin: 60px 60px auto;
    position: relative;
}

div#carousel_mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    background: url(assets/img/mobile_frame.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

div#carousel_mobile {
    max-width: 340px;
    margin: 0 auto -100px auto;
    height: 500px;
}

@media(min-width: 1024px){
    div#carousel_mobile {
        max-width: 390px;
        margin: 0 auto -50px auto;
    }
    
    div#carousel_mobile:before {
        background-size: cover;
        background-position: top;
    }

    .frame_instagram {
        width: 305px;
        height: 305px;
        transform: scale(0.96);
		margin: 60px 40px auto;
    }
    .videobody-modal iframe {
        min-height: 450px;
    }
}

/*** Modal default depoimentos ********/
.modal-novo {
    --bs-modal-header-border-color: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: auto;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    padding: 0;
    z-index: 999;
    box-shadow: 2px 2px 100vw 100vh rgba(0,0,0,.6);
    overflow: hidden;
    overflow-y: scroll;
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-align: center;
}
/* Estilos para o botÃ£o de fechar */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
/* Estilos para o botÃ£o "Abrir Modal" */
#openModalBtn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}
#openModalBtn:hover {
    background-color: #0056b3;
}

/* video */
.modal-content.content-video {
    padding: 0;
    border-radius: 30px;
    border: none;
}
.modal-content.content-video video {
    border-radius: 30px;
    border: none;
}
div#modal-video-depoimento .modal-header {
    position: absolute;
    z-index: 99;
    background: #90bf41;
    right: 10px;
    top: 20px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}
div#modal-video-depoimento .modal-header span {
    color: #fff;
    font-weight: 200;
    line-height: 15px;
    font-size: 30px;
    position: absolute;
    inset: 12px;
}

@media(min-width:1280px) {
    div#modal-video-depoimento {
        max-width: 960px;
        overflow-y: hidden;
    }
	section.full-height-section.mapa-sfero.padrao-section-home {
		min-height: 650px;
	}
	section.padrao-section-home {
		padding: 60px 0 40px;
	}
}
i.icon-coracao {
    font-style: normal;
}
.form_sfero_model label input:last-of-type {
    margin-top: 0;
}
/* tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
.tooltip-content {
    display: none;
    position: absolute;
    background-color: #074f88;
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 999;
}

/***
Simulador *****/
.headerpage-simulador {
    min-height: 40vh;
    background: linear-gradient(105deg, #95BE22 -7.97%, #F0D805 68.5%);
    padding-top: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.title-simulador h2 {
    color: white;
    font-size: 62px;
    font-weight: 600;
}

.title-simulador {
    max-width: 500px;
}

.title-simulador p {
    margin: 0;
    font-size: 16px;
    color: white;
}

.simulador-main-geral {
    padding: 40px 0;
}

.flex-inputs-outputs {
    padding: 30px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
    display: flex;
    flex-flow: wrap;
}

.sideinputs-simulad {
    width: 100%;
    margin-bottom: 20px;
}

.unicofield-simulador label {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 300;
    color: #074F88;
    line-height: 24px;
    margin-bottom: 20px;
}

.unicofield-simulador input, .unicofield-simulador select {
    padding: 10px 20px;
    margin-top: 5px;
    background: whitesmoke;
    border: none;
    border-radius: 1000px;
    font-size: 14px;
    font-weight: 400;
}

.heading-response {
    padding: 20px 0;
    border-top: 1px solid #efefef;
}

.heading-response h2 {
    text-align: center;
    font-weight: 700;
    color: #074F88;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}

.body-outputs {
    text-align: center;
}

.label__response h3 {
    font-weight: 400;
    font-size: 18px;
    width: 50%;
    text-align: center;
    display: block;
    margin: 0;
}

.label__response {
    display: flex;
    flex-flow: wrap;
}

div#chartdiv {
    height: 220px;
}


h3.com-solar {
    color: #074F88;
}

h3.com-solar-economia {
    font-size: 20px;
    width: 100%;
    padding: 20px 0;
}

/* .sideoutputs-simulad {
    min-height: 350px;
    width: 100%;
} */

.sidesfade-calculo {
    opacity:0;
	height:50px;
/*     position: absolute;
    left: 0;
    width: 100%;
	padding: 15px 20px; */
}

.fade-out.height-simulador.sidesfade-calculo {
    height: auto;
}

.sidesfade-calculo.active {
    opacity:1;
}

.message_calcular h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #08497c;
    margin: auto;
}

.button-to-calcular button {
    background: linear-gradient(105deg, #95BE22 -7.97%, #F0D805 68.5%);
    padding: 10px 40px;
    border: none;
    border-radius: 1000px;
    color: #08497d;
    font-weight: 600;
}

.fade-out {
    transition: opacity 1s; /* Ajuste a duraÃ§Ã£o da transiÃ§Ã£o aqui */
}

.fade-in {
    transition: opacity 1s; /* Ajuste a duraÃ§Ã£o da transiÃ§Ã£o aqui */
}

.unicofield-simulador .error-border {
    transition: 0.4s ease all;
    background: #ffcccc;
}

@media(min-width: 1024px){
    .sideinputs-simulad {
        width: 50%;
        padding-right: 10%;
        border-right: 1px solid #e3e3e3;
        margin: 0;
    }
    
    .sideoutputs-simulad {
        width: 45%;
        margin-left: 5%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .heading-response {
        border: none;
        text-align: left;
    }
    
    .heading-response h2 {
        text-align: left;
    }
    
    .body-outputs {
        text-align: left;
    }
    
    .flex-inputs-outputs {
        padding: 60px;
    }
}
.simulador-main-geral .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

/*
 * Super Whatsapp
 * /
 * 
 * .
 **/ 


.bubble_whats_new {
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.whatsapp_biggerchat {
    max-width: 300px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 19%);
	display: none;
}

button.superopen_chat {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 10000px;
    border: 1px solid #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.superopen_chat:before {
    content: url(assets/svg/whatsapp.svg);
    display: inline-block;
    width: 26px;
    height: 26px;
    transform: scale(1.3);
}

.headin-whatsapp-chat {
    background: #086055;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.bubble-profield {
    border: 1px solid #09564c;
    height: 60px;
    width: 60px;
    border-radius: 10000px;
    background: url(assets/img/banner-industrial-home-min.jpg);
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
}

.desc-profiel {
    width: calc(100% - 70px);
}

.desc-profiel span {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.desc-profiel p {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.body-whatsapp-fakehcat {
}

.caixa_chat {
    padding: 20px;
    background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
    background-size: 150%;
    background-position: center center;
}

.caixa_sendchat {
    padding: 20px;
    background: white;
    text-align: center;
}

.bubble-robo__ {
    width: 90%;
    background: white;
    border-radius: 0 10px 10px 10px;
    padding: 15px;
    position: relative;
}

.bubble-robo__ p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.bubble-robo__ span {
    display: table;
    margin-left: auto;
    font-size: 12px;
    color: #777777;
}

.lineunica-bubble.bubble-robo {
    margin-bottom: 25px;
}

.uniquebubble form {
    width: 90%;
    margin-left: auto;
}

.uniquebubble form input {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    color: black;
    font-weight: 500;
    padding-right: 40px;
}

.caixa_sendchat button {
    width: 100%;
    border-radius: 1000px;
    background: #51ce5e;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 10px;
}

.body-whatsapp-fakehcat .wpcf7-not-valid-tip {
    font-size: 12px;
    background: #dc3232;
    color: white;
    padding: 1px;
    border-radius: 10000px;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    margin: 0;
}

input#enviar {
    display: none;
}

.body-whatsapp-fakehcat .wpcf7-not-valid-tip:before {
    content: "!";
    color: white;
    font-size: 12px;
    font-weight: 900;
}

span.wpcf7-spinner {
    margin: 0;
    margin-left: auto;
    display: table;
    margin-right: 15px;
}

.uniquebubble p {
    margin: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: white;
    margin: 0;
    font-size: 12px;
    background: #46b450;
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

.bubble-robo__:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -15px;
    top: 0px;
}

@media(min-width: 1024px){
    .bubble-robo__ {
        width: 80%;
    }

	button.superopen_chat {
		width: 70px;
		height: 70px;
	}

	button.superopen_chat:before {
		transform: scale(1.7);
	}

    .whatsapp_biggerchat {
        max-width: 430px;
    }
}

/*** LP */

.title-formcontato h2 {
    color: #0a416f;
    font-weight: 600;
    font-size: 32px;
}

.title-formcontato p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.title-formcontato {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.contatox-form form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    color: #0a416f;
}

.contatox-form label input:not([type="submit"]) {
    width: 100%;
    background: #cbcbcb;
    padding: 10px;
    border: none;
    border-radius: 10000px;
}

.contatox-form form label input[type="submit"] {
    background: linear-gradient(105deg, #95BE22 -7.97%, #F0D805 68.5%);
    font-weight: 600;
    font-size: 18px;
    border: none;
    padding: 15px 20px;
    border-radius: 10000px;
}

.unicaline-projetp {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.newguide-proojetos {
    display: flex;
    flex-flow: wrap;
}

.unicaline-projetp {
    background-size: cover;
    background-position: center center;
}

.unicaline-projetp a {
    text-decoration: none;
    width: 100%;
    padding: 30px;
    background: linear-gradient(rgb(0 0 0 / 42%), black);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.desc-level1-projetps h2 {
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
}

.desc-level1-projetps h3 {
    color: white;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
}

.desc-level2-projetps p {
    color: white;
    font-size: 14px;
}

.desc-level2-projetps span {
    display: table;
    background: linear-gradient(105deg, #95BE22 -7.97%, #F0D805 68.5%);
    padding: 10px 30px;
    border-radius: 10000px;
    c
color: black;
    color: black;
    font-weight: 500;
}

.desc-level2-projetps {
    opacity: 0;
    transition: 0.4s ease all;
}

.contentflex-projetos {
    transform: translate(0, 50%);
    transition: 0.4s ease all;
}

.unicaline-projetp:nth-of-type(1) {
    background-image: url(https://sfero.com.br/wp-content/themes/sfero/assets/img/sfero_imgs_0.jpg);
}

.unicaline-projetp:nth-of-type(2) {
    background-image: url(https://sfero.com.br/wp-content/themes/sfero/assets/img/home-agro.jpg);
}

.unicaline-projetp:nth-of-type(3) {
    background-image: url(https://sfero.com.br/wp-content/themes/sfero/assets/img/banner-industrial-home-min.jpg);
}

.unicaline-projetp:nth-of-type(4) {
    background-image: url(https://sfero.com.br/wp-content/themes/sfero/assets/img/newimage_home.jpg);
}

.unicaline-projetp:hover .contentflex-projetos {
    transition: 0.4s ease all;
    transform: none;
}

.unicaline-projetp:hover .desc-level2-projetps {
    opacity: 1;
    transition: 0.4 s ease all;
}

.groupform-guias {
    padding: 30px;
    background: white;
    margin-top: -100px;
    position: relative;
    margin-bottom: 50px;
}

.contatox-form form p {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.contatox-form form p br {
    display: none;
}

.contatox-form form label:last-of-type .wpfc7-spinner {
    margin: 0;
}

.contatox-form form label:last-of-type span.wpcf7-spinner {
    margin: 0;
}

@media(min-width: 1024px){
    .unicaline-projetp {
        width: 25%;
    }
.contatox-form form {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.contatox-form form label {
    width: 50%;
    padding: 0 20px;
}

.contatox-form form label:last-of-type {
    margin: 0;
    display: flex;
    position: relative;
    flex-flow: wrap;
    align-items: center;
}

.contatox-form {}

.contatox-form form label input[type="submit"] {
    font-size: 14px;
    padding: 10px 40px;
    width: auto;
}

.title-formcontato {
    height: 100%;
    border-right: 1px solid #d5d5d5;
    border-bottom: none;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

}

.video-fundex {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-fundex:before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    backdrop-filter: blur(20px);
    opacity: 0.7;
}

.central-thanks {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-center-thanks {
    position: relative;
    z-index: 9;
}

.text-center-thanks h2 {
    color: white;
    font-size: 76px;
    font-weight: 800;
}

.text-center-thanks {
    max-width: 600px;
}

.text-center-thanks p {
    font-size: 22px;
    color: white;
}

.text-center-thanks a {
    display: inline-block;
    padding: 10px 30px;
    background: #95be23;
    border-radius: 1000px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease all;
}

.text-center-thanks a:hover {
    background: black;
    transition: 0.4s ease all;
}

i.icon-whatsapp {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

i.icon-whatsapp:before {
    content: "";
    position: absolute;
    inset: 8px;
    background: url(assets/svg/whatsapp.svg) no-repeat center center;
    background-size: contain;
}

a.btn-whats {
    border-radius: 50%;
    padding: 10px;
}
@media(min-width:1024px) {
	.sfero-lp .sidebrand {
    	justify-content: flex-start;
	}
	.desc-level2-projetps span {
    	padding: 10px 20px;
	}
}

#imageModal .modal-content {
	background: none;
	border: none;
	box-shadow: none;
}

.modal-body {
	padding: 0;
}
.modal-body img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#imageModal .close {
	    position: absolute;
    right: -35px;
    top: -20px;
    color: #b0c52c;
    opacity: 1;
    padding: 4px 19px;
    border-radius: 110px;
    font-size: 34px;
}