body{
  background-color: #E6EAE5;
  font-family: "Trirong", serif;
}
  .curved {
  position: relative;
  background: #fff;
  height: 10vh;
  border-bottom-left-radius: 50% 70%;
  border-bottom-right-radius: 50% 70%;
}
.curvedupside {
  position: relative;
  background: #fff;
  height: 13vh;
  border-top-left-radius: 50% 70%;
  border-top-right-radius: 50% 70%;
}
.curvedupside::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 20%;
}
.conwh{
  background-color: white;
  margin: 0;
}
.imglogo{
  margin-left: 10px;
    margin-top: 20px;
}
figure{
  background-color: #605954;
  border-radius: 100px;
  margin-left: auto;
}
.fa-2xl{
  font-size: 6.5em;
  color: black;
}
.faxl{
  font-size: 4em;
  color: #BC796C;
  padding-top: 25%;
  margin-left: 25%;
}
.sectGray{
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 15px;

}
.botonsect{
  border: none;
  background-color: white;

}
.imgsvg{
  width: 80%;
}
.textButt{
  text-align: center;
  font-weight: 500;
  font-size: small;
}
a{
  text-decoration: none;
  color: inherit;
  padding-top: 20px;
}
a:hover{
  text-decoration: none;
  color: inherit;
}
.lowerSecButton{
  display: flex;
  width: fit-content;
  margin: auto;
  align-items: center;
}
.fa4xl{
  font-size: 2em;
  color: #BC796C;
}
.divUltimaCita{
  position: relative;
  z-index: 9;
  margin-top: -100px!important;
}
.buttonOrange{
  color: white;
  background-color: #BC796C;
  border-radius: 50px;
  padding: 5px 10px;
  margin-top: -15px;
  width: 30%;
  border: none;
}
.buttonOrange:hover{
  color: white;
  background-color: #BC796C;
  border: none;
}
.buttonOrange:after{
  color: white;
  background-color: #BC796C;
  border: none;
}
.buttonOrange:focus{
  color: white;
  background-color: #BC796C;
  border: none;
}
.divTextosCita{
  background-color: white;
  padding: 25px 0px;
  width: 80%;
  border-radius: 20px;
  border:  1px solid #BC796C;
  margin: auto;
}
.divIconosCita{
  width: 80%;
  margin: auto;
  margin-bottom: -14px;
}
.containform{
  width: 85%;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: rgb(217 217 217 / 76%);
  top: 10%;
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
}
.contfgg{
  background-image: none;
    background-position: center;
    height: 100%;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 46%;
    margin-top: -15%;
    border-top-right-radius: 46%;
}
.linkpass{
  color:#BC796C;
  text-decoration: underline;
  font-weight: 500;
}
input[type="text"] {
  font-size: inherit;
}
.iconoFooterGris{
  color:#605954;
  font-size: 2.5em;
}
.iconoFooterNaranja{
  color:#BC796C;
  font-size:2.5em;
}
.iconoscontainer{
  margin-top: 40px;
  margin-bottom: 40px;
}
.altoBloque{
  height: 60%;
}
.altoTexto{
 height: 40%;
 padding-top: 20%;
}
.padd20{
  padding-top: 20px;
  padding-bottom: 20px;
}