@font-face {
    font-family: 'Sanchez-Niu';
    src: url('../fonts/SanchezNiu-Black.woff2') format('woff2'),
        url('../fonts/SanchezNiu-Black.woff') format('woff'),
        url('../fonts/SanchezNiu-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

* {
    font-family: 'Gotham'
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: 0px
}

a:hover {
    text-decoration: none
}

.centralizado {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center
}

.centro-height {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.divisor {
    width: 30px;
    height: 7px;
    margin: 0 auto
}

section#home {
    height: 100vh;
    background: url('../img/header.png');
    background-size: cover;
    position: relative;
}

section#home .linha1{
    width: 100%;
    height: 2px;
    background: #32412D;
    position: absolute;
    bottom: 50px;
}

section#home .linha2{
    width: 70%;
    height: 2px;
    background: #32412D;
    position: absolute;
    bottom: 40px;
    left: 0;
}

section#home .frases .frase{
    background: #32412D;
    color: #FFF;
    font-size: 2em;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: inherit;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 15px
}

section#home .frases .frase span{
    font-family: 'Playfair Display', serif !important;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

section#home .frases .frase.frase1{
    width: 40%;
}

section#home .frases .frase.frase2{
    width: 30%;
}

section#home .frases .frase3{
    width: 20%;
    color: #32412D;
}

section#home .frases .frase3 p{
    font-family: 'Gotham-Bold' !important;
}

header .topo {
    text-align: right;
    border-bottom: 1px rgba(16, 75, 120, .6) solid
}

header .topo p {
    margin: 0;
    font-size: 12px;
    color: #104B78
}

nav .navbar-brand {
    width: 64%
}

nav.navbar {
    padding: 7px 0 4px
}

nav.navbar ul li {
    padding: 10px;
    transition: all .4s
}

nav.navbar ul li a {
    text-transform: uppercase;
    font-size: .8em;
    color: #FFF;
    transition: all .4s;
    font-family: 'Gotham-Bold';
}

.show nav.navbar ul li a{
    color: #32412D;
}

nav.navbar ul li.active a {
    color: #00EE6F;
    transition: all .4s
}

nav.navbar ul li.cta {
    background: #00EE6F;
    padding: 6px 13px;
    border-radius: 0;
    line-height: initial;
    height: 35px;
    border: 1px #FFF solid;
}

nav.navbar ul li.cta a {
    color: #000;
    text-transform: uppercase;
    font-size: .8em
}

nav.navbar img {
    width: 20%
}

.navbar-collapse{
    width: 65%;
}

.menu {
    transition: transform .5s;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 15px;
}

.menu.show {
    transform: translateY(-35%);
    z-index: 9999;
    background: #FFF;
    -webkit-box-shadow: 0px 7px 41px -10px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 7px 41px -10px rgba(0,0,0,0.14);
    box-shadow: 0px 7px 41px -10px rgba(0,0,0,0.14);
}

.owl-carousel .owl-item .tam-banner .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 57.333333%;
    max-width: 57.333333%
}

.down {
    position: relative;
    top: -45px;
    z-index: 9
}

.down a {
    color: #FFF
}

.down .seta {
    background: #e92829;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    transform: rotate(45deg);
    justify-content: center
}

.down .seta i {
    transform: rotate(225deg);
    font-size: 30px
}

#empresa {
    padding: 6% 0
}

#empresa p {
    color: #32412D
}

#empresa h1 {
    color: #32412D;
    font-size: 1.7em;
    font-family: 'Gotham-Bold';
}

#empresa .divisor {
    background: #32412D;
    margin-bottom: 25px;
    margin-top: 20px;
}

#jmb {
    background: #32412D;
    padding: 7% 0;
}

#jmb p {
    color: #FFF
}

#jmb h1 {
    color: #FFF;
    font-size: 1.7em;
    font-family: 'Gotham-Bold';
}

#jmb .divisor {
    background: #FFF;
    margin-top: 25px;
}

#jmb .icon{
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    border-bottom: 15px #00EE6F solid;
    margin-top: 45px;
    margin-bottom: 10px
}

#jmb .texto p{
    line-height: 145%;
    font-size: 1em;
    color: #FFF;
}

#jmb p{
    color: #00EE6F;
    font-size: 12px;
    line-height: 130%;
}

#jmb p b{
    font-family: 'Gotham-Bold';
}

#jmb .icon img{
    width: 30%;
}

#portodapedra {
    background: url('../img/cta.png');
    background-size: cover;
    padding: 9% 0;
}

#portodapedra h5 {
    font-size: 2.5em;
    font-family: 'Gotham-Bold';
}

#portodapedra p{
    color: #FFF;
}

#portodapedra button{
    color: #FFF;
    background: #32412D;
    border: 1px #FFF solid;
    padding: 5px 35px;
}

#instagram {
    text-align: center;
    padding: 5% 0 4%
}

#instagram .divisor {
    background: #32412D;
    margin-bottom: 40px
}

#instagram h5 {
    font-size: 2em;
    color: #32412D;
    font-family: 'Gotham-Bold';
}

#instagram .fa-heart {
    color: #ed4956
}

#instagram .fa-comment {
    color: #262626
}

.carousel-instagram .item .post {
    height: 38vh;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    margin: 5px 15px
}

.carousel-instagram .item .post {
    -webkit-box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .24);
    box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .24)
}

.carousel-instagram .item .dados {
    padding: 4% 3%;
    text-align: left
}

.carousel-instagram .item .dados p {
    color: #104B78;
    font-size: .9em
}

.carousel-instagram .item .dados a {
    color: #104B78
}

.carousel-instagram .item .dados a b {
    color: #104B78;
    font-weight: 700
}

.carousel-instagram .item .dados a b:hover {
    text-decoration: underline
}

.carousel-instagram .item .dados span {
    color: #262626
}

.carousel-instagram .owl-dots {
    margin-bottom: 4%
}

.carousel-instagram .owl-dots button {
    width: 9px;
    height: 9px;
    background: #32412D!important;
    margin-left: 5px;
    opacity: .5;
    border-radius: 25px
}

.carousel-instagram .owl-dots button:focus {
    outline: none
}

.carousel-instagram .owl-dots button.active {
    background: #32412D!important;
    opacity: 1
}

.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    
    width: 95% !important;
}

.owl-nav{
    position: absolute;
    top: 42%;
    display: flex;
    flex-direction: column;
    left: 5px;
}

#slide{
    padding: 5% 0;
}

#slide h4{
    color: #32412D;
    font-family: 'Gotham-Bold';
    margin-top: 25px
}

#slide p{
    color: #32412D;
}

#slide .divisor {
    background: #32412D;
    margin-bottom: 15px;
    margin-top: 15px;
}

body .owl-carousel.carousel-instagram .owl-nav button{
    background: #FFF !important;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    font-size: 35px !important;
    line-height: 0 !important;
    padding: 0px 0 7px 0 !important;
    margin-bottom: 10px;
    -webkit-box-shadow: -4px 4px 40px -8px rgba(0,0,0,0.65);
    -moz-box-shadow: -4px 4px 40px -8px rgba(0,0,0,0.65);
    box-shadow: -4px 4px 40px -8px rgba(0,0,0,0.65);
}

body .owl-carousel.carousel-instagram .owl-nav button:focus{
    outline: none
}

.owl-carousel .owl-stage-outer{
    padding-bottom: 25px;
    padding-top: 25px;
}

#contato {
    background: #32412D;
    padding: 7% 0
}

#contato h5 {
    color: #FFF;
    font-size: 1.75rem;
    font-family: 'Gotham-Bold'
}

#contato p {
    color: #FFF;
    margin-bottom: 35px
}

#contato .divisor {
    background: #FFF;
    margin-bottom: 25px;
    margin-top: 25px
}

#contato form{
    width: 45%;
    margin: 0 auto;
    background: #00EE6F;
    padding: 20px 25px;
}

#contato input,
textarea {
    width: 100%;
    margin: 7px 0;
}

#contato input,
textarea:focus {
    outline: none
}

#contato input[type="text"],
input[type="email"],
textarea {
    background: transparent;
    border-bottom: 2px white solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #FFF;
    border-radius: 0;
    padding: 8px 15px;
}

#contato input[type="submit"] {
    background: #32412D;
    border: 1px #FFF solid;
    border-radius: 0;
    padding: 7px;
    font-size: 1em;
    color: #FFF;
    cursor: pointer;
    transition: all .2s;
    width: 50%;
}

#contato input[type="submit"]:hover {
    background: rgb(34, 43, 31);
    color: #FFF;
    text-align: center;
}

#contato ::-webkit-input-placeholder {
    color: #FFF;
    text-align: center;
}

#contato ::-moz-placeholder {
    color: #FFF;
    text-align: center;
}

#contato :-ms-input-placeholder {
    color: #FFF;
    text-align: center;
}

#contato :-moz-placeholder {
    color: #FFF;
    text-align: center;
}

footer {
    background: #FFF;
    padding: 4% 0;
    color: #5B5B5B
}

footer .scroll {
    position: relative;
    top: -120%
}

footer .seta {
    background: #e92829;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 5px;
    transform: rotate(45deg);
    justify-content: center
}

footer .seta i {
    transform: rotate(45deg);
    font-size: 22px;
    color: #32412D
}

footer .marca {
    border-right: 1px solid rgba(255, 255, 255, .4)
}

footer .marca img {
    width: 35%
}

footer .marca p {
    font-size: 1em
}

footer .endereco {
    padding-left: 75px
}

footer .endereco p {
    font-size: .9em
}

footer .endereco hr {
    border-top: 1px solid rgba(255, 255, 255, .4)!important;
    width: 73%;
    margin: 0 0 10px
}

footer .endereco h3 {
    font-family: 'FuturaBI'
}

footer .social div {
    width: 100%;
    text-align: right
}

footer .social i {
    font-size: 22px;
    color: #32412D;
    margin-left: 10px
}

nav.navbar ul li.cta:hover {
    background: #32412D;
    color: #FFF !important;
}

nav.navbar ul li:hover a {
    color: #00EE6F !important;
}

.zoo {
    background: #707070;
    padding: 10px 0
}

.zoo a, .zoo p {
    color: #FFF;
    font-size: .9em;
    margin-bottom: 0;
}

@media (max-width:767.98px) {
    .carousel-instagram .item .post {
        height: 48vh
    }
    footer .marca {
        border-right: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .carousel-instagram .item .post {
        height: 63vh
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .carousel-instagram .item .post {
        height: 18vh
    }
}

@media (min-width:1280px) and (max-width:1365px) {
    .carousel-instagram .item .post {
        height: 30vh
    }
}

@media (min-width:1440px) and (max-width:1599px) {
    .carousel-instagram .item .post {
        height: 26vh
    }
}

@media (min-width:1600px) and (max-width:1919px) {
    .carousel-instagram .item .post {
        height: 30vh
    }
}

@media (min-width:1920px) and (max-width:2200px) {
    .carousel-instagram .item .post {
        height: 22vh
    }
}

@media (min-width:2001px) {
    .carousel-instagram .item .post {
        height: 30vh
    }
}

@media (max-width:767.98px) and (orientation:landscape) {
    nav.navbar img {
        width: 20%!important
    }
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 66.666667%!important
    }
    .owl-carousel .owl-item img {
        height: 81vh
    }
    .carousel-home .item p label {
        font-size: .4em;
        padding: 6px 10px
    }
    .carousel-home .item p {
        font-size: 1em
    }
    .carousel-home .item h1 {
        font-size: 1em
    }
}

@media (max-width:991.98px) {
    .navbar-toggler.on .icon2{
        opacity: 0;
    }

    .navbar-toggler.on .icon1{
        -moz-transform: rotate(50deg) translate(5px, 7px);
        -ms-transform: rotate(50deg) translate(5px, 7px);
        -webkit-transform: rotate(50deg) translate(5px, 7px);
        transform: rotate(50deg) translate(5px, 7px);
    }

    .navbar-toggler.on .icon3{
        -moz-transform: rotate(-48deg) translate(0px, -4px);
        -ms-transform: rotate(-48deg) translate(0px, -4px);
        -webkit-transform: rotate(-48deg) translate(0px, -4px);
        transform: rotate(-48deg) translate(0px, -4px);
    }
    .menu{
        top: 0;
        background: #FFF;
    }
    header .topo {
        text-align: center
    }
    nav.navbar {
        height: auto;
        background: #FFF;
        padding: 7px 0; 
        margin-top: 0
    }
    .navbar-nav {
        background: #FFF;
        height: 55vh;
        text-align: center;
        padding: 5px 0 20px;
    }
    nav.navbar ul li a{
        color: #32412D;
        font-size: 1em;
    }
    .navbar-brand {
        width: auto;
        height: auto;
        display: table
    }
    .menu.show {
        transform: translateY(0%)
    }
    .icon-sanduiche {
        background: #32412D;
        padding: 1.5px 11px;
        margin-bottom: 3px;
        border-radius: 5px
    }
    .icon-sanduiche:focus {
        outline: none
    }
    .icon1,
    .icon2,
    .icon3 {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s
    }
    .navbar-light .navbar-toggler {
        border-color: #FFF
    }
    .navbar-toggler:focus {
        outline: none
    }
    .navbar-toggler.on .icon2 {
        opacity: 0
    }
    .navbar-toggler.on .icon1 {
        -moz-transform: rotate(47deg) translate(5px, 8px);
        -ms-transform: rotate(47deg) translate(5px, 8px);
        -webkit-transform: rotate(47deg) translate(5px, 8px);
        transform: rotate(50deg) translate(5px, 7px)
    }
    .navbar-toggler.on .icon3 {
        -moz-transform: rotate(-47deg) translate(1px, -4px);
        -ms-transform: rotate(-47deg) translate(1px, -4px);
        -webkit-transform: rotate(-47deg) translate(1px, -4px);
        transform: rotate(-47deg) translate(1px, -4px)
    }

    section#home .frases .frase3{
        width: 100%;
        color: #32412D;
    }

    nav.navbar{
        justify-content: space-around !important;
    }

    .navbar-collapse{
        display: inherit !important;
        flex-basis: inherit;
        width: auto;
    }

    .navbar-nav{
        height: auto;
        padding: 0;
    }

    .owl-nav{
        width: 100%;
        bottom: -1px;
        top: inherit;
        flex-direction: row;
    }

    #slide {
        padding: 15% 0;
    }

    body .owl-carousel.carousel-instagram .owl-nav button{
        width: 49%;
        margin: 0 auto;
        height: auto;
    }
    
}

@media (max-width:575.98px) {
    section#home{
        background-position: left;
    }

    section#home .frases .frase.frase1, section#home .frases .frase.frase2, section#home .frases .frase.frase3 {
        width: 100%;
        font-size: 1.5em;
    }

    section#home .linha1{
        bottom: 75px;
    }

    section#home .linha2{
        bottom: 65px;
    }

    #empresa {
        padding: 15% 0;
    }
    
    #empresa h1 {
        font-size: 1.5em;
    }

    #jmb {
        padding: 15% 0;
    }

    #jmb h1 {
        font-size: 1.5em;
    }

    #portodapedra{
        padding: 15% 0;
    }

    #instagram {
        padding: 15% 0;
    }

    #instagram h5 {
        font-size: 1.5em;
    }

    #contato {
        padding: 15% 0;
    }

    #contato h5 {
        font-size: 1.5em;
    }

    #contato form {
        width: 85%;
    }

    #portodapedra h5 {
        font-size: 2em;
    }

    nav.navbar img {
        width: 45%
    }
    .carousel-home {
        margin-top: 15vh
    }
    .carousel-home .item {
        height: 81vh;
        text-align: center
    }
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .carousel-home .item .texto {
        width: 100%
    }
    .carousel-home .item h1 {
        font-size: 1.2em;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0
    }
    .carousel-home .item p {
        margin-bottom: 0
    }
    .carousel-home .item p label {
        padding: 6px 20px
    }
    .carousel-home .item .detail h2 {
        font-size: 1.3em
    }
    .carousel-home .item .detail h1 {
        margin: 0
    }
    .carousel-home .item .espaco {
        margin-top: 40px
    }
    .down {
        top: -44px
    }
    .down .seta {
        width: 40px;
        height: 40px
    }
    .down .seta i {
        font-size: 21px
    }
   
    footer {
        padding: 0% 0 5%
    }
    footer .marca {
        text-align: center
    }
    footer .marca img {
        width: 40%;
        margin: 25px auto
    }
    footer .marca p {
        font-size: .9em
    }
    footer .scroll {
        top: -50%
    }
    footer .marca p {
        font-size: .9em
    }
    footer .endereco {
        padding-left: 15px;
        text-align: center
    }
    footer .endereco p {
        font-size: .9em
    }
    footer .endereco hr {
        width: 100%
    }
    footer .social div {
        text-align: center
    }
    footer .social i {
        margin-left: 0;
        margin-right: 10px;
        font-size: 17px
    }
    footer .social div{
        text-align: center !important
    }
    .zoo div {
        text-align: center!important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    section#home{
        background-position: center;
    }

    section#home .frases .frase.frase1{
        width: 50%;
        font-size: 1.5em;
    }

    section#home .frases .frase.frase2{
        width: 40%;
        font-size: 1.5em;
    }

    section#home .frases .frase.frase3{
        width: 77%;
        font-size: 1.5em;
    }

    #jmb .icon{
        width: 70%;
        margin: 0 auto;
    }

    section#home .linha1{
        bottom: 75px;
    }

    section#home .linha2{
        bottom: 65px;
    }

    #empresa {
        padding: 15% 0;
    }
    
    #empresa h1 {
        font-size: 1.5em;
    }

    #jmb {
        padding: 15% 0;
    }

    #jmb h1 {
        font-size: 1.5em;
    }

    #portodapedra{
        padding: 15% 0;
    }

    #instagram {
        padding: 15% 0;
    }

    #instagram h5 {
        font-size: 1.5em;
    }

    #contato {
        padding: 15% 0 !important;
    }

    #contato h5 {
        font-size: 1.5em;
    }

    #contato form {
        width: 85%;
    }

    #portodapedra h5 {
        font-size: 2em;
    }

    nav.navbar img {
        width: 45%
    }
    nav.navbar img {
        width: 70%
    }
    .carousel-home {
        margin-top: 15vh
    }
    .carousel-home .item {
        height: 81vh
    }
    .carousel-home .item h1 {
        font-size: 1.2em;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0
    }
    .carousel-home .item p {
        margin-bottom: 0
    }
    .carousel-home .item p label {
        padding: 6px 20px
    }
    .carousel-home .item .detail h2 {
        font-size: 1.3em
    }
    .carousel-home .item .detail h1 {
        margin: 0
    }
    .carousel-home .item .espaco {
        margin-top: 55px
    }
    .down {
        top: -44px
    }
    .down .seta {
        width: 40px;
        height: 40px
    }
    .down .seta i {
        font-size: 21px
    }
    footer {
        padding: 0% 0 5%
    }

    footer div{
        text-align: center !important
    }
    footer .marca {
        text-align: center
    }
    footer .marca img {
        width: 25%;
        margin: 25px auto
    }
    footer .marca p {
        font-size: .9em
    }
    footer .scroll {
        top: -50%
    }
    footer .marca p {
        font-size: .9em
    }
    footer .endereco {
        padding-left: 15px;
        text-align: center
    }
    footer .endereco p {
        font-size: .9em
    }
    footer .endereco hr {
        width: 100%
    }
    footer .social div {
        text-align: center
    }
    footer .social i {
        margin-left: 0;
        margin-right: 10px;
        font-size: 17px
    }
    .zoo div {
        text-align: center!important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    section#home{
        background-position: center;
    }

    section#home .frases .frase.frase1{
        width: 50%;
        font-size: 1.5em;
    }

    section#home .frases .frase.frase2{
        width: 40%;
        font-size: 1.5em;
    }

    section#home .frases .frase.frase3{
        width: 68%;
        font-size: 1.5em;
    }

    #jmb .icon{
        padding: 30px 0;
    }

    section#home .linha1{
        bottom: 75px;
    }

    section#home .linha2{
        bottom: 65px;
    }

    #empresa {
        padding: 15% 0;
    }
    
    #empresa h1 {
        font-size: 1.5em;
    }

    #jmb {
        padding: 15% 0;
    }

    #jmb h1 {
        font-size: 1.5em;
    }

    #portodapedra{
        padding: 15% 0;
    }

    #instagram {
        padding: 15% 0;
    }

    #instagram h5 {
        font-size: 1.5em;
    }

    #contato {
        padding: 15% 0 !important;
    }

    #contato h5 {
        font-size: 1.5em;
    }

    #contato form {
        width: 85%;
    }

    #portodapedra h5 {
        font-size: 2em;
    }

    nav.navbar img {
        width: 45%
    }
    nav.navbar img {
        width: 30%
    }
    .carousel-home {
        margin-top: 15vh
    }
    .carousel-home .item {
        height: 81vh
    }
    .carousel-home .item h1 {
        font-size: 1.2em;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0
    }
    .carousel-home .item p {
        margin-bottom: 0
    }
    .carousel-home .item p label {
        padding: 6px 20px
    }
    .carousel-home .item .detail h2 {
        font-size: 1.3em
    }
    .carousel-home .item .detail h1 {
        margin: 0
    }
    .carousel-home .item .espaco {
        margin-top: 55px
    }
    .down {
        top: -44px
    }
    .down .seta {
        width: 40px;
        height: 40px
    }
    .down .seta i {
        font-size: 21px
    }

    footer {
        padding: 0% 0 5%
    }
    footer .marca {
        text-align: center;
        border-right: 0
    }
    footer .marca img {
        width: 50%;
        margin: 25px auto
    }
    footer .marca p {
        font-size: .9em
    }
    footer .scroll {
        top: -50%
    }
    footer .marca p {
        font-size: .9em
    }
    footer .endereco {
        padding-left: 15px;
        text-align: center
    }
    footer .endereco p {
        font-size: .9em
    }
    footer .endereco hr {
        width: 100%
    }
    footer .social div {
        text-align: center
    }
    footer .social i {
        margin-left: 0;
        margin-right: 10px;
        font-size: 17px
    }
    .zoo div {
        text-align: center!important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    section#home{
        background-position: center;
    }

    section#home .frases .frase.frase1{
        width: 35%;
        font-size: 1.5em;
    }

    section#home .frases .frase.frase2{
        width: 28%;
        font-size: 1.5em;
    }

    section#home .frases .frase.frase3{
        width: 49%;
        font-size: 1.5em;
    }

    #jmb .icon{
        padding: 35px 0;
    }

    section#home .linha1{
        bottom: 75px;
    }

    section#home .linha2{
        bottom: 65px;
    }

    #empresa {
        padding: 8% 0;
    }
    
    #empresa h1 {
        font-size: 1.5em;
    }

    #jmb {
        padding: 8% 0;
    }

    #jmb h1 {
        font-size: 1.5em;
    }

    #portodapedra{
        padding: 8% 0;
    }

    #instagram {
        padding: 8% 0 !important;
    }

    #instagram h5 {
        font-size: 1.5em;
    }

    #contato {
        padding: 8% 0 !important;
    }

    #contato h5 {
        font-size: 1.5em;
    }

    #contato form {
        width: 85%;
    }

    #portodapedra h5 {
        font-size: 2em;
    }

    nav .navbar-brand {
        width: 45%
    }
    nav.navbar img {
        width: 25%;
    }
    .carousel-home {
        margin-top: 15vh
    }
    .carousel-home .item {
        height: 81vh
    }
    .down {
        top: -21px
    }
    .down .seta {
        width: 40px;
        height: 40px
    }
    .down .seta i {
        font-size: 21px
    }
    #cursos {
        padding: 7% 0 5%
    }
    #cursos .box {
        margin-bottom: 45px
    }
    #cursos .marca {
        display: none
    }
    #processos {
        border-radius: 45px 45px 0 0
    }
    #processos h2 {
        font-size: 1.5em
    }
    #processos {
        padding: 15% 0 0
    }
    #processos h4 {
        letter-spacing: .1px
    }
    #processos .box2,
    #processos .box3,
    #processos .box4,
    #processos .box5 {
        text-align: center!important;
        margin: 15px 0
    }
    #processos .box1 {
        margin-bottom: 45px
    }
    #processos .modelo {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        right: 0
    }
    #professores {
        padding: 30% 0 15%
    }
    #cta-facaparte {
        padding: 8% 0
    }
    #cta-facaparte h5 {
        font-size: 1.5em
    }
    #instagram {
        padding: 20% 0
    }
    #instagram h5 {
        font-size: 1.5em
    }
    #contato {
        padding: 30% 0
    }
    footer {
        padding: 0% 0 5%
    }
    footer .marca {
        text-align: center
    }
    footer .marca img {
        width: 50%;
        margin: 25px auto
    }
    footer .marca p {
        font-size: .9em
    }
    footer .scroll {
        top: -50%
    }
    footer .marca p {
        font-size: .9em
    }
    footer .endereco {
        padding-left: 15px;
        text-align: center
    }
    footer .endereco p {
        font-size: .9em
    }
    footer .endereco hr {
        width: 100%
    }
    footer .social div {
        text-align: center
    }
    footer .social i {
        margin-left: 0;
        margin-right: 10px;
        font-size: 17px
    }
    .zoo div {
        text-align: center!important
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .owl-carousel .owl-item img.principal {
        height: 81vh
    }
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60.333333%;
        flex: 0 0 60.333333%;
        max-width: 60.333333%
    }
}

@media (min-width:1366px) and (max-width:1439px) {
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 59.333333%;
        flex: 0 0 59.333333%;
        max-width: 59.333333%;
    }
}

@media (min-width:1440px) and (max-width:1599px) {
    .carousel-home .item {
        height: 78vh
    }
    .carousel-home .item .tam-banner {
        height: 78vh
    }
    .owl-carousel .owl-item img.principal {
        height: 78vh
    }
    .carousel-home {
        margin-top: 12vh
    }
    #cursos {
        padding: 7% 0
    }
    #processos {
        padding: 9% 0 0
    }
    #professores {
        padding: 9% 0 2%
    }
}

@media (min-width:1600px) and (max-width:1919px) {
    nav .navbar-brand {
        width: 64%
    }
    .carousel-home {
        margin-top: 13vh
    }
    .carousel-home .item {
        height: 81vh
    }
    .carousel-home .item .tam-banner {
        height: 81vh
    }
    .owl-carousel .owl-item img.principal {
        height: 81vh
    }
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.333333%;
        flex: 0 0 64.333333%;
        max-width: 64.333333%
    }
    #cursos {
        padding: 7% 0
    }
    #processos {
        padding: 9% 0 0
    }
    #professores {
        padding: 9% 0 2%
    }
    footer .scroll {
        top: -129%
    }
}

@media (min-width:1920px) and (max-width:2200px) {
    nav .navbar-brand {
        width: 64%
    }
    .carousel-home {
        margin-top: 10vh
    }
    .carousel-home .item {
        height: 83vh
    }
    .carousel-home .item .tam-banner {
        height: 83vh;
        width: 100%
    }
    .owl-carousel .owl-item img.principal {
        height: 83vh
    }
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65.333333%;
        flex: 0 0 65.333333%;
        max-width: 65.333333%
    }
    .carousel-home .item h1 {
        font-size: 2.5em
    }
    .carousel-home .item p {
        font-size: 2em
    }
    .carousel-home .item label {
        font-size: 1.5em
    }
    .down {
        top: -31px
    }
    .down .seta {
        width: 60px;
        height: 60px
    }
    #cursos {
        padding: 7% 0
    }
    #processos {
        padding: 9% 0 0
    }
    #professores {
        padding: 9% 0 2%
    }
    footer .scroll {
        top: -145%
    }
}

@media (min-width:2201px) {
    section#home .frases .frase3{
        display: none !important
    }

    section#home .frases .frase.frase1 {
        width: 45%;
        padding-left: 40px;
    }

    section#home .frases .frase.frase2 {
        width: 36%;
        padding-left: 42px;
    }

    section#home .frases .frase.frase3 {
        width: 50%;
        padding-left: 42px;
    }

    section#home .linha2{
        bottom: 80px;
        display: none
    }

    section#home .linha1{
        display: none
    }

    section#home .linha2{
        display: none
    }

    section#home .frases .frase span{
        font-size: 1.5em;
    }


    #jmb .icon{
        padding: 70px 0;
    }
    #contato form {
        width: 40%;
    }
    .container {
        max-width: 1500px
    }
    nav .navbar-brand {
        width: 73%
    }
    nav.navbar img {
        width: 16%
    }
    .carousel-home {
        margin-top: 12vh
    }
    .carousel-home .item {
        height: 86vh
    }
    .carousel-home .item .tam-banner {
        height: 86vh;
        width: 100%
    }
    .owl-carousel .owl-item img.principal {
        height: 86vh
    }
    .owl-carousel .owl-item .texto {
        margin-left: 175px
    }
    .owl-carousel .owl-item .tam-banner .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .carousel-home .item h1 {
        font-size: 3em
    }
    .carousel-home .item p {
        font-size: 2.5em
    }
    .carousel-home .item label {
        font-size: .7em
    }
    #cursos {
        padding: 7% 0
    }
    #cursos h1 {
        font-size: 3rem
    }
    #cursos p {
        font-size: 2rem
    }
    #cursos .box {
        min-height: 435px
    }
    #cursos .box h5 {
        font-size: 1.7em
    }
    #cursos .box p {
        font-size: 1.2em
    }
    #processos {
        padding: 9% 0 0
    }
    #professores {
        padding: 9% 0 2%
    }
    #processos h2 {
        font-size: 2.5em
    }
    #processos p {
        font-size: 1.2em
    }
    #processos h4 {
        font-size: 2em
    }
    #professores h3 {
        font-size: 2em
    }
    #professores p {
        font-size: 1.4em
    }
    #professores .owl-nav .owl-next {
        top: 39%
    }
    #professores .owl-nav .owl-prev {
        top: 39%
    }
    .carousel-instagram .item .dados a {
        font-size: 1.2em
    }
    footer .scroll {
        top: -179%
    }
    footer .marca p {
        font-size: 1em
    }
    footer .endereco p {
        font-size: 1em
    }
}