@import "fonts.css";
@import "web-fonts.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*  CSS definations for Hughes & Rienzi  */


/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tags

2. SITE STRUCTURE & APPEARANCE
2.1 Header
	2.1.1 Logo
	2.1.2 Navigation
2.2 Hero Slider
2.3 Main Conatiner
	2.3.1 Project Box
	2.3.2 Insta Feeds
	2.3.3 Fillform
	2.3.4 Filters
	2.3.5 Tab
	2.3.6 Banner
2.4 Footer
	2.4.1 Newsletter

-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/


/* 0. RESET */


/*-------------------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

[class^="rhd-icon-"] {
    display: inline-block;
    font: normal normal normal 1em/1 'RHD';
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 3px
}

* {
    outline: none;
}


/*-------------------------------------------------------------------------------------------*/


/* 1. SETUP */


/*-------------------------------------------------------------------------------------------*/


/* 1.1 Defaults */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'avertaextrabold';
    font-weight: bold;
    color: #122438;
}

h1 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: 'avertaregular';
}

i,
em {
    font-style: italic;
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

textarea {
    overflow: auto;
    font-family: 'avertaregular';
    /* Body Font Family Will Come Here */
}

a {
    color: #183648;
    text-decoration: none !important;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

a:hover {
    color: #183648;
}

address {
    font-style: normal;
}

img {
    max-width: 100%;
    width: auto\9;
    min-height: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.text-newsletter {
    font-family: 'avertaextrabold' !important;
    font-weight: 500 !important;
    line-height: 10.2 !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    background-color: none !important;
}

.text-newsletter::placeholder {
    color: #fff !important;
    opacity: 1 !important;
    /* Firefox */
    text-align: center !important;
}

.requerido {
    border: solid 1px red !important;
}

.input-mail {
    display: none;
}

.social_links {
    float: left;
    width: 100%;
    margin: 11px;
}

.social_links li {
    display: inline-block;
    margin-right: 50px;
    font-size: 25px
}

.redes_abierta {
    display: block !important;
}

.redes_cerrada {
    display: none;
}


/* 1.2 Common Tags */

.heading {
    margin-bottom: 40px;
    color: #fff;
    font-size: 35px;
    text-align: center;
}

.heading:after {
    content: "";
    background: #fff;
    width: 290px;
    height: 2px;
    display: block;
    margin: 18px auto 0 auto;
}

.form-control {
    font-family: 'avertasemibold';
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    border: 1px solid #fff;
    padding: 0 25px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}

.textarea {
    padding-top: 20px;
    height: 120px;
    line-height: normal;
    resize: vertical;
}

.btn-submit {
    font-family: 'avertasemibold';
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: none;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 213px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-submit:hover {
    background: #fff;
    color: #122438;
}

.btn-submit1 {
    font-family: 'avertasemibold';
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: none;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    width: 213px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-submit1:hover {
    background: #fff;
    color: #014178;
}

p {
    /*line-height: 32px;*/
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.filter-section .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #112438;
    opacity: 1;
    /* Firefox */
}

.btn-primary {
    font-family: 'avertasemibold';
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 45px;
    display: inline-block;
    color: #122438;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #122438;
    color: #fff;
}

.btn-primary1 {
    font-family: 'avertasemibold';
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 45px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary1:hover {
    background: #ffffff;
    color: #122438;
}

.home2 .newsletter .btn-primary:hover {
    background: #fff;
    color: #122438;
}

.btn-primary.btn-white {
    border: 1px solid #fff;
    color: #fff;
    background: none;
}

.btn-primary.btn-white:hover {
    background: #fff;
    color: #122438;
}

.style-select {
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 1px solid #5b6876;
    font-family: 'avertasemibold';
    position: relative;
    width: 175px;
}

select.select {
    position: relative;
    z-index: 10;
    width: 100% !important;
    height: 45px !important;
    line-height: 45px;
    -webkit-appearance: none;
}

span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 100%;
    text-indent: 10px;
    z-index: 1;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    color: #455a6e;
}

span.select:after {
    content: "\ea14";
    font-family: 'RHD';
    right: 13px;
    position: absolute;
}


/*-------------------------------------------------------------------------------------------*/


/* 2. SITE STRUCTURE & APPEARANCE */


/*-------------------------------------------------------------------------------------------*/

body {
    background: #fff;
    font-family: 'avertaregular';
    margin: 0;
    font-size: 29px;
    color: #183648;
    overflow-x: hidden;
}

html {
    position: relative;
    min-height: 100%;
}

.box {
    width: 1855px;
    margin: 0 auto;
}

.box-proyecto {
    padding: 70px 0 70px 0;
    height: 1030px;
}


/* 2.1 Header */


/*.header {
	background: #014178;
	padding: 50px 50px 50px 50px;
	position: relative;
	z-index: 999;
}*/

.header {
    padding: 25px 25px 25px 25px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header_internas {
    padding: 25px 25px 25px 25px;
    background-color: #004178;
    position: fixed;
    width: 100%;
    /*height: 150px;*/
    z-index: 999999;
}

.header_internas_rhd {
    padding: 25px 25px 25px 25px;
    background-color: #9b9b9c;
    position: fixed;
    width: 100%;
    /*height: 150px;*/
    z-index: 999999;
}

.header.header-bg-none {
    background: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/* 2.1.1 Logo */

.logo {
    width: 150px;
    float: left;
}

.header-right {
    padding-top: 5px;
    float: right;
}

.logo-rhd {
    margin-left: 35px;
    margin-right: 25px;
    float: right;
}

.home2 .header-right {
    padding-top: 6px;
}

.home2 .navigation>ul>li {
    line-height: 57px;
}


/* 2.1.2 Navigation */

.navigation {
    float: right;
}

.navigation>ul>li {
    line-height: 40px;
    margin-left: 35px;
    float: left;
    position: relative;
}

.navigation>ul>li:first-child {
    margin-left: 0;
}

.navigation>ul>li>a {
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.navigation>ul>li>a:hover,
.navigation>ul>li.nav-active>a {
    border-bottom: 2px solid #fff;
}

.navigation li ul {
    width: 200px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}

.navigation li:hover ul {
    display: block;
}

.navigation li ul li {
    border-top: 1px solid #ddd;
    line-height: normal;
}

.navigation li ul li:first-child {
    border-top: none;
}

.navigation li ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
}

.navigation li ul li a:hover {
    background: #d9ecfd;
}

.menu-icon {
    display: none;
}


/* 2.2 Hero Slider */

.hero-slider {
    position: relative;
}

.hero-slider li {
    background-position: left top !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 906px;
}

.flexslider {
    background: url(../images/loader.gif) no-repeat scroll center center;
}

.flexslider .slides {
    margin: 0;
    list-style-type: none;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    background-position: center top !important;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider {
    position: relative;
}

.flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    text-align: center;
}

.flexslider .flex-control-nav li {
    display: inline-block;
    margin-left: 13px;
    cursor: pointer;
}

.flexslider .flex-control-nav li:first-child {
    margin-left: 0;
}

.flexslider .flex-control-nav li a {
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -9999px;
}

.flexslider .flex-control-nav li a.flex-active {
    border: 2px solid transparent;
    background: #fff;
}

.hero-caption {
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.hero-caption h3 {
    font-family: 'avertaextrabold';
    font-size: 38px;
    color: #fff;
    line-height: 22px;
}

.hero-caption h4 {
    font-family: 'avertasemibold';
    margin-bottom: 25px;
    font-size: 30px;
    display: block;
    color: #fff;
}

.search-form {
    width: 985px;
    margin: 0 auto;
}

.search-form-prop {
    /*width: 1000px;*/
    width: 940px;
    margin: 0 auto;
}

.search-form-border>ul>li {
    border: 1px solid #5b6876;
    border-right: none;
    height: auto;
    float: left;
    position: relative;
    margin-top: 10px;
}

.search-form>ul>li {
    border-left: : 1px solid #5b6876;
    height: auto;
    float: left;
    position: relative;
}

.search-form-border>ul>li:last-child {
    border-right: 1px solid #5b6876;
}

.search-form>ul>li>a {
    background: #fff;
    line-height: 60px;
    padding: 0 19px;
    display: block;
    color: #122438;
    font-size: 14px;
}

.search-form>ul>li.gray>a {
    color: #a6a9ae;
}

.search-form>ul>li:hover>a {
    background: #004178;
    color: #fff;
}

.search-form li a span {
    width: 10px;
    margin-left: 0px;
    line-height: 30px;
    display: inline-block;
}

.search-form li:hover a span {
    /*background: url("../images/arrow-nav-white.png") no-repeat right center;*/
}

.search-form>ul>li:first-child>a {
    font-family: 'avertasemibold';
}

.search-form li.location a span {
    margin-left: 15px;
}

.search-form li ul {
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    display: none;
}

.search-form li:hover ul {
    display: block;
}

.search-form li ul li {
    border-top: 1px solid #c3c8cd;
    height: auto;
}

.search-form li ul li:first-child {
    border-top: none;
}

.search-form li ul li a {
    background: #fff;
    line-height: normal;
    color: #122438;
    font-size: 12px;
    /*padding: 12px 15px;*/
    text-align: left;
    display: block;
}

.search-form li ul li a:hover {
    background: #ebe7e7;
}

.search-form .style-select {
    border: none;
    width: 120px;
    background: #fff;
    text-align: left;
}

.search-form .style-select:hover {
    background: #004178;
}

.search-form .style-select1 {
    text-transform: uppercase;
}

.search-form .style-select2 {
    width: 180px;
}

.style-select-moneda {
    width: 80px !important;
}

.width-local {
    width: 292px;
}

.search-form .style-select3 {
    width: 160px;
}

.search-form .style-select2 span.select:before,
.search-form .style-select3 span.select:before {
    content: "";
    background: url("../images/ico-key.png") no-repeat left top;
    background-size: 100% 100% !important;
    width: 11px;
    height: 19px;
    margin: 0 8px 0 0;
    display: inline-block;
    position: relative;
    top: 4px;
}

.search-form .style-select2:hover span.select:before {
    background: url("../images/ico-key-white.png") no-repeat left center;
}

.search-form .style-select3 span.select:before {
    background: url("../images/ico-locaation.png") no-repeat left center;
    width: 16px;
    height: 20px;
}

.search-form .style-select3:hover span.select:before {
    background: url("../images/ico-locaation-white.png") no-repeat left center;
}

.search-form select.select {
    height: 60px !important;
    line-height: 60px;
}

.search-form span.select {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #122438;
}

.search-form .style-select:hover span.select {
    color: #fff;
}

.filtro-pdesde-phasta {
    width: 130px !important;
}

.search-form .form-control {
    font-family: 'avertaregular';
    background: #fff;
    width: 100px;
    height: 60px;
    line-height: 57px;
    padding: 0 10px;
    margin-bottom: 0;
    color: #a6a9ae;
    font-size: 13px;
    text-align: left;
    -webkit-appearance: none;
}

.search-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a6a9ae;
    opacity: 1;
    /* Firefox */
}

.btn-search {
    background: #fff;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: none;
    border-radius: 15px;
    width: 108px;
    height: 60px;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #122438;
}

.btn-search span {
    font-family: 'avertasemibold';
    display: inline-block;
    font-size: 14px;
    line-height: 0px;
}

.btn-search span:before {
    content: "\ea15";
    margin-right: 5px;
    font-size: 17px;
    font-family: 'RHD';
    position: relative;
    top: 4px;
}

.btn-search:hover {
    background: #014178;
    color: #fff;
}

.whatsapp {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 40px;
    z-index: 99999999;
}


/* 2.3 Main Conatiner */

.featured-properties {
    padding: 75px 0 0px 0;
}

.featured-properties h2 {
    margin-bottom: 50px;
    text-align: center;
}

.featured-properties-in {
    width: 600px;
    margin: 0 auto 75px auto;
    position: relative;
}

.featured-properties-in .flex-viewport {
    overflow: visible !important;
}

.featured-properties-in li .property-items {
    margin: 0 45px;
    opacity: 0.4;
}

.featured-properties-in li.flex-active-slide .property-items {
    transform: scale(1.1);
    opacity: 1;
}

.featured-properties-in .featured-text {
    padding-top: 20px;
    display: none;
}

.featured-properties-in li.flex-active-slide .featured-text {
    display: block;
    text-align: center;
}

.featured-properties-in .featured-text h3 {
    font-family: 'avertabold';
    font-size: 20px;
}

.featured-properties-in .featured-text h4 {
    font-family: 'avertasemibold';
    color: #2b96ce;
    font-size: 18px;
    margin-bottom: 13px;
}

.featured-properties-in .featured-text h3 span {
    font-family: 'avertalight';
}

.featured-properties-in .flex-prev,
.featured-properties-in .flex-next {
    background: url("../images/sprite-arrow.png") no-repeat left top;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-properties-in .flex-prev {
    background-position: left top;
    left: -20px;
}

.featured-properties-in .flex-next {
    background-position: right top;
    right: -20px;
}

.featured-properties-in .img-box {
    position: relative;
}

.btn-loaction {
    font-family: 'avertabold';
    background: #fff;
    border: 1px solid #122438;
    width: auto;
    height: auto;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #122438;
    font-size: 12px;
    text-align: center;
}

.btn-loaction span {
    background: url("../images/ubicacion.svg") no-repeat left center;
    padding-left: 20px;
    display: inline-block;
}


/* 2.3.1 Project Box */

.project-box {
    background: url("../images/project-box.jpg") no-repeat left top;
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 88px 0 70px 0;
    height: 1030px;
}

.swiper-container {
    height: 500px;
}

.swiper-container-rd {
    height: 400px;
}

.project-box h3 {
    margin-bottom: 168px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

.project-col-left {
    width: 50%;
    float: left;
}

.project-col-left h4 {
    font-family: 'avertasemibold';
    margin-bottom: 25px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.project-col-left strong {
    font-family: 'avertasemibold';
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.project-col-left .logo-medro {
    width: 175px;
    margin-bottom: 40px;
}

.project-col-right {
    width: 50%;
    float: right;
}

.btn-info {
    /*background: #fff;*/
    border-radius: 15px;
    border: 1px solid #ffffff;
    font-family: 'avertasemibold';
    width: 115px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
}

.btn-info:hover {
    background-color: #ffffff;
    color: #122438;
}

.location-link {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.location-link:hover {
    color: #fff;
}

.project-timeline {
    padding-top: 25px;
    float: right;
}

.project-timeline li {
    font-family: 'avertabold';
    line-height: 70px;
    margin-bottom: 15px;
    color: #b5b7bc;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: right;
}

.project-timeline li.active {
    color: #fff;
}

.project-timeline li .ico-timeline {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-left: 25px;
    float: right;
    position: relative;
}

.project-timeline li:first-child .ico-timeline:after {
    /*content: "";
	background: #fff;
	width: 1px;
	height: 37px;
	display: block;
	position: absolute;
	bottom: -27px;
	left: 50%;*/
}

.project-timeline li.border-none .ico-timeline {
    border: 1px solid transparent;
}

.project-timeline li .ico-timeline:before {
    content: "";
    border: 3px solid #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.project-timeline li.border-none .ico-timeline:before {
    border: 3px solid #b5b7bc;
}

.project-row .btn-primary {
    margin-top: 75px;
    width: 240px;
}


/* 2.3.2 Insta Feeds */

.insta-feeds {
    padding: 50px 0 50px 0;
    text-align: center;
}


/*
.insta-feeds .box {
	width: 1680px;
}*/

.insta-feeds h2 {
    margin-bottom: 17px;
    color: #122438;
    font-size: 30px;
}

.insta-listing {
    position: relative;
}

.insta-listing ul {
    margin-left: -16px;
}

.insta-listing li {
    width: 400px;
    margin: 0 0 0 16px;
    float: left;
}

.insta-listing li img {
    width: 100%;
}

.insta-listing .btn-prev,
.insta-listing .btn-next {
    width: auto;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    color: #004178;
    font-size: 60px;
}

.insta-listing .btn-prev {
    left: -75px;
}

.insta-listing .btn-next {
    right: -75px;
}

.img-insta {
    margin-bottom: 40px;
}


/* 2.3.3 Fillform */

.fillform {
    background: #122438;
    padding: 50px 0;
    color: #fff;
}

.fillform h3 {
    line-height: 46px;
    font-size: 30px;
    color: #fff;
}

.fillform .fillform-left-col {
    padding-top: 30px;
    float: left;
}

.fillform .fillform-right-col {
    width: 675px;
    float: right;
}

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

.fillform-row .form-control {
    width: 215px;
    margin-left: 15px;
    float: left;
}

.fillform .btn-submit {
    float: right;
}


/* 2.3.4 Filters */

.filter-section {
    padding: 140px 0 0 0;
    margin-bottom: 50px;
}

.filter-left {
    float: left;
}

.filter-left-in {
    border: 1px solid #5b6876;
    float: left;
}

.filter-left-in li {
    border-left: 1px solid #5b6876;
    line-height: 60px;
    height: 60px;
    float: left;
    font-size: 14px;
}

.filter-left-in li.font-semibold {
    font-family: 'avertasemibold';
    text-transform: uppercase;
}

.filter-left-in li:first-child {
    border-left: none;
}

.filter-left-in li a {
    padding: 0 25px;
    color: #112438;
    font-size: 14px;
    display: block;
}

.filter-left-in li a img {
    margin-left: 15px;
}

.filter-left-in li a span {
    background: url("../images/arrow-nav.png") no-repeat right center;
    width: 10px;
    margin-left: 7px;
    line-height: 60px;
    display: inline-block;
    text-indent: -9999px;
}

.filter-left-in li.location a span {
    margin-left: 15px;
}

.filter-left .btn-search {
    border: 1px solid #5b6876;
    height: 62px;
    margin-left: 15px;
    float: left;
}

.filter-right {
    padding-top: 10px;
    float: right;
}

.filter-right strong {
    font-family: 'avertabold';
    margin-right: 10px;
    line-height: 46px;
    float: left;
    color: #112438;
    font-size: 13px;
}

.filter-right .style-select {
    float: right;
}

.filter-section .form-control {
    font-family: 'avertaregular';
    border: none;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #112438;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.filter-section .number {
    width: 30px;
    display: inline-block;
}

.filter-left-in .style-select {
    width: auto;
    border: none;
}

.filter-left-in select.select {
    height: 60px !important;
    line-height: 60px;
}

.filter-left-in span.select {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.filter-left-in li.key {
    width: 190px;
}

.filter-left-in li.key span.select:before,
.filter-left-in li.location span.select:before,
.filter-left-in li.bedroom span.select:before {
    content: "";
    background: url("../images/ico-key2.png") no-repeat left top;
    background-size: 100% 100% !important;
    width: 11px;
    height: 19px;
    margin: 0 8px 0 0;
    display: inline-block;
    position: relative;
    top: 4px;
}

.filter-left-in li.location .style-select {
    width: 90px;
}

.filter-left-in li.location span.select:before {
    background: url("../images/ico-location4.png") no-repeat left center;
    width: 15px;
    height: 18px;
}

.filter-left-in li.bedroom {
    padding: 0 8px;
}

.filter-section .form-control.font-semibold {
    font-family: 'avertasemibold';
}

.property-list>ul {
    margin-left: -30px;
}

.property-list>ul>li {
    width: 531px;
    margin: 0 0 50px 30px;
    float: left;
    text-align: center;
}

.property-media {
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
}

.property-media img {
    width: 100%;
}

.property-text h3 {
    /*font-family: 'avertabold';
	color: #001624;
	font-size: 23px;*/
    font-family: 'avertabold';
    font-size: 20px;
}

.property-text h3 span {
    font-family: 'avertalight';
}

.property-text strong {
    /*font-family: 'avertasemibold';*/
    color: #2b96ce;
    font-size: 18px;
    margin-bottom: 13px;
}

.property-list li .btn-loaction {
    font-family: 'avertabold';
    background: #fff;
    border: 1px solid #122438;
    width: auto;
    height: auto;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #122438;
    font-size: 12px;
    text-align: center;
}

.property-list li .property-overlay {
    background: url("../images/bg-overlay.png") repeat left top;
    opacity: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.property-list li:hover .property-overlay {
    top: 0;
    opacity: 100%;
}

.property-list li .property-overlay .overlay-content {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.property-list li .property-overlay .overlay-content li {
    /*width: 180px;*/
    margin-bottom: 11px;
    display: inline-block;
    vertical-align: top;
}

.property-list li .property-overlay .overlay-content li .ico-property {
    float: left;
    margin-right: 10px;
}

.property-list li .property-overlay .overlay-content li .property-content {
    padding-top: 9px;
    overflow: hidden;
    text-align: left;
    display: block;
}

.property-list li .property-overlay .overlay-content li .property-content span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: -10px 0 -5px 0;
}

.property-list li .property-overlay .overlay-content li .property-content strong {
    color: #fff;
    font-size: 13px;
    display: block;
}

.property-list li .property-overlay .overlay-content p {
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #fff;
    font-size: 13px;
}

.property-list li .property-overlay .overlay-content .btn-info {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    width: 70px;
    height: 23px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

.property-list li .property-overlay .overlay-content .btn-info:hover {
    background: #fff;
    color: #000;
}

.property-list-2col>ul {
    margin-left: -47px;
}

.property-list-2col>ul>li {
    width: 801px;
    margin: 0 0 50px 50px;
}

.brand-logo {
    width: 100%;
    left: 0;
    top: 70px;
    position: absolute;
    z-index: 999;
}

.brand-logo img {
    width: auto;
}

.property-list-2col li .property-overlay .overlay-content p {
    font-family: 'avertasemibold';
    margin-bottom: 35px;
    font-size: 24px;
}

.property-list-2col li strong {
    font-family: 'avertasemibold';
    margin-bottom: 38px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.property-list-2col li .property-overlay .overlay-content .btn-info {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    width: 70px;
    height: 23px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 25px;
}

.link-location {
    background: url("../images/ubicacion_blanco.svg") no-repeat left top;
    font-family: 'avertasemibold';
    padding-left: 26px;
    line-height: 26px;
    position: absolute;
    left: 50%;
    bottom: 75px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.link-location:hover {
    color: #fff;
}


/* 2.3.5 Tab */

.tab {
    padding-top: 155px;
}

.tab-nav {
    margin-bottom: 55px;
    text-align: center;
}

.tab-nav li {
    border-bottom: 3px solid transparent;
    padding: 0 20px;
    display: inline-block;
    border-left: 1px solid;
}

.tab-nav li:first-child {
    margin-left: 0;
    border-left: none;
}


/*
.tab-nav li:hover,
.tab-nav li.active {
	border-bottom: 3px solid #004178;
}*/

.tab-nav li a:hover,
.tab-nav li.active a {
    border-bottom: 3px solid #004178;
}

.tab-nav li a {
    font-family: 'avertasemibold';
    color: #004178;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}


/* 2.3.6 Banner */

.banner {
    background: url("../images/bg-banner.jpg") no-repeat left top;
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100vh;
    position: relative;
}

.banner-caption {
    font-family: 'avertaextrabold';
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.banner-caption p {
    line-height: 50px;
}

.tab2 {
    padding-top: 50px;
}

.tab-nav2 {
    margin-bottom: 50px;
    text-align: center;
}

.tab-nav2 li {
    display: inline-block;
    margin-left: 0;
    width: 24%;
}

.tab-nav2 li:first-child {
    margin-left: 0;
}

/*.tab-nav2 li {
    display: inline-block;
    margin-left: 150px;
}

.tab-nav2 li:first-child {
    margin-left: 0;
}*/

.tab-nav2 li a {
    font-family: 'avertalight';
    line-height: 20px;
    color: #014178;
    font-size: 16px;
}

.tab-nav2 li a:hover {
    color: #2b94cc;
}

.tab-nav2 li .ico-tab {
    margin-bottom: 7px;
    display: block;
}

.content-box {
    font-family: 'avertalight';
    /*padding-top: 30px;*/
    margin-bottom: 60px;
}

.content-box p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

.content-box p strong {
    font-family: 'avertasemibold';
}

.content-box h3 {
    font-family: 'avertabold';
    margin-bottom: 30px;
    font-size: 28px;
    color: #112438;
}

.content-col-left {
    width: 40%;
    float: left;
}

.content-col-right {
    width: 55%;
    margin-bottom: 50px;
    float: right;
}

.btn-section {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.btn-default {
    box-sizing: border-box;
    border: 1px solid #205989;
    font-family: 'avertabold';
    width: 100%;
    float: left;
    /*height: 81px;*/
    line-height: 50px;
    margin-bottom: 14px;
    display: block;
    /*color: #112438;*/
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-default:hover {
    background: #205989;
    color: #fff !important;
}

.btn-default i {
    font-size: 22px;
    position: relative;
    top: 5px;
}

.btn-default.btn-share {
    border: 1px solid #2b94cc;
    width: 49%;
    color: #2b94cc;
}

.btn-default.btn-share:hover {
    background: #2b94cc;
    color: #fff;
}

.btn-default.btn-whatsapp {
    border: 1px solid #28a632;
    width: 49%;
    float: right;
    color: #28a632;
}

.btn-default.btn-whatsapp:hover {
    background: #28a632;
    color: #fff;
}

.btn-default img {
    margin-left: 13px;
}

.hero-slider2 li {
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    height: 952px;
    position: relative;
}

.hero-slider2 .hero-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.hero-slider2 .hero-caption h3 {
    margin-bottom: 10px;
    line-height: 50px;
    color: #fff;
    font-size: 60px;
}

.hero-slider2 .hero-caption strong {
    font-family: 'avertabold';
    display: block;
    font-size: 25px;
}

.tab-style2 {
    padding-top: 100px;
}

.tab-style2 .tab-nav {
    margin-bottom: 120px;
}

.tab-style2 .tab-nav li {
    border-bottom: 2px solid transparent;
}

.tab-style2 .tab-nav li.active {
    border-bottom: 2px solid #122438;
}

.tab-style2 .tab-nav li a {
    color: #122438;
    font-size: 20px;
}

.development-col-left {
    background: #f3f3f2;
    box-sizing: border-box;
    /*width: 866px;*/
    width: 50%;
    padding: 30px 30px 30px 30px;
    float: left;
}

.development-col-right {
    background: url("../images/img-development.jpg") no-repeat left top;
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*width: 822px;*/
    width: 50%;
    height: 700px;
    /*margin: 40px 0 0 -55px;*/
    float: right;
}

.box-width-1635 {
    width: 1635px;
}

.development-box {
    background-color: #f3f3f2;
}

.development-box h3 {
    font-family: 'avertabold';
    margin-bottom: 40px;
    font-size: 35px;
}

.development-box p {
    font-family: 'avertalight';
    margin-bottom: 30px;
    line-height: 20px;
    color: #313335;
    font-size: 16px;
}

.development-box p strong {
    font-family: 'avertabold';
}

.counter-list {
    padding: 100px 0 83px 0;
    text-align: center;
}

.counter-list li {
    display: inline-block;
    margin-left: 170px;
    position: relative;
}

.counter-list li:first-child {
    margin-left: 0;
}

.counter-list li strong {
    font-family: 'Bebas Neue', cursive;
    color: #e0e0e0;
    font-size: 160px;
}

.counter-list li span {
    font-family: 'avertabold';
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    color: #183648;
    font-size: 25px;
    text-transform: uppercase;
}

.property-box {
    background: #122438;
    padding: 50px 0 0 0;
    margin: 75px 0 0 0;
    color: #fff;
    position: relative;
}

.property-box .box {
    /*width: 1655px;*/
}

.property-list2 ul {
    margin-left: -40px;
}

.property-list2 li {
    width: 46.55%;
    margin: 0 0 40px 40px;
    float: left;
}

.more-projects {
    border: 1px solid #fff;
    width: 227px;
    height: 51px;
    line-height: 40px;
    display: block;
    margin: 20px auto 0 auto;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
}

.more-projects i {
    line-height: 51px;
    display: inline-block;
    border-right: 1px solid #fff;
    margin-right: 26px;
    position: relative;
    padding: 0 10px;
}

.more-projects span {
    position: relative;
    top: -7px;
}

.more-projects:hover {
    background: #fff;
    color: #000;
}

.more-projects:hover i {
    border-right: 1px solid #000;
}

.btn-back-top {
    border: 1px solid #fff;
    width: 69px;
    height: 69px;
    line-height: 69px;
    display: block;
    margin-right: -620px;
    bottom: 52px;
    right: 50%;
    position: absolute;
    color: #fff;
    text-align: center;
}

.btn-back-top:hover {
    background: #fff;
    color: #000;
}

.services-box {
    padding: 60px 0 64px 0;
}

.services-box .box {
    width: 1482px;
}

.services-box h3 {
    margin-bottom: 35px;
    font-size: 40px;
    color: #000;
}

.services-box p {
    font-family: 'avertalight';
    line-height: 36px;
    margin-bottom: 26px;
    color: #313335;
    font-size: 16px;
}

.services-box .service-col-left {
    width: 665px;
    padding-top: 60px;
    float: left;
}

.services-box .service-col-right {
    width: 641px;
    float: right;
}

.about-box {
    background: #020202;
    padding: 147px 0 95px 0;
}

.about-box h3 {
    font-family: 'avertabold';
    margin-bottom: 40px;
    color: #000;
    font-size: 40px;
}

.about-box .about-left-col {
    background: #fff;
    box-sizing: border-box;
    width: 813px;
    padding: 50px 50px 94px 60px;
    float: left;
}

.about-box p {
    font-family: 'avertalight';
    line-height: 36px;
    margin-bottom: 26px;
    color: #313335;
    font-size: 16px;
}

.about-box p strong {
    font-family: 'avertabold';
}

.about-box .about-right-col {
    width: 715px;
    float: right;
}

.accordion-section {
    margin-bottom: 40px;
}

.accordion h3.accordion-title {
    font-family: 'avertabold';
    border: 1px solid #fff;
    padding: 15px 27px 15px 15px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
}

.accordion h3.accordion-title .ico-accordion {
    background: url("../images/ico-accordion.png") no-repeat left top;
    width: 27px;
    height: 26px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 25px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.accordion-title .ico-accordion {
    float: right;
}

.our-team {
    padding: 140px 0 0 0;
}

.our-team .box {
    width: 1557px;
}

.our-team .heading {
    color: #122438;
}

.our-team .heading:after {
    background: #122438;
}

.team-list ul {
    /*margin-left: -30px;*/
}

.team-list li {
    width: 25%;
    /*width: 22.25%;
    margin: 0 0 30px 30px;*/
    float: left;
    text-align: center;
}

.team-list li .team-media {
    margin-bottom: 20px;
}

.team-list li .team-media img {
    width: 88%;
}

.team-list li h4 {
    font-family: 'avertaregular';
    color: #112438;
    font-size: 18px;
}

.team-list li h5 {
    font-family: 'avertaregular';
    color: #112438;
    font-size: 14px;
}

.team-list li h5 {
    font-family: 'avertaregular';
    color: #112438;
    font-size: 13px;
}

.fillform-light {
    background: #f3f3f2;
    padding: 110px 0 100px 0;
}

.fillform-light h3 {
    line-height: 60px;
    color: #122438;
    font-size: 40px;
}

.fillform-light .fillform-left-col {
    width: 635px;
    padding-top: 0;
}

.fillform-light .form-control {
    border: 1px solid #122438;
}

.fillform-light .form-control::placeholder {
    color: #122438;
    opacity: 1;
    /* Firefox */
}

.fillform-light .btn-submit {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.fillform-light .btn-submit:hover {
    background: #fff;
    color: #122438;
}

.property-details-box {
    padding: 140px 0 100px 0;
    color: #6a6b6b;
    font-size: 21px;
}

.btn-back-desk {
    width: 215px;
    height: 47px;
    line-height: 47px;
    color: #112438;
    font-size: 12px;
    display: block;
    text-align: center;
}

.btn-back {
    border: 1px solid #112438;
    width: 215px;
    height: 36px;
    line-height: 37px;
    color: #112438;
    font-size: 11px;
    display: block;
}

.btn-back i {
    top: 4px;
    position: relative;
    font-size: 18px;
}

.btn-back:hover {
    /*background: #112438;
    color: #fff !important;*/
}

.btn-back-desk:hover {
    color: #112438 !important;
}

.btn-back span img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.property-details-box .btn-back {
    margin-bottom: 40px;
}

.property-details-left-col {
    width: 60%;
    float: left;
}

.property-details-right-col {
    width: 30%;
    float: right;
    margin-left: 2%
}

.property-details-box h3 {
    font-family: 'avertaregular';
    margin-bottom: 25px;
    color: #112438;
    font-size: 22px;
}

.property-details-box h3 span {
    width: 21px;
    margin-right: 10px;
    display: inline-block;
    top: -3px;
    position: relative;
}

.property-details-box h3 span i {
    position: relative;
    top: 5px;
}

.property-slider {
    margin-bottom: 30px;
}

.content-list {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
}

.content-list p {
    margin-bottom: 20px;
}

.content-list li {
    background: url("../images/ico-bullet.png") no-repeat left 7px;
    padding-left: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.characteristics h3 {
    font-family: 'avertabold';
    margin-bottom: 30px;
    color: #112438;
    font-size: 20px;
}

.characteristics li {
    width: 32%;
    margin-bottom: 25px;
    margin-right: 1%;
    float: left;
    color: #6a6b6b;
    font-size: 16px;
}

.characteristics li span {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 16px;
    padding-right: 5px;
}

.characteristics li.check-blue span {
    color: #3377a6;
}

.product-no {
    border: 1px solid #004178;
    font-family: 'avertabold';
    width: 125px;
    height: 47px;
    line-height: 47px;
    margin-bottom: 20px;
    color: #112438;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.product-price-row {
    margin-bottom: 35px;
}

.product-price-row li {
    border-left: 2px solid #112438;
    display: inline-block;
    padding: 0 20px;
}

.product-price-row li:first-child {
    border-left: none;
    padding-left: 0;
    margin-right: 5px;
    padding-right: 10px;
}

.product-price-row li span {
    display: block;
    color: #112438;
    font-size: 16px;
    text-transform: uppercase;
}

.product-price-row li strong {
    font-family: 'avertabold';
    display: block;
    color: #112438;
    font-size: 24px;
}

.featured-property {
    margin-bottom: 10px;
}

.featured-property li {
    /*width: 265px;*/
    width: 50%;
    margin-bottom: 25px;
    float: left;
    color: #112438;
}

.featured-property li .ico-f-property {
    margin-right: 15px;
    float: left;
}

.featured-property li .featured-property-content {
    padding-top: 4px;
    overflow: hidden;
}

.featured-property li .featured-property-content span {
    /*margin-bottom: -5px;*/
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 13px;
}

.featured-property li .featured-property-content strong {
    font-family: 'avertaregular';
    display: block;
    font-size: 14px;
}

.featured-property li .featured-property-content strong sup {
    position: relative;
    font-size: 12px;
}

.property-details-box2 .box {
    width: 1775px;
}

.property-details-box2 .btn-back {
    border: 1px solid #112438;
    width: 160px;
    height: 49px;
    line-height: 50px;
    color: #112438;
    font-size: 12px;
    cursor: pointer;
    z-index: 999;
    padding-left: 12px;
}

.property-details-box2 .btn-back i {
    top: 0;
    margin-right: 10px;
}

.property-details-box2 .property-details-left-col {
    width: 60%;
}

.property-listing ul {
    margin-left: -21px;
}

.property-listing li {
    float: left;
    margin: 0 0 15px 21px;
}

.property-listing li img {
    width: 100%;
}

.property-details-box2 .property-details-right-col {
    width: 38%;
}

.property-details-box2 .artical {
    margin-bottom: 48px;
}

.property-details-box2 .artical h3 {
    font-family: 'avertabold';
    line-height: 56px;
    margin: 0 -8px 28px 0;
    font-size: 51px;
    color: #000;
}

.property-details-box2 .artical p {
    font-family: 'avertalight';
    line-height: 25px;
    margin-bottom: 35px;
    color: #313335;
    font-size: 15px;
}

.property-details-box2 .featured-property li {
    width: 310px;
    color: #183648;
}

.property-details-box2 .featured-property li .featured-property-content {
    padding-top: 4px;
    overflow: hidden;
}

.property-details-box2 .featured-property li .featured-property-content strong {
    font-family: 'avertaregular';
    display: block;
    font-size: 16px;
}

.property-details-box2 .featured-property li .featured-property-content strong sup {
    position: relative;
    font-size: 12px;
}

.property-details-box2 .featured-property li .featured-property-content span {
    margin-bottom: -5px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
}

.property-details-box2 .featured-property {
    margin-bottom: 52px;
}

.btn-email {
    font-family: 'avertabold';
    height: 57px;
    line-height: 57px;
    border: 1px solid #020202;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    color: #020202;
    font-size: 23px;
}

.btn-email:hover {
    color: #014178;
}

.btn-email img {
    margin-left: 12px;
    position: relative;
    top: -2px;
}

.fondo_header {
    background-color: #004178;
    z-index: 9999999999999;
}

.fondo_header_rhd {
    background-color: #9b9b9c;
    z-index: 9999999999999;
}

.scroll-container {
    height: 100vh;
    /*overflow-y: scroll;*/
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
    transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
    .scroll-container {
        scroll-snap-type: none !important;
    }
}

.banner2 {
    /*background: url("../images/bg-banner2.jpg") no-repeat left top;*/
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*height: 893px;*/
    /*padding-top: 83px;*/
    position: relative;
    box-sizing: border-box;
}

.banner2 .btn-back {
    /*border: 1px solid #112438;*/
    border: 1px solid #fff;
    width: 75px;
    height: 49px;
    line-height: 50px;
    /*color: #112438;*/
    color: #fff;
    font-size: 12px;
    float: left;
    cursor: pointer;
    top: 150px;
    position: absolute;
    z-index: 999;
}

.banner2 .btn-back:hover {
    color: #fff;
}

.banner2 .location {
    margin-top: 10px;
    line-height: 24px;
    float: right;
    /*color: #112438;*/
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    top: 150px;
    z-index: 999;
}

.banner2 .location span {
    width: 19px;
    margin-right: 5px;
}

.banner2 .location span i {
    position: relative;
    top: 3px;
    font-size: 22px;
}

.banner2 .brand-logo {
    width: 150px;
    margin-left: -50px;
    top: 150px;
    left: 50%;
    position: absolute;
}

.banner2 .btn-play {
    background: url("../images/ico-play.png") no-repeat left top;
    width: 154px;
    height: 154px;
    margin: -77px 0 0 -77px;
    left: 50%;
    top: 50%;
    position: absolute;
    text-indent: -9999px;
}

.contact-box .box {
    width: 1850px;
}

.contact-box {
    padding: 35px 0 35px 0;
    text-align: center;
}

.contact-box h3 {
    font-family: 'avertasemibold';
    margin-bottom: 15px;
    font-size: 60px;
    color: #001f36;
}

.contact-box h4 {
    font-family: 'avertasemibold';
    /*margin-bottom: 50px;*/
    font-size: 20px;
    color: #001f36;
    text-transform: uppercase;
}

.contact-box h4 strong {
    margin: 0 30px;
}

.contact-box .property-slider {
    margin-bottom: 48px;
}

.content-row {
    text-align: left;
}

.content-row-left-col {
    width: 60%;
    float: left;
}

.content-row-left-col p {
    /*font-family: 'avertalight';*/
    line-height: 26px;
    color: #183648;
    font-size: 16px;
}

.content-row-right-col {
    width: 36%;
    float: right;
}

.project-box2 {
    margin-bottom: 90px;
    padding: 0;
}

.project-box2 h2,
.amenities-box h3 {
    font-family: 'avertasemibold';
    margin-bottom: 30px;
    margin-top: 50px;
    color: #2b94cc;
    font-size: 26px;
    text-align: center;
}

.amenities-box h3 {
    margin-bottom: 49px;
}

.amenities-box {
    /*padding-bottom: 50px;*/
    text-align: center;
}


/*
.amenities-box .box {
	width: 1337px;
}*/

.amenities-box ul {
    margin: 0 0 40px -15px;
}

.amenities-box li {
    font-family: 'avertalight';
    width: 8%px;
    margin: 0 0 55px 10px;
    line-height: 20px;
    color: #606060;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.amenities-box li .ico-services {
    display: block;
    margin-bottom: 15px;
    height: 35px;
}

.amenities-box li a {
    color: #606060;
}

.amenities-box li a:hover {
    color: #014178;
}

.amenities-box .btn-row .btn-email {
    border: 1px solid #205989;
    font-family: 'avertaregular';
    width: 240px;
    margin: 0 10px 30px 0px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unit-box {
    background: #efefed;
    color: #001f36;
    padding: 1px 0 87px 0;
    /*margin-bottom: -1px;*/
    position: relative;
    z-index: 99;
}


/*
.unit-box .box {
	width: 1788px;
}*/

.unit-box h3 {
    font-family: 'avertasemibold';
    color: #004178;
    font-size: 38px;
    text-align: center;
}

.unit-listing ul {
    border-top: 1px solid #cfd5d9;
    padding-top: 44px;
}

.unit-listing ul:first-child {
    border-top: none;
}

.unit-listing li {
    border-left: 1px solid #122438;
    width: 596px;
    min-height: 240px;
    padding: 37px 60px 0 60px;
    margin-bottom: 50px;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-left: 120px;
}

.unit-listing li:first-child {
    border-left: none;
    padding-left: 120px;
}

.unit-row .order-num {
    font-family: 'avertabold';
    border-bottom: 3px solid #122438;
    width: 112px;
    height: 51px;
    line-height: 70px;
    margin-right: 45px;
    /* float: left; */
    font-size: 17px;
    color: #122438;
    text-transform: uppercase;
    text-align: center;
}

.unit-row .unit-text {
    overflow: hidden;
    /*text-align: right;*/
}

.unit-row .unit-text h4 {
    font-family: 'avertabold';
    color: #004178;
    font-size: 16px;
}

.unit-row .unit-text h4 span {
    font-family: 'avertaregular';
    margin-bottom: 0px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.unit-row .unit-text .price {
    font-family: 'avertabold';
    font-size: 30px;
    display: block;
    padding-top: 10px;
}

.unit-row .unit-text .price span {
    font-family: 'avertaregular';
    margin-bottom: 0px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.unit-bottom-row {
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    margin-top: 20px;
}

.unit-bottom-row strong {
    font-family: 'avertabold';
    font-size: 15px;
    padding-left: 60px;
}

.unit-listing li:first-child .unit-bottom-row strong {
    padding-left: 120px;
}

.unit-bottom-row strong sup {
    font-size: 9px;
}

.btn-more {
    font-family: 'avertasemibold';
    box-sizing: border-box;
    border: 1px solid #122438;
    border-radius: 12px;
    width: 135px;
    height: 48px;
    line-height: 46px;
    /*float: right;*/
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #122438;
}

.btn-more:hover {
    background: #d3d3d3;
    color: #122438;
}

.unit-bottom-row .btn-more {
    margin-right: 60px;
}


/* 2.4 Footer */

.footer {
    background: #004178;
    padding: 50px 0 50px 0;
    position: relative;
}

.home2 .footer {
    background: #122438;
}

.footer-left {
    float: left;
}

.contact-info li {
    line-height: 18px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.contact-info li:first-child {
    margin-top: 0;
}

.contact-info li a {
    color: #fff;
}

.contact-info li img {
    display: inline-block;
    margin-right: 5px;
}

.contact-info li .ico-wp {
    position: relative;
    top: -3px;
}

.footer .footer-logo {
    width: 130px;
    padding-top: 0px;
    float: right;
}

.footer .footer-logo img {
    width: 100%;
}


/* 2.4.1 Newsletter */

.newsletter {
    /*width: 470px;*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*top: 116px;*/
    position: absolute;
    text-align: center;
    color: #fff;
}

.newsletter h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 39px;
    text-align: center;
    display: inline-block;
}

.newsletter p {
    margin-bottom: 5px;
    font-size: 17px;
}

.newsletter .btn-primary {
    font-family: 'avertasemibold';
    border: 1px solid #fff;
    width: 212px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
}


/* Clearfix */

.header:before,
.header:after,
.search-form:before,
.search-form:after,
.project-box:before,
.project-box:after,
.project-row:before,
.project-row:after,
.insta-feeds:before,
.insta-feeds:after,
.insta-listing:before,
.insta-listing:after,
.fillform:before,
.fillform:after,
.footer:before,
.footer:after,
.filter-section:before,
.filter-section:after,
.filter-left:before,
.filter-left:after,
.property-list:before,
.property-list:after,
.tab-content2:before,
.tab-content2:after,
.btn-section:before,
.btn-section:after,
.development-box:before,
.development-box:after,
.property-list2:before,
.property-list2:after,
.services-box:before,
.services-box:after,
.about-box:before,
.about-box:after,
.team-list:before,
.team-list:after,
.property-details-row:before,
.property-details-row:after,
.characteristics:before,
.characteristics:after,
.property-details-row:before,
.property-details-row:after,
.product-price-row:before,
.product-price-row:after,
.featured-property:before,
.featured-property:after,
.featured-property ul:before,
.featured-property ul:after,
.property-listing:before,
.property-listing:after,
.banner2:before,
.banner2:after,
.content-row:before,
.content-row:after,
.amenities-box:before,
.amenities-box:after,
.unit-listing:before,
.unit-listing:after,
.unit-listing ul:before,
.unit-listing ul:after,
.unit-row:before,
.unit-row:after {
    content: " ";
    display: table;
}

.header:after,
.search-form:after,
.project-box:after,
.project-row:after,
.insta-feeds:after,
.insta-listing:after,
.fillform:after,
.footer:after,
.filter-section:after,
.filter-left:after,
.property-list:after,
.tab-content2:after,
.btn-section:after,
.development-box:after,
.property-list2:after,
.services-box:after,
.about-box:after,
.team-list:after,
.property-details-row:after,
.characteristics:after,
.property-details-row:after,
.product-price-row:after,
.featured-property:after,
.featured-property ul:after,
.property-listing:after,
.banner2:after,
.content-row:after,
.amenities-box:after,
.unit-listing:after,
.unit-listing ul:after,
.unit-row:after {
    clear: both;
}


/* Resposive Modes */

@media only screen and (min-width:1900px) {
    .box {
        width: 1655px;
    }

    .swiper-container {
        height: 700px;
    }

    .swiper-container-rd {
        height: 545px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .box {
        width: 1380px;
    }

    .services-box .box,
    .our-team .box,
    .property-details-box2 .box,
    .contact-box .box,
    .insta-feeds .box,
    .amenities-box .box,
    .unit-box .box {
        width: 1380px;
    }

    .property-box .box {
        width: 1580px;
    }

    .property-list>ul>li {
        width: 440px;
    }

    .filter-section .form-control {
        width: 130px;
    }

    .content-col-left {
        width: 40%;
    }

    .insta-listing li {
        width: 383px;
    }

    .property-list-2col>ul>li {
        width: 663px;
    }

    .development-col-left {
        width: 50%;
    }

    .property-list2 li {
        width: 46.55%;
    }

    .property-details-left-col {
        width: 60%;
    }

    .property-details-box2 .property-details-left-col {
        width: 650px;
    }

    .property-listing li:nth-child(1) {
        width: 650px;
    }

    .property-listing li:nth-child(2) {
        width: 250px;
    }

    .property-listing li:nth-child(3) {
        width: 378px;
    }

    .property-listing li:nth-child(4) {
        width: 359px;
    }

    .property-listing li:nth-child(5) {
        width: 270px;
    }

    .property-details-box2 .property-details-right-col {
        width: 30%;
    }

    .unit-listing li {
        width: 526px;
        padding: 37px 30px 0 30px;
        padding-left: 120px;
    }

    .unit-row .order-num {
        width: 124px;
    }
}

@media only screen and (min-width: 1220px) and (max-width: 1600px) {
    body {
        font-size: 22px;
    }

    p {
        line-height: 30px;
    }

    .box {
        width: 1240px;
    }

    .filter-section .form-control {
        width: 60px;
        font-size: 13px;
    }

    .filter-left-in span.select {
        font-size: 13px;
    }

    .filter-left-in li.key {
        width: 150px;
    }

    .project-col-left {
        width: 50%;
    }

    .insta-listing li {
        width: 280px;
    }

    .contact-info li {
        font-size: 12px;
    }

    .newsletter h3 {
        font-size: 30px;
    }

    .newsletter p {
        font-size: 16px;
    }

    .footer .footer-logo {
        width: 130px;
    }

    .filter-left-in li {
        font-size: 11px;
    }

    .style-select {
        width: 140px;
    }

    .btn-search {
        width: 100px;
    }

    .property-list>ul>li {
        width: 393px;
    }

    .property-list li .property-overlay .overlay-content li {
        /*width: 150px;*/
    }

    .property-list li .property-overlay .overlay-content li .property-content strong {
        font-size: 13px;
    }

    .property-list-2col>ul>li {
        width: 593px;
    }

    .brand-logo {
        top: 24px;
    }

    .property-list-2col li .property-overlay .overlay-content p {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .property-list-2col li strong {
        margin-bottom: 20px;
    }

    .tab-nav2 li {
        margin-left: 0px;
        font-size: 12px;
        line-height: 14px;
    }

    .tab-nav2 li a {
        font-size: 16px;
        line-height: 20px;
    }

    .content-col-left {
        width: 40%;
    }

    .content-col-right {
        width: 55%;
    }

    .content-box p {
        margin-bottom: 30px;
    }

    .content-box {
        margin-bottom: 35px;
    }

    .development-col-left {
        width: 50%;
        padding: 30px 30px 30px 30px;
    }

    .development-col-right {
        width: 50%;
        height: 700px;
    }

    .counter-list li {
        margin-left: 110px;
    }

    .property-box .box,
    .services-box .box,
    .our-team .box,
    .property-details-box2 .box,
    .contact-box .box,
    .insta-feeds .box,
    .amenities-box .box,
    .unit-box .box {
        width: 1240px;
    }

    .property-list2 li {
        width: 46.55%;
    }

    .services-box .service-col-left {
        width: 590px;
    }

    .services-box .service-col-right {
        width: 550px;
    }

    .about-box .about-left-col {
        width: 660px;
        padding: 50px 30px 94px 30px;
    }

    .about-box .about-right-col {
        width: 455px;
    }

    .team-list li {
        width: 25%;
        /*width: 22.25%;
        margin: 0 0 30px 30px;*/
        float: left;
    }

    .team-list li h4 {
        font-size: 16px;
    }

    .fillform-light .fillform-left-col {
        width: 540px;
    }

    .fillform .fillform-right-col {
        width: 620px;
    }

    .fillform-light h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .fillform-row .form-control {
        width: 196px;
    }

    .property-details-left-col {
        width: 60%;
    }

    .characteristics li {
        font-size: 15px;
    }

    .property-details-right-col {
        width: 30%;
    }

    .product-price-row li {
        padding: 0 6px 0 14px;
    }

    .featured-property li {
        width: 50%;
    }

    .property-details-box2 .property-details-left-col {
        width: 55%;
    }

    .property-details-box2 .property-details-right-col {
        width: 42%;
    }

    .property-details-box2 .artical h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .property-details-box2 .featured-property li {
        width: 250px;
    }

    .property-listing li:nth-child(1) {
        width: 650px;
    }

    .property-listing li:nth-child(2) {
        width: 250px;
    }

    .property-listing li:nth-child(3) {
        width: 378px;
    }

    .property-listing li:nth-child(4) {
        width: 359px;
    }

    .property-listing li:nth-child(5) {
        width: 270px;
    }

    .property-details-box2 .featured-property {
        margin-bottom: 0;
    }

    .contact-box h3 {
        font-size: 66px;
    }

    .content-row-left-col {
        width: 60%;
    }

    .content-row-left-col p {
        line-height: 25px;
        font-size: 15px;
    }

    .amenities-box li {
        width: 8%;
        font-size: 15px;
    }

    .unit-listing li {
        width: 390px;
        padding: 37px 30px 0 30px;
        padding-left: 120px;
    }

    .unit-row .order-num {
        width: 130px;
        font-size: 16px;
    }

    .unit-row .unit-text h4 span {
        font-size: 16px;
    }

    .unit-row .unit-text h4 {
        font-size: 16px;
    }

    .unit-row .unit-text .price {
        font-size: 20px;
    }

    .unit-bottom-row .btn-more {
        margin-right: 30px;
    }

    .unit-bottom-row strong {
        padding-left: 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
    .box {
        width: 960px;
    }

    .property-box .box,
    .services-box .box,
    .our-team .box,
    .property-details-box2 .box,
    .contact-box .box,
    .insta-feeds .box,
    .amenities-box .box,
    .unit-box .box {
        width: 960px;
    }

    .navigation>ul>li>a {
        font-size: 12px;
    }

    .navigation>ul>li {
        margin-left: 30px;
    }

    .featured-properties-in {
        width: 600px;
    }

    .project-col-left {
        width: 300px;
    }

    .project-col-right {
        width: 600px;
    }

    .insta-listing li {
        width: 228px;
    }

    .insta-listing .btn-prev {
        left: -20px;
    }

    .insta-listing .btn-next {
        right: -20px;
    }

    .fillform .fillform-right-col {
        width: 535px;
    }

    .fillform-row .form-control {
        width: 168px;
        font-size: 14px;
    }

    .filter-section .form-control {
        width: 91px;
    }

    .filter-left .btn-search {
        margin: 10px 0 0 0;
    }

    .footer-left {
        width: 200px;
    }

    .footer .footer-logo {
        width: 130px;
    }

    .newsletter h3 {
        font-size: 26px;
    }

    .newsletter p {
        font-size: 17px;
    }

    .contact-info li {
        font-size: 12px;
    }

    .contact-info li br {
        display: none;
    }

    .banner-caption {
        font-size: 40px;
    }

    .banner-caption p {
        line-height: 50px;
    }

    .tab-nav2 li a {
        font-size: 16px;
        line-height: 20px;
    }

    .tab-nav2 li {
        margin-left: 0px;
        font-size: 10px;
        line-height: 12px;
    }

    .content-col-right {
        width: 45%;
    }

    .btn-section,
    .content-col-left {
        width: 50%;
    }

    .btn-default.btn-share {
        width: 255px;
    }

    .content-box p {
        font-size: 16px;
        line-height: 30px;
    }

    .content-box h3 {
        font-size: 28px;
    }

    .filter-left-in li a {
        padding: 0 4px;
    }

    .filter-right {
        /*width: 100%;*/
        float: left;
    }

    .property-list>ul>li {
        width: 465px;
    }

    .property-list-2col>ul>li {
        width: 450px;
    }

    .brand-logo img {
        width: 100px;
    }

    .property-list-2col li .property-overlay .overlay-content p {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .property-list-2col li strong {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .property-list-2col li .property-overlay .overlay-content .btn-info {
        height: 40px;
        line-height: 40px;
    }

    .development-col-left {
        width: 50%;
        padding: 30px 30px 30px 30px;
    }

    .development-col-right {
        width: 50%;
    }

    .counter-list li {
        margin-left: 60px;
    }

    .property-list2 li {
        width: 46.55%;
    }

    .services-box .service-col-left {
        width: 500px;
    }

    .services-box .service-col-right {
        width: 400px;
    }

    .about-box .about-left-col {
        width: 543px;
        padding: 50px 40px 94px 30px;
    }

    .about-box .about-right-col {
        width: 390px;
    }

    .accordion h3.accordion-title {
        font-size: 16px;
    }

    .team-list li {
        width: 22.25%;
        margin: 0 0 10px 20px;
        float: left;
    }

    .fillform-light .fillform-left-col {
        width: 400px;
    }

    .fillform-light h3 {
        line-height: 40px;
        font-size: 28px;
    }

    .fillform-light h3 br {
        display: none;
    }

    .property-details-left-col {
        width: 500px;
    }

    .property-details-right-col {
        width: 435px;
    }

    .product-price-row {
        margin-bottom: 40px;
    }

    .product-price-row li span {
        font-size: 16px;
    }

    .product-price-row li strong {
        font-size: 24px;
    }

    .featured-property li {
        width: 195px;
    }

    .property-details-right-col .btn-section {
        width: 100%;
    }

    .property-details-right-col .btn-default.btn-share,
    .property-details-right-col .btn-default.btn-whatsapp {
        width: 100%;
        float: none !important;
    }

    .characteristics li {
        width: 100%;
    }

    .property-details-box2 .property-details-left-col {
        width: 520px;
    }

    .property-details-box2 .property-details-right-col {
        width: 415px;
    }

    .property-details-box2 .artical h3 {
        line-height: 36px;
        font-size: 29px;
    }

    .property-details-box2 .featured-property li {
        width: 200px;
    }

    .property-details-box2 .featured-property li .featured-property-content strong {
        font-size: 20px;
    }

    .property-details-box2 .featured-property li .featured-property-content span {
        font-size: 18px;
    }

    .property-listing li {
        float: none;
    }

    .property-listing li img {
        width: 100%;
    }

    .contact-box h3 {
        font-size: 48px;
    }

    .content-row-left-col {
        width: 500px;
    }

    .content-row-right-col {
        width: 400px;
    }

    .btn-section {
        width: 100%;
    }

    .btn-default.btn-share,
    .btn-default.btn-whatsapp {
        width: 100%;
        float: none;
    }

    .amenities-box li {
        width: 8%;
        font-size: 14px;
    }

    .amenities-box .btn-row .btn-email {
        width: 400px;
    }

    .unit-listing li {
        width: 480px;
    }

    .unit-row .unit-text h4 {
        font-size: 16px;
    }

    .unit-row .unit-text h4 span {
        font-size: 16px;
    }

    .unit-row .unit-text .price {
        font-size: 20px;
    }

    .project-box {
        height: 1030px;
    }

    .swiper-container {
        height: 500px;
    }

    .swiper-container-rd {
        height: 400px;
    }

    .swiper-container2 {
        height: 630px;
    }
}

@media only screen and (max-width:1023px) {

    .search-form .style-select,
    .search-form .style-select2,
    .search-form .form-control,
    .search-form .style-select3,
    .filter-section .form-control,
    .filter-left-in li.key,
    .filter-left-in li.location .style-select {
        width: 100%;
    }

    .filter-left-in li {
        width: auto;
        text-align: left;
    }

    .filter-left-in li.bedroom {
        width: auto;
    }

    .filter-section .form-control {
        text-align: left;
        padding: 0 10px;
    }

    .search-form .form-control {
        text-align: left;
        height: 40px;
    }

    .search-form>ul {
        margin-bottom: 5px;
    }

    .search-form>ul>li {
        border: none;
        border-top: 1px solid #ddd;
        float: none;
        margin-bottom: 15px;
        height: 40px;
    }

    .btn-search {
        float: none;
        width: 100%;
        margin-top: 15px;
        background: #014178;
        color: #fff;
    }

    .filtro-pdesde-phasta {
        width: 100% !important;
    }

    .style-select-moneda {
        width: 100% !important;
    }

    .btn-search:hover {
        background: #fff;
        color: #122438;
    }

    .search-form>ul>li:first-child {
        border-top: none;
    }

    .content-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .insta-listing .btn-prev {
        left: -20px;
    }

    .insta-listing .btn-next {
        right: -20px;
    }

    .header {
        background: #014178 !important;
        padding: 20px 0;
        position: relative;
        z-index: 9999;
    }

    .header_internas {
        background: #014178 !important;
        padding: 20px 0;
        z-index: 9999;
    }

    .header_internas_rhd {
        background: #9b9b9c !important;
        padding: 20px 0;
        z-index: 9999;
    }

    .header-right {
        padding-top: 0px;
    }

    .logo {
        width: 120px;
    }

    .logo-rhd {
        /*display: none;*/
        margin-right: 25px;
        float: left;
    }

    .menu-icon {
        background: url("../images/ico_menu.png") no-repeat left top;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0 !important;
        color: #fe9807 !important;
        text-indent: -9999px;
        text-transform: uppercase;
        /*position: absolute;*/
        right: 30px;
        top: 30px;
    }

    .navigation>ul {
        background: #014178;
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
    }

    .navigation>ul>li {
        border-top: 1px solid #001f36;
        display: block;
        margin: 0;
        float: none;
        line-height: 35px;
        text-align: center;
    }

    .navigation>ul>li>a {
        border: none !important;
        padding: 0;
        display: block;
    }

    .navigation>ul>li>a:hover,
    .navigation>ul>li.active>a {
        background: #024d8d;
        color: #fff;
    }

    .navigation li ul {
        background: #024d8d;
        border-top: 1px solid #001f36;
        width: 100%;
        position: relative;
    }

    .navigation li ul li {
        border-top: 1px solid #001f36;
    }

    .navigation li ul li a {
        padding: 10px;
        color: #bcdffd;
    }

    .navigation li ul li a:hover {
        background: #00396a;
        color: #bcdffd;
    }

    .whatsapp {
        left: 15px;
        bottom: 15px;
    }

    .project-col-left,
    .project-col-right {
        width: auto;
        float: none;
    }

    .project-timeline li {
        text-align: left;
    }

    .fillform-row {
        margin-left: 0;
    }

    .fillform .fillform-left-col {
        float: none;
    }

    .fillform h3 br {
        display: none;
    }

    .fillform .fillform-right-col {
        width: auto;
        float: none;
    }

    .fillform-row .form-control {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .fillform h3 {
        margin-bottom: 30px;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        top: 0;
        position: relative;
        left: 0;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 50px;
    }

    .footer-left {
        /*border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;*/
        padding: 25px 0;
        text-align: center;
        float: none;
        margin-bottom: 25px;
    }

    .footer .footer-logo {
        float: none;
        margin: 0 auto;
    }

    .banner-caption {
        font-size: 30px;
    }

    .banner-caption p {
        line-height: 40px;
    }

    .tab-nav2 li a {
        font-size: 20px;
        line-height: 24px;
    }

    .tab-nav2 li {
        margin-left: 30px;
    }

    .banner-caption p br {
        display: none;
    }

    .banner {
        height: 500px;
        background-position: center center;
    }

    .filter-left,
    .filter-left-in {
        float: none;
    }

    .filter-left-in li {
        border-top: 1px solid #5b6876;
        border-left: none;
        width: 100%;
        float: none;
    }

    .filter-left-in li:first-child {
        border-top: none;
    }

    .filter-left .btn-search {
        float: none;
        margin: 10px 0 0 0;
    }

    .filter-right {
        float: none;
    }

    .filter-right strong {
        margin-right: 0;
    }

    .filter-right strong {
        margin-right: 0;
    }

    .property-list>ul>li {
        width: auto;
        float: none;
    }

    .proyectos.property-list>ul>li {
        width: 100%;
    }

    .property-text h3 {
        font-size: 24px;
    }

    .property-text strong {
        font-size: 18px;
    }

    .tab-nav li {
        padding: 0 3px;
    }

    .tab-nav li a {
        font-size: 16px;
    }

    .fillform-light h3 br {
        display: none;
    }

    .hero-slider2 .hero-caption h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .hero-slider2 li {
        height: 550px;
    }

    .tab-style2 .tab-nav {
        margin-bottom: 40px;
    }

    .development-col-left {
        padding: 30px;
    }

    .development-col-right {
        margin-left: 0;
    }

    .development-box h3 {
        font-size: 34px;
    }

    .counter-list li {
        margin-left: 0;
        display: block;
        text-align: center;
    }

    .heading,
    .services-box h3,
    .about-box h3 {
        font-size: 35px;
    }

    .services-box .service-col-left,
    .services-box .service-col-right,
    .about-box .about-left-col,
    .about-box .about-right-col,
    .property-details-left-col,
    .property-details-right-col,
    .property-list2 li,
    .development-col-left,
    .development-col-right,
    .content-col-left,
    .content-col-right,
    .property-details-box2 .property-details-left-col,
    .property-details-box2 .property-details-right-col,
    .content-row-left-col,
    .content-row-right-col {
        width: auto;
        float: none;
    }

    .about-box .about-left-col {
        padding: 50px;
        margin-bottom: 30px;
    }

    .fillform-light .fillform-left-col {
        width: auto;
    }

    .characteristics li {
        width: 100%;
    }

    .characteristics {
        margin-bottom: 30px;
    }

    .flexslider .flex-control-nav {
        bottom: 10px;
    }

    .flexslider .flex-control-nav li a {
        width: 15px;
        height: 15px;
    }

    .property-listing {
        margin-bottom: 40px;
    }

    .property-listing li {
        float: none;
    }

    .property-listing li img {
        width: 100%;
    }

    .property-details-box2 .artical h3 {
        line-height: 40px;
        font-size: 35px;
    }

    .contact-box h3 {
        margin-bottom: 15px;
        font-size: 40px;
    }

    .contact-box h4 {
        font-size: 16px;
    }

    .content-row-left-col p {
        line-height: 38px;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .unit-listing li {
        border-top: 1px solid #122438;
        border-left: none;
        width: auto;
        padding: 35px 0 !important;
        float: none;
        padding-left: 120px;
    }

    .unit-bottom-row .btn-more {
        margin-right: 0;
    }

    .unit-bottom-row strong {
        padding-left: 0;
    }

    .unit-listing li:first-child {
        border-top: none;
    }

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

    .h2-proyecto-slider {
        text-align: center !important;
    }

    .btn-info-proyecto {
        margin-left: auto;
        margin-right: auto;
    }

    .select-proyectos {
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        border: 1px solid #5b6876;
        font-family: 'avertasemibold';
        position: relative;
        width: 50%;
    }

    .margen-top-filtro {
        padding-top: 110px;
    }

    .margen-bottom-filtro {
        margin-bottom: 20px;
    }

    .filter-section-propiedades {
        padding: 110px 0 0 0 !important;
        margin-bottom: 20px !important;
    }

    .search-form .style-select {
        height: 30px !important;
    }

    .buscador_home {
        height: 30px !important;
    }

    .buscador-home>button {
        height: 30px !important;
    }

    .filter-option-inner {
        line-height: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    h2 {
        font-size: 35px;
    }

    .box {
        width: 720px;
    }

    .unit-row .unit-text h4 {
        font-size: 16px;
    }

    .unit-bottom-row strong {
        font-size: 14px;
    }

    .property-box .box,
    .services-box .box,
    .our-team .box,
    .property-details-box2 .box,
    .contact-box .box,
    .insta-feeds .box,
    .amenities-box .box,
    .unit-box .box {
        width: 720px;
    }

    .unit-row .order-num {
        width: 130px;
    }

    .amenities-box .btn-row .btn-email {
        width: 400px;
    }

    .hero-caption h3 {
        font-size: 40px;
    }

    .hero-caption h4 {
        font-size: 30px;
    }

    .search-form {
        width: 720px;
    }

    .search-form>ul>li>a {
        font-size: 13px;
        padding: 0 14px;
    }

    .featured-properties-in {
        width: 600px;
    }

    .insta-listing li {
        width: 352px;
        margin-bottom: 30px;
    }

    .team-list li {
        width: 340px;
    }

    .project-box {
        height: 1440px;
    }

    .swiper-container {
        height: 500px;
    }

    .swiper-container-rd {
        height: 400px;
    }
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 32px;
    }

    .btn-primary {
        padding: 0 25px;
        font-size: 16px;
    }

    .box {
        width: auto;
        padding: 0 15px;
    }

    .menu-icon {
        /*right: 15px;*/
    }

    .property-box .box,
    .services-box .box,
    .our-team .box,
    .property-details-box2 .box,
    .contact-box .box,
    .insta-feeds .box,
    .amenities-box .box,
    .unit-box .box {
        width: auto;
        padding: 0 15px;
    }

    .insta-listing .btn-prev {
        left: 0px;
    }

    .insta-listing .btn-next {
        right: 0px;
    }

    .insta-listing li {
        width: auto;
        margin-bottom: 30px;
        float: none;
    }

    .hero-caption h3 {
        margin-bottom: 6px;
        font-size: 30px;
    }

    .hero-caption h4 {
        font-size: 20px;
    }

    .hero-caption {
        top: 45%;
    }

    .search-form {
        width: auto;
    }

    .search-form>ul {
        margin-bottom: 15px;
    }

    .search-form>ul>li {
        border-top: 1px solid #ddd;
        border-left: none;
        float: none;
    }

    .search-form-border>ul>li:last-child {
        border-right: none;
    }

    .search-form li ul {
        z-index: 999;
    }

    .search-form>ul>li:first-child {
        border-top: none;
    }

    .btn-search {
        float: none;
    }

    .featured-properties-in {
        width: 100%;
    }

    .featured-properties-in li.flex-active-slide .property-items {
        transform: scale(1);
        opacity: 1;
    }

    .featured-properties-in li .property-items {
        margin: 0px 15px;
        opacity: 0.4;
    }

    .featured-properties-in .flex-prev {
        left: 15px;
    }

    .featured-properties-in .flex-next {
        right: 15px;
    }

    .btn-loaction {
        /*width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;*/
        right: 15px;
        top: 15px
    }

    .featured-properties h2 {
        margin-bottom: 38px;
    }

    .featured-properties-in .featured-text h3 {
        font-size: 28px;
    }

    .featured-properties-in .featured-text h4 {
        font-size: 20px;
    }

    .project-col-left .logo-medro {
        width: 175px;
        margin: 0 auto 30px auto;
    }

    .project-box h3 {
        margin-bottom: 65px;
    }

    .project-col-left h4 {
        font-size: 18px;
    }

    .project-col-left strong,
    .project-timeline li {
        font-size: 16px;
    }

    .insta-feeds h2 {
        font-size: 23px;
    }

    .fillform h3 {
        line-height: 35px;
        font-size: 23px;
    }

    .fillform .btn-submit {
        width: 100%;
        float: none;
    }

    .newsletter p {
        line-height: 26px;
    }

    .contact-info li {
        margin-top: 20px;
        font-size: 12px;
    }

    .footer .footer-logo {
        width: 130px;
    }

    .tab-nav2 li {
        padding-top: 30px;
        display: inline-block;
        margin: 0 20px 30px 0;
        width: 40%;
    }

    .tab-nav2 li:first-child {
        border-top: none;
    }

    .content-box h3 {
        font-size: 30px;
    }

    .btn-section {
        width: auto;
    }

    .btn-default {
        float: none !important;
        font-size: 12px;
    }

    .btn-default.btn-share,
    .btn-default.btn-whatsapp {
        width: 49%;
        /*display: inline-block;*/
    }

    .tab-nav li {
        line-height: 30px;
        margin-left: 0;
        display: block;
    }

    .property-list-2col li .property-overlay .overlay-content p {
        font-size: 18px;
    }

    .property-list-2col li strong {
        font-size: 14px;
    }

    .property-media .brand-logo img {
        opacity: 0.7;
    }

    .link-location {
        display: none;
    }

    .team-list li {
        width: auto;
        float: none;
    }

    .development-col-left {
        padding: 30px 30px;
    }

    .development-box h3 {
        font-size: 26px;
    }

    .development-col-right {
        height: 350px;
    }

    .counter-list li strong {
        font-size: 100px;
    }

    .heading,
    .services-box h3,
    .about-box h3 {
        font-size: 24px;
    }

    .about-box .about-left-col {
        padding: 30px 15px;
    }

    .accordion h3.accordion-title {
        font-size: 14px;
    }

    .property-details-box h3 {
        font-size: 16px;
    }

    .content-list li {
        line-height: 30px;
    }

    .characteristics li {
        font-size: 16px;
    }

    .product-price-row li {
        border-top: 1px solid #ddd;
        border-left: none;
        display: block;
        padding: 0
            /*margin: 0 0 30px 0;
		padding: 30px 0 0 0;*/
    }

    .featured-property {
        margin-bottom: 20px;
    }

    .featured-property {
        margin-bottom: 30px;
    }

    .btn-section {
        margin-bottom: 0px;
    }

    .characteristics li {
        margin-bottom: 10px;
    }

    .property-details-box {
        padding: 100px 0 40px 0;
    }

    .div_nosotros-li {
        /*display: flex;*/
    }

    .tab-nav2 li .ico-tab {
        margin-right: 10px;
    }

    .content-box {
        margin-bottom: 30px;
    }

    .product-price-row li:first-child {
        border-top: none;
    }

    .product-price-row {
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .project-box2 {
        margin-bottom: 50px;
    }

    .amenities-box h3 {
        margin-bottom: 20px;
    }

    .project-box2 h2,
    .amenities-box h3 {
        margin-top: 50px;
        font-size: 20px;
    }

    /*.featured-property li {
		border-top: 1px solid #ddd;
		width: 100%;
		float: none;
		padding-top: 20px;
		margin: 0 0 20px 0;
		text-align: left;
	}*/
    .featured-property li:first-child {
        border-top: none;
    }

    .product-price-row li strong {
        font-size: 28px;
    }

    .property-details-box2 .featured-property li {
        width: 50%;
    }

    .border-top {
        border-top: 1px solid #ddd;
    }

    .btn-email {
        font-size: 18px;
    }

    .property-details-box2 .artical h3 {
        line-height: 34px;
        font-size: 30px;
    }

    .banner2 {
        padding-top: 40px;
    }

    .banner2 .brand-logo {
        margin-bottom: 30px;
        top: 125px;
        margin-left: -80px;
    }

    .banner2 .btn-back {
        margin-bottom: 30px;
        top: 80px;
        border: none;
    }

    .banner2 .location {
        display: block;
        float: none;
        text-align: center;
        position: absolute;
        top: 270px;
        font-size: 12px;
        /*margin-left: -80px;
        left: 50%;*/
    }

    .contact-box h3 {
        font-size: 30px;
    }

    .contact-box h4 {
        line-height: 22px;
        font-size: 13px;
    }

    .content-row-left-col p {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .amenities-box h3 {
        font-size: 28px;
    }

    .amenities-box li {
        /*border-top: 1px solid #ddd;*/
        width: 25%;
        padding-top: 30px;
        margin: 0 0 0 15px;
        text-align: center;
    }

    .desc-proyecto {
        font-size: 17px;
    }

    .dorm-tipo-proyecto {
        font-size: 12px;
    }

    /*.amenities-box li:first-child {
		border-top: none;
	}*/
    .amenities-box .btn-row .btn-email {
        width: 100%;
        float: none;
        display: block;
        font-size: 14px;
        margin: 20px 0 20px 0;
    }

    .unit-box h3 {
        font-size: 28px;
    }

    .unit-row .order-num {
        width: 60%;
        margin-bottom: 0;
        float: none;
    }

    .unit-row .unit-text {
        /*text-align: left;*/
    }

    .unit-bottom-row {
        margin-top: 0;
    }

    .unit-listing ul {
        padding-top: 0;
    }

    .unit-listing li:first-child .unit-bottom-row strong {
        padding-left: 0;
    }

    .strong-tipo-prop {
        margin-bottom: 0px !important;
    }

    .strong-metros-prop {
        padding-top: 0px !important;
    }

    .unit-bottom-row strong {
        padding-top: 20px;
        margin-bottom: 30px;
        display: block;
    }

    .unit-listing li .btn-more {
        width: 100%;
    }

    .unit-row .unit-text h4 {
        font-size: 16px;
    }

    .project-box {
        height: 1300px;
    }

    .swiper-container {
        height: 400px;
    }

    .swiper-container2 {
        height: 600px;
    }

    .swiper-container-rd {
        height: 250px;
    }

    .hidden-boton {
        display: none;
    }

    .box-proyecto {
        padding: 55px 20px 70px 20px;
        height: 600px;
    }
}

.swiper-container-carpetas {
    height: 300px !important;
}

@media only screen and (max-width:500px) {
    .swiper-container-carpetas {
        height: 170px !important;
    }

    .contenido-props-home {
        height: 85%;
    }

    .swiper-container {
        height: 320px !important;
    }

    .swiper-container2 {
        height: 600px !important;
    }

    .swiper-container-props-mb-home {
        height: 320px !important;
    }
}

@media only screen and (max-width:400px) {
    .swiper-container-carpetas {
        height: 150px !important;
    }

    .swiper-container {
        height: 250px !important;
    }

    .swiper-container2 {
        height: 600px !important;
    }

    .swiper-container-props-mb-home {
        height: 320px !important;
    }
}

@media only screen and (min-width:500px) and (max-width:1220px) {
    .swiper-container-carpetas {
        height: 150px !important;
    }
}

@media only screen and (max-width:768px) {
    .contenido-props-home {
        height: 85% !important;
    }
}


/*
.project-box {
	background: url("../images/project-box.jpg") no-repeat left top;
	-webkit-background-size:cover !important;
	-khtml-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	padding: 88px 0 70px 0;
	height: 1030px;
}
*/

#videoContainer {
    position: relative;
    height: auto;
    /*overflow: hidden;*/
}

#proyectoVideo {
    display: block;
    position: relative;
    width: 100vw;
    height: calc(100vw * 1080 / 1920);
}

#videoCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#videoText {
    position: absolute;
    font-size: 100px;
    z-index: 4;
    top: 45%;
    text-align: center;
    width: 100%;
    font-family: 'Muro';
}

#soundControl {
    position: absolute;
    z-index: 5;
    width: 30px;
    top: 91%;
    left: 3%;
}

.filter-option-inner {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 100%;
    text-indent: 10px;
    z-index: 1;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #455a6e;
}

.filter-option-inner-inner {
    font-family: 'avertasemibold';
    font-size: 13px;
}

.input-desde-hasta::placeholder {
    color: #455a6e !important;
    font-family: 'avertasemibold' !important;
    font-size: 13px !important;
}

.filter-section .form-control>button {
    height: 45px !important;
}

.btn-m-s .dropdown-toggle .btn-multi-select .bs-placeholder {
    height: 45px !important;
}

input select textarea button {
    outline: 0px;
}

.btn-m-s {
    height: 52px !important;
    padding-top: 10px !important;
}

.mostrar_filtros {
    display: block !important;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.div_filtro {
    margin-bottom: 10px;
    border: 1px solid #5b6876;
    padding: 10px;
    height: 45px;
    cursor: pointer;
}

.div_cont_filtros {
    display: none;
    border: 1px solid #5b6876;
    padding: 10px;
}

.contenido-props-home {
    height: 100%;
}

.bs-searchbox .form-control {
    height: 30px;
}

.dropdown-header {
    height: 60px !important;
}

.search-form li.location a span {
    margin-left: 0px;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 1.5rem;
}

.dropdown-divider {
    border-top: none !important;
    margin: 0px !important;
}

.style-select3>.dropdown>.dropdown-menu {
    transform: translate3d(0px, 52px, 0px) !important;
}

.style-select2>.dropdown>.dropdown-menu {
    transform: translate3d(0px, 52px, 0px) !important;
}

.fond-agr-int {
    height: 100vh;
}

.tam-agr {
    height: 450px;
}

.titulo-bloque {
    color: #004178;
    text-align: center;
    margin-top: 40px;
}

.unit-listing {
    margin-top: 50px;
}

@media only screen and (max-width:1440px) {
    .tam-agr {
        height: 395px;
    }
}

@media only screen and (max-width:1220px) {
    .tam-agr {
        height: 300px;
    }
}

@media only screen and (max-width:768px) {
    .unit-listing {
        margin-top: 0;
    }

    .titulo-bloque {
        margin-top: 20px;
    }

    .fond-agr-int {
        height: 42vh;
        ;
    }

    .tam-agr {
        height: 350px;
    }

    .property-list li .property-overlay .overlay-content {
        top: 65%;
    }

    .property-list-2col li .property-overlay .overlay-content p {
        margin-bottom: 13px;
    }

    .property-list-2col li strong {
        margin-bottom: 15px;
    }

    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 18px !important;
    }

    .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        border: 1px solid #fff !important;
    }

    .contact-box {
        padding: 25px 10px 25px 10px;
    }
}

@media only screen and (max-width:500px) {
    .tam-agr {
        height: 250px;
    }

    .div_nosotros-li {
        font-size: 14px;
    }
}

@media only screen and (max-width:400px) {
    .tam-agr {
        height: 200px;
    }
}

@media only screen and (max-width:320px) {
    .tam-agr {
        height: 170px;
    }
}