/* MEDIA DESKTOP */
html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Raleway', sans-serif;
}

.mt-10 {
    margin-top: 10px;
}

.detalhes-fundo {
    /* background-image: url('../img/inicial.jpg'), linear-gradient(#4e2442, #1ea4ef); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(#4e2442, #1ea4ef);
}

.fundo-apresentacao {
    /* background-image: url(../img/apresentacao.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fundo-vantagens {
    background: linear-gradient(180deg, #00000024, transparent);
}

.item-equipe {
    background: linear-gradient(42deg, #4fbbae, #8455e3);
    color: #fff;
    border-radius: 20px;
    width: 100%;
    display: block;
    padding: 0.8rem;
    text-align: center;
    margin: 10px auto;
    min-height: 260px;
}

.item-equipe .fas {
    margin-top: 20px;
}

.h4-equipe {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
}

.t-modulo {
    position: absolute;
    width: 45%;
    height: auto;
    top: -1.5rem;
    left: 52%;
}

.branco {
    color: white!important;
    font-weight: 800;
}

.t2-modulo {
    width: 44%;
    position: absolute;
    left: 3%;
    top: 3.2rem;
    z-index: 99;
}

.t3-modulo {
    top: 2.6rem!important;
}

.t4-modulo {
    top: 5.2rem!important;
}

.botao-formulario {
    line-height: 40px;
    font-size: 18px;
    width: 248px;
    display: block;
    text-align: -webkit-center;
    border-radius: 30px;
    border: none;
    background: #00000073;
    color: #fff;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    z-index: 70;
}

.video-app {
    position: absolute;
    top: 19%;
    left: 15%;
    right: 0;
    width: 71%;
}

.black {
    color: rgba(0, 0, 0, 0.822)!important;
}

.icor {
    font-style: initial;
    font-size: 6rem;
    color: #c3c3c3;
    font-weight: 700;
}

.roxo-cor {
    color: #281e5a!important;
}

.botao-formulario:hover {
    background: rgba(39, 39, 39, 0.92);
    color: #fff;
    text-decoration: none;
}

.itens-ul {
    width: 86%;
    margin-top: 100px;
    padding: 30px;
    color: white;
    font-size: 17px;
    border-radius: 20px;
    background: #0000006b;
    height: auto;
    text-align: left;
}

.notch-preto {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 50%;
    height: 3.6vh;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 2vh;
    border-bottom-right-radius: 2vh;
    background-color: #1b1b1b;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}

.mobile-bar {
    display: none !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left!important;
}

.right {
    text-align: right!important;
}

.menu-bar {
    padding-right: 120px;
    padding-top: 20px;
}

.pd-10 {
    padding: 10px;
}

.pb-inicial {
    padding-bottom: 260px;
}

.p-apresentacao {
    font-size: 40px;
    text-align: center;
    color: #464646;
    padding: 160px 0px;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.p-20 {
    padding: 1rem 0rem;
}

.p-90 {
    padding: 0rem 0rem 6rem;
}

.item-vantagem {
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(90deg, #3eda9d, #982ff7);
    /* background: #43d06e4f; */
    padding: 5px 0px 5px;
}

.item-vantagem-right {
    background: linear-gradient(270deg, #982ff7, #3eda9d)!important;
}

.modulo {
    text-align: left;
    color: #313131;
    padding: 2rem 3rem;
}

.modulo-right {
    text-align: right;
    color: #313131;
    padding: 2rem 3rem;
    list-style: inside;
}

.h4-vantangens-right {
    font-size: 2rem;
    padding: 3rem 3rem 0rem 44rem;
    color: #fff;
}

.h4-vantangens-left {
    font-size: 2rem;
    padding: 3rem 3rem 0rem 3rem;
    color: #fff;
}

.moeda {
    font-size: 2.7rem;
    background: white;
    padding: 25px 10px;
    border-radius: 50px;
    width: 6rem;
    height: 6rem;
    margin: 1rem 0rem 0rem 0rem;
    color: #0d2156;
}

.li-modulo {
    padding: 0.2rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
}

.row-rem {
    padding: 1.5rem 0;
}

.h4-apresentacao {
    text-align: center;
    color: #404040;
    font-weight: 300;
    padding: 0px 140px;
    font-size: 21px;
}

.li-detalhes {
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
}

.apresentacao-video {
    height: 450px;
}

.subtxt-adm {
    margin-top: 200px;
    font-size: 24px;
    text-align: center;
    color: #ffbe00;
}

.adm-p {
    color: white;
    text-align: center;
    margin-top: 15px;
}

.space-80 {
    padding-top: 60px;
}

.space-30 {
    padding-top: 30px;
}

.space-70 {
    padding-bottom: 70px;
}

.btn-envio {
    width: 100px;
    height: 39px;
    margin: 30px auto;
    display: block;
    background-color: #001246;
    color: white;
    border-radius: 30px;
}

.btn-envio:hover {
    background-color: #383838;
    color: #fff;
}

.item-corret {
    background: #65656545;
    height: 170px;
    padding: 19px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 19px;
}

.item-corret:hover {
    background: #48293fcf;
}

.h3-corret {
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.iphonemax {
    position: inherit;
    left: 0;
    top: 5px;
    right: 0px;
    bottom: 0vw;
    z-index: 4;
    height: auto;
    width: 40vh;
    margin-right: auto;
    margin-left: auto;
    padding: 2.5vh 1.8vh 2.5vh;
    border-radius: 7.2vh;
    background-color: #f0f0f0;
    box-shadow: 10px 2px 0px 2px #dbdbdb, inset 0 0 15px 7px #d6d6d6, 45px 54px 30px -20px rgba(0, 0, 0, .25);
    -webkit-transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
    transform: perspective(1457px) rotateX(32deg) rotateY(-20deg) rotateZ(23deg) translate(10px, 0px);
    -webkit-transition: all 500ms cubic-bezier(.785, .135, .15, .86);
    transition: all 500ms cubic-bezier(.785, .135, .15, .86);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.iphonemax:hover {
    transform: perspective(1457px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(10px, 0px);
    box-shadow: 0px 1px 0px 0px #dbdbdb, inset 0 0 15px 7px #d6d6d6, -33px 62px 50px -20px rgba(0, 0, 0, .25);
}

.detalhes-iphone {
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0vw;
    top: 50px;
    z-index: 4;
    height: auto;
    width: 35vh;
    margin-right: auto;
    margin-left: auto;
    padding: 2vh 1.3vh 2vh;
    border-radius: 5.5vh;
    background-color: #000000;
    box-shadow: -4px 5px 0px 5px #232323, inset 0 0 15px 7px #383838, -20px 20px 30px 10px rgba(25, 25, 25, 0.51);
    -webkit-transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
    transform: perspective(1457px) rotateX(36deg) rotateY(11deg) rotateZ(-15deg) translate(10px, 0px);
    -webkit-transition: all 500ms cubic-bezier(.785, .135, .15, .86);
    transition: all 500ms cubic-bezier(.785, .135, .15, .86);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.detalhes-iphone:hover {
    transform: perspective(1457px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(10px, 0px);
    box-shadow: 0px 1px 0px 0px #222222, inset 0 0 15px 7px #222222, -33px 62px 50px -20px rgba(0, 0, 0, .25);
}

.vantagens-iphone:hover {
    transform: perspective(1457px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(10px, 0px);
    box-shadow: 0px 1px 0px 0px #dbdbdb, inset 0 0 15px 7px #d6d6d6, -33px 62px 50px -20px rgba(0, 0, 0, .25);
}

.vantagens-iphone {
    position: inherit;
    left: 0;
    right: 0px;
    bottom: 0vw;
    top: 50px;
    z-index: 4;
    height: auto;
    width: 35vh;
    margin-right: auto;
    margin-left: auto;
    padding: 2vh 1.3vh 2vh;
    border-radius: 5.5vh;
    background-color: #f0f0f0;
    box-shadow: -4px 5px 0px 5px #dbdbdb, inset 0 0 15px 7px #d6d6d6, -20px 20px 30px 10px rgba(0, 0, 0, .25);
    -webkit-transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
    transform: perspective(1457px) rotateX(36deg) rotateY(11deg) rotateZ(-15deg) translate(10px, 0px);
    -webkit-transition: all 500ms cubic-bezier(.785, .135, .15, .86);
    transition: all 500ms cubic-bezier(.785, .135, .15, .86);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.img-iphone {
    width: 750px;
    display: block;
    max-width: 100%;
    border-radius: 4.5vh;
    height: auto;
    margin: 0 auto;
}

.borda-img {
    border-radius: 2.8vw;
}

.imagem-app {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 24px;
}

.space-150 {
    padding-bottom: 150px;
}

.notch {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 50%;
    height: 3.6vh;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 2vh;
    border-bottom-right-radius: 2vh;
    background-color: #e2e2e2;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}

.p-menu {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
}

.logo {
    max-width: 270px;
    height: auto;
    display: block;
}

@media screen and (max-width:768px){
    .logo {
        margin: 0 auto;
    }
}

.white {
    color: white;
    font-style: initial;
    font-weight: 300!important;
}

.inicial {
    /* background-image: url('../img/inicial.jpg'), linear-gradient(#a45fff, #207cca, ); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(top, #982ff7, #3eda9d 100%);
}

.bg-transparente {
    background-color: transparent!important;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.navbar-nav {
    margin-left: auto;
}

.nav-item {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-right: 10px;
}

.nav-item:hover {
    background-color: rgba(118, 100, 171, 0.233);
    border-radius: 4px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.h1-inicial {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    font-family: Raleway;
    margin: 40px 0 40px;
}

.sub-inicial {
    font-size: 1.3rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0rem 0.7rem -0.4rem;
}

.ult-main-seperator-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.ult-vc-seperator svg {
    width: 100%;
    height: auto;
}

.uvc-curve-up-seperator {
    position: absolute;
    top: auto;
    bottom: -25rem;
}

.uvc-curve-up-seperator1 {
    bottom: -14.2rem!important;
}

.uvc-curve-up-seperator2 {
    bottom: -10.2rem!important;
}

@media screen and (max-width:768px){
    .uvc-curve-up-seperator2 {
        top: 0;
        height: 110px !important;
    }
}

.img-vantagens {
    display: block;
    width: 100%;
    height: auto;
    margin: 190px auto;
}

.pt-80 {
    padding: 40px 0px;
}

.p-b30 {
    padding: 30px 0px;
}

.b .p-vantagens {
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
}

.p-vantagem {
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 20px 60px;
}

.bar {
    width: 40px;
    height: 2px;
    background-color: #d9e5e6;
    display: block;
    margin: 30px auto;
}

.b-inicial {
    font-weight: 900;
    font-size: 7rem;
    font-family: 'Montserrat', sans-serif;
}

.white-inicial {
    position: absolute;
    top: 63%;
    max-width: 100%;
}

.linha-branca-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    height: 30%;
}

.linha-branca {
    position: relative;
    bottom: -2px;
    height: 100%;
    background-image: url(../img/white.png);
    background-position: 50% 100%;
    background-size: 150%;
    background-repeat: no-repeat;
}

.teste {
    /* position: absolute; */
    top: 15%;
    left: 46%;
    z-index: 99;
    /*  width: 50%; */
    height: auto;
}

.h4-inicial {
    padding: 0px 80px 40px 0px;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    color: #f3f1f1;
}

.b-h4 {
    color: #ffbe00;
}

.play {
    font-size: 18px;
    text-align: center;
    margin: 50px auto;
    color: #1bb5ae;
    display: block;
    margin: 0 auto;
    border: none;
}

.play:hover {
    color: #fff;
    text-decoration: none;
}

.btn-tel {
    color: rgb(53, 164, 255, 0.425);
    border-color: rgb(53, 164, 255, 0.425);
    background-color: transparent;
    width: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
}

.btn-tel:hover {
    color: #fff;
    background-color: rgba(53, 164, 255, 0.425);
}

.btn-wpp {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: transparent;
    width: 200px;
    display: block;
    padding-bottom: 10px;
    margin: 0 auto;
    border-radius: 25px;
}

.contato-r {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}

.icones {
    font-size: 30px;
    margin: 0 auto;
    display: block;
}

.p-10 {
    padding: 10px;
    color: white;
}

.mb-20 {
    margin-bottom: 20px;
}

.footer-area {
    padding: 10px 0 10px;
}

.footer-area {
    padding-top: 30px;
    background-color: #000000f2;
}

.btn-wpp:hover {
    color: #fff;
    background-color: rgb(14, 136, 14);
}

.b-apresentacao {
    color: #1bb5ae;
    font-size: 2.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.amarelo {
    color: #ffbe00;
}

.b-form {
    color: #ffbe00;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

.video {
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: 170px auto 0;
    position: relative;
    display: block;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}

/* IPHONE 4 */

@media (max-width:320px) {
    .b-inicial {
        font-size: 4.2rem !important;
    }
    .sub-inicial {
        font-size: 1.1rem;
    }
    .pb-inicial {
        padding-bottom: 0px;
    }
    .h4-apresentacao {
        font-size: 20px;
    }
    .h4-inicial {
        padding: 25px;
        padding-top: 0px;
        padding-bottom: 40px;
        font-size: 20px !important;
        margin-top: 0px;
    }
    .b-apresentacao {
        font-size: 1.4rem!important;
    }
    .subtxt-adm {
        margin-top: 0px;
    }
    .video-app {
        position: absolute;
        top: 19%;
        left: 17%!important;
        right: 0;
        width: 67%!important;
    }
    .space-30-1 {
        padding-bottom: 30px!important;
    }
    .iphonemax {
        margin: 0 auto;
        height: auto;
        width: 34vh!important;
        padding: 2.5vh 1.4vh 2.5vh!important;
        border-radius: 6.2vh!important;
        box-shadow: 9px 1px 0px 1px #dbdbdb, inset 0 0 15px 7px #d6d6d6, 45px 54px 30px -20px rgba(0, 0, 0, .25)!important;
        left: -7px;
    }
    .iphonemax:hover {
        box-shadow: 0px 1px 0px 1px #dbdbdb, inset 0 0 15px 7px #d6d6d6, 45px 54px 30px -20px rgba(0, 0, 0, .25)!important;
    }
    .formas {
        display: none;
    }
    .btn-wpp {
        width: 70%!important;
    }
    .btn-tel {
        width: 70%!important;
    }
    .white {
        text-align: center;
    }
}

/* MEDIA IPHONE 6S */

@media (max-width:768px) {
    .h1-inicial {
        color: #fff;
        text-align: left;
        padding: 30px 0 0;
        font-size: 29px;
        font-weight: 500;
    }
    .d-n {
        display: none;
    }
    .teste {
        z-index: 99;
        height: auto;
        margin: 0 auto 100px auto;
        width: 330px;
        max-width: 100%;
        display: block;
        position: unset;
    }
    .modulo {
        padding: 2rem 2rem 2rem 2.5rem;
        text-align: left;
    }
    .pb-inicial {
        padding-bottom: 0px;
    }
    .uvc-curve-up-seperator {
        position: absolute;
        top: auto;
        bottom: -1rem;
        height: 140px!important;
    }
    .uvc-curve-up-seperator1 {
        position: absolute;
        top: auto;
        bottom: -6rem!important;
        height: 110px!important;
    }
    .sub-inicial {
        text-align: center;
        margin: 0rem auto 3rem;
        font-size: 1.5rem;
    }
    .item-vantagem {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .item-equipe {
        width: 100%;
        display: block;
        padding: 0.6rem;
        margin: 20px auto;
    }
    .p-equipe {
        padding: 0.6rem;
        font-size: 1rem;
    }
    .h4-equipe {
        font-size: 1.2rem;
        font-weight: 400;
    }
    .moeda {
        display: block;
        margin: 0 auto;
    }
    .h4-vantangens-left {
        font-size: 2rem;
        padding: 2rem 4rem;
        display: block;
        margin: 0 auto;
    }
    .h4-vantangens-right {
        font-size: 2rem;
        padding: 2rem 4rem;
        display: block;
        margin: 0 auto;
    }
    .li-modulo {
        padding: 0.4rem;
        font-size: 16px;
        text-align: center;
        list-style: none;
    }
    .dn-mobile {
        display: none;
    }
    .row-rem {
        padding: 0.5rem 0.5rem;
        margin-right: 0px;
        margin-left: 0px;
    }
    .p-i {
        margin: 0 auto 0;
        text-align: center;
    }
    .modal-content {
        top: 100px;
    }
    .video {
        width: 92%;
    }
    .modal-header {
        padding: 0.3rem!important;
    }
    .modal-body {
        padding: 0rem!important;
    }
    #barra {
        position: fixed;
        bottom: 10px;
        display: block;
        width: 100%;
        padding-top: 2%;
        opacity: 0.90;
        z-index: 9999;
    }
    .btn-block {
        position: fixed;
        bottom: 10px;
        display: inline-block;
        width: 15%;
        padding-top: 2%;
        opacity: 0.90;
        z-index: 9999;
    }
    .btn-wpp {
        width: 55%;
    }
    .btn-tel {
        width: 55%;
    }
    .video-app {
        position: absolute;
        top: 19%;
        left: 16%;
        right: 0;
        width: 69%;
    }
    .img-iphone {
        border-radius: 3.7vh;
    }
    .ul-detalhes {
        list-style: decimal;
        margin-left: -30px;
    }
    .itens-ul {
        width: 100%;
        margin-top: 100px;
        padding: 20px;
        color: white;
        font-size: 13px;
        border-radius: 20px;
        background: #44444463;
    }
    .detalhes-iphone {
        position: inherit;
        left: -12px;
    }
    .b-apresentacao {
        font-size: 26px;
    }
    .p-vantagens {
        font-size: 18px;
    }
    .left-txt {
        left: 0px;
    }
    .img-vantagens {
        display: none;
    }
    .iphonemax {
        margin-top: 70px !important;
        margin: 0 auto;
        height: auto;
        left: -7px;
        width: 25vh;
        padding: 1.5vh 0.8vh 1.5vh;
        border-radius: 5vh;
        box-shadow: 9px 1px 0px 1px #dbdbdb, inset 0 0 15px 7px #d6d6d6, 45px 54px 30px -20px rgba(0, 0, 0, .25);
    }
    .iphone {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-top: -50px;
    }
    .b-inicial {
        font-size: 5.2rem;
        text-align: center;
    }
    .botao-formulario {
        line-height: 50px;
        display: block;
        text-align: -webkit-center;
        border-radius: 30px;
        margin: 30px auto 50px;
        border: none;
        left: 0rem;
        background: #00000073;
        color: #fff;
        font-weight: 300;
    }
    .primary-btn span {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        right: 30px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .i-fff {
        color: white;
        font-style: inherit;
        font-size: 80px;
    }
    .mobile-bar {
        display: inherit;
    }
    .left {
        text-align: left;
    }
    .h4-inicial {
        padding: 0px 0px 10px;
        font-size: 19px;
        text-align: center;
        font-weight: 300;
        color: #f3f1f1;
    }
    .p-apresentacao {
        padding-top: 120px;
        padding-left: 10px;
        padding-bottom: 0px;
        padding-right: 10px;
        font-size: 26px;
    }
    .apresentacao-video {
        height: 500px;
    }
    .play {
        font-size: 20px;
        text-align: center;
        margin: 20px auto;
        color: #1bb5ae;
        display: block;
        border: none;
    }
    .h4-apresentacao {
        text-align: center;
        color: #585858;
        font-weight: 300;
        margin-top: 40px;
        padding: 0px 20px;
        font-size: 21px;
    }
    .detalhes-iphone {
        position: inherit;
        left: -9px;
        right: 0;
        bottom: 0vw;
        top: 50px;
        z-index: 4;
        height: auto;
        width: 27vh;
        margin-right: auto;
        margin-left: auto;
        padding: 1.5vh 1vh 1.5vh;
        border-radius: 5.5vh;
        background-color: #000000;
        box-shadow: -4px 5px 0px 5px #232323, inset 0 0 15px 7px #383838, -20px 20px 30px 10px rgba(25, 25, 25, 0.51);
        -webkit-transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
        transform: perspective(1457px) rotateX(36deg) rotateY(11deg) rotateZ(-15deg) translate(10px, 0px);
        -webkit-transition: all 500ms cubic-bezier(.785, .135, .15, .86);
        transition: all 500ms cubic-bezier(.785, .135, .15, .86);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
}

#modal-cadastro-enviado .modal-content {
    width: 600px;
    margin: 250px auto 0;
}

#modal-cadastro-enviado .modal-body {
    padding: 20px;
}

.banner-content p{
    color: #fff;
}

.formulario .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#bio_ep {
    background-color: transparent;
    box-shadow: unset;
    width: 700px;
    height: 600px;
    font-size: 16px;
    top: 45%;
}

.video .close, #bio_ep_close {
    position: absolute;
    left: unset;
    margin: unset;
    top: -25px;
    right: -23px;
    z-index: 1;
    font-family: unset;
    background-color: #fff;
    color: #282828;
    border-radius: 50%;
    line-height: 0;
    width: 45px;
    height: 45px;
    /* padding: 0; */
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    opacity: .75;
}

#bio_ep_close {
    line-height: 48px;
    top: 25px;
    right: 70px;
}

.close:not(:disabled):not(.disabled):hover {
    color: #1bb5ae;
    text-decoration: none;
    opacity: .90;
}

#bio_ep_close:hover {
    color: #1bb5ae;
    text-decoration: none;
    opacity: .90;
}

.img-genius {
    position: absolute;
    top: 0;
}

#bio_ep .texto {
    position: relative;
    width: 350px;
    text-align: center;
    margin: 190px 0 0 220px;
    color: #fff;
}

#bio_ep .texto h2 {
    font-weight: bold;
    font-size: 40px;
}

#bio_ep .bt-genius {
    background-color: #3eda9d;
    width: 150px;
    height: 40px;
    display: inline-block;
    color: #982ff7;
    font-size: 20px;
    padding: 4px 0;
    border-radius: 11px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

.footer-bottom {
    text-align: center;
}

section#apresentacao .botao-formulario {
    margin: 0 auto;
    color: #fff;
}

.row.equipe {
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
    .navbar-nav {
        text-align: center;
    }
}

div#home h3 {
    width: 420px;
    max-width: 100%;
    font-size: 18px;
}