@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Roboto:wght@100;300;400;500;900&display=swap');


html,
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  color: #102434;;
  background: #FBFDFF;
}

/*=========================================================================================== BTN ==========*/

a.Btn-01{
  display: block;
  width: 144px;
  height: 36px;
  border-radius: 203px;
  background: #8EBB13;  
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 16px;
  margin-right: 16px;
  transition: 0.5s ease-in-out;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;  
}

a.Btn-01:hover{
  border: 1px solid #8EBB13;
  background: transparent;
  transition: 0.5s ease-in-out;
}

a.Btn-02{
  display: block;
  width: 144px;
  height: 36px;
  border-radius: 203px;
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 16px;
  margin-right: 16px;
  transition: 0.5s ease-in-out;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #8EBB13;
}

a.Btn-02:hover{
  border: 0px;
  background: white;
  color: #102434;;
  transition: 0.5s ease-in-out;
}

a.Btn-03{
  display: block;
  width: 194px;
  height: 48px;
  border-radius: 203px;
  background:#102434;;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
}

a.Btn-03:hover{
  background-color: #8EBB13;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
  transition: 0.5s ease-in-out;
}

a.Btn-04{
  display: block;
  width: 194px;
  height: 48px;
  border-radius: 203px;
  background:transparent;
  color: #102434;;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500px;
  border: 1px solid #102434;;
  transition: 0.5s ease-in-out;
}

a.Btn-04 img{
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

a.Btn-04:hover{
  background:white;
  color: #102434;;
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
}

a.Btn-05{
  display: block;
  width: 194px;
  height: 48px;
  border-radius: 203px;
  background-color: #8EBB13;  
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;  
  transition: 0.5s ease-in-out;  
}

a.Btn-05:hover{
  border: 1px solid #8EBB13;
  background-color: #102434;;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
  transition: 0.5s ease-in-out;
}

a.Btn-06{
  display: block;
  width: 194px;
  height: 48px;
  border-radius: 203px;
  background: #8EBB13;  
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s ease-in-out;  
}

a.Btn-06:hover{
  background: #102434;;
  transition: 0.5s ease-in-out;
}

a.Btn-07{
  display: block;
  width: 194px;
  height: 48px;
  border-radius: 203px;
  background:transparent;
  color: #102434;;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500px;
  border: 1px solid #102434;;
  transition: 0.5s ease-in-out;
}

a.Btn-07 img{
  width: 32px;
  height: 32px;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}

a.Btn-07:hover{
  background:#8EBB13;
  color: white;
  border: 1px solid #8EBB13;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
  transition: 0.5s ease-in-out;
}

@media only screen and ( max-width: 576px){
  a.Btn-01{
    width: 100px;
    margin-left: 4px;
    margin-right: 4px;
  }
  a.Btn-02{
    width: 100px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .Top-nav a.Btn-01{
    background-color: transparent;
    color: #8EBB13;
    border: 0.7px solid #8EBB13;
    font-weight: 400;
  }

  .Top-nav a.Btn-02{
    background-color: transparent;
    color: white;
    border: 0.7px solid #ffffff;
    font-weight: 400;
  }  
}

.BTN-Whats{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #8EBB13;
  top: 85%;
  right: 20px;
  position: fixed;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*========================================================================================== H ==========*/

h2{
  font-family: Playfair Display;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0px;
}

h2 span{
  color: #8EBB13;
}

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

/*========================================================================================== SOMBRAS ==========*/

.Sombra-01{
 filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.25));
}

/*========================================================================================== REDONDEADO ==========*/

.Redondeado-01{
  border-radius:16px;
}

/*========================================================================================== GRADIENTE ANIMADO ==========*/

.Gradient-background-01 {
  background: linear-gradient(219deg,#ffe600,#8ebb13,#ffe600);
  background-size: 180% 180%;
  animation: gradient-animation-01 18s ease infinite;
}

@keyframes gradient-animation-01 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*========================================================================================== SEPARACIONES ==========*/

.Separacion-top-01{
  margin-top: 0px;
  margin-top: 50px;
}

.Separacion-bottom-01{
  margin-bottom: 0px;
  margin-bottom: 100px;
}

.Separacion-top-02{
  margin-top: 0px;
  margin-top: 90px;
}

.Separacion-bottom-02{
  margin-bottom: 0px;
  margin-bottom: 90px;
}

@media only screen and ( max-width: 992px){
  .Separacion-top-01{
    margin-top: 100px;
  }

  .Separacion-bottom-01{
    margin-bottom: 100px;
  }

  .Separacion-top-02{
    margin-top: 64px;
  }

  .Separacion-bottom-02{
    margin-bottom: 64px;
  }  
}

/*========================================================================================== MENU ==========*/

.Top {
  width: 100%;
  min-height: 104px;
  background-color: #102434;;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s ease-in-out;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.Menu {
  height: auto;
}

.Menu-nav ul {
  margin-right: 20px;
}



.Menu-nav a {
  color: #ffffff !important;
  opacity: 0.7;
  transition: all 1s;
}

.Menu-nav a:hover {
  opacity: 1;
}


.Logo img {
  height: 60px !important;
  margin-top: 10px;
}

.navbar-toggler {
  color: #102434; !important;
  background-color: none !important;
  border: 0px !important;
}

.navbar-toggler-icon {
  color: #ffffff !important;
  background-color: none !important;
  border: 0px !important;
}

.navbar-light {
  color: #ffffff !important;
  border: 0px solid #ffffff;
}

.navbar-light span {
  color: #ffffff !important;
  border: 0px solid #ffffff;
}

@media only screen and (max-width: 992px) {
  .Top-home {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50%;
  }

  .Menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .Menu-nav ul {
    margin-right: 0px;
  }

  .filter {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
}

@media only screen and (max-width: 576px) {
  .Menu {
    position: fixed;
    z-index: 999999;
  }

  .Logo img {
    height: 46px !important;
    margin-left: 0px !important;
  }
}

/*========================================================================================== PIE ==========*/

.Pie{
  /*background-color: #102434;;*/
  background-color: #102434;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  /*padding-top: 112px;
  padding-bottom: 112px;*/
  padding-top: 60px;
  padding-bottom: 60px;
}

.Pie-top{
  border-bottom: 1px solid #FFF;
  padding-bottom: 32px;
}

.Pie-top img{
  width: 100%;
  max-width: 193px;
}

.Pie-menu{
  margin-top: 50px;
}

.Pie-menu p{
  margin: 0;
}

.Pie-menu a{
  text-decoration: none; color: #ffffff;
  margin: 0px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: 0.7s ease-in-out;
}

.Pie-menu a:hover{
  color: #8EBB13;
}

.Pie-telefono{
  color: #FFF;
  margin-top: 30px;
}

.Pie-telefono a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.7s ease-in-out;
  margin: 0px;
  margin-left: 16px;
}

.Pie-telefono a:hover{
  color: #8EBB13;
}

.Pie-direccion{
  color: #FFF;
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media only screen and ( max-width: 576px){
  .Pie-top .col-sm-9{
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

/*========================================================================================== TARJETAS ==========*/

.Tarjeta-01{
  width: 100%;
  max-width: 380px;
  height: 352px;
  border-radius: 16px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
}

.Tarjeta-01-img{
  width: 100%;
  height: 232px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.Tarjeta-01-img img{
  height: 100%;
  transition: 0.7s ease-in-out;
}

.Tarjeta-01:hover .Tarjeta-01-img img{
  scale: 1.3;
}

.Tarjeta-01-datos{
  height: 120px;
  box-sizing: border-box;
  padding: 16px 16px 16px 24px;
}

.Tarjeta-precio{
  margin: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #8EBB13;
  text-decoration: none;
}

.Tarjeta-nombre{
  margin: 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #102434;;
}

.Tarjeta-estatus{
  margin: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #8EBB13;
}

.Tarjeta-01-datos img{
  width: 48px;
  height: 48px;
  transition: 0.7s ease-in-out;
}

.Tarjeta-01:hover .Tarjeta-01-datos img{
  transform: rotate(46deg);
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
}

@media only screen and ( max-width: 992px){
  .Tarjeta-01{
    height: 300px;
  }

  .Tarjeta-01-img{
    height: 182px;
  }

  .Tarjeta-01-img img{
    width: 100%;
  }

  .Tarjeta-nombre{
    font-size: 20px;
  } 

  .Tarjeta-01-datos img{
    width: 40px;
    height: 40px;
  }  
}

.Tarjeta-02{
  width: 100%;
  max-width: 380px;
  height: 416px;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
  background-size: cover;
  transition: 7s ease-in-out;
}

.Tarjeta-02 span{
  margin: 0 auto;
  bottom: 32px;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: 0.7s ease-in-out;
}

.Tarjeta-02:hover span{
  bottom: -62px;
}

.Tarjeta-02 .Tarjeta-precio{
  color: #FFF;
  text-decoration: none;
}

.Tarjeta-02 .Tarjeta-nombre{
  color: #8EBB13;
  margin-top: 32px;
  margin-bottom: 32px;
  transition: 1.5s ease-in-out;
}

.Tarjeta-02 .Tarjeta-estatus{
  color: #FFF;
}

.Tarjeta-02-datos{
  width: 100%;
  height: 416px;
  background-color: rgba(21, 41, 52, .0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 417px;
  padding-top: 1000px;
  transition: 0.7s ease-in-out;
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
}

.Tarjeta-02-datos span img{
  position: relative;
}

.Tarjeta-02-datos img{
  margin-top: 16px;
}

.Tarjeta-02:hover{
  background-position: right;
}

.Tarjeta-02:hover .Tarjeta-02-datos{
  background-color: rgba(21, 41, 52, .8);
  margin-top: 0px;
  padding-top: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;  
}

.Tarjeta-02:hover .Tarjeta-02-datos .Tarjeta-nombre{
  margin-top: 8px;
  margin-bottom: 8px;
}

@media only screen and ( max-width: 992px){
  .Tarjeta-02 span{
    bottom: -62px;
  }

  .Tarjeta-02 .Tarjeta-02-datos{
    background-color: rgba(21, 41, 52, .8);
    margin-top: 0px;
    padding-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;  
  }

  .Tarjeta-02 .Tarjeta-02-datos .Tarjeta-nombre{
    margin-top: 8px;
    margin-bottom: 8px;
  }  
}


/*========================================================================================== SLIDER ==========*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {

  content: "";
  height: auto;
  position: absolute;
  width: auto;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: auto;
  width: 100%;
}

.slider img{
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 8px;
}

.slide {
  padding: 0px 8px;
}

/*========================================================================================== BANNER CONTACTO ==========*/

.Banner-contacto{
  min-height: 500px;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: -16px;
}

.Banner-contacto-img img{
  width: 100%;
  height: auto;
  max-width: 350px;
  margin-top: -30px;
}

.Banner-contacto p{
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 63px;
  color: #102434;;
}

@media only screen and ( max-width: 992px){
  .Banner-contacto-img img{
    margin-top: 43px;
    width: 90%;
  }
}

@media only screen and ( max-width: 576px){
  .Banner-contacto{
    padding-top: 64px;
    padding-bottom: 15px;
  }

  .Banner-contacto-img{
    padding-top: 64px;
  }

  .Banner-contacto-img img{
    margin-top: 0px;
    width: 80%;
  }  
}

/*========================================================================================== BK COLOR ==========*/

.Bk-verde-claro{
  background-color: #faffee;
}

.Bk-verde-azul{
  /*background-color: #152935;*/
  background-color: #102434;
}

/*========================================================================================== HOME ==========*/

.Hero-home{
  background-color: #faffee;
  box-sizing: border-box;
  border-radius: 0px 0px 16px 16px;
  background-image: url(../img/bk/bk-casa-rentar.jpg);
  background-position: center;
  background-size: cover;
}

.Hero-capa{
  border-radius: 0px 0px 16px 16px;
  background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.2) 100%);
  padding-top: 216px;
  padding-bottom: 113px;
  box-sizing: border-box;
}

.Hero-status{
  color: #8EBB13;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0px;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.94);
}

.Hero-nombre{
  color: #ffffff;
  font-family: Playfair Display;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.94);
}

.Hero-nombre span{
  font-size: 24px;
}

.Hero-descripcion{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 33px;
}

.Hero-datos{
  margin-top: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.Hero-datos img{
  width: 48px;
  height: 48px;
}

.Hero-datos p{
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0px;
  margin-left: 16px;
}

.Hero-botones{
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.Hero-botones a.Btn-03{
  margin-right: 32px;
}

.Hero-img img{
  width: 100%;
  height: auto;
}

.Hero-home-ligas{
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.Hero-home-ligas img{
  width: 30px;
  height: auto;
  margin-left: 10px;
}

.Hero-home-ligas a{
  text-decoration: none;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and ( max-width: 992px){
  .Hero-capa{
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

@media only screen and ( max-width: 576px){
  .Hero-status{
    font-size: 18px;
    line-height: normal;
  }

  .Hero-nombre{
    font-size: 40px;
    line-height: 44px;
  }

  .Hero-botones a.Btn-03{
    margin-right: 8px;
  }

  .Hero-home-ligas a{
    width: 100%;
    display: block;
    margin-top: 15px;
    text-align: start;
  }  
}

.Home-carrusel img{
  width: 100%;
  height: auto;
}

.Home-carrusel h2{
  font-size: 30px;
  font-family: 'aileronheavy';
}

.carousel-control-prev-icon{
  background-color: #102434;;
}

.carousel-control-next-icon{
  background-color: #102434;;
}

.Home-sec-02{
  border-radius: 16px;
  background-color: #102434;;
  box-sizing: border-box;
  padding: 88px;
  overflow: hidden;
}

.Home-sec-02-txt{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Home-sec-02-titulito{
  color: #8EBB13;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.Home-sec-02-titulo{
  color: #FFF;
  font-family: Playfair Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.Home-sec-02-descripcion{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.Home-sec-02-img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 538px;
}

.Home-sec-02-img img{
  border: 3px solid #ffffff;
}

.Home-sec-02-img div:nth-child(1){
  position: absolute;
  margin-top: 40px  !important;
  margin-bottom: 40px;
  margin-left: -100px;
}

.Home-sec-02-img div:nth-child(2){
  position: absolute;
  z-index: 0;
}

.Home-sec-02-img div:nth-child(3){
  position: absolute;
  z-index: 1;
  margin-left: 200px;
}

.Home-sec-02:hover .Home-sec-02-img div:nth-child(1){
  transform: rotate(-11deg) scale(1.1) ;
  -webkit-transform: rotate(-11deg) scale(1.1) ;
  -moz-transform: rotate(-11deg) scale(1.1) ;
}

.Home-sec-02:hover .Home-sec-02-img div:nth-child(3){
  transform: rotate(11deg) scale(1.1) ;
  -webkit-transform: rotate(11deg) scale(1.1) ;
  -moz-transform: rotate(11deg) scale(1.1) ;
}

@media only screen and ( max-width: 992px){
  .Home-sec-02-contenido{
    display: flex;
    flex-direction: column-reverse; 
  }

  .Home-sec-02-txt{
    margin-top: 80px;
  }  
}

@media only screen and ( max-width: 576px){
  .Home-sec-02{
    padding: 30px;
    padding-bottom: 50px;
  }

  .Home-sec-02-txt{
    margin-top: 40px;
  }

  .Home-sec-02-img{
    height: 300px;
  }

  .Home-sec-02-img div:nth-child(1){
    scale: .5;
  }

  .Home-sec-02-img div:nth-child(2){
    scale: .5;
  }

  .Home-sec-02-img div:nth-child(3){
    scale: .5;
    margin-left: 150px;
  }
}

.Home-sec-03 a{
  text-decoration: none;
}

.Home-sec-04 {
  background-color: #faffee;
  height: 650px;
  overflow: hidden;
}

.Home-sec-04-img-01 img{
  height: 100%;
}

.Home-sec-04-txt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 150px;
  box-sizing: border-box;
}

.Home-sec-04-titulito{
  color: #8EBB13;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.Home-sec-04-titulo{
  font-family: Playfair Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.Home-sec-04-descripcion{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and ( max-width: 992px){
  .Home-sec-04 {
    height: auto;
  }

  .Home-sec-04-img-01 img{
    height: auto;
    width: 100%;
  }

  .Home-sec-04-img-02{
    display: flex;
    justify-content: space-between;
  }

  .Home-sec-04-txt{
    padding: 80px;
  }  

  .Home-sec-04-img-02 img{
    height: auto;
    width: 33.33%;
    margin: 0px !important;
  }
}

@media only screen and ( max-width: 576px){
  .Home-sec-04-txt{
    padding-left: 50px;
    padding-right: 50px;
  } 
}

.Home-sec-05 p{
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 63px;
  color: #898888;
}

.Home-sec-05 a.Btn-06{
  margin: 0 auto;
}

.Home-sec-06 img{
  width: 100%;
}

.Home-sec-06-txt{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;

}

@media only screen and ( max-width: 992px){
  .Home-sec-06-txt{
    padding: 100px;
 }
}

@media only screen and ( max-width: 576px){
  .Home-sec-06-txt{
    padding: 50px;
    padding-bottom: 0px;
 }
}

.Home-servicios img{
  width: 100%;
}

.Home-servicios p strong{
  font-size: 28px;
  font-family: 'aileronheavy';
  border-bottom: 5px solid #8EBB13;
}

/*========================================================================================== DETALLE INMUEBLE ==========*/

.DI-top{
  background-color: #8EBB13;
  min-height: 488px;
  border-radius: 0px 0px 16px 16px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

.DI-top-info{
  margin-top: 130px;
}

.DI-top-estatus{
  margin: 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  color: white;
}

.DI-top-nombre{
  margin: 0px;
  margin-top: -10px;
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 900;
}

.DI-top-datos{
  margin-top: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.DI-top-datos img{
  width: 48px;
  height: 48px;
}

.DI-top-datos p{
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0px;
  margin-left: 16px;
}

.DI-top-precio{
  font-size: 32px !important;
}

@media only screen and ( max-width: 992px){
  .DI-top{
    height: auto;

  }
}

@media only screen and ( max-width: 576px){
  .DI-top-nombre{
    font-size: 32px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .DI-top-datos img{
    width: 35px;
    height: 35px;
  } 

  .DI-top-precio{
    font-size: 24px !important;
  }  
}

.DI-sec-01 p{
  margin: 0px;
  margin-bottom: 40px;
}

.DI-sec-01 strong{
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 700;
}

.DI-sec-01 a.Btn-07{
  margin: 0 auto;
}

.DI-sec-02-descripcion{
  color: #898888;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DI-sec-02-descripcion p{
  width: 90%;
}

.DI-sec-02-descripcion strong{
  color: #102434;;
}

.DI-sec-02-bullet{
  background-color: #102434;;
  width: 100%;
  border-radius: 16px;
  color: white;
  font-size: 15px;
  padding: 40px;
  transition: 0.7s ease-in-out;
}

.DI-sec-02-bullet ul li{
  list-style: none;
  color: #898888;
  list-style-image: url(../img/ico/bullet.png);
}

.DI-sec-02-bullet:hover{
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.65));
}

.DI-sec-02-bullet b{
  color: #8EBB13;
}

@media only screen and ( max-width: 992px){
  .DI-sec-02-descripcion{
    color: #898888;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
    margin-bottom: 32px;
  }
}

.DI-sec-03-img img{
  width: 100%;
  border-radius: 0px 16px 16px 0px;
}

.DI-sec-03-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DI-sec-03-txt img{
  /*width: 100%;
  max-width: 80px;*/
  width: 250px;
}

.DI-sec-03-txt p{
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 900;
  margin-top: 42px;
  width: 60%;
  text-align: center;
}

@media only screen and ( max-width: 992px){
  .DI-sec-03-img img{
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    margin-bottom: 64px;
  }
}

.DI-sec-04 a{
  text-decoration: none;
}

/*========================================================================================== COMPRAR ==========*/

.CI-hero{
  background-image: url(../img/bk/bk-casa-comprar.jpg);
  background-position: center;
  background-size: cover;
  min-height: 600px;
  border-radius: 0px 0px 16px 16px;
}

.CI-hero-capa{
  min-height: 600px;
  border-radius: 0px 0px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: #FFF;
  background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
  box-sizing: border-box;
  padding-bottom: 104px;
}

.CI-hero-nombre{
  color: #ffffff;
  font-family: Playfair Display;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.94);
}

.CI-hero-descripcion{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 33px;
}

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

  .CI-hero-capa{
  padding-bottom: 64px;
  }

  .CI-hero-nombre{
    font-size: 40px;
    line-height: 44px;
  }
}

/*========================================================================================== CONTACTO ==========*/

.Contacto-datos{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 100px;
  padding-top: 150px;
}

.Contacto-datos img{
  /*width: 140px;*/
 width: 250px;
}

.Contacto-datos h2{
  margin-bottom: 32px;
  margin-top: 32px;
}

.Contacto-datos a{
  text-decoration: none;
  color: #8EBB13;
  transition: 0.7s ease-in-out;
}

.Contacto-datos a:hover{
  text-decoration: underline;
}

.Contacto-formulario{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 100px;
  padding-top: 200px;
}

.Contacto-formulario input{
  width: 100%;
  height: 50px;
  margin-bottom: 32px;
  text-align: center;
  border: 1px solid #8EBB13;
  border-radius: 50px;
  color: #102434;;
  transition: 0.7s ease-in-out;
}

.Contacto-formulario input:hover{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  -moz-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
}

.Contacto-formulario input:focus{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  -moz-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
}

.Contacto-formulario textarea{
  width: 100%;
  height: 150px;
  margin-bottom: 32px;
  text-align: center;
  border: 1px solid #8EBB13;
  border-radius: 16px;
  color: #102434;;
  transition: 0.7s ease-in-out;
}

.Contacto-formulario textarea:hover{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  -moz-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
}

.Contacto-formulario textarea:focus{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  -moz-box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
  box-shadow: 0px 0px 20px 0px rgba(142,187,19,0.65);
}

@media only screen and ( max-width: 992px){
  .Contacto-datos{
    padding: 50px;
    padding-top: 150px;
  }

  .Contacto-formulario{
    padding: 50px;
    padding-top: 200px;
  }  
}

@media only screen and ( max-width: 576px){
  .Contacto-formulario{
    padding: 50px;
    padding-top: 50px;
  }  
}

/*=========================================================================================== NOSOTROS ==========*/

.Nosotros-top{
  margin-top: 150px;
  color: white;
  background-image: url(../img/bk/bk-nosotros.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and ( max-width: 576px){
.Nosotros-top{
  background-position: center 80%;
} 
}

.Nosotros-top img{
  width: 100%;
  max-width: 700px;
}

.Nosotros-top h2{
  margin-bottom: 32px;
  margin-top: 32px;
}

.Nosotros-top-txt{
  display: flex;
  justify-content: center;

  flex-direction: column;
  text-align: start;
}

/*=========================================================================================== SERVICIOS ==========*/

.Servicios{

  padding: 88px;
}

.Servicios h2{
  color: #8EBB13;
}

.Servicios strong{
  color: #8EBB13;
}

.Servicios img{
  width: 100%;
}

.Servicios-iconos{
  width: 50px !important;
  margin-top: -40px;
  margin-bottom: 40px;
}

.Servicios a{
  margin-top: 40px;
}

@media only screen and ( max-width: 576px){
  .Servicios{
    padding: 30px;
    padding-bottom: 50px;
  }
}

/*=========================================================================================== COMISIONES ==========*/

.Comisiones-img{
  background-image:url(../img/bk/bk-comisiones.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
  height: 500px;
}

.Comisiones h2{
  margin-bottom: 32px;
}

.Comisiones a{
  margin-top: 40px;
}

.Comisiones span{
  font-family: Playfair Display;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0px;
  color: #8EBB13;
}

@media only screen and ( max-width: 576px){
  .Comisiones span{
    font-size: 24px;
  } 
}

/*=========================================================================================== VENDER ==========*/

.Vender-top{
  min-height: 350px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 50px;
}

.Vender-top h2{
  font-size: 48px;;
}

@media only screen and ( max-width: 992px){
  .Vender-top{
    min-height: 250px;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
  }
}

@media only screen and ( max-width: 576px){
  .Vender-top{
    min-height: 250px;
    padding: 0px;
    padding-top: 130px;
  }
  
  .Vender-top h2{
    font-size: 32px;;
  }
}

.Vender-top-img img{
  width: 100%;
  max-width: 1000px;
  margin-top: -200px;
}

@media only screen and ( max-width: 992px){
  .Vender-top-img img{
    width: 100%;
    max-width: 1000px;
    margin-top: 50px;
  }
}

@media only screen and ( max-width: 576px){
  .Vender-top-img img{
    margin-bottom: 50px;
  }
}

.Vender-02 a{
  margin: 0 auto;
  margin-top: 40px;
}

.Vender-03{
  padding: 88px;
}

.Vender-03 img{
  width: 100%;
  border-radius: 16px;
}

@media only screen and ( max-width: 576px){
  .Vender-03{
    padding: 30px;
    text-align: center;
  }
}

/*=========================================================================================== FOTOS FICHA ==========*/



.Fotos-ficha img{
  width: 100%;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.10));
  border-radius: 8px;
}