/*###################### EDITE AQUI ######################*/
h1 { color: #010123; }
section{ background: #010123; }
.main{ background: #010123; }
.btn-solid-quadrado { color: #010123; }
.btn-light-redondo { color: #010123; }
.btn-solid-quadrado:hover,
.btn-solid-redondo:hover { color: #010123; }



/*###################### CONFIGURAÇÔES DA PÁGINA ######################*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #838383;
    word-wrap: normal;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
::-webkit-scrollbar{width: 8px;}
::-webkit-scrollbar-track{background: #d6d6d6;}
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.3);}
::-webkit-scrollbar-thumb:hover {background: #3f3f3f;}

.container {
    max-width: 450px;
}
.logo-card {
    width: 100%;
    max-width: 230px;
    margin-bottom: 20px;
} 
h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}
.link-social {
    font-size: 35px;
    box-shadow: 0 0 16px 0px #ececec;
    border-radius: 10px;
    display: block;
    transition: 0.3s ease-in-out;
    margin: 10px auto;
    max-height: 70px;
    max-width: 70px;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.link-social:hover {
    transform: scale(1.03);
}
.fa-whatsapp{ color: #75be34; transition: 0.3s ease-in-out;}
.fa-whatsapp:hover{ color: #68a532; }
.fa-facebook{ color: #4b5fb9; transition: 0.3s ease-in-out;}
.fa-facebook:hover{ color: #5667b3; }
.fa-instagram{ color: #c52a41; transition: 0.3s ease-in-out; }
.fa-instagram:hover{ color: #b73144; }
.fa-envelope{ color: #3a6db4; transition: 0.3s ease-in-out; }
.fa-envelope:hover{ color: #4776b8; }
section {
    border-radius: 20px 20px 0 0;
    max-width: 450px;
    width: 100%;
    padding: 0 20px;
    display: table;
    margin-top: -10px;
}
p { margin-bottom: 0; }
.btn-light-quadrado {
    color: #fff;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}
.btn-solid-quadrado {
    color: #010123;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.btn-light-redondo {
    color: #fff;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}
.btn-solid-redondo {
    color: #010123;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 15px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.btn-solid-quadrado:hover,
.btn-solid-redondo:hover {
    text-decoration: none;
    transform: scale(1.02);
}
.btn-light-quadrado:hover,
.btn-light-redondo:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.02);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}
.main {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 450px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    height: 100%;
}
header {
    background: #fff;
    padding-bottom: 10px;
    margin: -1px;
    padding-top: 30px;
}
.bg-header {
    transform: scale(1.019);
    margin-top: -35px;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}
.copyright a {
    color: #fff;
    font-weight: 600;
}
.copyright p {
    margin-bottom: 1rem;
}
@media (min-width: 800px) {
    .main {
        transform: translateX(-50%) scale(1);
        height: 100%;
    }
    header {
        padding-top: 30px;
    }
    .copyright {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
    }
    section {
        padding: 0 20px 60px 20px;
    }
}
@media (max-width: 1440px) {}
@media (max-width: 1024px) {}
@media (max-width: 768px) {

}
@media (max-width: 425px) {}
@media (max-width: 376px) {}