@import url('https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@1,600&display=swap');

body {
  background: url("../../assets/img/fondo.jpg") top / contain no-repeat, #ffffff;
  font-family: 'Ysabeau', sans-serif;
  /* font-weight: 400;
  font-style: normal; */
}

.color {
  color: #A8AF8D;
}

.color2 {
  color: #B9AACB;
}

.contenedor_top {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  margin: 0;
}

.nombres_div {
  position: relative;
}

.nombres {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flor_b {
  height: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  /*margin-bottom: -74px;*/
  margin-top: -66px;
}

.rayitas {
  width: 180px !important;
  padding-bottom: 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.separa_flor {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 100px;
}

.contenedor_green {
  position: relative;
  /*top: -180px;*/
  transform: translateY(-171px);
}

