html, body{
    font-family: 'Lato', sans-serif;
}

.btn {
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}


/**
Alinha os itens da navbar centralizado
 */
.navbar-collapse.collapse {
    display:flex !important; flex-direction:row; align-items:center
}

/** Remove espaço entre Navbar e o resto do site **/
.navbar {
    margin-bottom: 0px;
}

/** Aqui declara que todos H2 é bold **/
h2 {
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    h2 {
        font-size: 42px;
        color: #024A9B;
        opacity: 1;
    }
    h3 {
        font-size: 34px;
        color: #024A9B;
        opacity: 1;
    }
    h4 {
        font-size: 24px;
        color: #024A9B;
        opacity: 1;
    }
    p {
        text-align: justify;
        font-size: 16px;
        letter-spacing: 0.96px;
        color: #484848;
        opacity: 1;
    }
    .splash_fonte{
        font-size: 21px;
        letter-spacing: 0.2px;
    }
    .splash_preco{
        font-size: 29px;
        letter-spacing: 0.2px;
    }
    .espaco{
        position: relative;
        height: 58px;
    }
    .video{
        position: relative;
        width: 365px;
        height: 244px;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .expansivo .pergunta_item {
        margin: 0;
        font-size: 20px;
        text-align: left;
        letter-spacing: 1.2px;
        color: #6D6D6D;
    }
    .tab_desc_format .glyphicon-check{
        font-size: 25px;
    }
    .tab_desc_plan{
        text-align: left;
        padding-left: 20px;
        font: normal normal 300 20px/60px Lato;
        letter-spacing: 1.16px;
        color: #484848;
        opacity: 1;
    }
    .item_botao{
        position: relative;
        left:5%;
        width: 233px;
        height: 69px;
        background: #E81616 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }
    .p_alinha{
        position: relative;
        top: 0px;
    }
    .p_hp{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
        width: 90%;
    }
    .p_hp .texto{
        position: relative;
        left: 3%;
        width: 90%;
        font-size: 30px;
    }
    .p_hp .glyphicon-check{
        font-size: 30px;
    }
    .letra_rodape{
        text-align: center;
        font-size: 25px;
    }
    .fig_roda{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .verified{
        position: relative;
        width: 229px;
        height: 70px;
        left: 50%;
        transform: translate(-50%,0%);
        display:flex;
        flex-direction:row;
        align-items:center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }

    .verified *{
        margin: 0 10px;
    }
    /*classe relacionada aos modelos dos botões*/
    .txt_botao{
        font-size: 27px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        text-decoration: none;
    }
    .modelo_botao{
        width: 285px;
        height: 74px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .modelo_botao:hover{
        background:  #eb5252;
    }
    .entrar_botao{
        width: 100px;
        height: 48px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        text-align: center;
        border: 1px solid #CC3300;
        border-radius: 5px;
        opacity: 1;
    }
    .formulario_botao{
        width: 285px;
        height: 74px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .formulario_botao:hover{
        background:  #eb5252;
    }
    .p_basico .button:hover{
        background: #17549b;
    }
    .p_plus .button:hover{
        background:  #eb5252;
    }
    /*Classes realcionadas aos depoimentos*/
    .depo_size_nome{
        font-size: 25px;
    }
    .depo_size_animal{
        font-size: 18px;
    }
    /*formulários*/
    .labels_formularios{
        text-align: left;
        font-size: 28px;
        letter-spacing: 0px;
        color: #828282;
    }
    /*comanda dos planos*/
    .container_tab_idade{
        position: relative;
        left: 10%;
        width: 140%;
        transform: translate(-50%,0%);
        background-color: #FFFFFF;
        opacity: 1;
    }
    .texto_tab_idade{
        font-size: 20px;
        text-align: left;
        margin: 10px;
    }
    .modal-xl {
        width: 90%;
        max-width:1380px;
    }
}
@media screen and (min-width: 768px) {
    h2{
        font-size: 62px;
        color: #024A9B;
        opacity: 1;
    }
    h3 {
        font-size: 57px;
        color: #024A9B;
        opacity: 1;
    }
    h4 {
        font-size: 50px;
        color: #024A9B;
        opacity: 1;
    }
    p {
        text-align: justify;
        font-size: 32px;
        letter-spacing: 0.96px;
        color: #484848;
        opacity: 1;
    }
    .splash_fonte{
        font-size: 21px;
        letter-spacing: 0.2px;
    }
    .splash_preco{
        font-size: 29px;
        letter-spacing: 0.3px;
    }
    .espaco{
        position: relative;
        height: 60px;
    }
    .video{
        position: relative;
        width: 487px;
        height: 325px;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .expansivo .pergunta_item {
        margin: 0;
        font-size: 32px;
        text-align: left;
        letter-spacing: 1.2px;
        color: #6D6D6D;
    }
    .resposta_texto{
        font-size: 28px;
        margin-left: 15px;
        margin-right: 15px;
        color: #114F7D;
    }
    .tab_desc_format .glyphicon-check{
        font-size: 30px;
    }
    .tab_desc_plan{
        text-align: left;
        padding-left: 20px;
        font: normal normal 300 20px/60px Lato;
        letter-spacing: 1.16px;
        color: #484848;
        opacity: 1;
    }
    .item_botao{
        position: relative;
        margin-left: 15px;
        width: 233px;
        height: 69px;
        background: #E81616 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }
    .p_alinha{
        position: relative;
        top: 0px;
    }
    .p_hp{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
        width: 90%;
    }
    .p_hp .texto{
        position: relative;
        left: 3%;
        width: 90%;
        font-size: 38px;
    }
    .p_hp .glyphicon-check{
        font-size: 38px;
    }
    .letra_rodape{
        text-align: left;
        font-size: 25px;
    }
    .fig_roda{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .verified{
        position: relative;
        width: 229px;
        height: 70px;
        left: 50%;
        transform: translate(-50%,0%);
        display:flex;
        flex-direction:row;
        align-items:center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }

    .verified *{
        margin: 0 10px;
    }
    /*classe relacionada aos modelos dos botões*/
    .txt_botao{
        font-size: 42px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        text-decoration: none;
    }
    .modelo_botao{
        width: 425px;
        height: 124px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .modelo_botao:hover{
        background:  #eb5252;
    }
    .entrar_botao{
        width: 100px;
        height: 48px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        text-align: center;
        border: 1px solid #CC3300;
        border-radius: 5px;
        opacity: 1;
    }
    .formulario_botao{
        width: 425px;
        height: 124px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .formulario_botao:hover{
        background:  #eb5252;
    }
    .p_basico .button:hover{
        background: #17549b;
    }
    .p_plus .button:hover{
        background:  #eb5252;
    }
    /*Classes realcionadas aos depoimentos*/
    .depo_size_nome{
        font-size: 36px;
    }
    .depo_size_animal{
        font-size: 28px;
    }
    /*formulários*/
    .labels_formularios{
        text-align: left;
        font-size: 38px;
        letter-spacing: 0px;
        color: #828282;
    }
    /*comanda dos planos*/
    .real_tab_idade{
        visibility: hidden;
        height: 20px;
    }
    .rolagem_tab_idade{
        visibility: visible;
        overflow-y:hidden;
        overflow-x:scroll;
    }
    .container_tab_idade{
        position: relative;
        left: 0%;
        width: 1600px;
        background-color: #FFFFFF;
        opacity: 1;
    }
    .texto_tab_idade{
        font-size: 35px;
        text-align: left;
        margin: 10px;
    }
    .modal-xl {
        width: 90%;
        max-width:1380px;
    }
}
@media screen and (min-width: 992px) {
    h2{
        font-size: 45px;
        color: #024A9B;
        opacity: 1;
    }
    h3 {
        font-size: 40px;
        color: #024A9B;
        opacity: 1;
    }
    h4 {
        font-size: 34px;
        color: #024A9B;
        opacity: 1;
    }
    p {
        text-align: justify;
        font-size: 18px;
        letter-spacing: 0.96px;
        color: #484848;
        opacity: 1;
    }
    .splash_fonte{
        font-size: 21px;
        letter-spacing: 0.2px;
    }
    .splash_preco{
        font-size: 29px;
        letter-spacing: 0.3px;
    }
    .espaco{
        position: relative;
        height: 48px;
    }
    .video{
        position: relative;
        width: 609px;
        height: 406px;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .expansivo .pergunta_item {
        margin: 0;
        font-size: 30px;
        text-align: left;
        letter-spacing: 1.2px;
        color: #6D6D6D;
    }
    .resposta_texto{
        font-size: 24px;
        margin-left: 15px;
        margin-right: 15px;
        color: #114F7D;
    }
    .tab_desc_format .glyphicon-check{
        font-size: 35px;
    }
    .tab_desc_plan{
        text-align: left;
        padding-left: 20px;
        font: normal normal 300 20px/60px Lato;
        letter-spacing: 1.16px;
        color: #484848;
        opacity: 1;
    }
    .item_botao{
        position: relative;
        margin-left:20px;
        width: 233px;
        height: 69px;
        background: #E81616 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }
    .p_alinha{
        position: relative;
        top: 90px;
    }
    .p_hp{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
        width: 90%;
    }
    .p_hp .texto{
        position: relative;
        left: 3%;
        width: 90%;
        font-size: 38px;
    }
    .p_hp .glyphicon-check{
        font-size: 38px;
    }
    .letra_rodape{
        margin-left: 10%;
        text-align: left;
        font-size: 25px;
    }
    .fig_roda{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .verified{
        position: relative;
        width: 229px;
        height: 70px;
        left: 50%;
        transform: translate(-50%,0%);
        display:flex;
        flex-direction:row;
        align-items:center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }

    .verified *{
        margin: 0 10px;
    }
    /*classe relacionada aos modelos dos botões*/
    .txt_botao{
        font-size: 32px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        text-decoration: none;
    }
    .modelo_botao{
        width: 285px;
        height: 74px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .modelo_botao:hover{
        background:  #eb5252;
    }
    .entrar_botao{
        width: 100px;
        height: 48px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        text-align: center;
        border: 1px solid #CC3300;
        border-radius: 5px;
        opacity: 1;
    }
    .formulario_botao{
        width: 285px;
        height: 74px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .formulario_botao:hover{
        background:  #eb5252;
    }
    .p_basico .button:hover{
        background: #17549b;
    }
    .p_plus .button:hover{
        background:  #eb5252;
    }
    /*Classes realcionadas aos depoimentos*/
    .depo_size_nome{
        font-size: 28px;
    }
    .depo_size_animal{
        font-size: 19px;
    }
    /*formulários*/
    .labels_formularios{
        text-align: left;
        font-size: 26px;
        letter-spacing: 0px;
        color: #828282;
    }
    /*comanda dos planos*/
    .real_tab_idade{
        visibility: visible;
    }
    .rolagem_tab_idade{
        height: 20px;
        visibility: hidden;
        overflow-y:hidden;
        overflow-x:hidden;
    }
    .container_tab_idade{
        position: relative;
        left: 10%;
        width: 140%;
        transform: translate(-50%,0%);
        background-color: #FFFFFF;
        opacity: 1;
    }
    .texto_tab_idade{
        font-size: 20px;
        text-align: left;
        margin: 10px;
    }
    .modal-xl {
        width: 90%;
        max-width:1380px;
    }
}
@media screen and (min-width: 1200px) {
    h2{
        font-size: 45px;
        color: #024A9B;
        opacity: 1;
    }
    h3 {
        font-size: 40px;
        color: #024A9B;
        opacity: 1;
    }
    h4 {
        font-size: 30px;
        color: #1F1F1F;
        opacity: 1;
    }
    p {
        text-align: justify;
        font-size: 18px;
        letter-spacing: 0.96px;
        color: #484848;
        opacity: 1;
    }
    .splash_fonte{
        font-size: 21px;
        letter-spacing: 0.2px;
    }
    .splash_preco{
        font-size: 29px;
        letter-spacing: 0.5px;
    }
    .espaco{
        position: relative;
        height: 50px;
    }
    .video{
        position: relative;
        width: 812px;
        height: 542px;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .expansivo .pergunta_item {
        margin: 0;
        font-size: 30px;
        text-align: left;
        letter-spacing: 1.2px;
        color: #6D6D6D;
    }
    .resposta_texto{
        font-size: 20px;
        margin-left: 15px;
        margin-right: 15px;
        color: #114F7D;
    }
    .tab_desc_format .glyphicon-check{
        font-size: 40px;
    }
    .tab_desc_plan{
        text-align: left;
        padding-left: 20px;
        font: normal normal 300 20px/60px Lato;
        letter-spacing: 1.16px;
        color: #484848;
        opacity: 1;
    }
    .item_botao{
        position: absolute;
        top: 30%;
        right: 2%;
        width: 233px;
        height: 69px;
        background: #E81616 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }
    .p_alinha{
        position: relative;
        top: 90px;
    }
    .p_hp{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
        width: 90%;
    }
    .p_hp .texto{
        position: relative;
        left: 3%;
        width: 90%;
        font-size: 25px;
    }
    .p_hp .glyphicon-check{
        font-size: 25px;
    }
    .letra_rodape{
        text-align: left;
        font-size: 25px;
    }
    .fig_roda{
        position: relative;
        left: 25%;
        transform: translate(-25%,0%);
    }
    .verified{
        position: relative;
        width: 229px;
        height: 70px;
        left: 25%;
        transform: translate(-50%,0%);
        display:flex;
        flex-direction:row;
        align-items:center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
    }
    .verified *{
        margin: 0 10px;
    }
    /*classe relacionada aos modelos dos botões*/
    .txt_botao{
        font-size: 27px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        text-decoration: none;
    }
    .modelo_botao{
        width: 285px;
        height: 74px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .modelo_botao:hover{
        background:  #eb5252;
    }
    .entrar_botao{
        width: 100px;
        height: 48px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        text-align: center;
        border: 1px solid #CC3300;
        border-radius: 5px;
        opacity: 1;
    }
    .formulario_botao{
        width: 285px;
        height: 74px;
        background: #E81616 0% 0% no-repeat padding-box;
        border: none;
        border-radius: 10px;
        opacity: 1;
    }
    .formulario_botao:hover{
        background:  #eb5252;
    }
    .p_basico .button:hover{
        background: #17549b;
    }
    .p_plus .button:hover{
        background:  #eb5252;
    }
    /*Classes realcionadas aos depoimentos*/
    .depo_size_nome{
        font-size: 27px;
    }
    .depo_size_animal{
        font-size: 18px;
    }
    /*formulários*/
    .labels_formularios{
        text-align: left;
        font-size: 24px;
        letter-spacing: 0px;
        color: #828282;
    }
    /*comanda dos planos*/
    .real_tab_idade{
        visibility: visible;
    }
    .rolagem_tab_idade{
        height: 20px;
        visibility: hidden;
        overflow-y:hidden;
        overflow-x:hidden;
    }
    .container_tab_idade{
        position: relative;
        left: 10%;
        width: 140%;
        transform: translate(-50%,0%);
        background-color: #FFFFFF;
        opacity: 1;
    }
    .texto_tab_idade{
        font-size: 20px;
        text-align: left;
        margin: 10px;
    }
    .modal-xl {
        width: 90%;
        max-width:1380px;
    }
}

/*******
Responsável por fazer o collapse do navbar em width menor que 1260px
 ********/
@media (max-width: 1260px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in{
        display:block !important;
    }
}
/*Classes do rodapé*/
h5{
    text-align: left;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.hiper_rodape{
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}
.row-rodape{
    background: #084675 0% 0% no-repeat padding-box;
}
.row-justif{
    background: #F8F8F8 0% 0% no-repeat padding-box;
}
/*Classes do navbar bootstrap*/
.navbar-formatacao{
    /* height: 110px; */
    background-color: #FFFFFF;
}
.nav.navbar-nav.navbar-right li a {
    font-size: 22px;
    letter-spacing: 0.44px;
    color: #114F7D;
    opacity: 1;
}
.menu-app-format{
    font-size: 20px;
    color: #024A9B;
}
/* Inicio das classes principais */

.main {
    margin-top: 80px; /* adicionar um "top margin" para evitar sobreposição do navbar fixed */
  }
/* Termino das classes principais */
/*Inicio das classes de introdução*/
.intro_lista{
    position: relative;
    width: 90%;
    left: 5%;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1.04px;
    color: #484848;
    font-weight: bold;
}
.justif_lista {
    font-weight: bold;
}
/*Inicio das classes dos planos da planvet*/
.planos_checks{
    position: relative;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 19px;
    border: 2px solid #024A9B;
    border-radius: 4px;
    opacity: 1;
}
/*
.planos_checks_mark{
    position: absolute;
    top: -16px;
    left: 2;
    font-size: 30px;
    float: left;
    -webkit-transform: rotate(135deg);
    color: #024A9B;
}*/
.check_spc {
    height: 4px;
}

/*Inicio dos depoimentos*/
.depoimento_1{
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
    width: 95%;
    max-width: 600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #949494;
    border-radius: 10px;
    opacity: 1;
}
.depoimento_2{
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
    width: 95%;
    max-width: 600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #949494;
    border-radius: 10px;
    opacity: 1;
}
.depoimento_3{
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
    width: 95%;
    max-width: 600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #949494;
    border-radius: 10px;
    opacity: 1;
}
.depo_texto{
    position: relative;
    margin: 10px;
    left: 10px;
    width: 88%;
    text-align: justify;
    font-size: 20px;
    letter-spacing: 0.88px;
    color: #484848;
    opacity: 1;
}
.depo_nome{
    left: 29px;
    text-align: left;
    letter-spacing: 1.08px;
    color: #024A9B;
    opacity: 1;
}
.depo_animal{
    left: 29px;
    text-align: left;
    letter-spacing: 0.72px;
    color: #484848;
    opacity: 1;
}
.depo_plano{
    float: right;
    text-align: right;
    letter-spacing: 0.64px;
    color: #C8C8C8;
    opacity: 1;
}
.depo_coracao{
    position: absolute;
    bottom: 35px;
    left: 250;
    width: 23px;
    height: 22px;
}
.row-depoimentos{
    background-image: url('/img/Grupo 7698.png');
}
/*Inicio das classes da previdencia*/
.splash_main{
    position: absolute;
    width: 32%;
    top: 5%;
    left: 0%
}
/* Menu expansivo */
.expansivo > input[name="collapse"] {
    display: none;
}
.expansivo label, .expansivo .content{
    max-width: 1191px;
    margin: 0 auto;
}
.expansivo .content {
    background: #FFFFFF;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.expansivo > input[name="collapse"]:checked ~ .content {
    min-height: 580px;
    transition: height 0.5s;
}

/* For Desktop */
@media only screen and (min-width: 1200px){
    .expansivo > input[name="collapse"]:checked ~ .content {
        min-height: 250px;
    }
}
.expansivo {
    margin-bottom: 1em;
}
.expansivo > input[name="collapse"]:checked ~ .content {
    border-top: 0;
    transition: 0.3s;
}

.expansivo label {
    color: #6D6D6D;
    cursor: pointer;
    font-weight: normal;
    padding: 10px;
    user-select: none;
    width: 100%;
    height: 91px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #949494;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.expansivo label:hover, .expansivo label:focus {
    background: #E3EEFB;
}
.expansivo .pergunta_item label:before {
    position: absolute;
    top: 0px;
    right: 4%;
    content: "+";
    display: inline-block;
    font-size: 58px;
    line-height: 1.556em;
    vertical-align: middle;
    transition: 0.4s;
    color: #024A9B;
}
.expansivo > input[name="collapse"]:checked ~ .pergunta_item label:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.4s;
}
/* Termino do menu expansivo*/
/* Inicio das classes dos planos*/
.imgintro{
    position: relative;
    width: 90%;
    min-height: 200px;
    left: 50%;
    transform: translate(-50%,0%);
}
.imgintro .intro_imagem{
    position: relative;
    width: 85%;
    margin-top: 1px;
}
.imgintro .intro_carimbo{
    position: absolute;
    width: 40%;
    left: -30%;
    top: 20%;
}
.imgintro .intro_brasil{
    position: absolute;
    width: 10%;
    top: 105%;
    left: 20%;
}
.imgintro .intro_cobert{
    position: absolute;
    width: 10%;
    top: 110%;
    left: 35%
}
.intro_titulo{
    position: relative;
    max-width: 447px;
    height: 95px;
    background: #E3EEFB 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    justify-content: center;
}
.estacamento_labels_formularios{
    position: relative;
    left: 30px;
    bottom: 7px;
    width: 120px;
    height: 29px;
}
.tab_desc_format{
    background-color:#FFFFFF;
    border-collapse:collapse;
}
.formulario_moldura{
    position: relative;
    width: 100%;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%,0%);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #A5A5A5;
    border-radius: 10px;
    opacity: 1;
}
.formulario_brasil{
    position: relative;
    top: 20px;
    right: 20px;
    float: right;
    width: 135px;
    height: 50px;
}
.titulo_formulario_planos{
    margin-left: 10px;
    margin-right: 150px;
}
.container_passo{
    position: relative;
    width: 95%;
}
.imagem_passo{
    position: absolute;
    left: 0%;
    top: 5%;
}
.numero_passo{
    position: absolute;
    top: 10%;
    left:0%;
    width: 84px;
    height: 84px;
    text-align: center;
    font: normal normal bold 45px/54px Lato;
    letter-spacing: 0.27px;
    color: #024A9B;
    opacity: 1;
}
.passos{
    position: relative;
    width: 80%;
    left: 25%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #A5A5A5;
    border-radius: 10px;
    opacity: 1;
}
.texto_passo{
    margin: 15px;
}
.tabela_desc {
    /*width: 1317px;*/
    /*height: 544px;*/
    background-color:#F8F8F8;
    border-collapse:collapse;
    color:#000;
    font-size:18px;
}
.tabela_desc th {
    background-color:#F8F8F8;
    text-align: left;
    /*font: normal normal bold 25px/40px Lato;*/
    letter-spacing: 1px;
    color: #484848;
    opacity: 1;
    padding:5px;
    border:0;
}
.tabela_desc td {
    text-align: left;
    /*font: normal normal 300 27px/54px Lato;*/
    letter-spacing: 1.08px;
    color: #484848;
    border-bottom:1px #ABABAB;
    padding:5px;
    border:0;
}
.tabela_desc tr{
    width: 1317px;
    height: 65px;
    border: 0.5px solid #ABABAB;
}
/* Inicio das classes do nossa rede */
.indicar{
    position: fixed;
    width: 1050px;
    height: 750px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    background-color: #FFFFFF;
    border: 0.5px solid #A5A5A5;
    border-radius: 10px;
}
.formulario_texto{
    width: 90%;
    font-size: 26px;
}
.formulario_indicar{
    position: relative;
}
.desc_cadastro{
    font-size: 16px;
    color: #484848;
}
.indicar_botao{
    width: 285px;
    height: 74px;
    background: #E81616 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 10px;
    opacity: 1;
}
.indicar_botao:hover{
    background:  #eb5252;
}
.fecha_indicar{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 1000px;
    font-size: 40px;
    background-color: #FFFFFF;
}
.formulario_rede{
    width: 95%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #A5A5A5;
    border-radius: 10px;
    opacity: 1;
}
.mapa_embarcado{
    position: relative;
    width: 100%;
}
.legendas_mapa{
    position: relative;
    width: 100%;
}
.cor_credenciada{
    width: 23px;
    height: 15px;
    background: #F84848 0% 0% no-repeat padding-box;
    opacity: 1;
}
.titulo_credenciada{
    width: 218px;
    height: 27px;
    text-align: left;
    font: normal normal 300 22px/86px Lato;
    letter-spacing: 0.88px;
    color: #515151;
    opacity: 1;
}
.cor_indicada{
    width: 23px;
    height: 15px;
    background: #084675 0% 0% no-repeat padding-box;
    opacity: 1;
}
.titulo_indicada{
    width: 180px;
    height: 27px;
    text-align: left;
    font: normal normal 300 22px/86px Lato;
    letter-spacing: 0.88px;
    color: #515151;
    opacity: 1;
}
.item_lista{
    position: relative;
    width: 90%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #949494;
    border-radius: 20px;
    opacity: 1;
}
/* Inicio do Popup Frame*/
/* Popup container - can be anything you want */
.popup {
	position: relative;
    text-align: left;
    left: 40px;
	font-size: 26px;
	letter-spacing: 1.04px;
	color: #024A9B;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	width: 160px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
}
/* Termino do Popup Frame */
/* Inicio das classes dos Contatos do wapp*/
.wapp_botao:hover{
    background:  #8acc7d;
}
.wapp_botao{
    width: 160px;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border: 1px solid #22cc00;
    border-radius: 5px;
    opacity: 1;
}
/*Termino das classes dos contatos do wapp*/

/*Inicio das classes do rodapé*/
.cookiebanner-close{
    filter: invert(1);
    -webkit-filter: invert(1);
    color: rgba(0, 0, 0, 1);
}

.midias_sociais{
    position: relative;
    top: 127px;
    left: 103px;
    width: 309px;
    height: 330px;
}
.logo_rodape{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 309px;
    height: 75px;
    opacity: 1;
}
.logo_face{
    position: absolute;
    top: 140px;
    left: 0px;
    width: 55px;
    height: 55px;
    opacity: 1;
}
.logo_insta{
    position: absolute;
    top: 140px;
    left: 73px;
    width: 55px;
    height: 55px;
    opacity: 1;
}
.logo_utube{
    position: absolute;
    top: 140px;
    left: 151px;
    width: 55px;
    height: 55px;
    opacity: 1;
}
.logo_lnkdn{
    position: absolute;
    top: 140px;
    left: 244px;
    width: 55px;
    height: 55px;
    opacity: 1;
}

/***********************
SEÇÃO DE PLANOS
***********************/
.planos_container {
    display: flex;
    align-items: flex-end;
}

.plano_container {
    display: flex;
    flex-direction: column;

    border-radius: 5px;
    border: 1px solid gray;
    min-height: 800px;
    margin-bottom: 20px;
    margin-top: 70px;
}
.plano_container.mais_escolhido {
    border-radius: 0px 0px 5px 5px;
    margin-top: 0;
}

.plano_container .p_basico_imagem, .plano_container .p_plus_imagem{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 170px;
}

.plano_container .p_basico_subtitulo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.plano_container .p_basico_subtitulo h3{
    font-size: 45px;
    letter-spacing: 0.27px;
    margin: 0;
}

.plano_container .p_basico_subtitulo p {
    margin: 0;
}

.plano_mais_escolhido{
    border-radius: 5px 5px 0 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plano_mais_escolhido p{
    color: #FFFFFF;
    margin-bottom: 0;
}

.plano_container a{
    margin: 0 20px 20px 20px;
    font-size: 24px;
    color: #FFFFFF;
    padding: 20px;
}

.plano_container .p_basico_texto{
    flex-grow: 1;
}


/********************
CHECKS
 *******************/
.check-gray li, .check-blue li, .check-red li{
    display: block;
    font-size: 24px;
}
.check-gray li:before, .check-blue li:before, .check-red li:before{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e067";
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    float: left;
    margin-top: 4px;
    margin-left: -20px;
    margin-right: 5px;
}


.check-gray li:before{
    color: #262626;
}

.check-blue li:before{
    color: #024A9B;
}

.check-red li:before{
    color: #E81616;
}

/************************
HELPERS
 **********************/
.bg-gray{
    background-color: #F2F2F2;
}

.bg-blue{
    background-color: #E3EEFB;
}

.bg-red{
    background-color: #FFEBEB;
}

.bg-text-gray{
    background-color: #262626;
}

.bg-text-blue{
    background-color: #024A9B;
}

.bg-text-red{
    background-color: #E81616;
}

.text-gray{
    color: #262626;
}

.text-blue{
    color: #024A9B;
}

.text-red{
    color: #E81616;
}

/**************************
9. FAQ
 **********************/
.pergunta_faq {
    padding: 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #949494;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: background-color 1s, color 1s;
}

.pergunta_faq .titulo {
    width: 100%;
    cursor: pointer;
    display: flex;
}

.pergunta_faq .titulo .titulo_text{
    display: flex;
    width: 95%;
    flex-direction: column;
    align-items: center;
}

.pergunta_faq .titulo .titulo_text .text{
    font-weight: lighter;
}

.pergunta_faq .titulo p {
    color: #404040;
    margin-bottom: 0;
    width: 95%;
    font-weight: normal;
}

.pergunta_faq .titulo p.text-blue {
    font-weight: lighter;
}

.pergunta_faq .titulo .icons {
    width: 5%;
    height: 100%;
    margin-top: 5px;
}

.pergunta_faq .titulo .icons ion-icon {
    margin: 1px 0 0 0;
    width: 40px !important;
    height: 24px !important;
}

.pergunta_faq .titulo .icons ion-icon[name="chevron-up-outline"] {
    display: none;
}

.pergunta_faq .titulo .icons ion-icon[name="chevron-down-outline"] {
    display: block;
}

.pergunta_faq .resposta {
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.pergunta_faq .resposta p {
    width: 95%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .pergunta_faq .resposta p {
        width: 100%;
    }
}

.pergunta_faq.active {
    background-color: #FFFFFF;
    border-color: #0062B7;
}

.pergunta_faq.active .titulo p {
    margin-bottom: 20px;
}

.pergunta_faq.active ion-icon[name="chevron-up-outline"] {
    display: block !important;
}

.pergunta_faq.active ion-icon[name="chevron-down-outline"] {
    display: none !important;
}

.planos{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.planos > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.plano_container{
    height: 100%;
}

/**************************
404.html
*************************/
#erro404 {
    padding: 100px 50px;
}

#erro404 h1 {
    font-size: 150px;
    font-weight: 700;
}
