/*Blank CSS*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'Articulat C';
    src: url('../fonts/ArticulatCF-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Articulat C';
    src: url('../fonts/ArticulatCF-Heavy.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.font-articulat-c {
    font-family: 'Articulat C' !important;
}

.font-crimson-pro {
    font-family: "Crimson Pro" !important;
}

body {
    font-family: 'Articulat C' !important;
    /* background: url('../images/bg-logo-polo.png') center center repeat-y; */
    /* background-size: contain; */
    background-color: #edede3;
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222 !important;
    text-transform: none !important;
}

.heading {
    background: none !important;
    border: none !important;
}

.sticky,
.sticky.head-tr {
    background: #303441 none repeat scroll 0 0 !important;
}

.heading .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main-menu ul a {
    font-size: 1rem !important;
    text-transform: none !important;
}

#main-menu ul a:hover {
    color: #ff1430 !important;
    background: none !important;
    border-radius: none !important;
}

.search-button {
    color: #ff1430 !important;
    margin-top: 5px;
    cursor: pointer;
}

.heading .logo img {
    width: 100px !important;
}

.logo-sticky {
    display: none;
}

.sticky {
    background: #edede3 !important;
    box-shadow: 0 0 20px rgb(38 38 38 / 20%);
}

.sticky .logo-sticky {
    display: block;
}

.sticky .logo-header {
    display: none;
}

.sticky #main-menu ul a {
    color: #18131f;
}

.header {
    background: rgb(0, 0, 0);
    background: linear-gradient(185deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}

.fullwidth-home-map.dark-overlay video {
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
}

@media (max-width: 991.98px) {
    .fullwidth-home-map.dark-overlay video {
        width: 100% !important;
    }

    .video-container,
    #map-container.fullwidth-home-map {
        height: 218px !important;
    }
}


.input-search {
    border-radius: 50rem !important;
}

.input-polo {
    text-align: center !important;
    color: #838181;
    border-radius: 50rem;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, .2) !important;
    border: none !important;
    margin-bottom: 10px !important;
    font-size: 0.8rem;
}

.textarea-polo {
    text-align: center !important;
    color: #838181;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, .2) !important;
    border: none !important;
    margin-bottom: 10px !important;
    resize: none;
    height: 150px;
    border-radius: 2rem !important;
    font-size: 0.8rem;
}

.input-polo::placeholder,
.textarea-polo::placeholder {
    color: #838181;
}

.user-page.section-padding {
    padding: 3rem 0 !important;
}

.btn-outline-polo {
    color: #ff1430;
    background-image: none;
    background-color: transparent;
    border-color: #ff1430;
    border-radius: 50rem !important;
    font-size: .9rem;
}

.btn-outline-polo:hover {
    color: #fff;
    background-color: #ff1430;
    border-color: #ff1430;
}

.btn-outline-polo:focus,
.btn-outline-polo.focus {
    box-shadow: 0 0 0 2px rgba(216, 2, 2, 0.5);
}

.btn-outline-polo.disabled,
.btn-outline-polo:disabled {
    color: #ff1430;
    background-color: transparent;
}

.btn-outline-polo:active,
.btn-outline-polo.active,
.show>.btn-outline-polo.dropdown-toggle {
    color: #fff;
    background-color: #ff1430;
    border-color: #ff1430;
}

.btn-search {
    position: absolute !important;
    top: 30px !important;
    right: 10px !important;
    background: none !important;
    border: none !important;
    color: #ff1430 !important;
}

.parallax-search .form-group.looking {
    width: 300px;
}

.parallax-search .form-group.location {
    width: 630px;
}

.slick-prev {
    /* display: none !important; */
    left: -10px !important;
}

.slick-prev,
.slick-next {
    border-radius: 5rem !important;
}

.rounded-top {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.go-up {
    padding: 0.4rem 0.8rem;
    border-radius: 5rem;
}

.messages .message .thumb {
    width: 100px !important;
    height: 100px !important;
}

.messages .message .body {
    width: calc(100% - 100px) !important;
}

.message {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (min-width: 992px) {
    #bloq-search {
        right: 0 !important
    }

    #main-menu {
        margin-left: 5rem;
    }
}

section.popular.portfolio {
    background: none !important;
}

.dark-overlay h1 {
    color: #ff1430 !important;
    text-align: left !important;
    font-size: 5rem !important;
    font-weight: normal !important;
}

.dark-overlay .main-search-inner {
    bottom: 40vh !important;
}

.sec-title {
    text-align: left !important;
}

.sec-title p {
    text-align: left !important;
    margin: unset !important;
}

.first-footer h3 {
    color: white !important;
}

.btn-polo {
    color: #fff !important;
    background-color: #ff1430;
    border-color: #ff1430;
    font-size: .9rem;
    padding: .5rem 2rem !important;
    border-radius: 50rem !important;
    text-transform: none !important;
}

.btn-polo:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.slick-next {
    right: 0 !important;
}

.popular .homes-content {
    background: #18131f !important;
    color: white !important;
    font-size: .8rem !important;
}

.popular .homes-content h3 {
    color: white !important;
}

/* .parallax-search .form-group.button {
    width: 140px;
} */

.parallax-search {
    background: url('../images/bg_palestrantes.jpg') center center;
    background-size: cover;
    height: 60vh;
}

.parallax-search .hero-inner {
    margin-top: 255px;
}

.bg-bege {
    background-color: #edede3 !important;
}

.bg-gray {
    background: #18131f !important;
    color: white !important;
}

.bg-palestrante {
    background: url('../images/bg_palestrantes.jpg') center center !important;
    background-size: cover !important;
}

.bg-banner-natalia-beauty {
    background: url('../images/banner-natalia-beauty.png') center center !important;
    background-size: cover !important;
}

.bg-orcamento {
    background: url('../images/bg_orcamentos.jpg') center center !important;
    background-size: cover !important;
}

.bg-polo {
    background-color: #ff1430 !important;
}

.bg-whatsapp {
    background-color: #25d366 !important;
}

.bg-bege {
    background-color: #edede3 !important;
}

.second-footer {
    background: #18131f !important;
}

.text-polo {
    color: #ff1430 !important;
}

.text-light {
    color: white !important;
}

.text-gray {
    color: #18131f !important;
}

.bg-search {
    padding: 10px;
    margin-top: 155px;
    margin-bottom: 100px;
}

.search-input {
    font-weight: 500;
    font-size: 14px;
    float: left;
    border: none;
    border-radius: 50rem;
    width: 100%;
    height: 56px;
    padding: 0 25px;
    background: white;
}

.btn-a-z {
    width: 40px !important;
    height: 40px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #ff1430;
    color: white;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: inherit;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-weight: 500;
    font-size: 14px;
}

.select2-container {
    width: 100% !important;
    padding-left: 20px;
}

.parallax-search .trip-search {
    line-height: 0;
}

/* .nice-select .list {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
} */

.slick-slider .slick-track,
.slick-slider .slick-list {
    padding: 20px 0;
    display: grid;
    grid-auto-flow: column;
}

.agents-grid {
    /* background: #18131f !important; */
    padding-bottom: 5px;
}

.agents-grid:hover {
    /* box-shadow: 0rem 0rem 1.5rem rgb(0 0 0 / 75%); */
}

.parallax-search .form-group.looking input {
    font-weight: 500;
    font-size: 14px;
}

.messages .message {
    margin-top: 0;
}

.messages .message .body .controller {
    bottom: 0 !important;
}

.messages .message .body .controller ul {
    margin-bottom: 0;
}

.messages .message .body .controller ul li a {
    color: #ff1430;
    font-size: 1.5rem !important;
}

.dashborad-box {
    background: white;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: .3s;
}

.dashborad-box:hover {
    transform: scale(1.05);
}

.messages .message .body h6,
.reviews .review .body h6 {
    color: #999898 !important;
    font-weight: bold;
}

.messages .message .body p {
    color: #999898 !important;
    line-height: normal;
    font-size: .8rem;
}

.first-footer {
    background: #18131f !important;
    padding: 0 !important;
}

.top-footer {
    background: none !important;
}

.first-footer .top-footer .row {
    padding: 6rem 0;
}

.bg-footer-equipe {
    background: url('../images/bg_time_rodape.jpg') no-repeat !important;
    background-position: right bottom !important;
    background-size: contain !important;
}

@media screen and (max-width: 767px) {
    .first-footer .top-footer {
        padding-bottom: 0 !important;
    }
}

.shadow {
    box-shadow: .2rem .2rem 2rem 1rem rgb(0 0 0 / 25%) !important;
}

.rounded-1 {
    border-radius: 1.25rem;
}

.fs-count {
    font-size: 8rem !important;
    line-height: .8;
}

.fs-count-text {
    font-size: 2rem !important;
}

@media screen and (max-width: 576px) {
    .fs-count {
        font-size: 3rem !important;
    }

    .fs-count-text {
        font-size: .9rem !important;
    }

    .agents-grid {
        margin-right: 10px;
    }
}

/* INICIO SEARCH HEADER */
.close {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 50px;
    font-size: 1.7em;
    cursor: pointer;
    display: none;
    z-index: 999;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close:hover {
    font-size: 2.4em;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #ff1430 !important;
}

/*-------------- saerch section -----------*/
.search {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    width: 0;
    height: 0;
    background: #18131f;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.search i {
    color: #ff1430;
    font-size: 1.7em;
    cursor: pointer;
}

.search .input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 3px solid #eee;
    color: #eee;
    font-size: 1.3em;
    display: none;
}

span.select2-search.select2-search--inline::after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: #ff1430;
    cursor: pointer;
}


.search.open {
    z-index: 10;
    height: 4000px;
    width: 4000px;
}

/* FIM SEARCH HEADER */