/********** MOBILE E TABLET ************/

@media (max-width:767px) {
    body {
        margin: 0px;
        padding: 0px;
    }


    h1 {
        font-size: 2.5em;
        margin-left: 0px;
    }


    h2 {
        font-size: 2.5em;
    }
    
    h3 {
        font-size: 2em;
    }
    
    h3::after {
        content: '';
        display: block;
        background: transparent;
        width: 240px;
        height: 3px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    
    .bg-depoimento .text-left h3.texto-vermelho,
    .bg-clientes .text-left h3.texto-vermelho {
        margin-left: 15px;
    }
    
    .texto-grd {
        font-size: 1.15em;
        font-weight: 500;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* section,
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    } */

    /********** TOPO E MENU ************/
    
    .icon-menu-fixo {
        left: 25px;
    }
    .mp-menu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 275px;
        height: 100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    
    .mp-menu ul li > a {
        padding: 0.8em 1em 0.7em 1.8em;
        outline: none;
        font-size: 1em;
    }

    .logo img {
        display: block;
        margin: 70px auto 0px;
        width: 100%;
    }

    .social {
        position: absolute;
        top: -165px;
        right: 0px;
        display: block;
        list-style: none;
        padding: 20px 20px;
        margin: 0px auto;
    }
    
    /******************************************/
/***************** BACKGROUNDS ************/
/******************************************/
    
    .bg-principal {
        background: url(../img/site/bg-mobile-index-principal.jpg) bottom center no-repeat;
        height: 100%;
        padding-top: 20px;
    }
    
    .bg-quem-somos{
        background: url(../img/site/bg-mobile-quem-somos.jpg) bottom center no-repeat;
        height: 100%;
    }
    
    .bg-acreditamos{
        background: url(../img/site/bg-mobile-acreditamos.jpg) top center no-repeat;
        height: 100%;
    }
    
    .bg-marketing{
        background: url(../img/site/bg-mobile-marketing.jpg) center no-repeat;
        padding-top: 100px;
        padding-bottom: 100px;
        height: 100%;
    }

    .bg-eventos{
        background: url(../img/site/bg-mobile-eventos.jpg) center no-repeat;
        padding-top: 100px;
        padding-bottom: 100px;
        height: 100%;
    }
    
    .bg-depoimento{
        background: url(../img/site/bg-mobile-depoimento.jpg) top center no-repeat;
        padding-top: 70px;
        padding-bottom: 210px;
        height: auto;
    }
    
    .bg-clientes {
        background: url(../img/site/bg-mobile-clientes.jpg) top center no-repeat;
        padding-top: 150px;
        padding-bottom: 50px;
}
    
    .bg-contato{
        background:#FCE9C8 url(../img/site/bg-mobile-contato.jpg) top center no-repeat;
        height: auto;
        padding-top: 80px;
    }

    /******************************************/
    /***************** TEXTOS ************/
    /******************************************/

    .frase-inicial blockquote {
        margin-top: 90px;
        position: relative;
        margin-left: 25px;
    }

    .frase-inicial .apostrofe {
        background: url(../img/site/bg-apostrofe.png)center no-repeat;
        width: 155px;
        height: 130px;
        top: -55px;
        left: -55px;
        display: block;
        position: absolute;
        margin-right: 0px;
    }

    .frase-inicial blockquote h6 {
        font-size: 1.25em;
        line-height: 1.3em;
        text-transform: uppercase;
    }
    
    /******************************************/
    /***************** ACTIONS ************/
    /******************************************/
    
    .action{
        padding-top: 0px;
    }
    .action h2 {
        text-align: center;
    }
    
    .action p {
        text-align: center;
    }

   /******************************************/
/***************** Depoimentos ************/
/******************************************/
    
    .depoimento .carousel-control-prev,
    .depoimento .carousel-control-next {
        bottom: -45px;
    }
    
    .depoimento .carousel-indicators {
        bottom: -45px;
    }

    .depoimento .carousel-inner{
    height: 460px;
}
    
    .thumb-img {
        display: block;
        width: 150px;
        height: 150px;
        border: 3px solid #89020C;
        border-radius: 150px;
        margin: 0px 15px 30px;
    }
    
    .clientes{
        height: 250px;
    }
    
    .clientes .carousel-inner{
    height: auto;
}

    .clientes .carousel-control-prev,
    .clientes .carousel-control-next {
        bottom: 15px;
    }
    
    .clientes .carousel-indicators {
        bottom: -75px;
    }
    
    .contato .social{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        text-align: center;
    }
    
    .contato .telefone {
        margin-top: 100px;
    }
    
    .contato .telefone p{
        text-align: right;
        margin-right: 40px;
    }
    

    /********** RODAPE ************/
    
    
    .rodape img {
        display: block;
        margin: 0px auto 40px;
        width: 90%;
    }
    
    .menu-rodape{
        margin-bottom: 80px;
    }
    
    .menu-rodape li {
        display: block;
        padding: 2px;
        margin: 0px auto;
    }

    .menu-rodape li a{
        padding: 5px 5px;
        margin: 0px auto;
        text-align: center;
    }
    
    .barra-rodape p {
        text-align: center;
        color: #E6CE98;
        margin-top: 20px;
        margin-bottom: -30px;
        font-size: 0.7em;
    }
    
    .barra-rodape a {
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 0.9em;
    }
    
    /********** MODAL ************/
    
    .result{
        background: url(../img/site/bg-mobile-acreditamos.jpg) top center no-repeat;
    }
    
.caixa {
    width: 80%;
    margin: 15% auto;
    padding: 1.5em;
}
    
.caixa h1 {
    font-size: 2em;
}

.caixa a#link-home {
    font-size: 2em;
    top: 0px;
    right: 5px;
}
    
    .caixa .social{
        position: relative;
        top: 0px;
    }


}

/********** NOTEBOOKS ************/

@media (min-width:768px) and (max-width:991px) {
   

}

/********** NOTEBOOKS WIDSCREEM************/

@media (min-width:1280px) and (max-width:1440px) {
    
    .logo img {
        display: block;
        margin: 0px auto;
        width: 450px;
    }
    
    section, footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .bg-depoimento {
        background: url(../img/site/bg-depoimento.jpg) bottom center no-repeat;
        padding-top: 60px;
        height: 100%;
        background-position: 50% 80%;
    }
    
    .bg-action-1, .bg-action-2 {
    height: 480px;
}
    
    .frase-inicial blockquote {
        margin-top: 140px;
        position: relative;
        margin-left: 25px;
    }
}

/********** I MACS 4K E TVS************/

@media (min-width:1680px) {}