

/*  ESTILOS GENERALES   */


p,
li,
a{
  color: #0d4065;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.label{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1;
}

.title{
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1;

  font-size: 40px;
}

.title-1{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  line-height: 1;

  font-size: 40px;
}

.title-2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  line-height: 1;

  font-size: 50px;
}

.subtitle{
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1;
}

.detail-title{
  font-size: 20px;
  color: #c49d79;
  font-weight: bold;
}

.space-h-60px{
  height: 60px;
}

.fegza-bg-blue{
  background-color: #0d4065;
}
.fegza-bg-blue p{
  color: #FFFFFF;
}

.btn {
    border: 0;
    border-radius: 0;
    padding-left: 80px;
    padding-right: 80px;
    height: 44px;
    line-height: 1.7;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.fegza-btn-blue{
  border: 1px solid #0d4065;
  background-color: #0d4065;
  color: #FFFFFF;
}

.fegza-btn-blue svg,
.fegza-btn-blue svg path{
  fill: #FFFFFF;
}

.fegza-btn-blue:hover{
  border: 1px solid #0d4065;
  background-color: #FFFFFF;
  color: #0d4065;
  transition: all 0.2s ease-out;
}
.fegza-btn-blue:hover svg,
.fegza-btn-blue:hover svg path{
    fill: #0d4065;
    transition: all 0.2s ease-out;
}

.fegza-btn-golden{
  border: 1px solid #c49d79;
  background-color: #c49d79;
  color: #FFFFFF;
}

.fegza-btn-golden:hover{
  border: 1px solid #c49d79;
  background-color: #FFFFFF;
  color: #c49d79;
  transition: all 0.5s ease-out;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.image-background{
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.h-min-200px{
  min-height: 200px;
}

.h-min-300px{
  min-height: 300px;
}

.h-min-400px{
  min-height: 400px;
}

/*  COMPONENTES   */

/*  Menú  */
.fegza-navbar{
  padding: 0;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.fegza-navbar .fegza-menu{
  padding-left: 0;
  padding-right: 0;
}

.fegza-navbar svg,
.fegza-navbar svg path{
  width: 20px;
  fill: #FFFFFF;
}

.fegza-navbar .fegza-menu .navbar-toggler:focus{
  box-shadow: 0 0 0 2px #c49d79;
  box-shadow: none;
}

.fegza-navbar .navbar-brand{
  width: 120px;
  padding: 5px 22px;
  text-align: center;
  background-color: #0d4065;
}

.fegza-navbar .navbar-nav > li:last-child{
  background-color: #0d4065;
}

.fegza-navbar .navbar-nav > li > a{
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  margin: auto 15px;
  font-size: 14px;
  color: #0d4065 !important;

  height: 60px;
  line-height: 40px;
}

.fegza-navbar .navbar-nav > li > a:before{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s transform ease;
    -o-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
    background: #c49d79;
}

.fegza-navbar .navbar-nav > li > a:hover:before,
.fegza-navbar .navbar-nav > li > a.active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.fegza-navbar .navbar-nav > li:last-child a{
  color: #FFFFFF !important;
}


/*  Footer */

footer{
  background-color: #faf8f7;
  padding: 70px 0px;
}

footer a{
    text-decoration: none !important;
    color: #0d4065 !important;
}

footer .section-footer p{
  color: #c49d79;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .contact a{
  margin: auto 15px;
}

footer .direction p,
footer .contact a,
footer .social-network p{
  line-height: 2;
}

footer .icons a{
  margin-right: 10px;
}

/* Banner */

.h-320 .fegza-banner{
  height: 320px;
}

.h-100 .fegza-banner{
  height: 100vh;
}

.h-100-40 .fegza-banner{
  height: calc(100vh - 40px);
}

.fegza-banner .carousel-inner{
  height: 100%
}

.fegza-banner{
  border-bottom: 10px solid #5e5e5e;
}

.fegza-banner p{
  color: #FFFFFF;
}

.fegza-banner .carousel-item{
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.fegza-banner .carousel-item:before{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.5);
}

.fegza-banner .slide-information{
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


/*  Searchbar */

.fegza-searchbar{
  margin-top: -40px;
  padding: 0;
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.5);
}

.fegza-searchbar svg,
.fegza-searchbar svg path{
  width: 24px;
  fill: #0d4065;
}

.fegza-searchbar .navbar-nav{
  flex-direction: inherit;
  flex-wrap: wrap;
}

.fegza-searchbar .nav-item{
  width: 50%;
}

.fegza-searchbar .nav-item:last-child{
  width: 100%;
}

.fegza-searchbar .nav-item:last-child svg,
.fegza-searchbar .nav-item:last-child svg path{
  fill: #FFFFFF;
}

.fegza-searchbar .navbar-nav > li > a{
  position: relative;
  height: 80px;
  /* line-height: 60px; */
  text-decoration: none !important;
  color: #0d4065;

  display: flex;
  justify-content: center;
  align-items: center;
}

.fegza-searchbar .navbar-nav > li > a .search-param{
  padding-left: 10px;
  text-align: left;
}

.fegza-searchbar .navbar-nav > li > a.fegza-btn-blue{
  background-color: #0d4065;
  border: 2px solid #0d4065;
  color: #FFFFFF;
}

.fegza-searchbar .navbar-nav > li > a.fegza-btn-blue p{
  color: #FFFFFF;
}

.fegza-searchbar .navbar-nav > li > a:hover,
.fegza-searchbar .navbar-nav > li > p:hover{
  color: #c49d79;
  transition: all 0.5s ease-out;
}

.fegza-searchbar .navbar-nav > li > a:hover svg{
  fill: #c49d79;
  transition: all 0.5s ease-out;
}

.fegza-searchbar .dropdown-toggle::after {
    display:none;
}


.fegza-searchbar .dropdown-menu[data-bs-popper]{
  border: 0px;
  border-radius: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.fegza-searchbar .dropdown-menu .dropdown-item{
  width: 100%;
  padding: 10px 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*  Text and image  */

.fegza-text-image .image img{
    box-shadow: -19px -19px 0px -1px #c49d79;
  -webkit-box-shadow: -19px -19px 0px -1px #c49d79;
  -moz-box-shadow: -19px -19px 0px -1px #c49d79;
}

/*  Carrusel and text */

.fegza-text-carousel .image .carousel-inner{
    box-shadow: -19px -19px 0px -1px #c49d79;
  -webkit-box-shadow: -19px -19px 0px -1px #c49d79;
  -moz-box-shadow: -19px -19px 0px -1px #c49d79;
}

.fegza-text-carousel .carousel-indicators [data-bs-target] {
    height: 5px;
    background-color: #FFFFFF;
    opacity: 1;
}

.fegza-text-carousel .carousel-indicators .active {
    background-color: #c49d79;
}

.extras-property-is-active {
  background-color: #0D4069;
}

.st11 {
  fill: white;
}

.extras-property-is-active-p {
  color: white;
}

/*  Carrusel card */

.fegza-carousel-propertie a{
  text-decoration: none !important;
}

.fegza-carousel-propertie .slick-track{
  padding-top: 10px;
}

.fegza-carousel-propertie .slick-slide{
  margin: auto 10px 20px;
}

.fegza-carousel-propertie .slick-slide:hover{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);

  transform: translateY(-10px) scale(1.005) translateZ(0);
  transition: all 0.3s ease-in-out;
}

.fegza-carousel-propertie .slick-slide:hover .room-image {
    background-color: #C49D79;
    position: relative;
}

.fegza-carousel-propertie .slick-slide:hover .room-image > div {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.fegza-carousel-propertie > div > div{
  margin-bottom: 5px;
}

.fegza-carousel-propertie .room-image > img{
  text-align: center;
  margin: 0;
}

.fegza-carousel-propertie .room-information{
  padding: 20px 30px 35px;
}

.fegza-carousel-propertie .room-information .location{
  color: #c49d79;
  text-transform: uppercase;
}

.fegza-carousel-propertie .show-more-propertie{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.fegza-carousel-propertie .show-more-propertie{
  color: #FFFFFF;
}

.fegza-carousel-propertie .slick-slide:hover .show-more-propertie{
  display: block;
}

.show-more-properties{
  color: #c49d79;
  text-transform: uppercase;
}


/*  Carousel and text  */

.fegza-carousel-text .carousel-indicators [data-bs-target]{
  height: 5px;
  background-color: #FFFFFF;
  opacity: 1;
}

.fegza-carousel-text .carousel-indicators .active{
  background-color: #c49d79;
}

.fegza-carousel-text{
  position: relative;
}

.fegza-carousel-text .block-information{
  padding: 5rem 2rem 7rem;
}

.fegza-carousel-text .image,
.fegza-carousel-text .image > div,
.fegza-carousel-text .image > div > .carousel-inner{
  height: 100%;
}

.fegza-carousel-text .image{
  border-right: 5px solid #c49d79;
  border-bottom: 5px solid #c49d79;
}

.fegza-carousel-text .fingerprint{
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


/* Propertie card  */

.fegza-property-card > div{
  border: 1px solid #e9e9e9;
}

.fegza-property-card .cost span{
  font-weight: bold;
}

.fegza-property-card .ubication{
  color: #c49d79;
  font-size: 14px;
}

.fegza-property-card .propertie{
  font-size: 20px;
}

.fegza-property-card a{
  width: 100%;
}

/*  Propertie information  */

.fegza-propertie-information{
  background-color: #FFFFFF;
  padding: 30px 24px;
}

.fegza-propertie-information svg,
.fegza-propertie-information svg path{
  width: 32px;
}


.fegza-propertie-information .address,
.fegza-propertie-information .description{
  font-size: 18px;
}

/*  Gallery  */

.lightGallery {
  display: grid;
  grid-template-areas:
            "a a"
            "a a"
            "b c";
}

.lightGallery .image-tile{
  position: relative;
  padding: 5px;
}

.lightGallery > a:nth-child(1){
  grid-area: a;
}
.lightGallery > a > img{
  object-fit: cover;
  width:100%;
  height:100%;
}

.gallery-image .more-photos{
  pointer-events: none;
  position: absolute;
  border: 1px solid #FFFFFF;
  padding: 5px 20px;
  bottom: 15px;
  right: 15px;
}

.gallery-image .more-photos p{
  color: #FFFFFF;
}

/*  Services Amenities Component  */
/*  Schedules Component  */

.section-detail ul {
  list-style: none;
  list-style-type:none;
  padding-left: 15px;
}

.section-detail ul li::before{
  content: "•";
  color: #c49d79;
  display: inline-block;
  width: 2em;
  margin-left: -0.5em;
}

.section-detail svg{
  width: 24px;
  fill: #c49d79;
}

/*  Available dates */

.fegza-available-dates .table-condensed tr:nth-child(2) > th{
  color: #c49d79;
  font-weight: 400;
}
.fegza-available-dates .table-condensed tr:nth-child(3) > th{
  color: #5e5e5e;
  font-weight: 400;
}

.fegza-available-dates .table-condensed tr > td.day{
  color: #0d4065;
}
.fegza-available-dates .table-condensed tr > td.active.day{
  background-color: #c49d79;
  background-image: none;
  color: #FFFFFF;
}

.fegza-available-dates .table-condensed tr > td.today{
  background-color: #0d4065;
  background-image: none;
  color: #FFFFFF;
}

.fegza-available-dates.datepicker table tr td span.active{
  background-color: #c49d79;
  background-image: none;
  color: #FFFFFF;
}

.fegza-available-dates .datepicker-inline{
  width: 90%;
  margin: auto;
}

.fegza-available-dates .datepicker td,
.fegza-available-dates .datepicker th {
  width: 7%;
  height: 35px;
}


/*  Cost Total Component  */

.fegza-cost-total .cost span{
  font-size: 20px;
  font-weight: bold;
}

.fegza-cost-total .mini{
  font-size: 10px;
}

.fegza-cost-total .reservation{
  position: relative;
    color: #0d4065;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: inherit;
    flex-wrap: wrap;
}

.fegza-cost-total .reservation svg,
.fegza-cost-total .reservation svg path{
  width: 24px;
}

.fegza-cost-total .reservation > div:nth-child(1),
.fegza-cost-total .reservation > div:nth-child(2),
.fegza-cost-total .reservation > div:nth-child(3) {
  display: flex;
  align-items: center;
  border: 1px solid #0d4065;
  margin: auto;
}

.fegza-cost-total .reservation > div:nth-child(1) {
  border-bottom: none;
}

.fegza-cost-total .reservation > div:nth-child(3) {
  border-top: none;
}

.fegza-cost-total .reservation > div:nth-child(1),
.fegza-cost-total .reservation > div:nth-child(2) {
  height: 87.75px;
}

.fegza-cost-total .reservation > div:nth-child(5),
.fegza-cost-total .reservation > div:nth-child(6){
  width: 100%;
  margin: auto;
}

.fegza-cost-total .reservation a,
.fegza-cost-total .reservation button {
  width: 100%;
}

.fegza-cost-total .reservation .search-param{
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

.fegza-cost-total .reservation i,
.fegza-cost-total .reservation .search-param p{
  color: #0d4065;
}

.fegza-cost-total .reservation .search-param .search-filter{
    font-size: 10px;
}

.fegza-cost-total .table-total .label{
  font-size: 14px;
}

.fegza-cost-total .table-total .table>:not(caption)>*>*{
  padding: 1px;
}

.fegza-cost-total .table-total .table td:nth-child(2){
  text-align: right;
}

.fegza-cost-total .table-total .table td,
.fegza-cost-total .table-total .table th {
   color: #5e5e5e;
 }

.fegza-cost-total .table-total .table tr:nth-last-child(2) > td{
 padding-bottom: 15px;
}

.fegza-cost-total .table-total .table tr:nth-last-child(1) > td{
 padding-top: 15px;
}

.fegza-cost-total .table-total .table tr:nth-last-child(1){
  border-top: 1px solid #5e5e5e;
}


/*  Available Extras  */

.fegza-available-extras .box{
  display: flex;
  justify-content: between;
  align-items: stretch;
  flex-wrap: wrap;
}

.fegza-available-extras .box > div{
  width: 30%;
  padding: 5px;
  margin: 1%;
  border: 1px solid #c49d79;
  text-align: center;

  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.fegza-available-extras .box p{
  color: #c49d79;
}

.fegza-available-extras .box svg,
.fegza-available-extras .box svg path{
  width: inherit;
}



/*  Costo Info  */

.fegza-cost-info .cost span{
  font-size: 20px;
  font-weight: bold;
}

.fegza-cost-info a{
  width: 100%;
}

.fegza-cost-info .search-param{
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

/*  Fegza Contact */

.fegza-contact p{
  color: #FFFFFF;
}

.fegza-contact .form-control,
.fegza-contact .form-select,
.fegza-contact .form-select option{
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
}

.fegza-contact .form-select{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.fegza-contact .form-select option{
  background: #0d4065;
}


.fegza-contact .form-group>label {
  color: #FFFFFF;
  bottom: 34px;
  left: 15px;
  position: relative;
  background-color: white;
  padding: 0px 5px 0px 5px;
  font-size: 16px;
  transition: 0.2s;
  pointer-events: none;
  background-color: transparent;
  opacity: 0.5;
}

.fegza-contact .form-select:focus~label,
.fegza-contact .form-select:valid~label,
.fegza-contact .form-control:focus~label,
.fegza-contact .form-control:valid~label {
  bottom: 62px;
  color: #C49D79;
  font-size: 14px;
  left: .5rem;
  opacity: 1;
}

.fegza-contact input:-internal-autofill-selected{
  appearance: inherit !important;
  background-image: none !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
}



/*  PÁGINAS */

#home-page .fegza-banner{
  border-bottom: 0px;
}

.title-bottom .slide-information{
  top: 60%;
}

#renta-page .fegza-searchbar .navbar-nav > li > a{
  background: #C49D79;
}

#renta-page .fegza-searchbar .navbar-nav > li > a .search-filter{
  font-size: 12px;
}


#renta-page .fegza-searchbar .navbar-nav > li > a p{
  color: #FFFFFF;
}

#renta-page .fegza-searchbar .navbar-nav > li > a svg,
#renta-page .fegza-searchbar .navbar-nav > li > a svg path{
  fill: #FFFFFF;
}

#renta-page .fegza-searchbar .navbar-nav > li > a.fegza-btn-blue{
  background-color: #0d4065;
  color: #FFFFFF;
}

.fingerprint-contact{
  position: absolute;
  width: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}




/**********************************
      DESKTOP
**********************************/

@media (min-width: 768px) {
  /*  ESTILOS GENERALES */

  .title{
    font-size: 90px;
  }

  .title-1{
    font-size: 60px;
  }

  .space-md-h-120px{
    height: 120px;
  }

  .space-md-h-100px{
    height: 100px;
  }

  .space-md-h-140px{
    height: 140px;
  }

  .h-md-min-250px{
    min-height: 250px;
  }

  .h-md-min-450px{
    min-height: 450px;
  }

  /* COMPONENTES */

  /*  General */
  .t-minus-40{
    margin-top: calc(-40px - 1rem);
  }

  /*  Menú  */
  .fegza-navbar .navbar-brand{
    width: 240px;
    height: 120px;
    padding: 15px 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
  }

  /*  Searchbar */

  .fegza-searchbar .navbar-nav{
    flex-direction: row;
    flex-wrap: inherit;
  }

  .fegza-searchbar .nav-item{
    width: 25%;
  }

  .fegza-searchbar .nav-item:last-child{
    width: 25%;
  }

  /*  Banner */

  .fegza-banner .slide-information{
    max-width: 768px;
  }


  /*  Carousel and text  */

  .fegza-carousel-text .block-information{
    padding: 0 2rem;
  }


  .fegza-carousel-text .fingerprint{
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .fegza-carousel-text .block-information{
    padding: 5rem 7rem;
  }

  /* Propertie card  */

  .fegza-property-card a.btn{
    padding-left: 40px;
    padding-right: 40px;
  }

  /*  Propertie information  */

  .fegza-propertie-information{
    padding: 40px 24px;
  }

  /* Gallery  */

  .lightGallery {
    display: grid;
    grid-template-areas:
              "a a b"
              "a a c";
  }

  .lightGallery .image-tile{
    padding: 0;
    margin-bottom: 30px;
  }

  .lightGallery > a:nth-child(n+4){
    display: none;
  }

  .lightGallery > a:nth-child(1){
    margin-right: 50px;
  }

  .gallery-image .more-photos{
    bottom: 40px;
    right: 10px;
  }

  /*  Cost Total  */

  .fegza-cost-total .reservation > div:nth-child(1),
  .fegza-cost-total .reservation > div:nth-child(2){
    padding: 20px 30px;
  }

  /*  Available Extras  */

  .fegza-available-extras .box > div{
    padding: 3%;
  }

  /*  PÁGINAS   */

  .title-bottom .slide-information{
    top: 70%;
  }

  .title-bottom .slide-information .title,
  #sale-detail-page .slide-information .title{
      font-size: 50px;
  }

  .section-detail li{
    font-size: 18px;
  }

}


/**************************************************************
      XX-Large devices (larger desktops, 1400px and up)
***************************************************************/

@media (min-width: 1400px) {
  .h-xx-min-350px{
    min-height: 350px;
  }

  .h-xx-min-550px{
    min-height: 550px;
  }
}
