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

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

.left {
    text-align: left;
}

.right {
    text-align: right;
}

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

.laranja {
    color: #fc9c23;
}

.pd-10 {
    padding: 10px;
}

.chamada-form {
    background: #fc9c23;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    color: #3c3c3c;
    padding-top: 3px;
    font-size: 20px;
    font-weight: 500;
}

.btn-envio {
    background-color: #fc9c23;
    color: #3c3c3c;
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.c1 {
    color: #bb0000;
}

.c2 {
    color: #23acff;
}

.fs-40 {
    font-size: 40px !important;
}

.txt-final {
    font-size: 19px;
    padding-top: 50px;
    color: white;
}

.rodape {
    padding-top: 15px;
    height: 55px;
    background: #000;
    color: rgb(53, 160, 202);
}

a {
    color: white;
}

.m-auto {
    margin: 0 auto!important;
}

.txt3 {
    height: 350px;
    background: url('../img/btxt3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.pc-20 {
    padding-left: 20px;
    padding-right: 20px
}

.p-apresentacao {
    font-size: 30px;
    text-align: left;
    color: #efefef;
    padding-top: 20px;
    padding-bottom: 80px;
}

.p-apresentacao1 {
    font-size: 28px;
    text-align: left;
    color: #efefef;
    padding-top: 30px;
    padding-bottom: 10px;
}

.subtexto {
    font-size: 31px;
    color: white;
    text-align: center;
    padding: 0px 25px 0px 25px;
    margin-left: -26px;
    padding-top: 90px;
}

.h4-apresentacao {
    text-align: center;
    color: #efefef;
    font-weight: 300;
    margin-top: 35px;
    font-size: 1.3rem;
    padding: 0px 40px 0px 40px;
}

.txt1 {
    height: 360px;
    background: url('../img/btxt1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.txt2 {
    height: 150px;
    padding-top: 35px;
}

.mexa-se {
    background-color: #fc9c23;
}

.frase {
    font-size: 45px;
    color: white;
}

.wrap {
    position: center;
    margin-left: 70px;
    margin-top: -20px;
    padding-bottom: 20px;
    -webkit-perspective: 350;
    perspective: 350;
    -webkit-perspective-origin: 60% 50%;
    perspective-origin: 50% 50%;
}

.wrap:hover .book {
    cursor: pointer;
    -webkit-transform: rotateX(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateZ(0deg);
    transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
}

.wrap:hover .back {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.75s;
}

.wrap:hover .gloss::before {
    left: 120%;
    transition: left 0.75s;
}

.pt-15 {
    padding-top: 15px;
}

.book {
    position: relative;
    width: 200px;
    height: 300px;
    background: url(../img/book.png) no-repeat -25px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin: 5%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(65deg) rotateZ(-45deg);
    transform: rotateX(40deg) rotateZ(-20deg);
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.book::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 20px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    background: url(https://i.imgur.com/dQvsEgy.png) no-repeat -4px 0;
    background-size: cover;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.book::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -20px;
    left: 0;
    right: 3px;
    height: 20px;
    background: linear-gradient(0deg, #aaa, #ccc);
    background-size: auto 2px;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg) translateZ(-1px);
    transform: rotateX(-90deg) translateZ(-1px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.spine {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 21px;
    width: 300px;
    background: rgb(49, 113, 185);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(-20px);
    transform: translateZ(-20px);
    background: #888;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4);
    transition: box-shadow 1s;
}

.gloss {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
}

.gloss::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40%;
    width: 40%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    transition: left 1s;
}

body {
    background-color: rgb(0, 155, 167);
}

.iphonemax {
    width: 60%;
    height: auto;
    margin-left: 50px;
    padding: 11vh 0.5vh 8.2vh;
    border-radius: 3.4vw;
    background-color: #f0f0f0;
    box-shadow: 4px 7px 0 -3px #dbdbdb, inset 0 0 8px 7px #d6d6d6, -32px 62px 50px -20px rgba(0, 0, 0, .25);
    -webkit-transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
    transform: perspective(1457px) rotateX(30deg) rotateY(-2deg) rotateZ(19deg) 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);
}

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

.b-ferramentas {
    font-size: 50px;
    line-height: 5px;
    color: #fc9c23;
}

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

.bg-transparente {
    background-color: #ffffff00!important;
}

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

.nav-item:hover {
    background-color: yellow;
    color: blue;
}

.h1-inicial {
    color: #ffbe00;
    text-align: left;
    font-size: 50px;
    font-weight: 500;
    font-family: Raleway;
}

.h4-inicial {
    font-size: 20px;
    margin-top: 20px;
    color: white;
    font-weight: 300;
}

.b-inicial {
    font-weight: 900;
    font-size: 104px;
    font-family: Montserrat;
}

.b-h4 {
    color: #ffbe00;
}

.play {
    font-size: 60px;
    text-align: center;
    margin-top: 90px;
    color: #ffbe00;
}

.b-apresentacao {
    color: #ffbe00;
    font-size: 60px;
}

.amarelo {
    color: #ffbe00;
}

.btn-subida {
    display: none;
}

.mt-50 {
    display: none;
}

@media (max-width:760px) {
    .txt3 {
        height: 760px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    .mt-50 {
        margin-top: 50px!important;
    }
    .btn-subida {
        display: block;
        background: #ff8e00;
        height: 40px;
        padding: 8px;
        width: 62%;
        margin: 0 auto;
        border-radius: 6px;
        color: #1f1f1fcc;
        font-weight: 400;
        font-size: 16px;
        margin-top: 28px;
    }
    .txt-final {
        font-size: 1.1rem;
    }
    .h1-inicial {
        color: #ffbe00;
        text-align: left;
        padding: 20px;
        margin-top: 40px;
        font-size: 40px;
        font-weight: 500;
    }
    .p-apresentacao {
        padding-bottom: 0px
    }
    .fs-40 {
        font-size: 32px !important;
        padding-top: 28px;
    }
    .h4-apresentacao {
        font-size: 1.2rem;
        text-align: center;
    }
    .txt1 {
        height: 610px;
    }
    .frase {
        font-size: 30px;
    }
    .p-apresentacao1 {
        font-size: 32px;
        padding-top: 28px;
    }
    .wrap {
        display: block;
        margin: 0 auto;
        margin-top: -45px;
        padding: 0px 10px 0px 10px;
        padding-bottom: 20px;
        -webkit-perspective: 350;
        perspective: 350;
        -webkit-perspective-origin: 60% 50%;
        perspective-origin: 50% 50%;
    }
    .b-ferramentas {
        font-size: 45px;
    }
    .p-apresentacao {
        text-align: center;
    }
    .p-apresentacao1 {
        font-size: 24px;
        text-align: center;
        color: #efefef;
        padding-top: 55px;
        padding-bottom: 0px;
    }
    .b-inicial {
        font-size: 70px;
        text-align: center;
    }
    .left {
        text-align: left;
    }
    .btn-envio {
        width: 35%;
    }
    .h4-inicial {
        padding: 20px;
        padding-top: 10px;
    }
    .chamada-form {
        font-size: 24px;
        height: 77px;
        width: 100%;
    }
    .subtexto {
        font-size: 23px;
        color: white;
        padding: 0;
        margin-left: 0;
        text-align: center;
        padding-top: 15px;
    }
    .inicial {
        background-position: unset;
    }
    .rodape {
        padding-top: 10px;
        height: 45px;
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .wrap {
        margin-left: -7px;
    }
    .b-ferramentas {
        font-size: 35px
    }
    .p-apresentacao1 {
        font-size: 21px
    }
    .chamada-form {
        width: 100%;
        font-size: 19px;
        height: 60px;
    }
    .subtexto {
        text-align: center;
        font-size: 18px;
        padding: 0;
        margin-left: 0;
        padding-top: 10px;
    }
    .p-apresentacao {
        padding-bottom: 5px;
    }
    .txt1 {
        height: 710px;
        background: url(../img/btxt1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .frase {
        font-size: 25px;
    }
    .txt2 {
        height: 120px;
        padding-top: 20px;
    }
    .txt3 {
        height: 780px;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .txt-final {
        font-size: 17px;
        padding-top: 50px;
        color: white;
    }
    .rodape {
        padding-top: 10px;
        height: 61px;
        font-size: 14px;
    }
    .mt-50 {
        margin-top: 30px!important;
    }
}