@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: 400;
    src: local('/webfonts/Montserrat Regular'), local('/webfonts/Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    src: local('/webfonts/Montserrat Bold'), local('/webfonts/Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block!important;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased
}

body {
    overflow-x: hidden
}

.nav-link {
    color: #939393
}

.navbar div {
    list-style: none;
    overflow: hidden;
    background-color: #fff
}

.navbar .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none
}

.navbar .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out
}

.navbar .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    position: relative;
    user-select: none;
    border: 1px solid #c0c0c07a;
    padding: 15px;
    border-radius: 4px
}

.navbar .menu-icon .navicon {
    background: #1CBDCF;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.navbar .menu-icon .navicon:before,
.navbar .menu-icon .navicon:after {
    background: #1CBDCF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.navbar .menu-icon .navicon:before {
    top: 5px
}

.navbar .menu-icon .navicon:after {
    top: -5px
}

.navbar .menu-btn {
    display: none
}

.navbar .menu-btn:checked~.menu {
    max-height: 240px
}

.navbar .menu-btn:checked~.menu-icon .navicon {
    background: transparent
}

.navbar .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.navbar .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.navbar .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.navbar .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0
}

@media (min-width:48em) {
    .navbar .menu {
        clear: none;
        float: right;
        max-height: none
    }
    .navbar .menu-icon {
        display: none
    }
}

a.disabled {
    pointer-events: none;
    cursor: default
}

.show-mobile {
    display: none
}

.show-desk {
    display: block
}

.ajust-bg-direita-agradecimento svg {
    margin-right: -12%;
    width: 90%;
    height: auto;
    float: right;
    margin-top: -23%
}

.ajust-bg-direita svg {
    margin-right: -12%;
    width: 217%;
    height: auto;
    float: right;
    margin-top: -23%
}

.ajust-bg-esquerda svg {
    float: left;
    margin-left: -25%;
    width: 125%;
    height: 21%;
    margin-top: 3%
}

.ajust-bg-esquerda-agradecimento svg {
    float: left;
    margin-left: -25%;
    width: 125%;
    height: 56%;
    margin-top: 3%
}

.ajust-logo-topo {
    margin-left: 2%;
    margin-top: 20px
}

.ajust-menu {
    position: absolute;
    float: right;
    margin-left: 11%;
    margin-top: -3%
}

.ajust-form {
    position: absolute;
    margin-top: 5%;
    margin-right: 4%;
    margin-left: -12%
}

.ajust-form-nome {
    margin-bottom: 20px
}

.ajust-form-email {
    margin-bottom: 30px
}

.form-control {
    border: 1px solid #41464b
}

.card {
    border: none;
    border-radius: 1.5rem
}

.button-envio {
    font-family: 'Montserrat Bold';
    color: #fff;
    border-radius: 2rem;
    padding: .9rem 1.2rem .9rem 1.2rem;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 .3rem .2rem rgb(0 0 0 / 50%);
    width: 288px;
    height: 38px;
    margin-bottom: 30px;
    line-height: 0
}

.button-simular {
    font-family: 'Montserrat Bold';
    color: #fff;
    border-radius: 2rem;
    padding: .9rem 1.2rem .9rem 1.2rem;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 .3rem .2rem rgb(0 0 0 / 50%);
    width: 230px;
    height: 50px;
    margin-bottom: 30px;
    line-height: 0
}

.btn-warning {
    background-color: #f76d1d;
    border-color: tomato;
    color: #fff
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec6110;
    border-color: tomato
}

.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:active {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.title-top {
    top: -15%;
    font-family: 'Montserrat Bold';
    font-size: 44px;
    color: #FFFFFF;
    position: relative;
    margin-left: 40px;
    height: 0
}

.title-top-agradecimento {
    top: -39%;
    font-family: 'Montserrat Bold';
    font-size: 36px;
    color: #FFFFFF;
    position: relative;
    margin-left: 40px;
    height: 0
}

.subtitle-top {
    margin-left: 40px;
    float: left;
    margin-top: 25px
}

.subtitle-top p {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #545454;
    margin-top: -20px
}

.subtitle-top span {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    font-weight: bold;
    color: #1CBDCF
}

.planos-topo {
    margin-left: 40px;
    margin-top: 35%
}

.aproveite-topo {
    margin-left: 63%;
    margin-top: -18%;
    position: relative
}

.aproveite-topo img {
    cursor: pointer;
    z-index: 999
}

.dropbtn {
    background-color: #01b170;
    color: white;
    padding: 1rem;
    font-size: 1rem;
    border: solid .1rem;
    border-radius: .5rem;
    font-weight: 700
}

.dropbtn2 {
    background-color: #01b170;
    color: white;
    padding: 1rem;
    font-size: 1rem;
    border: solid .1rem;
    border-radius: .5rem;
    font-weight: 700;
    display: none
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 3rem;
    margin-top: 0
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffcfc;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 1
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.dropdown:hover .dropbtn2 {
    background-color: #3e8e41
}

.titulo-form {
    font-family: 'Montserrat Bold';
    font-size: 25px;
    font-weight: bold;
    color: #1CBDCF
}

.subtitulo-form {
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #545454
}

.ajust-form-cnpj {
    margin-top: 20px
}

.texto-aceite {
    text-decoration: none;
    color: #545454
}

.publicidade {
    font-family: 'Montserrat Regular';
    font-size: 13px;
    color: #545454
}

.ajust-publicidade-content {
    margin-top: 50px
}

.title-cotacao {
    font-family: 'Montserrat Bold';
    font-size: 47px;
    font-weight: bold;
    color: #1CBDCF
}

.subtitle-cotacao {
    font-family: 'Montserrat Bold';
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    margin-top: -16%
}

.texto-cotacao {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    margin-top: -11%;
    padding: 18px
}
.bg-vantagens.lazy {
    background-image: none;
    background-color: #F1F1FA;
 }

.bg-vantagens {
    background-image: url(../img/bg-vantagens.webp);
    background-size: cover;
    min-height: 33rem;
    margin-top: 50px
}

.title-vantagens {
    font-family: 'Montserrat Bold';
    font-size: 47px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 5%;
    text-align: center
}

.texto-vantagens {
    font-family: 'Montserrat Bold';
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 5%;
    text-align: center
}

.title-planos {
    font-family: 'Montserrat Bold';
    font-size: 47px;
    font-weight: bold;
    color: #1CBDCF;
    margin-top: 5%;
    text-align: center;
    line-height: normal
}

.bg-planos-cards {
    background-image: url(../img/bg-planos-cards.webp);
    height: auto;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: center
}

.ajust-img-planos {
    margin-top: 30px
}

.texto-planos {
    font-family: 'Montserrat Bold';
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 5%;
    text-align: center;
    line-height: normal
}

.title-operadoras {
    font-family: 'Montserrat Bold';
    font-size: 47px;
    font-weight: bold;
    color: #1CBDCF;
    margin-top: 5%;
    text-align: center;
    line-height: normal
}

.subtitle-operadoras {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #545454
}

.subtitle-operadoras span {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    color: #1CBDCF
}

.texto-operadoras li {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #545454;
    text-align: left;
    white-space: nowrap
}

.texto-operadoras a {
    text-decoration: none
}

.texto-operadoras a:hover {
    color: #545454;
    text-decoration: underline
}

.texto-operadoras ul {
    list-style: none
}

.texto-operadoras ul li::before {
    content: "\2022";
    color: #1CBDCF;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: -1em
}

.title-localidades {
    font-family: 'Montserrat Bold';
    font-size: 47px;
    font-weight: bold;
    color: #1CBDCF;
    margin-top: 5%;
    text-align: center;
    line-height: normal
}

.texto-localidades li {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #545454;
    text-align: left;
    white-space: nowrap
}

.texto-localidades a {
    text-decoration: none
}

.texto-localidades a:hover {
    color: #545454;
    text-decoration: underline
}

.texto-localidades ul {
    list-style: none
}

.texto-localidades ul li::before {
    content: "\2022";
    color: #1CBDCF;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: -1em
}

.subpages h2,
h3 {
    font-family: 'Montserrat Bold';
    font-size: 47px;
    font-weight: bold;
    color: #1CBDCF;
    margin-top: 5%;
    text-align: center;
    line-height: normal
}

.subpages h4 {
    font-family: 'Montserrat Bold';
    font-size: 25px;
    color: #545454;
    margin-top: 5%;
    text-align: left;
    line-height: normal
}

.subpages p {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #545454
}

.subpages li {
    font-family: 'Montserrat Regular';
    font-size: 20px;
    color: #545454;
    text-align: left;
    white-space: nowrap
}

.subpages a {
    text-decoration: none
}

.subpages a:hover {
    color: #545454;
    text-decoration: underline
}

.subpages ul {
    list-style: none
}

.subpages ul li::before {
    content: "\2022";
    color: #1CBDCF;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: -1em
}

.ajust-content-tables {
    margin-top: 20px;
    margin-left: 3%
}

.ajust-content-tables-2 {
    margin-top: 20px;
    margin-left: 3%
}

.ajust-content-col {
    width: 23.5%
}

.ajust-content-txt {
    width: 21.3%
}

.ajust-content-planos-tables {
    width: 28%;
    min-height: 20rem;
    margin-left: 4%
}

.ajust-content-col-operadoras {
    width: 28%;
    margin-left: 4%
}

.ajust-content-localidades {
    width: 40%;
    margin-left: 6%
}

.ajust-footer {
    margin-top: 80px
}

.background-footer {
    margin-top: -2%;
    background-image: url(../img/bg-footer.webp);
    background-size: cover;
    min-height: 10rem;
    padding: 4%
}

.titulo-footer {
    font-family: 'Montserrat Regular';
    font-size: 17px;
    color: #FFFFFF
}

.subtitulo-footer {
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #FFFFFF
}

@media only screen and (max-width:700px) {
    .show-mobile {
        display: block
    }
    .show-desk {
        display: none
    }
    hr.hr-mobile {
        border-top: 1px solid #1CBDCF;
        width: 100%;
        height: auto;
        margin-top: -2%
    }
    .ajust-logo-topo {
        margin-left: -2%;
        margin-top: 0
    }
    .planos-topo {
        margin-left: 0;
        margin-top: 20%
    }
    .ajust-bg-direita svg {
        display: none
    }
    .ajust-bg-direita-agradecimento svg {
        display: none
    }
    .ajust-bg-esquerda svg {
        float: none;
        margin-left: -4%;
        width: 100%;
        height: auto;
        margin-top: 0
    }
    .ajust-bg-esquerda-agradecimento {
        height: 87%
    }
    .title-top {
        top: -25%;
        font-size: 19px;
        margin-left: 0;
        height: 0
    }
    .title-top-agradecimento {
        top: 19%;
        font-size: 19px;
        margin-left: 0;
        height: 0;
        position: absolute
    }
    .subtitle-top {
        margin-left: 0;
        float: left;
        margin-top: 15px
    }
    .subtitle-top p {
        font-size: 14px;
        margin-top: -20px
    }
    .subtitle-top span {
        font-size: 14px
    }
    .aproveite-topo {
        margin-left: 74%;
        margin-top: -34%;
        margin-right: 5%;
        float: right
    }
    .bg-form-mobile {
        background-image: url(../img/bg-form-mobile.webp);
        background-size: cover;
        height: 37rem;
        padding: 4%
    }
    .ajust-form {
        margin-top: 6%;
        margin-right: 0;
        margin-left: -4%
    }
    .ajust-form-nome {
        margin-bottom: 0
    }
    .ajust-form-email {
        margin-bottom: 0
    }
    .ajust-form-cnpj {
        margin-top: 0
    }
    .titulo-form {
        font-size: 15px
    }
    .subtitulo-form {
        font-size: 12px
    }
    .button-envio {
        width: 215px;
        font-size: 13px
    }
    .ajust-form {
        position: unset;
    }
    .ajust-publicidade-agradecimento {
        margin-top: 4%
    }
    .card {
        margin-top: 35px
    }
    .ajust-content-tables {
        margin-left: 0
    }
    .ajust-content-tables-2 {
        margin-top: 7%;
        margin-left: 0
    }
    .ajust-content-col {
        width: 100%
    }
    .ajust-content-txt {
        width: 99%
    }
    .ajust-content-img-cotacao {
        width: 87%;
        height: 316px;
        margin-top: 20px
    }
    .title-cotacao {
        font-size: 23px;
        padding: 15px
    }
    .subtitle-cotacao {
        font-size: 20px;
        margin-top: -46%;
        margin-left: -6%
    }
    .texto-cotacao {
        font-size: 15px;
        margin-top: -44%;
        padding: 62px;
        margin-left: -6%
    }

    .bg-vantagens {
        background-image: url(../img/bg-vantagens-mobile.webp);
        background-size: cover;
        margin-top: 50px
    }
    .title-vantagens {
        font-size: 23px;
        margin-top: 12%
    }
    .texto-vantagens {
        font-size: 20px
    }
    .title-planos {
        font-size: 23px;
        margin-bottom: 40px
    }
    .texto-planos {
        font-size: 20px
    }
    .ajust-img-planos {
        margin-top: 45px;
        height: 88px;
        width: auto
    }
    .button-simular {
        width: 193px;
        height: 42px;
        font-size: 13px
    }
    .ajust-content-planos-tables {
        width: 100%;
        margin-left: 0
    }
    .bg-planos-cards {
        background-image: url(../img/bg-planos-cards-mobile.webp);
        margin-top: -50px
    }
    .title-operadoras {
        font-size: 23px;
        margin-bottom: 30px
    }
    .subtitle-operadoras {
        display: none
    }
    .texto-operadoras li {
        font-size: 15px
    }
    .ajust-content-col-operadoras {
        width: 100%;
        margin-left: 0;
        margin-top: -17px
    }
    .title-localidades {
        font-size: 23px
    }
    .texto-localidades li {
        font-size: 15px
    }
    .ajust-content-localidades {
        width: 100%;
        margin-left: 0
    }
    .subpages {
        margin-top: 975px
    }
    .subpages h2,
    h3 {
        font-size: 25px
    }
    .subpages h4 {
        font-size: 18px
    }
    .subpages p {
        font-size: 15px
    }
    .subpages li {
        font-size: 15px;
        white-space: normal
    }
    .subpages ul li::before {
        content: "\2022";
        color: #1CBDCF;
        font-weight: bold;
        display: inline-block;
        width: 8px;
        margin-left: -2em
    }
    .background-footer {
        margin-top: -2%;
        background-image: url(../img/bg-footer-mobile.webp);
        background-size: cover;
        min-height: 10rem;
        padding: 4%
    }
    .titulo-footer {
        font-family: 'Montserrat Regular';
        font-size: 15px;
        color: #FFFFFF
    }
    .subtitulo-footer {
        font-family: 'Montserrat Regular';
        font-size: 12px;
        color: #FFFFFF
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(153%) sepia(137%) saturate(2372%) hue-rotate(86deg) brightness(50%) contrast(116%)
    }
    .navbar-light .navbar-toggler {
        color: rgb(255 255 255 / 55%);
        border-color: rgba(0, 0, 0, .1)
    }
}

@media only screen and (max-width:320px) {
    .publicidade {
        margin-top: 50px
    }
}

@media (min-width:1369px) {
    .aproveite-topo {
        margin-left: 61%;
        margin-top: -18%;
        position: relative
    }
    .ajust-bg-direita svg {
        margin-right: -6%;
        width: 211%;
        height: auto;
        float: right;
        margin-top: -37%
    }
    .ajust-bg-esquerda svg {
        margin-left: -29%
    }
    .planos-topo {
        margin-left: 40px;
        margin-top: 29%
    }
    .subtitle-cotacao {
        margin-top: -14%
    }
    .texto-cotacao {
        margin-top: -10%;
        padding: 25px
    }
}

@media (min-width:1800px) {
    .subtitle-cotacao {
        margin-top: -12%
    }
    .texto-cotacao {
        margin-top: -11%;
        padding: 73px
    }
}

*,
*:after,
*:hover,
*:focus,
*:before {
    outline: 0
}

.hide {
    display: none
}

.valid,
.invalid,
.standby,
.d-flex-ai-cent {
    display: flex;
    align-items: center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.valid {
    color: #75b91c
}

.standby {
    color: #073D55
}

.invalid {
    color: #FD5724
}

.inputGroup {
    display: flex
}

.inputDesc {
    margin-top: 5px;
    text-align: left;
    font-weight: 600;
    color: dimgray
}

.inputDesc>span {
    color: red
}

.input-icon {
    width: auto;
    padding: 10px 0 10px 10px
}

.input-icon>i {
    display: flex;
    font-size: 22px;
    color: dimgray
}

.input-valid-status {
    width: auto;
    padding: 9px 0 0 0;
    border: 0
}

.input-config {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 3px 0 3px 8px;
    font-size: 14px
}

.input-config.select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/select.png') no-repeat transparent;
    background-size: 20px;
    background-position: center right;
    border: 0 solid #ddd
}

.button-option {
    width: 100%;
    border-radius: 6px!important;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 1em;
    background: #ffffff;
    font-weight: 600;
    border: 0;
    color: #000;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%;
    padding: 10px
}

.button-option:focus {
    outline: 0
}

.button-option:hover {
    cursor: pointer;
    background: #e9e9e9;
    color: #000;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
    width: 100%;
    padding: 10px
}

.button-option.active {
    cursor: pointer;
    width: 100%;
    border-radius: 6px!important;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 1em;
    background: #04ECB2;
    color: #575757;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%;
    padding: 10px
}

.zind1 {
    z-index: 1
}

.validation-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black
}

.tooltipinvalid {
    cursor: pointer
}

.tooltipinvalid .validation-tooltip {
    font-family: 'Arial';
    visibility: hidden;
    background-color: #000000db;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 12px;
    margin-left: 6px;
    font-size: 13px;
    position: fixed;
    left: 25px;
    z-index: 999;
    opacity: 0;
    transition: all .5s
}

.tooltipinvalid .validation-tooltip::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000000db transparent transparent
}

.tooltipinvalid:hover .validation-tooltip {
    visibility: visible;
    opacity: 1;
    transition: all .2s
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.submit-button {
    text-align: left
}

.validation-submit {
    width: 100%;
    margin-top: 8px;
    padding: 15px 12px;
    border: 0;
    background-color: #FF6143;
    font-weight: 600;
    color: #f6cac1;
    transition: all .3s
}

.validation-submit:hover {
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    border: 0;
    background-color: #dd4729;
    font-weight: 600;
    color: #f3afa1
}

.validation-submit:focus,
.change-info:focus {
    outline: 0
}

@media screen and (max-width:575.98px) {
    .cc-validation-tooltip {
        display: none
    }
    .radioselect>.btn-block {
        border-radius: 6px!important;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 1em;
        background: #ffffff;
        color: #000;
        -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
        border: 1pt solid #f3f3f3;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin-top: 0;
        margin-right: 5px;
        margin-left: 5px
    }
    .radioselect>.btn-block:hover {
        border-radius: 6px!important;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 1em;
        background: #ffffff;
        color: #000;
        -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
        border: 1pt solid #f3f3f3;
        -webkit-transition: 300ms;
        transition: 300ms;
        width: 120%
    }
    .btn-block.active {
        border-radius: 6px!important;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 1em;
        background: #9FCB51!important;
        color: #000;
        border: 1pt solid #9FCB51!important;
        -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .12), 0 3px 20px 0 rgba(0, 0, 0, .1);
        border: 1pt solid #f3f3f3;
        -webkit-transition: 300ms;
        transition: 300ms
    }
}