
body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }

@font-face {
    font-family: BahuptaScript;
    src: url('../fonts/Batuphat Script.otf') format('opentype');
    font-style: normal;
  }

.special {
  color: #9131d1;
}

.background-estamos-trabajando {
    background-image: -webkit-image-set(
      url('../img/SitioBrandora32312.webp') type('image/webp'),
      url('../img/SitioBrandora32312.avif') type('image/avif'),
      url('../img/SitioBrandora32312.png') type('image/png'),
      url('../img/SitioBrandora32312.jpg') type('image/jpeg')
    );
    background-image: image-set(
      url('../img/SitioBrandora32312.webp') type('image/webp'),
      url('../img/SitioBrandora32312.avif') type('image/avif'),
      url('../img/SitioBrandora32312.png') type('image/png'),
      url('../img/SitioBrandora32312.jpg') type('image/jpeg')
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }


.text-container h1 {
    font-family: BahuptaScript, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 10vw;
    margin: 0;
    padding: 0 1rem;
    padding-top: 20px;
    text-shadow:
    -1px -1px 0 #00000017,
     1px -1px 0 #00000017,
    -1px 1px 0 #00000017,
     1px 1px 0 #00000017;
  }

.image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 90%;
    z-index: 0;
  }


.image-container img {
    max-width: 100%;
    max-height: 50vh;
    margin-bottom: 30px;
  }




@media (max-width: 1300px) {
    .text-container h1 {
      font-size: 12vw;
    }
  }

@media (max-width: 375px) {
    .text-container h1 {
      font-size: 13vw;
    }
  }



  @media (max-width: 768px) {
    .text-container {
      height: auto;
      padding: 10vh 0;
    }

    .text-container h1 {
      font-size: 13vw;
      padding-top: 30px;
      padding-bottom: 10px;
    }

    .image-container img {

        max-height: 30vh;

        }
    }

@media (max-width: 375px) {
    .text-container h1 {
        font-size: 13vw;
    }

    .image-container img {
        max-height: 25vh;
    }
}
