html { 
    scroll-behavior: smooth; 
}
/* body {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
}
@media (max-width: 1448px) {
    body {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
}

@media (max-width: 1024px) {
    body {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
}

@media (max-width: 900px) {
    body {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
} */

.isHidden{
    display: none !important;
}


.headerMenuFont{
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important;
    font-size: 0.875rem !important;
}


.buttons{
    padding: 0rem 5rem;
}

.box1{
    max-height: 700px !important; 
    background-color: white;
}

.box2{
    padding-top: 96px;
    min-height: calc(932px);
    background-color: #0186EF;
}

.box3{
    max-height: 700px !important;
    background-color: white;
}

.boxfooter{
    padding-top: 96px;
    background-color: white;
}

.box2:before {
    content: ' ';
    background-image: url("/image/pixelado.png");
    background-repeat: repeat;
    opacity: 0.08; 
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.button1{
    color: white;
    background-color: black;
    border: 2px solid black;
    border-radius: 35px;
    min-height: 50px;
    cursor: pointer;
    text-align: start;
}

.button2{
    color: white;
    background-color: #0186EF;
    border: 2px solid #0186EF;
    border-radius: 10px;
    min-height: 50px;
    cursor: pointer;
    text-align: center;

}

.centralizacaoButtonInicial{
    display: flex;
    justify-content: end !important;
}

@media (max-width: 800px) {
    .button1{
        padding-left: 50px;
    }

    .button2 {
        margin-bottom: 5px;
    }
    .centralizacaoButtonInicial{
        justify-content: center !important;
        margin-bottom: 5px;
    }
    .footerCentral{
        padding-left: 10px !important;
        padding-top: 10px !important;
    }
    .boxfooter{
        text-align: center !important;
    }

}


.footerCentral{
    padding-left: 100px ;
}

.imgInicialApp{
    height:80%;
}

.imgLogo{
    height: 80px !important; 
}

.textFontHeader1{
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    font-family: 'Satoshi', sans-serif;
}

.textFontHeader2{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
}

.textFontIconHeader1{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    font-family: 'Satoshi', sans-serif;
}

.textFontIconHeader2{
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;
    font-family: 'Satoshi', sans-serif;
}

.textFontComponent1{
    font-size: 36px;
    font-weight: 900;
    line-height: 56px;
    font-family: 'Satoshi', sans-serif;
}

.textFontComponent2{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
}

.textFontButton{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: 'Satoshi', sans-serif;
}

.textFontFooter1{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Urbanist', sans-serif;
}

.textFontFooter2{
    color: black !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Urbanist', sans-serif;
}

.textWhite{
    color: white;
}

.textBlue{
    color: #0186EF;
}

.textBlack{
    color:  #1E1E1E;
}

.borderFooter{
    border-top: 1px solid #0188ef21;
}

.pl-100{
    padding-left: 150px ;
}

.ml-75{
    margin-left: 75px;
}

.pFooter{
    padding-left: 100px;
}

.pp-header{
    font-size: 20px;
    color: #0186EF;
    font-weight: bold;
    margin-top: 3.5rem;
}
.pp-text{
    font-size: 18px;
}
.pp-title {
    font-size: 48px;
    margin: 20px 0px;
    color: #0186EF;
    font-weight: bold;
}

#valid-account {
    margin-top: 50px;
    margin-bottom: 50px;
}

#valid-account-loading{
    padding: 200px 0px;
    display: flex;
    justify-content: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@media (max-width:1025px)  {
    .vc-main {
        display: flex;
        flex-direction: column-reverse;
    }
    .vc-img{
        max-height: 1000px;
        height: auto !important;
    }
}

.vc-main {
    display: flex;
    margin: auto;
    align-items: center;
    height: calc(100vh - 70px);
    font-family: "Poppins";
    
}

.vc-title{
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    color:#0069f2;
}

.vc-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 calc(33.33% - 20px);
}


.vc-img{
    height: 90vh;
    object-fit: cover;
}

.vc-p{
    text-align: center;
    font-family: "Poppins";
}

.vc-hello{
    font-size: 32px; 
}

.vc-text{
    font-size: 32px;
}