:root {
    --main-orange: #ff8a00;
    --main-orange-dark: #d17000;
    --main-blue: #0775c2;
    --main-blue-dark: #035086;
    --main-blue-darker: #003c66;
}

* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

a,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}


/* Generic */

body {
    position: relative;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 20px;
}

.btn-orange {
    background: var(--main-orange) !important;
}

.btn-orange:hover {
    background: var(--main-orange-dark) !important;
}

.btn-blue {
    background: var(--main-blue-dark) !important;
}

.btn-blue:hover {
    background: var(--main-blue-darker) !important;
}


/* Beggin */

#navbarPrincipal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

#navbarPrincipal ul li a {
    transition: all .5s ease-in-out;
}

#navbarPrincipal.transparent {
    background: none !important;
    box-shadow: none
}

#navbarPrincipal.transparent .navbar-brand img {
    filter: contrast(0) brightness(2);
}

#home {
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -530px center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

#home .titulo {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
}

#home .sub-titulo {
    font-weight: bold;
    color: #fff;
}

#home .btns-loja-wrapper {
    margin-top: 40px;
}

.btns-loja-wrapper a:first-of-type {
    margin-right: 4px;
}

.btn-loja {
    border: 1px solid #fff;
    border-radius: 10px;
    display: block;
    padding: 10px 15px;
    display: inline-block;
}

.btn-loja img {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
}

.btn-loja .text-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.btn-loja .text-wrapper p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}

.btn-loja .text-wrapper span {
    font-size: 17px;
}

#home .arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#home .arrow .icon-seta {
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#condDigital {
    background-image: url(../img/bg-condominio-digital.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

#condDigital h1 {
    color: var(--main-blue-dark);
    font-weight: bold;
    margin-bottom: 50px;
}

#video {
    background: #128ce2;
    padding: 18px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#video #backgroundVideo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

#video .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

#video p {
    margin: 0;
    font-size: 18px;
    position: relative;
    z-index: 20;
    color: #fff;
}

#video img {
    margin: 20px 0;
    /* filter: contrast(0) brightness(0); */
    position: relative;
    z-index: 20;
}

#sobre {
    background-image: url(../img/bg-features.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

#sobre .titulo {
    color: var(--main-blue-dark);
    margin-bottom: 15px;
    font-weight: 100;
}

#sobre b {
    margin-bottom: 15px;
    display: block;
}

#sobre .btn {
    padding: 7px 30px;
}

#diferenciais {
    padding: 50px 0;
    background: #F1F1F1;
}

#diferenciais .titulo {
    color: var(--main-orange);
    margin-bottom: 40px;
}

#diferenciais .item-wrapper {
    margin-bottom: 60px;
}

#diferenciais .item-wrapper img {
    width: 100%;
}

#diferenciais .item-wrapper .titulo {
    color: var(--main-blue-dark);
    font-weight: 600;
    margin: 30px 0;
    font-size: 24px;
}

#diferenciais .item-wrapper p {
    color: #2a2b2f;
}

#recursos {
    padding: 50px 0;
}

#recursos .titulo {
    font-weight: bold;
    color: var(--main-blue-dark);
}

#recursos .sub-titulo {
    font-size: 22px;
    margin-bottom: 40px;
}

#recursos .titulo.thin {
    font-weight: 400;
    margin-bottom: 40px;
}

#recursos .recurso-wrapper {
    cursor: pointer;
}

.modal-recursos .modal-content {
    border: none;
    border-radius: 30px;
    background-color: #fff;
}

.modal-recursos .overflow-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-thumb {
    background: var(--main-orange);
    border: 0px none #ffffff;
    border-radius: 50px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-thumb:hover {
    background: var(--main-orange);
}

.modal-recursos .overflow-body::-webkit-scrollbar-thumb:active {
    background: var(--main-orange);
}

.modal-recursos .overflow-body::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-track:hover {
    background: transparent;
}

.modal-recursos .overflow-body::-webkit-scrollbar-track:active {
    background: transparent;
}

.modal-recursos .overflow-body::-webkit-scrollbar-corner {
    background: transparent;
}

.modal-recursos .modal-header {
    border-bottom: none;
    padding-top: 32px;
    padding-left: 30px;
}

.modal-recursos .modal-header .icone {
    width: 80px;
    margin-right: 10px;
}

.modal-recursos .modal-header .modal-title {
    font-weight: 600;
    color: #232325;
}

.modal-recursos .modal-header .close {
    opacity: 1 !important;
    background: var(--main-orange);
    color: #fff !important;
    text-shadow: none;
    border-radius: 100%;
    padding: 4px;
    position: relative;
    top: -25px;
    left: -15px;
}

.modal-recursos .modal-header .close:hover,
.modal-recursos .modal-header .close:hover {
    background: var(--main-orange-dark);
}

.modal-recursos .modal-header .close span {
    display: block;
    width: 30px;
    height: 30px;
    font-weight: 400;
    padding-top: 4px;
}

.modal-recursos .modal-body {
    padding-bottom: 32px;
}

.modal-recursos .modal-body {
    line-height: 31px;
}

.modal-recursos .modal-body p:last-child {
    margin-bottom: 0px;
}

#download {
    background: var(--main-blue);
    padding: 50px 0;
}

#download .titulo {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

#contato {
    padding: 50px 0;
}

#contato .titulo {
    color: var(--main-blue);
    font-size: 20px;
}

#contato input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

#contato textarea {
    width: 100%;
    border: 1px solid #cccccc;
}

#contato form button {
    padding: 7px 50px;
    font-size: 14px;
    margin-top: 20px;
}

footer {
    padding: 50px 0;
    background: #EFEFEF;
}

footer .logo {
    margin-bottom: 30px;
}


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

footer ul a {
    color: var(--main-blue);
}

footer .endereco-wrapper .titulo {
    font-weight: bold;
    color: var(--main-blue-dark);
    font-size: 18px;
}

footer .endereco-wrapper p {
    line-height: 18px;
    color: #6b6d6f;
}

footer .divider {
    width: 100%;
    height: 1px;
    background: var(--main-blue);
}

footer .copyright {
    color: #6b6d6f;
    font-size: 14px;
}


footer .logo-ahreas{
    width: 140px;
    margin-top: 20px;
}

.confirmacao-email{
    background: #fff;
    width: 300px;
    position: fixed;
    top: 10px;
    z-index: 20;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    transform: translateX(-50%);
    display: none;
    transition: all 1s;
}
.confirmacao-email .header{
    background: #035086;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.confirmacao-email .header p{
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.confirmacao-email .body{
    padding: 15px;
}
.confirmacao-email .body p{
    margin: 0;
    color: #1f1f1f;
    font-size: 14px;
}

#modalVideotecnologia .modal-content{
    background: none;
    border: none;
}

#modalVideotecnologia .modal-header{
    border: none;
}

#modalVideotecnologia .modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 600;
}

#modalVideotecnologia .modal-body{
    padding: 0;
}

/* Responsive */

@media screen and (min-width: 576px) {
    .btns-loja-wrapper a:first-of-type {
        margin-right: 40px;
    }
    #home .btns-loja-wrapper {
        margin-top: 30px;
    }
    #home .titulo {
        font-size: 50px;
        line-height: 50px;
    }
    #condDigital {
        padding: 90px 0;
    }
    #video {
        padding: 110px 0;
    }
    #sobre {
        padding: 90px 0;
    }
    #recursos {
        padding: 90px 0;
    }
    .modal-recursos .modal-header .close {
        top: -30px;
        left: -20px;
    }
    #download {
        padding: 90px 0;
    }
    #contato {
        padding: 90px 0;
    }
    footer {
        padding: 90px 0 50px 0;
    }
}

@media screen and (max-width: 991px) {
    #navbarSupportedContent {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        background: var(--main-orange);
        height: 100vh;
        overflow: hidden;
        transition: all .3s;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    #navbarSupportedContent.aberto {
        width: 260px;
    }
    #navbarSupportedContent ul {
        width: 260px;
        padding-left: 20px;
        padding-top: 20px;
    }
    #navbarSupportedContent ul a {
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    #navbarPrincipal ul li a {
        padding-right: 0;
        padding-left: 0;
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #navbarPrincipal.transparent ul li a {
        color: #fff;
        font-weight: 100;
    }
    #condDigital {
        position: relative;
        overflow: hidden;
    }
    #condDigital .mockup-wrapper {
        position: absolute;
        right: 5%;
    }
    #condDigital .mockup-wrapper .mock-esquerda {
        width: 200px;
        margin-right: 50px;
        margin-top: 40px;
    }
    #condDigital .mockup-wrapper .mock-direita {
        width: 220px;
        margin-top: -60px;
    }
    #sobre .mockup-wrapper {
        position: relative;
    }
    #sobre .mockup-wrapper img {
        position: absolute;
    }
    #video p {
        display: inline-block;
    }
    #video img {
        margin: 0 50px;
        width: 70px;
    }
    #diferenciais {
        margin-bottom: 70px;
    }
    #diferenciais .item-wrapper.esquerda {
        margin-right: 40px;
    }
    #diferenciais .item-wrapper.meio {
        margin: 0 20px;
    }
    #diferenciais .item-wrapper.direita {
        margin-left: 40px;
    }
    #recursos .mockup-wrapper {
        position: relative;
        width: 100%;
    }
    #recursos .mockup-wrapper img {
        position: absolute;
        top: -110px;
        left: 0;
        width: 480px;
        max-width: unset;
    }
    .modal-recursos .modal-dialog {
        max-width: 760px;
    }
    .modal-recursos .modal-header,
    .modal-recursos .modal-body {
        padding-left: 30px;
    }
    .modal-recursos .overflow-body {
        height: 235px;
        overflow: auto;
    }
    .modal-recursos .img-content {
        position: absolute;
        top: -170px;
    }
    .modal-recursos .img-content .mockup-recurso {
        width: 230px;
    }
}

@media screen and (min-width: 1200px) {
    #home {
        background-attachment: fixed;
        background-position: center center;
    }
    #home .titulo {
        font-size: 40px;
    }
    #navbarPrincipal ul li a.active {
        border-bottom: 2px solid #000;
    }
    #navbarPrincipal.transparent ul li a.active {
        border-bottom: 2px solid #fff;
    }
    #home {
        align-items: flex-end;
        padding-bottom: 80px;
        background-position: right center;
    }
    #home .titulo {
        font-size: 70px;
        line-height: 70px;
    }
    #condDigital {
        padding: 170px 0;
    }
    #condDigital .mockup-wrapper {
        top: 100px;
    }
    #video {
        padding: 112px 0;
    }
    #video #backgroundVideo{    
        top: -69%;        
    }
    #recursos {
        padding-top: 120px;
    }
    #recursos .mockup-wrapper img {
        width: 630px;
        top: -150px;
        left: -50px;
    }
    #recursos .mt-xl-fix {
        margin-top: 80px;
    }
    #navbarPrincipal ul li a {
        margin-left: 30px;
        margin-right: 30px;
    }
    #diferenciais {
        padding: 90px;
    }
}

@media (min-width: 1366px) {
    #sobre .mockup-wrapper img {
        position: absolute;
        width: 640px;
        max-width: unset;
        left: -110px;
    }
    #sobre .mt-xl-fix {
        margin-top: 120px;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1470px;
    }
    #navbarPrincipal.transparent {
        padding-top: 50px;
    }
    #navbarPrincipal.transparent .navbar-brand img {
        width: 230px;
    }
    #navbarPrincipal.transparent ul li a {
        font-size: 24px;
    }
    #navbarPrincipal ul li a {
        font-size: 20px;
    }
    #home {
        padding-bottom: 140px;
    }
    #home .titulo {
        font-size: 90px;
        line-height: 90px;
    }
    .btn-loja .text-wrapper p {
        font-size: 16px;
        line-height: 22px;
    }
    .btn-loja .text-wrapper span {
        font-size: 23px;
    }
    #sobre .titulo {
        font-size: 65px;
        line-height: 60px;
    }
    #sobre .mockup-wrapper img {
        width: 890px;
        right: 0;
        left: unset;
    }
    #sobre .mt-xl-fix {
        margin-top: 200px;
    }
    #recursos .mt-xl-fix {
        margin-top: 200px;
    }
    #recursos .mockup-wrapper img {
        width: 900px;
        left: unset;
        right: 0;
    }
    #condDigital h1 {
        font-size: 65px;
    }
    #condDigital .mockup-wrapper {
        right: 7%;
    }
    #video {
        padding: 170px 0;
    }
    #video p {
        font-size: 23px;
    }
    #sobre .titulo {
        font-size: 50px;
    }
    #sobre b,
    #sobre p {
        font-size: 20px;
    }
    #diferenciais .item-wrapper.esquerda {
        margin-right: 60px;
    }
    #diferenciais .item-wrapper.meio {
        margin: 0 30px;
    }
    #diferenciais .item-wrapper.direita {
        margin-left: 60px;
    }
    #recursos .titulo {
        font-size: 60px;
        line-height: 60px;
    }
    #recursos .sub-titulo {
        font-size: 34px;
    }
}