/* MEDIA DESKTOP */

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

.dn-desktop {
    display: none!important;
    margin: 0!important;
    padding: 0!important;
}

.dn-mobile {
    display: block!important;
}

.p-equipe {
    color: white;
    text-align: center;
    padding: 0px 20px;
    font-size: 1rem;
}

.confira-txt{
    font-size: 1.6rem;
}

.space-btn{
    margin: 40px auto 0px;
    display: block;
}

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

.icon {
    max-width: 20%;
    height: auto;
    display: block;
    margin: 20px auto 0px;
}

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

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

.fundo-equipe {
    background: linear-gradient(360deg, #0050ff, transparent 70%);
}

.item-equipe {
    background: linear-gradient(180deg, #141665 -19%, #62E0C3 101%);
    border-radius: 200px;
    width: 100%;
    display: block;
    padding: 0.8rem;
    text-align: center;
    margin: 2.5rem auto 1.3rem;
    min-height: 340px;
    height: auto;
}

.h4-equipe {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 0rem;
    color: #fff;
}

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

.branco {
    color: white!important;
}

.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: 21px;
    padding: 10px;
    font-size: 17px;
    width: 39%;
    display: inline-block;
    text-align: -webkit-center;
    border-radius: 30px;
    border: none;
    background: #00000073;
    color: #fff;
    font-weight: 300;
    position: relative;
    margin: 0px 15px;
    left: -1rem;
    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;
}

.home-hover:hover {
    background-color: #2c2c2c15;
    border-radius: 9px;
}

.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;
    font-weight: 300;
    color: #2f2f2f;
    padding: 160px 0px;
    padding-bottom: 0px;
}

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

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

.item-vantagem {
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(90deg, #bbbbbb, transparent);
    /* background: #43d06e4f; */
    padding: 5px 0px 5px;
}

.item-vantagem-right {
    background: linear-gradient(270deg, #c7c7c7, transparent)!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: #3c3c3cde;
}

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

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

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

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

.item {
    padding: 10px 20px;
    background: linear-gradient(to top, #ff4e0d -60%, #a0a0a000 80%);
    border-radius: 30px;
}

.h4-apresentacao {
    text-align: justify;
    color: #171717;
    font-weight: 300;
    margin-top: 30px;
    padding: 0px;
    font-size: 21px;
}

.img-oque {
    width: 630px;
    display: block;
    margin: -3rem -6rem auto;
}

.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;
    padding: 0px 200px;
}

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

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

.pt-0{
    padding-top: 160px!important;
}

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

.btn-envio {
    width: 30%;
    height: 0%;
    margin: 30px auto;
    display: block;
    background-color: #001246;
    color: white;
}

.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: absolute;
    left: 0rem;
    top: -4rem;
    right: 0px;
    bottom: 0vw;
    z-index: 4;
    height: auto;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: perspective(1457px) rotateX(10deg) rotateY(10deg) rotateZ(-61deg) translate(10px, 0px);
    transform: perspective(1457px) rotateX(20deg) rotateY(-15deg) rotateZ(6deg) 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;
    box-shadow: 6px 6px 20px #0c0c0c7a;
}

.iphonemax:hover {
    transform: perspective(1457px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(10px, 0px);
}

.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: 170px;
    height: auto;
    display: block;
}

.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, #3cd66b 4%, #30d180 11%, #0094cc, #26417d 90%);
}

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
}

.navbar-nav {
    padding-left: 120px;
}

.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: #f5f3f2;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    font-family: Raleway;
}

.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: -18rem;
}

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

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

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

.pt-80 {
    padding: 40px 0px;
}
.ptop80 {
    padding: 80px 0px 0px;
}
.ptop40 {
    padding: 40px 0px 0px;
}
.img-price{
    max-width: 55%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 2rem;
    top: 2rem;
}
.txt-site{
    padding: 20px 0px 30px;
    font-size: 1.6rem;
    font-weight: 400;
}
.siteimg{
    width: 100%;
    border-radius: 8px;

}
.botao-site{
    text-align: center;
    margin: 40px auto 0px;
    display: block;
    padding: 9px 0px;
    width: 70%;
    font-size: 17px;
    color: white;
    background: linear-gradient(140deg, #2bf7ed, #4b77b9de);
    border-radius: 60px;
}
.botao-site:hover{
    color: white;
    text-decoration: none;
    background: linear-gradient(45deg, #4c51f9, #397fff);
}
.item-site{
  /*   background: linear-gradient(0deg, #13fff4, #b0fffb); */
    padding: 20px;
    border-radius: 30px;
    margin-top: 3rem;
}
.p-0{
    padding:0px!important;
}
.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: 4.5rem;
    font-family: Montserrat;
    margin-left: -5px;
    color: #f5f3f2;
}

.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: 1.4rem;
    text-align: left;
    font-weight: 200;
    color: #f3f1f1;
}

.b-h4 {
    color: #ffbe00;
}

.play {
    font-size: 60px;
    text-align: center;
    margin: 50px auto;
    color: #808080;
    display: block;
    margin: 100px auto;
    border: none;
}

.play:hover {
    color: #363636!important;
}

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

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

.btn-wpp {
    color: rgb(14, 136, 14);
    border-color: rgb(14, 136, 14);
    background-color: transparent;
    width: 60%;
    display: block;
    padding-bottom: 10px;
    margin: 0 auto;
}

.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: #484848;
    font-size: 2.4rem;
    font-family: Montserrat;
    font-weight: 900;
}

.left-txt {
    left: 2rem;
    top: 7rem;
}

.amarelo {
    color: #ffbe00;
}

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

.video {
    width: 60%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
}

.modal-body {
    padding: 0!important;
}

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

/* IPHONE 4 */

@media (max-width:320px) {
    .b-inicial {
        font-size: 3.2rem !important;
    }
    .h1-inicial {
        padding: 20px 35px!important;
        font-size: 30px!important;
    }
    .img-price {
        max-width: 30%;
        height: auto;
        position: absolute;
        z-index: 99;
        left: 7rem;
        top: 1rem;
    }
    .p-equipe1 {
        padding: 0.6rem 1rem;
        font-size: 0.95rem!important;
        text-align: justify;
    }
    .uvc-curve-up-seperator1 {
        position: absolute;
        top: auto;
        bottom: -10rem!important;
        height: 110px!important;
    }
    .uvc-curve-up-seperator2 {
        bottom: -4.2rem!important;
    }
    .i180 {
        height: 100px!important;
    }
    .item {
        margin: -40px 0px 0px!important;
    }
    .h4-apresentacao-i4 {
        color: #000000!important;
        letter-spacing: 0.18px!important;
    }
    .sub-inicial {
        font-size: 1.1rem;
    }
    .pb-inicial {
        padding-bottom: 0px;
    }
    .h4-apresentacao {
        font-size: 20px;
    }
    .h4-inicial {
        padding: 0px 30px 40px!important;
        font-size: 20px !important;
        margin-top: 0px;
    }
    .b-apresentacao {
        font-size: 1.4rem!important;
    }
    .botao-formulario {
        width: 73%!important;
        font-size: 17px!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;
    }
    .uvc-curve-up-seperator {
        bottom: -22rem!important;
    }
    .p-160 {
        padding-top: 160px!important;
    }
    .p-apresentacao {
        font-size: 22px!important;
    }
    .img-oque {
        display: none!important;
    }
    .btn-wpp {
        width: 70%!important;
    }
    .btn-tel {
        width: 70%!important;
    }
    .white {
        text-align: center;
    }
    .h4-apresentacao {
        font-weight: 300!important;
        padding: 0px!important;
        font-size: 1.1rem!important;
        text-align: center!important;
    }
    .img-oque{
        margin: -3rem -7.8rem auto!important;
    }
    .p-90 {
        padding: 30px 0px !important;
    }
    .space-btn {
        margin: 50px auto -270px!important;
        }
}

/* MEDIA IPHONE 6S */

@media (max-width:767px) {
    .h1-inicial {
        color: #f5f3f2;
        text-align: left;
        padding: 20px 0px;
        font-size: 45px;
        font-weight: 300;
    }
    .d-n {
        display: none;
    }
    .b-apresentacao {
        font-size: 1.6rem;
    }
    .img-price {
        max-width: 35%;
        height: auto;
        position: initial;
        padding: 0px 0px 30px;
        z-index: 99;
        display: block!important;
        margin: 50px auto -140px!important;
    }
    .dn-desktop {
        display: block!important;
    }
    .adm-p{
        padding: 20px;
    }
    .space-btn {
        margin: 200px auto -300px;
        display: block;
    }
    .img-oque {
        z-index: -5;
        /* max-width: 100%; */
        position: relative;
        margin: -3rem -7.8rem auto!important;
        top: -16rem;
        width: 400px;
        opacity: 0.5;
    }
    .item {
        margin: -100px 0px;
    }
    
    .teste {
        z-index: 99;
        height: auto;
        margin: 100px auto 0px 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: -20rem;
        height: 140px!important;
    }
    .uvc-curve-up-seperator1 {
        position: absolute;
        top: auto;
        bottom: -10rem!important;
        height: 110px!important;
    }
    .sub-inicial {
        text-align: center;
        margin: 0rem auto 3rem;
        font-size: 1.5rem;
    }
    .item-vantagem {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: linear-gradient(360deg, #a5a5a5, #84848438)!important;
    }
    .item-equipe {
        width: 95%;
        display: block;
        padding: 0.6rem 1rem;
        border-radius: 50px !important;
    }
    .fundo-equipe {
        background: linear-gradient(360deg, #4dd6c9, transparent 70%);
    }    
    .vantagens-mobile{
        padding: 0px!important;
    }
    .pt-0{
        padding-top: 0px!important;
    }
    .p-equipe {
        padding: 0.6rem 1.2rem;
        font-size: 1.2rem;
    }
    .h4-equipe {
        font-size: 1.4rem;
        padding: 1rem;
        margin-top: 1.3rem;
        font-weight: 700;
    }
    .moeda {
        display: block;
        margin: 0 auto;
    }
    .h4-vantangens-left {
        font-size: 2rem;
        padding: 2rem 4rem;
        color: #3c3c3cde;
        display: block;
        margin: 0 auto;
    }
    .h4-vantangens-right {
        font-size: 2rem;
        padding: 2rem 4rem;
        color: #3c3c3cde;
        display: block;
        margin: 0 auto;
    }
    .li-modulo {
        padding: 0.4rem;
        font-size: 1.3rem;
        text-align: left;
        list-style: circle;
    }
    .dn-mobile {
        display: none!important;
        padding: 0!important;
        margin: 0!important;
    }
    .row-rem {
        padding: 0.5rem 0.5rem;
        margin-right: 0px;
        margin-left: 0px;
    }
    .p-i {
        margin: -5rem auto 0rem auto;
        text-align: center;
    }
    .modal-content {
        top: 100px;
    }
    .uvc-curve-up-seperator2 {
        bottom: -9.2rem!important;
    }
    .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;
    }
    .fundo-apresentacao {
        height: 515px;
    }
    .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;
    }
    .p-vantagens {
        font-size: 18px;
    }
    .i180 {
        height: 150px!important;
    }
    .left-txt {
        left: 0px;
    }
    .img-vantagens {
        display: none;
    }
    .iphonemax {
        margin-top: 70px !important;
        margin: 0 auto;
        height: auto;
        left: -16px;
        top: 4rem;
        width: 65%;
    }
    .inicial {
        height: 700px;
    }
    .iphone {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-top: -50px;
    }
    .b-inicial {
        font-size: 4.5rem;
        text-align: center;
    }
    .botao-formulario {
        line-height: 50px;
        font-size: 20px;
        width: 70%;
        display: block;
        text-align: -webkit-center;
        border-radius: 30px;
        margin: 0px auto 15px;
        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 40px;
        font-size: 1.3rem;
        text-align: center;
        font-weight: 300;
        color: #f3f1f1;
    }
    .p-apresentacao {
        padding-left: 10px;
        padding-bottom: 0px;
        padding-right: 10px;
        font-size: 27px;
    }
    .apresentacao-video {
        height: 500px;
    }
    .play {
        font-size: 60px;
        text-align: center;
        margin: 35px auto;
        color: #808080;
        display: block;
        border: none;
    }
    .h4-apresentacao {
        text-align: justify;
        color: #1d1d1d;
        font-weight: 400!important;
        margin-top: 40px;
        padding: 0px 15px;
        font-size: 1.1rem;
        letter-spacing: 0.92px;
    }
    .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;
    }
}