@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&display=swap');

*{

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*text-decoration: none !important;/*tira a linha do A*/
    /*list-style: none;/*tira as bolinha do li*/
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans';
}


body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }

  body::-webkit-scrollbar-track {
    background: white;        /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
    background-color: #14387F;    /* color of the scroll thumb */
    border-radius: 1px;       /* roundness of the scroll thumb */
    border: 3px solid #14387F;  /* creates padding around scroll thumb */
  }



:root{
    --azul-claro: #1F3F7C;
    --azul-escuro: #14387F;
    --branco: #FFFFFF;
    --azul-clarinho: rgba(74, 153, 211, 0.1);
    --azul-pisina: #4A99D3 10%;
    --cinza-claro: #D7D7D7;
    --preto-claro: #57585A;
    --preto-escuro: #0F001A;
    --sobram: 0px 1.69683px 1.69683px rgba(4, 29, 255, 0.25);
}
body{
    top: 5px !important;
}
.skiptranslate{
    position: fixed !important;

    top: 0% !important;
    right: 0px !important;
    z-index: 4;
    box-shadow: none !important;
}

.goog-te-banner-frame{
    display: none !important;


}
.goog-te-gadget-icon{
    display: none !important;

}
.box{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    padding: 2px 0px 2px 0px;
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: var(--branco);

}

.box-tamanho-header{
    width: 90%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .logo-fricon{
        /* border: 1px solid red; */

    }
    .menu-principal{
        height: 60px;
        padding-bottom: 20px;
        /* border: 1px solid red; */
        display: flex;
        justify-content: center;
        align-items: center !important;
    }

    .font-detalhes{
        /* border: 1px solid red; */
        font-family: 'Open Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 13px;
        color: #14387F;
        padding: 0px 10px 0px 10px;
        text-decoration: none !important;/*tira a linha do A*/

    }
    .font-submenu{
        font-family: 'Open Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        color: #14387F;
        padding: 0px 20px 0px 20px;
        text-decoration: none !important;/*tira a linha do A*/

    }
    .button-header{
        padding: 15px 20px 15px 20px;
        background-color: #14387F;
        color: #ffffff !important;
        border-radius: 10px;

    }
    .box-tamanho-header nav ul ul{
        border: none;
    }

    .dropdown-item{

        padding: 0px 10px !important;
        font-family: 'Open Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        color: var(--azul-claro);
        /* padding: 0px 20px 0px 20px; */
        text-decoration: none !important;/*tira a linha do A*/


    }.dropdown-menu{
        border: none !important;
    }
    .flex{
        display: flex;

    }
    .lado{
        margin: 10px;
    }

    .azul{
        width: 100%;
        /* height: 125px; */
        background-color: var(--azul-claro);
        display: flex;
        justify-items: center;
        justify-content: center;
        align-items: end;
        border: none;
        text-align: center;
        z-index: 99;
        position: fixed;
        top: 68px;
    }
    .azul h2{
        font-family: 'Open Sans', Roboto;
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        line-height: 54px;
        color: white;
    }

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx mobi  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }

    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

    .animated-icon1 span {
    background: var(--azul-escuro);
    }

    .animated-icon2 span {
    background: #e3f2fd;
    }

    .animated-icon3 span {
    background: #f3e5f5;
    }

    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }

    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }

    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
    top: 0px;
    }

    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
    }

    .animated-icon2 span:nth-child(4) {
    top: 20px;
    }

    .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }

    /* Icon 4 */

    .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }

    .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }

    .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }

    .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
    }

    .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    }

    .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
    }
    .menu-2{
    /* border: 1px solid red; */
        padding: 10px;

    }
    .navbar-toggler{
        padding: 10px !important;
    }
    .menu-2 nav ul li a{
        padding: 20px 0px 20px 0px;
        font-family: 'Open Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        color: var(--azul-escuro) !important;

    }
    .menu-2 nav ul ul{
        display: none;
        text-decoration: none !important;/*tira a linha do A*/
        list-style: none !important;/*tira as bolinha do li*/

    }
    .menu-2 nav li li{
      padding: 15px 0px 15px 0px;
    }
    .menu-2 nav ul li ul li a{
        text-decoration: none !important;/*tira a linha do A*/
        list-style: none !important;/*tira as bolinha do li*/



        font-family: 'Open Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        color: var(--preto-claro) !important;
    }
    .menu-2 nav ul li:hover > ul{
        display: block;
    }
    .collapse{
        margin-top: 20px;
    }
    .menu-2 nav ul li .button-catalogo{
        background-color: var(--azul-escuro);
        padding: 15px 10px 15px 10px;
        color: var(--branco)!important;
        border-radius: 10px;
        text-align: center;
    }



/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.box-home-banner{
    width: 100%;
    overflow: hidden;
    /* border: 1px solid red; */
    /* height: 530px !important; */
    position: relative;
    margin-top: -2px;
}
.seta-banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    position: absolute;
    z-index: 2;
    top: 50%;


}
.arroww{
    cursor: pointer;
}
.arroww svg path{
    fill: var(--preto-claro);

}

.carousel-banner{
    width: 100%;
    height: 530px !important;

}
.img img{
    width: 100% !important;
    /* height: 690px !important; */
    /* background-image: url(../img/banner.png); */
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    object-fit: cover;
}


.banner img{
    width: 100%;
    height: 530px;
    /* background-image: url(../img/banner.png); */
    background-repeat: no-repeat;/*para nao repetir*/
    background-position: center center;/*o primeiro paramentro posso passar letf,top etc para direcionar a imagem*/
    border: none;
    margin-top: -5px;
    overflow: hidden;
}

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

    .cubo{
        position: fixed;
        top: 80%;
        right: 40px;
        box-shadow: 2px 2px 6px black;
        border-radius: 50%;
        z-index: 4;
        animation: animate;
        animation-duration: 1.3s;
        cursor: pointer;
    }
    .cubo img{
        width: 55px;
        height: 55px;
    }
    .cubomodal{
        position: fixed;
        top: 81%;
        right: 10px;
        border-radius: 50%;
        z-index: 5;
        display: none;
        justify-content: center;
        align-items: center;

        animation: animate;
        animation-duration: 1.3s;
    }
    @keyframes animate{
        from{opacity: 2;}
        from{opacity: 1;}
        from{opacity: 0;}
    }

    .cubomodal label img{
        width: 55px;
        height: 55px;
        /* box-shadow: 2px 2px 6px black; */
        border-radius: 50%;
        position: fixed;
        cursor: pointer;
        top: 80%;
        right: 132px;
        /* border:1px solid red; */

    }
    .cubomodal  a p {
        background-color: var(--azul-escuro);
        color: var(--branco);
        padding: 5px 30px;
        border-radius: 5px;

        font-family: 'Open Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 14px;

    }
    /* .cubomodal.mostracubo{
        display: flex;
    } */

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.box-seguimentos{
    width: 100%;
    padding: 100px 0px 100px 0px;
    /* border: 1px solid red; */
    background-color: var(--branco);

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;

}
.box-tamanho{

    width: 1300px;
    /* border: 1px solid yellowgreen; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

    position: relative;

    transition: 0.8s;


}
.h2{
    width: 100%;
    /* border: 1px solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 40px 0px;
    padding: 0px 15px 0px 15px;
}
.h2 h2{
    font-family: 'Open Sans', Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    color: var(--azul-escuro);
    text-align: center;
}
.seguimentos-conteudo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card{
    /* border: 1px solid red; */

    width: 255px;
    height: 394px;
    border-radius: 5px;
    margin: 20px;
    overflow: hidden;
    cursor: pointer;
    /* z-index: 1; */



}
.card img{

    width: 254px;
    height: 393px;
}
.card-modelo{
    width: 255px;
    height: 394px;
    border-radius: 5px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;

    background: rgba(74, 153, 211, 0.1);

}

.card-modelo-h2{
    width: 100%;
    display: flex;
    padding: 10px;

    /* justify-content: center;
    align-items: center; */
    /* border: 1px solid red; */
}
.card-modelo-h2 h2{
    font-family: 'Open Sans', Roboto;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    line-height: 36px;
    color: var(--azul-escuro);
}
.card-modelo-p{
    width: 100%;
    display: flex;
    padding: 10px;
    /* justify-content: center;
    align-items: center; */
    /* border: 1px solid red; */
}
.card-modelo-p p{
    font-family: 'Open Sans', Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--azul-claro);
}

.card-modelo-button{
    width: 100%;
    display: flex;
    padding: 10px;
}
.card-modelo-button label{

    width: 250px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 5px 0px;
    background-color: var(--branco);
    box-shadow: 0px 1.69683px 1.69683px rgba(4, 29, 255, 0.25);
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}
.card-modelo-button label:hover{
    transform: scale(0.9);
}
.card-modelo-button label img{
    width: 30px;
    height: 22px;
    padding: 0px 5px 0px 0px;

}
.card-modelo-button label a{
    font-family: 'Open Sans', Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--azul-claro);

    text-decoration: none !important;/*tira a linha do A*/
        list-style: none !important;/*tira as bolinha do li*/

}
/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx modal xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.box-modal{
    width: 91%;

    /* border: 1px solid red; */
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.137);
    margin: 20px;

    /* position: fixed;
    top: 0;
    left: 0; */

    position: absolute;
    top: 80px;

    z-index: 99;
    background-color: var(--branco);
    border-radius: 10px;
    display: none;

    animation: animat;
    animation-duration: 1.3s;



}
@keyframes animat{
    from{opacity: 2;}
    from{opacity: 1;}
    from{opacity: 0;}
}

.box-modal2{
    width: 91%;

    /* border: 1px solid red; */
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.137);
    margin: 20px;
    position: absolute;
    top: 525px;
    z-index: 99;
    background-color: var(--branco);
    border-radius: 10px;
    display: none;

    animation: animat;
    animation-duration: 1.3s;




}
@keyframes animat{
    from{opacity: 2;}
    from{opacity: 1;}
    from{opacity: 0;}
}
.box-modal2.mostrar{

    display: flex;

}
.box-modal.mostrar{

display: flex;


}

.card-modal{
     /* border: 1px solid red; */

     width: 255px;
     height: 394px;
     border-radius: 5px;
     margin: 10px 50px 0px 20px;
     overflow: hidden;

}
.card-modal img{
    width: 254px;
    height: 393px;
}
.card-modal-texto{
    /* border: 1px solid red; */

    width: 325px;
    height: 394px;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.fechar{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: var(--branco);
    box-shadow: 0px 0px 2px var(--preto-claro) ;
    border-radius: 5px;
    transition: 1.8s;
    cursor: pointer;

}
.fechar:hover{

    transform: scale(1.0);
    background-color: var(--azul-claro);
    color: var(--branco);
}

.card-modal-h2{
    width: 100%;
    display: flex;
    padding: 10px;

    /* justify-content: center;
    align-items: center; */
    /* border: 1px solid red; */
}
.card-modal-h2 h2{
    font-family: 'Open Sans', Roboto;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    line-height: 36px;
    color: var(--azul-escuro);
}
.card-modal-p{
    width: 100%;
    display: flex;
    padding: 10px;
    /* justify-content: center;
    align-items: center; */
    /* border: 1px solid red; */
}
.card-modal-p p{
    font-family: 'Open Sans', Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--azul-claro);
}

.car-modal-button{
    width: 100%;
    display: flex;
    padding: 10px;
}
.car-modal-button label{

    width: 250px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 5px 0px;
    background-color: var(--branco);
    box-shadow: 0px 1.69683px 1.69683px rgba(4, 29, 255, 0.25);
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}
.car-modal-button label img{
    width: 30px !important;
    height: 22px !important;
}
.car-modal-button label:hover{
    transform: scale(0.9);
}
.car-modal-button label img{
    width: 30px;
    height: 30px;
    padding: 0px 5px 0px 0px;

}
.car-modal-button label a{
    font-family: 'Open Sans', Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--azul-claro);

    text-decoration: none !important;/*tira a linha do A*/
        list-style: none !important;/*tira as bolinha do li*/

}

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx fim modal xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.box-mobi-flix{

    width: 100%;
    padding: 30px 0px 30px 0px;
    /* border: 1px solid red;  */
    background-color: var(--branco);

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;


}
.carousel-flip{
    width: 98%;

    /* border: 1px solid blueviolet; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 0px 5px 0px;

    /* border: 1px solid red; */

    overflow: hidden;
  }
  .carousel-flip-2{
    width: 306px;


    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    /* border: 1px solid green; */
  }

.seta-2{
    /* border: 1px solid red; */
    padding: 5px 25px 5px 25px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow-2{
    cursor: pointer;
    color: var(--branco);
    background-color: var(--azul-clarinho);
    padding: 5px 10px 10px 10px;

    border-radius: 2px;
}
.arrow-2 svg{
    margin: 0;
    width: 20px;
    height: 20px;


}
.arrow-2 svg path{
    fill: var(--azul-escuro) !important;
}

.arrow-2:hover > svg path{
    background-color: var(--azul-escuro) !important;
    fill: var(--branco) !important;
    /* box-shadow: 2px 2px 8px var(--preto-claro); */
}.arrow-2:hover{
    background-color: var(--azul-escuro) !important;
    /* fill: var(--azul-escuro); */

}

.conteudo-h2-2 h2{
    font-family: 'Open Sans', Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: var(--azul-escuro);
    margin: 0;

}
.arrow-2:hover{
    background-color: var(--branco);
    color: var(--azul-escuro);
    /* box-shadow: 2px 2px 8px var(--preto-claro); */
}

.card-face{
    width: 294px;
    height: 400px;
    border-radius: 10px;
    margin: 10px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;

    background: rgba(74, 153, 211, 0.1);

}




/*!xxxxxxxxxxxxxxxx flip xxxxxxxxxxxxxxxxxxx*/
.face{
    width: 294px !important;
    height: 400px;
    display: flex !important;
    margin: 10px 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.253); */
    /* border: 1px solid green; */
    cursor: pointer;
    overflow: hidden;

    transition: 0.9s;

}
.front, .back{
    width: 290px;
    height: 400px;
position: absolute;
/* width: 100%;
height: 100%; */
transition: 700ms;
border-radius: 5px;
box-shadow: var(--sobram);

}
.front{

    z-index: 1;
}
.front img{
    width: 290px;
    height: 400px;
    border-radius: 5px;
}
.back{
background-color: #edf5fb;
transform: rotateY(-180deg);
backface-visibility: hidden;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.back-h2{
    width: 100%;
    display: flex;
    padding: 10px;

    /* justify-content: center;
    align-items: center; */
    /* border: 1px solid red; */
}
.back-h2 h2{
    font-family: 'Open Sans', Roboto;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    line-height: 36px;
    color: var(--azul-escuro);
}
.back-p{
    width: 100%;
    display: flex;
    padding: 10px;
    /* justify-content: center;
    align-items: center; */
    /* border: 1px solid red; */
}
.back-p p{
    font-family: 'Open Sans', Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--azul-claro);
}
.back-button{
    width: 100%;
    display: flex;
    padding: 10px;
}
.back-button label{

    width: 250px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 5px 0px;
    background-color: var(--branco);
    box-shadow: 0px 1.69683px 1.69683px rgba(4, 29, 255, 0.25);
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}
.back-button label:hover{
    transform: scale(0.9);
}
.back-button label img{
    width: 30px;
    height: 30px;
    padding: 0px 5px 0px px;

}
.back-button label a{
    font-family: 'Open Sans', Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--azul-claro);
    text-decoration: none !important;/*tira a linha do A*/
        list-style: none !important;/*tira as bolinha do li*/

}
.face:focus .front{
    transform: rotateY(180deg);
    z-index: 0;
}

.face:focus .back{
    transform: rotateY(0);
    z-index: 2;
}



/*!xxxxxxxxxxxxxxxx FIM flip xxxxxxxxxxxxxxxxxxx*/
/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.box-clientes{

    width: 100%;
    padding: 100px 0px 300px 0px;
    /* border: 1px solid red;  */
    background-color: var(--branco);
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;

}
.logo-clientes{

    display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
    background-repeat: no-repeat;/*para nao repetir*/
    background-size: cover;/*tenta deixar a imagem na melhor forma ou uso o auto  */
    background-position: center center;/*o primeiro paramentro posso passar letf,top etc para direcionar a imagem*/

}


.card-logos-clientes{

    display: flex;
    justify-content: center;
    align-items: center;

      /* border: 1px solid red; */

      width: 150px !important;
      height: 80px !important;

      border-radius: 5px;
      margin: 40px;
      overflow: hidden;


}
.card-logos-clientes img{
    object-fit: cover;
    max-width: 120px;
    min-width: 100px;
}

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.box-noticia{

    width: 100%;
    padding: 100px 0px 100px 0px;
    /* border: 1px solid red;  */
    background-color: var(--azul-clarinho);

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;

}

.seta{
    /* border: 1px solid red; */
    padding: 5px 35px 5px 35px;
    width: 87%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow{
    cursor: pointer;
    color: var(--branco);
    background-color: var(--azul-escuro);
    padding: 10px 10px 10px 10px;

    border-radius: 2px;
}
.arrow svg{
    margin: 0;
    width: 20px;
    height: 20px;

}
.conteudo-h2-noticia h2{
    font-family: 'Open Sans', Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: var(--azul-escuro);
    margin: 0;

}
.arrow:hover > svg path{
    background-color: var(--branco);
    fill: var(--azul-escuro);
    /* box-shadow: 2px 2px 8px var(--preto-claro); */
}.arrow:hover{
    background-color: var(--branco);
    /* fill: var(--azul-escuro); */

}
.carousel{
    width: 87%;

    display: flex;
    justify-content: center;
    align-items: center;



    /* border: 1px solid red; */
}
.carousel a{
    text-decoration: none !important;
}
.carrossel-card{
    width: 330px !important;
    height: 400px;
    display: flex;
    margin: 5px 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.253);
    /* border: 1px solid green; */
    cursor: pointer;
    overflow: hidden;

    transition: 0.9s;
}
.carrossel-card:hover{
transform: scale(0.97);
}
.carrossel-card-img{
    width: 100%;
    height: 205px;
}
.carrossel-card-img img{

    width: 330px;
    height: 205px;

}
.carrossel-card-h3{
    width: 100%;
    height: 65px;
    /* border: 1px solid red; */

}
.carrossel-card-h3 h3{
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans', Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    color: var(--azul-escuro);

}
.carrossel-card-p {
    width: 100%;
    height: 138px;
    overflow: hidden;
    /* border: 1px solid red; */

}
.carrossel-card-p p {

    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans', Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: var(--preto-claro);

}
.box-tamanho-noticia{
    width: 100%;
    /* border: 1px solid yellowgreen; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}


/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.box-podemos-ajudar{
    width: 100%;
    padding: 100px 0px 100px 0px;

    background-color: var(--azul-clarinho);

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;

}
.box-card{
    width: 100%;
    /* border: 1px solid red; */

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;

}
.box-card a{
    text-decoration: none !important;/*tira a linha do A*/
    list-style: none !important;/*tira as bolinha do li*/
}
.card-ajuda{
    width: 350px;
    height: 350px;
    background-color: var(--branco);
    box-shadow: 0px 0.904041px 0.904041px rgba(0, 0, 0, 0.25);
    margin: 10px;
    border-radius: 10px;
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: 2.8s;
    cursor: pointer;
}
.card-ajuda:hover{
    transition: 1.8s;
    background-color: var(--azul-escuro);
    border-radius: 10px;
    box-shadow: var(--sobram);
    color: var(--branco);
}
.card-ajuda:hover > .card-ajudar-p p{
    transition: 1.8s;
    color: var(--branco);
}
.card-ajuda:hover > .card-ajuda-icone svg path{
    transition: 1.8s;
    fill: var(--branco);
}
.card-ajuda-icone{
   /* border: 1px solid red; */
   width: 100%;
   display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

    margin: 10px 0px 10px 0px;
}
.card-ajudar-p{
    /* border: 1px solid red; */
   width: 100%;
   display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
}
.card-ajudar-p p{
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans', Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    line-height: 25px;
    color: var(--preto-escuro);

}

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.box-fabrica{
    width: 100%;
    padding: 100px 0px 150px 0px;

    background-color: var(--branco);

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.box-fabrica-conteudo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    /* border: 1px solid black; */
}
.fabrica-img {
   width: 600px;
   padding: 10px;
   /* height: 600px; */
   /* border: 1px solid red; */

   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   margin: 10px 0px 10px 0px;



}
.fabrica-img img{
    width: 355px;
    height: 395px;

}

.fabrica-texto{
    width: 600px;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 0px;
    /* border: 1px solid red; */
}
.fabrica-texto p{
    font-family: 'Open Sans', Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--preto-escuro);

    margin: 20px 0px 20px 0px;
}
.fabrica-texto h5{
    font-family: 'Open Sans', Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--preto-escuro);
}
.fabrica-texto h6{
    font-family: 'Open Sans', Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--preto-escuro);
}

/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.footer-bolinha{
    position: absolute;
    top: -62px;
    right: 30px;
    z-index: -1;
}


.box-footer{
width: 100%;
padding: 0px 0px 50px 0px;
margin: 40px 0px;
background-color: var(--azul-claro);

display: flex;
justify-content: center;
justify-items: center;
align-items: center;
position: relative;

}
.box-footer-divs{
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    overflow: hidden;
    /* border: 1px solid black; */
    padding: 80px 0px 20px 0px;
}
.box-footer-div{
    /* border: 1px solid red; */
    width: 265px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    overflow: hidden;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
    margin: 0px 10px 0px 10px;

}
.box-footer-div-logo{
    width: 100%;
    padding: 10px 0px 0px 0px;

    /* border: 1px solid red; */

}

.box-footer-div-p{
    width: 100%;
    padding: 10px 0px 20px 0px;


    /* border: 1px solid red; */
}

.box-footer-div-p p{
    padding: 20px 0px 0px 0px;
    font-family: 'Open Sans', Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--branco);
}
.box-footer-div-p a{
    font-family: 'Open Sans', Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--branco);
    display: flex;
    flex-direction: column;
    padding: 5px;
    text-decoration: none !important;/*tira a linha do A*/
        list-style: none !important;/*tira as bolinha do li*/
}
.box-footer-div-img{
    width: 100%;
    padding: 10px 0px 20px 0px;
    /* border: 1px solid red; */
    transition: 0.2s;
    cursor: pointer;
}
.box-footer-div-img img:hover{
    transform: scale(0.9);
}


.contexto-h3 h3{

    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: var(--branco);
    padding: 0px 0px 0px 0px;
}
.diminur-div{
    width: 200px;
}
.div-padding p{
    padding: 0px 0px 10px 0px;

}
.box-footer-div-pp p{
    font-family: 'Open Sans', Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 21px;
    color: var(--branco);
    opacity: 0.5;
}

.box-footer-icones{
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    overflow: hidden;
    /* border: 1px solid black; */
    padding: 40px 0px 10px 0px;
    transition: 0.2s;
    cursor: pointer;
}
.box-footer-icones a:hover{
    transform: scale(0.8);
}
.box-footer-icones a{

    padding: 0px 10px 0px 10px;
}
.box-footer-texto{
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    overflow: hidden;
    /* border: 1px solid black; */
    padding: 0px 0px 10px 0px;
}
.box-footer-texto p{
    font-family: 'Open Sans', Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: var(--branco);
    opacity: 0.5;
    text-align: center;

}

.mapa{
    display: flex;
    justify-content: center;
}

.mapa img {
     max-width: 900px;
     min-width: 300px;
}
