@font-face {
    font-family: "Gisha";
    src: url('../fontes/gisha.otf');
}

@font-face {
    font-family: "Gisha 2";
    src: url('../fontes/gisha-2.ttf');
}

html {
  scroll-behavior: smooth;  
}

p, span, label, li, a{
    font-family: 'Gisha 2', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gisha', sans-serif;
}

section {
   overflow: hidden;
   overscroll-behavior: none;
}

input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
}

.meio {
	margin: auto;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

.header {
    padding: 1rem 15px;
}

.header .col-md-12 {
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.header a.logo img {
        max-width: 220px;
    width: 100%;
}

.header .infos {
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 4rem;
}

.header .infos a {
        display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6d6e70;
    text-decoration: none;
    gap: 0 5px;
    position: relative;
}

.header .infos>a:after{
        content: '';
    position: absolute;
    right: -35px;
    top: -5px;
    height: 46px;
    background-color: #34C8CC;
    width: 2px;
}

.header .infos a i {
    font-size: 22px;
    color: #34C8CC;
}

.header .infos a span {
    line-height: 18px;
} 

.header .infos ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 0 10px;
}

.header .infos ul li a {
    font-size: 20px;
    color: #414192;
    display: block;
    transition: .3s;
}

.header .infos ul li a:hover {
    transform: rotate(360deg);
}

.menu {
        background-color: #edf0f6a8;
    padding: 0.2rem 0;
    position: relative;
    top: 10px;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.menu nav {
        display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.menu nav a {
    text-decoration: none;
    color: #6d6e70;
    padding: 5px 15px;
    position: relative;
    font-size: 17px;
}

.menu nav>a:after {
        content: '';
    border-right: 3px solid gray;
    align-self: center;
    right: -3.3rem;
    position: relative;
}

.menu nav a.verde:after {
        content: '';
    border-right: 3px solid gray;
    align-self: center;
    right: -3.5rem;
    position: relative;
}

.menu nav a.ceu:after {
    content: '';
    display: none;
}

.menu nav a.verde {
    border-bottom: 2px solid #C2D91A;
}

.menu nav a.ceu {
    border-bottom: 2px solid #00AEE3;
}

.menu nav a.laranja {
    border-bottom: 2px solid #e8472f;
}

.menu nav a.azul {
    border-bottom: 2px solid #3c69b1;
}

.menu nav a.rosa {
    border-bottom: 2px solid #E60A80;
}

.menu .sub {
    position: relative;
    display: flex;
}

.menu .sub:hover .links {
    display: block;
}

.menu .sub .links {
    position: absolute;
    top: 32px;
    z-index: 99;
    display: none;
}
.menu .sub .links .mega {
    display: flex;
    background-color: #fff;
    min-width: 590px;
    padding: 20px;
    border-radius: 10px;
    gap: 1rem;
    box-shadow: 4px 4px 2px #0000002e;
}

.menu .sub .links .mega .casa {
    display: flex;
    gap: 0px;
    margin: 10px 0 ;
    position: relative;
}

.menu .sub .links .mega .casa:after {
        content: '';
    display: block;
    background-color: silver;
    width: 180px;
    height: 1px;
    margin: 0px 0;
    position: absolute;
    bottom: 0;
}

.menu .sub .links .mega .coluna1 {
        display: flex;
    flex-direction: column;
    border-right: 2px solid #c3d91a;
    padding: 0 10px;
    min-width: 255px;
}

.menu .sub .links .mega a {
    padding: 1px 0;
    margin: 4px 0;
    display: block;
    width: fit-content;
}

.menu .sub .links .mega a:hover {
    border-bottom: 1px solid #E60A80;
}

.menu .sub .links .mega h4 {    
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 0 0;
    margin: 10px 0;
    display: flex;
    width: 30px;
    height: 45px;
    justify-content: center;
    border-radius: 5px;
    background-image: url('../img/alfabeto-verde.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.menu .sub .links .mega .coluna2 {
        display: flex;
    flex-direction: column;
    border-right: 2px solid #c3d91a;
    padding: 0 10px;
    min-width: 240px;
}

/*.menu .sub .links .mega .coluna2 h4 {
    color: #1055A1;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0 0;
    display: block;
    width: 100%;
}*/

.menu .sub .links .mega .coluna3 {
        display: flex;
    flex-direction: column;
    min-width: 200px;
}

/*.menu .sub .links .mega .coluna3 h4 {
    color: #1055A1;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0 0;
    display: block;
    width: 100%;
}*/

.menu .sub .links .mega .coluna4 {
        display: flex;
    flex-direction: column;
}

/*.menu .sub .links .mega .coluna4 h4 {
    color: #00A0E3;
    font-weight: 700;
    font-size: 16px;
    padding: 0 0 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid silver;
}*/

.menu .sub .links .mega a {
    color: #222;
    text-decoration: none;
}

.infobanner {
    min-height: 510px;
    display: flex;
    align-items: top;
    color: #fff;
    position: relative;
    background-color: silver;
    padding: 80px 0;
}


.infobanner.banner2 {
    background-image: url(../img/banner-inicio-02.webp);
    background-size: cover;
    background-repeat: no-repeat; 
}

.infobanner.banner3 {
    background-image: url(../img/banner-inicio-03.webp);
    background-size: cover;
    background-repeat: no-repeat; 
}

.infobanner .detalhe {
    width: fit-content;
    margin: 0 0 10px;
}

.infobanner .detalhe span {
    background-color: #F4D44C;
    color: #1B345B;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    letter-spacing: 1px;
}

.infobanner .detalhe:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #F4D44C;
    margin: 0 0 3px;
}

.infobanner.banner1 h1 {
        font-weight: 700;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 2px solid #E60A80;
    display: block;
    width: fit-content;
    padding: 0px 35px 5px 0;
    margin: 0 0 10px;
}

.infobanner a.chamada {
    display: block;
    margin: 10px 0;
    width: fit-content;
    padding: 6px 20px;
    background-color: #E60A80;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: .2s;
}

.infobanner a.chamada:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.infobanner.banner2 h1 {
        font-weight: 700;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 2px solid #34C8CC;
    display: block;
    width: fit-content;
    padding: 0px 35px 5px 0;
    margin: 0 0 10px;
}

.infobanner.banner2 a.chamada {
    display: block;
    margin: 10px 0;
    width: fit-content;
    padding: 6px 20px;
    background-color: #34C8CC;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: .2s;
}

.infobanner.banner2 a.chamada:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.infobanner.banner3 h1 {
        font-weight: 700;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    border-bottom: 2px solid #E60A80;
    display: block;
    width: fit-content;
    padding: 0px 35px 5px 0;
    margin: 0 0 10px;
}

.infobanner.banner3 a.chamada {
    display: block;
    margin: 10px 0;
    width: fit-content;
    padding: 6px 20px;
    background-color: #E60A80;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: .2s;
}

.infobanner.banner3 a.chamada:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.infobanner a.chamada i {
    transition: .2s;
    font-style: normal;
    border: 1px solid;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infobanner a.chamada:hover i {
    margin: 0 15px 0 0;
}

#benner {
    margin: -45px 0 0;
}   

#benner .carousel-indicators {
    z-index: 1;
}

#benner .carousel-control-next, 
#benner .carousel-control-prev {
    width: 5%;
}

#benner .carousel-indicators li {
    box-sizing: initial;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: initial;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: #34C8CC 2px solid;
    border-radius: 60px;
    border-top: auto;
    border-bottom: auto;
    opacity: 1;
    transition: opacity .6s ease;
}

#benner .carousel-indicators li.active {
    background-color: #34C8CC;
}

#benner .move {
        position: absolute;
    top: -145px;
    right: 0;
    z-index: 0;
    width: 100%;
}

.vitrini {
    padding: 4rem 0;
    color: #6d6e70;
    background-image: url('../img/banner-cinza-home.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.vitrini .titulo{
    display: flex;
    gap: 0rem;
    width: 100%;
    margin-bottom: 30px;
}

.vitrini .titulo .texto {
    width: 70%;
    padding: 10px 3rem;
    position: relative;
}

.vitrini .titulo .texto:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 112px;
    width: 6px;
    border-radius: 30px;
    background-color: #34c8cc;
}

.vitrini .titulo .texto p {
    margin: 0;
    text-align: right;
    font-size: 20px;
}

.vitrini .titulo .destaque {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 30%;
    padding: 10px 2rem;
}

.vitrini .titulo .destaque h1 {
    font-size: 70px;
    font-weight: 700;
}

.vitrini img {
        width: 100%;
    border-radius: 10px;
    border: 6px solid #fff;
    height: 275px;
    object-fit: cover;
    object-position: center;
}

.vitrini a.caixa {
    text-decoration: none;
}

.vitrini .foto {
    position: relative;
}

.vitrini .foto:after{
        content: '+';
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 40px;
    height: 40px;
    background-color: #EDF1F7;
    color: #727376;
    border-radius: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}

#vitrini .carousel-inner{
    width: 90%;
    margin: auto;
}

.botao {
    background-image: url('../img/botao.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 10px 20px;
    width: 300px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    transition: .3s;
}

.botao:hover {
    text-decoration: none;
    transform: scale(1.05);
    color: #fff;
}

#vitrini .carousel-control-next, #vitrini .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #34c8cc;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    font-size: 35px;
}

.bannermeioazul {
    padding: 4rem 0;
    margin: 4rem 0;
    background-image: url('../img/banner-meio-azul-home.svg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.bannermeioazul.azul {
    background-image: url('../img/banner-meio-azul-puro.svg');
}

.bannermeioazul.rosa {
    padding: 4rem 0;
    margin: 4rem 0;
    background-image: url('../img/banner-meio-rosa.svg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.bannermeioazul .caixa {
    display: flex;
    gap: 2rem ;
}

.bannermeioazul .caixa label {
        background-color: #39D8DE;
    height: auto;
    width: 10px;
    border-radius: 20px;
    display: block;
    margin: 0;
}
.bannermeioazul.rosa label {
    background-color: #F9329D;
}
.bannermeioazul .caixa a {
    background-image: url('../img/botao-branco.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 10px 10px 7px 10px;
    width: 255px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #727376;
    text-decoration: none;
    margin: 10px 0;
    transition: .3s;
}

.bannermeioazul .caixa a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.historia {
        padding: 6rem 15px;
    background-color: #EDF1F7;
    background-image: url(../img/foto-sobre.webp);
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    color: #727376;
    background-size: 50% 100%;
}

.historia img.foto {
    width: 100%;
    margin-bottom: 20px;
}

.historia p {
    font-size: 16px;
}


.historia h2 {
    font-weight: 700;
    position: relative;
}

.historia h2 b {
    color: #34c8cc;
    font-weight: 700;
}

.historia h2::before {
        content: '';
    display: block;
    width: 8px;
    height: 120px;
    background: #34c8cc;
    position: absolute;
    left: -30px;
    border-radius: 10px;
}

.historia img.balao1 {
        position: absolute;
    right: 60px;
    top: -75px;
    width: 130px;
    filter: blur(1px);
    transition: 10s;
}

.historia img.balao2 {
        position: absolute;
    right: 360px;
    top: -160px;
    width: 210px;
    transition: 8s;
}

.historia img.balao3 {
        position: absolute;
    right: 10px;
    top: 400px;
    width: 90px;
    filter: blur(2px);
    transition: 14s;
}

.historia a.botao {
        justify-content: end;
    width: 200px;
    padding: 10px 15px 4px 20px;
}

.bannerchamada {
    padding: 4rem 15px;
    color: #fff;
    text-align: center;
    background-image: url(../img/banner-chamada.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerchamada h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.bannerchamada a {
        background-color: #E60A80;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0px auto;
    display: block;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
}

.bannerchamada a:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

.insta {
    padding: 4rem 15px;
    color: #727376;
}

.insta .caixa {
        display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 40px;
}

.insta .caixa label {
        background-color: #39D8DE;
    height: auto;
    width: 8px;
    border-radius: 20px;
    display: block;
    margin: 0;
}

.insta .caixa i {
    font-size: 80px;
}

.insta h2 {
    color: #727376;
    font-family: 'Gisha 2';
}

.insta h2 b{
    color: #727376;
    font-family: 'Gisha';
}

.insta a.botao {
        justify-content: end;
    max-width: 230px !important;
    padding: 6px 15px;
}

.insta iframe {
    margin: 10px 0 30px;
}

.insta .posts {
    position: relative;
}


.insta .posts a.voa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.depoimentos {
    padding: 4rem 15px;
    color: #727376;
}

.depoimentos .caixa {
        display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.depoimentos .caixa>img{
        max-width: 85px;
    margin: 10px 0 0;
    width: 100%;
}

.depoimentos .caixa label {
        background-color: #39D8DE;
    height: 90px;
    width: 8px;
    border-radius: 20px;
    display: block;
    margin: 0;
}

.depoimentos .caixa i {
    font-size: 80px;
}

.depoimentos h2 {
    font-family: 'Gisha 2';
}

.depoimentos h2 b{
    color: #727376;
    font-family: 'Gisha';
}

.casos {
    padding: 8rem 0;
    background-image: url('../img/banner-depoimentos.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.casos .caixa {
    padding: 65px 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    margin: 3rem 0;
    min-height: 320px;
}

.casos .caixa img.cima {
        position: absolute;
    top: -30px;
}

.casos .caixa img.baixo {
        position: absolute;
    bottom: -30px;
    right: 10px;
}

.casos .caixa img.cliente {
        margin: 0rem 0 15px;
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #34c8cc;
    padding: 10px;
    position: absolute;
    right: -20px;
    top: -50px;
    object-fit: contain;
    display: none;
}

.casos .caixa p {
    font-family: "Gideon Roman", serif;
    font-weight: 600;
}

.casos #depo .carousel-inner{
        width: 90%;
    margin: auto;
    padding: 0 1rem;
}

.casos .carousel-control-next, .casos .carousel-control-prev {
    width: 5%;
}

.vantagens {
    padding: 2rem 0 10rem;
    margin: -100px 0 0;
}

.vantagens .foto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #E7ECF4;
    display: block;
    margin: 0 auto 5px;
    overflow: hidden;
}

.vantagens .foto img {
    width: 100%;
}

.vantagens p {
        text-align: center;
    color: #727376;
    font-weight: 600;
}

.bannerrodape {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    color: #fff;
    text-align: center;
    padding: 0 0 4rem;
    margin: 4rem 0 0;
    color: #727376;
    font-weight: 600;
}

.bannerrodape img {
    width: 80%; 
    display: block; 
}

.bannerrodape .image {
    width: 110px;
    height: 110px;
    background-color: #E60A80;
    border-radius: 50%;
    display: block;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.bannerrodape.azul .image {
    background-color: #00AEE3;
}

.bannerrodape.laranja .image {
    background-color: #EF7F1A;
}

.bannerrodape.verde .image {
    background-color: #C9D851;
}

.bannerrodape.azulescuro .image {
    background-color: #414192;
}

.rodape {
    padding: 4rem 15px;
    background-color: #EDF1F7;
    background-image: url('../img/banner-rodape.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.rodape .ultimo {
    width: 16%;
}

.rodape .divisao {
        display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.rodape .atendimento {
        display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.rodape a.logo img {
    width: 95%;
    display: block;
    margin: auto;
}

.rodape a.botao{
    width: 240px;
    color: #fff !important;
    padding: 10px;
    font-size: 15px;
}

.rodape h2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #727376;
}

.rodape ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0;
    width: fit-content;
}

.rodape ul li a {
    color: #727376;
    font-size: 26px;
    text-decoration: none;
    transition: .4s;
    display: block;
    width: fit-content;
}

.rodape ul li a:hover {
    transform: rotate(360deg);
}

.rodape .cont a {
    display: flex;
    align-items: center;
    color: #727376;
    text-decoration: none;
    gap: 0 5px;
    transition: .4s;
}

.rodape a.botao {
        width: 230px;
    color: #fff !important;
    padding: 10px 15px 5px 10px;
    font-size: 16px;
}

.rodape .cont a span {
    line-height: 18px;
}

.rodape .cont a i {
        font-size: 28px;
    color: #34C8CC;
    width: 31px;
    display: flex;
    justify-content: center;
}

.rodape iframe {
    border: 5px solid #fff;
    border-radius: 10px;
}

.rodape nav a{
    display: block;
    color: #727376;
    text-decoration: none;
    margin: 5px 0;
    transition: .4s;
}

.rodape nav a:hover i{
    transform: rotate(0deg);
    margin: 0 10px 0 0;
}

.rodape nav a i {
    transform: rotate(90deg);
    transition: .4s;
}

.wecan {
    background: #D5DCE5;
    color: #000000;
}

.wecan.laranja {
    background: #EF7F1A;
    color: #fff;
}
.wecan.laranja a {
    color: #fff;
}
.wecan.azul {
    background: #00aee3;
}
.wecan.azulescuro {
    background: #414192;
}
.wecan.azulescuro p {
    color: #fff;
}
.wecan.azulescuro a {
    color: #fff;
}
.wecan.rosa {
    background: #E60A80;
}
.wecan.rosa p {
    color: #fff;
}
.wecan.rosa a {
    color: #fff;
}
.wecan.verde {
    background: #C9D851;
    color: #fff;
}
.wecan.verde a{
    color: #fff;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 700;
    color: #222;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: #fff;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

.apresenta {
    padding: 4rem 15px;
    color: #fff;
    text-align: center;
}

.apresenta h1 {
    font-weight: 700;
}

.apresenta.sobr {
    background-image: url(../img/banner-sobre-nos.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.apresenta.duvid {
    background-image: url(../img/banner-duvidas.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.apresenta.orca {
    background-image: url(../img/banner-orcamento.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.sobre {
    padding: 4rem 0;
    color: #727376;
}

.sobre .container {
    position: relative;
}

/*.sobre .container:after {
        content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #4141925e;
}

.sobre .container:before {
        content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 8px;
    height: 120px;
    border-radius: 10px;
    background-color: #414192;
}*/

.sobre .tudo {
    display: flex;
    gap: 0rem;
}

.sobre .espaco {
    display: block;
    height: 100px;
}

.sobre h2 {
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
}

.sobre h2:after {
        content: '';
    width: 8px;
    height: 100%;
    background-color: #414192;
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border-radius: 202px;
}

.sobre h2 b{
    color: #414192;
    font-weight: 700;
}

.sobre .foto{
        max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.sobre .esquerda .foto {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sobre .esquerda {
        text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 50%;
}

.sobre .direita {
    text-align: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sobre img {
    width: 100%;
    border-radius: 2px;
}

.sobre .esquerda span {
        background-image: url('../img/sobre-botao-esquerda.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 2px 65px;
    width: 150px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 60px;
    transition: .3s;
    font-size: 22px;
}

.sobre .direita span {
        background-image: url('../img/sobre-botao-direita.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 2px 40px;
    width: 150px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 60px;
    transition: .3s;
    font-size: 22px;
}

.sobre img.balao1 {
        position: absolute;
    right: 60px;
    top: -75px;
    width: 130px;
    filter: blur(1px);
    transition: 10s;
}

.sobre img.balao2 {
        position: absolute;
    right: 360px;
    top: -160px;
    width: 210px;
    transition: 8s;
}

.sobre img.balao3 {
        position: absolute;
    right: 10px;
    top: 400px;
    width: 90px;
    filter: blur(2px);
    transition: 14s;
}

.duvidas {
    padding: 4rem 0;
    color: #727376;
}

.duvidas .retangulo {
    width: 80%;
    margin: auto;
}

.duvidas h2 {
    font-weight: 700;
}

.duvidas a {
        background-color: #EDF1F7;
    padding: 10px;
    margin: 0 0 10px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.duvidas a i {
    color: #414192;
}

.duvidas a:hover {
    text-decoration: none;
    color: #111;
}

/* Position the image container (needed to position the left and right arrows) */
.duvidas .caixa {
  position: relative;
}

.duvidas .caixa p {
    display: block;
    width: 75%;
}

/* Hide the images by default */
.duvidas .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.duvidas .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.duvidas .prev,
.duvidas .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.duvidas .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.duvidas .prev:hover,
.duvidas .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.duvidas .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.duvidas .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.duvidas .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.duvidas .column {
  float: left;
  width: 16.66%;
}

.duvidas .col-md-6>.row{
    width: 100%;
    margin: 0;
}

/* Add a transparency effect for thumnbail images */
.duvidas .demo {
  opacity: 0.6;
}

.duvidas .active,
.duvidas .demo:hover {
  opacity: 1;
}

.duvidas .mySlides>img {
        width: 100%;
    max-height: 440px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.duvidas .column>img {
    width: 100%;
    max-width: 115px;
    max-height: 110px;
    height: 100%;
    object-fit: fill;
}

.duvidas .row .miniatura{
    display: flex;
    flex-wrap: wrap;
}

.orcamento {
    padding: 4rem 0;
    background-image: url('../img/metade-laranja.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.orcamento.nada {
    padding: 4rem 0;
    background-image: initial;
    background-size: cover;
    background-repeat: no-repeat;
}

.orcamento h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.orcamento p {
    font-weight: 600;
}

.orcamento .caixa {
    color: #fff;
    padding: 0rem 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.orcamento .caixa h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.orcamento .caixa p {
        display: flex;
    align-items: center;
    gap: 10px;
}

.orcamento .caixa p i {
    color: #E60A80;
    font-size: 6px;
}

.orcamento form input {
    display: block;
    padding: 10px;
    background-color: #EDF1F7;
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
    width: 100%;
    border-radius: 5px;
}

.orcamento form input[type="file"]{
    margin: 0px 0 0;
    display: block;
    background-color: #EDF1F7;
    border-radius: 5px;
}

.orcamento form span {
    margin-bottom: 20px;
    display: block;
}

.orcamento form textarea {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    width: 100%;
    border-radius: 5px;
    background-color: #EDF1F7;
}

.orcamento form label {
    font-weight: 600;
    margin: 0;
}

.orcamento .botao{
    outline: none;
    border: none;
    background-color: #fff;
    background-image: url('../img/botao-laranja.svg');
    max-width: 250px;
    float: right;
}

.orcamento .bots {
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.urgencia {
    padding: 4rem 0;
}

.urgencia.laranja {
    padding: 0rem 0;
    background-image: url('../img/banner-inteiro-laranja.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.urgencia.laranja .caixa {
    background-image: none;
    background-color: transparent;
}

.urgencia.laranja .caixa a {
    background-color: transparent;
    font-size: 26px;
    text-decoration: none;
}

.urgencia.laranja .caixa a:hover {
    background-color: transparent;
}

.urgencia .caixa img{
        max-width: 65px;
    margin-bottom: 20px;
}

.urgencia .caixa {
    background-image: url(../img/banner-urgencia.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 10px;
    background-color: #00AEE3;
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.urgencia .caixa h2 {
    margin: 0;
    font-weight: 700;
}

.urgencia .caixa a {
    background-color: #E60A80;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    border: none;
    font-size: 16px;
    text-decoration: none;
    transition: .2s;
}

.urgencia .caixa a:hover {
    transform: scale(1.1);
    background-color: #ef61ad;
}

.importante {
    padding: 4rem 0;
}

.importante .titulo  {
    padding: 10px 0;
    border-bottom: 1px solid silver;
    margin: 0 0 20px;
}
.importante .titulo h2 {
    font-weight: 700;
}

.importante p i {
    color: #E60A80;
    font-size: 6px;
}

.adesivo {
    padding: 4rem 15px;
}

.adesivo .col-md-6 {
    align-self: center;
}

.adesivo h2 {
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid silver;
    display: block;
    width: 100%;
}

.adesivo ul {
    list-style: none;
    padding: 0;
}

.adesivo ul li i {
    color: #34C8CC;
}

.mosaico {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 25vh;
}

.mosaico .single-galeria {
    background: #eee;
    border-radius: 5px;
    margin: .5rem;
    overflow: hidden;
}

.mosaico .single-galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    cursor: pointer;
}

.mosaico .single-galeria img:hover {
    transform: scale(1.1);
}

.mosaico .h-2 {
    grid-row: span 2;
}

.mosaico .w-2 {
    grid-column: span 2;
}

.mosaico .w-3 {
    grid-column: span 3;
}

.galeria-modal {
    width: 100%;
    height: 100%;
    background-color: #ffffff0a;
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    padding: 4%;
    visibility: hidden;
}

.galeria-modal span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.galeria-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:  764px){
    .mosaico {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 15vh;
    }
}

.bannerpaginas {
    padding: 2rem 0;
}

.bannerpaginas .alinhamento {
        display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.bannerpaginas .alinhamento .texto {
        background-image: url('../img/banner-paginas.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left ;
    width: 100%;
    padding: 2rem 4rem;
    display: flex;
    height: initial;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.bannerpaginas .alinhamento .texto h2 {
    font-weight: 700;
    color: #727376;
    margin: 0 10px;
}

.bannerpaginas .alinhamento .triangolo {
        position: relative;
    width: 160px;
    height: 138px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0;
}

.bannerpaginas .alinhamento .triangolo>svg{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: fit-content;
}

.bannerpaginas .alinhamento .triangolo img{
        position: relative;
    z-index: 1;
    max-width: 50px;
    max-height: 55px;
}

.bannerpaginas.products {
    padding-bottom: 0px;
}

.bannerpaginas.products .alinhamento .triangolo {
    padding: 0px 0;
}

.bannerpaginas.products .alinhamento .triangolo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 140px;
}

.bannerpaginas a{
        font-size: 40px;
    color: #c9d851;
    margin: 0 0px 0 0px;
    text-decoration: none;
    transition: .4s;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.bannerpaginas a:hover {
    margin: 0 0px;
    color: #333;
    text-decoration: none;
}

@supports (-webkit-touch-callout: none) {
        .bannerpaginas .alinhamento .triangolo {
            padding-top: 10px; /* Ajuste específico para iPhone */
        }
    }

.evolucao {
    padding: 4rem 0;
    background-image: url('../img/banner-rodape.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 4rem 0;
}

.evolucao #evolu {
    background: #fff;
    border-radius: 30px;
    padding: 20px 0;
}

.evolucao .ano span {
    font-size: 80px;
    font-weight: 800;
    text-align:  center;
    display: block;
}

.evolucao .ano{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.evolucao .setas{
        display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    height: 185px;
    position: absolute;
    flex-wrap: nowrap;
    top: 45px;
    left: 10.4rem;
}

.evolucao .setas .carousel-control-next, .evolucao .setas .carousel-control-prev {
    position: initial;
    z-index: 1;
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0;
    color: #000;
    font-size: 30px;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.evolucao img {
        display: block;
    margin: auto;
    max-height: 225px;
    height: 225px;
    max-width: 100%;
    object-fit: contain;
}

.evolucao a {
    color: #000;
}

.evolucao b {
        display: block;
    height: 100%;
    width: 8px;
    background: #EDF1F7;
    border-radius: 10px;
    margin: auto;
}

.missao {
    padding: 4rem 0;
    color: #707070;
}

.missao h2 {
        color: #000000;
    font-weight: 700;
    font-size: 28px;
}

.missao .linha {
    display: flex;
}

.missao .linha  {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.missao .linha span {
    width: 100%;
    height: 3px;
    background-color: #00AEE3;
}

.missao .linha i {
    font-size: 22px;
}

.missao p {
        font-size: 15px;
    text-align: justify;
}

.produtos {
    padding: 4rem 0;
    color: #444;
}

.produtos h2 {
    font-weight: 700;
}

.produtos pre {
        font-family: system-ui;
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.produtos i {
    color: #C9D851;
}

.produtos .linha {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.produtos .linha label{
    width: 100%;
    height: 3px;
    background-color: #C9D851;
}

.produtos .linha i {
    color: #C9D851;
    font-size: 26px;
    line-height: 20px;
}

.produtos .caixa {
    position: relative;
}

.produtos .mySlides {
  display: none;
}

.produtos .main-image>img {
        width: 100%;
    max-height: 440px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.produtos .col-md-6>.row{
    width: 100%;
    margin: 0;
}

/* Add a pointer when hovering over the thumbnail images */
.produtos .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.produtos .prev,
.produtos .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.produtos .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.produtos .prev:hover,
.produtos .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.produtos .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.produtos .row:after {
  content: "";
  display: table;
  clear: both;
}

.produtos .row .thumbnails{
        display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

/* Six columns side by side */
.produtos .column {
  float: left;
  width: 20%;
}

.produtos .thumbnails>img {
        width: 18.8%;
    max-width: 115px;
    max-height: 100%;
    height: 110px;
    object-fit: fill;
    cursor: pointer;
    border-radius: 10px;
}

.produtos .main-image {
    min-height: 440px;
}

.produtos .setas {
        width: 94.5%;
    position: absolute;
    display: block;
    top: 42%;
    right: 0;
    left: 0;
    margin: auto;
}

/* Add a transparency effect for thumnbail images */
.produtos .demo {
  opacity: 0.6;
}

.produtos .active,
.produtos .demo:hover {
  opacity: 1;
}

.cotaproduto {
    padding: 4rem 0;
    background-image: url('../img/banner-cota-verde.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #444;
}

.cotaproduto h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.cotaproduto .col-md-6 {
    margin-bottom: 20px;
}

.cotaproduto label {
    margin: 20px 0 0;
}

.cotaproduto input {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 10px;
}

.cotaproduto textarea {
    height: 83%;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 10px;
}

.cotaproduto input[type="file"]{
    width: fit-content;
    background-color: transparent;
    padding: 10px 0;
}

.cotaproduto .inferior {
        display: flex;
    justify-content: space-between;
    align-items: center;
}

.cotaproduto .inferior button {
    background-color: transparent;
    border: none;
    outline: none;
    width: 255px;
    margin: 0;
    background-image: url('../img/botao-branco.svg');
    color: #444;
}