/*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: 300;
  font-size: 42px;
}

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

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

.nav-toggler {
  color: #000;
}

/* carousel */
#myCarousel,
#acreditacion {
  background-image: url(/assets/img/prefooter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

#acreditacion {
  height: 1200px;
}

#blob-container,
#blob1,
#blob4 {
  width: 30rem;
  position: absolute;
  z-index: -10;
  text-align: center;
  display: flex;
  text-align: -webkit-center;
  transform: translateX(30%);
}

.blob-container {
  width: 50%;
  position: absolute;
  z-index: -10;
  display: flex;
  text-align: left;
  text-align: -webkit-end;
}

#blob1 {
  width: 90%;
  transform: translateX(0px);
}

#blob,
#QSD2 {
  width: 80%;
  height: auto;
}

#objetivos ul,
#cert ul {
  list-style: none;
  padding: 0;
}

.overAll {
  position: relative;
  z-index: 100;
}

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

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

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

.pink-shadow {
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
  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 img.fenacoLogo {
  height: 100%
}

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

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

@media (max-width: 575px) {


  #cert {
    height: 300px;
  }

  #cert p {
    width: 100% !important;
    text-align: center;
  }

  #cert .blob-container {
    position: relative;
  }


}

/*tablet*/
@media only screen and (min-width: 758px) and (max-width: 920px) {
  .pink-shadow {
    width: 100%;
  }

  .pink-shadow p {
    font-size: 10px;
  }

  .pink-shadow img {
    width: 3rem;
    height: auto;
  }

  .pink-shadow img.fenacoLogo {
    width: 100%
  }

}

/*Fin tablet*/

/*mobile*/
@media only screen and (max-width: 758px) {


  .pink-shadow {
    width: 100%;
  }

  .pink-shadow p {
    font-size: 10px;
  }

  .pink-shadow img {
    width: 3rem;
    height: auto;
  }

  .pink-shadow img.fenacoLogo {
    width: 100%
  }

}


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: #000;
}

hr {
  border: #00000077 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;
  }

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

  .imgBlob {
    margin-top: 3rem;
  }

  .imgBlob #blob1 {
    width: 15rem !important;
  }
}

.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;
}

.imgBlob img {
  width: 23rem;
}

.imgBlob #blob1 {
  width: 20rem;
}

.posit {
  text-align: center;
}

.imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imageContainer img {
  width: 80%;
}

.textContainer {
  width: 80%;
  height: 85px;
  background-color: #fff;
  color: #000;
  padding: 16px;
  position: absolute;
  bottom: 90px;
  display: flex;
  align-items: center;
}