@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone+Bounce&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c7c7c7;
}

/* Popup */
.color-text {
  color: #C08300;
}
/* Popup */

.whatsapp-button {
  position: fixed;
  bottom: 95px;
  right: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0; /* Inicialmente oculto */
  transition: opacity 0.3s ease;
}

.container {
  max-width: 1250px;
  width: 90%;
  margin: auto;
}
.button__principal {
  display: flex;
  padding: 0px 36px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;

  height: 60px;
  background-color: #C08300;
  border-radius: 100px;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: background-color  0.3s ;
  -webkit-transition: background-color  0.3s ;
  -moz-transition: background-color  0.3s ;
  -ms-transition: background-color  0.3s ;
  -o-transition: background-color  0.3s ;
}
.button__principal:hover  {
  background-color: #ffae00;
}
.button__black {
  display: flex;
  padding: 0px 36px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;

  height: 60px;
  background-color: #1A1A1A;
  border-radius: 100px;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: background-color  0.3s ;
  -webkit-transition: background-color  0.3s ;
  -moz-transition: background-color  0.3s ;
  -ms-transition: background-color  0.3s ;
  -o-transition: background-color  0.3s ;
}
.button__black:hover  {
  background-color: #ffffff;
  color: #1A1A1A;
}

.popup__button {
  width: 100%;
  max-width: 320px;
  padding: 0;
  font-size: 15px;
}
@media screen and (min-width: 395px) {
  .popup__button {
    font-size: 18px;
  }
}

/**________________ Nav _________________**/
@media screen and (max-width: 1200px) {
  #menu {
    height: 650px;
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 0 0 25px 25px  ;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    -o-border-radius: 0 0 25px 25px;
  }
  .nav__links-container {
    min-height: 300px;
    width: 100%;
    display: flex;
    gap: 50px;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
  .nav__links {
    display: flex;
    gap: 43px;
    flex-direction: column;
    align-items: center;
  }
}
.nav {
  width: 100%;
  background-color:  #ffffff;
}
.nav__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 97px;
}
/* .nav__logo-container {
} */
.logotipo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: relative;
  z-index: 999;
  display: flex;
}
.nav__links-container {
  display: none;
}
.nav__links {
  display: flex;
  gap: 43px;
  justify-content: center;
  height: 100%;
}

.nav__links a {
  /*color: #000;
  */text-align: center;
  font-size: 18px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.nav__links a:hover {
  color: #ffae00;
 
}
.nav__icons {
  display: flex;
  gap: 29px;
}
.nav__icons a {
  display: flex;
}

.nav__menu-mobile {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
}
.nav__menu-mobile img {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 999;
}
.active {
  color: #5084A3;
}
@media screen and (min-width: 768px) {
  
}

@media screen and (min-width: 1200px) {
  .nav__links-container {
    display: flex;
    align-items: center;
    gap: 46px;
  }
  .nav__menu-mobile {
    display: none;
  }
  /* .nav__prueba {
    display: flex;
    gap: 36px;
  } */
}
/**________________ Nav _________________**/





/**________________ Home _________________**/

.home {
  background-image: linear-gradient(rgba(0, 0, 0, 36%), rgba(0, 0, 0, 0.12)),
    url("/wp-content/themes/themaurea/assets/images/banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;

  width: 100%;
  min-height: 783px;
  height: auto;
}
.home__container {
  min-height: 783px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.home__title {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home__title span {
  color: #C08300;
}
.home__subtitle {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 700px;
}


.home__house {
  position: absolute;
  bottom: 59px;
}

@media screen and (min-width: 390px) {
  .home__title {
    font-size: 31px;
  }
  .home__title-span {
    top: -35%;
    font-size: 76px;
  }
  .home__subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 575px) {
  .home__subtitle {
    
  }
}
@media screen and (min-width: 768px) {
  .home__content {
    gap: 20px;
  }

  .home__title {
    font-size: 46px;
  }
  .home__title-span {
    top: -45%;
    font-size: 97px;
  }
  .home__subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .home__content {
    gap: 31px;
  }
  .home__title {
    font-size: 70px;
  }
  .home__title-span {
    font-size: 127px;
    top: -66%;
  }
  .home__subtitle {
    
  }
}
/**________________ Home _________________**/

/**________________ desarrollo _________________**/
.desarrollo {
  width: 100%;
  background-color: #1A1A1A;
  
  /* margin-bottom: -150px; */
}
.desarrollo__content {
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: center;

  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 50px 0;

  z-index: 999;
  position: relative;
}
.desarrollo__title {
}
.desarrollo__title img {
  max-width: 280px;
  width: 100%;
  min-height: 280px;
  height: 100%;
  object-fit: contain;
}

.desarrollo__text {
  max-width: 503px;
  width: 100%;
  gap: 36px;
  display: flex;
  flex-direction: column;
}
.desarrollo__text p {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  color: #ffffff;
}
.desarrollo__text span {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  color: #C08300;
}


@media screen and (min-width: 768px) {
  .desarrollo__text p {
    font-size: 22px;
  }
  .desarrollo__text span {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .desarrollo__content {
    flex-direction: row;
    min-height: 461px;
    padding: 0;
    /* margin-bottom: -160px; */
    gap: 50px;
  }
  .desarrollo__title h2 {
    line-height: 50px;
  }
  .desarrollo__title span {
    font-size: 70px;
  }
  .desarrollo__text {
    max-width: 434px;
  }
}
@media screen and (min-width: 1200px) {
  .desarrollo__title {
    width: 580px;
  }
  .desarrollo__title h2 {
    font-size: 70px;
    line-height: 66px;
  }
  .desarrollo__title span {
    font-size: 104px;
  }
  .desarrollo__text {
    max-width: 503px;
  }
  
}
@media screen and (min-width: 1400px) {
  .desarrollo__title {
    color: #433c49;
  }
}
/**________________ desarrollo _________________**/
/**________________ Modelos _________________**/
.modelos__svg {
  background-image: url(/wp-content/themes/themaurea/assets/icons/shape.svg);
  background-color: #C08300;
  margin-bottom: -10px;
}
.modelos-svg__dowm {
  background-image: url(/wp-content/themes/themaurea/assets/icons/shape.svg);
    background-color: #C08300;
}
.modelos__buttons {
  display: flex;
  gap: 46px;
  width: 100%;
  flex-direction: column;
}
.modelos__button {
  display: inline-flex;
  height: 60px;
  padding: 0px 36px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #1A1A1A;
  cursor: pointer;


  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modelos {
  background-color: #C08300;
  width: 100%;
  background-image: url(/wp-content/themes/themaurea/assets/icons/shape.svg);
}
.modelos__content {
  min-height: 629px;;
}


/* Modelo LIPPI */






.modelos-lippi__content,
.modelos-dante__content,
.modelos-tintoretto__content {
  display: flex;
  align-items: flex-start;
  max-width: 1550px;
  margin: auto;
  width: 100%;
  gap: 40px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.modelos-dante__content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.modelos-lippi__content {
  display: flex;
  flex-direction: column-reverse;

}


.modelos-dante__info {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 556px;
  width: 100%;
  margin-top: 35px;
  padding: 0 20px;
}
.modelos-lippi__title,
.modelos-dante__title,
.modelos-tintoretto__title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.5%;
}
.modelos-lippi__title span,
.modelos-dante__title span,
.modelos-tintoretto__title  span {
  font-family: 'Birthstone Bounce';
  color: #1A1A1A;
}
.modelos__construccion,
.modelos__terreno {
  display: flex;
  align-items: center;
  gap: 15px;
}


.modelos-dante__info h3 {
  color: #072637;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modelos-lippi__info p {
  max-width: 454px
}
.modelos-dante__info p {
  color: #072637;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modelos-lippi__image,
.modelos-dante__image,
.modelos-tintoretto__image {
  width: 100%;
  /* max-width: 765px; */
  object-fit: cover;
  /* border-radius: 25px; */
  
}

@media screen and (min-width: 992px) {   
  .modelos__svg {
    margin-top: -150px;
  }
  .modelos-svg__dowm {
    /* margin-bottom: -150px; */
  }
  .modelos-lippi__content,
  .modelos-dante__content,
  .modelos-tintoretto__content {
    flex-direction: row;
  }
  .modelo-dante_padding {
    padding-left: 40px;
  }
  .modelos-dante__info {
    align-items: flex-start;
  }
  .modelos-lippi__title,
  .modelos-dante__title,
  .modelos-tintoretto__title  {
    font-size: 49px;
  }
  .modelos-tintoretto__title {
    text-align: left;
  }
  .modelos__buttons {
    flex-direction: row;
  }
  .modelos-lippi__image,
  .modelos-tintoretto__image {
    width: 50%;
    /* object-fit: contain; */
    border-radius: 0px 25px 25px 0;
  }
  .modelos-dante__image {
    width: 50%;

    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
}
}
@media screen and (min-width: 1200px) { 
  .modelos-lippi__title,
  .modelos-dante__title,
  .modelos-tintoretto__title  {
    font-size: 67px;
  }
  .modelos-lippi__content,
  .modelos-dante__content,
  .modelos-tintoretto__content {
    width: 100%;
    justify-content: space-between;
    padding-left: 73px;
    gap: 67px;
  }
  .modelos__padding {
    padding: 0 73px 0 0;
  }
 
}
@media screen and (min-width: 1300px) { 
  .modelos-lippi__title,
  .modelos-dante__title,
  .modelos-tintoretto__title  {
    font-size: 70px;
  }
  .modelos-lippi__image {
    width: 55%;
    max-width: 765px;

  }
  .modelos-dante__image {
    width: 55%;
    max-width: 765px;

  }
  .modelos-tintoretto__image {
    width: 55%;
    max-width: 765px;

  }
  
}
@media screen and (min-width: 1500px) { 
  .modelos-lippi__image,
  .modelos-dante__image,
  .modelos-tintoretto__image {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) { 
  .modelos-lippi__image,
  .modelos-dante__image,
  .modelos-tintoretto__image {
    border-radius: 25px;
  }
}
.modelos__construccion-icon img,
.modelos__terreno-icon img {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.modal__content {
  background-color: white;
  max-width: 1273px;
  max-height: 937px;
  width: calc(100vw - 50px);
  height: calc(100vh - 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 15px 15px;
  overflow: auto;
  position: relative;
}
.modal__button-container {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 35px;
  top: 15px;
}
.modal__button-close {
  cursor: pointer;
  background: none;
}
.modal__container {
  display: flex;
  gap: 31px;
  flex-direction: column-reverse;
  align-items: center;
}
.modal__images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
/* .modal__images img {
  width: 100%;
} */
.modal__images-title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.modal__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.modal__title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal__modelo {
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 36px;
  line-height: 80px;
  color: #d7a463;
}
.modal-modelo__name {
  color: #140003;
  font-family: 'Bakbak One', cursive;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62.5%;
}
.modal__modelo span {
  /* font-size: 120px; */
  color: #000000;
}
.modal__price {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.modal__amenidades {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.modal__planta-container {
  display: flex;
  align-items: center;
  gap: 31px;
}
.modal__planta {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.modal li {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  list-style: inside;
  margin-left: 60px;
}
.modal__low {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin-top: 50px;
}
.modal__button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    max-width: 291px;
    width: 100%;
    height: 60px;


    display: inline-flex;
    padding: 0px 36px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #C08300;
    color: white;
  
    cursor: pointer;

}
.modal__paragraph {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}
.modal-image__container {
  width: 100%;
}
.modal-image__container img {
  max-width: 531px;
  width: 100%;
  height: 350px;
  height: 100%;
}
@media screen and (min-width: 390px) {
  .modal__price {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .modal__content {
    width: calc(100vw - 100px);
  }
  .modal__images {
    flex-direction: row;
  }

  .modal__container {
    align-items: center;
  }
  .modal__title-container {
    flex-direction: row;
  }
  .modal-modelo__name {
   
  }
  .modal__price {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  /* .modal__images img {
    width: initial;
  } */
  .modal__content {
    padding: 40px;
  }
  .modal__button-container {
    top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__container {
    flex-direction: row;
    align-items: initial;
  }
  .modal__low {
    align-items: flex-start;
  }
  .modal__low {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-top: 0;
  }
  .modal-modelo__name {
    line-height: 38px;
  }
  .modal__title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: initial;
    gap: initial;
  }
}

.show {
  display: block;
}
/**________________ Modelos _________________**/

/**________________ amenidades _________________**/
.amenidades {
  width: 100%;
  background: rgb(255,255,255);

 background: linear-gradient(177deg, rgb(255 255 255) 32%, rgb(255 255 255 / 60%) 100%), url(/wp-content/themes/themaurea/assets/images/fondo-amenidades.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center ;
}
.amenidades__content {
  min-height: 546px;
  height: auto;
}
/* .amenidades svg {
  position: absolute;
} */
.amenidades__title {
  color: #1A1A1A;
  text-align: center;
  font-size: 7vw;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 111.5%;
  margin: auto;
  width: 100%;
}
.amenidades__icons {
  display: grid;
  grid-template-columns: repeat(1, 1fr );
  grid-row-gap: 61px;
  margin-top: 87px;
}
.amenidades__icon {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.amenidades__icon h3 {
  color: #072637;
  text-align: center;
  font-size: 22px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.amenidades__paragraph {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 111.5%;
  margin-top: 110px;
}
@media screen and (min-width: 390px) { 
  .amenidades__title {
    font-size: 25px;
    max-width: 365px;
  }
  
}
@media screen and (min-width: 575px) { 
  .amenidades__title {
    font-size: 30px;
  }
  .amenidades__icons {
    grid-template-columns: repeat(2, 1fr );
  }
}
@media screen and (min-width: 768px) { 
  .amenidades__title {
    font-size: 40px;
    max-width: 560px;
  }
  .amenidades__icons {
    grid-template-columns: repeat(3, 1fr );
  }
}
@media screen and (min-width: 992px) { 
  .amenidades__icons {
    grid-template-columns: repeat(4, 1fr );
  }
}
@media screen and (min-width: 1200px) { 
  .amenidades__title {
    font-size: 70px;
    max-width: 700px;
  }
}
.amenidades-container__button {
  display: flex;
  justify-content: center;
  padding: 60px 0 41px;
}
.amenidades__button {
  display: inline-flex;
  height: 60px;
  padding: 0px 36px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #C08300;
  color: #FFF;
}
/**________________ amenidades _________________**/
/**________________ Mapa _________________**/

.map {
  width: 100%;
  background-color: #ffffff;
}
.map__content {
  height: auto;
  display: flex;
  padding: 0 0 89px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.map__title {
  color: #433C49;
  font-size: 9vw;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 111.5%;
  margin: 41px 0;
}
.map__content iframe {
  width: 100%;
  margin: auto;
  border-radius: 25px;
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.15);
}
.map__button {
  padding: 10px 2rem;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  border-radius: 2rem;
}

.map__button:hover {
  background-color: white;
  color: #5b8ba6;
}
@media screen and (min-width: 768px) { 
  .map__title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) { 
  .map__title {
    font-size: 70px;
  }
}

/**________________ Mapa _________________**/



/**________________ Mas Desarrollos _________________**/


.desarrollos {
  background-color: #C08300;
  width: 100%;
  background-image: url(/wp-content/themes/themaurea/assets/icons/shape2.svg);
  background-size: contain;
}
.desarrollos__content {
  min-height: 316px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.desarrollos__title {
  color: #ffffff;
  justify-content: center;
  padding-top: 40px;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
}
.desarrollos__logos {
  padding-bottom: 40px;
  display: flex;
  gap: 50px;
  align-items: center;
  flex-direction: column;
}
.desarrollos__logos img {
}


@media screen and (min-width: 575px) { 
  .desarrollos__logos {
    flex-direction: row;
  }
}
/**________________ Mas Desarrollos _________________**/
/**________________ footerblack _________________**/
.footerblack {
  background-color: #1A1A1A;
  color: #FFF;
}
.contacto {
  background-color: #C08300;
}
.color {
  color: #C08300;
}
.ui\:input, .ui\:input:focus, .ui\:input:hover {
  border-radius: 10px;
  border: 2px solid #C08300;
  padding-left: 1rem;
  padding-right: 1rem;
}
#prefooter {
  background: #1A1A1A;
  color: white;
  border-radius: 0;
    
}
.logo__form {
  width: 150px;
  height: 150px;
}
/**________________ footerblack _________________**/
