﻿.pb-3, .py-3 {
    padding-bottom: 0px !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}


.nav_logo_ozaki {
    height: 60px;
}

.faixa_1 {
    width: 100%;
    height: auto;
    background-color: rgb(246,248,249);
    padding-top: 40px;
    padding-bottom: 30px;
}

.faixa_2 {
    width: 100%;
    height: auto;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 30px;
}

.faixa_titulo {
    text-align: center;
    font-size: 33px;
    margin-bottom: 25px;
}

.box_serv_p {
    width: 80%;
    height: 315px;
    background-color: #D71921;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    user-select:none;
}
    .box_serv_p:hover {
        box-shadow: inset 0 0 1em #f05d64, 0 0 1em #f05d64;
        cursor:pointer;
    }
.box_serv_p_icon {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.box_serv_p_icon svg{
    height: 50px;
}
.box_serv_p_titulo {
    width: 100%;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    color:white;
    padding: 10px;
}
.box_serv_p_conteudo {
    width: 100%;
    font-family: sans-serif;    
    font-size: 18px;
    text-align: center;
    color: white;
    padding: 10px;
}
.btn_ozaki {
    max-width: 450px;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #D71921;
    box-shadow: inset 0 0 1em #f05d64;
    margin-left: auto;
    margin-right: auto;
    font-family:sans-serif;
    text-align:center;
    color:white;
    border-radius: 10px;
}
    .btn_ozaki:hover {
        cursor: pointer;
        box-shadow: inset 0 0 1em #f05d64, 0 0 1em #f05d64;
    }

.box_servicos {
    width: 100%;
    min-height: 130px;
    padding: 10px;
    border: 1px solid rgb(246,248,249);
    border-radius: 5px;
}
    .box_servicos:hover {
        border: 1px solid #D71921;
        cursor: pointer;
        box-shadow: inset 0 0 1em rgb(246,248,249), 0 0 1em #f05d64;
    }

.box_servicos_titulo {
    width: 100%;
    font-family: sans-serif;
    font-weight: bold;
    color: #D71921;
    font-size: 18px;
}

.box_servicos_conteudo {
    width: 100%;
}

.f_box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.f_box_icon {
    width: 100px;
    float: left;
    text-align: center;    
}

    .f_box_icon > svg {
        width: 68px;
        color: #D71921;
    }

.f_box_cont {
    width: calc(100% - 100px);
    float: left;
    text-align: left;
}

.f_box_cont_titulo {
    color: #D71921;
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
}

.f_box_cont_texto {
    padding-left: 10px;
}

.accordion_ozaki {
    background-color: #D71921;
    color: white;
}
.ccv_azul {
    color: rgb(6,0,64);
}
.ccv_laranja {
    color: rgb(255,68,0);
}
.planos_grupo_inputs{
    width: 100%;
    height: auto;
    padding: 15px;   
    float: left;
}

.planos_grupo_inputs_box{
    width: 100%;
    float: left;
}
.planos_grupo_inputs_box_one {
    width: calc(100% - 80px);
    float: left;
}
.planos_grupo_inputs_box_two {
    width: 80px;
    float: left;
    text-align: center;
}
    .planos_grupo_inputs_box_two > svg {
        width: 30px;
        height: 30px;
        cursor: pointer;
        color: #D71921;
        user-select: none;
    }
.planos_label {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.planos_select_gf {
    width: 100%;
    height: 38px;
    border: 0px;
    border-bottom: 1px solid #D71921;
}

.planos_group_checks {
    float: left;
    width: 33.33%;
    padding: 5px;
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.planos_group_checks > label{
    user-select: none;
    cursor: pointer;
    background-color: #c4bdbc; 
    border-radius: 5px;
    width: 100%;  
}

    .planos_group_checks > label::before {
        user-select: none;
        cursor: pointer;
        background-color: #D71921;
        font-weight: bold;        
        border-radius: 5px;
    }

    .planos_group_checks > input[type="checkbox"]{
        display: none;
    }

        .planos_group_checks > input[type="checkbox"]:checked + label {
            background-color: #D71921;
            color: white;
        }

.box_plano {
    width: 100%;
    margin-top: 15px;
    height: 395px;
}
.box_plano_titulo {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #D71921;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: white;
}
.box_plano_conteudo {
    width: 100%;
    height: 343px;
}
.box_plano_conteudo_preco {
    width: 100%;
    height: 80px;
    text-align: center;
    font-family: sans-serif;
    border-bottom: 1px solid #D71921;
}
    .box_plano_conteudo_preco > span:first-of-type{
        font-size: 18px;
        padding-right: 10px;
    }
    .box_plano_conteudo_preco > span:last-of-type {
        font-size: 60px;
        color: #D71921;
    }

.box_plano_conteudo_titulo_servico {
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    color: #D71921;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}
    .box_plano_conteudo_titulo_servico > span:last-of-type{        
        cursor: pointer;
    }    
    

.plano_box_item_honcon {
    width: 100%;
    height: 40px;
    font-family: sans-serif;
}
.plano_box_item_honcon_icon {
    width: 30px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    color: #D71921;
}
.plano_box_item_honcon_vlr {
    width: 100px;
    line-height: 40px;
    float: left;
    text-align: right;
    color: black;
    padding-right: 10px;    
}
.plano_box_item_honcon_servico {
    width: calc(100% - 130px);
    line-height: 40px;
    float: left;
    text-align: left;
    color: black;    
}

.plano_honcon_obs{
    text-align: justify;
    font-family: sans-serif;
    font-size: 12px;
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
}

.plano_box {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    float: left;
    border: 1px solid rgb(255,68,0);
}

.plano_titulo {
    width: 100%;
    padding: 5px;
    float: left;
    height: 35px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: rgb(255,68,0);
    border-bottom: 1px solid rgb(255,68,0);
}

.planos_itens {
    width: 100%;
    padding: 5px;
    float: left;
    height: 50px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

.planos_itens_vlr {
    border-top: 1px solid rgb(255,68,0);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: rgb(255,68,0);
}

.contato_box {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}




.fdff {
}

/*Rodapé*/
.faixa_3 {
    width: 100%;
    height: auto;
    background-color: rgb(217,217,217);
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid rgb(6,0,64);
}
.faixa_4 {
    width: 100%;
    height: auto;
    background-color: rgb(217,217,217);
    border-top: 1px solid rgb(191,191,191);
}
.r_logo {
    width: 100%;
    height: 85px;
}
.r_logo > img{
    height: 80px;
}

.r_logo_fx_1 {
    width: 100%;
    height: 40px;
    text-align: center;
}

    .r_logo_fx_1 > strong {
        font-size: 23px;
    }

.r_logo_fx_2 {
    width: 100%;
    height: 45px;
    text-align: center;
}

    .r_logo_fx_2 > img {
        width: 100px;
    }

.r_logo_txt {
    width: 100%;
    height: auto;
    text-align: left;
}

.r_box_contato {
    width: 100%;
    text-align: center;
}

.r_box_titulo {
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: rgb(6,0,64);
}

.r_box_icon > svg {
    width: 30px;
}

.r_line {
    border-top: 1px solid rgb(6,0,64);
    padding-top: 10px;
    padding-bottom: 10px;
}

.r_nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .r_nav ul li {
        display: inline;
        padding: 10px;
        cursor: pointer;
    }

        .r_nav ul li:hover {
            color: rgb(255,68,0);
        }

.copyrigth {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.whatsapp_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 10px;
    /*box-shadow: 0 0 0 3px rgb(191,191,191);*/
}

    .whatsapp_icon> a > img {
        width: 70px;
        height: 70px;
        cursor: pointer;
    }

        .whatsapp_icon> a > img:hover {
            width: 80px;
            height: 80px;
        }

.ac_remoto {
    display: none;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
}
/*
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there 
}
    */


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .nav_logo_ozaki {
        height: 70px;
    }

    .itens_menu_ozaki > li {
        font-size: 110%;
    }

    /*Rodapé - Acesso remoto*/
    .ac_remoto {
        display: block;
    }

    .acesso_remoto {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        color: gray;
    }

    .acesso_remoto_icones img {
        height: 37px;
        cursor: pointer;
    }
}