@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .drp-selected {
        width: auto;
        margin: 0;
        float: left;
        height: 30px;
        display: inline-flex;
        align-items: center;
    }

    .daterangepicker .drp-selected::before {
        content: "\f073""";
        float: left;
        margin: -2px 7px 0 0;
        font-family: FontAwesome;
        font-size: 15px;
        line-height: initial;
    }

    .daterangepicker .drp-buttons {
        text-align: right;
    }
  
    .daterangepicker .ranges ul {
        width: 140px;
    }
  
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
  
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
  
    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: left;
    }
  
    .daterangepicker {
        direction: ltr;
        text-align: left;
    }
  
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
  
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
  
    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }
  
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
  
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
  
    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
}
  

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
  
    .daterangepicker .ranges {
        float: left;
    }
  
    .daterangepicker.rtl .ranges {
        float: right;
    }
  
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}


@media only screen and (min-width: 900px) {

    .banner {
        display: inline-flex;
        justify-content: center;
        padding: 65px 0 60px 0;
        background-color: #FFF;
        background-image: url(../img/bg_bannerDesk.svg);
        background-position: top center;
        background-size: cover;
        margin: 0;
    }

    .container {
        width: 1080px;
        padding: 0;
    }

    .header .container::after {
        background-color: #ddd;
        width: 100%;
        left: 0;
    }

    .popUp_container {
        width: 70vw;
    }

    #popUp_login .popUp_container {
        width: 60vw;
    }

    #popUp_login .popUp_conteudo {
        display: inline-flex;
        justify-content: space-between;
    }

    #popUp_login .popUp_loginBox {
        width: 49%;
        margin: 0;
    }

    #popUp_senha .popUp_container {
        width: 30vw;
    }

    .popUp_info {
        position: relative;
        padding-right: 70px;
        display: inline-flex;
        align-items: center;
    }

    .popUp_info::after {
        content: "\f071";
        position: absolute;
        right: 20px;
        font-family: FontAwesome;
        font-size: 30px;
        opacity: .5;
        color: #E0CA4A;
    }

    .popUp_btnsSmall .popUp_btn {
        width: 24%;
        margin: 0 10px 0 0;
    }

    #popUp_formCadastro.popUp_conteudo {
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 70vw;
    }

    #popUp_formCadastro .popUp_label {
        width: 24%;
    }

    #popUp_formCadastro .popUp_cadSobreNome, #popUp_formCadastro .popUp_cadMail, #popUp_formCadastro .popUp_cadEndereco {
        width: 49.333%;
    }

    #popUp_cadastro .popUp_container {
        width: min-content;
        padding-right: 10px;
    }

    .popUp_btns {
        margin: 10px 0 0 0;
    }

    #popUp_formFim {
        width: 30vw;
    }

    .bannerTxt p {
        float: left;
        width: 100%;
        height: 150px;
        line-height: 30px;
        font-size: 14px;
        text-transform: none;
        color: #777;
        font-weight: 400;
        margin: 0;
        padding: 50px 55px 0 0;
        position: relative;
        display: inline-table;
        box-sizing: border-box;
    }

    .bannerTxt p strong {
        font-size: 14px;
        color: #555;
        text-transform: none;
        font-weight: 700;
    }

    .bannerTxt p::before {
        content: "";
        float: left;
        width: 30px;
        height: 18px;
        position: absolute;
        background-image: url(https://www.touroperator.com.br/preview/comparaseguro/site/img/imgSep.svg);
        top: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: left;
        background-repeat: no-repeat;
    }

    .filtroSelect, .filtroCampo {
        margin: 15px 0 0 0;
    }

    .filtro {
        margin: 25px 0 0 0;
        width: 290px;
    }

    .bannerTxt h1 {
        font-size: 41px;
        height: auto;
        text-transform: uppercase;
    }

    .bannerTxt strong {
        font-size: 21px;
        text-transform: uppercase;
    }

    .filtroCampo.filtroCheckbox {
        margin: 5px 0 0 0;
    }

    .banner .container {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .bannerTxt {
        font-size: 18px;
        width: 450px;
        text-align: left;
        margin: 35px 0 0 35px;
        text-transform: none;
    }

    .filtroCampo_idade input:nth-of-type(4), .filtroCampo_idade input:nth-of-type(8) {
        margin-right: 6px;
    }

    .filtroCampo_idade input:nth-of-type(3n) {
        margin-right: 0;
    }

    .filtroCampo_idade input {
        width: calc(33.5% - 4.5px);
    }

    .filtroCampo_idade input:nth-of-type(5), .filtroCampo_idade input:nth-of-type(6), .filtroCampo_idade input:nth-of-type(7), .filtroCampo_idade input:nth-of-type(8), .filtroCampo_idade input:nth-of-type(9), .filtroCampo_idade input:nth-of-type(10) {
        width: calc(33.5% - 4.5px);
    }

    .removeIdade:nth-of-type(4), .removeIdade:nth-of-type(8) {
        position: relative;
        top: auto;
        right: auto;
    }

    .removeIdade:nth-of-type(3) {
        right: -7px;
        position: absolute;
        top: 18px;
    }

    .removeIdade:nth-of-type(6) {
        right: -7px;
        position: absolute;
        top: 68px;
    }

    .removeIdade:nth-of-type(9) {
        right: -7px;
        position: absolute;
        top: 118px;
    }

    .headerMobRedes {
        display: none;
    }

    .headerMobFechar.headerMenuMob {
        display: none;
    }

    .headerNav {
        position: relative;
        left: auto;
        height: auto;
        padding: 0;
        width: auto;
        opacity: 1;
        transform: none;
        border-radius: 0;
        top: auto;
        margin: 0;
        background-image: none;
        background-color: transparent;
        overflow: visible;
    }

    .headerNav > ul {
        width: max-content;
        height: 65px;
        display: inline-flex;
        align-items: center;
    }

    .headerNav > ul::before {
        display: none;
    }

    .headerNav ul li {
        width: auto;
    }

    .headerNav ul li a {
        box-sizing: border-box;
        padding: 0 20px;
        height: 35px;
        font-size: 10px;
        color: #555555;
        border-radius: 10px;
    }

    .headerNav ul li a:hover, .headerNav ul li.headerNav_active a {
        background-color: #FBBB15;
        color: #FFF;
    }

    .headerNav > ul > li > a::before {
        display: none;
    }

    .headerNav ul li a i {
        display: none;
    }

    .headerNav ul li ul {
        position: absolute;
        top: 49px;
        margin: 0;
        padding: 0;
        width: 250px;
        background-color: #FBBB15;
        border-radius: 10px;
        box-shadow: 5px 10px 15px 0 rgba(0,0,0,.3);
    }

    .headerNav ul li ul li {
        width: 100%;
    }

    .headerNav ul li ul li a {
        border-radius: 0;
        padding: 15px;
        padding: 15px 15px;
        background-color: transparent !important;
    }

    .headerNav ul li ul li a:hover, .headerNav ul li ul li.headerNav_active a {
        background-color: #D19416 !important;
        padding: 15px 20px;
    }

    .headerNav ul li ul li ul li a:hover, .headerNav ul li ul li:last-of-type ul li a:hover {
        background-color: rgba(0,0,0,0.3) !important;
    }

    .headerNav ul li ul li a::before {
        display: none;
    }

    .headerNav ul li ul li:first-of-type a {
        border-radius: 10px 10px 0 0;
    }

    .headerNav ul li ul li:last-of-type a {
        border-radius: 0 0 10px 10px;
    }

    .headerNav ul li ul li:last-of-type ul li a {
        border-radius: 0;
        background-color: transparent !important;
    }

    .headerNav ul li ul li ul li:first-of-type a {
        border-radius: 0 10px 0 0 !important;
    }

    .headerNav ul li ul li ul li:last-of-type a {
        border-radius: 0 0 10px 10px !important;
    }

    .headerNav ul li ul li ul {
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #D19416;
        border-radius: 0 10px 10px 10px;
    }

    .headerLogo {
        width: auto;
    }

    .headerBtn.headerMenuMob {
        display: none;
    }

    .headerRedes {
        display: inline-table;
        float: left;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        text-decoration: none;
        font-size: 13px;
        color: #555555;
        transition: all 0.4s;
    }
    
    .headerRedes:hover {
        color: #FBBB15;
    }

    .headerBtn {
        margin-left: 15px;
    }

    .bannerImg {
        display: inline-table;
        width: 411px;
        float: right;
        position: absolute;
        height: 458px;
        background-image: none;
        right: -45px;
        top: 35px;
        background-image: url(../img/img_banner.svg);
        background-size: cover;
    }

    .slick-list {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        transition: all 0.4s;
    }

    .topFixo {
        background-color: #FFF;
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    }

    .header.topFixo .container::after {
        display: none;
    }

    .topFixo ul li ul {
        top: 50px;
    }

    .secCompara_passos {
        display: inline-flex;
        justify-content: space-between;
        margin: 0 0 40px 0;
    }

    .secCompara_passosItem {
        margin: 0;
        box-sizing: border-box;
        padding: 0 25px;
        width: auto;
        display: inline-flex;
    }

    .secCompara_img {
        width: 420px;
        margin: -20px 60px 0 0;
    }

    .secCompara_texto {
        width: calc(100% - 510px);
        margin: 40px 0 0 0;
    }

    .secSubTitulo {
        text-align: left;
        font-size: 16px;
    }

    .secCompara_texto p {
        text-align: left;
    }

    .secTitulo {
        font-size: 30px;
    }

    .secCompara_passosNun {
        font-size: 80px;
        width: auto;
        margin: 0 10px 0 0;
        transition: all 0.4s;
    }

    .secCompara_passosItem:hover .secCompara_passosNun {
        color: #555;
    }

    .secCompara_passosTxt {
        width: auto;
    }

    .secCompara_passosTxt span br {
        display: block;
    }

    .secDestinos_lista {
        justify-content: center;
    }

    .secDestinos_item {
        width: 190px;
        transition: all 0.4s;
        margin: 0 10px;
        box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.15);
    }

    .secDestinos_item:hover {
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    }

    .secDestinos_icone {
        perspective: 1000px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .secDestinos_icone img {
        object-fit: initial;
        transform-style: preserve-3d;
        transition: all 0.4s;
        max-width: 100%;
        max-height: 100%;
        position: relative;
    }

    .secDestinos_item:hover .secDestinos_icone img {
        transform: rotateY(180deg);
    }

    .secDestinos_icone::before {
        transform: rotate(40deg);
        top: -145px;
        right: 30%;
        transition: all 0.4s;
    }

    .secDestinos_item:hover .secDestinos_icone::before {
        right: 120%;
        opacity: 0;
    }

    .secDestinos_txt span {
        font-size: 20px;
        transition: all 0.4s;
    }

    .secDestinos_item:hover .secDestinos_txt span {
        color: #FBBB15;
    }

    .secDestinos_txt {
        height: 80px;
    }

    .secSanfona .container {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .secSanfona_lista {
        width: calc(100% - 550px);
        margin: 15px 0 0 0;
    }

    .secSanfona_img {
        width: 435px;
        margin: 20px 0 0 0;
    }

    .footer {
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 45px 0 0 0;
    }

    .footer_bg {
        position: absolute;
        top: 0;
        object-fit: cover;
        height: auto;
    }

    .footer .container {
        display: inline-flex;
        justify-content: space-between;
    }

    .footer_col {
        width: auto;
        display: inline-table;
    }

    .footer_col.footer_col1 {
        width: 30%;
    }

    .footer_col.footer_col2 {
        width: 20%;
    }

    .footer_col.footer_col3 {
        width: 25%;
    }

    .footer_col.footer_col4 {
        width: 25%;
    }

    .footer_txt {
        text-align: left;
    }

    .footer_fone {
        text-align: left;
    }

    .footer_ul li {
        text-align: left;
    }

    .footer_titulo {
        margin: 0 0 15px;
        text-align: left;
    }

    .footer_logo {
        margin: 0 0 10px 0;
    }

    .footer_developer {
        position: relative;
        z-index: 2;
    }

    .footer_redes {
        display: inline-table;
        text-align: left;
    }

    .footer_form button {
        transition: all 0.4s;
    }

    .footer_form button:hover {
        background-color: #D19416;
    }

    .footer_redes a {
        transition: all 0.4s;
    }

    .footer_redes a:hover {
        background-color: #D19416;
    }

    .secAtend_lista {
        width: calc(100% - 500px);
    }

    .secAtend_form {
        width: 450px;
        float: right;
    }

    .secAtend_itemIco {
        width: 120px;
        height: 120px;
        transition: all 0.4s;
        font-size: 50px;
    }

    .secAtend_item:hover .secAtend_itemIco {
        background-color: #F4BF50;
        color: #FFF;
    }

    .secAtend_item {
        padding: 0 0 0 140px;
        height: 120px;
        margin: 0 0 20px 0;
    }

    .secAtend_formTitulo {
        display: inline-table;
        height: 30px;
        line-height: 30px;
    }

    .secAtend_formTitulo span {
        width: auto;
        float: none;
    }

    .secAtend_formTitulo i {
        top: -2px;
    }

    .secAtend_fone {
        font-size: 40px;
        margin: 15px 0 0 0;
    }

    .secAtend_mail {
        font-size: 17px;
        font-weight: 500;
    }

    .secCoberturas_lista .secSanfona_lista {
        width: 49%;
    }

    .secSanfona_itemPerg {
        font-size: 11.5px;
    }

    .secSanfona_itemResp {
        font-size: 13px;
    }

    .secFac .container {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    /**
     * Depoimentos
     */

    .secDepo_lista.depoimentosTodos {
        text-align: left;
        margin-top: 20px;
    }

    .secDepo_lista.depoimentosTodos > .secDepo_card {
        width: 22.7%;
    }

    .secDepo_card {
        display: inline-table;
        background-color: #fff;
        margin: 1%;
        width: 22%;
        padding: 25px 25px 25px 25px;
        box-sizing: border-box;
        box-shadow: 0 10px 25px 0 rgba(0,0,0,.2);
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.2s ease-out 0s;
        position: relative;
        max-width: none;
    }

    .secDepo_card:after {
        content: "\f10d";
        float: left;
        position: absolute;
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        border-radius: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fbbb15;
        font-size: 40px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        transition: all 0.2s ease-out 0s;
    }

    .secDepo_cardStars {
        float: left;
        width: 100%;
        text-align: right;
        margin-bottom: 35px;
    }

    .secDepo_cardStars i {
        font-size: 14px;
        color: #fbbb15;
        margin-left: 3px;
        transition: all 0.2s ease-out 0s;
        float: right;
    }

    .secDepo_cardTxt {
        float: left;
        width: 100%;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #666;
        line-height: 20px;
        padding-right: 15px;
        box-sizing: border-box;
        height: 95px;
        overflow: hidden;
        margin-bottom: 22px;
        overflow-y: scroll;
        scrollbar-color: #bbb #eeeeee;
        scrollbar-width: thin;
    }

    .secDepo_cardTxt span {
        /*display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-width: 100%;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;*/
    }

    .secDepo_cardTxt::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 10px;
    }

    .secDepo_cardTxt::-webkit-scrollbar {
        width: 8px;
        background-color: #eeeeee;
        border-radius: 10px;
    }

    .secDepo_cardNome {
        float: left;
        width: 100%;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 600;
        font-style: italic;
        color: #fbbb15;
    }

    .secDepo_btns {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .secDepo_btns a, .secDepo_btns > .btnDepo {
        padding: 0 30px;
        line-height: 35px;
        display: inline-table;
        height: 35px;
        border-radius: 5px;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        left: 0;
        text-transform: uppercase;
        text-decoration: none;
        width: 210px;
        text-align: center;
        transition: all 0.4s;
        font-family: 'Montserrat';
        font-size: 11px;
        font-weight: 500;
        background-color: #dfb153;
        color: #fff;
        cursor: pointer;
    }

    .depoimento_from {
        width: 100%;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
    }

    .depoimento_from .titulo {
        display: inline-table;
        height: 30px;
        line-height: 30px;
    }

    .depoimento_from .titulo span {
        width: auto;
        float: none;
    }

    .depoimento_from label textarea {
        height: 170px;
    }

}