/* CSS GLOBAIS */
* {
    margin: 0;
    padding: 0;
}
body, html {
    padding: 0px !important;
    overflow-x: hidden;
}
a{
    color: #FFF;
    text-decoration: none;
}
.form-control:focus{
    border-color: rgb(251, 88, 27);
    box-shadow: 0 0 0 0.25rem rgba(251, 88, 27, 0.25);
}
li{
    list-style: none;
}
.carousel-control-next, .carousel-control-prev{
    width: 5% !important;
}
/* CSS ICONS */
.bi-list{
    width: 16px;
}
.bi-hdd-stack, .bi-wifi-2, .bi-wifi, 
.bi-router-fill, .bi-clock-history, 
.bi-fast-forward-btn, .bi-arrow-up-square-fill, 
.bi-people-fill, .bi-bar-chart-line-fill, .bi-envelope, .bi-phone,
.bi-whatsapp, .bi-geo-alt{
    color: #fb581b;
    font-size: 15px;
}
.bi-list{
    font-size: 24px;
    color: #fb581b;
}
.bi-person-bounding-box, .bi-card-checklist, .bi-arrows-angle-contract,
.bi-activity{
    color: #1c377e;
}
/* CSS NAVBAR/MENU */
.navbar {
    font-weight: bold;
    padding: 10px 35px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.img-logo-inicial{
    width: 136px;
    height: 50px;
}
.nav-link{
    color: rgba(29,56,127,1) !important;
}
.nav-link:hover{
    color: rgba(246, 63, 21, 1) !important;
}
.nav-item .active{
    color: rgba(246, 63, 21, 1);
    border-bottom: 5px solid rgba(246, 63, 21, 1);
}
.navbar-toggler{
    background-color: rgb(255 255 255 / 0%);
}
.nav-social{
    font-size: 25px;
    padding: 0px 5px;
}
.nav-social .bi{
    border-radius: 5px;
    text-align: center;
    color: #1d387f;
    cursor: pointer;
}
.nav-social .bi:hover{
    color:#fb581b;
}
/* CSS CONTAINER */
.container-fluid{
    padding: 0 !important;
    margin: 0 !important;
}
/* CSS SECTIONS */
#planos{
    width: 100vw;
    min-height: 590px;
    background: url('../img/fundo_plano.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.container-fluid section img{
    width: 100vw;
    height: 100vh;
}
#vantagens{
    background-color: #0072e1;
}
/* CSS Carrousel */
.carousel-caption{
    background-color: rgba(255,255,255,0.95);
    color: #333;
    border-radius: 10px;
}
/* CSS Planos */
.text-center .h3{
    color: #FFF !important;
}
.text-muted{
    color: #c7c7c7 !important;
}
.plano{
    box-shadow: 0px 40px 15px -15px rgb(0 0 0 / 50%);
    border-radius: 10px;
    min-width: 200px;
    width: 250px;
    max-width: 280px;
    height: 400px;
    cursor: pointer;
    margin: 50px auto;
}
.plano:hover{
    box-shadow: 0px 40px 30px -25px rgb(0 0 0 / 100%);
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.planoHeader{
    height: 22%;
    background-color: #fb581b;
    color: #fff;
    font-weight: bold;
}
.text-decoration-underline{
    font-size: 40px;
}
.planoBody{
    height: 70%;
    background-color: #fff;
}
.valor{
    font-size: 25px;
    padding: 10px;
    font-weight: bolder;
}
.cifrao{
    font-size: 12px;
}
.beneficios div{
    font-size: 15px;
    border-bottom: 1px solid rgba(246, 63, 21, 0.5);
    padding: 5px;
}
.planoFooter{
    height: 10%;
}
.assineja{
    background-color: rgba(246, 63, 21, 1);
    font-size: 23px;
    font-weight: bolder;
    color: #FFF;
}
/* CSS Vantagens */
.vantagem-title{
    text-align: center;
    color: #FFF;
}
.vantagem-figurinha{
    padding: 35px;
    max-width: 550px;
    height: 100vh;
}
.vantagem-figurinha img{
    width: 95% !important;
    height: 40% !important;
    margin-top: 40%;
}
.vantagem-texto{
    margin: auto;
    padding: 35px;
}
#velocidade{
    border-radius: 9px 9px 0px 0px !important;
}
#estabilidade{
    border-radius: 0px 0px 9px 9px !important;
}
.accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23FFFFFF'%3E%3Cpath d='M18.2 7.6c-.4 0-.7.1-.9.4L13 12.6c-.5.5-1.4.5-1.9 0L6.8 8c-.3-.2-.6-.4-1-.4-1.1 0-1.7 1.3-.9 2.1l6.2 6.8c.5.6 1.4.6 1.9 0l6.2-6.8c.6-.8 0-2.1-1-2.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23FFFFFF'%3E%3Cpath d='M18.2 7.6c-.4 0-.7.1-.9.4L13 12.6c-.5.5-1.4.5-1.9 0L6.8 8c-.3-.2-.6-.4-1-.4-1.1 0-1.7 1.3-.9 2.1l6.2 6.8c.5.6 1.4.6 1.9 0l6.2-6.8c.6-.8 0-2.1-1-2.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(-180deg); 
}
.accordion-header, .accordion-button{
    background-color: #fb581b;
    color: #FFF;
    padding: 7px 15px;
}
.accordion-button:not(.collapsed){
    color: #FFF;
    background-color: #fb581b;
    border-color: transparent;
}
.accordion-button:focus{
    outline: 0 !important;
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:focus-visible{
    outline: 0 !important;
    border-color: transparent;
}
.accordion-body{
    background-color: #1c377e;
    border: 1px solid #fb581b;
    color: #FFF;
    padding: 10px;
}

/* CSS para contatos */
.contato-informativo{
    padding: 75px;
}
.suporte-prestativo .h3{
    cursor: default;
}
.suporte-prestativo .h3:hover .bi{
    color: #fb581b;
}
#contato form{
    padding: 40px;
}
#contato form textarea{
    min-height: 62px;
    max-height: 95px;
}
.form-header .h2{
    color: #fb8e67;
}
#contato .btn-primary{
    width: 100%;
    background-color: #fb8e67;
    border: none;
    font-weight: bolder;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
#contato .btn-primary:hover{
    background-color: #fb581b;
    transform: translateY(-3px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

/* CSS RODAPÉ */
footer.container-fluid{
    padding: 35px 35px 5px 35px !important;
    color: #FFF;
    background-color: #1e377e;
    font-size: 12px;
}
footer.container-fluid a:hover{
    color: #FFF !important;
}
footer.container-fluid .bi{
    font-size: 12px;
}
.whatsapp-flutuante{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(45,185,65,1);
    border-radius: 70px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.whatsapp-flutuante .bi-whatsapp{
    font-size: 36px !important;
    color: #fff !important;
    transition: all 0.8s !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.whatsapp-flutuante:hover{
    color: #FFF;
    background-color: green;
    width: 70px;
    height: 70px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.whatsapp-flutuante:hover .bi-whatsapp{
    font-size: 44px !important;
    transition: all 0.8s !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.informacoes-empresa{
    color: #FFF !important;
    text-align: center;
}
.informacoes-empresa div{
    padding: 5px 15px 5px 15px;
}
.informacoes-empresa a:hover{
    color: #FFF !important;
}