@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:hover {
  text-decoration: none;
}

.navbar-nav {
  text-align: right;
}

body {
  width: 100vw;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: "Open Sans", sans-serif;
  color: #3A3A3A;
}

p {
  margin-bottom: 0px;
}

h1, h2, h3 {
  font-family: "DM Serif Display", serif;
  color: #2D5C8B;
}

h4 {
  font-size: 25px;
}

h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

.text-post {
  column-count: 1;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 15px;
  text-align: justify;
}
@media (min-width: 992px) {
  .text-post {
    column-count: 2;
    column-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.color-text {
  color: #3A3A3A !important;
}
.color-text:hover {
  opacity: 0.8;
}

.color-blue {
  color: #08427E;
}

.color-title {
  color: #2D5C8B;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2D5C8B;
  margin-bottom: 20px;
}

.button-blue {
  background-color: #43AFDA;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 11px;
}

.fs-14 {
  font-size: 14px;
}
@media (min-width: 1064px) {
  .fs-14 {
    font-size: 16px;
  }
}

.btn-toggler:focus {
  outline: none;
}
.btn-toggler:hover {
  opacity: 0.8;
}

.modal {
  max-width: 100% !important;
}
.modal::-webkit-scrollbar {
  width: 0px;
}

.modal-content {
  border-radius: 56px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal-dialog {
  margin-top: 10px;
  margin-bottom: 50px;
}

.modal-header {
  background-color: #43AFDA;
  border-radius: 56px 56px 0px 0px;
  color: white;
  font-family: "DM Serif Display", serif;
  font-size: 25px;
  padding-left: 50px;
  padding-right: 50px;
}
.modal-header p {
  font-family: "Open Sans", sans-serif;
}

.close__modal {
  outline: none;
}
.close__modal:focus {
  outline: none;
}

@media (min-width: 992px) {
  .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.modal-footer {
  border-radius: 0px 0px 56px 56px;
}

.donate-now {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.donate-now li {
  width: 160px;
  height: 47px;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.donate-now label, .donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}

.donate-now input[type=radio]:checked + label {
  color: white;
  background: #014688;
}

.donate-now label {
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
  border-radius: 25px;
}

.donate-now label:hover {
  background: #fafafa;
}

.form-select {
  width: 60px;
  height: 47px;
  border-radius: 25px;
}
.form-select:focus {
  outline: none;
}
@media (min-width: 430px) {
  .form-select {
    width: 100px;
  }
}

.form-input {
  border-radius: 25px;
  height: 47px;
}

.form-textarea {
  border-radius: 25px;
  height: 106px !important;
}

.home__main {
  max-height: 410px;
}

.home__img-hero {
  background-image: url("../../assets/images/Untitled design (4) 1.svg");
  background-position: center;
  height: 346px;
}
@media (min-width: 768px) {
  .home__img-hero {
    background-image: url("../../assets/images/Group 179.svg");
  }
}

.hashtag {
  position: relative;
  top: -80px;
  right: 35px;
}
@media (min-width: 800px) {
  .hashtag {
    position: absolute;
    top: 260px;
    right: 70px;
  }
}

.hashtag__text {
  color: white;
  font-size: 28px;
  font-style: italic;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 800px) {
  .hashtag__text {
    font-size: 42px;
  }
}

.home__redes-sociais {
  position: relative;
  top: -15px;
  left: 100px;
}

.home__whats {
  position: relative;
  right: -30px;
}

.home__link {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 25px;
  color: #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
}

.home__input {
  border-radius: 20px 0 0 20px;
  border: none;
}

footer {
  padding-bottom: 100px;
}

.footer__info {
  margin-top: 100px;
}

.hashtag-type2 p {
  font-family: Open Sans;
  font-style: italic;
  font-size: 32px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -30px;
}
@media (min-width: 992px) {
  .hashtag-type2 p {
    top: 30px;
  }
}

.socials__large {
  position: relative;
  height: 100%;
  right: 30px;
  bottom: -160px;
}

.socials__small {
  position: relative;
  height: 100%;
  top: -130px;
  right: 25px;
}

.whats {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  top: -15px;
  right: 20px;
}
@media (min-width: 992px) {
  .whats {
    top: 430px;
    right: 40px;
  }
}

.procedimentos ul {
  list-style: none;
  max-width: 420px;
}
.procedimentos ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.procedimentos ul li:before {
  content: "•";
  color: #2D5C8B;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 30px;
}

.tele-card {
  max-width: 400px;
  height: 260px;
  background: #43AFDA;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
}

.owl-nav {
  width: 60px;
  position: relative;
  bottom: 100%;
  left: 84%;
  font-size: 50px;
  color: #43AFDA;
}

.owl-dots {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
