/*Foonts*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 52px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 32px;
}


/* carousel */
#contact {
  background-image: url(/assets/img/prefooter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 900px;
  width: 100%;
  margin: 0;
}

#myCarousel .carousel-inner>.carousel-item>.item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#myCarousel .carousel-item {
  height: 200px;
  width: 100%;
}

.carousel-item,
.carousel-item.active {
  transition-timing-function: cubic-bezier(0.45, 0.18, 0, 1);
}

@media (min-width: 768px) {
  .carousel h3 {
    letter-spacing: -3px;
    font-size: 56px;
  }
}

@media (max-width: 575px) {
  #myCarousel .container {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

svg.carousel-control-prev-icon,
svg.carousel-control-next-icon {
  fill: currentColor;
  background: none;
  width: 3.5rem;
  height: auto;
}

h2 {
  letter-spacing: -3px;
  font-size: 56px;
}

h3:not(.popover-header) {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -2px;
}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

/* bg */
.bg-white {
  background-color: #ffffff00;
}

ul.flex-column ul {
  flex-direction: column;
}

/* dropdown form */
.form-vertical {
  padding: 10px 10px 5px 10px;
  width: 250px;
}

#logo {
  filter: drop-shadow(20px 20px 20px 10px rgb(238, 35, 69));
}

@media (max-width: 575px) {
  #cerezo {
    width: 5rem !important;
  }

  #forma {
    width: 15rem !important;
  }

  .dWork {
    font-size: 16px !important;
    text-align: center;
  }

  #QSD1 {
    width: 10rem !important;
    margin-bottom: 5rem;
  }

  .row.invert {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  #cerezo {
    width: 5rem !important;
  }

  #forma {
    width: 10rem !important;
  }

}

#cerezo {
  width: 15rem;
}

#forma {
  width: 40rem;
}

.dWork {
  padding: 2rem;
  font-size: 28px;
}

#imgQSD {
  width: 70%;
}

.blob1,
.backBlob {
  position: absolute;
  z-index: -10;
  width: 40rem;
}

#QSD2 {
  z-index: -9;
  position: relative;
  width: 40rem;
}

/*tablet*/
@media only screen and (min-width: 758px) and (max-width: 920px) {
  #cerezo {
    width: 10rem !important;
  }

  #forma {
    width: 25rem !important;
  }

  .dWork {
    font-size: 20px;
    margin-left: 20px;
  }

  #QSD2,
  #blob1 {
    width: 30rem;
  }

  .frontImage .backBlob {
    width: 70%;
    transform: translate(-3rem, 0rem);
  }

  #blob4.backBlob {
    transform: translate(-2rem, -2rem);
    width: 50%;
  }

  .frontImage .backImg {
    width: 70%;
  }

  #myCarousel .carousel-item {
    height: 250px;
  }
}

/*Fin tablet*/
footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #B4E2E7;
  height: 200px;
  color: #000
}

.toStack {
  display: flex;
  justify-content: space-around;
}

.toStack.mails {
  display: flex;
  justify-content: center;
}

footer .toStack a {
  color: #000;
}

hr {
  border: #ffffff77 solid 1px;
}


@media only screen and (max-width: 758px) {
  footer {
    justify-content: center;
    align-content: center;
    height: 500px;
  }

  footer .toStack {
    display: flex;
    flex-flow: column;
    column-count: 1;
    align-items: center;
  }

  footer .toStack a {
    margin-bottom: 15px;
  }

  #myCarousel .carousel-item {
    height: 300px;
  }

}

/* 
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #fff;
    border-bottom: 3px solid #b8a3cc;
} */
.frontImage .backBlob {
  transform: translate(-30px, -35px);
  width: 56%;
}

.frontImage .backImg {
  width: 70%;
}

.frontImage .backImg2 {
  width: 45%;
}

.btn-doula-primary {
  background-color: #B4E2E7;
  color: #000;
  transition: all 0.3s ease-in;
}

.btn-doula-primary:hover {
  background-color: #00B1BD;
  color: #fff;
}

.btn-round {
  border-radius: 36px;
  padding: 12px 36px 12px;
}

/*label*/
.form {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  position: relative;
  height: 70px;
  overflow: hidden;
}

.form input,
.form textarea {
  width: 100%;
  height: 100%;
  color: #141414;
  padding-top: 20px;
  border: none;
  outline: none;
  background: transparent;
}

.form label {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.form label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #e56193;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}

.form input:focus+.label-name .content-name,
.form input:valid+.label-name .content-name,
.form textarea:focus+.label-name .content-name,
.form textarea:valid+.label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  color: #e56193;
}

.form input:focus+.label-name::after,
.form input:valid+.label-name::after,
.form textarea:focus+.label-name::after,
.form textarea:valid+.label-name::after {
  transform: translateX(0%);
}

#yay .modal-title {
  padding: 2rem;
  background-color: #2bbbad;
}

#yay .modal-title img {
  color: #ffffff;
  width: 128px;
}

#yay .modal-body button {
  border-radius: 32px;
  padding: 1rem 3rem;
  background-color: #2bbbad;
}

#ups .modal-title {
  padding: 2rem;
  background-color: #d9534f;
}

#ups .modal-title img {
  color: #ffffff;
  width: 128px;
}

#ups .modal-body button {
  border-radius: 32px;
  padding: 1rem 3rem;
  background-color: #d9534f;
}

.pink-shadow {
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  border-radius: 12px;

  margin-bottom: 1rem;
  box-shadow: 5px 5px 10px 0px rgba(152, 28, 56, 0.30);


  transition: all 0.3s ease-in;
}

.pink-shadow img {
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}

.pink-shadow p {
  font-size: 12px;
  text-align: left;
}

.pink-shadow:hover {
  transform: scale(1.05);
}

/*Foonts*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 52px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 32px;
}

p {
  font-family: "Poppins", sans-serif;
}

.strong-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.left {
  text-align: left;
  padding-right: 20px;
}

.right {
  text-align: right;
  padding-right: 20px;
}

/* carousel */
#contact {
  background-image: url(/assets/img/prefooter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 900px;
  width: 100%;
  margin: 0;
}

#myCarousel .carousel-inner>.carousel-item>.item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#myCarousel .carousel-item {
  height: 200px;
  width: 100%;
}

.carousel-item,
.carousel-item.active {
  transition-timing-function: cubic-bezier(0.45, 0.18, 0, 1);
}

@media (min-width: 768px) {
  .carousel h3 {
    letter-spacing: -3px;
    font-size: 56px;
  }
}

@media (max-width: 575px) {
  #myCarousel .container {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

svg.carousel-control-prev-icon,
svg.carousel-control-next-icon {
  fill: currentColor;
  background: none;
  width: 3.5rem;
  height: auto;
}

h2 {
  /* letter-spacing: -3px; */
  /* font-size: 56px; */
}

h3:not(.popover-header) {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -2px;
}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

/* bg */
.bg-white {
  background-color: #ffffff00;
}

ul.flex-column ul {
  flex-direction: column;
}

/* dropdown form */
.form-vertical {
  padding: 10px 10px 5px 10px;
  width: 250px;
}

#logo {
  filter: drop-shadow(20px 20px 20px 10px rgb(238, 35, 69));
}

@media (max-width: 520px) {
  .container-banner {
    display: flex;
    flex-direction: row !important;
    padding: 5 !important;
    justify-content: flex-end !important;
  }

  #cerezo {
    padding: 0;
    width: 5rem !important;
    display: none;
  }

  #forma {
    width: 15rem !important;
  }

  .dWork {
    font-size: 16px !important;
  }

  #QSD1 {
    width: 10rem !important;
    margin-bottom: 5rem;
  }

  .blob1,
  #QSD2 {
    width: 10rem !important;
  }

  .row.invert {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .container-banner {
    padding: 40px;
  }

  #cerezo {
    width: 8rem !important;
  }

  #forma {
    width: 10rem !important;
  }

  .frontImage .backBlob {
    width: 50%;
    transform: translate(0px, 0px) !important;
  }

  h2 {
    font-size: 2.1rem;
  }

  .strong-subtitle {
    font-size: 2.1rem;
  }

  .container-curses {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .formacion_online_container,
  .formacion_online_container_FENACO {
    width: 98% !important;
    margin-bottom: 4rem;
    height: 30rem !important;
    margin-top: 3rem;
  }

  .text-container-curse {
    margin-top: 60% !important;
    height: 14rem !important;
  }

  .container_img_curses {
    padding: 0 5% !important
  }
}

#cerezo {
  width: 15rem;
}

#forma {
  width: 20rem;
}

.dWork {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#imgQSD {
  width: 70%;
}

.blob1,
.backBlob {
  position: absolute;
  z-index: -10;
  width: 40rem;
}

#QSD2 {
  z-index: -9;
  position: relative;
  width: 40rem;
}

/*tablet*/
@media only screen and (min-width: 758px) and (max-width: 1000px) {
  #cerezo {
    width: 10rem !important;
  }

  #forma {
    width: 15rem !important;
  }

  .dWork {
    font-size: 20px;
    margin-left: 20px;
  }

  #QSD2,
  #blob1 {
    width: 30rem;
  }

  .frontImage .backBlob {
    width: 70%;
    transform: translate(-3rem, 0rem);
  }

  #blob4.backBlob {
    transform: translate(-2rem, -2rem);
    width: 50%;
  }

  .frontImage .backImg {
    width: 70%;
  }

  #myCarousel .carousel-item {
    height: 250px;
  }
}

/*Fin tablet*/
footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #B4E2E7;
  height: 200px;
}

.toStack {
  display: flex;
  justify-content: space-around;
}

.toStack.mails {
  display: flex;
  justify-content: center;
}

footer .toStack a {
  color: black;
}

hr {
  border: #ffffff77 solid 1px;
}

@media only screen and (max-width: 758px) {
  .container-SoyDoula {
    display: flex;
    flex-direction: column !important;
  }

  .d-dWork {
    padding: 0 !important;
    font-size: 0.9rem;
  }

  .right {
    text-align: center;
  }

  .left {
    text-align: center;
  }

  footer {
    justify-content: center;
    align-content: center;
    height: 500px;
  }

  footer .toStack {
    display: flex;
    flex-flow: column;
    column-count: 1;
    align-items: center;
  }

  footer .toStack a {
    margin-bottom: 15px;
  }

  #myCarousel .carousel-item {
    height: 300px;
  }
}

/* 
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #fff;
    border-bottom: 3px solid #b8a3cc;
} */
.frontImage .backBlob {
  transform: translate(-30px, -35px);
  width: 56%;
}

.frontImage .backImg {
  width: 70%;
}

.frontImage .backImg2 {
  width: 45%;
}

.btn-doula-primary {
  border-radius: 0.75rem;
  background-color: #B4E2E7;
  color: #000;
}

.btn-doula-primary:hover {
  background-color: #00B1BD;
  color: #fff;
}

.btn-round {
  border-radius: 36px;
  padding: 12px 36px 12px;
}

/*label*/
.form {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  position: relative;
  height: 70px;
  overflow: hidden;
}

.form input,
.form textarea {
  width: 100%;
  height: 100%;
  color: #141414;
  padding-top: 20px;
  border: none;
  outline: none;
  background: transparent;
}

.form label {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.form label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #00B1BD;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}

.form input:focus+.label-name .content-name,
.form input:valid+.label-name .content-name,
.form textarea:focus+.label-name .content-name,
.form textarea:valid+.label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  color: #00B1BD;
}

.form input:focus+.label-name::after,
.form input:valid+.label-name::after,
.form textarea:focus+.label-name::after,
.form textarea:valid+.label-name::after {
  transform: translateX(0%);
}

#yay .modal-title {
  padding: 2rem;
  background-color: #2bbbad;
}

#yay .modal-title img {
  color: #ffffff;
  width: 128px;
}

#yay .modal-body button {
  border-radius: 32px;
  padding: 1rem 3rem;
  background-color: #2bbbad;
}

#ups .modal-title {
  padding: 2rem;
  background-color: #d9534f;
}

#ups .modal-title img {
  color: #ffffff;
  width: 128px;
}

#ups .modal-body button {
  border-radius: 32px;
  padding: 1rem 3rem;
  background-color: #d9534f;
}

.container-banner {
  background-image: url("../img/panzaBanner.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  margin-bottom: 4%;
}

.container-img-soyDoula {
  /* background-image: url("../img/doula_halitus 1.svg");
  background-size: cover; */
  display: flex;
  margin-top: 20px;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.zIndex {
  z-index: 1000;
  position: absolute;
  right: 10px;
  top: 4%;
  /* height: 50%; */
}

.imgSoyDoula {
  width: 85%;
}

@media (max-width: 1350px) {
  .zIndex {
    height: 95%;
  }
}

.container-curses {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5%
}

.formacion_online_container {
  background-image: url("../img/contenidos1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 48%;
  padding: 0;
  height: 29em;
  display: flex;
  flex-direction: column;
}


.formacion_online_container_FENACO {
  background-image: url("../img/formacionfen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 48%;
  padding: 0;
  height: 29em;
  display: flex;
  flex-direction: column;
}

.text-container-curse {
  background-color: white;
  width: 100%;
  margin-top: 40%;
  padding: 5px;
  height: 12rem;
  display: flex;
  flex-direction: column;
}

.text-container-curse h4,
.text-container-curse p {
  padding-bottom: 0;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.container_img_curses {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2%
}


.card-container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 15rem;
  border-radius: 0.75rem;
  background-color: #B4E2E7;
  padding: 2% 2% !important;
}


.card-container .text-testimonios {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: italic;
  line-height: normal;
  margin-top: 3%
}

.name-textimonios {
  color: #000;
  /* text-align: left; */
  font-family: Roboto;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#carousel {
  width: 80%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4%
}

.owl-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
}

button {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

@media (max-width: 1200px) {
  #carousel {
    width: 95%
  }
}

@media (max-width: 1000px) {
  #carousel {
    width: 100%;
    display: flex;

  }
}