@charset "UTF-8";
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import "fonts/CaviarDreams/stylesheet.min.css";
/* :: 2.0 Import All CSS */
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/owl.carousel.css';
@import 'css/classy-nav.css';
@import 'css/magnific-popup.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/nice-select.css';
@import 'css/jquery-ui.min.css';
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
}

.dark.classy-nav-container a {
  color: #002349;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002349;
  font-weight: 600;
  font-family: "Caviar Dreams", sans-serif;
  text-transform: uppercase;
}

p {
  color: #002349;
  font-size: calc(12px + 0.2vw);
  line-height: 1.5;
  font-weight: 400;
}

a {
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}
a:hover, a:focus {
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}

ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.section-padding-100 {
  padding: 100px 0;
}
@media only screen and (max-width:767px) {
  .section-padding-100 {
    padding: 40px 0;
  }
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-50-0 {
  padding: 50px 0 0 0;
}

.section-padding-100-70 {
  padding: 100px 0 70px;
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}
@media only screen and (max-width:767px) {
  .section-padding-100-50 {
    padding: 40px 0;
  }
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

.section-padding-0-100 {
  padding: 0 0 100px;
}

.section-padding-100-20 {
  padding: 100px 0 20px 0;
}

.bg-fixed {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00ffff;
  opacity: 0.7;
  content: "";
}

.bg-overlay-black {
  position: relative;
  z-index: 1;
}
.bg-overlay-black::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002349;
  opacity: 0.7;
  content: "";
}

.bg-overlay-white {
  position: relative;
  z-index: -1;
}
.bg-overlay-white::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 241, 255, 0.5);
  content: "";
}

.gradient-background-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
}

.bg-gray {
  background-color: #f5f7f9;
}

.row-reverse {
  flex-direction: row-reverse;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.gradient-background-overlay {
  position: relative;
  z-index: 3;
}

/* :: 4.0 Preloader Area CSS */
#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background-color: #ffffff;
}

.south-load {
  animation: 1500ms linear 0s normal none infinite running south-load;
  background: transparent;
  border-color: #ffffff;
  border-top-color: #00ffff;
  border-left-color: #00ffff;
  border-right-color: #00ffff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}
@keyframes south-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
  background-color: #00ffff;
  border-radius: 50%;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
  color: #002349;
  font-size: 24px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 46px;
  transition-duration: 500ms;
}
#scrollUp:hover {
  background-color: #002349;
  color: #00ffff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 46px;
  }
}
@media only screen and (max-width:767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 46px;
  }
}

/* :: 6.0 Section Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.section-heading img {
  margin-bottom: 10px;
}
.section-heading h1 {
  text-transform: uppercase;
  font-size: calc(42px + 0.4vw);
}
@media only screen and (max-width:767px) {
  .section-heading h1 {
    font-size: calc(30px + 0.4vw);
  }
}
.section-heading h2 {
  font-size: calc(12px + 0.4vw);
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-heading h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width:767px) {
  .section-heading h2 {
    font-size: 18px;
  }
}
.section-heading p {
  color: #00ffff;
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
}

.section-heading.text-center h1:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 46%;
  width: 100px;
  background: #002349;
  height: 4px;
}

/* :: 7.0 South Button CSS */
.parrafo {
  padding-left: 80px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .parrafo {
    padding-left: 0;
    padding-right: 0;
  }
}

.parrafo::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  background: #002349;
  height: 4px;
}
@media only screen and (max-width:767px) {
  .parrafo::before {
    width: 100%;
    top: -20px;
  }
}

.south-btn {
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 50px;
  color: #002349;
  font-size: 14px;
  font-weight: 600;
  background-color: #00ffff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #00ffff;
}
.south-btn.active, .south-btn:hover, .south-btn:focus {
  color: #ffffff;
  background-color: #002349;
  border: 2px solid #002349;
}
.south-btn.btn-2 {
  border: 2px solid #002349;
  background-color: #002349;
  padding: 10px 30px;
  color: white;
}
.south-btn.btn-2:hover, .south-btn.btn-2:focus {
  color: #002349;
  background-color: #00ffff;
  border: 2px solid #00ffff;
}
.south-btn.btn-3 {
  border: 2px solid #002349;
  background-color: transparent;
  color: #002349;
  line-height: 46px;
}
.south-btn.btn-3:hover, .south-btn.btn-3:focus {
  color: #ffffff;
  background-color: #002349;
}

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
  background-color: #002349;
}

.header-area {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: auto;
  transition-duration: 500ms;
}

.top-header-area {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #002349;
}
@media only screen and (max-width:767px) {
  .top-header-area {
    height: auto;
  }
}
.top-header-area .email-address {
  padding-left: 60px;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .top-header-area .email-address {
    padding: 15px 30px;
  }
}
.top-header-area .email-address a {
  color: white;
  font-size: 14px;
  position: relative;
  z-index: 1;
  top: -2px;
}
.top-header-area .email-address a:hover, .top-header-area .email-address a:focus {
  color: #ffffff;
}
.top-header-area .phone-number {
  line-height: 1;
  background-color: #00ffff;
  height: 45px;
  margin-bottom: 0;
}
.top-header-area .phone-number .icon {
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
}
.top-header-area .phone-number .icon img {
  padding: 16px 0;
  max-width: 15px;
}
.top-header-area .phone-number .icon i {
  font-size: 25px;
  padding: 10px;
}
.top-header-area .phone-number .number a {
  padding: 0 60px;
  color: #ffffff;
  line-height: 45px;
  font-size: 14px;
}

.main-header-area {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-color: #002349;
  background-image: url(css/fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition-duration: 500ms;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .main-header-area {
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .main-header-area {
    height: auto;
  }
}
.main-header-area .classy-nav-container {
  background-color: transparent;
}
.main-header-area .classy-navbar {
  height: auto;
  padding: 10px 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .main-header-area .classy-navbar {
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .main-header-area .classy-navbar {
    height: auto;
    padding: 0.5em 30px;
  }
}
.main-header-area .classynav ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(12px + 0.2vw);
  text-transform: uppercase;
}
.main-header-area .nav-brand {
  line-height: 1;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-header-area .nav-brand {
    margin-right: 0;
  }
}
.main-header-area .classynav ul {
  transition-duration: 500ms;
}
.main-header-area .searchbtn {
  margin-left: 15px;
  background-color: transparent;
  text-align: center;
  background: #00ffff;
  color: #002349;
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 16px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-header-area .searchbtn {
    margin-left: 15px;
    width: 40px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .main-header-area .searchbtn {
    margin-left: 0;
    height: 50px;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background-color: #00ffff;
  }
}
@media only screen and (max-width:767px) {
  .main-header-area .searchbtn {
    margin-left: 0;
    height: 50px;
    width: 100%;
    margin-top: 15px;
    line-height: 35px;
    background-color: #00ffff;
  }
}
.main-header-area .searchbtn:hover {
  background: #002349;
}
.main-header-area .south-search-form {
  position: relative;
  z-index: 1;
  display: none;
  transition-duration: 500ms;
}
.main-header-area .south-search-form input {
  width: 650px;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 100px;
  padding: 0 30px;
  font-size: 14px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-header-area .south-search-form input {
    width: 550px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .main-header-area .south-search-form input {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width:767px) {
  .main-header-area .south-search-form input {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.main-header-area .south-search-form button {
  position: absolute;
  top: 0;
  right: 15px;
  height: 50px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  width: 50px;
  outline: none;
  transition-duration: 500ms;
}
.main-header-area .south-search-form button:hover {
  color: #ffffff;
}

.dark .classynav ul li .dropdown li a {
  text-transform: none;
  color: cyan;
}

.breakpoint-off .classynav ul li .dropdown {
  width: 330px;
}

.search-close .searchbtn {
  background-color: #00ffff;
}
.search-close .classynav ul {
  display: none;
}
.search-close .south-search-form {
  display: block;
}

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #002349;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .is-sticky .main-header-area {
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .is-sticky .main-header-area {
    height: auto;
  }
}

/* Supertop */
header .top_nav {
  width: 100%;
  position: relative;
  padding: 0;
  background-color: #00ffff;
  height: auto;
  display: block;
}
header .top_nav .top_nav_left {
  font-size: calc(12px + 0.2vw);
  color: #002349;
  text-transform: uppercase;
}
header .top_nav .top_nav_left a {
  color: #002349;
}
header .top_nav .top_nav_left ul.top_nav_menu {
  margin-bottom: 0;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top_nav .top_nav_left ul.top_nav_menu .redes {
  position: relative;
  min-width: 50px;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  vertical-align: middle;
  background: 0 0;
}
header .top_nav .top_nav_left ul.top_nav_menu .redes .redes_selection {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top_nav .top_nav_left ul.top_nav_menu .redes .redes_selection li {
  padding: 7px 0;
  text-align: center;
  display: inline-block;
}
header .top_nav .top_nav_left ul.top_nav_menu .redes .redes_selection li a {
  display: block;
  color: #002349;
  transition: all 0.3s ease;
  font-size: calc(12px + 0.2vw);
  font-weight: 400;
  margin-right: 10px;
}
header .top_nav .top_nav_left ul.top_nav_menu .redes .redes_selection li a i {
  margin-right: 0;
  width: 25px;
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  header .top_nav .top_nav_left ul.top_nav_menu .redes .redes_selection {
    text-align: center;
  }
}
header .top_nav .text-center p {
  color: #002349;
  font-size: calc(12px + 0.2vw);
  padding: 3px 0px;
  margin-bottom: 0;
  font-weight: 400;
}
header .top_nav .text-right {
  position: relative;
}
header .top_nav .text-right .top_nav_right {
  position: relative;
}
@media only screen and (max-width:767px) {
  header .top_nav .text-right .top_nav_right {
    text-align: center;
  }
}
header .top_nav .text-right .top_nav_right a {
  color: #002349;
  font-size: calc(12px + 0.2vw);
  padding: 5px 0;
  margin-bottom: 0;
  display: inline-block;
}

/* :: 9.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 800px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-hero-slide {
    height: 700px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-hero-slide {
    height: 650px;
  }
}
@media only screen and (max-width:767px) {
  .single-hero-slide {
    height: 550px;
  }
}

.hero-slides-content {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .hero-slides-content {
    padding-top: 100px;
  }
}
.hero-slides-content h2 {
  color: #ffffff;
  font-size: calc(42px + 0.4vw);
  margin-bottom: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-slides-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width:767px) {
  .hero-slides-content h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .hero-slides-content h2 {
    font-size: 24px;
  }
}
.hero-slides-content p {
  font-size: calc(22px + 0.2vw);
  color: white;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  left: 70px;
  margin-top: -19px;
  opacity: 0;
  transition-duration: 500ms;
  background-color: #00ffff;
  font-size: 16px;
  display: none !important;
}
@media only screen and (max-width:767px) {
  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 30px;
  }
}
.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
  background-color: #002349;
}
.hero-area .owl-next {
  left: auto;
  right: 70px;
}
@media only screen and (max-width:767px) {
  .hero-area .owl-next {
    left: auto;
    right: 30px;
  }
}
.hero-area:hover .owl-prev, .hero-area:hover .owl-next {
  opacity: 1;
}
.hero-area .owl-dots {
  width: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateX(-50%);
}
.hero-area .owl-dot {
  display: block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  font-size: 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 50px;
  border: 2px solid white;
}
.hero-area .owl-dot.active {
  background-color: white;
  font-size: 0;
  color: #ffffff;
  border: 2px solid white;
}

/* Slider emprendimientos */
#slider-emprendimientos .single-hero-slide {
  height: auto !important;
}
#slider-emprendimientos .owl-controls .owl-dots {
  display: none !important;
}
#slider-emprendimientos .hero-slides-content h2 {
  background: transparent !important;
}
@media only screen and (max-width:767px) {
  #slider-emprendimientos .hero-slides-content h2 {
    font-size: 22px;
  }
}
#slider-emprendimientos .hero-slides-content h3 {
  color: white;
}
@media only screen and (max-width:767px) {
  #slider-emprendimientos .hero-slides-content h3 {
    font-size: 22px;
  }
}
#slider-emprendimientos .hero-slides-content p {
  color: white;
  line-height: 1.5;
}
#slider-emprendimientos a {
  color: white;
  background: transparent;
  padding: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: inherit;
}
#slider-emprendimientos .col-12 {
  background-color: rgba(24, 35, 70, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
}

/* :: 10.0 Advanced Search Area */
.form-control {
  background-color: transparent;
  width: 100% !important;
  height: 38px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  font-size: 14px;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 500;
  padding: 0 15px;
  border: 1px solid #e1dddd;
}
.form-control:hover, .form-control:focus, .form-control:active {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #e1dddd;
}

.nice-select {
  line-height: 34px;
  margin-bottom: 0 !important;
}
.nice-select .list {
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
}

.south-search-area {
  position: relative;
  z-index: 1;
  background-image: url(css/fondo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .south-search-area {
    height: auto;
  }
}
.south-search-area h2 {
  color: white;
  padding: 7vh 2vw;
  text-transform: uppercase;
  font-size: calc(42px + 0.4vw);
}
@media only screen and (max-width:767px) {
  .south-search-area h2 {
    color: white;
    padding: 4vh 0vw;
    text-transform: uppercase;
    font-size: calc(30px + 0.4vw);
  }
}
.south-search-area .advanced-search-form {
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
  height: 100%;
}
.south-search-area .advanced-search-form .search-title {
  position: relative;
  width: 100%;
  background-color: transparent;
  float: left;
  top: auto;
  margin-top: 0px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .south-search-area .advanced-search-form .search-title {
    padding: 0px;
  }
}
.south-search-area .advanced-search-form .search-title p {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 600;
}
.south-search-area .advanced-search-form .search-title .nav-tabs {
  border-bottom: 0;
}
.south-search-area .advanced-search-form .search-title .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  display: inline-block;
  padding: 0.68rem 1rem;
  color: white;
  background-color: transparent;
  position: relative;
}
.south-search-area .advanced-search-form .search-title .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 35%;
  width: 30px;
  background: #00ffff;
  height: 4px;
}
.south-search-area .advanced-search-form .search-title .nav-tabs .nav-link.active {
  color: white;
  background-color: #00ffff;
  border-color: transparent;
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  display: inline-block;
  padding: 0.68rem 1rem;
}
.south-search-area .advanced-search-form .tab-content {
  position: relative;
  float: left;
  overflow: visible;
  width: 100%;
  display: block;
  margin-top: 20px;
  padding: 20px 0px;
}
.south-search-area .advanced-search-form .form-check-inline {
  margin-right: 5px !important;
}
.south-search-area .advanced-search-form .slider-range {
  flex: 0 0 50%;
  min-width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .south-search-area .advanced-search-form .slider-range {
    margin-bottom: 50px;
  }
}
.south-search-area .advanced-search-form .slider-range:first-child {
  padding-right: 15px;
}
.south-search-area .advanced-search-form .slider-range:last-child {
  padding-left: 15px;
}
.south-search-area .advanced-search-form .ui-widget.ui-widget-content {
  border: none;
  height: 4px;
}
.south-search-area .advanced-search-form .ui-widget-content {
  background: #00ffff;
}
.south-search-area .advanced-search-form .ui-slider-horizontal {
  height: 4px;
  background: #00ffff;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-br {
  border-bottom-right-radius: 0;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-tr {
  border-top-right-radius: 0;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-tl {
  border-top-left-radius: 0;
}
.south-search-area .advanced-search-form .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area .advanced-search-form .ui-button,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:hover,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:active {
  border: none;
  background: #00ffff;
  margin-top: -3px;
}
.south-search-area .advanced-search-form .range {
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
}
@media only screen and (max-width:767px) {
  .south-search-area .advanced-search-form .range {
    font-size: 10px;
  }
}
.south-search-area .advanced-search-form .more-filter {
  margin-top: 15px;
}
.south-search-area .advanced-search-form .more-filter a {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #00ffff;
  padding: 10px;
  line-height: 50px;
  padding: 15px 10px;
  color: #002349;
  border-radius: 50px;
  background: #00ffff;
}
.south-search-area .advanced-search-form .more-filter a:hover, .south-search-area .advanced-search-form .more-filter a:active, .south-search-area .advanced-search-form .more-filter a:focus {
  background: #002349;
  border: 1px solid #002349;
  color: white;
}
.south-search-area .advanced-search-form .search-form-second-steps {
  display: none;
}
.south-search-area .advanced-search-form #advanceSearch .nice-select {
  background: transparent !important;
  color: white !important;
  border: solid 1px #e8e8e8;
  margin-bottom: 0 !important;
}
.south-search-area .advanced-search-form #advanceSearch .nice-select .nice-select.open .list {
  color: #002349 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.south-search-area .advanced-search-form #advanceSearch .nice-select .form-control, .south-search-area .advanced-search-form #advanceSearch .nice-select .form-control:hover, .south-search-area .advanced-search-form #advanceSearch .nice-select .form-control:focus, .south-search-area .advanced-search-form #advanceSearch .nice-select .form-control:active {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.south-search-area .advanced-search-form #advanceSearch .nice-select .form-control input, .south-search-area .advanced-search-form #advanceSearch .nice-select .form-control:hover input, .south-search-area .advanced-search-form #advanceSearch .nice-select .form-control:focus input, .south-search-area .advanced-search-form #advanceSearch .nice-select .form-control:active input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.south-search-area .advanced-search-form #advanceSearch input::-moz-placeholder {
  color: white !important;
}
.south-search-area .advanced-search-form #advanceSearch input::placeholder {
  color: white !important;
}

/* The container */
.south-search-area .labeled {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: white;
}

/* Hide the browser's default checkbox */
.south-search-area .labeled input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.south-search-area .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.south-search-area b {
  background: cyan;
  padding: 2px 9px;
  border-radius: 50px;
  color: #073561;
}

/* On mouse-over, add a grey background color */
.south-search-area .labeled:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.south-search-area .labeled input:checked ~ .checkmark {
  background-color: #073561;
}

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

/* Show the checkmark when checked */
.labeled input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.south-search-area .labeled .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.south-search-area.temporaria {
  position: relative;
  z-index: 1;
}
.south-search-area.temporaria .advanced-search-form {
  position: relative;
  z-index: 1;
  padding: 30px 50px;
  border: 1px solid #e1dddd;
  background: white;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  top: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}
@media only screen and (max-width:767px) {
  .south-search-area.temporaria .advanced-search-form {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.south-search-area.temporaria .advanced-search-form .input-group-addon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.south-search-area.temporaria .advanced-search-form .search-title {
  position: absolute;
  width: 100%;
  height: 45px;
  background-color: #002349;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: center;
  float: none;
  margin-top: 0;
}
@media only screen and (max-width:767px) {
  .south-search-area.temporaria .advanced-search-form .search-title {
    padding: 0px;
  }
}
.south-search-area.temporaria .advanced-search-form .search-title p {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 600;
}
.south-search-area.temporaria .advanced-search-form .search-title .nav-tabs {
  border-bottom: 0;
}
.south-search-area.temporaria .advanced-search-form .search-title .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  display: inline-block;
  padding: 0.68rem 1rem;
  color: white;
  background-color: transparent;
}
.south-search-area.temporaria .advanced-search-form .search-title .nav-tabs .nav-link.active {
  color: white;
  background-color: #00ffff;
  border-color: transparent;
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  display: inline-block;
  padding: 0.68rem 1rem;
}
.south-search-area.temporaria .advanced-search-form .tab-content {
  position: relative;
  float: none;
  overflow: visible;
  width: 100%;
  display: block;
  margin-top: 0;
  padding: 0;
}
.south-search-area.temporaria .advanced-search-form .slider-range {
  flex: 0 0 50%;
  min-width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .south-search-area.temporaria .advanced-search-form .slider-range {
    margin-bottom: 50px;
  }
}
.south-search-area.temporaria .advanced-search-form .slider-range:first-child {
  padding-right: 15px;
}
.south-search-area.temporaria .advanced-search-form .slider-range:last-child {
  padding-left: 15px;
}
.south-search-area.temporaria .advanced-search-form .ui-widget.ui-widget-content {
  border: none;
  height: 4px;
}
.south-search-area.temporaria .advanced-search-form .ui-widget-content {
  background: #00ffff;
}
.south-search-area.temporaria .advanced-search-form .ui-slider-horizontal {
  height: 4px;
  background: #00ffff;
}
.south-search-area.temporaria .advanced-search-form .ui-corner-all,
.south-search-area.temporaria .advanced-search-form .ui-corner-bottom,
.south-search-area.temporaria .advanced-search-form .ui-corner-right,
.south-search-area.temporaria .advanced-search-form .ui-corner-br {
  border-bottom-right-radius: 0;
}
.south-search-area.temporaria .advanced-search-form .ui-corner-all,
.south-search-area.temporaria .advanced-search-form .ui-corner-bottom,
.south-search-area.temporaria .advanced-search-form .ui-corner-left,
.south-search-area.temporaria .advanced-search-form .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.south-search-area.temporaria .advanced-search-form .ui-corner-all,
.south-search-area.temporaria .advanced-search-form .ui-corner-top,
.south-search-area.temporaria .advanced-search-form .ui-corner-right,
.south-search-area.temporaria .advanced-search-form .ui-corner-tr {
  border-top-right-radius: 0;
}
.south-search-area.temporaria .advanced-search-form .ui-corner-all,
.south-search-area.temporaria .advanced-search-form .ui-corner-top,
.south-search-area.temporaria .advanced-search-form .ui-corner-left,
.south-search-area.temporaria .advanced-search-form .ui-corner-tl {
  border-top-left-radius: 0;
}
.south-search-area.temporaria .advanced-search-form .ui-state-default,
.south-search-area.temporaria .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area.temporaria .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area.temporaria .advanced-search-form .ui-button,
.south-search-area.temporaria .advanced-search-form html .ui-button.ui-state-disabled:hover,
.south-search-area.temporaria .advanced-search-form html .ui-button.ui-state-disabled:active {
  border: none;
  background: #00ffff;
  margin-top: -3px;
}
.south-search-area.temporaria .advanced-search-form .range {
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
}
@media only screen and (max-width:767px) {
  .south-search-area.temporaria .advanced-search-form .range {
    font-size: 10px;
  }
}
.south-search-area.temporaria .advanced-search-form .more-filter {
  margin-top: 15px;
}
.south-search-area.temporaria .advanced-search-form .more-filter a {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #002349;
  line-height: 50px;
  padding: 15px 30px;
  color: #002349;
  background: #00ffff;
}
.south-search-area.temporaria .advanced-search-form .more-filter a:hover, .south-search-area.temporaria .advanced-search-form .more-filter a:active, .south-search-area.temporaria .advanced-search-form .more-filter a:focus {
  background: #002349;
  color: white;
}
.south-search-area.temporaria .advanced-search-form .search-form-second-steps {
  display: none;
}

/* :: 11.0 Single Property Area CSS */
.featured-properties-area .menu-propiedades {
  margin: 50px 0px 0px 0px;
  width: 100%;
  padding: 20px;
}
.featured-properties-area .menu-propiedades ul li {
  list-style: none;
  display: inline-block;
}
.featured-properties-area .menu-propiedades ul li a.active {
  display: inline-block;
  background: #00ffff;
  color: #002349;
  text-transform: uppercase;
  padding: 10px 20px;
}
.featured-properties-area .menu-propiedades ul li a {
  display: inline-block;
  background: white;
  color: #002349;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
}
.featured-properties-area .menu-propiedades ul li a:hover, .featured-properties-area .menu-propiedades ul li a:focus, .featured-properties-area .menu-propiedades ul li a:active {
  background: #00ffff;
  color: white;
}
.featured-properties-area .midle {
  margin-top: 40px;
}

.single-featured-property {
  position: relative;
  z-index: 1;
  transition-duration: 500ms;
  overflow: hidden;
}
.single-featured-property .property-thumb {
  position: relative;
  text-align: center;
  z-index: 1;
}
.single-featured-property .property-thumb::after {
  bottom: -40px;
  background-color: #00ffff;
  content: " ";
  height: 60px;
  position: absolute;
  width: 2px;
}
.single-featured-property .property-thumb .tag span {
  height: 35px;
  padding: 0 20px;
  background-color: #00ffff;
  color: #002349;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  transition-duration: 500ms;
}
.single-featured-property .property-thumb .list-price p {
  background-color: transparent;
  padding: 10px 20px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  margin-bottom: 0;
  line-height: 1;
  transition-duration: 500ms;
}
.single-featured-property .property-thumb .list-price p:hover, .single-featured-property .property-thumb .list-price p:active, .single-featured-property .property-thumb .list-price p:focus {
  background: transparent;
  color: white;
}
.single-featured-property .property-thumb .vermas a {
  background-color: transparent;
  padding: 10px 20px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  margin-bottom: 0;
  line-height: 1;
  border: 1px solid transparent;
  transition-duration: 500ms;
}
.single-featured-property .property-thumb .vermas a:hover, .single-featured-property .property-thumb .vermas a:active, .single-featured-property .property-thumb .vermas a:focus {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.single-featured-property .property-content {
  text-align: center;
  padding: 30px;
}
.single-featured-property .property-content h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
  margin-top: 20px;
}
.single-featured-property .property-content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #002349;
}
.single-featured-property .property-content .location {
  color: #00ffff;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}
.single-featured-property .property-content .location img {
  margin-right: 10px;
  display: inline-block !important;
  width: auto !important;
}
.single-featured-property .property-content .property-meta-data span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  color: #002349;
}
.single-featured-property .property-content .property-meta-data i {
  color: #002349;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block !important;
}
@media only screen and (max-width:767px) {
  .single-featured-property .property-content .property-meta-data i {
    margin-right: 0;
  }
}
.single-featured-property .property-content .property-meta-data img {
  margin-right: 10px;
  display: inline-block !important;
  width: auto !important;
}
@media only screen and (max-width:767px) {
  .single-featured-property .property-content .property-meta-data img {
    margin-right: 0;
  }
}
.single-featured-property:hover, .single-featured-property:focus {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.single-featured-property:hover .tag span, .single-featured-property:focus .tag span {
  background-color: #002349;
  color: #ffffff;
}
.single-featured-property:hover .list-price p, .single-featured-property:focus .list-price p {
  background-color: #00ffff;
  color: #002349;
}

.property-meta-data {
  margin-bottom: 15px;
}

/* :: 12.0 Testimonials Area CSS */
.testimonials-slides {
  position: relative;
  z-index: 1;
}
.testimonials-slides .single-testimonial-slide {
  position: relative;
  z-index: 1;
  transform: scale(0.8);
}
.testimonials-slides .single-testimonial-slide h5 {
  margin-bottom: 60px;
  color: #002349;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info {
  margin-top: 50px;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p {
  margin-bottom: 0;
  color: #002349;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
  color: #00ffff;
}
.testimonials-slides .center .single-testimonial-slide {
  transform: scale(1);
}
.testimonials-slides .center .single-testimonial-slide h5 {
  color: #002349;
}
.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #002349;
  left: -19px;
  margin-top: -19px;
  transition-duration: 500ms;
  background-color: #00ffff;
  font-size: 12px;
  color: #002349;
}
.testimonials-slides .owl-prev:hover,
.testimonials-slides .owl-next:hover {
  background-color: #00ffff;
  color: #002349;
}
@media only screen and (max-width:767px) {
  .testimonials-slides .owl-prev,
  .testimonials-slides .owl-next {
    left: 0;
  }
}
.testimonials-slides .owl-next {
  left: auto;
  right: -19px;
}
@media only screen and (max-width:767px) {
  .testimonials-slides .owl-next {
    left: auto;
    right: 0;
  }
}

/* :: 13.0 Editor Area CSS */
.south-editor-area {
  background-color: #f1f6f8;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .south-editor-area {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:767px) {
  .south-editor-area {
    flex-wrap: wrap;
  }
}
.south-editor-area .editor-content-area,
.south-editor-area .editor-thumbnail {
  flex: 0 0 50%;
  min-width: 50%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .south-editor-area .editor-content-area,
  .south-editor-area .editor-thumbnail {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .south-editor-area .editor-content-area,
  .south-editor-area .editor-thumbnail {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.south-editor-area .editor-content-area {
  position: relative;
  z-index: 1;
  padding: 100px 5%;
}
.south-editor-area .editor-content-area .section-heading {
  text-align: left;
  margin-bottom: 50px;
}
.south-editor-area .editor-content-area .address {
  margin-top: 30px;
}
.south-editor-area .editor-content-area .address h6 {
  margin-bottom: 15px;
  font-size: 14px;
}
.south-editor-area .editor-content-area .address h6:last-of-type {
  margin-bottom: 0;
}
.south-editor-area .editor-content-area .address h6 img {
  margin-right: 10px;
}

.no-padding {
  padding: 0 !important;
}

/* :: 14.0 Call to Action CSS */
.call-to-action-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.call-to-action-area .movida {
  width: 100%;
  position: relative;
  margin-top: -200px;
  margin-bottom: 40px;
}
.call-to-action-area .movida-abajo {
  width: 100%;
  position: absolute;
  top: -130px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .call-to-action-area .movida-abajo {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width:767px) {
  .call-to-action-area .movida-abajo {
    position: relative;
    top: 0;
  }
}
.call-to-action-area h1 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .call-to-action-area h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .call-to-action-area h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:767px) {
  .call-to-action-area h1 {
    font-size: 24px;
  }
}
.call-to-action-area .parrafo {
  padding-right: 80px;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width:767px) {
  .call-to-action-area .parrafo {
    padding-left: 0;
    padding-right: 0;
  }
}
.call-to-action-area .parrafo.text-left {
  padding-right: 0px;
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width:767px) {
  .call-to-action-area .parrafo.text-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.call-to-action-area .parrafo::before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  width: 60px;
  background: white;
  height: 4px;
}
@media only screen and (max-width:767px) {
  .call-to-action-area .parrafo::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    background: white;
    height: 4px;
  }
}
.call-to-action-area .parrafo.text-left::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  width: 60px;
  background: white;
  height: 4px;
}
@media only screen and (max-width:767px) {
  .call-to-action-area .parrafo.text-left::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: auto;
    width: 100%;
    background: white;
    height: 4px;
  }
}
.call-to-action-area p {
  color: white;
  font-size: calc(12px + 0.2vw);
  line-height: 1.5;
  font-weight: 400;
}

/* :: 15.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: #002349;
  background-image: url(css/fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px 50px 0px;
}
.footer-area .copywrite-text {
  width: 100%;
  height: 60px;
  background-color: #002349;
  padding: 0 15px;
}
.footer-area .copywrite-text p {
  margin-bottom: 0;
  font-size: 12px;
  color: white;
}
.footer-area .copywrite-text p a {
  font-size: 12px;
  color: white;
}

.footer-widget-area .widget-title {
  margin-bottom: 40px;
}
.footer-widget-area .widget-title h6 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 2px solid;
  border-color: #00ffff;
  line-height: 1.8;
  display: inline-block;
}
.footer-widget-area p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-widget-area ul.top_nav_menu {
  margin-bottom: 0;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-area ul.top_nav_menu .redes {
  position: relative;
  min-width: 50px;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  vertical-align: middle;
  background: 0 0;
}
.footer-widget-area ul.top_nav_menu .redes .redes_selection {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-area ul.top_nav_menu .redes .redes_selection li {
  padding: 7px 0;
  text-align: center;
  display: inline-block;
}
.footer-widget-area ul.top_nav_menu .redes .redes_selection li a {
  display: block;
  color: white;
  transition: all 0.3s ease;
  font-size: calc(12px + 0.2vw);
  font-weight: 400;
  margin-right: 10px;
}
.footer-widget-area ul.top_nav_menu .redes .redes_selection li a i {
  margin-right: 0;
  width: 25px;
  margin-left: 0;
}
.footer-widget-area .weekly-office-hours ul li {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #002349;
}
.footer-widget-area .weekly-office-hours ul li span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer-widget-area .weekly-office-hours ul li:first-of-type {
  padding-top: 0;
}
.footer-widget-area .address {
  margin-top: 40px;
}
.footer-widget-area .address h6 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.footer-widget-area .address h6 img {
  position: absolute;
  top: 4px;
  z-index: 10;
  left: 0;
}
.footer-widget-area .address p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.footer-widget-area .address p img {
  position: absolute;
  top: 4px;
  z-index: 10;
  left: 0;
}
.footer-widget-area .useful-links-nav {
  flex-wrap: wrap;
}
.footer-widget-area .useful-links-nav li {
  flex: 0 0 50%;
  min-width: 50%;
}
.footer-widget-area .useful-links-nav li a {
  padding: 15px 0;
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.footer-widget-area .useful-links-nav li a:first-child, .footer-widget-area .useful-links-nav li a:nth-child(2) {
  padding-top: 0;
}
.footer-widget-area .useful-links-nav li a:hover, .footer-widget-area .useful-links-nav li a:focus {
  color: #00ffff;
}
.footer-widget-area .featured-properties-slides {
  position: relative;
  z-index: 1;
}
.footer-widget-area .featured-properties-slides .owl-prev,
.footer-widget-area .featured-properties-slides .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #002349;
  left: -19px;
  opacity: 0;
  visibility: hidden;
  margin-top: -19px;
  transition-duration: 500ms;
  background-color: #00ffff;
  font-size: 13px;
  color: #002349;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.footer-widget-area .featured-properties-slides .owl-prev:hover,
.footer-widget-area .featured-properties-slides .owl-next:hover {
  background-color: #00ffff;
  color: #002349;
}
.footer-widget-area .featured-properties-slides .owl-next {
  left: auto;
  right: -19px;
}
.footer-widget-area .featured-properties-slides:hover .owl-prev, .footer-widget-area .featured-properties-slides:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  text-align: center;
}
.breadcumb-area .breadcumb-title {
  font-size: 60px;
  margin-bottom: 0;
  background-color: #002349;
  padding: 5px 20px 7px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .breadcumb-area .breadcumb-title {
    font-size: 48px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .breadcumb-area .breadcumb-title {
    font-size: 36px;
  }
}
@media only screen and (max-width:767px) {
  .breadcumb-area .breadcumb-title {
    font-size: 30px;
  }
}

/* :: 17.0 About Us Area CSS */
.about-content-wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-content-wrapper .about-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width:767px) {
  .about-content-wrapper .about-content {
    margin-bottom: 100px;
  }
}
.about-content-wrapper .about-content img {
  margin-bottom: 40px;
}
.about-content-wrapper .featured-properties-slides {
  position: relative;
  z-index: 1;
}
.about-content-wrapper .featured-properties-slides .owl-prev,
.about-content-wrapper .featured-properties-slides .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  left: -19px;
  opacity: 0;
  visibility: hidden;
  margin-top: -19px;
  transition-duration: 500ms;
  background-color: #00ffff;
  font-size: 13px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.about-content-wrapper .featured-properties-slides .owl-prev:hover,
.about-content-wrapper .featured-properties-slides .owl-next:hover {
  background-color: #002349;
}
.about-content-wrapper .featured-properties-slides .owl-next {
  left: auto;
  right: -19px;
}
.about-content-wrapper .featured-properties-slides:hover .owl-prev, .about-content-wrapper .featured-properties-slides:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

/* :: 18.0 Team Member Area CSS */
.single-team-member {
  position: relative;
  z-index: 1;
}
.single-team-member .team-member-thumb {
  margin-bottom: 40px;
}
.single-team-member .team-member-thumb img {
  width: 100%;
}
.single-team-member .team-member-info {
  text-align: center;
}
.single-team-member .team-member-info .section-heading {
  margin-bottom: 40px;
}
.single-team-member .team-member-info .section-heading i {
  background-color: #00ffff;
  color: white;
  padding: 20px;
  border-radius: 50px;
  font-size: 53px;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .single-team-member .team-member-info .section-heading i {
    font-size: 43px;
  }
}
.single-team-member .team-member-info .section-heading i img {
  margin-bottom: 0;
  width: 55px;
}
.single-team-member .team-member-info .section-heading h2 {
  text-transform: none;
  font-size: 18px;
}
.single-team-member .team-member-info .address h6 {
  margin-bottom: 15px;
  font-size: 14px;
}
.single-team-member .team-member-info .address h6:last-of-type {
  margin-bottom: 0;
}
.single-team-member .team-member-info .address h6 img {
  margin-right: 10px;
}

/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
  overflow-x: hidden;
}

.listings-top-meta {
  position: relative;
  z-index: 2;
}
.listings-top-meta .nice-select {
  float: right;
  height: 34px;
  line-height: 34px;
  position: relative;
  margin-bottom: 0 !important;
  z-index: 100;
}
.listings-top-meta .nice-select .list {
  position: absolute;
  z-index: 500;
}
.listings-top-meta .nice-select .option {
  min-height: 34px;
  line-height: 34px;
}
.listings-top-meta span {
  font-size: 18px;
  cursor: pointer;
  position: fixed;
  background: #182346;
  padding: 10px;
  color: white;
}
@media only screen and (max-width:767px) {
  .listings-top-meta span {
    font-size: 11px;
  }
}
.listings-top-meta .grid_view a {
  color: #002349;
  line-height: 1;
  font-size: 18px;
}
.listings-top-meta .grid_view a.active {
  color: #00ffff;
}
.listings-top-meta .list_view a {
  color: #002349;
  line-height: 1;
  font-size: 18px;
}
.listings-top-meta .list_view a.active {
  color: #00ffff;
}

.single-listings-sliders {
  position: relative;
  z-index: 1;
}
.single-listings-sliders .owl-prev,
.single-listings-sliders .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  left: -19px;
  opacity: 1;
  visibility: visible;
  margin-top: -19px;
  transition-duration: 500ms;
  background-color: #00ffff;
  font-size: 13px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.single-listings-sliders .owl-prev i,
.single-listings-sliders .owl-next i {
  color: #002349;
}
.single-listings-sliders .owl-prev:hover,
.single-listings-sliders .owl-next:hover {
  background-color: #002349;
}
.single-listings-sliders .owl-next {
  left: auto;
  right: -19px;
}
.single-listings-sliders:hover .owl-prev, .single-listings-sliders:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.listings-content {
  margin-top: 40px;
}
.listings-content p.precio {
  font-size: 29px;
  font-weight: 700;
  color: black;
  background: #ffffff;
  position: relative;
  padding: 10px;
  display: inline-block;
  margin: 0;
  letter-spacing: -0.25px;
  line-height: 1;
  z-index: 2;
  text-align: center;
}
.listings-content p.precio span {
  background: #f1e0d8;
  font-size: 18px;
  letter-spacing: -0.25px;
  font-style: italic;
  border: 1px solid #002349;
  padding: 10px;
  border-radius: 50px;
  color: black;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin: 10px;
}
@media only screen and (max-width:767px) {
  .listings-content p.precio span {
    display: block;
  }
}
.listings-content p.precio-venta {
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: 700;
  color: white;
  background: #002349;
  position: absolute;
  padding: 20px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: -0.25px;
  line-height: 1;
  z-index: 2;
}
.listings-content .list-price a {
  font-size: 18px;
  font-weight: 700;
  color: white;
  background: #002349;
  position: relative;
  padding: 10px;
  display: inline-block;
  border-radius: 50px;
  line-height: 1;
  margin: 10px;
}
.listings-content .list-price a.reservar {
  font-size: 18px;
  font-weight: 700;
  color: white;
  background: #1ca550;
  position: relative;
  padding: 10px;
  display: inline-block;
  margin: 10px;
  border-radius: 50px;
  line-height: 1;
}
.listings-content h5 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .listings-content h5 {
    font-size: 20px;
  }
}
.listings-content p {
  font-size: 16px;
  font-weight: 700;
  color: #002349;
  margin-bottom: 40px;
}
.listings-content .location {
  margin-bottom: 5px;
}
.listings-content .location img {
  margin-right: 15px;
}
.listings-content p.texto {
  color: #002349;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
  background: white;
  padding: 40px;
  text-align: justify;
}
.listings-content .property-meta-data div {
  margin-right: 15px;
}
.listings-content .property-meta-data span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  color: #838383;
}
.listings-content .property-meta-data img {
  margin-right: 10px;
  display: inline-block !important;
  width: auto !important;
}
@media only screen and (max-width:767px) {
  .listings-content .property-meta-data img {
    margin-right: 0;
  }
}
.listings-content .listings-core-features {
  padding: 20px 0;
  flex-wrap: wrap;
}
.listings-content .listings-core-features li {
  flex: 0 0 33.3333333%;
  min-width: 33.3333333%;
  color: #002349;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .listings-content .listings-core-features li {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.listings-content .listings-core-features li i {
  width: 27px;
  height: 27px;
  background-color: #08adf5;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  margin-right: 10px;
}
.listings-content .listings-btn-groups a:first-child {
  margin-bottom: 15px;
}
.listings-content .listings-btn-groups .south-btn {
  min-width: 285px;
  width: 285px;
  display: block;
}
.listings-content .adicionales {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  background: white;
  border: 1px solid #182346;
}
.listings-content .adicionales p {
  font-size: 14px;
  font-weight: 400;
  color: #182346;
  margin-bottom: 0px;
}
.listings-content .adicionales .submenuItems {
  list-style: none;
  -moz-columns: 3;
       columns: 3;
  line-height: 24px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .listings-content .adicionales .submenuItems {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (max-width:767px) {
  .listings-content .adicionales .submenuItems {
    -moz-columns: 1;
         columns: 1;
  }
}
.listings-content .adicionales .submenuItems li {
  margin-bottom: 0;
}
.listings-content .overview {
  margin-top: 20px;
}
.listings-content .overview .overviewList {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.listings-content .overview .dropdownlink {
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  margin-top: 10px;
  margin-bottom: 10px;
}
.listings-content .overview .dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.listings-content .overview .dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}
.listings-content .overview .submenuItems {
  list-style: none;
  -moz-columns: 3;
       columns: 3;
  line-height: 24px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .listings-content .overview .submenuItems {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (max-width:767px) {
  .listings-content .overview .submenuItems {
    -moz-columns: 2;
         columns: 2;
  }
}

.panel-title a {
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
  position: relative;
  display: block;
}
@media only screen and (max-width:767px) {
  .panel-title a {
    font-size: 20px;
  }
}
.panel-title a .arrow {
  position: absolute;
  right: 0;
  font-size: 20px;
}

.accordion-menu {
  width: 100%;
  margin: 0px auto 20px;
  border-radius: 4px;
}
.accordion-menu li {
  padding: 20px;
}

.accordion-menu li.open .dropdownlink {
  color: black;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems li {
  display: block;
  color: black;
  padding: 0;
  transition: all 0.4s ease-out;
  /* width: calc(33.3333%);
  display: flex;
  flex-direction: row; */
  margin-bottom: 0px;
  font-size: 14px;
}

.legal {
  margin-bottom: 40px;
}
.legal p {
  font-size: 12px;
  font-weight: 400;
  color: #182346;
  margin-bottom: 0px;
  line-height: 1.2;
}

.contact-realtor-wrapper {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  /* Comienza Calendario */
}
.contact-realtor-wrapper .realtor-info {
  background-color: #f5f5f5;
}
.contact-realtor-wrapper .realtor---info {
  padding: 40px 40px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .contact-realtor-wrapper .realtor---info {
    padding: 40px 30px;
  }
}
@media only screen and (max-width:767px) {
  .contact-realtor-wrapper .realtor---info {
    padding: 40px 30px;
  }
}
.contact-realtor-wrapper .realtor---info h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.contact-realtor-wrapper .realtor---info p {
  font-style: italic;
  color: #00ffff;
}
.contact-realtor-wrapper .realtor---info h6 {
  font-size: 14px;
}
.contact-realtor-wrapper .realtor---info h6 img {
  margin-right: 15px;
}
.contact-realtor-wrapper .realtor--contact-form {
  padding: 0 45px 40px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .contact-realtor-wrapper .realtor--contact-form {
    padding: 0 30px 40px;
  }
}
@media only screen and (max-width:767px) {
  .contact-realtor-wrapper .realtor--contact-form {
    padding: 0 30px 40px;
  }
}
.contact-realtor-wrapper .realtor--contact-form .form-group {
  margin-bottom: 15px;
}
.contact-realtor-wrapper .realtor--contact-form .form-control {
  border: 1px solid #e1dddd;
  height: 45px;
  background-color: #ffffff;
  border-radius: 0 !important;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}
.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
  height: 150px !important;
  padding: 15px;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.listings-maps {
  position: relative;
  z-index: 1;
}
.listings-maps #googleMap {
  width: 100%;
  height: 540px;
}

.month {
  padding: 10px 25px;
  width: 100%;
  background: #08adf5;
  text-align: center;
}

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

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

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

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 12%;
  font-size: 15px;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
}

.days li.active {
  padding: 5px;
  background: #08adf5;
  color: white !important;
}

.days li.ocupado {
  background: #ff0800;
  color: white !important;
  padding: 5px;
}

/* Add media queries for smaller screens */
@media screen and (max-width: 720px) {
  .weekdays li, .days li {
    width: 12%;
  }
}
@media screen and (max-width: 420px) {
  .weekdays li, .days li {
    width: 12.5%;
  }
  .days li .active {
    padding: 2px;
  }
}
@media screen and (max-width: 290px) {
  .weekdays li, .days li {
    width: 12.2%;
  }
}
/* :: 20.0 Blog Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1;
}
.single-blog-area .blog-post-thumbnail {
  position: relative;
  z-index: 1;
}
.single-blog-area .post-content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.single-blog-area .post-content .post-date a {
  font-size: 14px;
  color: #00ffff;
  margin-bottom: 10px;
  display: block;
}
.single-blog-area .post-content .headline {
  font-size: 30px;
  color: #002349;
  display: block;
}
.single-blog-area .post-content .post-meta {
  position: relative;
  margin-bottom: 30px;
}
.single-blog-area .post-content .post-meta p {
  color: #aaa8a8;
  font-size: 12px;
}
.single-blog-area .post-content .post-meta p a {
  font-size: 12px;
  color: #aaa8a8;
  display: inline-block;
}
.single-blog-area .post-content p {
  margin-bottom: 50px;
}

.search-widget-area form {
  position: relative;
  z-index: 1;
}
.search-widget-area input[type=search] {
  width: 100%;
  height: 43px;
  border: 1px solid #e1dddd;
  font-size: 12px;
  font-style: italic;
  padding: 0 30px;
}
.search-widget-area button[type=submit] {
  width: 50px;
  height: 43px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #7e7e7e;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.south-catagories-card h5 {
  margin-bottom: 30px;
  font-size: 16px;
}
.south-catagories-card ul li a {
  display: block;
  padding: 8px 0;
  color: #002349;
  font-size: 14px;
  font-weight: 400;
}
.south-catagories-card ul li a:hover, .south-catagories-card ul li a:focus {
  color: #00ffff;
}

.south-blog-area {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.blog-sidebar-area .featured-properties-slides {
  position: relative;
  z-index: 1;
}
.blog-sidebar-area .featured-properties-slides .owl-prev,
.blog-sidebar-area .featured-properties-slides .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  left: -19px;
  opacity: 0;
  visibility: hidden;
  margin-top: -19px;
  transition-duration: 500ms;
  background-color: #00ffff;
  font-size: 13px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.blog-sidebar-area .featured-properties-slides .owl-prev:hover,
.blog-sidebar-area .featured-properties-slides .owl-next:hover {
  background-color: #002349;
}
.blog-sidebar-area .featured-properties-slides .owl-next {
  left: auto;
  right: -19px;
}
.blog-sidebar-area .featured-properties-slides:hover .owl-prev, .blog-sidebar-area .featured-properties-slides:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #002349;
}
.pagination .page-link {
  padding: 0;
  margin-left: 3px;
  line-height: 30px;
  color: #002349;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #00ffff;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 50px !important;
}
.pagination .page-link.active {
  background-color: #002349;
}
.pagination .page-link:focus, .pagination .page-link:hover {
  color: #ffffff;
  background-color: #002349;
}

.comments-area h5 {
  margin-bottom: 50px;
}

.single_comment_area {
  margin-bottom: 50px;
}
.single_comment_area .comment-wrapper .comment-author {
  flex: 0 0 60px;
  min-width: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
.single_comment_area .comment-wrapper .comment-author img {
  border-radius: 50%;
}
@media only screen and (max-width:767px) {
  .single_comment_area .comment-wrapper .comment-author {
    margin-right: 10px;
  }
}
.single_comment_area .comment-wrapper .comment-content .comment-meta a {
  display: inline-block;
  color: #002349;
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
  color: #00ffff;
}
.single_comment_area .comment-wrapper .comment-content p {
  font-size: 13px;
  margin-bottom: 0;
}
.single_comment_area .children {
  margin-top: 50px;
  padding-left: 90px;
}
@media only screen and (max-width:767px) {
  .single_comment_area .children {
    padding-left: 30px;
  }
}

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
  margin-bottom: 50px;
}
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
  margin-bottom: 10px;
}
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
  width: 100% !important;
  height: 43px !important;
  background-color: transparent;
  padding: 15px;
  border: 1px solid #002349;
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
  height: 200px !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  color: white;
}
.leave-comment-area .comment-form .btn-success:not(:disabled):not(.disabled).active,
.leave-comment-area .comment-form .btn-success:not(:disabled):not(.disabled):active,
.leave-comment-area .comment-form .show > .btn-success.dropdown-toggle,
.leave-comment-area .contact-form .btn-success:not(:disabled):not(.disabled).active,
.leave-comment-area .contact-form .btn-success:not(:disabled):not(.disabled):active,
.leave-comment-area .contact-form .show > .btn-success.dropdown-toggle,
.south-contact-area .comment-form .btn-success:not(:disabled):not(.disabled).active,
.south-contact-area .comment-form .btn-success:not(:disabled):not(.disabled):active,
.south-contact-area .comment-form .show > .btn-success.dropdown-toggle,
.south-contact-area .contact-form .btn-success:not(:disabled):not(.disabled).active,
.south-contact-area .contact-form .btn-success:not(:disabled):not(.disabled):active,
.south-contact-area .contact-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #002349;
  border-color: #002349;
}
.leave-comment-area .comment-form .south-btn.active, .leave-comment-area .comment-form .south-btn:hover, .leave-comment-area .comment-form .south-btn:focus,
.leave-comment-area .contact-form .south-btn.active,
.leave-comment-area .contact-form .south-btn:hover,
.leave-comment-area .contact-form .south-btn:focus,
.south-contact-area .comment-form .south-btn.active,
.south-contact-area .comment-form .south-btn:hover,
.south-contact-area .comment-form .south-btn:focus,
.south-contact-area .contact-form .south-btn.active,
.south-contact-area .contact-form .south-btn:hover,
.south-contact-area .contact-form .south-btn:focus {
  color: #fff;
  background-color: #002349;
  border-color: #002349;
}
.leave-comment-area .comment-form .btn-success,
.leave-comment-area .contact-form .btn-success,
.south-contact-area .comment-form .btn-success,
.south-contact-area .contact-form .btn-success {
  color: #fff;
  background-color: #002349;
  border-color: #002349;
}
.leave-comment-area .comment-form .btn-success:hover,
.leave-comment-area .comment-form .btn-success:focus,
.leave-comment-area .comment-form .btn-success:active,
.leave-comment-area .contact-form .btn-success:hover,
.leave-comment-area .contact-form .btn-success:focus,
.leave-comment-area .contact-form .btn-success:active,
.south-contact-area .comment-form .btn-success:hover,
.south-contact-area .comment-form .btn-success:focus,
.south-contact-area .comment-form .btn-success:active,
.south-contact-area .contact-form .btn-success:hover,
.south-contact-area .contact-form .btn-success:focus,
.south-contact-area .contact-form .btn-success:active {
  color: #fff;
  background-color: #002349;
  border-color: #002349;
}
.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.south-contact-area .comment-form button[type=submit],
.south-contact-area .contact-form button[type=submit] {
  margin-top: 40px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .south-contact-area .comment-form,
  .south-contact-area .contact-form {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width:767px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .south-contact-area .comment-form,
  .south-contact-area .contact-form {
    margin-bottom: 100px;
  }
}

/* :: 21.0 Contact Area CSS */
.contact-heading {
  margin-bottom: 90px;
}
.contact-heading h6 {
  border-bottom: 2px solid #00ffff;
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
}

.content-sidebar .weekly-office-hours ul li {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #f8f7f7;
}
.content-sidebar .weekly-office-hours ul li span {
  color: #002349;
  font-size: 14px;
  font-weight: 400;
}
.content-sidebar .weekly-office-hours ul li:first-of-type {
  padding-top: 0;
}
.content-sidebar .address {
  margin-top: 40px;
}
.content-sidebar .address h6 {
  position: relative;
  z-index: 1;
  color: #002349;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  padding-left: 40px;
  line-height: 1.8;
}
.content-sidebar .address h6 img {
  position: absolute;
  top: 4px;
  z-index: 10;
  left: 0;
}

.googleMap {
  width: 100%;
  height: 540px;
}

/* :: 22.0 Shortcode Area CSS */
.elements-title h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 100px;
}

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}
.single-accordion:last-of-type {
  margin-bottom: 0;
}
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-accordion h6 a {
  background-color: #00ffff;
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 15px 60px 15px 15px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  border: 2px solid transparent;
}
.single-accordion h6 a span {
  font-size: 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 18px;
}
.single-accordion h6 a span.accor-open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed {
  border: 2px solid #00ffff;
  background-color: transparent;
  color: #002349;
}
.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}
.single-accordion .accordion-content p {
  padding: 20px 15px 5px;
  margin-bottom: 0;
}

/* Tabs CSS*/
.south-tabs-content {
  position: relative;
  z-index: 1;
}
.south-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 50px;
}
.south-tabs-content .nav-tabs .nav-link {
  border: 2px solid #00ffff;
  padding: 0 30px;
  height: 45px;
  line-height: 41px;
  color: #002349;
  margin: 0 2px;
  border-radius: 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .south-tabs-content .nav-tabs .nav-link {
    padding: 0 10px;
  }
}
.south-tabs-content .nav-tabs .nav-link.active {
  background-color: #00ffff;
  color: #ffffff;
}
.south-tabs-content .tab-content h6 {
  font-size: 18px;
}

/* Loaders CSS */
.single-pie-bar {
  position: relative;
  z-index: 1;
}
.single-pie-bar h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Cool Facts CSS */
.single-cool-fact-area h2 {
  font-size: 60px;
  margin: 15px 0;
  color: #00ffff;
}
.single-cool-fact-area h6 {
  margin-bottom: 0;
  color: #002349;
}

/**********************
Ws botón redondo con tooltip
***********************/
#chat-ws-redondo.ws.tooltip {
  position: fixed;
  bottom: 20px;
  left: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
  z-index: 999;
  background: #1ca550;
  padding: 10px;
  opacity: 1;
}

#chat-ws-redondo.ws.tooltip img {
  padding-left: 0px;
  padding-top: 0px;
  width: 100%;
}

#chat-ws-redondo.ws.tooltip i {
  font-size: 44px;
  color: white;
}

.ws.tooltip .tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #1ca550;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
  font-size: 16px;
}

.ws.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1ca550 transparent transparent transparent;
}

.ws.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .hero-slides-content h2 {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 22px;
  }
  .botonera {
    display: block !important;
  }
  .south-search-area .advanced-search-form .more-filter a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
  .south-search-area .btn.south-btn {
    width: 100%;
    margin-top: 20px;
  }
  #slider-emprendimientos .hero-slides-content h3 {
    font-size: calc(22px + 0.2vw);
  }
  p,
  .call-to-action-area p,
  .single-featured-property .property-content .property-meta-data span,
  .single-featured-property .property-thumb .list-price p,
  .single-featured-property .property-thumb .vermas a {
    font-size: calc(14px + 0.2vw);
  }
}
.south-search-area .advanced-search-form .form-group .titulo {
  font-size: calc(14px + 0.2vw);
  color: cyan;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

#iconos {
  padding-top: 187px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #iconos {
    padding-top: 40px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  #iconos {
    padding-top: 40px;
  }
}
@media only screen and (max-width:767px) {
  #iconos {
    padding-top: 40px;
  }
}

#btn-pc {
  display: inline-block;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #btn-pc {
    display: none;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  #btn-pc {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  #btn-pc {
    display: none;
  }
}

#btn-movil {
  display: none;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #btn-movil {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  #btn-movil {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width:767px) {
  #btn-movil {
    display: block;
    text-align: center;
  }
}

#calendario-pc {
  display: block;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #calendario-pc {
    display: none;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  #calendario-pc {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  #calendario-pc {
    display: none;
  }
}

#calendario-movil {
  display: none;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #calendario-movil {
    display: block;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  #calendario-movil {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  #calendario-movil {
    display: block;
  }
}

/* Contacto */
.content-sidebar {
  padding-top: 214px;
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .content-sidebar {
    padding-top: 140px;
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .content-sidebar {
    padding-top: 70px;
    padding-left: 50px;
  }
}
@media only screen and (max-width:767px) {
  .content-sidebar {
    padding-top: 40px;
    padding-left: 20px;
  }
}

.contact-form {
  padding: 20px;
}

/* Comienza slider thumbs */
#sync1 .item {
  padding: 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}

#sync2 {
  display: block;
}
@media only screen and (max-width:767px) {
  #sync2 {
    display: none;
  }
}

#sync2 .item {
  padding: 0px;
  margin: 5px;
  color: #FFF;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  opacity: 0.75;
}

#sync2.owl-theme {
  position: relative;
}
#sync2.owl-theme .owl-next, #sync2.owl-theme .owl-prev {
  width: 26px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  color: white;
  background: cyan;
  padding: 5px 10px;
  font-size: 0;
}
#sync2.owl-theme .owl-prev {
  left: 10px;
}
#sync2.owl-theme .owl-next {
  right: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 26px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  color: white;
  background: cyan;
  padding: 5px 10px;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

input {
  color: white !important;
}/*# sourceMappingURL=style.css.map */