/*====== MAIN ======*/
main{
    overflow-x: hidden;
}

.container-geral {
    display: flex;
    flex-direction: column;
}

/* --- Bloco 1 --- */
.bloco1{
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #050d2b8c;
    background-color: radial-gradient(circle, rgba(5, 13, 43, 0.2) 0%, rgba(6, 12, 68, 0.2) 0%, rgba(5, 13, 43, 0.2) 50%);
    background-blend-mode: darken;
    background-image:url(/images/wallpaper-bpo-fiscal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    z-index: -1;
}

.bloco1-subcontainer1{
    display: flex;
    flex-direction: column;
    width: 650px;
    margin-right: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.bloco1-subcontainer1 > img{
    width: 150px;
    height: 173px;
}

.bloco1-subcontainer1-titulo{
    color: #fff;
    font-weight: 500;
    font-size: 49px;
}

.bloco1-subcontainer2{
    display: flex;
    flex-direction: column;
    width: 650px;
    overflow: hidden;
    margin-left: 50px;
    align-items: start;
    margin-top: 100px;
}

.bloco1-subcontainer2 > h1{
    color: #fff;
    font-size: 27px;
}

.bloco1-subcontainer2 > h2{
    color: #fff;
    font-size: 22px;
    margin-top: 16px;
}

.bloco1-subcontainer2-lista{
    list-style: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.img-check-verde{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

/* --- Bloco 2 --- */
.bloco2{
    display: flex;
    height: 700px;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #FFF;
    /* border: 2px solid #E99906; */
}

.bloco2-container1{
    display: flex;
    height: 600px;
    width: 1200px;
    align-items: start;
    /* border: 2px solid #E99906; */
    align-items: center;
    justify-content: center;
}

.bloco2-subcontainer1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    width: 58%;
    /* border: 2px solid #E99906; */
}

.bloco2-subcontainer1-titulo1{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.bloco2-subcontainer1-titulo1 h1{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 400;
}

.bloco2-subcontainer1-titulo1 h2{
    font-size: 32px;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
    width: 80%;
}

.bloco2-subcontainer1-titulo2 h3{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: rgb(74, 74, 74);
    /* width: 70%; */
    /* border: 2px solid #E99906; */
}

.bloco2-subcontainer1-titulo2 h4{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(74, 74, 74);
    /* width: 70%; */
    /* border: 2px solid #E99906; */
}

.bloco2-subcontainer1-titulo2 ul{
    list-style: none;
    /* border: 2px solid #E99906; */
    margin: 24px 0px;
    padding: 0;
}

.bloco2-subcontainer1-titulo2 li{
    display: flex;
    align-items: center;
}

.bloco2-subcontainer1-titulo2 li h4{
    padding-top: 6px;
}

.bloco2-subcontainer1-titulo3{
    display: flex;
    align-items: center;
    justify-content: start;
}

.bloco2-subcontainer1-titulo3 a button{
    background-color: #ff0267;
    border-radius: 32px;
}

.companyhero-font-color{
    color: #ff0267;
}

.bloco2-subcontainer2{
    display: flex;
    justify-content: center;
    width: 480px;
    height: 500px;
    /* border: 2px solid #E99906; */
}    

.bloco2-subcontainer2 img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

/* --- Bloco 3 --- */
.bloco3{
    display: flex;
    background-color: rgb(243, 243, 243);
    height: 1100px;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* background-color: rgba(0,0,0,0.8);
    background-blend-mode: darken;
    background-image:url(/images/--05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.bloco3-container1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    /* border: 2px solid red; */
    margin: 82px 0px;
}

.bloco3-subcontainer1{
    display: flex;
    justify-content: center;
    width: 1200px;
    /* border: 2px solid red; */
}

.bloco3-subcontainer1 h1{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    width: 70%;
    text-align: center;
}

.bloco3-subcontainer2{
    display: flex;
    justify-content: start;
    margin: 24px 0px 12px 0px;
    width: 1200px;
    text-align: center;
    /* border: 2px solid red; */
}

.bloco3-subcontainer2 h1{
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    border-bottom: 2px solid #ff0267;
    margin-left: 64px;
    margin-right: 12px;
}

.bloco3-subcontainer2 h1:hover{
    cursor: pointer;
}

.bloco3-subcontainer3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1200px;
    /* border: 2px solid red; */
}

.bloco3-subcontainer3-card{
    width: 250px;
    height: 333px;
    margin: 12px;
    /* border: 2px solid red; */
    /* overflow: hidden; */
}

.bloco3-subcontainer3-card-item1{
    height: 50%;
}

.bloco3-subcontainer3-card-item1 img{
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0px 0px;
}

.bloco3-subcontainer3-card-item2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #FFF;
    height: 50%;
    border-radius: 0px 0px 12px 12px;
    /* border: 2px solid red; */
}

.bloco3-subcontainer3-card-item2 h1{
    font-size: 16px;
    margin-left: 16px;
    font-family: "Poppins", sans-serif;
}

.bloco3-subcontainer3-card-item2 h2{
    font-size: 14px;
    color: #a8a8a8;
    margin-left: 16px;
    font-family: "Poppins", sans-serif;
}

.bloco3-subcontainer3-card-item2 h3{
    font-size: 12px;
    color: #686868;
    margin-left: 16px;
    font-family: "Poppins", sans-serif;
}

.bloco3-subcontainer3-card-item2-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    /* border: 2px solid red; */
}

.bloco3-subcontainer3-card-item2 a button{
    width: 120px;
    border-radius: 32px;
    background-color: #ff0267;
}

/* --- Bloco 4 --- */
.bloco4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.bloco4-container1{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    /* border: 2px solid red; */
}

.bloco4-subcontainer1{
    display: flex;
    justify-content: center;
    /* border: 2px solid blue; */
}

.bloco4-container1 h1{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 48px 0px 48px 0px;
    font-family: "Poppins", sans-serif;
    width: 70%;
    /* border: 2px solid red; */
}

.bloco4-subcontainer2{
    display: flex;
    align-items: center;
    gap: 64px;
    /* border: 2px solid blue; */
}

.bloco4-subcontainer2 > img{
    width: 250px;
    height: 250px;
}

.bloco4-subcontainer2 > p{
    font-size: 100px;
}

.bloco4-container2{
    display: flex;
    height: 130px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(231deg, rgb(231, 0, 146) 0px, rgb(114, 4, 33) 100%);
    z-index: 0;
}

.bloco4-container2 h1{
    font-size: 32px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* --- Bloco 5 --- */
.bloco5{
    display: flex;
    height: 1000px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    overflow: hidden;
    /* background-color: rgba(0,0,0,0.85);
    background-blend-mode: darken;
    background-image:url(/images/wallpaper-acordo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.bloco5-container1{
    display: flex;
    flex-direction: column;
    /* border: 2px solid #25d366; */
    height: 900px;
    width: 1200px;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
}

.bloco5-subcontainer1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #25d366; */
}

.bloco5-subcontainer1 h1{
    font-size: 14px;
    margin: 8px 0px;
    font-family: "Poppins", sans-serif;
    color: #FFF;
    font-weight: 300;
}

.bloco5-subcontainer1 h2{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    color: #FFF;
}

.bloco5-subcontainer1 h3{
    font-size: 16px;
    text-align: center;
    margin: 24px 0px;
    /* font-family: "Poppins", sans-serif; */
    color: #FFF;
}

.bloco5-subcontainer2{
    display: flex;
    width: 1200px;
    /* border: 2px solid red; */
}

.bloco5-subcontainer2-titulo1{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 50%;
    /* border: 2px solid red; */
}

.bloco5-subcontainer2-titulo2{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 50%;
    /* border: 2px solid red; */
}

.bloco5-subcontainer2-titulo1 img{
    width: 500px;
    height: 500px;
    border-radius: 18px;
}

.bloco5-subcontainer2-titulo2-item1{
    /* border: 2px solid blue; */
    width: 80%;
    border-bottom: 1px solid #cecece;
}

.bloco5-subcontainer2-titulo2-item2{
    /* border: 2px solid blue; */
    width: 80%;
}

.bloco5-subcontainer2-titulo2-item1 h1, .bloco5-subcontainer2-titulo2-item2 h1{
    font-size: 24px;
    margin: 24px 0px;
    color: #FFF;
}

.bloco5-subcontainer2-titulo2-item1 h2{
    font-size: 16px;
    margin: 0px 0px 24px 30px;
}

.bloco5-subcontainer2-titulo2-item1 a{
    color: #ff0267;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    /* font-weight: 600; */
}

.bloco5-subcontainer3{
    margin: 64px 0px;
    /* border: 2px solid blue; */
}

.bloco5-subcontainer3 a button{
    /* width: 120px; */
    border-radius: 32px;
    background-color: #ff0267;
}

/* --- Bloco 6 --- */
.bloco6{
    display: flex;
    height: 600px;
    align-items: center;
    justify-content: center;
    background-color: #f1f3f4;
    z-index: 0;
}

.bloco6-container1{
    position: relative;
    display: flex;
    align-items: start;
    height: 550px;
    width: 1200px;
    /* border: 2px solid #25d366; */
    border-radius: 8px;
    overflow: hidden;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bloco6-container1-subcontainer1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 550px;
    width: 600px;
    /* border: 2px solid #25d366; */
}

.bloco6-container1-subcontainer1-titulo1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
}

.bloco6-container1-subcontainer1-titulo1 > h1{
    margin: 10px 24px;
    font-size: 34px;
    color: #fff;
}

.bloco6-container1-subcontainer1-titulo1 > h2{
    margin: 10px 0px 0px 32px;
    font-size: 16px;
    color: #fff;
}

.bloco6-container1-subcontainer1-btnFaleConosco{
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.btn{
    font-weight: 500;
    color: #fff;
    background-color: #E99906;
    border: none;
    height: 44px;
}

.btn-warning button{
    background-color: #E99906;
}


.bloco6-container1-subcontainer2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 600px;
    /* border: 2px solid #fdbf03; */
}

.bloco6-container1-subcontainer2 > img{
    width: 400px;
    height: 200px;
}

/* --- Bloco 7 --- */
.bloco7{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #012F7B;
}

.bloco7-container1{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 2px solid red; */
    height: 100%;
    width: 1000px;
    margin: 64px 0px;
}

.bloco7-subcontainer1{
    /* border: 2px solid yellow; */
    width: 1000px;
}

.bloco7-subcontainer1 h1{
    color: var(--dourado-consulttech);
    font-size: 28px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.bloco7-subcontainer1 h2{
    color: var(--dourado-consulttech);
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.bloco7-subcontainer2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1000px;
    height: 100%;
    /* border: 2px solid green; */
    margin: 24px 0px;
}

.bloco7-subcontainer2-FAQ{
    width: 900px;
    /* border: 2px solid yellow; */
    height: 100%;
}

.bloco7-subcontainer2-FAQ-Titulo{
    background-color: #fff;
    padding: 12px;
    border-bottom: 2px solid #282828;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    border-radius: 8px;
    margin: 2px;
}

.bloco7-subcontainer2-FAQ-Resposta{
    /* background-color: #adaaaa; */
    padding: 12px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.bloco7-subcontainer3{
    margin: 32px 0px 0px 0px;
    /* width: 400px; */
    /* border: 2px solid yellow; */
}

/* ===> Celular/tablet deitado <=== */
@media(min-width: 801px) and (max-width: 1279px){
/* Bloco 2 */
.bloco2{
    height: 1000px;
    width: 100vw;
}

.bloco2-container1{
    height: 900px;
    flex-direction: column;
    width: 100vw;
    /* border: 2px solid blue; */
}

.bloco2-subcontainer1{
    width: 90vw;
    /* border: 2px solid red; */
    order: 2; /* inverte ordem */
}

.bloco2-subcontainer2{
    order: 1; /* inverte ordem */
}

.bloco2-subcontainer1-titulo3{
    justify-content: center;
}

/* Bloco 3 */
.bloco3{
    height: 1800px;
    width: 100vw;
}

.bloco3-container1{
    width: 100vw;
}

.bloco3-subcontainer1,
.bloco3-subcontainer2,
.bloco3-subcontainer3{
    width: 90vw;
    /* border: 2px solid red; */
}

/* Bloco 4 */
.bloco4-container2 h1{
    text-align: center;
    font-size: 24px;
}

/* Bloco 5 */
.bloco5{
    height: 1300px;
}

.bloco5-subcontainer1{
    width: 90vw;
}

.bloco5-subcontainer2{
    width: 90vw;
    flex-direction: column;
}

.bloco5-subcontainer2-titulo1{
    width: 90vw;
    justify-content: center;
}

.bloco5-subcontainer2-titulo2{
    width: 90vw;
    justify-content: center;
    margin: 48px 0px 0px 48px;
}

/* Bloco 6 */
.bloco6{
    width: 100vw;
}

.bloco6-container1{
    width: 90vw;
}

.bloco6-container1-subcontainer2 img{
    width: 260px;
    height: 125px;
}

.bloco6-container1-subcontainer1-btnFaleConosco .btn-calltoaction{
    width: 35vw;
}

/* Bloco 7 */
.bloco7{
    width: 100vw;
}

.bloco7-subcontainer1, .bloco7-subcontainer2-FAQ{
    width: 90vw;
}
}

/* ===> Tablet de pé <=== */
@media(max-width: 800px){
/* Bloco 2 */
.bloco2{
    height: 1000px;
    width: 100vw;
}

.bloco2-container1{
    height: 900px;
    flex-direction: column;
    width: 100vw;
    /* border: 2px solid blue; */
}

.bloco2-subcontainer1{
    width: 90vw;
    /* border: 2px solid red; */
    order: 2; /* inverte ordem */
}

.bloco2-subcontainer2{
    order: 1; /* inverte ordem */
}

.bloco2-subcontainer1-titulo3{
    justify-content: center;
}

/* Bloco 3 */
.bloco3{
    height: 1800px;
    width: 100vw;
}

.bloco3-container1{
    width: 100vw;
}

.bloco3-subcontainer1,
.bloco3-subcontainer2,
.bloco3-subcontainer3{
    width: 90vw;
    /* border: 2px solid red; */
}

/* Bloco 4 */
.bloco4-container2 h1{
    text-align: center;
    font-size: 24px;
}

/* Bloco 5 */
.bloco5{
    height: 1300px;
}

.bloco5-subcontainer1{
    width: 90vw;
}

.bloco5-subcontainer2{
    width: 90vw;
    flex-direction: column;
}

.bloco5-subcontainer2-titulo1{
    width: 90vw;
    justify-content: center;
}

.bloco5-subcontainer2-titulo2{
    width: 90vw;
    justify-content: center;
    margin: 48px 0px 0px 48px;
}

/* Bloco 6 */
.bloco6{
    width: 100vw;
}

.bloco6-container1{
    width: 90vw;
}

.bloco6-container1-subcontainer2 img{
    width: 260px;
    height: 125px;
}

.bloco6-container1-subcontainer1-btnFaleConosco .btn-calltoaction{
    width: 35vw;
}

/* Bloco 7 */
.bloco7{
    width: 100vw;
}

.bloco7-subcontainer1, .bloco7-subcontainer2-FAQ{
    width: 90vw;
}
}

/* ===> Celular Grande <=== */
@media(min-width: 501px) and (max-width: 799px){
/* Bloco 2 */
.bloco2{
    height: 1000px;
    width: 100vw;
}

.bloco2-container1{
    height: 900px;
    flex-direction: column;
    width: 100vw;
    /* border: 2px solid blue; */
}

.bloco2-subcontainer1{
    width: 90vw;
    /* border: 2px solid red; */
    order: 2; /* inverte ordem */
}

.bloco2-subcontainer2{
    order: 1; /* inverte ordem */

}

.bloco2-subcontainer1-titulo3{
    justify-content: center;
}

/* Bloco 3 */
.bloco3{
    height: 1800px;
    width: 100vw;
}

.bloco3-container1{
    width: 100vw;
}

.bloco3-subcontainer1,
.bloco3-subcontainer2,
.bloco3-subcontainer3{
    width: 90vw;
    /* border: 2px solid red; */
}

/* Bloco 4 */
.bloco4{
    height: 530px;
}

.bloco4-container1{
    width: 100vw;
    height: 400px;
    /* border: 2px solid yellow; */
}

.bloco4-subcontainer1,
.bloco4-subcontainer1 h1{
    width: 90vw;
    font-size: 24px;
}

.bloco4-subcontainer2{
    width: 90vw;
    gap: 0;
    justify-content: space-evenly;
}

.bloco4-subcontainer2 img{
    width: 200px;
    height: 200px;
}

.bloco4-container2{
    width: 100vw;
    height: 130px;
}

.bloco4-container2 h1{
    font-size: 20px;
    width: 90vw;
}

/* Bloco 5 */
.bloco5{
    height: 1400px;
}

.bloco5-subcontainer1{
    width: 90vw;
}

.bloco5-subcontainer2{
    width: 90vw;
    flex-direction: column;
}

.bloco5-subcontainer2-titulo1{
    width: 90vw;
    justify-content: center;
}

.bloco5-subcontainer2-titulo2{
    width: 90vw;
    justify-content: center;
    margin: 48px 0px 0px 48px;
}

/* Bloco 6 */
.bloco6{
    width: 100vw;
}

.bloco6-container1{
    width: 90vw;
}

.bloco6-container1-subcontainer2 img{
    width: 260px;
    height: 125px;
}

.bloco6-container1-subcontainer1-btnFaleConosco .btn-calltoaction{
    width: 35vw;
}

/* Bloco 7 */
.bloco7{
    width: 100vw;
}

.bloco7-subcontainer1, .bloco7-subcontainer2-FAQ{
    width: 90vw;
}
}

/* ===> Celular Médio <=== */
@media(max-width: 500px){
/* Bloco 1 */
.bloco1{
    width: 100vw;
}

.bloco1-subcontainer1{
    /* border: 2px solid red; */
    width: 80vw;
    margin: 0px 0px 24px 0px;
}

.bloco1-subcontainer2{
    width: 80vw;
    margin: 0px;
}

.bloco1-subcontainer1 h1{
    font-size: 24px;
    text-align: center;
}

.bloco1-subcontainer2 h1{
    font-size: 22px;
}

.bloco1-subcontainer2 h2{
    font-size: 18px;
}

/* Bloco 2 */
.bloco2{
    height: 1000px;
    width: 100vw;
    overflow: hidden;
}

.bloco2-container1{
    height: 900px;
    flex-direction: column;
    width: 100vw;
    /* border: 2px solid blue; */
}

.bloco2-subcontainer1{
    width: 90vw;
    height: 600px;
    /* border: 2px solid red; */
    order: 2; /* inverte ordem */
}

.bloco2-subcontainer2{
    width: 90vw;
    order: 1; /* inverte ordem */
    height: 300px;
    /* border: 2px solid red; */
}

.bloco2-subcontainer2 img{
    width: 80vw;
    height: 300px;
}

.bloco2-subcontainer1-titulo1 h2{
    width: 90vw;
    font-size: 24px;
    margin: 12px 0px;
}

.bloco2-subcontainer1-titulo3{
    justify-content: center;
}

/* Bloco 3 */
.bloco3{
    height: 3100px;
    width: 100vw;
    overflow: hidden;
}

.bloco3-container1,
.bloco3-container1 h1{
    width: 90vw;
    font-size: 24px;
}

.bloco3-subcontainer2 h1{
    margin: 0;
}

.bloco3-subcontainer3 h1{
    font-size: 16px;
}

/* Bloco 4 */
.bloco4{
    height: 430px;
}

.bloco4-container1{
    width: 100vw;
    height: 300px;
    /* border: 2px solid yellow; */
}

.bloco4-subcontainer1,
.bloco4-subcontainer1 h1{
    width: 90vw;
    font-size: 24px;
}

.bloco4-subcontainer2{
    width: 90vw;
    gap: 0;
    justify-content: space-evenly;
}

.bloco4-subcontainer2 img{
    width: 100px;
    height: 100px;
}

.bloco4-container2{
    width: 100vw;
    height: 130px;
}

.bloco4-container2 h1{
    font-size: 20px;
    width: 90vw;
}

/* Bloco 5 */
.bloco5{
    height: 1200px;
}

.bloco5-container1{
    width: 100vw;
}

.bloco5-subcontainer1,
.bloco5-subcontainer2{
    width: 90vw;
}

.bloco5-subcontainer1 h2{
    font-size: 22px;
    text-align: center;
}

.bloco5-subcontainer2-titulo1{
    width: 90vw;
}

.bloco5-subcontainer2-titulo1 img{
    width: 90vw;
    height: 350px;
}

.bloco5-subcontainer2-titulo2{
    margin: 0px 0px 0px 32px;
}

.bloco5-subcontainer3 .btn-calltoaction{
    width: 80vw;
}

/* Bloco 6 */
.bloco6{
    height: 800px;
}

.bloco6-container1{
    width: 90vw;
    height: 700px;
    flex-direction: column;
    /* border: 2px solid red; */
}
.bloco6-container1-subcontainer1{
    margin: 0;
    width: 90vw;
}

/* .bloco6-container1-subcontainer1-titulo1{
    width: 90vw;
} */

.bloco6-container1-subcontainer1-titulo1 h1, .bloco6-container1-subcontainer1-titulo1 h2{
    font-size: 16px;
    width: 70vw;
    margin: 4px 0px 4px 4px;
}

.bloco6-container1-subcontainer2{
    margin: 0;
    width: 90vw;
}

.bloco6-container1-subcontainer1-btnFaleConosco .btn-calltoaction{
    width: 80vw;
}

/* Bloco 7 */
.bloco7-subcontainer3 .btn-calltoaction{
    width: 80vw;
}
}
