
:root { 
    --white: #ffffff;
    --blue: #00FFFF;
    --darkblue: #225D64;
    --red: #FE2019;
    --black: #000000;
}/*
Theme Name: Luxury Home
Theme URI: http://meritdesigns.com/
Description: Real Estate WordPress Theme
Version: 1.0
Author: Merit Designs - Andres J. Villar [info.andresvillar@gmail.com]
*/
@font-face {
    font-family: 'Orkney';
    src: url('fonts/Orkney-Light.eot');
    src: url('fonts/Orkney-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Orkney-Light.woff2') format('woff2'),
        url('fonts/Orkney-Light.woff') format('woff'),
        url('fonts/Orkney-Light.ttf') format('truetype'),
        url('fonts/Orkney-Light.svg#Orkney-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('fonts/Orkney-Bold.eot');
    src: url('fonts/Orkney-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Orkney-Bold.woff2') format('woff2'),
        url('fonts/Orkney-Bold.woff') format('woff'),
        url('fonts/Orkney-Bold.ttf') format('truetype'),
        url('fonts/Orkney-Bold.svg#Orkney-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('fonts/Orkney-Medium.eot');
    src: url('fonts/Orkney-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Orkney-Medium.woff2') format('woff2'),
        url('fonts/Orkney-Medium.woff') format('woff'),
        url('fonts/Orkney-Medium.ttf') format('truetype'),
        url('fonts/Orkney-Medium.svg#Orkney-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('fonts/Orkney-Regular.eot');
    src: url('fonts/Orkney-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Orkney-Regular.woff2') format('woff2'),
        url('fonts/Orkney-Regular.woff') format('woff'),
        url('fonts/Orkney-Regular.ttf') format('truetype'),
        url('fonts/Orkney-Regular.svg#Orkney-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body{
    height: 100%;
    margin: 0 !important;
    padding: 0;
}
body {
    background: #fff;
    font-family: 'Orkney', sans-serif;
    font-size: 16px;
    color: var(--primary);
    font-weight: normal;
}
.container, .container-fluid {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.blue {
    color: var(--blue);
}
.darkblue {
    color: var(--darkblue);
}
.red {
    color: var(--red);
}
.bg-black {
    background: var(--black);
}
.bg-white {
    background: var(--white);
}
.bg-blue {
    background: var(--blue);
}
.bg-darkblue {
    background: var(--darkblue);
}
.bg-red {
    background: var(--red);
}
.bg-grey {
    background:#f2f2f2;
}
a, button {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: var(--darkblue);
}
.boton {
    text-transform: none;
    display: inline-block;
    color: var(--white);
    background: var(--red);
    border: none;
    padding: 11px 30px;
    font-weight: normal;
    font-family: 'Orkney', sans-serif;
    font-size: 15px;
    border-radius: 8px;
}
.boton:hover, .boton:focus {
    color: var(--white);
    background: #d60601;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Orkney', sans-serif;
    font-weight: bold;
    color: var(--orange);
}
/**** HEADER ****/
header {
    z-index: 100;
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 3px solid var(--red);
}
.top {
    background: var(--white);
    color:#fff;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 6px;
}
.top .social {
    display: inline-block;
    margin-right: 4px;
}
.top .social a {
    color: #fff;
    font-size: 17px;
    margin: 0 3px;
}
#flags {
  width: auto !important;
  margin-left: 12px;
}
#flags ul li a {
    margin-top: 4px;
    margin-left: 3px;
}
.navbar-brand {
  margin-top: -62px;
}
header .navbar-brand img {
    height: 74px;
    margin-top: 0;
    margin-bottom: 0;
}
header .navbar-brand a {
  display: block;
  padding: 10px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
    color: var(--black);
    font-size: 16px;
    border: none;
    text-transform: none;
    font-weight: normal;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-family: 'Orkney', sans-serif;
    border-bottom: 3px solid transparent;
    padding: 15px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav > .active > a {
    background: none !important;
    color: var(--red);
    border-bottom:  3px solid var(--red);
}
.navbar-default .navbar-nav li {
    padding-left: 28px;
}
.navbar-collapse {
    padding-right: 0;
}
.slider {
    background: url(images/slider.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
    color:#fff;
    font-size: 17px;
}
.slider h4 {
    color: #00FFFF;
}
.slider h1 {
    color:#fff;
}
.slider .col-sm-6 {
    padding-left: 15px;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size:34px;
}
.botones {
    border-left: 1px solid #fff;
    margin-top: 40px;
}
.botones a {
  text-transform: none;
  display: inline-block;
  color: var(--white);
  background: var(--red);
  border: none;
  padding: 11px 1px;
  font-weight: normal;
  font-family: 'Orkney', sans-serif;
  font-size: 15px;
  border-radius: 6px;
  margin: 6px 1px;
  width: 170px;
  text-align: center;
}
.botones a:hover, .botones a:focus {
    color: var(--white);
    background: #d60601;
}
.property {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.property .imagenprop {
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
}
.precio-ficha {
    position: absolute;
    left:0;
    bottom: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 50%;
    font-weight: bold;
    color:#fff;
}
.contenido-ficha {
    padding: 10px 15px;
}
.contenido-ficha h4 {
    font-size: 17px;
    font-weight: 500;
}
.contenido-ficha .excerpt img {
    width: 18px;
    margin-left:-2px;
    position:relative;
    top:-2px;
}
.property .caracteristicas {
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 30px;
    margin-top: 10px;
}
.property .caracteristicas span {
    margin-right: 5px;
}
.property .caracteristicas img {
    width: 20px;
    position: relative;
    top:-2px;
}
.parallax {
    background:url(images/cap-cana.jpg) no-repeat center center;
    background-size: cover;
    color:#fff;
    padding-top: 140px;
    padding-bottom: 140px;
}
footer {
    background: var(--red);
    color:#fff;
    padding-top: 40px;
    padding-bottom: 10px;
}
.logofooter {
  width: 280px;
  max-width: 90%;
}
p.contactos {
    position: relative;
    padding-left: 24px;
}
p.contactos img {
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
}
.redesfooter {
    margin-top: 30px;
}
.redesfooter a {
    margin-right: 5px;
}
@media(min-width:767px) {
    .developer {
        text-align: right;
    }
}
.copyright {
    color:#ffffff;
    background:#d60601;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 15px;
}
.copyright a {
    color:#fff !important;
}
@media(min-width: 767px) {
    .cborde {
        border-right: 2px solid #f0f0f0;
    }
}
.cab {
    background:url(images/slider.jpg) no-repeat center center;
    background-size:cover;
    padding-top: 40px;
    padding-bottom: 70px;
}
.cab h3 {
    color:#ffffff;
    padding-left: 15px;
    padding-top: 58px;
    font-size: 28px;
    font-weight:500;
}
.imagenes img {
    border-radius: 8px;
}
.agente {
    margin-bottom: 40px;
}
.agente h4 {
    margin: 0;
    color:var(--darkblue);
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.mapa iframe {
    width: 100%;
    height:380px;
}
.contacto input, .contacto textarea {
    width: 100%;
    border: 1px solid #d2d2d2;
    margin-bottom:16px;
    padding: 12px;
    background:#e9e9e9;
}
.contacto textarea {
    min-height: 123px;
}
.paginacion a {
    display: inline-block;
    font-weight: 600;
    margin: 0 4px;
}
.paginacion a.inactive {
    color: #888;
    font-weight: normal;
}
.galeria {
    margin-top: 12px;
}
.item-galeria {
    display: block;
    width: 100%;
    height: 100px;
    border-radius:6px;
}
.owlgaleria .owl-nav {
    display: none !important;
}
.owlgaleria .owl-dots {
    display: none !important;
}
.linea {
    height:1px;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    margin: 10px 0;
}
.list-caracteristicas {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-caracteristicas li {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}
.list-caracteristicas strong, .list-caracteristicas b {
    font-weight: normal;
}
.list-caracteristicas li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}
.tipopropiedad {
    color:#fff;
    position: absolute;
    right: 10px;
    bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
}


.dropdown-menu {
    list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
    margin: 0;
    padding: 3px 0 0 0;
    list-style-type: none !important;
    border-top: 1px solid #EA0B13;
    background: #fff;
    margin-left: 0 !important;
    min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
    margin: 0; 
    padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
    border-bottom: 1px solid #f0f0f0 !important;
    font-size: 14px !important;
    color: #000;
    font-weight: normal;
    padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
    border-bottom: 1px solid #f0f0f0 !important;
    background: #fff !important;
    color: #EA0B13;
}
.mostrarresponsive {
    display: none;
}

@media(min-width:767px) {
    .floatright {
        float:  right;
    }
    .textos2, .textos3, .textos4, .textos5, .textos6 {
        padding-top:  50px;
    } 

}

@media(max-width:767px) {
    .navbar-default .navbar-nav li {
        padding-left: 15px;
    }
    .navbar-right {
        padding-top: 40px;
    }
    header .navbar-brand img {
        height: 64px;
        margin-left: -20px;
        margin-top: 10px;
    }
    .navbar-default .navbar-nav li a {
        border-bottom: 1px solid #e0e0e0;
    }
    .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav > .active > a {
        border-bottom: 1px solid #ccc;
        color: var(--orange) !important;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: 4px;
        border: none;
        background: #fff !important;
        color: var(--orange);
        font-size: 20px;
    }
    .ocultarresponsive {
        display: none;
    }
    .mostrarresponsive {
        display: block;
    }
    .slider .botones, .cab .botones {
        border-left: none;
        text-align: center;
    }
}

@media(max-width:498px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    .parallax {
        padding-top: 76px;
        padding-bottom: 76px;
    }
}

@media(min-width:767px) {
    .floatright {
        float: right;
    }
    .texto .block {
        padding-top: 60px;
    }
}



/** BUSCADOR **/
.titulos {
    color: #333;
}
.titulos span {
    color: var(--red);
}
#show_search_mobile {
    display: none;
}
.searchform {
    background: #f2f2f2;
    border: 1px solid #e1e1d5;
    padding: 15px 25px;
    border-radius: 3px;
    font-weight: 400;
    color: #111;
    font-size: 14px;
}
.searchform .col-sm-2 {
    width: 16.66%;
}
.searchform .col-sm-6, .searchform .col-xs-6, .searchform .col-sm-3, .searchform .col-sm-9, .searchform .col-sm-12 {
    padding: 0 5px;
}
.searchform label {
    font-weight: 400;
    color: #111;
    font-size: 14px;
}
.searchform .bs-caret {
    color: #111 !important;
}
.searchform input, .searchform select, .searchform textarea, .searchform .dropdown-toggle {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 16px;
    margin-bottom: 12px;
    background: #ffffff;
    color: #111111;
    height: 42px;
}
.searchform .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
}
.searchform ul.dropdown-menu, .searchform .btn:hover, .searchform .btn:focus {
    background: #fff !important;
}
.searchform ul.dropdown-menu .label.label-success {
    font-weight: normal !important;
    padding: 0 !important; 
    background: none !important;
    color: #0ABBB5 !important;
    font-size: 14px !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #0ABBB5;
}
.searchform .btn.dropdown-toggle .label.label-success {
    background: #0ABBB5;
    font-size: 12.6px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
    color: #222;
}
.searchform ul.dropdown-menu li a {
    background: #fff;
    color: #0ABBB5 !important;
}
.searchform ul.dropdown-menu li a:hover {
    background: #f8f8f8;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    overflow-x: hidden;
}
.searchform input[type="submit"] {
    background: var(--red);
    border: var(--red); 
    color: #fff;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.searchform input[type="submit"]:hover { 
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}
.searchform a.boton {
    border-bottom: 1px solid #0ABAB4;  
    color: #fff;
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    margin: 0 5px;
    background: #0ABAB4 !important;
}
#close_search_mobile {
    display: none;
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 32px;
}
.espaciobusqueda {
    float: left;
    height: 1px;
    padding: 0 15px;
    min-height: 1px;
    width: 30%;
}
a.resetform {
    display: block;
    width: 100%;
    height: 42px;
    background: #333;
    color: #fff;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
}
.clearresponsive {
    display: none;
}

@media(max-width:767px) {
    .searchform .col-sm-2 {
        width: 50%;
    }
    .clearresponsive {
        display: block;
        height: 1px;
    }
    .full598 {
        width: 100% !important;
    }
    .espaciobusqueda {
        display: none;
    }
}



@media (max-width: 598px) {
    .pages .searchform {
        margin-top: 0 !important;
    }
    
    .buscador-desktop #boxbusqueda {
        display: none;
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        bottom: 0;
        background: #f1f1eb;
        border: none;
        padding-top: 20px;
    }
    .searchform {
        border: none;
    }
    .buscador-desktop .buscador-home {
        margin: 0;
        padding: 0;
    }
    #div_show_search_mobile {
        display: block;
        background: var(--red);
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 15px 8px 15px;
        text-transform: uppercase;
        max-width: 100%;
        text-align: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }
    #div_show_search_mobile #show_search_mobile {
        display: inline-block;
        color: #fff !important;
    }
    #boxbusqueda .transparency {
        display: none;
    }
    .buscador-desktop .height30 {
        display: none;
    }
}

@media(min-width:767px) {
    .home .buscador-desktop {
        margin-bottom: 50px;
    }
}