.site-content {
  background-color:#f4f0f0 !important;
  font-family:'Gotham' !important;
}

.single-post .site-content .ast-container {
  max-width: 100vw !important;
  padding: 0 !important;
}

.box-master {
  padding: 0;
  margin: 0;

  width: 100vw;
}

.header-separator {
  width: 100vw;
  min-height: 70px;
}

.single-custom-header {
  width: 100%;
  background-color: #f4f0f0;
  height: 58vw;
  position: relative;
}

.single-custom-header .flower-lines {
  width: 100%;
  height: 50vw;
  position: absolute;
  display: flex;
}

.single-custom-header .flower-lines-left {
  background-image: url("../assets/Flower-left.png");
  background-repeat: no-repeat;
  background-position: left 70%;
  background-size: 60%;
  position: relative;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.single-custom-header .flower-lines-right {
  background-image: url("../assets/Flower-right.png");
  background-position: right 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 25%;
  width: 50%;
  height: 120%;
  z-index: -1;
}

.single-custom-header .btn-home {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ce1141 !important;
  top: 2vw;
  left: 3vw;
  padding: 0.5vw 2vw;
  border-radius: 0.5vw;
  z-index: 20;
  background-color: #f4f0f0;
  font-family: "Gotham", sans-serif;
  font-size: 1vw;
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
}

.single-custom-header .btn-home:hover {
  transform: scale(1.1);
}

.single-custom-header .btn-home a {
  color: #ce1141 !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .single-custom-header .btn-home {
    font-size: 2vw;
  }
}

.single-custom-header-container {
  width: 100vw;
  height: 37vw;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.single-custom-header-container .header-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end !important;
  align-items: center !important;
}

.single-custom-header .title1 {
  color: #f4f0f0;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 6vw;
  padding-bottom: 0.5vw;
}

.single-custom-header-container .flower-container {
  width: 100%;
  height: 15vw;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: top;
  overflow: hidden;
}
.single-custom-header-container .flower {
  margin-top: 2vw;
  display: grid;
  padding: 0;
  grid-template-columns: 50% 50%;
  width: 40vw;
  height: 15vw;
}

.single-custom-header .title-container {
  width: 100%;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 10vw;
  padding-right: 10vw;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  flex-direction: column;
  text-transform: uppercase;
}

.single-custom-header .title2 {
  margin: 0;
  padding: 0;
  color: #ce1141;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 6vw;
  width: 90%;
  line-height: 6.1vw;
}

.single-custom-header .title3 {
  margin: 0;
  padding: 0;
  color: #ce1141;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 6vw;
  width: 100%;
}



.adornos
{
    width: 100%;
    padding-left:10vw ;
    padding-right:10vw ;
    min-height: 5vw;
    display: flex;
    justify-content: end;
    align-items: end;
    


}

.adornos img
{
    width: 4vw;
    margin-left:1vw ;

}


.flower-lines-up {


  position: absolute;
  padding: 0;
  background-image: url("../assets/Flower-mid.png");
  background-repeat: no-repeat;
  background-position: left 80%;
  background-size: 50%;
  width: 15vw;
  height: 100%;

  z-index: 100;
	pointer-events: none;
}


@media (min-width: 768px) and (max-width: 1024px) {
    
    .adornos
    {

        justify-content: end;
        align-items: end;

    }
  .header-separator {
    min-height: 105px;
  }

  .single-custom-header {
    height: 80vw;
  }
  .single-custom-header-container {
    height: 60vw;
  }
}

@media (max-width: 768px) {


    .adornos
    {

        justify-content: center;
        align-items: center;

    }

  .header-separator {
    min-height: 110px;
  }

  .single-custom-header {
    height: 80vw;
  }
  .single-custom-header-container {
    height: 60vw;
  }

  .single-custom-header .title-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
