.header {
    background-color: #F7F8F8;
}

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

.pesqResult {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 30px 0;
}

.sideBar {
    float: left;
    position: relative;
    width: 55%;
    margin: 0 0 0 -20px;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
    border-right: 1px solid #FDEAC1;
}

.pagPesquisa_titulo {
    float: left;
    width: 100%;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 -1px 0;
    border-bottom: 1px solid #FDEAC1;
}

.pagPesquisa_titulo i {
    color: #FCC85C;
    font-size: 15px;
}

.pagPesquisa_titulo font {
    display: none;
}

.filtroSelect {
    margin: 0 0 20px 0 !important;
}

.filtroSelect label {
    font-size: 11px;
    height: 15px;
    margin: 0;
}

.sideBar_form {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    height: 402px;
}

.sideBar_lista {
    float: left;
    width: calc(100% + 15px);
    margin: 10px 0 0 0;
}

.sideBar_lista p {
    float: left;
    width: calc(100% + 30px);
    font-family: "Montserrat";
    font-weight: 400;
    color: #666;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 35px 0 10px;
    box-sizing: border-box;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.sideBar_lista p:nth-child(even) {
    background-color: #F7F8F8;
}

.sideBar_lista p:nth-child(2n)::after {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    width: 0;
    height: 40px;
    border-right: 1px solid #FDEAC1;
    left: 100%;
    margin-left: -30px;
}

.contPlanos {
    float: right;
    width: calc(45% + 10px);
    position: relative;
}

.contPlanos_lista {
    float: left;
    width: calc(100% + 10px);
}

.planoItem {
    float: left;
}

.contPlanos .pagPesquisa_titulo {
    float: right;
    width: calc(100% - 5px);
}

.planoItem_card {
    float: left;
    width: calc(100% - 15px);
    height: 410px;
    margin: 0 5px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(#F7F8F8,#F7F8F8,#FFF);
}

.planoItem_logo {
    float: left;
    width: 70px;
    height: 70px;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: -35px 0 15px 0;
}

.planoItem_logo img {
    float: left;
    max-height: 50px;
    max-width: 50px;
}

.planoItem_nome {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 600;
    color: #333;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #E9E9E9;
}

.planoItem_detalhe {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 400;
    color: #999;
    margin: 5px 0;
    line-height: 16px;
}

.planoItem_detalhe span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #666666;
}

.planoItem_parcela {
    float: left;
    width: 100%;
    margin: 10px 0 5px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #E9E9E9;
    font-family: 'Montserrat';
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.planoItem_parcela strong {
    font-size: 25px;
    font-weight: 700;
    color: #FCC85C;
}

.planoItem_parcela span {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    margin: 0 7px 0 0;
}

.planoItem_total {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #666666;
    font-family: "Montserrat";
}

.planoItem_btn {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #FCC85C;
    text-align: center;
    border-radius: 10px;
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 600;
    color: #FFFF;
    text-transform: uppercase;
    margin: 15px 0 20px 0;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.16);
    cursor: pointer;
    transition: all 0.4s;
}

.planoItem_btn:hover {
    background-color: #D19416;
}

.planoItem_card::after {
    content: "";
    background-image: url(https://www.touroperator.com.br/preview/comparaseguro/site/img/imgSep.svg);
    background-repeat: no-repeat;
    float: left;
    width: 22px;
    height: 13px;
    background-size: cover;
    position: absolute;
    bottom: 7px;
}

.planoItem_assist {
    float: left;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.planoItem_assist:nth-child(2n+1) {
    background-color: #F7F8F8;
}

.planoItem:last-of-type .planoItem_assist {
    border-radius: 0 10px 10px 0;
}

.planoItem.slick-slide {
    float: left;
    height: auto;
    display: block !important;
    border: none;
    padding: 35px 0 0 0;
    margin: 1px 0 0 0;
    border-radius: 0;
}

.contPlanos .slick-arrow {
    top: 25px;
    width: 25px;
    height: 25px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

.contPlanos .slick-prev.pull-left.slick-arrow {
    left: 0;
}

.contPlanos .slick-next.pull-right.slick-arrow {
    right: 5px;
}