:root {
    --main-grey: #434343;
    --main-grey-dark: #252525;
    --main-green: #34AF57;
    --main-green-dark: #24773c;
}

* {
    font-family: 'Roboto', sans-serif;
}


/* Classes Generico */

a {
    text-decoration: none !important;
}

ul {
    padding-left: 0;
    list-style: none;
}

.bg-main-green,
.bg-main-green-hover {
    background-color: var(--main-green);
    transition: backgrouns .1s ease-in-out;
}

.bg-main-green-hover:hover {
    background-color: var(--main-green-dark);
}

.bg-main-grey {
    background: var(--main-grey);
}

.text-main-green {
    color: var(--main-green);
}

.banner {
    background-repeat: no-repeat;
    height: 350px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner .titulo {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}

br {
    display: none;
}

.titulo {
    font-weight: bolder;
}

.simple-text {
    color: #636363;
    font-weight: 300;
}

b {
    font-weight: 700;
}

#subFooter {
    background: var(--main-grey);
}

footer {
    background: var(--main-grey-dark);
}

.animate__delay-1s {
    animation-delay: 1s;
}

.light {
    font-weight: 100;
}

#mapid {
    height: 300px;
}


/* Inicio */

.collapse-wrapper .collapse-trigger {
    background-color: var(--main-grey);
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 15px;
    color: #fff;
}

.collapse-wrapper .collapse-trigger:active,
.collapse-wrapper .collapse-trigger:hover,
.collapse-wrapper .collapse-trigger:focus {
    background-color: var(--main-grey-dark);
}

.collapse-wrapper .card-body {
    background-color: var(--main-grey);
    border-radius: 0;
    border: 0;
}

#formLogin input {
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    text-indent: 10px;
}

#formLogin .btn-acessar {
    display: block;
    border-radius: 30px;
    width: 100%;
    color: #fff;
}

.btns-forms-wrapper {
    margin-top: 40px;
    position: relative;
}

.btns-forms-wrapper::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
}

.btns-forms-wrapper a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 60px center;
}

.btns-forms-wrapper a:last-of-type {
    margin-bottom: 0;
}

.btns-forms-wrapper .btn-2via {
    background-image: url(../img/ic-boleto.png);
}

.btns-forms-wrapper .btn-2via:hover {
    background-image: url(../img/ic-boleto-hover.png);
}

.btns-forms-wrapper .btn-alt-endereco {
    background-image: url(../img/ic-endereco.png);
}

.btns-forms-wrapper .btn-alt-endereco:hover {
    background-image: url(../img/ic-endereco-hover.png);
}

.btns-forms-wrapper .btn-cadastro {
    background-image: url(../img/ic-user.png);
}

.btns-forms-wrapper .btn-cadastro:hover {
    background-image: url(../img/ic-user-hover.png);
}

.btns-forms-wrapper .btn-esqueci-senha {
    background-image: url(../img/ic-senha.png);
}

.btns-forms-wrapper .btn-esqueci-senha:hover {
    background-image: url(../img/ic-senha-hover.png);
}

#navbarPrincipal {
    padding-top: 15px;
    padding-bottom: 15px;
}

#navbarPrincipal .navbar-brand img {
    width: 200px;
}

#navbarPrincipal .navbar-toggler {
    background-color: var(--main-grey);
    border: none;
    padding: 8px 12px;
}

#navbarPrincipal span {
    width: 20px;
    background: #fff;
    height: 3px;
    border-radius: 50px;
    display: block;
}

#navbarPrincipal span:nth-of-type(2) {
    margin: 5px 0;
    width: 25px;
}

#navbarPrincipal span:nth-of-type(3) {
    width: 15px;
}

#navbarPrincipal .nav-item.active a {
    font-weight: bold;
}

.banner.home {
    background-image: url(../img/banner-home.png);
}

.banner.empresa {
    background-image: url(../img/banner-empresa.png);
}

.banner.servicos {
    background-image: url(../img/banner-servicos.png);
}

.banner.proposta {
    background-image: url(../img/banner-proposta.png);
}

.banner.contato {
    background-image: url(../img/banner-contato.png);
}

.banner.home .bg-outline-green {
    border: 2px solid var(--main-green);
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    width: 150px;
    margin: 20px auto 0 auto;
}

.banner.home .bg-outline-green:hover {
    background: var(--main-green);
    color: #fff;
}

.home-entry-wrapper .condopro-features,
.empresa-entry-wrapper .sobre,
.servicos-entry-wrapper .conteudo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-entry-wrapper .condopro-features .titulo {
    font-size: 24px;
    text-align: center;
}

.home-entry-wrapper .condopro-features {
    background-image: url(../img/predios-pattern.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.home-entry-wrapper .condopro-features .mockup-wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
}

.home-entry-wrapper .condopro-features .mockup-wrapper {
    height: fit-content;
}

.home-entry-wrapper .condopro-features .mockup-wrapper img.mobile {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 35%;
}

.recursos-wrapper img {
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .3);
}

.home-entry-wrapper .baixar {
    background: #FCFDFE;
}

.home-entry-wrapper .baixar .titulo {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.home-entry-wrapper .baixar .btn-loja {
    display: block;
    padding: 10px 15px;
    border-radius: 30px;
    text-align: center;
    width: 270px;
    margin: auto;
}

.home-entry-wrapper .baixar .btn-loja img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.home-entry-wrapper .baixar .btn-loja img+p {
    margin: 0;
    display: inline-block;
}

.home-entry-wrapper .baixar .txt-powered {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.home-entry-wrapper .baixar .logo-cp {
    margin: auto;
    display: block;
}

.empresa-entry-wrapper .logo-secovi{
    width: 250px;
    margin-top: 20px;
}

#subFooter .logo {
    margin: auto;
    display: block;
}

#subFooter .infos img {
    display: inline-block;
    width: 15px;
    margin-right: 10px;
}

#subFooter .infos p {
    display: inline-block;
}

#subFooter .site-map {
    list-style: disc;
    padding-left: 20px;
    color: #fff;
}

#subFooter .site-map a:hover {
    text-decoration: underline;
}

.wrapper-servico .icone {
    animation-delay: .5s;
}

.wrapper-servico .chamada {
    animation-delay: 1s;
}

.wrapper-servico .chamada+.simple-text {
    animation-delay: 1.5s;
}

.wrapper-servico .chamada {
    font-weight: bold;
    color: #575757;
}

.wrapper-servico .simple-text {
    font-weight: 400;
}

.servicos-entry-wrapper .baixar {
    background: url(../img/bg-baixar-servicos.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}

.servicos-entry-wrapper .baixar::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #74bfe5);
    top: 0;
    left: 0;
    position: absolute;
}

.servicos-entry-wrapper .baixar .btn-loja {
    display: block;
    padding: 5px 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    width: fit-content;
    display: inline-block;
    transition: background .1s ease-in-out;
}

.servicos-entry-wrapper .baixar .btn-loja:hover {
    background: #fff;
}

.servicos-entry-wrapper .baixar .btn-loja img {
    display: inline-block;
    margin-right: 10px;
}

.servicos-entry-wrapper .baixar .btn-loja img.hover {
    display: none;
}

.servicos-entry-wrapper .baixar .btn-loja:hover img.default {
    display: none;
}

.servicos-entry-wrapper .baixar .btn-loja:hover img.hover {
    display: inline-block;
}

.servicos-entry-wrapper .baixar .btn-loja img+p {
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
}

.servicos-entry-wrapper .baixar .btn-loja:hover img+p {
    color: #74bfe5 !important;
}

.servicos-entry-wrapper .baixar .btn-loja img+p b {
    font-size: 20px;
}

.banner.proposta .titulo {
    margin-top: -50px;
}

.formulario .form-wrapper {
    background: var(--main-green);
    padding: 30px 15px;
    border-radius: 20px;
    margin-top: -120px;
    box-shadow: 0 0 85px 5px rgba(0, 0, 0, .5);
}

.formulario .form-wrapper form input,
.formulario .form-wrapper form select {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: none;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    transition: border .1s ease-in-out;
    height: 45px;
}

.formulario .form-wrapper form textarea {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    transition: border .1s ease-in-out;
    height: 45px;
    border-radius: 10px;
    height: 200px;
}

.formulario .form-wrapper form select option {
    background: var(--main-green);
    border: none !important;
    border-radius: 30px;
    color: #fff;
}

.formulario .form-wrapper form select option:hover {
    background: var(--main-green-dark);
}

.formulario .form-wrapper form input:focus,
.formulario .form-wrapper form select:focus {
    outline: none;
    border-bottom: 1px solid var(--main-green-dark);
}

.formulario .form-wrapper form textarea:focus {
    border: 1px solid var(--main-green-dark);
    outline: none;
}


/* width */

.formulario .form-wrapper form textarea::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
}


/* Track */

.formulario .form-wrapper form textarea::-webkit-scrollbar-track {
    background: var(--main-green-dark);
    border-radius: 30px;
    margin: 5px 0;
}


/* Handle */

.formulario .form-wrapper form textarea::-webkit-scrollbar-thumb {
    background: var(--main-grey);
    border-radius: 30px;
}

.formulario .form-wrapper form input::placeholder,
.formulario .form-wrapper form textarea::placeholder {
    color: #fff;
}

.formulario .form-wrapper form input:-webkit-autofill,
.formulario .form-wrapper form input:-webkit-autofill:hover,
.formulario .form-wrapper form input:-webkit-autofill:focus,
.formulario .form-wrapper form input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.formulario .form-wrapper .sub-titulo {
    width: 100%;
    font-size: 24px;
}

.formulario .form-wrapper .btn-enviar {
    background: #fff;
    border-radius: 30px;
    border-bottom: 0;
    color: var(--main-green);
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    padding: 10px;
}


/* Medias */

@media screen and (min-width: 768px) {
    #subFooter .logo {
        margin-left: 0;
        width: 230px;
    }
    .home-entry-wrapper .baixar .container {
        text-align: center;
    }
    .home-entry-wrapper .baixar .btn-loja {
        display: inline-block;
    }
    br {
        display: block;
    }
    .home-entry-wrapper .condopro-features .titulo {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .empresa-entry-wrapper .sobre .titulo {
        font-size: 30px;
    }
    .simple-text {
        font-size: 18px;
        line-height: 22px;
    }
    .formulario .form-wrapper {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .home-entry-wrapper .condopro-features,
    .empresa-entry-wrapper .sobre,
    .servicos-entry-wrapper .conteudo {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-entry-wrapper .baixar .titulo {
        font-size: 36px;
    }
    .empresa-entry-wrapper .sobre .titulo {
        font-size: 36px;
    }
    .home-entry-wrapper .condopro-features .titulo {
        font-size: 36px;
        line-height: 36px;
    }
    .simple-text {
        font-size: 20px;
        line-height: 25px;
    }
    .banner .titulo {
        font-size: 40px;
    }
    .banner.home .bg-outline-green {
        font-size: 22px;
        width: 180px;
    }
    #formLogin {
        width: 50%;
        float: left;
    }
    .btns-forms-wrapper {
        margin-top: 0;
        width: 50%;
        position: initial;
        justify-content: flex-end;
    }
    .btns-forms-wrapper::before {
        display: none;
    }
    .btns-forms-wrapper a {
        width: fit-content;
        font-size: 12px;
        margin-bottom: 0;
    }
    #formLogin .btn-acessar {
        font-size: 14px;
        width: 114px;
    }
    #navbarPrincipal .navbar-brand img {
        width: 230px;
    }
    #formLogin input {
        width: 150px;
    }
    .banner {
        height: 500px;
    }
    .servicos-entry-wrapper .baixar .img-app {
        position: absolute;
    }
    .servicos-entry-wrapper .baixar .img-app {
        height: 90%;
        bottom: 0;
        left: 50%;
        transform: translateX(-120%);
    }
    .servicos-entry-wrapper .baixar {
        text-align: left;
        padding: 70px 0;
    }
    .servicos-entry-wrapper .baixar .btn-loja {
        padding: 5px 20px;
    }
    .banner.contato p {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .btns-forms-wrapper a {
        background-image: none !important;
    }
}

@media screen and (min-width: 1200px) {
    #navbarPrincipal .nav-item a {
        font-size: 18px;
        padding: 8px 20px;
    }
    .btns-forms-wrapper a {
        margin-right: 10px;
    }
    .btns-forms-wrapper a:hover {
        background: #fff;
        color: var(--main-grey) !important;
    }
    .btns-forms-wrapper a:last-of-type {
        margin-right: 0;
    }
    #formLogin {
        width: 40%;
    }
    .btns-forms-wrapper {
        width: 60%;
    }
    .btns-forms-wrapper a,
    .btns-forms-wrapper a:hover {
        padding-left: 35px;
        background-position: 12px center;
        background-size: 18px;
        background-repeat: no-repeat;
    }
    .banner {
        height: 600px;
    }
    .banner .titulo {
        font-size: 55px;
    }
    .btns-forms-wrapper a {
        font-size: 14px;
    }

    .banner.home{
        position: relative;
    }

    .banner.home .container{
        position: relative;
        z-index: 5;
    }

    .banner.home video{
        position: absolute;
        z-index: 4;
        width: 100%;
        height:100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .empresa-entry-wrapper .sobre .titulo,
    .servicos-entry-wrapper .conteudo .titulo {
        font-size: 44px;
    }
    .empresa-entry-wrapper .sobre .simple-text {
        font-size: 25px;
        line-height: 28px;
    }
    .wrapper-servico .chamada {
        font-size: 21px;
        line-height: 26px;
    }
    .wrapper-servico .simple-text {
        font-size: 18px;
    }
    .servicos-entry-wrapper .baixar {
        padding: 100px 0;
    }
    .servicos-entry-wrapper .baixar .titulo {
        font-size: 40px;
    }
    .servicos-entry-wrapper .baixar .titulo~p {
        font-size: 20px;
    }
    .servicos-entry-wrapper .baixar .titulo~p:last-of-type {
        margin-bottom: 20px;
    }
    .servicos-entry-wrapper .baixar .btn-loja img+p {
        font-size: 14px;
    }
    .servicos-entry-wrapper .baixar .btn-loja img+p b {
        font-size: 23px;
    }
    .formulario .form-wrapper {
        padding: 30px 60px 50px 60px;
    }
    .formulario .form-wrapper form input,
    .formulario .form-wrapper form select {
        margin-bottom: 30px;
    }
    .formulario .form-wrapper .btn-enviar {
        font-size: 18px;
        font-weight: 400;
        transition: all .1s ease-in-out;
    }
    .formulario .form-wrapper .btn-enviar:hover {
        background-color: var(--main-green-dark) !important;
        color: #fff !important;
    }
    .banner.contato p {
        font-size: 26px;
    }

    #mapid {
        height: 400px;
    }
}

@media screen and (min-width: 1366px) {
    .empresa-entry-wrapper .sobre .titulo,
    .servicos-entry-wrapper .conteudo .titulo {
        font-size: 48px;
    }
    .empresa-entry-wrapper .sobre .simple-text {
        font-size: 25px;
        line-height: 28px;
    }
}




@media screen and (min-width: 1680px) {

    .banner {
        height: 600px;
    }

}