@media(max-width:1024px){
    
    .flickity-enabled .flickity-slider .column-33 {
        width: 100%;
        padding: 15px 20px;
    }
    
}

select[readonly],
input[readonly] {
    background-color: #e9ecef!important;
    pointer-events: none;
}

.fade:not(.show) {
    opacity: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.fade {
    transition: opacity .15s linear;
}

.mx-2 {
    margin-right: 0.5rem!important;
    margin-left: 0.5rem!important;
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}

.pe-none {
    pointer-events: none;
}

#header .logo .citys {
    display: none;
    color: #909090;
    font-size: 14px;
}



.align-center-vertical {
    display: flex;
    align-items: center;
}

.align-center {
    text-align: center;
}

.nav-mobile {
    transition: max-height .3s;
    overflow: hidden;
    max-height: 0;
}

.nav-mobile ul {
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.nav-mobile ul li a {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.nav-mobile ul li a:hover {
    text-decoration: none;
}

.nav-mobile ul li a.button {
    padding: 16px 16px;
    margin-top: 15px;
}


.w-100 {
    width: 100%;
}
@media(max-width:960px){
    .w-100-sm {
        width: 100%;
    }
}

@media(max-width:1024px){
    
    
    body {
        padding-top: 60px;
    }
    
    .overlay-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4);
        z-index: 4;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
    }
    
    body.open-menu #header .logo > .d-flex {
        display: none!important;
    }
    body.open-menu #header .logo > .citys {
        display: block;
    }
    
    #header .container {
        margin: 0 20px!important;
    }
    
    body.open-menu #nav-overlay-open {
        color: #ff0000;
        border-color: #f00;
    }
    
    body.open-menu {
        overflow-y: hidden;
    }

    body.open-menu .nav-mobile {
        /*max-height: 315px;*/
    }

    body.open-menu .overlay-menu {
        opacity: 1;
        pointer-events: auto;
    }
    
    #footer .footer-primary ul li a:hover {
        background-color: transparent;
    }
    
    body.web-city .product-order {
        font-size: 15px;
        /*background-image: none!important;*/
    }
    
    ul.ul-small {
        font-size: 14px;
    }
}


body.web-city {
    height: 100vh;
    padding-top: 0!important;
}

body.web-city section.main {
    display: flex;
    justify-content: flex-end;
    background: url(/assets/img/intro-city-1910x800x.jpg?v=4) no-repeat left center;
    background-size: cover;
}

body.web-city section.main .box-city {
    display: flex;
    height: 100vh;
    width: 50%;
    background: #fff;
    justify-content: center;
    align-items: center;
}

body.web-city section.main .box-city .box-content {
    max-width: 490px;
}

body.web-city .box-city .product-box {
    border: 0;
    border-radius: 0;
    padding-bottom: 0;
}


@media(max-width:1024px){
    body.web-city section.main .box-city {
        width: 100%;
    }
}


@media(min-width:1870px){
    body.web-city section.main {
        background-size: contain;
    }
}


.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 16px 20px;
    margin-bottom: -2px;
    background-color: #fff;
    border: 2px solid #e6e9ee;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.text-red {
    color: #f00;
}



span.faq-like {
    cursor: pointer;
}
span.faq-like.liked {
    color: #0098ef;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}


.top-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    
    transition: opacity 0.15s linear, transform 0.2s ease-out;
}

.top-search.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top-search .top-header {
    padding: 15px 5px 15px 15px;
    background-color: #0098ef;
}

.top-search .top-header .top-close {
    margin-left: 10px;
    padding: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
}

.top-search .top-container{
    overflow-y: auto;
    height: calc(100% - 78px);
}


.top-search .top-container a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #c6c6c6;
    line-height: initial;
}

.top-search input {
    border:0!important;
}

.top-search .top-header.active .material-icons {
    animation: spin 0.5s linear infinite;
}


.autocomplete-suggestions {
    background-color: #fff;
    margin-top: -5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(32,33,36,.28);
}
.autocomplete-suggestion a {
    padding: 15px;
    border-bottom: 1px solid #c6c6c6;
    line-height: initial;
    display: block;
}
.autocomplete-suggestion:last-child {
    border-bottom: 0;
}
.autocomplete-suggestion.autocomplete-selected {
    background-color: #f5f5f5;
}

.is-loading {
    background: rgba(27, 27, 27, 0.50);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999998;
    display: none;
}

.is-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    border: 4px solid transparent;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 0.5s linear infinite;
}

.product-box .promotion {
    font-family: 'Montserrat';
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 4px;
    background: #343a40;
    border-radius: 40px;
    right: 10px;
    top: -20px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.product-box .promotion .fas {
    color: #fc3;
    font-size: 14px;
}

.product-box .promotion .tag_text {
    margin-top: 6px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.product-box .promotion .tag_text span {
    display: block;
    color: #fff;
    font-size: 12px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    text-transform: uppercase;
}


body.active,
body.open {
    overflow: hidden;
}

body.active > .is-loading {
    display: block;
}


@media(min-width:1025px){
    body.web-plans .product-box:not(.nohover):hover {
        box-shadow: 0 7px 16px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
        border-color: transparent;
    }
}

@media(max-width:1025px){
    body.web-index .container-plans {
        margin: 0;
    }
    body.web-index .column-plans .product-box{
        margin: 0 15px;
    }
    body.web-index .column-plans .card-plan {
        width: 100%;
    }
}

.back_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 24px;
    text-align: center;
    background-color: #00b821;
    z-index: 10000;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .back_whatsapp {
        width: 54px;
        height: 54px;
        bottom: 14px;
        right: 14px;
    }
    .modal-open .back_whatsapp {
        display: none;
    }
}

@media (min-width: 992px) {
    .back_whatsapp:hover span {
        opacity: 1;
        visibility: visible;
    }
}

.back_whatsapp span {
    position: absolute;
    top: -70px;
    right: 0;
    min-width: 130px;
    background: #e8e8e8;
    border-top: 4px solid #00b821;
    padding: 5px;
    border-radius: 5px;
    color: #004c0e;
    visibility:hidden;
    opacity:0;
    transition:visibility 0.2s linear,opacity 0.2s linear;
}

.back_whatsapp span:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #e8e8e8;
    position: absolute;
    bottom: -9px;
    right: 20px;
}

.back_whatsapp svg {
    width: 34px;
    height: 34px;
    line-height: inherit;
}

@media (max-width: 992px) {
    .back_whatsapp svg {
        width: 28px;
        height: 28px;
    }
}



/* custom color */
button.button-secondary,
.button.button-secondary {
    color: #ffffff;
    background-color: #686868;
}


button.button-secondary:hover,
.button.button-secondary:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.75);
}
a {
    color: #686868;
}

#footer .footer-primary ul li a:hover {
    color: #000000;
    background-color: #f0f2f5;
}

input:not(.no-custom-style):not([type="checkbox"]):not([type="radio"]):focus,
select:not(.no-custom-style):focus,
textarea:not(.no-custom-style):focus {
    border-color: #000;
}

.product-box .product-price {
    color: #ff3737;
}

#content>.content-row.content-row-color,
#content>.content-row.content-row-color.content-row-split-left::after,
#content>.content-row.content-row-color.content-row-split-right::after,
.top-search .top-header{
    background-color: #686868;
}

#nav-overlay-open.nav-overlay-light,
#nav-overlay-open.nav-overlay-gray {
    color: #686868;
    background-color: #fff;
    border-color: #686868;
}

.icon-feature {
    color: #686868;
}

#footer {
    color: #2a2a2a;
}

#header .logo .logo-img {
    width: 131px;
    height: 34px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/senior-padrao.png?v=5);
}
/* custom color */





@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}