@media screen and (min-width: 992px) {
    section.bg {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .hero.bg {
        background-image: url(../images/hero-bg.jpg);
    }
    .cta-form-depoimento {
        background-image: url(../images/cta-01-bg.jpg);
    }
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}
i {
    display: inline-flex;
}
i svg {
    display: inline-block;
}
p {
    margin-top: 0;
}
a {
    color: #333;
}
a:hover {
    color: #0061ce;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-nowrap {
    white-space: nowrap!important;
}
@media screen and (min-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap!important;
    }
}
@media screen and (min-width: 1200px) {
    .text-xl-nowrap {
        white-space: nowrap!important;
    }
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ps {
    font-size: 18px;
}
.ps h4 {
    font-size: 20px;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .ps {
        font-size: 20px;
    }
    .ps h4 {
        font-size: 22px;
    }
}
.destaque {
    position: relative;
}
.destaque::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.5em;
    right: -0.25em;
    height: 3px;
    background: url(../images/img-destaque.png) no-repeat center center;
    background-size: 100% 100%;
}
.titulo {
    text-align: center;
    margin-bottom: 60px;
}
.titulo h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.27;
    margin-top: 0;
    margin-bottom: 1.8em;
}
.titulo h3 {
    color: #0061ce;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.titulo *:last-child {
    margin-bottom: 0;
}
.titulo p {
    font-size: 18px;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media screen and (min-width: 992px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .titulo h2 {
        font-size: 32px;
    }
    .titulo h3 {
        font-size: 18px;
    }
    .titulo p {
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .titulo h2 {
        font-size: 36px;
    }
    .titulo p {
        font-size: 22px;
    }
}

.list-icon {
    padding: 0;
    margin: 0;
}
.list-icon li {
    position: relative;
    list-style: none;
    padding-left: 37px;
    padding-bottom: 15px;
}
.list-icon li:last-child {
    padding-bottom: 0;
}
.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
}
.list-icon.icon-no li i svg {
    fill: #d63a3a;
}
.img-circulo {
    border-radius: 1000px;
}
.dores .seta {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .dores .seta {
        margin-top: -10px;
    }
}
@media screen and (min-width: 992px) {
    .dores .seta {
        margin-top: -40px;
    }
}
.dores .seta svg {
    fill: #0061ce;
}

.compare {
    overflow: hidden;
}
.box {
    position: relative;
    box-shadow: 7px 6px 50px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 35px;
    background-color: #fff;
    width: 100%;
}
.box .selo {
    position: absolute;
    color: #fff;
    text-align: center;
}
.box .selo p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    margin: 7px 0;
    text-transform: uppercase;
}
.box .selo i {
    width: 36px
}
.box .selo i svg {
    fill: #fff;
}
.box h3 {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    padding: 50px 0 0;
    margin: 0 0 40px 0;
}
.box-outros {
    z-index: 1;
    border-radius: 5px 5px 0 0;
    padding-bottom: 100px;
}
.box-outros .selo {
    padding-top: 30px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    top: -60px;
    left: calc(50% - 60px);
    background-color: #656565;
}
ul.icons-cinza li i svg {
    fill: #959595;
}
ul.icons-verde li i svg {
    fill: #57b317;
}
.box-avvocato {
    background-color: #0061ce;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 110px;
    border-radius: 0 0 5px 5px;
}
.box-avvocato .selo {
    padding-top: 25px;
    width: 145px;
    height: 145px;
    top: -72.5px;
    right: calc(50% - 72.5px);
    background-image: url(../images/selo-bg.svg);
    background-size: 100% 100%;
}
.box-avvocato .selo p {
    font-size: 16px;
    padding: 0 15%;
}
.box-avvocato > img {
    width: 235px;
    margin: 0 auto 30px;
}
ul.icons-branco li i svg {
    fill: #fff;
}
@media screen and (min-width: 768px) {
    .box-outros {
        width: 50%;
        padding: 35px;
        border-radius: 5px 0 0 5px;
    }
    .box-outros h3 {
        padding: 0 15%;
    }
    .box-outros .selo {
        top: -5px;
        left: -45px;
    }
    .box-avvocato {
        width: 50%;
        padding: 55px 35px;
        border-radius: 5px;
    }
    .box-avvocato > img {
        margin: 50px auto 30px;
    }
    .box-avvocato .selo {
        top: -45px;
        right: -45px;
    }
}
@media screen and (min-width: 992px) {
    .box-outros {
        width: 45.65%;
        padding: 45px 55px 55px;
    }
    .box-avvocato {
        width: 54.35%;
        padding: 65px 70px 90px;
    }
    .box-avvocato > img {
        margin: 0 auto 50px;
    }
}

.cta {
    background-color: #003f8e;
    color: #fff;
    padding: 70px 0;
}
.cta .titulo {
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
}
.cta.text-center .titulo {
    text-align: center;
}
.cta .titulo h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0.8em;
}
.cta .titulo p {
    font-size: 16px;
}
.cta .acoes {
    text-align: center;
}
.cta .form-content {
    width: 100%;
    /*max-width: 760px;*/
    margin-bottom: 30px;
}
.cta.text-center .form-content {
    margin-left: auto;
    margin-right: auto;
}
.cta a {
    color: #fff;
}
.cta a:hover {
    color: #6ae713;
}
.depoimento {
    text-align: center;
}
.depoimento p:first-child {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .depoimento p:first-child {
        font-size: 20px;
        margin-bottom: 60px;
    }
}
.depoimento p:first-child::before {
    content: "“";
}
.depoimento p:first-child::after {
    content: "”";
}
.depoimento p.info {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
.depoimento p.info-nome {
    font-weight: 700;
    color: #6ae713;
}
@media screen and (min-width: 768px) {
    .cta {
        padding: 90px 0;
    }
    .cta .titulo h2 {
        font-size: 36px;
    }
}
@media screen and (min-width: 992px) {
    .cta {
        padding: 110px 0;
    }
    .cta .titulo {
        text-align: left;
    }
    .cta-form-depoimento .form-content input {
        width: 52%;
    }
    .cta-form-depoimento .form-content button {
        width: calc(48% - 1px);
        padding: 0 30px;
    }
}
@media screen and (min-width: 1200px) {
    .cta .form-content button {
        padding: 0 10px;
    }
}

.tab__content > li {
    display: none;
}
.tabs-container .tabs {
    padding: 0;
    margin: 0 0 30px;
}
.tabs-container .tabs li {
    position: relative;
    background: #ededed;
    border-radius: 100px;
    line-height: 1.1;
    margin-bottom: 10px;
    padding: 15px 50px;
    font-weight: 700;
    list-style: none;
    transition: all 0.3s ease-in-out;
}
.tabs-container .tabs li:hover {
    background: #cecece;
}
.tabs-container .tabs li.active {
    background-color: #0061ce;
    color: #fff;
    font-weight: 400;
}
.tabs-container .tabs li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 15px;
    left: 20px;
    top: calc(50% - 7.5px);
}
.tabs-container .tabs li:last-child {
    margin-bottom: 0;
}
.tabs-container .tab__content {
    margin: 0;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 7px 6px 50px rgba(0,0,0,0.2);
    box-sizing: content-box;
    z-index: 2;
    background-color: #fff;
}
.tabs-container .tab__content li {
    list-style: none;
}
.tabs-container .tab__content li h3 {
    color: #0061ce;
    font-size: 22px;
    text-align: center;
}
.tabs-container .tab__content li .img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}
.tabs-container .tab__content li .img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 35px rgba(0,0,0,0.2);
}
.tabs-container .tab__content li .img img {
    width: 100%;
    display: block;
}
.tabs-container .tab__content li p {
    padding: 0 20px;
}
@media screen and (min-width: 768px) {
    .tabs-container {
        display: flex;
        align-items: center;
    }
    .tabs-container .tabs {
        width: 41.3%;
        margin-bottom: 0;
    }
    .tabs-container .tabs li {
        border-radius: 100px 0 0 100px;
    }
    .tabs-container .tab__content {
        width: calc(58.7% - 40px);
        margin-bottom: 0;
    }
    .tabs-container .tab__content li .img {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 992px) {
    .tabs-container .tabs li {
        cursor: pointer;
    }
    .tabs-container .tab__content li h3 {
        font-size: 28px;
    }
    .tabs-container .tab__content li p {
        padding: 0 30px;
    }
}

a.notebook {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 30%;
    margin: 50px 0 -11.5% -40%;
    transition: opacity 0.3s ease-in-out;
}
a.notebook:hover {
    opacity: 0.7;
}
a.notebook img {
    display: block;
}
a.notebook svg {
    width: 18%;
    position: absolute;
    left: 35.85%;
    top: 40.85%;
    fill: #57b317;
}
a.notebook h4 {
    position: absolute;
    color: #57b317;
    font-size: 5.8vw;
    line-height: 1.2;
    width: 44%;
    left: 56%;
    top: 17.4%;
}
@media screen and (min-width: 576px) {
    a.notebook h4 {
        font-size: 4.7vw;
    }
}
@media screen and (min-width: 768px) {
    a.notebook {
        padding-right: 25%;
        margin: 60px 0 -9% -8%;
    }
    a.notebook svg {
        width: 20.5%;
        top: 45.85%;
        left: 36%;
    }
    a.notebook h4 {
        width: 40%;
        font-size: 32px;
        left: 59%;
    }
}
@media screen and (min-width: 992px) {
    a.notebook h4 {
        font-size: 40px;
        width: 37%;
        left: 57%;
    }
}
@media screen and (min-width: 1200px) {
    a.notebook {
        padding-right: 0;
        margin: 70px 0 -65px 4.5%;
    }
    a.notebook svg {
        width: 24.4%;
        left: 45.85%;
    }
    a.notebook h4 {
        width: 49.5%;
        left: 74%;
    }
}

.beneficios {
    background: #f9f9f9 url(../images/beneficios-bg.jpg) no-repeat center top;
}
@media screen and (min-width: 768px) {
    .beneficios {
        background: url(../images/beneficios-bg.jpg) no-repeat center top;
    }
}
.icon-txt.no-content .content {
    padding: 0 5%;
    background: none;
    box-shadow: none;
}
.icon-txt.no-content .content i {
    height: 88px;
}
.icon-txt.no-content .content i svg {
    height: auto;
}
.tabs-container .tab__content.bg-azul {
    color: #fff;
    background-color: #0061ce;
}
.tabs-container .tab__content ul.list-icon {
    padding: 15px 35px;
}

.btns-toogle {
    display: inline-flex;
    width: 100%;
    max-width: 390px;
}
.btns-toogle a {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    background-color: #ededed;
    color: #333;
    transition: all 0.3s ease-in-out;
}
.btns-toogle a:hover {
    background-color: #cecece;
}
.btns-toogle a.active {
    color: #fff;
    font-weight: 400;
    background-color: #0061ce;
    cursor: default;
}
.btns-toogle a.btn-mensal {
    border-radius: 100px 0 0 100px;
}
.btns-toogle a.btn-anual {
    border-radius: 0 100px 100px 0;
}

.info-anual {
    display: none;
}

.slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.slider > i {
    display: none;
}
.slider .content {
    width: 100%;
    margin-bottom: 15px;
}
.slider .content .servico-titulo {
    display: flex;
    align-items: baseline;
    padding-bottom: 25px;
}
.slider .content .servico-titulo h4 {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
}
.slider .content .servico-titulo h4 .ultima-palavra {
    padding-right: 30px;
    position: relative;
    display: inline-block;
}
.slider .content .servico-titulo h4 .ultima-palavra i {
    width: 21px;
    position: absolute;
    bottom: 6px;
    right: 0;
}
.slider .content > em {
    display: block;
    height: 25px;
    margin-top: -25px;
    font-size: 13px;
}
.slider .content input {
    margin-top: 22px;
}
.slider .valores {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-bottom: 30px;
    margin-left: 30px;
}
.slider input.qtd,
.slider input.preco {
    height: 60px;
    border-radius: 13px;
    border: 2px solid #ededed;
    margin-bottom: 15px;
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 300;
    color: #757575;
}
.slider input.qtd {
    width: 38.1%;
    max-width: 120px;
    text-align: center;
}
.slider input.preco {
    width: calc(61.9% - 5px);
    max-width: 190px;
    margin-left: 5px;
    text-align: right;
}
.slider-total {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.slider-total p {
    font-weight: 700;
    font-size: 18px;
    margin: 1em 0;
}
.slider-total input.preco {
    border: 3px solid #0061ce;
    margin-left: 40px;
    margin-bottom: 0;
}
.slider_2 {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.slider_2 > span {
    position: absolute;
    width: 0;
    height: 8px;
    border-radius: 4px 0 0 4px;
    background-color: #ccc;
    bottom: 7px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.slider_2 > span > em {
    position: absolute;
    left: calc(100% - 1px);
    bottom: 100%;
    white-space: nowrap;
    font-size: 13px;
    border-left: 1px solid #ccc;
    padding: 0 0 15px 10px;
}
@media screen and (min-width: 768px) {
    .slider {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .slider > i {
        display: block;
        width: 95px;
        margin-right: 30px;
        margin-bottom: 0;
        justify-content: center;
    }
    .slider .content {
        width: calc(100% - 125px);
    }
}
@media screen and (min-width: 992px) {
    .slider .content {
        width: calc(100% - 470px);
        margin-bottom: 45px;
    }
    .slider .valores {
        max-width: 315px;
        height: 100%;
        margin-bottom: 0;
        align-items: flex-end;
    }
    .slider .valores input {
        margin-bottom: 25px;
    }
}

.tpd-tooltip .tpd-content,
.tpd-tooltip .tpd-title,
.tpd-tooltip .tpd-close {
    color: #fff;
}
.tpd-tooltip .tpd-background-content {
    background-color: #0061ce;
}
.tpd-tooltip .tpd-background {
  border: none;
}
.tpd-tooltip .tpd-content, .tpd-tooltip .tpd-title {
    padding: 25px!important;
    font-size: 13px;
    line-height: 1.5;
}
.tpd-tooltip .tpd-background-title {
    background-color: #0061ce;
}
/* shadow */
.tpd-tooltip .tpd-background-shadow { box-shadow: 7px 6px 50px rgba(0,0,0,0.2); }

input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: #ededed;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    border: none;
    background: #0061ce;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
    position: relative;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ededed;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: #ededed;
    border-radius: 25px;
}
input[type=range]::-moz-range-thumb {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: #0061ce;
    border: none;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 22px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ededed;
    border-radius: 50px;
}
input[type=range]::-ms-fill-upper {
    background: #ededed;
    border-radius: 50px;
}
input[type=range]::-ms-thumb {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: #0061ce;
    border: none;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ededed;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ededed;
}


.cta-interno {
    background-color: #0061ce;
    border-radius: 5px;
    box-shadow: 7px 6px 50px rgba(0,0,0,0.2);
    margin-top: 100px;
    padding: 0 45px 55px 45px;
    color: #fff;
}
.cta-interno.acao .form-assinar {
    width: calc(100% + 60px);
    padding-top: 0;
    margin-top: -33px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 50px;
}
.cta-interno.acao .form-assinar button {
    width: 100%;
    border-radius: 100px;
    font-size: 20px;
    height: 66px;
    margin-top: 0;
    border: 3px solid #fff;
}
.cta-interno.acao .form-assinar em {
    font-size: 13px;
}
.cta-interno h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
    .cta-interno {
        padding: 0 60px 60px 60px;
    }
    .cta-interno.acao .form-assinar {
        max-width: 385px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 768px) {
    .cta-interno {
        padding: 0 60px 50px 60px;
    }
}


.list-depoimentos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
}
.list-depoimentos ul,
.list-depoimentos ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.swiper-wrapper {
    align-items: center;
}
.cta-depoimentos .swiper-button {
    color: #fff;
}
.swiper-button:after {
    font-size: 30px;
}
@media screen and (min-width: 992px) {
    .cta-depoimentos {
    background-image: url(../images/depoimentos-bg.jpg);
    }
}


.accordion {
    counter-reset: section;
    border-bottom: 1px solid #e4e4e4;
}
.accordion h3 {
    counter-increment: section;
    position: relative;
    font-size: 16px;
    border-top: 1px solid #e4e4e4;
    padding: 15px 28px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.accordion h3.active,
.accordion h3:hover {
    color: #0061ce;
}
.accordion h3:first-child {
    border: none;
}
.accordion h3::before {
    content: counter(section) " -";
    position: absolute;
    left: 0;
    top: 15px;
}
.accordion h3::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 19px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border: 2px solid rgba(0,97,206,1);
    border-radius: 2px;
    border-top-color: rgba(0,97,206,0);
    border-left-color: rgba(0,97,206,0);
    transition: all 0.3s ease-in-out;
}
.accordion h3.active::after {
    border-left-color: rgba(0,97,206,1);
    border-top-color: rgba(0,97,206,1);    
    border-right-color: rgba(0,97,206,0);
    border-bottom-color: rgba(0,97,206,0);
}

.accordion .descricao {
    display: none;
    padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .cta-footer {
        background-image: url(../images/cta-02-bg.jpg);
    }
}

footer {
    color: #fff;
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .logo {
    width: 230px;
}
footer a {
    color: #fff;
}
footer .nav-social a {
    margin: 0 15px;
}
footer .nav-social a i svg {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}
footer .nav-social a:hover i svg {
    fill: #6ae713;
}
footer .nav {
    display: flex;
    align-items: center;
}
footer .nav .btn-linha {
    border-color: #fff;
    color: #fff;
}
footer .nav .btn-linha:hover {
    background-color: #fff;
    color: #333;
}
footer .link-ssl {
    width: 80px;
    display: inline-block;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
}
footer .link-ssl:hover {
    opacity: 0.7;
}


.conteudo .obs {
    font-size: 14px;
}
.info-cadastro {
    padding: 60px 15px 0 15px;
}
.info-cadastro h3 {
    font-weight: 300;
    font-size: 26px;
}
.info-cadastro .list-icon li i svg {
    fill: #0061ce;
}
.info-cadastro .list-icon li strong {
    color: #0061ce;
}

.form-row {
    margin-left: -15px;
    margin-right: -15px;
}
.form-group {
    margin-bottom: 25px;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;*/
}
.form-group label {
    display: block;
    color: #0061ce;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-group label span {
    font-size: 12px;
}
.form-group label i {
    transform: translateY(2px);
}
.form-group input,
.form-group select {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #ededed;
    padding: 10px 10px;
    height: 50px;
    font-size: 16px;
}
.form-group input[type=range] {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-group select:not([multiple]) {
    background: url(../images/select-setas.png) no-repeat calc(100% - 15px) center;
    background-size: 8px 18px;
    padding: 10px 30px 10px 10px;
}
.form-group select[multiple] {
    height: 150px;
}
.form-group .pretty {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.form-group .pretty label {
    color: #000
}
.form-group.form-group-radio-check label.error {
    float: left;
}
.form-group legend {
    font-size: 13px;
    text-align: right;
    font-style: italic;
}
.form-group .form-control.error {
    border-color: #d63a3a;
}
.form-group .form-control.valid {
    border-color: #57b317;
}
.form-group label.error {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    text-align: right;
    color: #d63a3a;
    display: none;
    margin-top: 5px;
    float: right;
}
.form-check label.error {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px);
    font-size: 13px;
    color: #d63a3a;
    font-style: italic;
}

.form-group.slider-total input.preco {
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .form-group input,
    .form-group select {
        padding: 10px 20px;
    }
    .form-group select:not([multiple]) {
        padding: 10px 40px 10px 20px;
    }
}


.termo-uso .titulo {
    display: flex;
    align-items: center;
    padding: 40px 30px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.termo-uso .titulo h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #004aa2;
}
.termo-uso .titulo i {
    margin-bottom: 20PX;
}
.termo-uso .titulo i svg {
    fill: #57b317;
}
.termo-uso .conteudo {
    padding: 30px 30px 50px 30px;
}
.cadastro a {
    font-weight: 700;
    color: #0061ce;
}
.cadastro a:hover {
    color: #57b317;
}
.cadastro .acao .form-check {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
    .form-group label {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    .termo-uso .titulo i {
        width: 110px;
        padding: 0 20px 0 0;
    }
    .termo-uso .titulo h2 {
        width: calc(100% - 110px);
    }
    .info-cadastro {
        padding: 40px 0 0 30px;
    }
}
@media screen and (min-width: 992px) {
    .termo-uso .titulo h2 {
        padding-right: 10%;
    }
    .termo-uso .titulo i {
        width: 130px;
        padding: 0 20px;
    }
    .termo-uso .titulo h2 {
        width: calc(100% - 130px);
    }
}
@media screen and (min-width: 992px) {
    .info-cadastro {
        padding: 60px 0 0 50px;
    }
}

.cadastro .acao {
    text-align: center;
}
.cadastro .acao .btn {
    text-align: center;
}

.cadastro .acao .pretty {
    white-space: normal;
}
.cadastro .acao .pretty .state label:after,
.cadastro .acao .pretty .state label:before {
    width: calc(1.5em + 2px);
    height: calc(1.5em + 2px);
    top: 50%;
    transform: translateY(-50%);
}
.cadastro .acao .pretty .state label:before {
    border: 2px solid #000;
    border-radius: 8px;
}

.cadastro .acao .pretty .state label:after, .cadastro .acao .pretty .state label:before {
    width: calc(1.5em + 7px);
    height: calc(1.5em + 7px);
}
.pretty.p-svg .state .svg {
    width: calc(1em + 7px) !important;
    height: calc(1em + 5px) !important;
}
.cadastro .acao .pretty.p-svg .state .svg {
    top: calc(50% - 0.5em - 2px);
    left: 0.25em;
    fill: #57b317;
}

.cadastro .acao .pretty .state label {
    text-indent: 0;
    padding-left: 35px;
}
.cadastro .acao .pretty .state label {
    font-weight: 700;
    color: #0061ce;
}
.cadastro .acao .btn {
    min-height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
}
@media screen and (min-width: 992px) {
    .cadastro .acao .btn {
        padding-left: 75px;
        padding-right: 75px;
    }
}


.iframe-contrato {
    width: 100%;
    height: 175px;
    border-radius: 5px;
}

.fancybox-slide--iframe {
    height: 100vh!important;
    padding: 44px!important;
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%!important;
    height: 100%!important;
}

.hero-page-obrigado {
    padding-bottom: 90px;
}
.hero-page-obrigado.bg {
    background-image: url(../images/cta-02-bg.jpg);
}
.hero-page-obrigado .titulo {
    text-align: left;
    margin-bottom: 0;
}
.hero-page-obrigado .titulo .btn {
    display: inline-flex;
    font-size: 18px;
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .hero-page-obrigado {
        padding: 130px 0 130px;
    }
}

.with-border {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0px;
    height: 38px;
    display: flex;
}
.with-border .hashtag {
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    font-weight: bold;
    background-color: #efefef;
}
.borderless, input.borderless {
    border: none;
    float: right;
    height: 36px;
}