@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;

    opacity: 0.75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "•";
    text-align: center;

    opacity: 0.25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

*:focus {
    outline: none !important;
}
input:focus {
    box-shadow: none !important;
    outline: none !important;
}
body {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 20px;
    color: #1a1a1a;
    position: relative;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}
html {
    width: 100%;
    height: 100%;
}
img {
    width: 100%;
}
*::-moz-selection {
    background: #5a90ff;
    color: #fff;
}
*::selection {
    background: #5a90ff;
    color: #fff;
}
h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}
h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}
h3 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
}
h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
}
h5 {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
a {
    color: #bb3123;
    transition: all ease-in 0.2s;
}
a:hover {
    text-decoration: none;
    color: #a2c74b;
}
p {
    margin-bottom: 16px;
}
.pbig {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.psmall {
    font-size: 16px;
    line-height: 1.9;
}
section {
    overflow: hidden;
    position: Relative;
}
.container {
    padding: 0 20px !important;
}
.blanco {
    color: #fff;
}
.negro {
    color: #1a1a1a;
}
.blue {
    color: #1a1a1a;
}
.cyan {
    color: #9b124e;
}
.beige {
    color: #f9f6f0;
}
.aqua {
    color: #85d8e5;
}
.azul-claro {
    color: #eef2f2;
}
.rojo-dub {
    color: #bb3123;
}
.medium {
    font-weight: medium;
}
.regular {
    font-weight: 400;
}

#list-view-mls {
    position: relative;
    z-index: 1;
    padding: 30px 30px 60px;
}
#list-view-mls .price-re {
    font-size: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(17, 41, 68, 0.6);
    color: #fff;
    text-align: left;
    padding: 10px 20px;
}
#list-view-mls .name-box-re {
    width: 100%;
}
#list-view-mls .info-box-re {
    border: 1px solid #aaa;
    border-top: 0;
}

#map-view-mls {
    background: #eee;
    height: 100vh;
    display: none;
}

#bodymls #menu-sitio {
    position: Relative;
}

/*select*/
.box-form.box-select,
.form-exotic.form-contact .box-form.box-select {
    padding-bottom: 5px;
}
.bootstrap-select {
    margin-top: -10px;
}
.bootstrap-select .dropdown-toggle {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 0 !important;
    padding: 0;
    background: transparent !important;
    color: #7d7d7d;
    font-size: 15px;
}
.bootstrap-select .dropdown-toggle:focus,
button.dropdown-toggle:hover,
button.dropdown-toggle:focus,
button.dropdown-toggle:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background: #f9f6f0;
    color: #1a1a1a;
}
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
    background: #f9f6f0;
    color: #1a1a1a;
}
.bootstrap-select .dropdown-menu {
    border-color: #aaa;
    border-radius: 0;
}
.bootstrap-select .dropdown-item {
    padding: 10px 20px;
}
.bootstrap-select > .dropdown-toggle:after {
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

/*terms*/
#beige-header {
    background: #f9f6f0;
    padding: 200px 0 100px;
    text-align: center;
}
#beige-header h1 {
    font-weight: Bold;
    margin-bottom: 0px;
}
#content-policies {
    padding: 90px 0;
}
#content-policies ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#content-policies ul li {
    display: block;
    margin-bottom: 10px;
}
#content-policies ul li a {
    line-height: 1.1;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #5a90ff;
    display: inline-block;
}
#content-policies ul li a:hover,
#content-policies ul li a.section-active {
    color: #9b124e;
    border-bottom-color: #9b124e;
}
#content-policies p {
    font-size: 17px;
    line-height: 1.8;
}

/*Neighborhoods*/
.cat-neig {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.cat-neig li {
    display: inline-block;
    margin: 0 40px 10px;
}
.cat-neig li a {
    font-weight: bold;
    border-bottom: 2px solid rgba(90, 144, 255, 0);
}
.cat-neig li a:hover,
.cat-neig li a.cat-neig-active {
    border-bottom: 2px solid rgba(90, 144, 255, 1);
}

#image-neig {
    height: 600px;
    margin-top: 80px;
}
#cont-neig {
    padding: 100px 0;
}
#cont-neig h3 {
    font-weight: 400;
}
.info-neig {
    max-width: 1100px;
    margin: 20px auto 0;
}
.info-neig h3 {
    margin-top: 30px;
}
.map-neig iframe {
    margin-top: 100px;
    height: 425px;
    width: 100%;
    margin-bottom: 40px;
}

.share-neig {
    padding-bottom: 100px;
    text-align: center;
}
.share-button {
    color: #fff !important;
    padding: 10px 28px 10px 56px;
    border-radius: 10px;
    margin: 0 2px 10px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}
.share-button:hover {
    transform: scale(1.1);
}
.share-fb {
    background: #4167b2 url(../images/share/facebook.svg) no-repeat 25px center;
    background-size: 9px;
}
.share-tw {
    background: #54acee url(../images/share/twitter.svg) no-repeat 25px center;
    background-size: 16px;
}
.share-wa {
    background: #25d366 url(../images/share/whatsapp.svg) no-repeat 25px center;
    background-size: 16px;
}
.share-mail {
    background: #7d7d7d url(../images/share/correo.svg) no-repeat 25px center;
    background-size: 16px;
}
.share-sh {
    background: #96cf3a url(../images/share/compartir.svg) no-repeat 25px center;
    background-size: 13px;
}

/*property management*/
#pm-description {
    padding: 100px 0;
    background: #f9f6f0;
}
#pm-description h3 {
    max-width: 860px;
    margin-bottom: 30px;
    line-height: 1.3;
}
#pm-description p {
    max-width: 860px;
}
#pm-services {
    padding: 100px 0;
    overflow: visible;
}
.pm-service {
    margin-bottom: 40px;
}
.pm-icon {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 55px;
    height: 120px;
}
.pm-info-service {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 145px);
}
.pm-img {
    margin-top: -200px;
}

#register-property {
    background: #eef2f2;
    padding: 100px 0;
}
#register-property form {
    max-width: 970px;
    margin: 50px auto 0;
}
#register-property form h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.bf2 {
    width: calc(50% - 10px);
    float: left;
}
.bf3 {
    width: calc(50% - 10px);
    float: right;
}
.pm-row {
    overflow: hidden;
}
.pm-radio {
    margin: 25px 0;
    overflow: hidden;
}
.pm-radio label {
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
}
.pm-radio label span.pm-label {
    display: inline-block;
    margin-top: 5px;
}
.pm-radio .radio-container {
    width: 25%;
    float: left;
}
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #aaa;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #5a90ff;
    border-color: #5a90ff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}

/*developments*/
#simple-header {
    padding: 190px 0 55px;
    text-align: center;
}
#simple-header p {
    max-width: 900px;
    margin: auto;
}
#developments {
    padding-bottom: 100px;
}
#developments .box-dev {
    margin-bottom: 50px;
}

.fancybox-navigation .fancybox-button {
    top: calc(50% - 30px);
}
.fancybox-navigation .fancybox-button--arrow_right {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-rigth-exotic-realty.png) no-repeat center;
    background-size: 100%;
    opacity: 1 !important;
    right: 25px;
    transition: all ease-in 0.2s !important;
}
.fancybox-navigation .fancybox-button--arrow_right div {
    display: none !important;
}
.fancybox-navigation .fancybox-button--arrow_right:hover {
    background: url(../images/arrow-blue-right-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
    right: 20px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-left-exotic-realty.png) no-repeat center;
    background-size: 100%;
    opacity: 1 !important;
    left: 25px;
    transition: all ease-in 0.2s !important;
}
.fancybox-navigation .fancybox-button--arrow_left div {
    display: none !important;
}
.fancybox-navigation .fancybox-button--arrow_left:hover {
    background: url(../images/arrow-blue-left-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
    left: 20px;
}

.img-development {
    max-width: 132px;
    margin-right: 20px;
    vertical-align: top;
}
.info-development {
    display: inline-block;
    max-width: calc(100% - 160px);
    vertical-align: top;
}
.header-property .info-development h1 {
    margin-bottom: 10px;
}
.info-development .pbig {
    font-size: 30px;
}
.header-property .info-development h4 {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.header-property .description-development {
    margin-bottom: 20px;
}

.dev-table {
    margin-top: 60px;
}
.row-dv {
    width: calc(50% - 25px);
    display: inline-block;
    padding: 20px 0px 20px 0;
    margin-right: 20px;
    border-bottom: 2px solid #ece4d9;
}
.row-dv p {
    margin: 0;
}
.row-dv b {
    margin-right: 10px;
    display: inline-block;
}
.row-dv:last-child,
.row-dv:nth-last-child(2) {
    border-bottom: none;
}
.download-dev {
    display: block;
    background: url(../images/download-exotic-realty.svg) no-repeat center right;
    background-size: 20px;
    color: #1a1a1a;
}
.download-dev:hover {
    color: #5a90ff;
}
.info-property-development .mapa {
    padding-bottom: 0;
    line-height: 0;
}

/*faqs*/
#blue-header {
    background: #eef2f2;
    padding: 190px 0 100px;
    text-align: center;
}
#blue-header p {
    max-width: 900px;
    margin: auto;
}
#faqs {
    padding: 80px 0 40px;
}
#faqs p {
    margin-bottom: 10px;
}
#faqs .psmall {
    padding-left: 10px;
}
.question {
    margin-bottom: 30px;
}

/*contact*/
.txt-contact {
    padding-top: 335px;
    padding-bottom: 60px;
}
#cont-text-contact {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#contact-us h1 {
    font-size: 45px;
    margin-bottom: 5px;
}
#contact-us h2 {
    font-size: 27px;
    margin-top: 30px;
}
#cont-form-contact {
    padding: 200px 65px 80px;
    background: #eef2f2;
    position: relative;
    z-index: 2;
    margin-left: 40%;
    width: 60%;
}
#cont-form-contact h3 {
    margin-bottom: 30px;
}
.form-exotic.form-contact .box-form {
    margin-bottom: 23px;
    border: 1px solid #aaa;
    padding-bottom: 15px;
}
.form-exotic.form-contact .box-form label {
    margin-bottom: 10px;
}
.form-exotic.form-contact .box-form select {
    font-size: 15px;
    height: 15px;
}
.form-exotic.form-contact button {
    float: right;
    border: none;
    cursor: pointer;
}
.box-form input {
    width: 100%;
    color: #7d7d7d;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
}
.box-form textarea {
    color: #7d7d7d;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    height: 100px;
    width: 100%;
    resize: none;
}
.marked {
    font-size: 11px;
    display: block;
    margin-bottom: 20px;
}

.checkcustom {
    margin-bottom: 5px;
}
.checkcustom a {
    border-bottom: 1px solid #bb3123;
}
.checkcustom a:hover {
    color: #bb3123;
}
.checkcustom input {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.checkcustom .label-check {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 30px);
    color: #000;
    vertical-align: top;
}
.checkcustom .borde-check {
    height: 20px;
    width: 20px;
    border-radius: 0px;
    margin-right: 0px;
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: top;
}
input[type="checkbox"] {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    width: 18px;
}
input[type="checkbox"]:checked {
    background: #bb3123;
}

/*real estate view*/
#slider-card {
    background: #fff;
    z-index: 2;
    line-height: 0;
    margin-bottom: 0;
}
.slide-card {
    height: 700px;
    position: relative;
}
#slider-card .slick-dots {
    bottom: 35px;
}

.header-property {
    background: #faf8f5;
    padding: 55px 0 35px;
}
.header-property h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.header-property h4 {
    font-size: 30px;
    font-weight: 400;
}
.header-property p {
    margin-bottom: 0;
}

#info-property {
    z-index: 1;
}
.common-amenities {
    max-height: 145px;
    overflow: hidden;
    transition: all ease-in 0.4s;
}
.common-amenities.open-ac {
    max-height: 1000px;
}
.property-amenities {
    max-height: 145px;
    overflow: hidden;
    transition: all ease-in 0.4s;
}
.property-amenities.open-ac {
    max-height: 1000px;
}
.services-amenities {
    max-height: 145px;
    overflow: hidden;
    transition: all ease-in 0.4s;
}
.services-amenities.open-ac {
    max-height: 1000px;
}
.info-property-vacation .tab-content .rooms.open-ac {
    max-height: 1000px;
}
.info-property-vacation .tab-content .rooms {
    max-height: 145px;
    overflow: hidden;
    transition: all ease-in 0.4s;
}
.tab-pane {
    overflow: hidden;
}
#see-more-amenities {
    float: right;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #bb3123;
    position: relative;
    padding-left: 30px;
}
#see-more-amenities:before {
    transition: all ease-in 0.4s;
    width: 18px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/arrow-down-exotic-realty.png) no-repeat center;
    background-size: 100%;
}
#see-more-amenities.open-sma:before {
    transform: rotate(180deg);
}
.see-more-amenities {
    float: right;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #9b124e;
    position: relative;
    padding-left: 30px;
}
.see-more-amenities:before {
    transition: all ease-in 0.4s;
    width: 18px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/arrow-down-exotic-realty.png) no-repeat center;
    background-size: 100%;
}
.see-more-amenities.open-sma:before {
    transform: rotate(180deg);
}
.box-info-re {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #aaa;
}
.item {
    min-height: 35px;
}
.item .item-img {
    height: 35px;
    width: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.item .item-text {
    width: calc(100% - 53px);
    display: inline-block;
    vertical-align: middle;
}
.rooms {
    margin-top: 16px;
    overflow: hidden;
}
.boxes-info-re .cyan b {
    display: block;
    margin-top: 5px;
}
.rooms-1,
.rooms-2 {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.box-info-re h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.mapa iframe {
    width: 100%;
    height: 470px;
}
.location-box {
    border-bottom: none;
    padding-bottom: 20px;
}
.mapa {
    padding-bottom: 100px;
}
#about-the-zone .rooms {
    max-height: 1000px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs li {
    width: 50%;
}
.nav-tabs li:first-child a {
    border-right: none;
}
.nav-tabs a {
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #9b124e;
    padding: 30px 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #aaa;
}
.nav-tabs li a.active {
    background: #faf8f5;
}
.nav-tabs a:hover {
    background: #faf8f5;
}

#related {
    z-index: 2;
    background: #faf8f5;
    padding: 90px 0;
}
#related h2 {
    text-align: center;
    margin-bottom: 40px;
}

#lateral-view {
    z-index: 10;
    width: 440px;
    position: fixed;
    top: 170px;
    right: 20px;
}
.buttons-view {
    text-align: center;
    padding: 40px;
    border: 1px solid #aaa;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.buttons-view a,
.buttons-view span.spanbtn {
    padding: 13px 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.buttons-view .btn-blue {
    margin-bottom: 30px;
}
.cont-map {
    position: relative;
    z-index: 2;
    background: #fff;
}
.cont-info-buttons {
    position: relative;
    z-index: 1;
}
.form-view {
    max-height: calc(100vh - 450px);
    overflow-y: auto;
    position: relative;
    margin-top: 30px;
    padding: 40px;
    border: 1px solid #aaa;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: none;
}
/* width */
.form-view::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.form-view::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.form-view::-webkit-scrollbar-thumb {
    background: #5a90ff;
}
/* Handle on hover */
.form-view::-webkit-scrollbar-thumb:hover {
    background: #5a90ff;
}
.form-view select {
    background: #fff !important;
}
.form-view button {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
}
.accept {
    font-size: 14px;
    text-align: centeR;
    display: block;
    margin-top: 20px;
}
.accept a {
    border-bottom: 1px solid #5a90ff;
}
.accept a:hover {
    color: #9b124e;
}
#close-form {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
#close-form-vr {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

#gallery-view-re {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}
.show-images {
    line-height: 0;
    font-size: 14px;
    font-weight: bold;
    color: #9b124e !important;
    background: #fff;
    border: 1px solid #9b124e;
    padding: 18px 15px 18px 45px;
    position: relative;
    display: inline-block;
}
.show-images:before {
    width: 16px;
    height: 16px;
    background: url(../images/mostrar-exotic-realty.png) no-repeat centeR;
    background-size: 100%;
    position: Absolute;
    top: 9px;
    left: 15px;
    content: "";
}
.show-images:hover {
    transform: scale(1.1);
}
.info-property-vacation p {
    margin-bottom: 16px;
}

.info-property-vacation .form-view {
    max-height: 2000px;
}
.nav-tabs.three-tabs li {
    width: 33.33%;
}
.nav-tabs.three-tabs li:last-child a {
    border-left: none;
}
.buttons-vacation {
    text-align: center;
}
.buttons-vacation a {
    display: inline-block;
    color: #5a90ff;
    font-weight: bold;
    border-bottom: 1px solid #5a90ff;
    font-size: 14px;
    margin: 0 10px;
}
.make {
    margin-top: 58px;
}
#sidebar-vacation .btn-blue,
#sidebar-vacation .btn-cyan {
    border: none;
    width: 100%;
    max-width: 370px;
    display: block;
    margin: 20px auto 10px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

/*real estate*/
#header-re {
    z-index: 2;
    padding: 250px 0 0px;
    text-align: center;
    overflow: visible;
}
#header-re.header-sin-filtro {
    padding-bottom: 200px;
}
#header-re p {
    max-width: 850px;
    margin: auto;
}
.form-exotic-horizontal {
    text-align: left;
    margin-top: 140px;
}
.form-exotic-horizontal form {
    overflow: visible;
}
.form-exotic-horizontal {
    padding: 58px 20px;
    background: rgba(255, 255, 255, 0.7);
}
.form-exotic-horizontal .box-form {
    width: 14.2%;
    float: left;
    border-right: 1px solid #999;
}
.form-exotic-horizontal .area {
    width: 24.2% !important;
}

.box-form {
    background: #fff;
    padding: 20px 25px;
}
.box-form label {
    margin: 0 0 6px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: block;
}
.box-form input,
.box-form select {
    width: 100%;
    line-height: 1;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #7d7d7d;
    font-size: 15px;
    padding: 0 15px 0 0;
    border-radius: 0;
}
.box-form select {
    background: #fff url(../images/arrow-search-filter-exotic-realty.png)
        no-repeat;
    background-size: 10px;
    background-position: right center;
}
.box-form input {
    height: 15px;
}
.btn-search {
    cursor: pointer;
    background: #9b124e;
    position: relative;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    transition: all ease-in 0.2s;
}
.btn-search:hover {
    background: #5a90ff;
}
.btn-search:after {
    width: 16px;
    height: 10px;
    background: url(../images/arrow-search.svg) no-repeat center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 40px;
    top: 50%;
    margin-top: -5px;
    transition: all ease-in 0.2s;
}
.btn-search:hover:after {
    margin-left: 45px;
}
.form-exotic-horizontal .btn-search {
    height: 77px;
    display: block;
    width: 14.2%;
    font-weight: bold;
    font-size: 16px;
    padding-right: 33px;
}

#results {
    padding: 100px 0;
}
#results h2 {
    text-align: center;
    margin-bottom: 40px;
}
.badge {
    border-radius: 0;
    z-index: 2;
    position: Absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    background: #85d8e5;
    padding: 13px 40px;
    line-height: 1;
    letter-spacing: 2px;
}
.results .box-re {
    margin-bottom: 30px;
}

#results.list-results {
    padding-top: 0;
}
#results.list-results h2 {
    text-align: left;
}
.info-results {
    background: #eef2f2;
    padding: 15px 0;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.info-results span {
    margin: 3px 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px 0 11px;
    border-right: 1px solid #999;
}
.info-results span:last-child {
    border-right: none;
}

.pager {
    text-align: center;
    margin-top: 40px;
    line-height: 1;
}
.ul-pager {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #bbb;
}
.pager li {
    vertical-align: middle;
    display: inline-block;
}
.pager li.page-number-active .page-number:before {
    height: 4px;
}
.page-number {
    position: relative;
    display: block;
    color: #5a90ff;
    width: 70px;
    padding: 10px 0 10px;
}
.page-number:before {
    position: absolute;
    height: 0px;
    width: 100%;
    transition: All ease-in 0.2s;
    content: "";
    bottom: 0;
    left: 0;
    background: #9b124e;
}
.page-number:hover:before {
    width: 100%;
    height: 4px;
}
.page-prev {
    display: block;
    width: 24px;
    height: 40px;
    background: url(../images/arrow-pager-exotic-realty-prev.svg) no-repeat
        center;
    background-size: 7px;
}
.page-prev:hover {
    background-position: center left;
}
.page-next {
    display: block;
    width: 24px;
    height: 40px;
    background: url(../images/arrow-pager-exotic-realty-next.svg) no-repeat
        center;
    background-size: 7px;
}
.page-next:hover {
    background-position: center right;
}

/*home*/
#intro {
    padding: 100px 0;
    text-align: center;
}
#intro p {
    max-width: 1090px;
    margin: auto;
}
.container-img {
    overflow: hidden;
    position: relative;
}
.container-img img {
    transition: all ease-in 0.4s;
}

#home-boxes {
    background: #f9f6f0;
}
.home-box {
    position: relative;
    width: 25%;
    float: left;
    min-height: 360px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-box h3,
.home-box h4 {
    color: #9b124e;
    max-width: 232px;
}
.home-box h3 {
    margin-bottom: 5px;
}
.home-box h4 {
    margin-bottom: 3px;
    line-height: 1.6;
    max-width: 230px;
    letter-spacing: 1.1px;
}
.line-aqua {
    margin-top: 5px;
    height: 5px;
    width: 35px;
    background: #a2c74b;
    display: inline-block;
}
.dotted-white {
    height: 80%;
    position: Absolute;
    right: 0;
    top: 10%;
    width: 5px;
    background: url(../images/dot-white.png) repeat-y center;
    background-size: 100%;
}

#home-about {
    text-align: center;
    padding: 60px 0 0;
}
#home-about .btn-blue {
    margin-bottom: 100px;
}
#home-services {
    padding: 120px 40px;
}
#home-services h2 {
    max-width: 1060px;
    margin: 0 auto 15px;
}
#home-services p {
    max-width: 850px;
    margin: auto;
}
#home-services h3 {
    background: #9b124e;
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 5px;
    line-height: 0.9;
    font-size: 25px;
}
.beige-block {
    background: #f9f6f0;
    position: Absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

#home-real-estate {
    background: #f9f6f0;
    padding: 100px 0 0;
    text-align: center;
}
.info-home-re {
    max-width: 900px;
    margin: 0 auto 50px;
}
.info-box-re {
    padding: 20px 20px;
    background: #fff;
    text-align: left;
}
.name-box-re {
    display: inline-block;
    vertical-align: top;
}
.price-re {
    color: #1a1a1a;
    display: inline-block;
    text-align: right;
    width: 142px;
    padding-left: 5px;
    vertical-align: top;
}
.description-box-re {
    color: #1a1a1a;
    margin-bottom: 0;
}
.box-re {
    display: block;
}
.box-re:hover img {
    transform: scale(1.2);
}
.slide-carrusel-triple {
    padding: 0 13px;
}

#home-developments {
    background: #f9f6f0;
    padding: 100px 0;
    text-align: center;
}
.info-home-dev {
    max-width: 900px;
    margin: 0 auto 50px;
}
.info-box-dev {
    position: relative;
    padding: 20px 0px 0;
    text-align: left;
}
.name-box-dev {
    font-size: 30px;
}
.price-dev {
    position: absolute;
    right: 0;
    padding: 2px 20px;
    height: 47px;
    top: -47px;
    background: #9b124e;
    color: #fff;
    font-size: 30px;
}
.description-box-dev {
    color: #1a1a1a;
    margin-bottom: 0;
}
.box-dev {
    display: block;
}
.box-dev:hover img {
    transform: scale(1.2);
}
.slide-carrusel-doble {
    padding: 0 13px;
    width: 150px !important;
}

#home-vacation {
    padding: 100px 0;
    text-align: center;
}
.slide-vr .name-box-re {
    max-width: 100%;
    display: block;
}

#home-property {
    padding: 160px 0;
}
.img-hpm {
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.info-hpm {
    padding-top: 20px;
    padding-bottom: 20px;
}
.block-hpm {
    position: absolute;
    right: 0;
    width: 84%;
    top: -50px;
    bottom: -50px;
    background: #eef2f2;
}

#home-testimonials {
    padding: 100px 0 160px;
    background: #f9f6f0;
}
.slide-testimonios {
    position: relative;
    padding: 40px 45px;
    background: #fff;
}
.slide-testimonios .pbig {
    padding: 0 150px;
    margin: 40px 0;
    text-align: center;
}
.comillas {
    width: 96px;
    height: 100px;
    background: url(../images/comillas.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
}
#home-testimonials h2 {
    margin-bottom: 60px;
}
#home-testimonials .container {
    position: relative;
}
#home-testimonials .slick-next {
    right: 0;
    top: auto;
    bottom: -13px;
    transform: none;
}
#home-testimonials .slick-prev {
    right: 80px;
    left: auto;
    top: auto;
    bottom: -13px;
    transform: none;
}
#home-testimonials .slick-prev:hover {
    margin-right: 8px;
}
.block-ht {
    position: absolute;
    left: -25px;
    width: 100%;
    top: 150px;
    max-width: 550px;
    bottom: -45px;
    background: #85d8e5;
}

/*our company*/
#slider-company {
    margin-top: 88px;
    max-height: 600px;
}
#slider-company .slide-home {
    max-height: 600px;
}
#slider-company .slide-home h1 {
    margin-bottom: 0;
}
#slider-company p {
    margin-top: 15px;
    line-height: 1.5;
}
#personalized {
    text-align: left;
    margin-top: 80px;
}
#personalized h2 {
    line-height: 1.2;
    font-size: 48px;
    margin-bottom: 0;
}
#personalized p {
    margin: 15px 0 0;
}
#about-us {
    padding-bottom: 100px;
    background: #eef2f2;
}
.info-about-us {
    padding-top: 100px;
    padding-bottom: 100px;
}
.info-about-us h3 {
    max-width: 460px;
    font-weight: 400;
    margin-top: 30px;
    font-size: 25px;
}
.info-about-us p {
    max-width: 460px;
}
.img-about-us-1 {
    width: 62%;
    float: left;
}
.img-about-us-2 {
    margin-top: 300px;
    width: 38%;
    float: left;
}
.imgs-about-us {
    overflow: hidden;
}
h2.let-us {
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
    max-width: 888px;
    margin: auto;
}

/*vacation rentals*/
#header-re.header-vacation h1 {
    font-size: 45px;
    max-width: 725px;
    margin: auto;
}
#header-re.header-vacation h4 {
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.6;
    letter-spacing: 1.2px;
}
#header-re.header-vacation .form-exotic-horizontal {
    padding: 35px 20px 58px;
}
.datepicker-days {
    padding: 0 20px !important;
}
#header-re.header-vacation .form-exotic-horizontal .box-form {
    width: 13.2%;
}
#header-re.header-vacation .form-exotic-horizontal .box-form.bf-small {
    width: 10%;
}
#header-re.header-vacation .form-exotic-horizontal .btn-search {
    width: 14%;
}

#results.vacation-info {
    padding-bottom: 0;
}
#results.vacation-info h2 {
    text-align: left;
}
#vacation-boxes {
    padding-bottom: 70px;
}
.vacation-box {
    position: relative;
    width: 33.33%;
    float: left;
    min-height: 360px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.vacation-box h4 {
    color: #9b124e;
    max-width: 232px;
}
.vacation-box h4 {
    margin-bottom: 3px;
    line-height: 1.6;
    max-width: 230px;
    letter-spacing: 1.1px;
}
.vacation-box img {
    margin-bottom: 25px;
}
.vacation-box p {
    max-width: 315px;
    margin: 0 auto;
    color: #9b124e;
}
.vacation-box .dotted-white {
    height: 80%;
    position: Absolute;
    right: 0;
    top: 10%;
    width: 5px;
    background: url(../images/dot-beige.png) repeat-y center;
    background-size: 100%;
}

.carrusel-vacation .name-box-re {
    width: 100%;
}
#events {
    background: #f9f6f0;
    padding: 100px 0 100px;
    text-align: center;
}
#events h3 {
    letter-spacing: 5px;
}
#events p {
    margin-bottom: 50px;
}
#events #slider-carrusel-doble h4 {
    font-size: 25px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    color: #9b124e;
    margin-top: 30px;
}
#events #slider-carrusel-doble .btn-blue {
    line-height: 1.5;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#header-re.header-vacation-results {
    height: auto;
    padding: 0;
    padding-top: 94px;
    background: #f9f6f0;
}
#header-re.header-vacation-results .form-exotic-horizontal {
    background: none;
    margin-top: 0;
}

#results.list-results-vacation {
    padding: 0;
}
#results.list-results-vacation .info-results {
    margin-bottom: 0;
}
.slider-vacation {
    width: 55%;
    float: left;
    margin: 0 !important;
    line-height: 0;
}
.slider-vacation .slick-dots {
    bottom: 20px;
}
.slider-vacation .slick-next,
.slider-vacation .slick-next:hover,
.slider-vacation .slick-next:visited,
.slider-vacation .slick-next:active,
.slider-vacation .slick-next:focus {
    width: 30px;
    height: 30px;
    top: 50%;
}
.slider-vacation .slick-prev,
.slider-vacation .slick-prev:hover,
.slider-vacation .slick-prev:visited,
.slider-vacation .slick-prev:active,
.slider-vacation .slick-prev:focus {
    width: 30px;
    height: 30px;
    top: 50%;
}
.slider-vacation .slick-dots li,
.slider-vacation .slick-dots li button {
    width: 8px;
    height: 8px;
}
.row-vacation-result {
    display: block;
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 1px solid #bbb;
}
.row-vacation-result:first-child {
    padding-top: 0;
}
.row-vacation-result:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.info-vacation-results {
    width: 45%;
    float: left;
    padding: 20px;
    display: block;
}
.list-results-cont {
    width: 55.5%;
    background: #fff;
}
.info-vacation-results .name-box-re {
    width: 100%;
}
#results-list {
    margin-bottom: 60px;
    padding: 0 40px;
}
.list-results-cont {
    max-height: 700px;
    overflow: auto;
}
/* width */
.list-results-cont::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.list-results-cont::-webkit-scrollbar-track {
    background: #eef2f2;
}
/* Handle */
.list-results-cont::-webkit-scrollbar-thumb {
    background: #5a90ff;
}
/* Handle on hover */
.list-results-cont::-webkit-scrollbar-thumb:hover {
    background: #5a90ff;
}

#map-vacation {
    position: absolute;
    left: 55%;
    width: 45%;
    height: 100%;
    top: 0;
}
#map-vacation iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.result-map {
    width: 290px;
    max-width: 100%;
    display: block;
    background: #fff;
    position: relative;
}
.result-map .slider-vacation {
    float: none;
    width: 100%;
}
.result-map .info-vacation-results {
    width: 100%;
    float: none;
}

#personalized-vacation {
    background: #85d8e5;
    padding: 70px 0;
    text-align: center;
}
#personalized-vacation p {
    max-width: 930px;
    margin: auto;
}
#personalized-vacation .btn-exotic {
    margin-top: 50px;
}

/*view vacation*/
#header-vacation-view {
    position: relative;
    z-index: 2;
    margin-top: 100px;
    background: #fff;
}
.imgs-vv {
    overflow: hidden;
}
.main-img-vv {
    overflow: hidden;
    width: 50%;
    border: 1px solid #fff;
    float: left;
}
.main-img-vv a {
    display: block;
    width: 100%;
    height: 358px;
}
.main-img-vv:hover a {
    transform: scale(1.1);
}
.secondary-img-vv {
    width: 50%;
    float: left;
    overflow: hidden;
}
.secondary-img-vv div {
    overflow: hidden;
    float: left;
    width: 50%;
    border: 1px solid #fff;
}
.secondary-img-vv a {
    height: 178px;
    width: 100%;
    display: block;
}
.secondary-img-vv div:hover a {
    transform: scale(1.1);
}

.sep-vacation {
    background: #aaa;
    width: 100%;
    height: 1px;
    margin-top: 50px;
}

.info-property-vacation .header-property {
    background: #fff;
}
#form-availability {
    margin-top: 20px;
    overflow: hidden;
}
#form-availability button {
    margin-top: 5px !important;
}
.availability {
    position: relative;
    margin-top: 15px;
    padding: 30px 30px;
    border: 1px solid #aaa;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.availability .box-form {
    background: #faf8f5;
    width: 50%;
    float: left;
    border: 1px solid #999;
}
.availability .box-form input {
    background: transparent !important;
}
.availability .box-form:last-child {
    border-left: none;
}
.vacation-inputs {
    overflow: hidden;
}

.content-vacation {
    padding-right: 0;
}
#sidebar-vacation {
    padding-left: 40px;
}

.rates {
    margin-top: 60px;
}
.table-rates {
    margin-top: 30px;
}
.header-tr {
    background: #5a90ff;
    overflow: hidden;
    text-align: center;
}
.header-tr span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 3px;
    width: 16.66%;
    float: left;
    display: block;
    line-height: 1.2;
}
.header-tr span.spanbig {
    width: 25%;
}
.row-tr {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    text-align: center;
}
.row-tr span {
    font-size: 14px;
    padding: 20px 3px;
    width: 16.66%;
    float: left;
    display: block;
    line-height: 1.2;
}
.row-tr span.spanbig {
    width: 25%;
}
.info-rates {
    margin-top: 40px;
}
.info-rates span {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.5;
    padding-left: 14px;
    position: relative;
}
.info-rates span:before {
    content: "-";
    position: Absolute;
    left: 0;
    top: 0px;
}
.btn-property {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 3px solid #5a90ff;
    margin-top: 30px;
    display: inline-block;
}

/*publicidad*/
#publicidad {
    padding: 110px 0 0;
    margin-bottom: 80px;
}
#publicidad .container {
    background-color: #a2c74b;
    padding: 40px 50px 20px !important;
    border-radius: 7px;
}
#slider-publicidad {
    line-height: 0;
    margin-bottom: 0;
}
.slide-publicidad {
    height: 460px;
    position: relative;
}
.slide-publicidad a {
    line-height: 1.5;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
#slider-publicidad .slick-dots {
    bottom: 25px;
}

/*footer*/
footer {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #bb3123;
    font-size: 15px;
    padding: 45px 0 0;
}
footer a {
    color: #5f6a8d !important;
    text-decoration: underline;
}

footer a:hover {
    color: #bb3123 !important;
}
footer p {
    margin-bottom: 8px;
}
.location {
    margin-bottom: 30px;
    display: inline-block;
    width: calc((100% / 4) - 5px);
    vertical-align: top;
}
.address {
    position: relative;
    padding-left: 25px;
}
.address:before {
    width: 10px;
    height: 15px;
    background: url(../images/icon-location.svg) no-repeat center;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
}

.matriz {
    color: #bb3123 !important;
}

.matriz a {
    color: #bb3123 !important;
}

.guadalajara {
    color: #9b124e !important;
}
.cdmexico {
    color: #ef7e35 !important;
}
.frigo {
    color: #8fc84a !important;
}

.guadalajara a {
    color: #9b124e !important;
}
.cdmexico a {
    color: #ef7e35 !important;
}
.frigo a {
    color: #8fc84a !important;
}

.www {
    position: relative;
    padding-left: 25px;
}

.www::before {
    width: 15px;
    height: 15px;
    background: url(../images/www.svg) no-repeat center;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
}

.phones {
    position: relative;
    padding-left: 25px;
}

.phones:before {
    width: 10px;
    height: 15px;
    background: url(../images/icon-phone.svg) no-repeat center;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
}
.mailfooter {
    position: relative;
    padding-left: 25px;
}
.mailfooter:before {
    width: 15px;
    height: 11px;
    background: url(../images/icon-email-exotic-realty.svg) no-repeat center;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
}
.link-footer {
    display: block;
    margin-bottom: 40px;
}
.link-footer:hover {
    color: #a2c74b;
}
.redes-footer {
    margin-top: 90px;
}
.redes-footer a {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 9px;
}
.redes-footer a:hover {
    transform: scale(1.2);
}
.redes-footer a:last-child {
    margin-right: 0;
}
.facebook {
    background: url(../images/facebook.svg) no-repeat;
    background-size: 10px;
}
.instagram {
    background: url(../images/ig.svg) no-repeat;
    background-size: 17px;
}
.twitter {
    background: url(../images/twitter.svg) no-repeat;
    background-size: 19px;
    width: 26px !important;
    height: 16px !important;
}

.linkedin {
    background: url(../images/linkedin.svg) no-repeat;
    background-size: 17px;
}

.youtube {
    width: 44px !important;
    height: 18px !important;
    background: url(../images/youtube.svg) no-repeat center;
    background-size: 35px;
    display: inline-block;
}

.copy {
    border-top: 1px solid #bb3123;
    color: #bb3123;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.copy a {
    color: #bb3123;
    border-bottom: 1px solid #bb3123;
    display: inline-block;
}
.copy a:hover {
    color: #a2c74b;
}

/* Preloader CSS */
.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    overflow: visible;
    top: 0;
}
.loading .cntn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -100px;
    width: 200px;
    transform-origin: center;
    text-align: center;
    animation: scale 0.8s infinite alternate;
}

.loading.fade {
    z-index: 0;
    animation-name: fade;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 0.2003s;
}

/*botones*/
.btn-exotic {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 13px 40px;
}
.btn-exotic:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: all ease-in 0.3s;
    content: "";
    background: #5a90ff;
}
.btn-exotic span {
    position: relative;
}
.btn-exotic:hover:before {
    width: 100%;
}

.btn-blue {
    background: #9b124e;
    color: #fff;
}
.btn-blue:before {
    background: #a2c74b;
}
.btn-blue:hover {
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #9b124e;
}
.btn-white:before {
    background: #a2c74b;
}
.btn-white:hover {
    color: #fff;
}

.btn-cyan {
    background: #5a90ff;
    color: #fff;
}
.btn-cyan:before {
    background: #9b124e;
}
.btn-cyan:hover {
    color: #fff;
}

/*menu*/
.navbar-brand img {
    width: 170px;
    transition: all ease-in 0.2s;
}
#menu-sitio .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #bb3123;
    transition: all ease-in 0.2s;
    padding: 10px 15px;
}
#menu-sitio .navbar-nav .nav-link:hover {
    background: #fff;
    color: #bb3123;
    transition: all ease-in 0.2s;
    font-weight: 500;
}
#menu-sitio {
    padding: 10px 0;
    background: rgb(255 255 255 / 70%);
    transition: all ease-in 0.2s;
}
.menu2 #menu-sitio {
    background: rgb(155, 18, 78, 1);
}
.menu2 .btn-contacto {
    background: #5a90ff;
}
.navbar-toggler {
    border: none;
    transition: all ease-in 0.2s;
}
#menu-sitio .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
#menu-sitio.menu-abierto .navbar-toggler:before,
#menu-sitio.menu-abierto .navbar-toggler:after {
    background: #fff !important;
}

.btn-contacto {
    background: #bb3123;
    padding: 10px 15px !important;
    position: Relative;
    color: #fff !important;
}
.btn-contacto:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: all ease-in 0.3s;
    content: "";
    background: #fff;
}
.btn-contacto:hover:before {
    width: 100%;
}
#menu-sitio .navbar-nav .nav-link.btn-contacto:hover {
    color: #9b124e !important;
}
.btn-contacto span {
    position: relative;
}
.btn-contacto:hover {
    background: #9b124e !important;
    color: #9b124e;
}
#menu-sitio.scrolled-nav .btn-contacto {
    background: #bb3123;
}
#menu-sitio.scrolled-nav .btn-contacto:hover {
    background: #bb3123 !important;
}

.item-submenu {
    position: relative;
}
.item-submenu .nav-link {
    pointer-events: none;
    position: relative;
    padding-right: 26px !important;
}
.item-submenu .nav-link:after {
    transition: all ease-in 0.2s;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    vertical-align: middle;
    width: 12px;
    top: 0;
    height: 100%;
    margin-left: 0px;
    background: url(../images/arrow-language.png) no-repeat center;
    background-size: 100%;
}
.submenu {
    opacity: 0;
    transition: all ease-in 0.2s;
    visibility: hidden;
    width: 200px;
    position: absolute;
    top: 42px;
    text-align: left;
    padding: 0;
    margin: 0;
    left: 0;
    background: #fff;
}
.submenu li {
    padding: 0;
    width: 100%;
    margin: 0 !important;
    display: block;
}
.submenu a {
    margin: 0;
    width: 100%;
    display: block;
    color: #bb3123;
    padding: 15px 20px;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 500;
}
.submenu a:hover {
    background: #f9f6f0;
}
.item-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.item-submenu:hover .nav-link:after {
    background: url(../images/arrow-search-filter-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
}
.item-submenu:hover .nav-link {
    background: #fff;
    color: #bb3123 !important;
    transition: all ease-in 0.2s;
    font-weight: 500;
}
.submenu-lang .submenu {
    width: 60px;
}

#menu-sitio.menu-abierto {
    background: #ffff;
}
#menu-sitio.scrolled-nav {
    background: #ffff;
    transition: all ease-in 0.2s;
}
#menu-sitio.scrolled-nav .navbar-brand img {
    width: 150px;
}

/*backtop*/
#backtop {
    z-index: 3;
    transition: all 0.3s, visibility 0.3s, opacity 0.3s linear;
    visibility: hidden;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/arrow-scrooll-up-exotic-realty.svg) no-repeat
        center;
    background-size: 100%;
    opacity: 0;
}
#backtop:hover {
    transform: translateY(-5px);
}

/*about*/
#about-home {
    line-height: 0;
    margin-bottom: 0;
}
.about-home {
    height: 100vh;
    min-height: 600px;
    position: relative;
}
/*slider*/
#slider-home {
    line-height: 0;
    margin-bottom: 0;
    height: 80vh;
}
.slide-home {
    height: 100vh;
    min-height: 600px;
    position: relative;
}
.slide-home .texto-slide {
    padding: 0 20px;
    max-width: 1020px;
    width: 100%;
    position: Absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slide-home .texto-slide h1 {
    font-size: 45px;
}
.slide-home .texto-slide p {
    margin-top: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}
.slick-dots {
    bottom: 120px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 8px;
}
.slick-dots li.slick-active button:before {
    content: "";
    display: none;
}
.slick-dots li button {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #9b124e;
    transition: all ease-in 0.2s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #fff;
}

.slick-next:before,
.slick-prev:before {
    content: "";
    display: none;
}
.slick-next,
.slick-next:hover,
.slick-next:visited,
.slick-next:active,
.slick-next:focus {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-rigth-exotic-realty.png) no-repeat center;
    background-size: 100%;
    right: 28px;
    transition: all ease-in 0.2s;
    top: 35%;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:visited,
.slick-prev:active,
.slick-prev:focus {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-left-exotic-realty.png) no-repeat center;
    background-size: 100%;
    left: 28px;
    z-index: 1;
    transition: all ease-in 0.2s;
    top: 35%;
}
.slick-next:hover {
    margin-right: -8px;
    background: url(../images/arrow-blue-right-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
}
.slick-prev:hover {
    margin-left: -8px;
    background: url(../images/arrow-blue-left-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
}

#scroll-intro {
    position: Absolute;
    bottom: 54px;
    width: 20px;
    height: 30px;
    background: url(../images/arrow-scroll-exotic-realty.svg) no-repeat center;
    background-size: 100%;
    left: calc(50% - 10px);
}
#scroll-intro:hover {
    transform: scale(1.2);
}
#scroll-intro {
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-name: scrollintro;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
@keyframes scrollintro {
    0% {
        bottom: 54px;
    }
    100% {
        bottom: 45px;
    }
}

.paginate ul {
    padding: 0;
    margin: 0;
}

.paginate ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.paginate ul li.active a,
.paginate ul li.active span {
    background: #82ae46;
    color: #fff;
    border: 1px solid transparent;
}

.paginate ul li a,
.paginate ul li span {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.valores-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.single {
    padding: 30px 15px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    width: 250px;
}
.single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}
.single h3.side-title:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #9b124e;
    display: block;
    margin-top: 6px;
}

.single ul {
    margin-bottom: 0;
}
.single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    display: block;
    text-decoration: none;
}
.single li a:hover {
    color: #9b124e;
}
.single li:last-child a {
    border-bottom: 0;
}

@media (max-width: 1199px) {
    .navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #menu-sitio .navbar-nav .nav-link {
        font-size: 18px;
        padding: 15px 0;
    }
    #menu-sitio .navbar-nav .nav-link:hover {
        background: transparent;
        color: #fff !important;
    }

    .navbar-toggler {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        position: relative;
        height: 18px;
        width: 35px;
    }
    .navbar-toggler:before {
        transition: all ease-in 0.2s;
        width: 100%;
        height: 4px;
        background: #fff;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
    }
    .navbar-toggler:after {
        transition: all ease-in 0.2s;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: 0;
        left: 0;
        position: absolute;
        content: "";
    }
    #menu-sitio.scrolled-nav .navbar-toggler {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #menu-sitio.scrolled-nav .navbar-toggler:before,
    #menu-sitio.scrolled-nav .navbar-toggler:after {
        background: #fff;
    }
    .menu-abierto .navbar-toggler:before {
        transform: rotate(45deg);
        margin-top: 7px;
    }
    .menu-abierto .navbar-toggler:after {
        transform: rotate(-45deg);
        margin-bottom: 7px;
    }
    #menu-sitio .btn-contacto {
        width: 200px;
        margin: auto;
        background: #5490ff !important;
    }

    .submenu {
        background: transparent;
        width: 100%;
        height: 0;
        overflow: hidden;
        position: relative;
        top: auto;
        text-align: center;
        padding: 0 0 0px 0;
        margin: 0;
    }
    .submenu a {
        color: #fff;
        font-size: 16px;
    }
    .submenu a:hover {
        background: transparent;
    }
    .item-submenu:hover .submenu {
        height: auto;
        padding: 0 0 10px 0;
    }
    .item-submenu:hover .nav-link {
        background: transparent;
        color: #fff !important;
    }
    .submenu-lang .submenu {
        width: 100%;
    }

    .item-submenu:hover .nav-link:after {
        background: url(../images/arrow-language-exotic-realty.png) no-repeat
            center;
        background-size: 100%;
    }
    .item-submenu .nav-link:after {
        position: relative;
        right: auto;
        margin-left: 10px;
        height: 20px;
    }
    .item-submenu .nav-link {
        padding-right: 0 !important;
        padding-left: 16px !important;
    }

    .navbar-nav {
        padding-top: 20px;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
    .navbar-nav::-webkit-scrollbar {
        width: 10px;
    }
    .navbar-nav::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 10px;
    }
    .navbar-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        -webkit-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
    }
    .navbar-nav::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4);
    }

    /*real estate*/
    .box-form {
        padding: 20px 15px;
    }
    .form-view {
        display: none;
    }
    #lateral-view {
        width: 400px;
    }
    .header-property h4 {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

/*Neighborhoods*/
.cat-neig li {
    margin: 0 20px 10px;
}

/*vacation*/
.box-form label {
    letter-spacing: -0.3px;
}

#results-list {
    padding: 0 20px;
}
.info-vacation-results {
    padding: 15px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    .pbig {
        font-size: 22px;
        line-height: 1.5;
    }

    /*home*/
    .slide-home .texto-slide h1 {
        font-size: 36px;
    }
    .home-box h4 {
        letter-spacing: 0.5px;
    }
    .home-box h3 {
        font-size: 22px;
    }
    .price-dev {
        font-size: 22px;
    }
    .price-dev {
        height: 37px;
        top: -37px;
    }
    .name-box-dev {
        font-size: 24px;
    }
    .comillas {
        height: 60px;
        width: 80px;
    }
    .slide-testimonios .pbig {
        padding: 0;
    }
    .slide-testimonios .cyan {
        width: calc(100% - 60px);
    }
    .redes-footer a {
        margin-right: 12px;
    }
    .slide-publicidad {
        height: 300px;
    }
    .slide-publicidad a {
        bottom: 40px;
    }
    #slider-publicidad .slick-dots {
        bottom: 7px;
    }

    /*real estate*/
    .form-exotic-horizontal .btn-search {
        width: 100%;
    }
    .form-exotic-horizontal .box-form {
        width: 33.33%;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
    }
    .form-exotic-horizontal {
        padding: 20px;
    }
    .form-exotic-horizontal form {
        border-left: 1px solid #999;
    }
    .header-property {
        padding-bottom: 0px;
    }
    .boxes-info-re {
        padding-top: 50px !important;
    }
    .form-view {
        max-height: 1000px;
    }
    .slide-card {
        height: 500px;
    }
    #lateral-view {
        width: 100%;
        right: auto;
        top: 50px;
        position: relative;
    }
    .buttons-view a,
    .buttons-view span.spanbtn {
        font-size: 18px;
    }
    #lateral-view .form-exotic.form-contact button {
        margin-top: 0;
    }
    .badge {
        font-size: 16px;
        padding: 10px 30px;
    }

    /*property management*/
    .pm-img {
        margin-top: 0;
    }
    .pm-info-service {
        max-width: 100%;
        margin-top: 10px;
    }

    /*neig*/
    #image-neig {
        height: 400px;
    }

    /*contact us*/
    #cont-form-contact {
        width: 47%;
        margin-left: 53%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .form-exotic.form-contact button {
        margin-top: 20px;
    }

    /*our company*/
    #personalized h2 {
        font-size: 40px;
    }
    .img-about-us-1 {
        width: 90%;
    }
    .img-about-us-2 {
        margin-top: 0;
        width: 80%;
        float: right;
    }
    h2.let-us {
        font-size: 36px;
    }
    .info-about-us {
        padding-bottom: 60px;
    }

    /*vacation*/
    #header-re.header-vacation h1 {
        font-size: 35px;
    }
    #header-re.header-vacation h4 {
        letter-spacing: 0.5px;
    }
    h4 {
        font-size: 17px;
    }
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 25%;
    }
    #header-re.header-vacation .form-exotic-horizontal .box-form.bf-small {
        width: 25%;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search {
        width: 25%;
    }
    #header-re.header-vacation #form-real-estate {
        border-bottom: 1px solid #999;
    }
    #events #slider-carrusel-doble .btn-blue {
        bottom: 20px;
    }
    #events #slider-carrusel-doble h4 {
        font-size: 20px;
    }
    #results.vacation-info h2 {
        text-align: center;
    }

    /*.info-vacation-results, .slider-vacation{width:100%; float:none}*/
    #map-vacation {
        position: relative;
        width: 100%;
        height: 450px;
        left: 0;
    }
    .list-results-cont {
        width: 100%;
    }
    #results-list {
        padding: 0;
    }

    .content-vacation .boxes-info-re {
        padding-top: 0 !important;
    }
    .content-vacation {
        padding-right: 20px;
    }
    .nav-tabs a {
        font-size: 18px;
    }
    .content-vacation .mapa {
        padding-bottom: 50px;
    }
    #sidebar-vacation {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 150px;
    }
    #menu-sitio.scrolled-nav .navbar-brand img {
        max-width: 130px;
    }

    h2,
    h1 {
        font-size: 28px;
    }
    .datos-footer {
        margin-bottom: 50px;
    }
    .redes-footer {
        margin-top: 40px;
    }

    .location {
        width: 100%;
    }
    /*mls*/
    .filter-mls {
        width: 40%;
        padding: 20px 20px 100px;
    }
    .content-mls {
        width: 60%;
        margin-left: 40%;
    }
    .btn-switch {
        margin-top: 10px;
    }
    .cont-filter-mls-fixed {
        width: 60%;
    }

    /*development*/
    #simple-header {
        padding: 160px 0 55px;
        text-align: center;
    }
    #developments {
        padding-bottom: 80px;
    }
    .row-dv {
        width: 100%;
        margin: 0;
    }
    .row-dv:nth-last-child(2) {
        border-bottom: 2px solid #ece4d9;
    }
    .dev-table {
        margin-top: 30px;
    }

    /*faqs*/
    #blue-header {
        padding: 160px 0 80px;
        text-align: center;
    }

    /*policies*/
    #content-policies ul {
        margin-bottom: 40px;
        text-align: center;
    }
    #content-policies ul li a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #beige-header {
        padding: 150px 0 50px;
    }
    #content-policies {
        padding: 70px 0;
    }

    /*property management*/
    #register-property,
    #pm-services,
    #pm-description {
        padding: 80px 0;
    }
    .bf3,
    .bf2 {
        width: 100%;
        float: none;
    }
    .pm-radio .radio-container {
        width: 50%;
        margin-bottom: 20px;
    }
    .pm-icon {
        height: 110px;
    }

    /*NEIGHBORHOODS*/
    .cat-neig li {
        display: block;
    }
    .cat-neig {
        margin-top: 30px;
    }
    #cont-neig {
        padding: 80px 0;
    }
    .map-neig iframe {
        margin-top: 70px;
    }

    /*home*/
    #intro {
        padding: 80px 0;
    }
    .home-box {
        min-height: 250px;
        width: 50%;
    }
    #home-services {
        padding: 80px 20px;
    }
    #home-about .btn-blue {
        margin-bottom: 60px;
    }
    #home-services h3 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    #home-developments {
        padding: 80px 0;
    }
    #home-real-estate {
        padding-top: 80px;
    }
    #home-vacation {
        padding: 80px 0;
    }
    .img-hpm {
        height: 300px;
        position: relative;
        width: calc(100% - 20px);
        margin-bottom: 40px;
    }
    #home-property {
        padding: 100px 0 80px;
    }
    #home-testimonials {
        padding: 80px 0 120px;
    }
    #home-testimonials h2 {
        margin-bottom: 40px;
    }
    .slide-testimonios {
        padding: 40px 25px;
    }
    .block-hpm {
        height: 400px;
        bottom: auto;
    }
    #publicidad {
        padding-top: 80px;
    }
    .dw2 {
        display: none;
    }

    /*real estate*/
    #header-re {
        padding-top: 180px;
    }
    #header-re.header-sin-filtro {
        padding-bottom: 130px;
    }
    .form-exotic-horizontal {
        margin-top: 80px;
    }
    #results {
        padding: 80px 0;
    }
    .pager {
        margin-top: 0;
    }
    .header-property h4 {
        margin-top: 20px;
    }

    #slider-card .slick-dots {
        bottom: 80px;
    }
    #gallery-view-re {
        bottom: 20px;
        right: 20px;
    }
    .header-property h1 {
        font-size: 30px;
    }
    .header-property h4 {
        font-size: 24px;
    }
    .box-info-re h3 {
        font-size: 24px;
    }
    .mapa {
        padding-bottom: 80px;
    }
    #related {
        padding: 80px 0;
    }

    /*vacation*/
    #events {
        padding: 80px 0;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search,
    #header-re.header-vacation .form-exotic-horizontal .box-form.bf-small,
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 50%;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search {
        border-top: 1px solid #999;
    }
    .vacation-box {
        width: 100%;
    }
    .vacation-box .dotted-white {
        display: none;
    }
    .vacation-box {
        min-height: 0;
        margin-bottom: 20px;
    }
    #vacation-boxes {
        padding-bottom: 50px;
    }
    #events #slider-carrusel-doble h4 {
        font-size: 20px;
    }

    .main-img-vv {
        width: 100%;
    }
    .main-img-vv a {
        height: 250px;
    }
    .secondary-img-vv {
        width: 100%;
    }

    /*contact us*/
    #cont-text-contact {
        position: relative;
    }
    .txt-contact {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    #contact-us h1 {
        font-size: 35px;
    }
    #cont-form-contact {
        width: 100%;
        margin-left: 0;
    }
    #contact-us h2 {
        font-size: 24px;
    }
    #cont-form-contact {
        padding: 80px 20px;
    }
    #cont-form-contact .form-exotic {
        max-width: 540px;
        margin: auto;
    }

    #slider-company {
        margin-top: 85px;
        max-height: 500px;
        min-height: 500px;
    }
    .slide-home {
        height: 500px !important;
        min-height: 500px;
    }
    #personalized h2 {
        font-size: 32px;
        text-align: center;
    }
    .info-about-us {
        padding-bottom: 50px;
    }
    h2.let-us {
        font-size: 30px;
        margin-top: 50px;
    }
    #about-us {
        padding-bottom: 80px;
    }
    .info-about-us {
        padding-top: 80px;
    }
    #intro h1 br {
        display: none !important;
    }
    #personalized {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .link-footer {
        margin-bottom: 20px;
    }

    /*mls*/
    .filter-mls {
        width: 100%;
        float: none;
        position: relative;
        height: auto;
        padding-bottom: 20px;
    }
    .content-mls {
        width: 100%;
        margin-left: 0;
    }
    .cont-filter-mls {
        width: 100%;
    }
    #list-view-mls .price-re {
        margin-bottom: 0 !important;
    }

    /*real estate*/
    .form-exotic-horizontal .box-form {
        width: 100% !important;
    }
    .info-results span {
        display: block;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 5px 0;
        padding-bottom: 4px;
    }
    .info-results span:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    /*dev*/
    .info-development {
        max-width: 100%;
        margin-top: 20px;
    }
    .header-property .description-development {
        margin-bottom: 0;
    }
    .info-development .pbig {
        font-size: 20px;
    }
    .header-property h1 {
        font-size: 26px;
    }

    /*vacation*/
    .info-vacation-results,
    .slider-vacation {
        width: 100%;
        float: none;
    }

    /*neighborhoods*/
    #image-neig {
        height: 300px;
    }
}

@media (max-width: 480px) {
    h1,
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    body {
        font-size: 18px;
    }
    .pbig {
        font-size: 20px;
    }

    /*home*/
    .slide-home .texto-slide h1 {
        font-size: 28px;
    }
    .home-box {
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 40px 20px;
    }
    .slick-next,
    .slick-next:hover,
    .slick-next:visited,
    .slick-next:active,
    .slick-next:focus {
        right: -10px;
    }
    .slick-prev,
    .slick-prev:hover,
    .slick-prev:visited,
    .slick-prev:active,
    .slick-prev:focus {
        left: -10px;
    }
    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right {
        width: 40px;
        height: 40px;
    }
    .fancybox-navigation .fancybox-button {
        top: calc(50% - 20px);
        padding: 0;
    }
    .comillas {
        width: 50px;
        height: 40px;
    }
    .slide-testimonios .pbig {
        margin: 30px 0 0;
    }
    .slide-publicidad {
        height: 200px;
    }
    .btn-exotic {
        padding: 11px 30px;
    }
    .dotted-white {
        display: none;
    }

    /*real estate*/
    .buttons-view {
        padding: 20px;
    }
    .buttons-view .btn-blue {
        margin-bottom: 20px;
    }
    .boxes-info-re {
        padding-top: 40px !important;
    }
    .form-view {
        padding: 45px 20px 20px;
    }
    .rooms-1,
    .rooms-2 {
        width: 100%;
        float: none;
    }
    .rooms {
        margin-top: 40px;
    }
    .nav-tabs li {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .nav-tabs li a {
        border: 1px solid #aaa !important;
        padding: 20px 10px;
        font-size: 18px;
    }
    .name-box-re {
        width: 100%;
        margin-bottom: 5px;
    }
    .price-re {
        width: 100%;
        display: block;
        text-align: left;
        padding-left: 0;
        margin-bottom: 10px;
    }

    /*contact*/
    #contact-us h2 {
        font-size: 22px;
    }

    /*our company*/
    #personalized h2 {
        font-size: 30px;
    }
    h2.let-us {
        font-size: 28px;
    }

    /*vacation*/
    #header-re.header-vacation h1 {
        font-size: 30px;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search,
    #header-re.header-vacation .form-exotic-horizontal .box-form.bf-small,
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 100%;
    }
    #header-re {
        padding-top: 120px;
    }
    .form-exotic-horizontal {
        margin-top: 40px;
    }
    .vacation-box {
        padding: 20px 0;
    }

    .slider-vacation .slick-next,
    .slider-vacation .slick-next:hover,
    .slider-vacation .slick-next:visited,
    .slider-vacation .slick-next:active,
    .slider-vacation .slick-next:focus {
        right: 10px;
    }
    .slider-vacation .slick-prev,
    .slider-vacation .slick-prev:hover,
    .slider-vacation .slick-prev:visited,
    .slider-vacation .slick-prev:active,
    .slider-vacation .slick-prev:focus {
        left: 10px;
    }

    .main-img-vv a {
        height: 200px;
    }
    .secondary-img-vv a {
        height: 100px;
    }
    .tab-pane .rooms {
        margin-top: 0;
    }
    .buttons-vacation a {
        margin-top: 20px;
        font-size: 16px;
    }
    .availability .box-form {
        width: 100%;
        float: none;
        border: 1px solid #999;
    }
    .availability .box-form:last-child {
        border-top: none;
        border-left: 1px solid #999;
    }
    #sidebar-vacation .btn-blue,
    #sidebar-vacation .btn-cyan {
        font-size: 20px;
    }
    #sidebar-vacation {
        padding-left: 15px;
    }

    .table-rates {
        overflow: auto;
        width: 100%;
    }
    .table-rates::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(27, 26, 110, 0.3);
        border-radius: 0px;
        background-color: #f5f5f5;
    }

    .table-rates::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
    }
    .table-rates::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #9b124e;
    }
    .cont-tr {
        overflow: hidden;
        width: 500px;
    }

    .btn-property {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 991px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1199px) {
    .container {
        max-width: 1200px;
    }
    .navbar-nav li {
        display: inline-block;
    }
    .navbar-nav li {
        margin-left: 0px;
    }
    .navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
    .navbar-nav li {
        margin-left: 0px;
    }
}

/*testimonials*/
#header-testimonials {
    padding: 190px 0 90px;
    text-align: center;
}
#header-testimonials p {
    max-width: 730px;
    margin: 0 auto;
}
#subtest {
    background: #f9f6f0;
    padding: 35px 0 30px;
}
#subtest h2 {
    display: inline-block;
    padding: 0 55px 0 75px;
    margin: 0;
    position: relative;
}
#subtest h2:before {
    width: 54px;
    height: 40px;
    content: "";
    position: Absolute;
    left: -0px;
    top: 0px;
    background: url(../images/testimonials/comillas.svg) no-repeat center;
    background-size: 100%;
}
#subtest h2:after {
    width: 42px;
    height: 46px;
    content: "";
    position: Absolute;
    right: -0px;
    top: 0px;
    background: url(../images/testimonials/persons.svg) no-repeat center;
    background-size: 100%;
}
#testimonials {
    background: #eef2f2;
    padding-top: 34px;
    padding-bottom: 50px;
}
.box-test {
    background: #fff;
    max-width: 1150px;
    margin: 0 auto 30px;
    padding: 30px;
}
.box-test:last-child {
    margin-bottom: 0;
}
#conversation {
    background: #85d8e5;
    padding: 35px 0 30px;
}
#conversation h2 {
    margin: 0;
}
#form-test {
    padding: 40px 0 100px;
}
#form-test button {
    width: 100%;
}
#form-test form {
    max-width: 1150px;
    margin: auto;
}
.formtest {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.formtest .box-form {
    margin-right: 20px;
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
}
.formtest .box-form:last-child {
    margin-right: 0;
}
#followtest {
    padding-bottom: 100px;
    text-align: center;
}
#followtest h2 {
    margin-bottom: 56px;
}
.followtest {
    text-align: center;
}
.followtest a {
    display: inline-block;
    margin: 0 15px;
}
.followtest a img {
    width: 48px;
    transition: all ease-in 0.2s;
}
.followtest a:hover img {
    transform: scale(1.2);
}
@media (max-width: 768px) {
    #testimonials .pager {
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .formtest .box-form {
        max-width: 100%;
        margin: 0;
    }
    .formtest {
        display: block;
    }
    #header-testimonials {
        padding: 150px 0 60px;
    }
    #subtest h2 {
        padding: 0 50px 0 65px;
    }
    #subtest h2:before {
        width: 45px;
    }
    .box-test {
        padding: 20px 25px;
    }
}

.slide-carrusel-triple {
    margin-bottom: 15px;
}

.carrusel-vacation {
    padding-top: 50px !important;
}

.submenu {
    width: 235px;
}

#map {
    height: 470px;
}

.rectangle {
    width: 15px;
    height: 15px;
    background: #eef2f2;
    display: inline-flex;
}

span.days {
    margin-left: 5px;
    display: inline-flex;
    font-size: small;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.calendar .day.has-event {
    border: 1px solid #c81613 !important;
    background-color: #c81613;
}

.calendar .day.today {
    background-color: #c81613;
}
.calendar .day.has-event:after {
    content: none !important;
}

.box-info-re {
    padding-bottom: 20px;
    padding-top: 20px;
}

.img-rv {
    max-height: 277px;
}

.max-height-mls {
    max-height: 270px;
}

.blog-image {
    height: 400px;
}

.box-form-range {
    width: 100%;
}

.availability .box-form:last-child {
    border-left: 1px;
}

#header-re.header-vacation .form-exotic-horizontal .box-form {
    width: 17.2%;
    float: left;
    border-right: 1px solid #999;
}

@media (max-width: 991px) {
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 25%;
    }
}

@media (max-width: 768px) {
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 100%;
    }
}

.property-footer {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: flex-start;
    align-items: center;
}

.property-footer p {
    font-size: smaller;
    text-align: justify;
}

.author-picture {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.img-logo {
    height: 33px;
}

ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.reveal {
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.la-2x {
    font-size: 1.25em !important;
}

.logo-loader {
    width: 150px;
}

.logo {
    width: 150px;
}

.btn-service-home {
    display: block;
    width: 100%;
}

.form_control {
    width: 100%;
    padding: 0 30px;
    height: 60px;
    border: none;
}

.email-news {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding-left: 10px;

    font-weight: 500;
    height: 53px;
    margin-bottom: 20px;
}

.email-news::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.email-news::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.email-news:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.email-news::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.bordered-btn {
    padding: 14px 30px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.bordered-btn:after {
    display: inline-flex;
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 10px;
}

.footer-text h5 {
    color: #ffff;
    font-size: 25px;
    font-weight: 100;
    line-height: 28px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#timeline {
    margin-bottom: 100px;
}
.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
    padding-bottom: 30px;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #a2c74b;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: -1;
}

.valores-image {
    width: 50%;
}

.timeline-container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.timeline-container-both {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.timeline-container-both.left {
    left: 0;
}

.timeline-container-both.right {
    left: 50%;
}

.timeline-container.left {
    left: 0;
}

.timeline-container.right {
    left: 50%;
}

.timeline-container::after {
    content: attr(data-after);
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 55px);
    right: -40px;
    background: #a2c74b;
    border: 2px solid #a2c74b;
    border-radius: 50px;
    z-index: 1;
    color: #272635;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-container.right::after {
    left: -40px;
}

.timeline-container::before {
}

.timeline-container.right::before {
    left: 8px;
}

.timeline-container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 55px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006e51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.timeline-container.left .date {
    right: -75px;
}

.timeline-container.right .date {
    left: -75px;
}

.timeline-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #f6d155;
    border: 2px solid #006e51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006e51;
    z-index: 1;
}

.timeline-container.left .icon {
    right: 56px;
}

.timeline-container.right .icon {
    left: 56px;
}

.timeline-container .content {
    position: relative;
    border-radius: 0 500px 500px 0;
}

.timeline-container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.timeline-container .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #006e51;
}

.timeline-container .content p {
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .timeline-container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .timeline-container.right {
        left: 0%;
    }

    .timeline-container.left::after,
    .timeline-container.right::after {
        left: 82px;
    }

    .timeline-container.left::before,
    .timeline-container.right::before {
        left: 100px;
        border-color: transparent #006e51 transparent transparent;
    }

    .timeline-container.left .date,
    .timeline-container.right .date {
        right: auto;
        left: 15px;
    }

    .timeline-container.left .icon,
    .timeline-container.right .icon {
        right: auto;
        left: 146px;
    }

    .timeline-container.left .content,
    .timeline-container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

.product-category li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.product-category li a.active {
    background: #82ae46;
    color: #fff;
}

.product-category li a {
    color: #82ae46;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.product .img-prod {
    position: relative;
    display: block;
    overflow: hidden;
}

.product .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .img-prod span.status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    background: #82ae46;
    font-size: 12px;
}

.product:hover .img-prod .overlay {
    opacity: 0;
}

.product .img-prod .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #82ae46;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .text {
    background: #fff;
    position: relative;
    width: 100%;
}

.product .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product .text .bottom-area {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #82ae46;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.paginate ul {
    padding: 0;
    margin: 0;
}

.paginate ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.paginate ul li a,
.paginate ul li span {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.paginate ul li.active a,
.paginate ul li.active span {
    background: #82ae46;
    color: #fff;
    border: 1px solid transparent;
}

.product-category li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.product-category li a {
    color: #82ae46;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.product-category li a.active {
    background: #82ae46;
    color: #fff;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
@media (max-width: 991.98px) {
    .product {
        margin-bottom: 30px;
    }
}
.product .img-prod {
    position: relative;
    display: block;
    overflow: hidden;
}
.product .img-prod .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #82ae46;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .img-prod span.status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    background: #82ae46;
    font-size: 12px;
}
.product .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .img-prod:hover img,
.product .img-prod:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product .img {
    display: block;
    height: 500px;
}
.product .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .icon span {
    color: #000000;
}
.product:hover .icon {
    opacity: 1;
}
.product:hover .img-prod .overlay {
    opacity: 0;
}
.product .text {
    background: #fff;
    position: relative;
    width: 100%;
}
.product .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Poppins", Arial, sans-serif;
}
.product .text h3 a {
    font-size: 15px;
    font-weight: 500;
    color: #bb3123;
    transition: all ease-in 0.2s;
    padding: 10px 15px;
}
.product .text p.price {
    margin-bottom: 0;
    color: #82ae46;
    font-weight: 400;
}
.product .text p.price span.price-dc {
    text-decoration: line-through;
    color: #b3b3b3;
}
.product .text p.price span.price-sale {
    color: #82ae46;
}
.product .text .pricing {
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .text .bottom-area {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #82ae46;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.product .text .bottom-area .m-auto {
    margin: 0 auto;
}
.product:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
}
.product:hover .pricing {
    opacity: 0;
}
.product:hover .text .bottom-area {
    opacity: 1;
}

.product-details h3 {
    font-size: 30px;
    font-weight: 400;
}

.product-details .price span {
    font-size: 30px;
    color: #000000;
}

.product-details button i {
    color: #000000;
}

.product-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px;
}

.product-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px;
}

.product-details button,
.product-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #82ae46;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}
.product-details button:hover,
.product-details button:focus,
.product-details .form-control:hover,
.product-details .form-control:focus {
    text-decoration: none;
    outline: none;
}

.product-details .form-group {
    position: relative;
}
.product-details .form-group .form-control {
    padding-right: 40px;
    color: #000000;
    background: transparent !important;
}
.product-details .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d;
}
.product-details .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
}
.product-details .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4d4d4d;
}
.product-details .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
}
.product-details .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}
.product-details .form-group .icon span {
    color: #000000;
}
@media (max-width: 767.98px) {
    .product-details .form-group .icon {
        right: 10px;
    }
}
.product-details .form-group .select-wrap {
    position: relative;
}
.product-details .form-group .select-wrap select {
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ftco-cart button i {
    color: #82ae46;
}

.ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart button,
.ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
    padding: 0;
    font-size: 14px;
}

.ftco-cart .form-group {
    position: relative;
}
.ftco-cart .form-group .form-control {
    padding-right: 40px;
}
.ftco-cart .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #82ae46;
}
.ftco-cart .form-group .icon span {
    color: #82ae46;
}
@media (max-width: 767.98px) {
    .ftco-cart .form-group .icon {
        right: 10px;
    }
}
.ftco-cart .form-group .select-wrap {
    position: relative;
}
.ftco-cart .form-group .select-wrap select {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ftco-cart .info label {
    font-size: 13px;
    color: #000000;
}

.cart-list {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    text-align: center;
}
.table th {
    font-weight: 500;
}
.table .thead-primary {
    background: #82ae46;
}
.table .thead-primary tr th {
    padding: 20px 10px;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.table tbody tr td {
    text-align: center !important;
    vertical-align: middle;
    padding: 40px 10px;
    border: 1px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table tbody tr td.product-remove a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    color: #000000;
}
.table tbody tr td.product-remove a:hover {
    border: 1px solid #82ae46;
    background: #82ae46;
}
.table tbody tr td.product-remove a:hover span {
    color: #fff;
}
.table tbody tr td.quantity {
    width: 20%;
}
.table tbody tr td.image-prod .img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.table tbody tr td.product-name {
    width: 30%;
}
.table tbody tr td.product-name h3 {
    font-size: 16px;
}
.table tbody tr td.total,
.table tbody tr td.price {
    color: #000000;
}

.cart-wrap .btn-primary {
    display: inline-block;
}

.cart-total {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.cart-total h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.cart-total p {
    width: 100%;
    display: block;
}
.cart-total p span {
    display: block;
    width: 50%;
}
.cart-total p.total-price span {
    text-transform: uppercase;
}
.cart-total p.total-price span:last-child {
    color: #000000;
    font-weight: 600;
}
.cart-total hr {
    background: rgba(255, 255, 255, 0.1);
}

.billing-heading {
    font-size: 24px;
}

.billing-form .form-group {
    position: relative;
}

.billing-form label {
    color: #000000;
    font-size: 14px;
}

.billing-form .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.billing-form .icon span {
    color: black !important;
}

.billing-form .select-wrap {
    position: relative;
}
.billing-form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.billing-form .form-control {
    font-weight: 300;
    border: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 58px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.billing-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control:focus,
.billing-form .form-control:active {
    border-color: #82ae46 !important;
}

.billing-form textarea.form-control {
    height: inherit !important;
}

.cart-detail {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-detail.cart-total {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-detail .btn-primary {
    display: block;
    width: 100%;
}

.btn.btn-black:hover {
    background: #82ae46;
    border: 1px solid #82ae46;
    color: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border: none;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input {
    background: #fff !important;
    border: 1px solid transparent;
    color: black !important;
    font-size: 14px;
    font-weight: 300;
}

.subscribe-form .form-group .submit {
    border-left: 1px solid #82ae46;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    background: #82ae46 !important;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.blog-entry .text .heading a {
    color: #bb3123;
}
.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 100%;
}

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

.blog-entry .meta > div a {
    color: black;
    font-size: 12px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-primary {
    background: #bb3123;
    border: 1px solid #bb3123;
    color: #fff;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    background: #fff;
}

.search-form .form-group input {
    padding-right: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: black;
    font-size: 13px;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sidebar-box h3.heading {
    font-size: 20px;
    margin-bottom: 30px;
}

.block-21 .text .heading-1 {
    font-size: 18px;
    font-weight: 300;
}

.block-21 .text .heading-1 a {
    color: #bb3123;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}
.categories {
    padding: 0;
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.btn.btn-primary:hover {
    border: 1px solid #82ae46;
    background: transparent;
    color: #82ae46;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}
