/* VARIÁVEIS */
:root{
    --cor-primaria: #ec8847;
    --cor-secundaria: #041121;
}
/* FIM VARIÁVEIS */

/* INICIO CONFIGURAÇÕES IMPORTANTES */
html, body {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin: 0px;
    flex-wrap: wrap;
}
.list-none li{
    list-style: none;
    padding: 0;
}
.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255) !important;
    border-color: rgba(255,255,255,0.1);
}
/* Tabela */
.altera-tabela{
    background-color: #3d3d3d80;
}
.section_planos{
    padding-top: 100px;
}

.texto_planos{
    margin-top: 60px;
}
.div-tabela-centralizada{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.altera-tabela2{
    padding: 20px !important;
    background-color: #C4C4C4;
}
.alteracor-lado{
    background-color: #C4C4C4;
}
.precos-tabela{
    text-align: center;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}
.div-precos{
    width: 130px;
    margin-left: 2px;
    margin-right: -2px;
    padding: 0px !important;
}
.hover-shadow{
    transition: 0.3s;
}
.div-obs{
    margin-left: 12%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: rgba(61, 61, 61, 0.5);
    border-color: rgb(133, 133, 133);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.vertical__center{
    display: flex;
    align-items: center;
    height: 100vh;
}
.hover-shadow:hover{
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    transition-duration: .3s;
}
.corFundo{
    background-color: #cfcfcf !important;
}
.padding-setado{
    padding-right: 10px;
}
.padding-topo{
    padding: 15px
}
.corFundo2{
    background-color: #868686 !important; 
}
.plan ul li{
    border-bottom: 1px solid #F9F9FA;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
}
.plan ul{
    padding: 0px;
}
.reais-tabela{
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    color: #868686;
}
.muda-reais{
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    color: #868686;
}
.tira-margin{
    margin: 0px !important;
}
.espacos-brancos{
    height: 31px;
}
.tamanho-espaco{
   min-height:96px; 
}
.botao-solicitar{
    font-family: 'Roboto', sans-serif !important;
}
.titulos-pacotes{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;    
}
.cor-borda-tabela{
    border-color: rgb(133, 133, 133);
    border-color: rgba(133, 133, 133, 0.404);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* Fim Tabela */

.btn-coraba{
    background-color: var(--cor-secundaria) !important;
    width: 100% !important;
}

.barraNav{
    z-index: 555555;
}

.btn-efeito1{
    background-color: #ec8847;
}

.menor{
    flex-wrap: wrap !important;
}

.menor2{
    flex-wrap: wrap !important;
}

.menor3{
    flex-wrap: wrap !important;
}

.fixed-position{
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    background-color: var(--cor-secundaria) !important;

}

.btn-efeito1::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #ec8847;
    border-radius: 0px;
    transition: all 1s ease;
    z-index: -1;
}

.btn_no_decoration{
    text-decoration: none;
    color: #000;
}

.btn_no_decoration:hover,
.btn_no_decoration:focus{
    text-decoration: none;
    color: #000;
}

.btn-efeito1:hover::before{
    width: 100%;
}

/* FIM CONFIGURAÇÕES IMPORTANTES */

/* Monitor Grande */
@media screen and (min-width: 1200px) {
    .tamanho-logo{
        width: 150px;
        transition: 0.3s;
    }

    .txt-fazemos{
        font-size: 16px;
    }

    .padding-texto{
        padding-left: 170px;
    }

    .vertical__center2{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .animacao-dlogo{
        width: 120px;
        transition: 2.5s;
    }

    .texto__planos{
        margin-bottom: 40px;
        margin-top: 40px !important;
    }

    .animacao-alogo{
        width: 150px;
        transition: 2.5s;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        z-index: 200;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 20px !important;
        margin: 10px !important;
        font-size: 24px !important;
        line-height: 24px !important;
        border-radius: 10px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        top: 100px;
    }

    .margin-slide{
        margin-left: 100px !important;
    }

    .margin-slide2{
        margin-left: 180px !important;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
        width: 100% !important;
    }

    .centraliza-tudo{
        margin-left: 25% !important;
        margin-right: 25% !important;
    }

    .padding-fixa{
        padding-top: 30px !important;
        padding-left: 170px !important;
    }

    .padding-fixa2{
        padding-left: 170px !important;
    }
    

    .nav-link:hover{
        color: var(--cor-primaria) !important;
    }

    .copyright{
        font-size: 20px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 50px;
    }

    .texto_quemsomos{
        margin-top: 100px;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        height: 100vh;
        margin-top: 120px;  
    }

    .texto-conosco{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .imagen-load{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 23px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 260px !important;
    }

    .texto_fazemos{
        font-size: 28px;
    }

    .texto-duvidas{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
        right: 10px;
        bottom: 80px;  
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .section_duvidas{
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .btn_slide{
        border-radius: 0px !important;
        z-index: 55;
    }

    .texto_somos{
        font-size: 28px;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .centro-slide{
        margin-left: 20% !important;
        margin-right: 25% !important;
        text-align: center;
    }

    .centro-slide2{
        margin-left: 38% !important;
        margin-right: 38% !important;
    }
    

    .posicao-centro{
        margin-top: 5% !important;
        margin-bottom: 10% !important;
        margin-left: 20% !important;
        margin-right: 25% !important;
    }

    .menor2{
        font-size: 45px;
    }

    .menor{
        font-size: 45px !important;
    }

}


/* Monitor médio */
@media screen and (min-width: 992px) and (max-width: 1199px){
    .tamanho-logo{
        width: 150px;
    }

    .animacao-dlogo{
        width: 120px;
        transition: 2.5s;
    }

    .padding-texto{
        padding-left: 40px;
    }

    .animacao-alogo{
        width: 150px;
        transition: 2.5s;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .nav-link:hover{
        color: var(--cor-primaria) !important;
    }

    .margin-slide{
        margin-left: 50px !important;
    }

    .margin-slide2{
        margin-left: 180px !important;
    }

    .btn-link{
        font-size: 12px !important;
    }

    .padding-fixa{
        padding-left: 40px !important; 
    }

    .menor{
        font-size: 45px !important;
    }

    .copyright{
        font-size: 20px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 10px;
    }

    .texto_quemsomos{
        margin-top: 40px;
    }

    /* Tabela */
    .altera-tabela{
        background-color: #3d3d3d80;
    }
    .section_planos{
        padding-top: 100px;
    }

    .texto_planos{
        margin-top: 100px;
    }
    .div-tabela-centralizada{
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .altera-tabela2{
        padding: 20px !important;
        background-color: #C4C4C4;
    }
    .alteracor-lado{
        background-color: #C4C4C4;
    }
    .precos-tabela{
        text-align: center;
        font-size: 45px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .div-precos{
        width: 130px;
        margin-left: 2px;
        margin-right: -2px;
        padding: 0px !important;
    }
    .hover-shadow{
        transition: 0.3s;
    }
    .div-obs{
        margin-left: 12%;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 10px;
        color: rgba(61, 61, 61, 0.5);
        border-color: rgb(133, 133, 133);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .hover-shadow:hover{
        box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
        transition-duration: .3s;
    }
    .corFundo{
        background-color: #cfcfcf !important;
    }
    .padding-setado{
        padding-right: 10px;
    }
    .padding-topo{
        padding-top: 8px;
    }
    .corFundo2{
        background-color: #868686 !important; 
    }
    .plan ul li{
        border-bottom: 1px solid #F9F9FA;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        list-style-type: none;
        margin: 0;
    }
    .plan ul{
        padding: 0px;
    }
    .reais-tabela{
        font-size: 15px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
    }
    .muda-reais{
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
    }
    .tira-margin{
        margin: 0px !important;
    }
    .espacos-brancos{
        height: 31px;
    }
    .tamanho-espaco{
        height: auto; 
    }
    .botao-solicitar{
        font-family: 'Roboto', sans-serif !important;
    }
    .titulos-pacotes{
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;    
    }
    .cor-borda-tabela{
        border-color: rgb(133, 133, 133);
        border-color: rgba(133, 133, 133, 0.404);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    /* Fim Tabela */

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .mensagem{
        height: 150px !important;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        height: 1200px;
        margin-bottom: 20px;
        margin-top: 110px;   
    }

    .texto-conosco{
        font-size: 25px;
        margin-top: 50px;
    }

    .div-mensagem{
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
    }

    .div-encontrar{
        font-size: 25px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 19px !important;
    }

    .centro-slide{
        margin-left: 20% !important;
        margin-right: 25% !important;
        text-align: center;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 180px;
        
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 250px;
    }

    .texto-duvidas{
        font-size: 28px;
        margin-top: 30px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
    right: 10px;
    bottom: 80px;  
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .btn_slide{
        border-radius: 0px !important;
        z-index: 55;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 20px !important;
        margin: 10px !important;
        font-size: 24px !important;
        line-height: 24px !important;
        border-radius: 0px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        top: 100px;
    }

    .texto_somos{
        font-size: 28px;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }
}


/* Iphone X em pé */
@media screen and (min-width: 150px) and (max-width: 376px) and (min-height: 768px) and (max-height: 813px){
    .tamanho-logo{
        width: 130px !important;
    }

    .animacao-dlogo{
        width: 100px;
        transition: 2.5s;
    }

    .animacao-alogo{
        width: 130px;
        transition: 2.5s;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        display: none;
    }

    .section_duvidas{
        padding-top: 40px !important
    }

    .copyright{
        font-size: 20px !important;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .txt-fazemos{
        font-size: 15px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 20px !important;
    }

    .texto_quemsomos{
        margin-top: 20px !important;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: var(--cor-primaria) !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 2px !important;
        margin: 0px !important;
        font-size: 5px !important;
        line-height: 24px !important;
        border-radius: 0px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        top: 50px !important;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        height: 1600px !important;
        margin-top: 50px !important;   
    }

    .texto-conosco{
        font-size: 25px;
        margin-top: 50px;
    }

    .menor2{
        font-size: 22px !important;
    }

    .menor{
        font-size: 22px !important;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
        text-align: center;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 60px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 8px !important;
    }

    .menor3{
        font-size: 22px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 250px !important;
        
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 30px;
    }

    .texto-duvidas{
        font-size: 28px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
        right: 10px;
        bottom: 80px;
        display: none;
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .btn_slide{
        margin-top: 200px;
        border-radius: 0px !important;
        z-index: 55;
    }

    .texto_somos{
        font-size: 22px !important;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 50px !important;
        height: 2px !important;
        float: left;
        margin-top: 15px !important;
        margin-right: 10px;
    }    





}



/* iPhone X deitado */
@media screen and (min-width: 768px) and (max-width: 813px) and (min-height: 150px) and (max-height: 376px){
    .tamanho-logo{
        width: 125px !important;
    }

    .animacao-dlogo{
        width: 95px;
        transition: 2.5s;
    }

    .animacao-alogo{
        width: 125px;
        transition: 2.5s;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        display: none;
    }

    .copyright{
        font-size: 20px !important;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .txt-fazemos{
        font-size: 15px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 20px !important;
    }

    .texto_quemsomos{
        margin-top: 20px !important;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: var(--cor-primaria) !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 5px !important;
        margin: 2px !important;
        font-size: 15px !important;
        line-height: 24px !important;
        border-radius: 0px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        top: 50px !important;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        height: 800px !important;
        margin-top: 50px !important;   
    }

    .texto-conosco{
        font-size: 25px;
        margin-top: 50px;
    }

    .menor2{
        font-size: 22px !important;
    }

    .menor{
        font-size: 22px !important;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
        text-align: center;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 60px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 8px !important;
    }

    .menor3{
        font-size: 22px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 110px !important;
        padding-left: 55px !important;
        
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 30px;
    }

    .texto-duvidas{
        font-size: 28px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
        right: 10px;
        bottom: 80px;
        display: none;
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .btn_slide{
        margin-top: 200px;
        border-radius: 0px !important;
        z-index: 55;
    }

    .texto_somos{
        font-size: 22px !important;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 50px !important;
        height: 2px !important;
        float: left;
        margin-top: 15px !important;
        margin-right: 10px;
    }    
}

/* Mobile */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tamanho-logo{
        width: 150px;
    }

    .animacao-dlogo{
        width: 120px;
        transition: 2.5s;
    }

    .animacao-alogo{
        width: 150px;
        transition: 2.5s;
    }

    .padding-texto{
        padding-left: 16px;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        display: none;
    }

    /* Tabela */
    .altera-tabela{
        background-color: #3d3d3d80;
    }
    .section_planos{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .texto_planos{
        margin-top: 100px;
    }
    .div-tabela-centralizada{
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .altera-tabela2{
        padding: 20px !important;
        background-color: #C4C4C4;
    }
    .alteracor-lado{
        background-color: #C4C4C4;
    }
    .precos-tabela{
        text-align: center;
        font-size: 33px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .div-precos{
        width: 130px;
        margin-left: 2px;
        margin-right: -2px;
        padding: 0px !important;
    }
    .possui{
        color: #07e000 !important;
    }
    .npossui{
        color: #aa0000 !important;
        text-decoration: line-through;
    }
    .hover-shadow{
        transition: 0.3s;
    }
    .div-obs{
        margin-left: 12%;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 10px;
        color: rgba(61, 61, 61, 0.5);
        border-color: rgb(133, 133, 133);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .hover-shadow:hover{
        box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
        transition-duration: .3s;
    }
    .corFundo{
        background-color: #cfcfcf !important;
    }
    .padding-setado{
        padding-right: 10px;
    }
    .padding-topo{
        padding: 15px
    }
    .corFundo2{
        background-color: #868686 !important; 
    }
    .plan ul li{
        border-bottom: 1px solid #F9F9FA;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        list-style-type: none;
        margin: 0;
    }
    .plan ul{
        padding: 0px;
    }
    .reais-tabela{
        font-size: 15px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
    }
    .muda-reais{
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
        font-size: 14px;
    }
    .tira-margin{
        margin: 0px !important;
    }
    .espacos-brancos{
        height: 31px;
    }
    .tamanho-espaco{
        height:auto;
    }
    .botao-solicitar{
        font-family: 'Roboto', sans-serif !important;
    }
    .titulos-pacotes{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;    
    }
    .cor-borda-tabela{
        border-color: rgb(133, 133, 133);
        border-color: rgba(133, 133, 133, 0.404);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    /* Fim Tabela */

    .copyright{
        font-size: 20px !important;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 100px;
    }

    .texto_quemsomos{
        margin-top: 100px;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 20px !important;
        margin: 10px !important;
        font-size: 24px !important;
        line-height: 24px !important;
        border-radius: 0px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        top: 100px;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

    .menor3{
        font-size: 55px !important;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        padding-top: 20px;  
    }

    .texto-conosco{
        font-size: 25px;
        margin-top: 50px;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
        text-align: center;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 60px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 14px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 400px;
        
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 30px;
    }

    .texto-duvidas{
        font-size: 28px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
        right: 10px;
        bottom: 80px;
        display: none;
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .btn_slide{
        margin-top: 200px;
        border-radius: 0px !important;
        z-index: 55;
    }

    .texto_somos{
        font-size: 28px;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }
}




/* Tablets */
@media screen and (min-width: 565px) and (max-width: 767px) and (min-height: 800px) and (max-height: 1280px) {
    .tamanho-logo{
        width: 150px !important;
    }

    .animacao-dlogo{
        width: 120px;
        transition: 2.5s;
    }

    .animacao-alogo{
        width: 150px;
        transition: 2.5s;
    }

    .padding-texto{
        padding-left: 70px;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        display: none;
    }

    .copyright{
        font-size: 18px !important;
    }

    .padding-fixa{
        padding-top: 30px !important;
        padding-left: 70px !important;
    }

    .padding-fixa2{
        padding-left: 70px !important;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .margin-slide{
        top: 400px !important;
        margin-left: 40px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 40px;
    }

    .menor{
        font-size: 30px !important;
    }

    .menor3{
        font-size: 50px !important;
    }

    .menor2{
        font-size: 30px !important;
    }

    .texto_quemsomos{
        margin-top: 40px;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

        /* Tabela */
        .altera-tabela{
            background-color: #3d3d3d80;
        }
        .section_planos{
            padding-top: 30px;
            padding-bottom: 70px;
        }
    
        .texto_planos{
            margin-top: 100px;
        }
        .div-tabela-centralizada{
            align-items: center;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
        .texto__planos{
            margin-bottom: 40px;
        }
        .altera-tabela2{
            padding: 20px !important;
            background-color: #C4C4C4;
        }
        .alteracor-lado{
            background-color: #C4C4C4;
        }
        .precos-tabela{
            text-align: center;
            font-size: 70px;
            margin-bottom: 0px;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            margin-left: 15px;
            margin-right: 15px;
        }
        .div-precos{
            width: 130px;
            margin-left: 2px;
            margin-right: -2px;
            padding: 0px !important;
            margin-bottom: 20px !important;
            border: 2px solid #CFCFCF !important;
        }
        .possui{
            color: #07e000 !important;
        }
        .npossui{
            color: #aa0000 !important;
            text-decoration: line-through;
        }
        .hover-shadow{
            transition: 0.3s;
        }
        .div-obs{
            margin-left: 12%;
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
            line-height: 10px;
            color: rgba(61, 61, 61, 0.5);
            border-color: rgb(133, 133, 133);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }
        .hover-shadow:hover{
            box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
            transition-duration: .3s;
        }
        .corFundo{
            background-color: #cfcfcf !important;
        }
        .padding-setado{
            padding-right: 10px;
        }
        .padding-topo{
            padding: 15px
        }
        .corFundo2{
            background-color: #868686 !important; 
        }
        .plan ul li{
            border-bottom: 1px solid #F9F9FA;
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            list-style-type: none;
            margin: 0;
        }
        .btn-success{
            margin-top: 25px !important;
            font-size: 20px !important;
            margin-bottom: -15px !important; 
        }
        .plan ul{
            padding: 0px;
        }
        .reais-tabela{
            font-size: 15px;
            font-family: 'Roboto', sans-serif !important;
            font-weight: bold;
            color: #868686;
        }
        .muda-reais{
            font-family: 'Roboto', sans-serif !important;
            font-weight: bold;
            color: #868686;
            font-size: 14px;
        }
        .tira-margin{
            margin: 0px !important;
        }
        .espacos-brancos{
            height: 31px;
        }
        .tamanho-espaco{
            height: 216px; 
        }
        .botao-solicitar{
            font-family: 'Roboto', sans-serif !important;
        }
        .titulos-pacotes{
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            font-weight: 900;    
        }
        .cor-borda-tabela{
            border-color: rgb(133, 133, 133);
            border-color: rgba(133, 133, 133, 0.404);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }
        /* Fim Tabela */

    .slide{
        background-image: url(../img/img1.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 0px !important;
        background-attachment: fixed;
        width: 100%;
        height: 100vh;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        height: 800px;
        margin-top: 80px;   
    }

    .texto-conosco{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 20px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 100px;
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 30px;
    }

    .texto-duvidas{
        font-size: 28px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
        right: 10px;
        bottom: 50px;
        display: none;
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .txt-fazemos{
        font-size: 12px !important;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: #eea06c !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 10px !important;
        margin: 5px !important;
        font-size: 15px !important;
        line-height: 24px !important;
        border-radius: 10px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        border-radius: 0px;
        top: 70px !important;
    }

    .texto_somos{
        font-size: 26px;
    }

    .btn_slide{
        border-radius: 0px !important;
        z-index: 55;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }
}




/* Mobile Pequeno virado */
@media screen and (min-width: 565px) and (max-width: 767px) {
    .tamanho-logo{
        width: 100px;
    }

    .animacao-dlogo{
        width: 70px;
        transition: 2.5s;
    }

    .animacao-alogo{
        width: 100px;
        transition: 2.5s;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .copyright{
        font-size: 18px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .section_somos{
        padding-top: 40px;
    }

    .menor{
        font-size: 30px !important;
    }

    .menor2{
        font-size: 30px !important;
    }

    .menor3{
        font-size: 30px !important;
    }

    .texto_quemsomos{
        margin-top: 40px;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

     /* Tabela */
     .altera-tabela{
        background-color: #3d3d3d80;
    }
    .section_planos{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .texto_planos{
        margin-top: 100px;
    }
    .div-tabela-centralizada{
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .texto__planos{
        margin-bottom: 40px;
    }
    .altera-tabela2{
        padding: 20px !important;
        background-color: #C4C4C4;
    }
    .alteracor-lado{
        background-color: #C4C4C4;
    }
    .precos-tabela{
        text-align: center;
        font-size: 70px;
        margin-bottom: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .div-precos{
        width: 90%;
        margin-left: 2px;
        margin-right: -2px;
        padding: 0px !important;
        margin-bottom: 20px !important;
        border: 2px solid #CFCFCF !important;
    }
    .possui{
        color: #07e000 !important;
    }
    .npossui{
        color: #aa0000 !important;
        text-decoration: line-through;
    }
    .hover-shadow{
        transition: 0.3s;
    }
    .div-obs{
        margin-left: 12%;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 10px;
        color: rgba(61, 61, 61, 0.5);
        border-color: rgb(133, 133, 133);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .hover-shadow:hover{
        box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
        transition-duration: .3s;
    }
    .corFundo{
        background-color: #cfcfcf !important;
    }
    .padding-setado{
        padding-right: 10px;
    }
    .padding-topo{
        padding: 15px
    }
    .corFundo2{
        background-color: #868686 !important; 
    }
    .plan ul li{
        border-bottom: 1px solid #F9F9FA;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        list-style-type: none;
        margin: 0;
    }
    .btn-success{
        margin-top: 25px !important;
        font-size: 20px !important;
        margin-bottom: -15px !important; 
    }
    .plan ul{
        padding: 0px;
    }
    .reais-tabela{
        font-size: 15px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
    }
    .muda-reais{
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
        font-size: 14px;
    }
    .tira-margin{
        margin: 0px !important;
    }
    .espacos-brancos{
        height: 31px;
    }
    .tamanho-espaco{
        height: 216px; 
    }
    .botao-solicitar{
        font-family: 'Roboto', sans-serif !important;
    }
    .titulos-pacotes{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;    
    }
    .cor-borda-tabela{
        border-color: rgb(133, 133, 133);
        border-color: rgba(133, 133, 133, 0.404);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    /* Fim Tabela */

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        height: 800px;
        margin-top: 80px;   
    }

    .texto-conosco{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 20px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 100px;
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 30px;
    }

    .texto-duvidas{
        font-size: 28px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
    right: 10px;
    bottom: 50px;
    display: none;
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        display: none;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .txt-fazemos{
        font-size: 12px !important;
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: #eea06c !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 10px !important;
        margin: 5px !important;
        font-size: 15px !important;
        line-height: 24px !important;
        border-radius: 0px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        border-radius: 0px;
        top: 30px;
    }

    .texto_somos{
        font-size: 26px;
    }

    .btn_slide{
        border-radius: 0px !important;
        z-index: 55;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }
}






/* Mobile de pé */
@media screen and (max-width: 564px){
    .tamanho-logo{
        width: 110px;
    }

    .vertical__center{
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .animacao-dlogo{
        width: 80px;
        transition: 2.5s;
    }

    .animacao-alogo{
        width: 110px;
        transition: 2.5s;
    }

    .icones-slide{
        right: 75px;
        top: 50px;  
        width: 10px !important;
        display: none;
    }

    .fixed-position{
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        background-color: var(--cor-secundaria) !important;
    
    }

    .padding-fixa{
        padding-top: 30px !important;
        padding-left: 50px !important;
    }

    .padding-fixa2{
        padding-left: 50px !important;
    }

    .copyright{
        font-size: 15px !important;
    }

    .copyright::after{
        content: ' SIG Veículos';
        color: var(--cor-primaria);
    }

    .btn_efeito{
        border: 4px solid #ec8847 !important;
        background-color: #eea06c !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #ffffff !important;
        padding: 5px !important;
        margin: 2px !important;
        font-size: 20px !important;
        line-height: 24px !important;
        border-radius: 10px !important;
        position: relative !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        transition: all 50ms ease !important;
        border-radius: 0px;
        top: 80px;
    }

     /* Tabela */
     .altera-tabela{
        background-color: #3d3d3d80;
    }
    .section_planos{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .texto_planos{
        margin-top: 100px;
    }
    .div-tabela-centralizada{
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .texto__planos{
        margin-bottom: 40px;
    }
    .altera-tabela2{
        padding: 20px !important;
        background-color: #C4C4C4;
    }
    .alteracor-lado{
        background-color: #C4C4C4;
    }
    .precos-tabela{
        text-align: center;
        font-size: 70px;
        margin-bottom: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .div-precos{
        width: 90%;
        margin-left: 2px;
        margin-right: -2px;
        padding: 0px !important;
        margin-bottom: 20px !important;
        border: 2px solid #CFCFCF !important;
    }
    .possui{
        color: #07e000 !important;
        margin: 0.5rem;
    }
    .npossui{
        color: #aa0000 !important;
        text-decoration: line-through;
        margin: 0.5rem;
    }
    .hover-shadow{
        transition: 0.3s;
    }
    .div-obs{
        margin-left: 12%;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 10px;
        color: rgb(148, 148, 148);
        border-color: rgb(133, 133, 133);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        line-height: 20px;
        margin-top: 20px;
    }
    .hover-shadow:hover{
        box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
        transition-duration: .3s;
    }
    .corFundo{
        background-color: #cfcfcf !important;
    }
    .padding-setado{
        padding-right: 10px;
    }
    .padding-topo{
        padding: 15px
    }
    .corFundo2{
        background-color: #868686 !important; 
    }
    .plan ul li{
        border-bottom: 1px solid #F9F9FA;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        list-style-type: none;
        margin: 0;
    }
    .btn-success{
        margin-top: 25px !important;
        font-size: 20px !important;
        margin-bottom: -15px !important; 
    }
    .plan ul{
        padding: 0px;
    }
    .reais-tabela{
        font-size: 15px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
    }
    .muda-reais{
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
        color: #868686;
        font-size: 14px;
    }
    .tira-margin{
        margin: 0px !important;
    }
    .espacos-brancos{
        height: 31px;
    }
    .tamanho-espaco{
        height: 216px; 
    }
    .botao-solicitar{
        font-family: 'Roboto', sans-serif !important;
    }
    .titulos-pacotes{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;    
    }
    .cor-borda-tabela{
        border-color: rgb(133, 133, 133);
        border-color: rgba(133, 133, 133, 0.404);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    /* Fim Tabela */

    .section_somos{
        padding-top: 40px;
    }

    .txt-fazemos{
        font-size: 15px !important;
    }

    .texto_quemsomos{
        margin-top: 40px;
    }

    .txt-menor{
        font-size:15px;
    }

    .div-texto{
        width: 100% !important;
    }

    .section_duvidas{
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .slide{
        background-image: url(../img/img1.png);
        background-size: contain;
        background-position: -808px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-top: 0px !important;
        width: 100%;
        height: 100vh;
    }

    .slide2{
        background-image: url(../img/img2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        height: auto;
        margin-top: 80px;   
    }

    .texto-conosco{
        font-size: 28px;
        margin-top: 30px;
    }

    .div__duvidas{
        margin-left: 10px !important;
    }

    .div-mensagem{
        font-size: 28px;
        margin-top: 50px;
    }

    .div-encontrar{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-conosco::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        left: 0px;
        margin-left: -15px;
        margin-top: 17px;
        margin-right: 10px;
    }

    .texto-rodape1{
        font-size: 15px !important;
    }

    .navbar{
        z-index: 55;
    }

    .info_slide{
        top: 200px !important;        
    }

    .texto_fazemos{
        font-size: 25px;
        margin-top: 40px;
    }

    .texto-duvidas{
        font-size: 28px;
        margin-top: 50px;
    }

    .texto-duvidas::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 70px;
        height: 3px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;
    }

    .efeito-link{
        text-decoration: none;
    }

    .texto_fazemos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 80px;
        height: 4px;
        float: left;
        margin-top: 17px;
        margin-right: 10px;

    }

    .texto_deslize{
    right: 10px;
    bottom: 50px; 
    display:none;
    }

    .menor{
        font-size: 20px !important;
        width: 250px !important;
    }   
    
    .menor3{
        font-size: 35px !important;
        text-align: center;
    } 
    
    .menor2{
        font-size: 30px !important;
        width: 300px;
    }

    .text-des::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 130px;
        height: 4px;
        position: absolute;
        right: -140px;
        bottom: 18px;
    }

    .text-des{
        font-size: 25px;
        letter-spacing: 1px;
        transform: rotate(270deg);
    }

    .texto_somos{
        font-size: 20px;
    }

    .texto_somos::after{
        content: '';
        background-color: var(--cor-primaria);
        display: block;
        width: 60px;
        height: 2px;
        float: left;
        margin-top: 12px;
        margin-right: 10px;
    }

    .btn_slide{
        border-radius: 0px !important;
        z-index: 55;
    }

    .mensagem{
        height: 200px !important;
    }
}