*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat" !important;
}

body {
    padding: 0;
    margin: 0;
}

main {
    margin: 0;
    padding: 0;
}

.componente2 {
    font-size: 26px;
    color: blue;
}


/* ---- ESTILO DO MENU ---- */
.barra-menu {
    margin: 25px 0px;
    width: 100%;
    min-height: 80px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: row wrap;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
}

.estilo-menu {
    width: 100%;
    height: auto;
    min-height: 80px;
    /* background-color: #fff; */
    /* background-color: aqua; */
    display: flex;

}

.estilo-menu-opcoes1 {
    width: 100%;
    height: auto;
    min-height: 70px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8%;
    /* background-color: orange; */
}

.nav-link {
    border-bottom: solid 2px transparent;
    color: #001233 !important;
    font-weight: 500;
    font-size: 1.3em;
    transition: 0.3s all;
    margin: 0 15px;
    border-bottom: solid 2px rgba(0, 18, 51, 0);
}

.nav-link:hover {
    /* border-bottom: solid 2px rgba(0, 18, 51, 1); */
    text-decoration: underline;
    text-decoration-color: rgba(0, 18, 51, 1);
    transform: scale(1.1);
}


.div-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 80px;
    transition: 1s all;
    transform: scale3d(10,10,10);
    opacity: 0;
    /* background-color: rgba(247, 111, 111, 0.5); */
}
.logo-x {
    /* transform: scale(1); */
    transform: scale3d(1,1,1);
    transition: 1s all;
    opacity: 1;
}

.div-logo:hover {
    transform: scale(1.1);
}

.div-logo:active {
    transform: scale(1.2);
}

.div-logo img {
    width: auto;
    height: 80%;
}

.zerar-estilo {
    margin: 0;
    padding: 0;
}

/* ---- ESTILO DO MENU ---- */


/* Conheça nossos produtos */
.conheca-produtos {
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* background-color: #c3e200; */
    padding: 50px;
}

.conheca-produtos-h1 {
    border: solid 2px  #001233;
    padding: 8px 15px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.seta{
    /* background-color: red; */
    height: 150px;

    display: flex;
    flex-direction: row;
    align-items: flex-end;

}

.conheca-produtos-h1 h1 {
    color: #00284d;
    font-size: 2em;
    font-weight: bolder;

}

.conheca-produtos-box {
    width: 100%;
    height: auto;
    /* background-color: red; */
    /* border: solid 2px red; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.conheca-produtos-cards {
    width: 220px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 50px;
    transition: 1.5s transform;
    /* border: solid 2px blue; */
}

[data-anime]{
    opacity: 0;
    transition: 2s;
}

[data-anime='top']{
transform: translate3d(0,-100px,0);
}

[data-anime='center']{
transform: scale(0.01);
}


[data-anime='top'].animate,[data-anime='center'].animate{
    transform: translate3d(0,0,0);
    opacity: 1;
    transform: scale(1);
    }

.conheca-produtos-cards:hover {
transform: scale(1.2);
}

.conheca-produtos-cards-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #007cad;
    /* background-color: #df1919; */
    margin-bottom: 10px;
}

.conheca-produtos-cards-img img {
    width: 100%;
    height: 100%;
}

.conheca-produtos-cards-txt {
    color: #002f5e;
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: bolder;
    /* background-color: #41add8; */
    display: flex;
    text-align: center;
}

/* Conheça nossos produtos */


/* Quem Somos */
.quem-somos {
    width: 100%;
    height: auto;
    padding: 0 60px;
    padding-top: 100px;
}

.quem-somos h1 {
    color: #001233;
    font-size: 2.5em;
    font-weight: bolder;
    margin-bottom: 30px;
}

.quem-somos h5 {
    text-align: justify;
    font-size: 1.5em;
    margin-bottom: 50px;
    color: #112140;
}

/* Quem Somos */


/*   Banner 2   */
.banner_2 {
    /* background-color: #e5e4e3; */
    width: 100%;
    height: auto;
    min-height: 450px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.banner_2 img {
    width: 100%;
}


/*   Banner 3   */
.banner_3 {
    background-color: #fff;
    width: 100%;
    height: auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
}

.banner_3_p1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_3_p1 h1 {
    font-weight: bold;
    color:  #001233;
    font-size: 2em;
}

.banner_3_p1 h5 {
    color:  #001233;
    margin-top: 10px;
    font-size: 1em;
}

.banner_3_p2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.banner_3_p2 img {
    /* margin-top: 40px; */
    width: 60%;
}


/*   Banner 4   */
.banner_4 {
    /* background-repeat: no-repeat;
    background-position: center;
    background-image: url("../_img/banner_4_p0.png"); */
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}


.banner_4 img {
    width: 100%;
    height: auto;
}

/* ----------- Contatos ------------------ */
.form {
    padding: 0;
    margin: 0;
    /* background-color: #2c2c2c; */
    background-image: url("../_img/bkg_mail_azul.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;  
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.form img{
    width: 42%;
}

.box-form {
    padding: 0;
    margin: 0;
    /* background-color: #2c2c2c; */
    background-image: url("../_img/form_mail.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-width: 58%;  
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 19;
}

form {
    padding: 40px 50px;
    /* margin-bottom: 50px; */
    padding-left: 70px;
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.titulo_form {
    font-weight: bolder;
    font-size: 1.8em;
    color: #007cad;
    margin-bottom: 25px;
}

form label {
    color: #fff;
    font-weight: bolder;
}

.btn-form {
    width: 180px;
    height: 50px;
}

/* ------------ footer --------------------  */
footer {
    width: 100%;
    padding: 40px 80px 10px 80px;
    height: auto;
    background-color: #002049;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

footer .linha {
    width: 98%;
    height: 2px;
    border-top: solid 2px #fff;
    margin: 0;
    margin-top: 40px;
}

footer .p2{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;   
    /* background-color: green; */
    /* padding: 0 60px; */
}

.footer-inicio{
    width: 100%;
    /* padding: 0 80px; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    /* background-color: yellow; */
}

.footer-p1 {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
    letter-spacing:3px;
    padding: 0;
    margin: 0;
    /* background-color: red; */
}

.footer-p1 p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 60px;
    /* background-color: yellow */
}

.footer-p1 p a {
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
}

.footer-p1 p a:hover {
    color: #fff;
    transform: scale(1.1);
}

.footer-p2 {
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 40px;
    /* background-color: yellow; */
}

.footer-p2-q1 {
    width: 100%;
    height: auto;
    min-height: 300px;
    /* background-color: #002f5e; */
    padding: 0px 40px;
}

.footer-p2-q1 p {
    color: #000;
    font-weight: bolder;
    font-size: 1.5em;
    text-align: center;
}


.siga-tel{
    display: flex;
    height: auto;
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* background-color: yellow; */
}


.footer-siga-acm {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.siga1{
    font-weight: bold;
}

.box-siga1{
    font-size: 1.5em;
    line-height: 0.8em;
    text-align: right;
}

.box-siga1{
    font-size: 1.2em;
}

.bancos-parceiros {
    width: 100%;
    height: auto;
    min-height: 300px;
    text-align: center;
}

.footer-p2-q1 img {
    width: auto;
    height: 60px;
    padding: 6px;
    margin: 0 60px;
}

.footer-p2-q1 img#comp1 {
    width: auto;
    height: 70px;
    padding: 6px;
    /* border: solid 1px red; */
}

.footer-p2-q1 img#comp2 {
    width: auto;
    height: 80px;
    padding: 6px;
    /* border: solid 1px red; */
}

.footer-p2-q1 img#comp3 {
    width: auto;
    height: 90px;
    padding: 6px;
}

.footer-p2-q1 img#comp4 {
    width: auto;
    height: 100px;
    padding: 6px;
}

.link_footer {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    padding: 20px;
    border-radius: 20px 0 20px 20px;
    background-color: #031936;

}

.link_footer h1 {
    font-weight: bold;
}

.link_footer a,h1 {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}

.link_footer a:hover {
    text-decoration: underline;
    /* font-weight: bolder; */
}

p.face img {
    width: 50px;
    height: auto;
    margin-left: 4px;
    /* border: solid 2px red; */
}

p.face img:hover {
    opacity: 90%;
    cursor: pointer;
}

p.cadeado img {
    width: 200px;
    height: auto;
    margin-top: 40px;
}

.seta_cima {
    width: 40px;
    height: auto;
    position: fixed;
    bottom: 7%;
    right: 10px;
}

.seta_cima img {
    width: 45px;
    height: auto;
    opacity: 50%;
    z-index: 99;
    transition: 0.5s all;
}

.seta_cima img:hover {
    opacity: 80%;
    transform: scale(1.2);
}

#carouselExampleIndicators {
    z-index: 999;
}

.endereco {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    color: #fff;
    /* background-color: red; */
}

.end-componente {
    margin: 0 10px;
}

.creditos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px;
    border-top: solid 1px #888888;
    background-color: #0396fa;
}


.creditos .p1{
    height: auto;
    min-height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.creditos .p1 img{
    height: 60px;
}

.creditos .p3{
    text-align: right;
    color: #001334;
}