﻿@media (max-width: 991px) {

    .hero-heading.home {
        height: 490px;
    }

        .hero-heading.home img {
            height: 490px;
        }

  .formulario .ajuda_box_wrapper {
    margin-top: 20px;
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 15px;
  }

  .resultados .ajuda_box_wrapper {
    margin: auto;
    margin-bottom: 20px;
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 15px;
  }

  .formulario .box_wrapper,
  .resultados .box_wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: auto;
  }

  /* Simulador - Forms */
  .formulario {
    padding: 50px;
  }

  .formulario .form_wrapper {
    margin: 0 auto;
  }

  /* Simulador - Pagina Resultados */
  .resultados_page {
    padding: 10px 30px 30px;
  }

  .resultados_page .box_wrapper {
    width: 100%;
  }

  /* Simulador - Pagina Detalhes */
  .order-filter {
    max-width: 846px;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  body {
    min-width: 375px;
  }

  .mapa_amortizacao_wrapper .detalhe_linha {
    padding: 11px 0px;
  }

  .webfour .container {
    display: none;
    max-width: none;
  }

  .webfour .menu_home {
    padding: 0px 30px 0px 30px;
  }

  .webfour .menu_home .container {
    display: initial;
  }

  .webfour .menu_container {
    padding: 30px 0px 30px 0px;
  }

  .webfour .menu_container .container {
    display: block;
    padding: 0px 30px 0px 30px;
  }

  .webfour .menu_container .container .logo {
    padding-bottom: 0;
  }

  .webfour .menu_container .user_area {
    align-items: center;
    display: flex;
  }

  .webfour .menu_container .container .user_area a,
  .webfour .menu_container .container .user_area span {
    display: none;
  }

  .webfour .menu_container .container .user_area img:first-child {
    width: 45px;
    height: 45px;
  }

  .webfour .menu_container .container .flex-row.text-start {
    display: none;
  }

  .webfour .menu_container .user_area .mobile_menu {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-bottom: 2px;
  }

    .webfour .menu_mobile {
        display: flex;
    }

  .footer {
    padding: 40px 0px 40px 0px;
  }

  .footer .links.level_2 img {
    transition: transform .25s ease;
  }

  .footer .links.level_2 span:not(:first-child) {
    padding-top: 30px;
  }

  .footer .links.end span {
    padding: 10px 0px 0px 0px;
  }

  .footer .level_2 {
    padding: 10px 0px 10px 0px;
  }

  .footer .level_2 img {
    display: inline-block;
  }

  .footer .level_2 img.opened {
    display: inline-block;
    transform: rotate(180deg);
  }

  .footer .level_2 .m {
    color: #000000
  }

  .footer .ms-4 {
    margin-left: 0 !important;
    padding: 20px 0px 0px 0px;
  }

  .footer span.l,
  .footer a.l {
    font-size: 28px;
    line-height: 33.54px;
    letter-spacing: 0.04em;
    padding: 10px 0px 10px 0px;
  }

  .footer span.m,
  .footer a.m {
    font-size: 24px;
    line-height: 27.07px;
    letter-spacing: 0.04em;
  }

  .footer span.s,
  .footer a.s {
    padding: 10px 0px 10px 0px;
  }

  .footer .btn {
    padding: 20px 40px 20px 40px;
    border-radius: 6px;
    font-size: 42px;
  }

  .footer .desktop {
    display: none !important;
  }

  .footer .mobile {
    display: flex !important;
  }

  .footer .d-flex {
    flex-wrap: wrap;
    align-items: center;
  }

  .footer .d-flex.level_1,
  .footer .d-flex.level_2 {
    flex-direction: column !important;
  }

  .footer span,
  .footer a {
    text-align: center;
  }

    .hero-heading {
        /*background-image: url(../images/hero_mobile.png);*/
        min-height: 550px;
    }

        .hero-heading.home {
            /*height: 550px;*/
        }

            .hero-heading.home img {
                /*height: 550px;*/
            }

            .hero-heading.home .container .content_wrapper {
                max-width: 470px;
            }

        .hero-heading .btn {
            padding: 15px 50px 15px 50px;
            font-size: 32px;
            line-height: 27px;
        }

        .hero-heading .desktop {
            display: none;
        }

        .hero-heading .mobile {
            display: block;
        }

        .hero-heading img {
            min-height: 550px;
            min-width: 375px;
        }

        .hero-heading .wrapper {
            /*padding-top: 40px;
            padding-bottom: 70px;
            padding-right: 30px;
            padding-left: 30px;
            margin: 0 0;*/
        }

            .hero-heading .wrapper .content_wrapper {
                max-width: 462px;
                padding-top: 40px;
                padding-bottom: 70px;
                padding-right: 30px;
                padding-left: 30px;
                margin: 0 0;
            }

        .hero-heading p {
            font-size: 24px;
            line-height: 27.46px;
        }

    .products-list {
        background: #F6FBE5;
    }

        .products-list .container {
            max-width: 750px;
        }

        .products-list h2 {
            font-size: 52px;
            line-height: 62.4px;
        }

        .products-list .products-list__container .card .info .title {
            min-height: 68px;
        }

        .products-list .products-list__container .card .info h3 {
            margin: 0;
            font-size: 28px;
            line-height: 33.6px;
        }

        .products-list .products-list__container .card .info .description {
            font-size: 18px;
            line-height: 20.59px;
            text-align: left;
            margin: 0;
            min-height: 100px;
        }

        .products-list .products-list__container .card .info .btn {
            margin: 10px 0 0 0;
        }

    .info-icons {
        padding: 70px 30px 70px 30px;
    }

        .info-icons .container {
            max-width: 750px;
            padding: 0;
            gap: 40px;
        }

        .info-icons h2 {
            font-size: 52px;
            line-height: 62.4px;
        }

        .info-icons .info-icons__container {
        }

            .info-icons .info-icons__container .card {
                flex: 0 1 490px;
            }

                .info-icons .info-icons__container .card .image {
                    width: 100px;
                    height: 100px;
                }

                    .info-icons .info-icons__container .card .image img {
                        width: 64px;
                    }

                .info-icons .info-icons__container .card h3 {
                    font-size: 28px;
                    line-height: 33.6px;
                }

                .info-icons .info-icons__container .card .description {
                    text-align: center;
                    font-size: 18px;
                    line-height: 20.59px;
                }

        .info-icons .link {
            font-size: 24px;
            line-height: 27.46px;
            text-align: center;
        }

    .info-video .container {
        max-width: 750px;
    }

        .info-video .container h2 {
            font-size: 52px;
            line-height: 62.4px;
        }

    .cards-list .container {
        max-width: 100%;
    }

    .cards-list .cards-list__container {
        display: none;
    }

        .cards-list .cards-list__container.slick {
            display: block;
        }

    .cards-list h2 {
        font-size: 52px;
        line-height: 62.4px;
    }

    .cards-list .cards-list__container .card .info h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .cards-list .link {
        font-size: 24px;
        line-height: 27.46px;
        text-align: center;
    }

    .info-cta {
        padding: 70px 0px 70px 0px;
    }

        .info-cta .info-cta__container {
            padding: 0px 30px 0px 30px;
        }

        .info-cta .container,
        .info-cta .info-cta__container {
            max-width: 100%;
        }

        .info-cta h2 {
            font-size: 52px;
            font-weight: 700;
            line-height: 62.4px;
        }

        .info-cta .btn {
            padding: 15px 50px 15px 50px;
        }

    .banner figure.desktop {
        display: none;
    }

    .banner figure.mobile {
        display: initial;
    }

    .wot .container {
        max-width: 100%;
    }

    .wot .container {
        padding: 0px 60px 0px 60px;
    }

        .wot .container p,
        .wot .container p span,
        .wot .container p a,
        .wot .container ul {
            font-size: 18px;
            line-height: 26px;
        }

            .wot .container p.l {
                font-size: 24px;
                font-weight: 750;
                line-height: 28.63px;
            }

  /* Simulador - Forms */
  .header-title {
    height: auto;
  }

  .header-title h1 {
    padding: 30px;
    max-width: 100%;
  }

  .formulario {
    padding: 70px 30px;
  }

  .form_wrapper {
    padding: 50px 60px;
    margin: 0 auto;
  }

  .formulario h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .col-form-label {
    font-size: 22px;
    line-height: 26.4px;
  }

  .form-check-input {
    width: 30px;
    height: 30px;
  }

  .form-check-label {
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 0.25em;
  }

  .form-check-input:checked[type=radio] {
    background-size: 19px;
  }

  .more_people_item .titulo {
    font-size: 24px;
    line-height: 28.8px;
  }

  .btn_remove_people {
    font-size: 18px;
    line-height: 20.59px;
  }

  .btn-primary {
    font-size: 32px;
    line-height: 32px;
    padding: 15px 50px;
  }

  .formulario .privacy-policy {
    font-size: 18px;
    line-height: 22px;
  }

  /* Simulador - Pagina Resultados */
  .recommendation {
    padding: 50px 30px;
  }

  .recommendation h2,
  .title-results {
    font-size: 52px;
    line-height: 62.4px;
    margin-bottom: 30px;
  }

  .resultado_item .exclusive span {
    font-size: 32px !important;
    text-align: center !important;
    padding: 20px;
  }

  .resultado_item .image_wrapper .label_wrapper .label_text {
    background-size: 60px;
    height: 60px;
  }

  .resultado_item .image_wrapper>img {
    padding: 0 20px 15px;
  }

  .qualidade_wrapper {
    padding: 10px 20px;
    flex-wrap: wrap;
  }

  .qualidade_wrapper .qualidade {
    margin-right: 0 !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    width: 100%;
  }

  .qualidade_wrapper .qualidade_desc {
    font-size: 14px;
    line-height: 12px;
  }

  .resultado_item .content_wrapper .row .col-12 {
    width: 100%;
  }

  .resultado_item .content_wrapper .content_title {
    font-size: 32px;
    line-height: 38.4px;
  }

  .cobertura-base span {
    font-size: 24px;
  }

  .cobertura-base {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .cobertura-base a {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.86px;
  }

  .resultado_item .content_wrapper .price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .price_wrapper {
    order: 2;
  }

  .subscribe_text {
    order: 1;
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 6.5%;
    margin-right: 15px;
  }

  .price_box .price {
    font-size: 42px;
    line-height: 50.4px;
  }

  .price_box .price_desc {
    font-size: 28px;
    line-height: 33.6px;
  }

  .aderir a {
    font-size: 34px;
    padding: 10px 68px;
  }

  .obs {
    font-size: 16px;
    line-height: 18.3px;
  }

  .title-results {
    padding-left: 30px;
    padding-right: 30px;
  }

  .resultados_page {
    padding: 10px 30px 20px;
  }

  .resultados_wrapper .resultados .order_wrapper label {
    font-size: 22px;
    line-height: 25.17px;
  }

  .resultados_wrapper .resultados .order_wrapper select,
  .resultados_wrapper .resultados .order_wrapper select option {
    font-size: 26px;
    padding: 0 30px 0 10px;
  }

  .resultados_wrapper .resultados {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .resultados_page .box_wrapper {
    width: 100%;
    min-width: 100%;
  }

  .filtros_box_wrapper,
  .ajuda_box_wrapper {
    display: none;
  }

  .box_title {
    font-size: 42px;
    line-height: 50.4px;
  }

  .data_box_wrapper {
    background: #759500;
  }

  .data_box_wrapper label {
    font-size: 28px;
    line-height: 33.6px;
  }

    .data_box_wrapper input,
    .data_box_wrapper select,
    .data_box_wrapper span {
        height: 45px;
        font-size: 24px;
        line-height: 27.46px;
    }

  .data_box_wrapper .btn-primary {
    padding: 10px 30px;
  }

    .data_box_wrapper .btn-primary input {
        height: initial;
    }

    /*.modal {
        padding: 50px 30px 50px 30px;
    }*/

    /*.modal .modal-dialog {
        gap: 40px;
        max-width: initial;
    }

        .modal .modal-dialog .modal-content {
            padding: 50px 60px 50px 60px;
            gap: 50px;
        }*/

  /* Simulador - Pagina Detalhes */
  .resultados_wrapper .footer .return a,
  .resultados_wrapper .footer .print a span,
  .order-filter .return a,
  .order-filter .print a span {
    font-size: 22px;
    line-height: 25.17px;
  }

  .detalhe_linha {
    padding: 20px 25px;
  }

  .detalhe_linha div {
    font-size: 22px;
  }

  .detalhe_linha span {
    font-size: 20px;
  }

  .accordion-item .accordion-button {
    font-size: 32px;
    padding: 20px 25px;
  }

  .accordion-item .accordion-body h4.detalhe_linha {
    font-size: 28px;
    text-align: center;
    padding: 20px 25px;
  }

  .accordion-item .accordion-body .detalhe_linha {
    padding: 20px 25px;
  }

  .detalhes_wrapper.premio h3 {
    font-size: 32px !important;
    text-align: center !important;
    padding: 20px 25px;
  }

  .detalhes_wrapper.premio .detalhe_linha div {
    font-size: 32px;
  }

  .detalhes_wrapper.premio .detalhe_linha span {
    font-size: 42px;
  }

  .detalhe_wrapper .btn-primary {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .resultados_wrapper .footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .resultados_wrapper .footer .update {
    font-size: 22px;
  }

  .resultados_wrapper .footer .return {
    display: none;
  }

  .resultados_wrapper .footer .print a img,
  .order-filter .print a img {
    width: 22px;
  }

  /* Simulador - Aderir Geral */
  .formulario .form-fields .titulo {
    font-size: 24px;
    line-height: 28.8px;
  }

  .termos-legais .form-check {
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .termos-legais .form-check .form-check-input[type=checkbox] {
    width: 100%;
    height: 30px;
    max-width: 30px;
  }

  .termos-legais .form-check .form-check-label {
    height: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-left: 15px;
  }

  /* Simulador - Confirmação de Resultados */
  #message_modal .modal-dialog .modal-content .modal-title {
    font-size: 42px;
    line-height: 50.4px;
  }

  #message_modal {
    padding: 70px 30px;
  }

  #message_modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 60px;
  }

  #message_modal .modal-dialog .modal-content .modal_text {
    font-size: 22px;
  }
}

@media (max-width: 512px) {
    .hero-heading.home {
        height: 600px;
    }

        .hero-heading.home img {
            height: 600px;
        }

    #message_modal .modal-content {
        padding: 30px;
    }
}

@media (max-width: 425px) {

    /*Homepage*/
    .hero-heading .btn {
        font-size: 25px;
        line-height: 21px;
    }

    .hero-heading p {
        font-size: 20px;
        line-height: 23px
    }

    .menu_home .container .main_title {
        font-size: 44px;
    }

  /* Simulador - Forms */
  .form_wrapper {
    padding: 30px;
  }

  /* Simulador - Pagina Resultados */
  .resultado_item .image_wrapper {
    max-width: 100%;
  }

  .resultado_item .image_wrapper .labels_wrapper {
    padding-top: 15px;
  }

  .resultado_item .content_wrapper .price {
    flex-direction: column;
  }

  .subscribe_text {
    order: 3;
    margin-bottom: 25px;
    margin-right: 0;
  }

  /* Simulador - Confirmação de Resultados */
  #message_modal .modal-dialog {
    padding: 30px;
  }
}

@media print {
  .grecaptcha-badge {
    visibility: hidden !important;
  }
}