@import 'global/normalize.css';
@import 'elements/header.css';
@import 'elements/footer.css';

@import 'elements/breadcrumbs.css';
@import 'elements/main-screen.css';
@import 'elements/car-options.css';
@import 'elements/rental-companies.css';
@import 'elements/articles.css';
@import 'elements/rental-reviews.css';
@import 'elements/faq.css';


* {
    box-sizing: border-box;
}
body {
    background: #f4f5f7;
    line-height: 1.5;
    font-family: Montserrat,sans-serif;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1110px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}


.contents {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}
.contents div.left {
    border: 0;
}
.articles p, .articles ul li, .callcenter li span, .callcenter p, .contents div.left, .loation_category, .worldwide li {
    font-weight: 400;
    font-size: 16px!important;
    color: #1c222a;
    -webkit-font-smoothing: antialiased;
}
.contents div.left {
    background: #fff;
    width: 455px;
    padding: 0 19px 16px;
    border: 1px solid #eaeaea;
    resize: both;
    float: left;
    line-height: 1.5;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    border-radius: 5px;
    box-sizing: border-box;
}

.fullwidth {
    width: 100%!important;
    min-height: 0!important;
}
.articles .content, h2.titleh2new+.content p+h1.blue {
    font-size: 16px!important;
    color: #1c222a!important;
    -webkit-font-smoothing: antialiased;
}

/*----------------*/
.articles p, .articles ul li, .callcenter li span, .callcenter p, .contents div.left, .loation_category, .worldwide li {
    font-weight: 400;
    font-size: 16px!important;
    color: #1c222a;
    -webkit-font-smoothing: antialiased;
}
.worldwidenew ul {
    padding-bottom: 0!important;
}
.worldwidenew ul {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
}
body .articles ul {
    width: 100% !important;
}
.weeklyrates ul, .worldwide ul {
    float: left;
    clear: both;
    width: 100% !important;
    margin: 0;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
}
.worldwidenew ul li {
    text-align: left!important;
}
.articles p, .articles ul li, .callcenter li span, .callcenter p, .contents div.left, .loation_category, .worldwide li {
    font-weight: 400;
    font-size: 16px!important;
    color: #1c222a;
    -webkit-font-smoothing: antialiased;
}
.articles ul li {
    font-size: 16px!important;
    color: #212121!important;
    list-style: disc!important;
    line-height: 1.6em!important;
    /*margin-bottom: 5px!important;*/
    margin-right: 0;
    border-right: none;
    float: none!important;
    font-weight: 500;
    /*padding-left: 20px !important;*/
}
.articles ol {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top: 10px;
}
.articles ol li {
    margin-bottom: 5px;
    list-style: decimal;
}
.loation_category {
    background-color: #eaeaea;
    clear: both;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    float: left;
    width: 100%;
}
.worldwide li {
    width: 46%;
}
.worldwidenew ul a {
    font-size: 16px!important;
    color: #212121!important;
    line-height: 1.6em!important;
    text-decoration: underline;
}
.articles a {
    font-style: normal;
    color: #0087cb;
    font-size: 16px !important;
    padding-top: 10px;
    text-decoration: none;
    font-weight: 400;
}
.desc-footer{
    display:flex;
    align-items:center;
}
.articles span{
    min-width: 75px;
}
.mb-50{
    margin-bottom: 50px;
}
.page-not-found-404 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: calc(100vh - 240px);
    max-width: 710px;
    padding: 64px 0;
    margin: 0 auto;
    gap: 30px;
}
.page-not-found-404__content {
    order: 2;
}
.page-not-found-404__content .page-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 3em;
}
.page-not-found-404__button {
    font-size: 1.2em;
    text-decoration: underline;
}
.page-not-found-404__error-code {
    flex-shrink: 0;
    order: 3;
    font-size: 100px;
    line-height: 120px;
    font-weight: 700;
}

/*------*/
@media only screen and (max-width: 977px){
    .owl-carousel .owl-stage {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .owl-carousel {
        padding-right: 10px!important;
        padding-left: 10px!important;
        box-sizing: border-box;
    }
    .localidade .locality-v3 .list-categories-v2 .owl-item {
        border-right: 0!important;
    }
    .localidade .locality-v3 .list-categories-v2 .owl-item, .localidades-pais .locality-v3 .list-categories-v2 .owl-item {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px!important;
        margin-bottom: 10px;
    }
    .articles ul li {
        font-size: 16px!important;
        color: #000!important;
        line-height: 1.5em!important;
        font-weight: 500;
        margin-bottom: 5px;
        flex-direction: column;
        align-items: center;
    }
    .contents div.left {
        padding-left: 15px;
        padding-right: 10px;
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
    }
    .owl-stage tbody tr {
        flex-direction: column;
        display: flex;
    }
    .articles .h1newtitle, .articles .titleh2new {
        color: #000!important;
        letter-spacing: -1px!important;
        font-size: 18px!important;
        border-bottom: solid 1px #e5e5e5!important;
        padding-bottom: 10px!important;
        margin-bottom: 7px!important;
        line-height: 1em;
    }
    body .articles .titleh2new, body .articles .titleh2new span, body .articles h1, body .articlesnew .titleh2new, body .left p:first-child strong, body .weeklyrates h3, body .weeklyrates h3 span{
        font-size: 16px!important;
        white-space: break-spaces !important;
        margin: 0 auto !important;
    }
    .et-review {
        min-width: 83%;
    }
    .et-horizontal-carousel__transclude {
        flex-direction: column;
    }
    .page-not-found-404 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0;
        padding: 16px 0;
    }
    .page-not-found-404__error-code {
        order: 1;
    }
}
@media screen and (max-width: 480px){
    body .et-footer{
        min-height: auto;
    }
    .owl-stage tbody tr {
        flex-direction: column;
    }
    .articles .titleh2new {
        text-align: center;
    }
    .articles img:not(.emoji) {
        height: 100%!important;
        width: 100%!important;
        float: left;
        box-sizing: border-box;
        margin: 0!important;
        padding: 0;
    }
    body .et-footer__bottom-wrapper{
        flex-direction: column !important;
        padding: 0;
    }
    body .et-footer__copyright {
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }
    .desc-footer{
        flex-direction: column;
    }
    .et-footer__bottom{
        padding-bottom: 20px;
    }
    body .articles ul {
        padding-left: 15px !important;
    }
    .articles ol {
        padding-left: 15px;
    }
}