html{
    scroll-behavior: smooth;
}
/*preload*/
.preload{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: all 1000ms;
    justify-content: center;
    z-index: 1001;
    position: fixed;
    top: 0;
    background-color: white;
    left: 0;
}
.preload img{
    width: 80%;
    max-width: 800px;
}

/**/
/*dro/*/
.zapbutton{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin-right: 60px;
    margin-bottom: 60px;
}








/**/

/*modalsucesso*/

.modalsendsucess{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #2c353abc;
    top: 0;
    z-index: 1003;
    left: 0;
    align-items: center;
    justify-content: center;
    animation-name:fadeIn;
    animation-delay: 1s;
}



.containermodalsendsucess{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    height: 260px;
    background-color: white;
    flex-direction: column;
    position: relative;
}
.headermodal{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;

}
.espacamentoheadermodal{

}
.sucessdivmensagem{
    width: 90%;
}

.hambuguerclose{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.hamb1{
    width: 100%;
    transform: rotate(45deg);
    height: 4px;
    border-radius: 30px;
    position: absolute;
    pointer-events: none;
    transition: all 500ms;
    background-color: #2c353a;
}
.hamb2{
    width: 100%;
    transform: rotate(-45deg);
    height: 4px;
    border-radius: 30px;
    position: absolute;
    pointer-events: none;
    pointer-events: none;
    transition: all 500ms;
    background-color: #2c353a;
}
.hambuguerclose:hover .hamb1{
    background-color: #ba9570;
}

.hambuguerclose:hover .hamb2{
    background-color: #ba9570;
}





/*modalfracasso*/















.estrutura{
    position: relative;
        width: max-content;
        text-decoration: none;
        z-index: 500;
        cursor: pointer;
        font-size: 30px;
        margin-right: 30px;
        margin-left: 30px;
    }

.dropdown{
    background-color: transparent;
    width: 170px;
    cursor: pointer;
    margin-left: -18px;
    display: none;
    align-items: flex-start;
    justify-content: space-evenly;
    pointer-events:visibleStroke;
    flex-direction: column;
    position: absolute;
    border-radius: 3px;
    text-align: center;
}
.servicoshover{
    margin-left: 30px;
    margin-right: 30px;
}
.dropdown a{
    margin: 0px!important;
    width: 100%;
    z-index: 500;
    pointer-events:visiblePainted;
}
.bordercima{
    border-top:1.5px solid #ba9570 ;
}
.dropdown p{
    z-index: 500;
    font-size: 22px;
    width: 100%;
    text-align: center;
    transition: all;
    border-bottom: 1.5px solid #ba9570;
    color: white!important;
}
.dropdown p:hover{
    
    color: #ba9570!important;
}
.servicosdorpdown{

    position: relative;

}



/*cards css*/


.lerartigosbutton {
    background-color: #ba9570;
    width: 300px;
    transition: all 500ms;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 45px;
    color: white;
    font-family: 'MontserratBlack';
    margin-bottom: 12px;
    margin-left: 30px;
}

.lerartigosbutton:hover {
    background-color: #2c353a;
}

.lerartigosbutton span {
    font-family: 'MontserratMedium';
}

.cardsqualitimg {
    width: unset !important;
    position: static !important;
    height: unset !important;
    margin-bottom: 15px;

}

.containercardspadrao a {
    margin: 6% 2% 6% 2%;
}

.artigocard {
    height: 370px;
    width: 280px;
    margin: 6% 2% 6% 2%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    transition: all 500ms;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    border-radius: 0px 30px 30px 0px;
    border-right: 1.5px solid #ba9570;
    border-top: 1.5px solid #ba9570;
    border-bottom: 2px solid #ba9570;
}

.artigocard:hover {
    border-right: 1.5px solid #2c353a;
    border-top: 1.5px solid #2c353a;
    border-bottom: 2px solid #2c353a;
}

.artigocard:hover .buttonleiamais div {
    background-color: #2c353a;
}

.buttonleiamais {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 0;
    background-color: white;
    height: 60px;
    margin-bottom: -30px;
    position: absolute;

}

.buttonleiamais div {
    background-color: #ba9570;
    transition: all 500ms;
    height: 50px;
    display: flex;
    align-items: center;
    color: white;
    font-family: 'MontserratMedium';
    border-radius: 30px;
    font-size: 16px;
    justify-content: center;
    width: 120px;
}

.artigocard h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 38px;
    font-size: 16px;
    max-width: 265px;
    overflow: hidden;
    font-family: 'MontserratSemiBold';
    color: #535353;

}

.artigocard p {
    color: #363636;
    font-family: 'MontserratLight';
    font-size: 15px;
    overflow: hidden;
    margin-top: -5px;
    width: 95%;
}

.espacoimg {
    width: 100%;
    height: 204px;
    overflow: hidden;
    background-color: #ba9570;
    border-radius: 0px 30px 0px 0px;
}

.artigocard img {
    position: absolute;
    top: 0;
    z-index: 1; 
    object-fit: cover;
    margin-top: 0!important;
    width: 100%;
    border-radius: 0px 30px 0px 0px;
    height: 204px;
    max-height: 204px;
}

/*fim cards css*/

/*comecoresultados*/
.socialfootericons img{
    width: 30px!important;
    height: 30px!important;
    margin: 9px;
    position: static!important;

}
.shadowresult {
    width: 100%;
    z-index: 2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.containershadowresult {
    width: 2500px;
    color: white;
    z-index: 2;

}



textarea::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;       
  }

  textarea::-webkit-scrollbar-thumb{
    background-color: #ba9570;
    border-radius: 0px 0px 30px 30px;
}


.shadowresult img {
    z-index: 1;
    position: absolute;
    width: 100%;
    transition: all 500ms;
}
.socialfootericons img:hover{
    opacity: 0.6;
}
.textduvidas {
    width: 35%;
}

.textduvidas h2 {
    font-family: 'MontserratRegular';
    color: white !important;
    font-size: 30px;
    height: 23px;
}

.textduvidas h3 {
    font-family: 'MontserratMedium';
    font-size: 30px;
    height: 20px;
}

.textduvidas p {
    font-family: 'MontserratLight';
    font-size: 18px;
    color: white !important
}

.textduvidas span {
    font-size: 15px;
    font-family: 'MontserratMedium';
    margin-bottom: 10px;
}

.textduvidas h1 {
    font-family: 'MontserratBlack';
    color: white;
    font-size: 50px;
}

.ocultarinptduvidas {
    opacity: 1;
    width: 80%;
    top: 0;
    margin-left: 0px;
    margin-top: -10px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    height: 100%;
    transition: all 500ms;
    font-size: 15px;
    color: white;
    font-family: 'MontserratSemiBold';
    position: absolute;
}

.marginhereborderinp {
    margin-left: 30px;
}

.ocultarinptduvidas::placeholder {
    transition: all 500ms;
    font-size: 15px;
    color: white;
    margin-left: 30px;
    font-family: 'MontserratSemiBold';
}

.ocultarinptduvidas:focus {

    transition: all 500ms;
    outline: 0;
}

.borderinp:focus-within {
    border-bottom: 1.5px solid white !important;
    border-left: 1.5px solid white !important;
    transition: all 1000ms;

}

.ocultarinptduvidas:focus::placeholder {
    transition: all 500ms;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.274);
}

.inputmaior {
    height: 90px;
    margin-top: 0px!important;
    margin-bottom: 0!important;
}

/* marginhereborderinp */
.borderinp {
    overflow: hidden;
    border-bottom: 1.5px solid #ba9570;
    border-left: 1.5px solid #ba9570;
    border-radius: 0px 0px 0px 38px;
    position: relative;
    height: 40px;
    padding-left: 30px;
}

.bordermaior {
    border-bottom: 1.5px solid #ba9570;
    border-left: unset;
    border-radius: 0px 0px 0px 38px;
    position: relative;
    height: 90px;
    overflow: unset;
}
.inputmaior{
    width: 90%!important;
}
/*fimresultados*/



/*footer*/
.titlefooter {
    margin-bottom: 40px;
    margin-top: 40px;
}

.titlefooter h1 {
    font-size: 70px;
    height: 75px;

}

.titlefooter h2 {
    font-size: 40px;
    font-family: 'MontserratLight';
    color: #ba9570;

}
.borderartigo{
    border-top: 1px solid #ba9570;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ba9570;
}
footer {
    width: 100%;
    height: 150px;
    color: white !important;
    border-radius: 80px 0px 0px 0px;
    background-color: #2c353a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -25px;
}
#bricks-component-yYR1GWvTTyhz6dwsr7YBJQ-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close{
    display: none!important;
  }
.footercontainer {
    width: 90%;
    display: flex;
    align-items: center;

    height: 100%;
    justify-content: space-between;
    max-width: 1440px;
}


footer p {
    font-family: 'MontserratLight'!important;
    color: white!important;
    font-size: 18px;
}

footer h1 {
    font-size: 18px;
    color: white;
}

footer img {
    z-index: 999;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.shadowfooter {
    position: absolute;
    bottom: 0;
    right: 0;
}

.containerpadrao {
    width: 90%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgicons {
    z-index: 1;
}

.facaparte {
    display: none!important;
    align-items: center;
    justify-content: center;
    transition: all 500ms
}
.facaparte h1{
    color: white;
}
.facaparte:hover .sasasa{
    color: #ba9570;
    transition: all 500ms;
}

.facaparte img {
    position: static;
    margin-right: 20px;z-index: 600;
}

.enviarform:hover{
    background-color: white;
    color: #2c353a;
}

/*fimcfooter*/
@media screen and (min-width:275px) and (max-width:380px) {
    /*cardartigos*/
    .artigocard{
        width: 240px;
    }
    .artigocard img {
        position: absolute;
        top: 0;
        z-index: 1;
        margin-top: 0!important;
        width: 100%;
        border-radius: 0px 30px 0px 0px;
        height: 180px;
        max-height: 204px;
    }
    .espacoimg {
        width: 100%;
        height: 180px;
        background-color: #ba9570;
        border-radius: 0px 30px 0px 0px;
    }



      /*comecoresultados*/
      .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }
    .lerartigosbutton{
        margin-left: 0px;
    }
    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    .shadowresult {
        width: 100%;
        z-index: 2;
        color: white;
        height: 990px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .containershadowresult {
        width: 100%;
        color: white;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;

    }

    .shadowresult img {
        z-index: 1;
        height: 990px;
        position: absolute;
        width: 1024px;
    }

    .textduvidas {
        width: 85%;

    }
    .textduvidas h4{
        display: none;
    }

    .textduvidas:nth-child(1) {
        text-align: center;
    }

    .textduvidas h2 {
        font-family: 'MontserratRegular';
        color: white !important;
        font-size: 25px;
        height: 20px;
    }

    .textduvidas h3 {
        font-family: 'MontserratMedium';
        font-size: 30px;
        height: 20px;
    }

    .textduvidas p {
        font-family: 'MontserratLight';
        font-size: 13px;
        color: white !important
    }

    .textduvidas span {
        font-size: 20px;
        font-family: 'MontserratMedium';
        margin-bottom: 10px;
    }

    .textduvidas h1 {
        font-family: 'MontserratBlack';
        color: white;
        font-size: 30px;
    }

    .ocultarinptduvidas {
        opacity: 1;
        width: 90%;
        top: 0;
        margin-top: -10px;
        margin-bottom: 20px;
        background-color: transparent;
        border: none;
        margin-left: 0px;
        height: 100%;
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
        position: absolute;
    }

    .marginhereborderinp {
        margin-left: 30px;
    }

    .ocultarinptduvidas::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: white;
        font-family: 'MontserratSemiBold';
    }

    .ocultarinptduvidas:focus {
        border: none;
        transition: all 500ms;
        outline: 0;
    }

    .borderinp:focus-within {
        border-bottom: 1.5px solid white !important;
        border-left: 1.5px solid white !important;
        transition: all 1000ms;
    }

    .ocultarinptduvidas:focus::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.274);
    }

    .inputmaior {
        height: 90px;
    }

    /* marginhereborderinp */
    .borderinp {
        border-bottom: 1.5px solid #ba9570;
        border-left: 1.5px solid #ba9570;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 30px;
    }

    .bordermaior {
        border-bottom: 1.5px solid #ba9570;
        border-left: unset;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 90px;
    }

    /*fimresultados*/   
    /*footer*/
    .titlefooter {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .titlefooter h1 {
        font-size: 30px;
        height: 30px;

    }

    .titlefooter h2 {
        font-size: 20px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 630px;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        flex-direction: column;
   
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        height: 70%;
        text-align: center;
        justify-content: flex-end;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 18px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 80px;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width:380px) and (max-width:520px) {
    .lerartigosbutton{
        margin-left: 0px;
    }
      /*comecoresultados*/
      .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    .shadowresult {
        width: 100%;
        z-index: 2;
        color: white;
        height: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .containershadowresult {
        width: 100%;
        color: white;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;

    }

    .shadowresult img {
        z-index: 1;
        height: 1200px;
        position: absolute;
        width: 1024px;
    }

    .textduvidas {
        width: 85%;

    }

    .textduvidas:nth-child(1) {
        text-align: center;
    }

    .textduvidas h2 {
        font-family: 'MontserratRegular';
        color: white !important;
        font-size: 30px;
        height: 23px;
    }

    .textduvidas h3 {
        font-family: 'MontserratMedium';
        font-size: 30px;
        height: 20px;
    }
    .textduvidas h4{
        display: none;
    }
    .textduvidas p {
        font-family: 'MontserratLight';
        font-size: 18px;
        color: white !important
    }

    .textduvidas span {
        font-size: 20px;
        font-family: 'MontserratMedium';
        margin-bottom: 10px;
    }

    .textduvidas h1 {
        font-family: 'MontserratBlack';
        color: white;
        font-size: 50px;
    }

    .ocultarinptduvidas {
        opacity: 1;
        width: 80%;
        top: 0;
        margin-top: -10px;
        margin-bottom: 20px;
        background-color: transparent;
        border: none;
        margin-left: 30px;
        height: 100%;
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
        position: absolute;
    }

    .marginhereborderinp {
        margin-left: 30px;
    }

    .ocultarinptduvidas::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: white;
        font-family: 'MontserratSemiBold';
    }

    .ocultarinptduvidas:focus {
        border: none;
        transition: all 500ms;
        outline: 0;
    }

    .borderinp:focus-within {
        border-bottom: 1.5px solid white !important;
        border-left: 1.5px solid white !important;
        transition: all 1000ms;
    }

    .ocultarinptduvidas:focus::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.274);
    }

    .inputmaior {
        height: 90px;
    }

    /* marginhereborderinp */
    .borderinp {
        border-bottom: 1.5px solid #ba9570;
        border-left: 1.5px solid #ba9570;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 30px;
    }

    .bordermaior {
        border-bottom: 1.5px solid #ba9570;
        border-left: unset;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 90px;
    }

    /*fimresultados*/   
    /*footer*/
    .titlefooter {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .titlefooter h1 {
        font-size: 30px;
        height: 30px;

    }

    .titlefooter h2 {
        font-size: 20px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 590px;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        flex-direction: column;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        height: 70%;
        text-align: center;
        justify-content: flex-end;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 18px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 80px;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width:520px) and (max-width:640px) {
      /*comecoresultados*/
      .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    .shadowresult {
        width: 100%;
        z-index: 2;
        color: white;
        height: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .containershadowresult {
        width: 100%;
        color: white;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;

    }

    .shadowresult img {
        z-index: 1;
        height: 1200px;
        position: absolute;
        width: 1024px;
    }

    .textduvidas {
        width: 70%;

    }

    .textduvidas:nth-child(1) {
        text-align: center;
    }

    .textduvidas h2 {
        font-family: 'MontserratRegular';
        color: white !important;
        font-size: 30px;
        height: 23px;
    }

    .textduvidas h3 {
        font-family: 'MontserratMedium';
        font-size: 30px;
        height: 20px;
    }

    .textduvidas p {
        font-family: 'MontserratLight';
        font-size: 18px;
        color: white !important
    }

    .textduvidas span {
        font-size: 15px;
        font-family: 'MontserratMedium';
        margin-bottom: 10px;
    }

    .textduvidas h1 {
        font-family: 'MontserratBlack';
        color: white;
        font-size: 50px;
    }

    .ocultarinptduvidas {
        opacity: 1;
        width: 80%;
        top: 0;
        margin-top: -10px;
        margin-bottom: 20px;
        background-color: transparent;
        border: none;
        margin-left: 0px;
        height: 100%;
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
        position: absolute;
    }

    .marginhereborderinp {
        margin-left: 30px;
    }

    .ocultarinptduvidas::placeholder {
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
    }

    .ocultarinptduvidas:focus {
        border: none;
        transition: all 500ms;
        outline: 0;
    }

    .borderinp:focus-within {
        border-bottom: 1.5px solid white !important;
        border-left: 1.5px solid white !important;
        transition: all 1000ms;
    }

    .ocultarinptduvidas:focus::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.274);
    }

    .inputmaior {
        height: 90px;
    }

    /* marginhereborderinp */
    .borderinp {
        border-bottom: 1.5px solid #ba9570;
        border-left: 1.5px solid #ba9570;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        overflow: unset;
        height: 30px;
    }

    .bordermaior {
        border-bottom: 1.5px solid #ba9570;
        border-left: unset;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 90px;
    }

    /*fimresultados*/
    /*footer*/
    .titlefooter {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .titlefooter h1 {
        font-size: 40px;
        height: 40px;

    }

    .titlefooter h2 {
        font-size: 35px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 530px;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        flex-direction: column;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        height: 70%;
        text-align: center;
        justify-content: flex-end;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 18px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 80px;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width:640px) and (max-width:799px) {


      /*comecoresultados*/
      .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    .shadowresult {
        width: 100%;
        z-index: 2;
        color: white;
        height: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .containershadowresult {
        width: 100%;
        color: white;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;

    }

    .shadowresult img {
        z-index: 1;
        height:1200px;
        position: absolute;
        width: 1024px;
    }

    .textduvidas {
        width: 70%;

    }

    .textduvidas:nth-child(1) {
        text-align: center;
    }

    .textduvidas h2 {
        font-family: 'MontserratRegular';
        color: white !important;
        font-size: 30px;
        height: 23px;
    }

    .textduvidas h3 {
        font-family: 'MontserratMedium';
        font-size: 30px;
        height: 20px;
    }

    .textduvidas p {
        font-family: 'MontserratLight';
        font-size: 18px;
        color: white !important
    }

    .textduvidas span {
        font-size: 15px;
        font-family: 'MontserratMedium';
        margin-bottom: 10px;
    }

    .textduvidas h1 {
        font-family: 'MontserratBlack';
        color: white;
        font-size: 50px;
    }

    .ocultarinptduvidas {
        opacity: 1;
        width: 80%;
        top: 0;
        margin-top: -10px;
        margin-bottom: 20px;
        background-color: transparent;
        border: none;
        margin-left: 0px;
        height: 100%;
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
        position: absolute;
    }

    .marginhereborderinp {
        margin-left: 30px;
    }

    .ocultarinptduvidas::placeholder {
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
    }

    .ocultarinptduvidas:focus {
        border: none;
        transition: all 500ms;
        outline: 0;
    }

    .borderinp:focus-within {
        border-bottom: 1.5px solid white !important;
        border-left: 1.5px solid white !important;
        transition: all 1000ms;
    }

    .ocultarinptduvidas:focus::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.274);
    }

    .inputmaior {
        height: 90px;
    }

    /* marginhereborderinp */
    .borderinp {
        border-bottom: 1.5px solid #ba9570;
        border-left: 1.5px solid #ba9570;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 30px;
    }

    .bordermaior {
        border-bottom: 1.5px solid #ba9570;
        border-left: unset;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 90px;
    }

    /*fimresultados*/
    /*footer*/
    .titlefooter {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .titlefooter h1 {
        font-size: 45px;
        height: 45px;

    }

    .titlefooter h2 {
        font-size: 40px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 380px;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        flex-direction: column;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        flex-direction: column-reverse;
        display: flex;
        align-items: flex-start;
        height: 70%;
        text-align: left;
        justify-content: flex-end;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 18px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 80px;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width:800px) and (max-width:1024px) {

    /*comecoresultados*/
    .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    .shadowresult {
        width: 100%;
        z-index: 2;
        color: white;
        height: 1300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .containershadowresult {
        width: 100%;
        color: white;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;

    }

    .shadowresult img {
        z-index: 1;
        height: 1300px;
        position: absolute;
        width: 1024px;
    }

    .textduvidas {
        width: 50%;

    }

    .textduvidas:nth-child(1) {
        text-align: center;
    }

    .textduvidas h2 {
        font-family: 'MontserratRegular';
        color: white !important;
        font-size: 30px;
        height: 23px;
    }

    .textduvidas h3 {
        font-family: 'MontserratMedium';
        font-size: 30px;
        height: 20px;
    }

    .textduvidas p {
        font-family: 'MontserratLight';
        font-size: 18px;
        color: white !important
    }

    .textduvidas span {
        font-size: 15px;
        font-family: 'MontserratMedium';
        margin-bottom: 10px;
    }

    .textduvidas h1 {
        font-family: 'MontserratBlack';
        color: white;
        font-size: 50px;
    }

    .ocultarinptduvidas {
        opacity: 1;
        width: 80%;
        top: 0;
        margin-top: -10px;
        margin-bottom: 20px;
        background-color: transparent;
        border: none;
        margin-left: 30px;
        height: 100%;
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
        position: absolute;
    }

    .marginhereborderinp {
        margin-left: 30px;
    }

    .ocultarinptduvidas::placeholder {
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
    }

    .ocultarinptduvidas:focus {
        border: none;
        transition: all 500ms;
        outline: 0;
    }

    .borderinp:focus-within {
        border-bottom: 1.5px solid white !important;
        border-left: 1.5px solid white !important;
        transition: all 1000ms;
    }

    .ocultarinptduvidas:focus::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.274);
    }

    .inputmaior {
        height: 90px;
    }

    /* marginhereborderinp */
    .borderinp {
        border-bottom: 1.5px solid #ba9570;
        border-left: 1.5px solid #ba9570;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 30px;
    }

    .bordermaior {
        border-bottom: 1.5px solid #ba9570;
        border-left: unset;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 90px;
    }

    /*fimresultados*/
    /*footer*/
    .titlefooter {
        margin-bottom: 120px;
        margin-top: 60px;
    }

    .titlefooter h1 {
        font-size: 40px;
        height: 35px;

    }

    .titlefooter h2 {
        font-size: 40px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 320px;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        flex-direction: column;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        flex-direction: column-reverse;
        display: flex;
        align-items: flex-start;
        height: 70%;
        text-align: left;
        justify-content: flex-end;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 18px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 80px;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width:1025px) and (max-width:1350px) {
    .footercontainer div:nth-child(2){
        position: absolute;
        left: 0;
        margin-left: 60px;
    }

    /*comecoresultados*/
    .shadowresult img {
        z-index: 1;
        position: absolute;
        width: 1350px;
    }
    .shadowresult {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 900px;
        position: relative;
        flex-direction: column;
    }

    .containershadowresult {
        width: 1350px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .containershadowresult img {

        width: 1550px;
        position: absolute;
    }
    .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    /*fimresultados*/
    /*footer*/
    .titlefooter {
        margin-bottom: 120px;
        margin-top: 0px;
    }

    .titlefooter h1 {
        font-size: 70px;
        height: 75px;

    }

    .titlefooter h2 {
        font-size: 40px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 150px;
        color: white !important;
        border-radius: 80px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 14px;
    }

    footer h1 {
        font-size: 16px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .containerpadrao {
        width: 90%;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        margin-right: 280px;
        align-items: center;
        justify-content: center;
    }
    .facaparte:hover .facaparte h1{
        color: #ba9570;
    }
    .facaparte h1{

    }
    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width:1350px) and (max-width:1550px) {
    .footercontainer div:nth-child(2){
        position: absolute;
        left: 0;
        margin-left: 120px;
    }
    /*comecoresultados*/
    .shadowresult {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1120px;
        position: relative;
        flex-direction: column;
    }

    .containershadowresult {
        width: 1550px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .containershadowresult img {

        width: 1550px;
        position: absolute;
    }

    .enviarform {
        background-color: #ba9570;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    /*fimresultados*/
    /*footer*/
    .titlefooter {
        margin-bottom: 120px;
        margin-top: 0px;
    }

    .titlefooter h1 {
        font-size: 70px;
        height: 75px;

    }

    .titlefooter h2 {
        font-size: 40px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 150px;
        color: white !important;
        border-radius: 80px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 16px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .containerpadrao {
        width: 90%;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        margin-right: 320px;
        align-items: center;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}

@media screen and (min-width: 1550px) {
    .footercontainer div:nth-child(2){
        position: absolute;
        left: 0;
        margin-left: 120px;
    }
    /*comecoresultados*/
    .shadowresult {
        height: 700px;
        width: 100%;
        z-index: 2;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .containershadowresult {
        width: 1550px;
        height: 700px;
        justify-content: center;
        align-items: center;
        color: white;
        display: flex;
        flex-direction: row;
        z-index: 2;

    }

    .shadowresult img {
        z-index: 1;
        position: absolute;
        width: 2500px;
        height: 700px;
    }

    .textduvidas {
        width: 35%;
    }

    .textduvidas h2 {
        font-family: 'MontserratRegular';
        color: white !important;
        font-size: 30px;
        height: 23px;
    }

    .textduvidas h3 {
        font-family: 'MontserratMedium';
        font-size: 30px;
        height: 20px;
    }

    .textduvidas p {
        font-family: 'MontserratLight';
        font-size: 18px;
        color: white !important
    }

    .textduvidas span {
        font-size: 15px;
        font-family: 'MontserratMedium';
        margin-bottom: 10px;
    }

    .textduvidas h1 {
        font-family: 'MontserratBlack';
        color: white;
        font-size: 50px;
    }

    .enviarform {
        background-color: #ba9570;
        z-index: 700;
        transition: all 500ms;
        width: 110px;
        height: 40px;
        position: absolute;
        font-family: 'MontserratMedium';
        color: white;
        margin-top: 70px;
        right: 0;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .enviarform:hover {
        color: #2c353a;
        background-color: white;
    }

    .buttonsend {
        position: relative;
    }

    .ocultarinptduvidas {
        opacity: 1;
        width: 80%;
        top: 0;
        margin-top: -10px;
        margin-bottom: 20px;
        background-color: transparent;
        border: none;
        margin-left: 30px;
        height: 100%;
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
        position: absolute;
    }

    .marginhereborderinp {
        margin-left: 30px;
    }

    .ocultarinptduvidas::placeholder {
        transition: all 500ms;
        font-size: 15px;
        color: white;
        font-family: 'MontserratSemiBold';
    }

    .ocultarinptduvidas:focus {
        border: none;
        transition: all 500ms;
        outline: 0;
    }

    .borderinp:focus-within {
        border-bottom: 1.5px solid white !important;
        border-left: 1.5px solid white !important;
        transition: all 1000ms;
    }

    .ocultarinptduvidas:focus::placeholder {
        transition: all 500ms;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.274);
    }

    .inputmaior {
        height: 90px;
    }

    /* marginhereborderinp */
    .borderinp {
        border-bottom: 1.5px solid #ba9570;
        border-left: 1.5px solid #ba9570;
        border-radius: 0px 0px 0px 38px;
        position: relative;
    
        height: 30px;
    }

    .bordermaior {
        border-bottom: 1.5px solid #ba9570;
        border-left: unset;
        border-radius: 0px 0px 0px 38px;
        position: relative;
        height: 90px;
    }

    /*fimresultados*/
    /*footer*/
    .titlefooter {
        margin-bottom: 120px;
        margin-top: 60px;
    }

    .titlefooter h1 {
        font-size: 70px;
        height: 75px;

    }

    .titlefooter h2 {
        font-size: 40px;
        font-family: 'MontserratLight';
        color: #ba9570;

    }

    footer {
        width: 100%;
        height: 150px;
        color: white !important;
        border-radius: 80px 0px 0px 0px;
        background-color: #2c353a;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footercontainer {
        width: 90%;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
        max-width: 1440px;
    }

    footer p {
        font-family: 'MontserratLight';
        font-size: 16px;
    }

    footer h1 {
        font-size: 18px;
        color: white;
    }

    footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .shadowfooter {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .containerpadrao {
        width: 90%;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bgicons {
        z-index: 1;
    }

    .facaparte {
        display: flex;
        margin-right: 320px;
        align-items: center;
        justify-content: center;
    }

    .facaparte img {
        position: static;
        margin-right: 20px;
    }


    /*fimcfooter*/
}