/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");
/************
GENERAL
************/
body {
  font-family: "PT Serif", serif;
  font-weight: 400; }

h1, h2, h3 {
  color: #0B162B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

h2 {
  font-size: 2rem;
  font-weight: 800; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 3rem;
      margin-bottom: 1rem; } }

p {
  font-size: 1.1rem;
  line-height: 1.8; }

/************
OVERRIDES
************/
.container {
  max-width: 1440px; }

/************
ASSETS
************/
.azul {
  color: #0074D9; }

.btn-azul {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: .8rem;
  text-transform: uppercase;
  color: white;
  background-color: #0074D9;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: .8rem 0;
  transition: all .3s ease-out;
  cursor: pointer; }
  .btn-azul:hover {
    background-color: black; }


.btn-azul-contact {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: .8rem;
  text-transform: uppercase;
  color: white;
  background-color: #0074D9;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: .8rem 0;
  transition: all .3s ease-out;
  cursor: pointer; }
  .btn-azul-contact:hover {
    background-color: black; }

.co-docs-villa {
  padding: 0;
  margin-top: 3rem; }
  .co-docs-villa li {
    font-family: "Montserrat", sans-serif;
    list-style: none;
    margin: 1.5rem 0; }
    .co-docs-villa li a {
      text-decoration: none; }
      .co-docs-villa li a:hover {
        color: black; }

/************
MENU
************/
header {
  display: flex;
  justify-content: center; }

nav.navbar {
  position: fixed;
  z-index: 1;
  padding: 0;
  justify-content: space-between !important;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif; }
  nav.navbar .navbar-collapse {
    margin-left: auto;
    flex-grow: 0; }
    nav.navbar .navbar-collapse.show, nav.navbar .navbar-collapse.collapsing {
      padding: 15px;
      background: white; }
      nav.navbar .navbar-collapse.show a, nav.navbar .navbar-collapse.collapsing a {
        color: #0B162B; }
  nav.navbar .nav-item {
    color: white; }
    nav.navbar .nav-item .nav-link {
      color: white; }
      nav.navbar .nav-item .nav-link.active {
        text-decoration: underline; }
      nav.navbar .nav-item .nav-link:hover {
        color: white;
        text-decoration: none;
        background-color: #0074D9;
        border-radius: 5px; }
      @media (min-width: 1200px) {
        nav.navbar .nav-item .nav-link {
          padding-left: 1.2rem;
          padding-right: 1.2rem; } }

.navbar-utils {
  position: absolute;
  right: 80px;
  top: 25px;
  font-size: .8rem; }
  @media (min-width: 992px) {
    .navbar-utils {
      position: relative;
      right: 0;
      top: 0;
      font-size: 1rem;
      margin-left: 30px;
      padding-left: 30px; }
      .navbar-utils::before {
        content: '';
        display: block;
        width: 2px;
        height: 40px;
        position: absolute;
        left: 0;
        background-color: #fff; } }
  .navbar-utils ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0; }
    .navbar-utils ul li {
      display: inline; }

.navbar-brand {
  padding: 0 0 0 0 !important;
  width: 80px; }
  .navbar-brand img {
    width: 100%; }
  @media (min-width: 992px) {
    .navbar-brand {
      width: 150px; } }

/************
SLIDER SUPERIOR
************/
.bl-slider {
  width: 100%;
  height: 100vh; }
  .bl-slider .slick-list {
    height: 100%; }
    .bl-slider .slick-list .slick-track {
      height: 100%; }
  .bl-slider h1 {
    color: white;
    font-family: "PT Serif", serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    .bl-slider h1 a {
      color: white; }
  .bl-slider h2 {
    color: white;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .bl-slider h2 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      .bl-slider h2 {
        font-size: 4rem; } }
  .bl-slider div {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover; }

    .bl-slider-contact {
  width: 100%; }
  .bl-slider-contact .slick-list {
    height: 100%; }
    .bl-slider-contact .slick-list .slick-track {
      height: 100%; }
  .bl-slider-contact h1 {
    color: white;
    font-family: "PT Serif", serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    .bl-slider-contact h1 a {
      color: white; }
  .bl-slider-contact h2 {
    color: white;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .bl-slider-contact h2 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      .bl-slider-contact h2 {
        font-size: 4rem; } }
  .bl-slider-contact div {
    height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover; }

/************
VIVE RODEADO
************/
.bl-vive-rodeado {
  color: white;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/img-vive.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 4rem; }
  .bl-vive-rodeado h2 {
    color: white; }
    @media (min-width: 1200px) {
      .bl-vive-rodeado h2 {
        font-size: 3rem; } }
  @media (min-width: 768px) {
    .bl-vive-rodeado {
      height: 400px; } }
  @media (min-width: 992px) {
    .bl-vive-rodeado {
      height: 600px; } }
  @media (min-width: 1200px) {
    .bl-vive-rodeado {
      height: 798px; } }

/************
NUESTRAS VILLAS
************/
.bl-nuestras-villas {
  background-color: #f8f8f8;
  margin-bottom: 5rem; }

/************
FEATURES
************/
.bl-features {
  padding: 3rem 0; }
  .bl-features img {
    margin-bottom: 2rem; }
  .bl-features h2 {
    margin-bottom: 2rem;
    font-size: 1.7rem; }
    @media (min-width: 992px) {
      .bl-features h2 {
        font-size: 2rem; } }
    @media (min-width: 1200px) {
      .bl-features h2 {
        font-size: 2rem; } }
  .bl-features p {
    color: #555C6C; }
  @media (min-width: 992px) {
    .bl-features {
      padding: 6rem 0; } }

/************
CALIDADES
************/
.bl-calidades {
  padding: 3rem 0; }
  .bl-calidades .co-calidad-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: white; }
  @media (min-width: 992px) {
    .bl-calidades {
      padding: 6rem 0; } }
  .bl-calidades .slider-calidades {
    margin: 0 -15px; }
  .bl-calidades .slick-slide {
    position: relative;
    margin: 0 15px; }
    .bl-calidades .slick-slide img {
      width: 100%;
      height: auto; }
    .bl-calidades .slick-slide h3 {
      font-size: 1.4rem;
      color: white; }
    .bl-calidades .slick-slide p {
      color: white;
      margin: 0; }

/************
VIDEO
************/
.bl-video {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/img-video.jpg") no-repeat;
  background-size: cover; }
  .bl-video img {
    transition: opacity .3s ease-out;
    width: 60px; }
    .bl-video img:hover {
      opacity: .8; }
    @media (min-width: 768px) {
      .bl-video img {
        width: 100px; } }
  @media (min-width: 992px) {
    .bl-video {
      height: 400px; } }
  @media (min-width: 992px) {
    .bl-video {
      height: 600px; } }
  @media (min-width: 1200px) {
    .bl-video {
      height: 798px; } }

/************
villas
************/
.bl-villas-enventa {
  padding: 2rem 0 5rem; }

.slider-villas {
  margin: 0 -15px; }
  .slider-villas .slick-slide {
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    /* the parent */ }
    .slider-villas .slick-slide:hover .co-villa-overlay {
      right: 0; }
    .slider-villas .slick-slide .co-villa-overlay {
      background: rgba(7, 27, 66, 0.52);
      padding: 15px;
      box-sizing: border-box;
      color: white;
      width: 33%;
      text-align: right;
      position: absolute;
      height: 100%;
      right: -33%;
      top: 0;
      transition: all .5s ease-in-out; }
      @media (min-width: 768px) {
        .slider-villas .slick-slide .co-villa-overlay {
          padding: 30px; } }
      .slider-villas .slick-slide .co-villa-overlay ul {
        padding: 0; }
      .slider-villas .slick-slide .co-villa-overlay li {
        list-style: none;
        margin-bottom: 1rem;
        font-size: .6rem; }
        @media (min-width: 768px) {
          .slider-villas .slick-slide .co-villa-overlay li {
            font-size: 1rem; } }
    .slider-villas .slick-slide .co-villa-text {
      position: absolute;
      left: 30px;
      bottom: 30px;
      color: white; }
      .slider-villas .slick-slide .co-villa-text h2 {
        color: white;
        font-size: 2rem; }
      .slider-villas .slick-slide .co-villa-text a {
        color: white; }

/************
FOOTER
************/
footer {
  padding: 3rem 0 0;
  background-color: #CDCFD3; }
  footer .co-contacto-footer {
    color: #0B162B;
    font-weight: bold; }
    footer .co-contacto-footer a {
      color: #0B162B; }
  footer nav ul {
    padding: 0; }
    footer nav ul li {
      margin-bottom: 1rem;
      font-weight: bold; }
      footer nav ul li a {
        color: #0074D9; }
  footer .bl-underfooter {
    margin-top: 3rem;
    font-faminavly: "PT Serif", serif;
    text-align: center;
    color: #CDCFD3;
    background-color: #0B162B;
    padding: 15px;
    font-size: .8rem; }

/*************
BURGER
*************/
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.animated-icon1 span {
  background: #fff; }

.animated-icon2 span {
  background: #fff; }

.animated-icon3 span {
  background: #fff; }

.animated-icon1 span:nth-child(1) {
  top: 0px; }

.animated-icon1 span:nth-child(2) {
  top: 10px; }

.animated-icon1 span:nth-child(3) {
  top: 20px; }

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px; }

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px; }

.animated-icon2 span:nth-child(4) {
  top: 20px; }

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px; }

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px; }

/***************
FICHA VILLA
***************/
.bl-detalle {
  position: relative; }
  .bl-detalle .bl-detalle-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .bl-detalle .bl-detalle-overlay h1 {
      color: white;
      font-family: "PT Serif", serif;
      font-size: 1.3rem;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 2rem; }
      .bl-detalle .bl-detalle-overlay h1 a {
        color: white; }
    .bl-detalle .bl-detalle-overlay h2 {
      color: white;
      font-size: 2rem; }
      @media (min-width: 768px) {
        .bl-detalle .bl-detalle-overlay h2 {
          font-size: 3rem; } }
      @media (min-width: 992px) {
        .bl-detalle .bl-detalle-overlay h2 {
          font-size: 4rem; } }

.bl-slider-detalle {
  width: 100%;
  height: 100vh; }
  .bl-slider-detalle .slick-list {
    height: 100%; }
    .bl-slider-detalle .slick-list .slick-track {
      height: 100%; }
  .bl-slider-detalle h1 {
    color: white;
    font-family: "PT Serif", serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    .bl-slider-detalle h1 a {
      color: white; }
  .bl-slider-detalle h2 {
    color: white;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .bl-slider-detalle h2 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      .bl-slider-detalle h2 {
        font-size: 4rem; } }
  .bl-slider-detalle div {
    height: 100%;
    /*display: flex !important;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center center; }

.bl-ficha-villa {
  background: #f8f8f8;
  margin-top: 30px;
  margin-bottom: 40px; }
  .bl-ficha-villa h3 {
    margin: 2.2rem 0;
    font-size: 2rem; }
  .bl-ficha-villa .el-ficha {
    color: #0074D9;
    font-weight: bold;
    display: block; }
  .bl-ficha-villa li {
    color: #0074D9;
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    margin-bottom: 1.5rem; }
    .bl-ficha-villa li i {
      font-size: .9rem; }
  .bl-ficha-villa .co-precio {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #0074D9;
    text-align: center;
    padding: 1.3rem;
    font-size: 1.7rem;
    background: #CDCFD4; }
    .bl-ficha-villa .co-precio span {
      color: black; }
  @media (min-width: 992px) {
    .bl-ficha-villa {
      background: #f8f8f8;
      position: relative;
      margin-top: -200px;
      margin-bottom: 80px; } }

      .no-grey{
  background-color:#CDCFD3 ;
}



/***************
Oscurecer menu
***************/
nav{
  background: rgba(0,0,0,0.5)

}


