@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    font-family: 'Roboto', Lato, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
body,html{height:100%;width:100%;margin:0;padding:0;left:0;top:0;font-size:100%}
h1,h2,h3,h4,h5,h6,p{margin: 0}
.text-center{
    text-align: center;
}
.center{
    margin:0 auto;
}
.text-grey{
    color: #969696;
}
.row{
    margin: 0;
}
/*Wpp button + icons */
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float{
    margin-top:16px;
    height: 30px;
}
.no-underline{
    text-decoration: none !important;
}
.hover-underline:hover{
    text-decoration: underline white!important;
}
/*
    Cookie popup
*/

#card-politica-privacidade{
    max-width: 280px;
    border-radius: 5px;
    padding: 20px 30px;
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    bottom: 15px;
    left: 15px;
    display: none;
    text-align: center;
}

#card-politica-privacidade button{
    margin-top: 10px;
    padding: 0 24px;
    border-radius: 5px;
    height: 35px;
    display: table-cell;
    font-size: 13px;
    background-color: #951717;
    color: white;
    border: none;
    cursor: pointer;
}

/*
    Notification popup
*/
#card-feedback-form{
    max-width: 280px;
    border-radius: 5px;
    padding: 20px 30px;
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    top: 55px;
    right: 15px;
    display: none;
}
.closeBtn {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    cursor: pointer;
}
.closeBtn:hover {
    opacity: 1;
}
.closeBtn:before, .closeBtn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #333;
}
.closeBtn:before {
    transform: rotate(45deg);
}
.closeBtn:after {
    transform: rotate(-45deg);
}


.icone-seta{
    width: 30px;
}
/*
    Header
*/
.full-height {
    height: 100%;
}
header{
    position: relative;
}
.header-index{
    background-color: #951717;
    color:white;
}
.header-subpagina{
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-index .container{
    padding: 0;
}
.header-index .conteudo-central{
    position: absolute;
    top: 40%;
}
.conteudo-central{
    position: absolute;
    top: 20%;
}
.conteudo-central h1{
    font-weight: 900;
    font-size: 96px;
}
/*.conteudo-central .row{
    margin: 0;
}*/
.header-pretitulo{
    font-weight: 300;
    font-size: 24px;
}
.header-subtitulo{
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    text-decoration: none;
    color: white;
}
.header-subtitulo-container {
    margin-top: 15px;
}
.header-subtitulo-image-container {
    margin-left: 15px;
}
.subtitulo-desktop{
    display: block;
}
.subtitulo-desktop a,.subtitulo-mobile a{
    text-decoration: none;
    color: white;
}
.header-subtitulo:hover{
    text-decoration: underline;
    cursor: pointer;
}
.subtitulo-mobile{
    display: none;
}

.background-contato{
    background-image: url("../img/headers/contato/contato-L.jpg");
}
.background-sobre{
    background-image: url("../img/headers/sobre/sobre-L.png");
}
.background-trabalheconosco{
    background-image: url("../img/headers/trabalheconosco/trabalheconosco-L.jpg");
}
.background-servicos{
    background-image: url("../img/headers/servicos/servicos-L.jpg");
}
.background-produtos {
    background-image: url("../img/headers/produtos/produtos-L.png");
}

@media only screen and (max-width: 900px) {
    .background-contato {
        background-image: url("../img/headers/contato/contato-M.jpg");
    }
    .background-sobre{
    background-image: url("../img/headers/sobre/sobre-M.png");
    }
    .background-trabalheconosco{
        background-image: url("../img/headers/trabalheconosco/trabalheconosco-M.jpg");
    }
    .background-servicos{
        background-image: url("../img/headers/servicos/servicos-M.jpg");
    }
    .background-produtos {
        background-image: url("../img/headers/produtos/produtos-M.png");
    }
}
@media only screen and (max-width: 500px) {
    .background-contato {
        background-image: url("../img/headers/contato/contato-S.jpg");
    }
    .background-sobre{
        background-image: url("../img/headers/sobre/sobre-S.png");
    }
    .background-trabalheconosco{
        background-image: url("../img/headers/trabalheconosco/trabalheconosco-S.jpg");
    }
    .background-servicos{
        background-image: url("../img/headers/servicos/servicos-S.jpg");
    }
    .background-produtos {
        background-image: url("../img/headers/produtos/produtos-S.png");
    }
}

/*
    FOOTER
*/
footer{
    padding: 50px;
    margin-top: 20px;
/*    -webkit-box-shadow: 0px -3px 9px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 9px -10px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 9px -10px rgba(0,0,0,0.75);*/
}
footer .footer-logo{
    width: 100%;
}
.footer-logo-container{
    width: 100%;
}
footer h4{
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline #9B111E;
    margin-bottom: 15px;
    margin-top: 25px;
}
footer ul{
    list-style-type: none;
}
.lista-footer-links li a{
    text-decoration: none;
    color: black;
}
.lista-footer-links li a:hover{
    color: #951717;
    text-decoration: underline;
}
.lista-footer-contatos li span a{
    text-decoration: none;
    color: black;
}
.lista-footer-contatos {
    line-height: 30px;
    padding-left: 0;
    list-style-type: none;
}
.lista-footer-contatos li::before{
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.li-email::before {
    background-image: url("../img/icons/mail.svg");
}
.li-telefone::before {
    background-image: url("../img/icons/telefone.svg");
}
.li-endereco::before {
    background-image: url("../img/icons/localizacao.svg");
}
.li-relogio::before{
    background-image: url("../img/icons/relogio.svg");
}

/* INDEX SECTION ONE */

.index-section-1{
    margin-top: 150px;
}
.index-section-1 h1{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 26px;
}

.index-section-1 p{
    font-size: 20px;
}
.index-section-1 span{
    font-size: 20px;
    margin-right: 20px;
}
.bloco-frase{
    width: 300px;
    height: 500px;
    position: relative;
    right: 0;
    top: -40px;
    background-color: #951717;
    float: right;
    z-index: 100;
}
.index-section-1 .image-desktop{
    position: relative;
    float: right;
    right: 0;
    top: -36px;
    width: 50%;
    z-index: -1;
}
.index-section-1 .image-mobile{
    display: none;
    float: right;
    padding-top: 15px;
    max-width: 100%;
}

/* INDEX SECTION TWO */

.index-section-2{
    color: white;
    margin-top: 120px;
}
.index-section-2 .background{
    background: linear-gradient(90deg, #9B111E 65%, transparent 50%);
    height: 1200px;
}
.index-section-2 .background .container{
    padding: 150px 0;
}
.index-section-2 p{
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
}
.index-section-2 .image{
    margin-top: 90px;
    max-width: 100%;
    max-height: 700px;
}

.absolute-desktop{
    position: absolute;
}

/*
 INDEX SECTION THREE
*/
.index-section-3 .image-desktop{
    position: relative;
    float: right;
    right: 0;
    width: 50%;
    z-index: -1;
}
.image-desktop-brasao {
    max-width: 100%;
    margin: 10% 0;
}
.image-desktop-brasao-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
 INDEX SECTION FOUR
 */

.index-section-4{
    color: white;
}
.index-section-4 .background{
    /*background-color: #9B111E;*/
    background: linear-gradient(90deg, #9B111E 65%, transparent 50%);
    height: 1200px;
}
.index-section-4 .background .container{
    padding: 150px 0;
}
.index-section-4 p{
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
    /*max-width: 50%;*/
}
.index-section-4 .image{
    margin-top: 90px;
    max-width: 100%;
    max-height: 700px;
}
/*

.index-section-5 span{
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
}
.index-section-5 .descricao{
    margin-top: 300px;
}

.background-imagens-segmentos{
    background-color: #9B111E;
    padding: 0 50px 50px 50px;
}

.image-segmentos{
    !* todo Forçando tamanho da imagem, na versão final cortar as imagems no PS*!
    width: 100%;
    height: 100%;
}
.image-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 500;
    color: white;
}
*/

/*
 INDEX SECTION SIX
 */
.index-section-6{
    background-color: #7D7B7B;
    padding: 100px;
    color: white;
}
.index-section-6 h2{
    text-align: center;
    font-size: 48px;
    margin-bottom: 35px;
}
.index-section-6 label{
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.index-section-6 input{
    width: 100%;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
}
.index-section-6 .submit-button{
    width: 30%;
    float: right;
    cursor: pointer;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
    background-color: #CD1515;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}
.index-section-6 .submit-button:hover{
    background-color: #bf1818;
}
.index-section-6 select, .index-section-6 #cidade{
    width: 95%;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
}
.index-section-6 textarea{
    width: 100%;
    height: 60%;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
    resize: none;
}
.index-section-6 #cidade{
    float: right;
}
.index-section-6 label[for=cidade]{
    margin-left: 10px;
}



/*
    CONTACT
 */
.contato-info{
    position: absolute;
    top: 60%;
    background-color: white;
    padding: 50px 0 0 100px;
}
.contato-info h2{
    font-size: 32px;
    font-weight: 900;
}
.contato-info .info-item{
    margin-top: 50px;
    width: 100%;
}
.contato-info .image{
    float: left;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
}
.contato-info .info-title{
    color: #951717;
    font-weight: bold;
    font-size: 14px;
}
.contato-info .info-content{
    font-weight: 300;
    font-size: 14px;
}

.contato-form{
    background-color: #830612;
    margin-top: 130px;
    padding: 50px;
    color: white;
}
.contato-form h2{
    font-size: 48px;
    font-weight: 900;
}
.contato-form label{
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.contato-form input{
    width: 100%;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
}
.contato-form .submit-button{
    width: 30%;
    float: right;
    cursor: pointer;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
    background-color: #CD1515;
    color: white;
    margin-top: 30px;
}
.contato-form .submit-button:hover{
    background-color: #bf1818;
}
.contato-form select, .contato-form #cidade{
    width: 95%;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
}
.contato-form textarea{
    width: 100%;
    height: 60%;
    border:none;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
    resize: none;
}
.contato-form #cidade{
    float: right;
}
.contato-form label[for=cidade]{
    margin-left: 10px;
}
.contato-form label[for=cv]{
    cursor: pointer;
}
.contato-form input[type=file]{
    display: none;
}
.contato-mapa{
    margin-bottom: 100px;
}
.background-mapa{
    margin-top: 50px;
    height: 500px;
    background: linear-gradient(90deg, #9B111E 40%, transparent 40%);
}
.background-mapa h2{
    color: white;
    font-size: 26px;
    padding: 20px 0;
    padding-left: 30px;
}
.background-mapa iframe{
    padding-left: 70px;
    width: 100%;
    height: 440px;
}
.info-mapa{
    background-color: #951717;
    width: 40%;
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    padding: 40px;
    position: absolute;
    right: 50px;
    min-width: 400px;
}

/*
    Sobre
*/
.sobre-info{
    margin-top: 40px;
}
.sobre-info .frame {
    padding: 20px;
    white-space: nowrap;
    height: 100%;
    text-align: center;
}

.sobre-info .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.sobre-info .frame img{
    width: 100%;
    vertical-align: middle;
}
.sobre-bloco{
    background-color: #9B111E;
    color: white;
    padding: 15px;
    width: 400px;
    height: 310px;
    margin: 0 auto;
    max-width: 100%;
}
.sobre-bloco.shadow-left{
    -webkit-box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
    -moz-box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
    box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
}
.sobre-bloco.shadow-right{
    -webkit-box-shadow: 20px 20px 0 0 rgba(218,29,29,1);
    -moz-box-shadow: 20px 20px 0 0 rgba(218,29,29,1);
    box-shadow: 20px 20px 0 0 rgba(218,29,29,1);
}
.sobre-bloco p{
    line-height: 24px;
    margin: 15px 0;
}
.icone-aspas{
    height: 30px;
    opacity: .8;
}
.icone-aspas-rotate{
    transform: rotate(180deg);
}

.sobre-entrega{
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #9B111E;
    color: white;
    text-align: center;
    font-size: 22px;
    padding-bottom: 30px;
}
.sobre-entrega p {
    padding-top: 30px;
}
.sobre-entrega img {
    width: 100%;
    margin-top: 30px;
}

.sobre-estrutura {
    margin-top: 100px;
}

.sobre-title {
    background-color: #9B111E;
    color: white;
    padding: 30px 30px 30px 300px;
    font-size: 22px;
}
.sobre-estrutura img {
    width: 100%;
}

.estrutura-shadow-right {
    margin-top: 80px;
    -webkit-box-shadow: 20px 20px 0 0 rgba(218,29,29,1);
    -moz-box-shadow: 20px 20px 0 0 rgba(218,29,29,1);
    box-shadow: 20px 20px 0 0 rgba(218,29,29,1);
}
.estrutura-shadow-left {
    margin-top: 80px;
    -webkit-box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
    -moz-box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
    box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
}

/*
    Produtos
*/
.produtos-section-1{
    margin-top: 4%;
}
.produtos-section-1 h2{
    font-size: 54px;
    font-weight: 900;
}
.produtos-section-1 h3{
    color: #9B111E;
    font-size: 38px;
    font-weight: 500;
    padding-top: 10px;
}
.produtos-section-1 p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 34px;
}
.produtos-section-1 .row{
    margin-top: 35px;
}
.produtos-section-1 .frame {
    padding: 20px;
    white-space: nowrap;
    height: 100%;
    text-align: center;
}
.produtos-section-1 .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.produtos-section-1 .frame img{
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: -25px 30px 0px 0px rgba(149,23,23,1);
    -moz-box-shadow: -25px 30px 0px 0px rgba(149,23,23,1);
    box-shadow: -25px 30px 0px 0px rgba(149,23,23,1);
}
.produtos-section-1 img.shadow-right{
    -webkit-box-shadow: 25px 30px 0px 0px rgba(149,23,23,1);
    -moz-box-shadow: 25px 30px 0px 0px rgba(149,23,23,1);
    box-shadow: 25px 30px 0px 0px rgba(149,23,23,1);
}

.produtos-section-2{
    margin-top: 40px;
}
.produtos-section-2 h2{
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 20px;
}
.produtos-section-2 li{
    font-size: 29px;
    line-height: 34px;
}
.produtos-section-2 ul {
    list-style-image: url('/img/icons/check-mark.svg');
    padding-left: 60px;
}
.produtos-section-3 {
    margin-top: 50px;
}
.produtos-section-3 h2{
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 30px;
}
.produtos-section-3 .card{
    padding: 15px;
    background-color: #9B111E;
    -webkit-box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
    -moz-box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
    box-shadow: -20px 20px 0 0 rgba(218,29,29,1);
}
.produtos-section-3 h3{
    font-weight: bold;
    font-size: 34px;
    line-height: 56px;
    color: white;
}
.produtos-section-3 p{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: white;
}

.produtos-section-3 span{
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 15px;
    color: white;
}
.produtos-section-3 img{
    max-height: 350px;
    max-width: 100%;
}

/*
    Serviços
*/

.servicos-section-1{
    margin-top: 40px;
}
.servicos-section-1 h2{
    font-size: 54px;
    font-weight: 900;
}
.servicos-section-1 .card{
    background-color: #951717;
    padding: 20px;
    color: white;
    min-height: 380px;
    margin-bottom: 30px;
}
.servicos-section-1 .card h3{
    font-weight: 900;
    font-size: 48px;
    line-height: 75px;
}
.servicos-section-1 .card h4{
    font-weight: normal;
    font-size: 26px;
    line-height: 42px;
}
.servicos-section-1 .card p{
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.servicos-section-1 .img-marcas{
    background-color: #951717;
    padding: 40px 0;
}
.servicos-section-1 .img-marcas img{
    width: 100%;
}
.servicos-section-1 a{
    text-decoration: none;
}
.servicos-section-1 span{
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
}
.servicos-section-1 span:hover{
    text-decoration: underline;
}
.servicos-section-1 .row{
    margin-top: 20px;
}

/*
    Impressoras
*/
.impressoras-section-1{
    margin-top: 40px;
}
.impressora .card{
    background-color: #951717;
    padding: 10px 30px;
    font-weight: 900;
    font-size: 30px;
    color: white;
    margin-bottom: 40px;
    display:inline-block;
}
.impressora{
    margin-top: 30px;
}
.impressora h4{
    color: #9B111E;
    font-weight: 500;
    font-size: 28px;
    margin-top: 10px;
}
.impressora p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
.impressora img{
    margin-top: 40px;
    max-width: 100%;
}
.impressora a{
    color: #951717;
}
.impressora-name-mobile{
    float: right;
}
/*
    Navbar
 */

.nav-wrapper {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    display: none;
}
.navbar-desktop ul{
    list-style: none;
    display: inline-block;
    float: right;
    margin-top: 20px;
}
.navbar-desktop ul li{
    display: inline;
}
.navbar-desktop ul li a {
    padding: 2px 10px;
    display: inline-block;
    font-size: 20px;
    opacity: 0.5;
    color: white;
    text-decoration: none;
}
.nav-active{
    opacity: 1 !important;
}
.navbar-desktop ul li a:hover {
    opacity: 1;
}


.navbar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 50px;
    overflow: hidden;
}

.navbar img {
    height: 40px;
    width: auto;
    justify-self: start;
    margin-left: 20px;
}

.navbar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    justify-self: end;
    text-align: center;
}

.nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.nav-item a:hover {
    color: #3498db;
}

.mobile {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar{
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover{
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2){
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}



/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid white;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: white;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}
@-webkit-keyframes intro {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes intro {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}


/* Media Queries */

@media only screen and (max-width: 991px){
    footer{
        padding: 0;
    }
    .index-section-1 .image-desktop{
        position: relative;
        float: right;
        right: 0;
        top: -36px;
        width: 40%;
        z-index: -1;
        display: none;
    }
    .index-section-1 .image-mobile{
        display: block;
    }
    .absolute-desktop{
        position: static;
    }
    .index-section-2{
        margin-top: 550px;
    }

    .index-section-2 .image{
        display: none;
    }

    .index-section-2 .background{
        background: linear-gradient(90deg, #9B111E 100%, transparent 50%);
        height: auto;
    }

    .index-section-4 .image{
        display: none;
    }

    .index-section-4 .background{
        background: linear-gradient(90deg, #9B111E 100%, transparent 50%);
        height: auto;
    }
    .index-section-6 h2{
        font-size: 40px;
    }
    .background-mapa {
        background: linear-gradient(90deg, #9B111E 60%, transparent 40%);
    }
    .contato-mapa{
        margin-bottom: 190px;
    }
    .sobre-bloco{
        height: 350px;
    }
}


@media only screen and (max-width: 768px) {
    footer .footer-logo{
        width: 100%;
    }
    .footer-logo-container{
        width: 70%;
        margin: 0 auto;
    }
    /* MOBILE NAVIGATION */
    .navbar-desktop{
        display: none;
    }
    .nav-wrapper{
        display: block;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 50px;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 50px);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
    }

    .navbar li {
        padding: 15px;
    }

    .navbar li:first-child {
        margin-top: 50px;
    }

    .navbar li a {
        font-size: 1rem;
    }

    .menu-toggle, .bar {
        display: block;
        cursor: pointer;
    }

    .mobile-nav {
        transform: translate(0%)!important;
    }

    .index-section-2 .background{
        background-color: #9B111E;
        height: auto;
    }
    .index-section-4 .background{
        background-color: #9B111E;
        height: auto;
    }
    .contato-form select, .contato-form #cidade{
        width: 100%;
    }
    .contato-form textarea{
        height: 200px;
    }
    .contato-form #cidade{
        float: none;
    }
    .contato-form label[for=cidade]{
        margin-left: 0;
    }

    .index-section-6 select, .index-section-6 #cidade{
        width: 100%;
    }
    .index-section-6 textarea{
        height: 200px;
    }
    .index-section-6 #cidade{
        float: none;
    }
    .index-section-6 label[for=cidade]{
        margin-left: 0;
    }
    .index-section-6 h2{
        font-size: 30px;
    }
    .background-mapa h2{
        font-size: 20px;
    }
    .info-mapa{
        font-size: 16px;
    }
    .contato-mapa{
        margin-bottom: 200px;
    }
    .sobre-bloco{
        height: 300px;
        margin-bottom: 40px;
    }
    .sobre-title {
        padding: 30px 30px 30px 100px;
    }

}

@media only screen and (max-width: 572px){
    footer{
        padding: 0;
    }
    .footer-logo-container{
        width: 100%;
    }

    .coluna-footer{
        padding: 0;
    }
    footer .container{
        padding-right: 0;
    }
    .lista-footer-contatos li::before{
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        background-size: 19px;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

    .conteudo-central h1{
        margin-top: 30px;
        font-size: 65px;
        line-height: 60px;
        text-align: center;
    }
    .header-pretitulo{
        text-align: center;
        width: 100%;
    }
    .header-subtitulo{
        font-size: 18px;
    }
    .subtitulo-desktop{
        display: none;
    }
    .subtitulo-mobile{
        position: absolute;
        bottom: 30px;
        left: 30px;
        display: block;
    }
    .index-section-1{
        margin-top: 75px;
    }
    .index-section-2{
        margin-top: 350px;
    }
    .index-section-6{
        padding: 40px 0 0;
    }
    .no-container-sm{
        padding: 0 !important;
    }
    .contato-info{
        padding: 20px 0 0 10px;
    }
    .contato-info .info-item{
        margin-top: 40px;
    }
    .contato-info .image{
        width: 40px;
    }
    .contato-form{
        padding: 30px 10px;
        margin-top: 70px;
    }
    .contato-form h2{
        font-size: 30px;
        text-align: center;
        margin: 15px 0;
    }
    .background-mapa iframe{
        padding: 0;
    }
    .background-mapa{
        background-color: #9B111E;
    }
    .info-mapa{
        position: static;
        width: 100%;
        min-width: 0;
    }
    .contato-mapa{
        margin-bottom: 50px;
    }
    .sobre-bloco{
        height: auto;
        margin-bottom: 40px;
    }
    .servicos-section-1 h2{
        padding-left: 15px;
        margin-bottom: 50px;
    }
    .float{
        right: 10px;
    }
    .i-h1{
        font-size: 50px !important;
    }
    .sobre-title {
        padding: 30px 15px;
        font-size: 18px;
    }
    .index-section-3 .image-desktop{
        display: none;
    }
}

@media only screen and (max-width: 352px) {
    .icone-aspas-rotate{
        display: none;
    }
    .contato-info .image{
        display: none;
    }
    .contato-info{
        padding-bottom: 20px;
    }
}
@media only screen and (width: 768px) {
    .icone-aspas-rotate{
        display: none;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .servicos-section-1 .card{
        min-height: 330px;
    }
    .servicos-section-1 .card h3{
        font-size: 38px;
        line-height: 50px;
    }
    .servicos-section-1 .card h4{
        font-size: 18px;
        line-height: 30px;
    }
    .servicos-section-1 .card span{
        font-size: 16px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .lista-footer-contatos li::before{
        display: none;
    }
}

/*
Media query para altura
*/
/*@media only screen and (max-height: 1005px){*/
/*    .contato-info{*/
/*        top: 80%;*/
/*    }*/
/*}*/

/*558 - 720*/
@media only screen and (max-width: 573px) and (min-height: 900px){
    .contato-info{
        bottom: -5px;
    }
}

@media only screen and (min-height: 558px) and (max-height: 720px){
    .contato-form{
        margin-top: 200px;
    }
}
@media only screen and (max-height: 557px){
    .contato-form{
        margin-top: 250px;
    }
    .tc-h1{
        font-size: 50px !important;
    }
}
@media only screen and (max-height: 425px){
    .contato-form{
        margin-top: 350px;
    }
}
#map{
    width: 600px;
    height: 500px;
}