* {
  outline-color: #333333 !important;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", serif;
  color: #333333;
  font-size: 1.4rem;
  padding-top: 100px;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 0.6rem;
}

body::-webkit-scrollbar-track {
  background-color: #ffffff;
}

body::-webkit-scrollbar-thumb {
  background-color: #59a747;
  outline: none;
  border-radius: 0rem;
}

body ::-moz-selection {
  background-color: #59a747;
  color: #ffffff;
}

body ::selection {
  background-color: #59a747;
  color: #ffffff;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

img.px {
  image-rendering: pixelated;
}

img.aa {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

p,
a,
li,
span,
small,
label,
button,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.01);
  /*font-weight: 700;*/
}

a {
  color: #59a747;
}

/* Animations */

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Helpers */

.up {
  text-transform: uppercase;
}

.greyscale {
  filter: grayscale(100%);
}

[disabled]:hover {
  cursor: not-allowed;
}

/* Buttons */

button {
  all: unset;
}

.btn {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  /* portrait && landscape */

  body {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  /* tablets && small laptops */

  body {
    padding-top: 100px;
  }
}

#title {
  position: relative;
  z-index: 1;
}

#title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #59a747;
  background: -moz-linear-gradient(left, #59a747 0%, rgba(0, 150, 136, 0) 100%);
  background: -webkit-linear-gradient(left, #59a747 0%, rgba(0, 150, 136, 0) 100%);
  background: linear-gradient(to right, #59a747 0%, rgba(0, 150, 136, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#007d963d", GradientType=1);
  bottom: 0;
  left: 0;
}

#title .container {
  position: relative;
  z-index: 2;
}

#title .container h2 {
  color: #ffffff;
  text-align: left;
  font-size: 4.5rem;
  padding: 1.5rem 0;
  margin-top: 30px !important;
  text-transform: uppercase;
  font-weight: bold;
}

.section-subtitle {
  color: #333333;
  margin: -2rem 0 3rem 0;
  text-align: center;
  font-weight: 300;
}

#home .swiper .swiper-wrapper .swiper-slide .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .box-slide {
  position: relative;
  background: #fff;
  float: left;
  margin: 0 0 0 10%;
  padding: 40px 60px 44px 40px;
  width: 400px;
  color: #3949ab;
  border-radius: 5px;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .box-slide::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .box-slide:hover {
  text-decoration: none;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .box-slide h1 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  line-height: 150%;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .box-slide h4 {
  font-size: 1.3rem;
  font-weight: 300;
  color: #333333;
  margin: 0.5rem 0 0 0;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .box-slide img {
  position: absolute;
  right: 0;
  top: 45%;
  animation: floating infinite;
  animation-duration: 4s;
  animation-delay: 0ms;
  margin: -20px;
}

#especialidades {
  padding: 5rem 0;
  overflow-x: hidden;
}

#especialidades .swiper-especialidades {
  padding: 0 6rem;
  overflow: initial;
}

#especialidades .card-especialidades {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1rem;
  margin: 0 0 3rem 0;
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
}

#especialidades .card-especialidades .plus {
  display: none;
}

#especialidades .card-especialidades:hover {
  background-color: #e1f6ed;
  text-decoration: none;
  position: relative;
  z-index: 4;
}

#especialidades .card-especialidades:hover .plus {
  display: block;
  position: absolute;
  left: 50%;
  margin: 10px -20px;
}

#especialidades .card-especialidades .user-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  object-position: center center;
  border: 0;
}

#especialidades .card-especialidades .message {
  padding: 0;
  margin: 0;
}

#especialidades .card-especialidades .message h1 {
  font-size: 1.5rem;
  color: #3949ab;
  margin: 1.5rem 0;
}

#especialidades .card-especialidades .message p {
  text-align: left;
  margin: 0;
  font-weight: 300;
  color: #333333;
  padding-bottom: 20px;
}

#especialidades .interna h1 {
  margin-bottom: 3rem;
  color: #59a747;
  font-weight: 700;
  font-size: 2rem;
}

#especialidades .interna h3 {
  margin: -2rem 0 2rem;
  font-weight: 600;
  font-size: 1.5rem;
}

#especialidades .interna span {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  margin: 1rem 0;
  float: left;
}

#especialidades .interna span::before {
  content: "";
  position: absolute;
  background: url(/images/bullet.svg?a9f2d7b3305b2b931e97764dcee53bf5) no-repeat;
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
}

#banner00 {
  background: #0c9e4c;
}

#banner00 .destaque {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner00 .destaque::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9ccc65", endColorstr="#9ccc65", GradientType=1);
  left: 0;
  top: 0;
}

#banner00 h1 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
  padding: 2rem 0;
}

#banner00 h3 {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

#banner01 {
  background: #9ccc65;
}

#banner01 .destaque {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner01 .destaque::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #9ccc65 0%, rgba(156, 204, 101, 0) 50%, #9ccc65 100%);
  background: -webkit-linear-gradient(left, #9ccc65 0%, rgba(156, 204, 101, 0) 50%, #9ccc65 100%);
  background: linear-gradient(to right, #9ccc65 0%, rgba(156, 204, 101, 0) 50%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9ccc65", endColorstr="#9ccc65", GradientType=1);
  left: 0;
  top: 0;
}

#banner01 h1 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
  padding: 2rem 0;
}

#banner01 h3 {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

#banner02 {
  background: #ffc107;
}

#banner02 .destaque {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner02 .destaque::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #ffc107 0%, rgba(255, 193, 7, 0) 50%, #ffc107 100%);
  background: -webkit-linear-gradient(left, #ffc107 0%, rgba(255, 193, 7, 0) 50%, #ffc107 100%);
  background: linear-gradient(to right, #ffc107 0%, rgba(255, 193, 7, 0) 50%, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc107", endColorstr="#ffc107", GradientType=1);
  left: 0;
  top: 0;
}

#banner02 h1 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
  padding: 2rem 0;
}

#banner02 h3 {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

#banner03 {
  background: #cddc39;
}

#banner03 .destaque {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner03 .destaque::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #cddc39 0%, rgba(205, 220, 57, 0) 50%, #cddc39 100%);
  background: -webkit-linear-gradient(left, #cddc39 0%, rgba(205, 220, 57, 0) 50%, #cddc39 100%);
  background: linear-gradient(to right, #cddc39 0%, rgba(205, 220, 57, 0) 50%, #cddc39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cddc39", endColorstr="#cddc39", GradientType=1);
  left: 0;
  top: 0;
}

#banner03 h1 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
  padding: 2rem 0;
}

#banner03 h3 {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

#about {
  padding: 7rem 0;
  background: #e1f6ed;
}

#about img {
  border-radius: 5px;
}

#about h1 {
  color: #333333;
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
  padding: 0 0 2rem 0;
}

#about h3 {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #3949ab;
  font-weight: 600;
}

#about p {
  margin: 0;
  font-weight: 300;
  color: #333333;
  margin-bottom: 2rem;
}

#convenios {
  padding: 5rem 0;
  background: #e1f6ed;
}

#convenios img {
  border-radius: 5px;
}

#convenios p {
  margin: 0;
  font-weight: 300;
  color: #333333;
  margin-bottom: 2rem;
}

#faq {
  padding: 0 0 10rem;
}

#faq .accordion .card {
  border: 0.2rem solid #c4c4c4;
  border-radius: 0.8rem;
  margin: 0 0 1.5rem;
}

#faq .accordion .card .card-header {
  border: none;
  padding: 0;
}

#faq .accordion .card .card-header button {
  background: #59a747 url("/img/icons/minus.svg") no-repeat 98.5% center/18px 20px;
  color: #ffffff;
  border-radius: 0.6rem 0.6rem 0 0;
  font-size: 2rem;
  width: 100%;
  padding: 1rem 0;
}

#faq .accordion .card .card-header button span {
  display: block;
  margin: 0 4rem 0 1.5rem;
}

#faq .accordion .card .card-header button:focus {
  box-shadow: none;
  outline: none;
}

#faq .accordion .card .card-header button.collapsed {
  background: #ffffff url("/img/icons/plus.svg") no-repeat 98.5% center/18px 18px;
  color: #59a747;
}

#faq .accordion .card .card-body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 155%;
}

#faq .support-text {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  margin: 0;
}

#blog {
  padding: 5rem 0;
  max-height: 614px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #blog {
    max-height: 1250px;
  }
}

#blog .date {
  color: #c4c4c4;
  font-size: 1.4rem;
  font-weight: 300;
}

#blog .post-title {
  color: #59a747;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 3rem;
}

#blog .post-title.\--alt {
  font-size: 2.2rem;
  font-weight: 300;
  margin: 2.8rem 0 2.5rem;
}

#blog picture {
  background-color: #c4c4c4;
}

#blog picture .post-banner {
  display: block;
  width: 100%;
  height: 443px;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
  margin: 0 0 3rem;
}

#blog .post-content {
  margin: 0 0 3rem;
}

#blog .post-content p {
  color: #333333;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  margin: 0 0 2rem;
}

article {
  padding: 5rem 0;
}

article h1,
article h3 {
  color: #59a747;
}

article p {
  margin: 0;
  font-weight: 300;
  color: #333333;
  margin-bottom: 2rem;
}

#diretoria {
  padding: 5rem 0;
}

#diretoria h3 {
  color: #59a747;
  margin: 3rem 0 4rem;
  font-size: 2rem;
}

#diretoria h4 {
  color: #59a747;
  text-align: center;
}

#diretoria p {
  margin: 0;
  font-weight: 300;
  color: #333333;
  margin-bottom: 2rem;
  text-align: center;
}

#diretoria img {
  border-radius: 50%;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin-bottom: 1rem;
  box-shadow: -5px -10px 0 #a5dad4;
  background: #f4f4f4;
}

#medicos {
  padding: 5rem 0;
}

#medicos .card-medico {
  background: #f9fffd;
  border: 1px solid #b8e2d0;
  border-radius: 10px;
  box-shadow: 0 2px #b8e2d0;
  margin-bottom: 2rem;
  overflow: hidden;
}

#medicos .card-medico .content-medicos {
  padding: 1rem;
  border-bottom: 1px solid #b8e2d0;
}

#medicos .card-medico .content-medicos h3 {
  font-weight: 500;
  color: #59a747;
  font-size: 1.5rem;
}

#medicos .card-medico .content-medicos p {
  margin: 0;
  font-weight: 300;
  font-size: 1.2rem;
}

#medicos .card-medico .footer-medicos {
  padding: 1rem;
  background: #e1f6ed;
  text-align: center;
  font-size: 1.2rem;
  color: #59a747;
  font-weight: 300;
}

#medicos .card-medico .footer-medicos a {
  font-weight: 300;
  color: #59a747;
}

#medicos .card-medico .footer-medicos .agenda {
  position: relative;
  padding-left: 25px;
}

#medicos .card-medico .footer-medicos .agenda::before {
  content: "";
  position: absolute;
  background: url(/images/clock.svg?10762750443715e20936b555e316bf3c) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 95%;
  left: 0;
}

#medicos .card-medico-busca {
  background: #f9fffd;
  border: 1px solid #b8e2d0;
  border-radius: 10px;
  box-shadow: 0 2px #b8e2d0;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  color: #59a747;
  font-weight: 600;
}

#medicos .card-medico-busca .btn-primary {
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  color: #ffffff;
  border: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
}

#medicos .card-medico-busca .btn-primary:hover {
  opacity: 0.8;
}

#contact {
  padding: 5rem 0;
}

#contact h3 {
  color: #59a747;
  margin: 3rem 0 4rem;
  font-size: 2rem;
}

#contact h4 {
  color: #59a747;
  text-align: center;
}

#contact p {
  margin: 0;
  font-weight: 300;
  color: #333333;
  margin-bottom: 2rem;
  text-align: center;
}

#contact img {
  border-radius: 50%;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin-bottom: 1rem;
  box-shadow: -5px -10px 0 #a5dad4;
  background: #f4f4f4;
}

@media (max-width: 767px) {
  /* portrait && landscape */

  #title .container h2 {
    font-size: 2.5rem;
  }

  #home .swiper .swiper-wrapper .swiper-slide .bg {
    max-height: calc(100vh - 6.5rem);
  }

  #home .swiper .swiper-wrapper .swiper-slide .bg .box-slide {
    width: auto;
    padding: 20px 40px 24px 20px;
    margin: 0;
    top: 80%;
  }

  #home .swiper .swiper-wrapper .swiper-slide .bg .content .banner-title {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 700;
    margin: 0 0 1rem;
  }

  #home .swiper .swiper-wrapper .swiper-slide .bg .content .banner-subtitle {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
  }

  #especialidades .swiper-especialidades {
    overflow: hidden;
  }

  #faq .accordion .card .card-header button {
    background: url("/img/icons/minus.svg") no-repeat 96% center;
  }

  #faq .accordion .card .card-header button.collapsed {
    background: #f4f4f4 url("/img/icons/plus.svg") no-repeat 96% center;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  /* tablets && small laptops */
}

[data-scroll] {
  will-change: transform, scale, opacity;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-scroll="out"] {
  opacity: 0;
}

.swiper-settings {
  width: 100%;
  object-fit: cover;
  background-color: #c4c4c4;
}

.swiper-settings .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}

.swiper-settings .swiper-button-next,
.swiper-settings .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-size: cover;
}

.swiper-settings .swiper-button-prev {
  background-image: url(/images/slide-prev.svg?7a0a32ce0db57b81d14a5a8c9fccc64e);
}

.swiper-settings .swiper-button-next {
  background-image: url(/images/slide-next.svg?c9fb21a3e65353fd8258bb0ed1140eaa);
}

.swiper-settings .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  opacity: 0.9;
  width: 20px;
  height: 20px;
  bottom: 20px;
  background: transparent;
  position: relative;
}

.swiper-settings .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
}

.swiper-settings .swiper-pagination .swiper-pagination-bullet-active {
  background: #b12c1a;
  background: -moz-linear-gradient(top, #b12c1a 0%, #b12c1a 100%);
  background: -webkit-linear-gradient(top, #b12c1a 0%, #b12c1a 100%);
  background: linear-gradient(to bottom, #b12c1a 0%, #b12c1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#B12C1A", endColorstr="#B12C1A", GradientType=0);
}

.swiper-settings .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0rem;
  height: 2px;
}

.swiper-settings .swiper-scrollbar .swiper-scrollbar-drag {
  background: #59a747;
  border-radius: 0rem;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.modal .modal-dialog {
  margin: 0 auto;
}

.modal .modal-dialog .modal-content {
  box-shadow: none;
  border: 0.2rem solid #59a747;
  border-radius: 1rem;
  padding: 0 20px;
}

.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  border-bottom: 0.2rem solid #c4c4c4;
  padding: 2rem 0;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.5rem;
  color: #59a747;
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-header .modal-title span {
  color: #333333;
  float: right;
  font-weight: 500;
}

.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #59a747;
  width: 38px;
  height: 38px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  border-radius: 50%;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-header .close span {
  color: #ffffff;
  font-size: 2.2rem;
}

.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 1rem 0;
}

.modal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-body ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.modal .modal-dialog .modal-content .modal-body ul li p {
  color: #333333;
  width: 100%;
  margin: 1rem 0;
  font-weight: 500;
}

.modal .modal-dialog .modal-content .modal-body ul li p span {
  color: #59a747;
  float: right;
}

.modal .modal-dialog .modal-content .modal-footer {
  border-top: 0.2rem solid #c4c4c4;
}

.modal .btn-primary {
  background: #59a747;
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#59a747), to(#9ccc65));
  background: -o-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  color: #ffffff;
  border: 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .modal {
    /* portrait && landscape */
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal {
    /* tablets && small laptops */
  }
}

.form-group {
  width: 100%;
}

.form-group label {
  color: #333333;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.form-group textarea {
  resize: none;
  height: 16rem !important;
}

.form-group small {
  color: #c4c4c4 !important;
}

.form-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #333333;
  border-radius: 0.8rem;
  border: 0.2rem solid #c4c4c4;
  font-size: 1.4rem;
  height: 5rem;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

.form-group .form-control:focus {
  box-shadow: none;
  border: 0.2rem solid #59a747;
  color: #333333;
}

.form-group .form-control.placeholder {
  color: #c4c4c4;
}

.form-group .form-control:-moz-placeholder {
  color: #c4c4c4;
}

.form-group .form-control::-moz-placeholder {
  color: #c4c4c4;
}

.form-group .form-control:-ms-input-placeholder {
  color: #c4c4c4;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}

.form-group .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #59a747;
  border: 0.2rem solid #59a747;
  color: #ffffff;
}

.form-group .custom-control-label {
  left: 0.5rem;
}

.form-group .custom-control-label::before {
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.2rem solid #c4c4c4;
}

.form-group .custom-control-label::after {
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
}

.pagination-wrapper {
  display: block;
  margin: 3rem auto;
}

.pagination-wrapper .pagination {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.pagination-wrapper .pagination li.disabled {
  display: none;
}

.pagination-wrapper .pagination li.active span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  border-radius: 0.6rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
}

.pagination-wrapper .pagination li span {
  margin: 0 0.5rem;
  color: #59a747;
  font-weight: bold;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms;
}

.pagination-wrapper .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 0.6rem;
  min-width: 40px;
  height: 40px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

.pagination-wrapper .pagination li a[rel="prev"],
.pagination-wrapper .pagination li a[rel="next"] {
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 100%;
}

.pagination-wrapper .pagination li a:hover {
  opacity: 0.8;
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  color: #ffffff;
}

.section-title {
  color: #3949ab;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
}

@media (max-width: 767px) {
  .section-title {
    /* portrait && landscape */
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .section-title {
    /* tablets && small laptops */
  }
}

header .navbar {
  padding: 0;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 150px;
}

header .navbar .container {
  position: relative;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .navbar::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

header .navbar .menu-topo {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 10px;
}

header .navbar .menu-topo a {
  color: #333333;
  font-weight: 300;
  margin-left: 15px;
}

header .navbar .menu-topo span {
  color: #59a747;
  margin-left: 10px;
}

header .navbar .menu-topo img {
  width: 25px;
  height: 25px;
}

header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

header .navbar .navbar-brand img {
  width: auto;
  height: 120px;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .navbar .navbar-brand img.aa {
  padding-left: 10px;
  max-height: 100px;
}

header .navbar.sticky .navbar-brand img {
  max-width: auto;
  height: 80px;
}

header .navbar .accessibility {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem 0 auto;
}

header .navbar .accessibility .contrast-element #grey {
  padding: 0.5rem;
}

header .navbar .accessibility .contrast-element #grey img {
  margin: 0 1.5rem 0 0;
}

header .navbar .accessibility .font-size-element {
  display: flex;
}

header .navbar .accessibility .font-size-element .icon img {
  margin: 5px 15px 0;
}

header .navbar .accessibility .font-size-element button .icon-event {
  padding: 5px;
}

header .navbar .top-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

header .navbar .top-options .form-inline .form-group {
  position: relative;
}

header .navbar .top-options .form-inline .form-group .form-control {
  min-width: 300px;
  max-width: 300px;
  width: 100%;
  margin: 0;
}

header .navbar .navbar-toggler {
  outline: none;
  border: none;
  height: 40px;
  padding: 0.25rem 0;
}

header .navbar .navbar-toggler .menu-bar {
  display: block;
  height: 2px;
  width: 20px;
  margin: 7.5px 0;
  margin-left: auto;
  background: #59a747;
  cursor: pointer;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

header .navbar .navbar-toggler .menu-bar.bar-1 {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

header .navbar .navbar-toggler .menu-bar.bar-2 {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

header .navbar .navbar-toggler .menu-bar.bar-3 {
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 33px;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600;
}

header .navbar .navbar-toggler.active {
  height: 40px;
}

header .navbar .navbar-toggler.active .menu-bar.bar-1 {
  top: 1rem;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar .navbar-toggler.active .menu-bar.bar-2 {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .navbar .navbar-toggler.active .menu-bar.bar-3 {
  top: 0;
  right: -10rem;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

header .navbar #menu {
  flex-grow: 0;
  width: fit-content;
  align-self: flex-end;
}

header .navbar #menu .navbar-nav {
  justify-content: flex-end;
  background: #0c9e4c;
  border-radius: 5px;
}

header .navbar #menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: lighter;
  padding: 0 0 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
}

header .navbar #menu .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

header .navbar #menu .navbar-nav .nav-item.active .nav-link {
  font-weight: bold !important;
  letter-spacing: 0.03rem;
}

header .navbar #menu .navbar-nav .dropdown .dropdown-toggle::after {
  margin-left: 0.3rem;
  vertical-align: 0.255rem;
  border-top: 0.5rem solid;
  border-right: 0.5rem solid transparent;
  border-bottom: 0;
  border-left: 0.5rem solid transparent;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
  color: #ffffff;
}

header .navbar #menu .navbar-nav .dropdown .dropdown-toggle[aria-expanded="true"]::after {
  border-top: 0;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid;
  border-left: 0.5rem solid transparent;
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu {
  background: #0c9e4c;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e69ccc65", endColorstr="#e67d963d", GradientType=0);
  font-size: 1.4rem;
  border: none;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 0;
  position: absolute;
  top: 98%;
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 1rem 1.5rem;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-item:last-of-type {
  border-radius: 0 0 0.6rem 0.6rem;
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 0.2rem solid rgba(255, 255, 255, 0.2);
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-divider:first-of-type {
  border-top: 0.2rem solid rgba(255, 255, 255, 0.2);
}

header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-divider:last-of-type {
  border-top: 0.2rem solid rgba(255, 255, 255, 0.2);
}

header .navbar.sticky {
  height: 85px;
}

header .navbar.sticky .row {
  width: 100%;
}

header .navbar.sticky .row .col-7 {
  padding-right: 0;
}

header .navbar.sticky .row .menu-topo {
  display: none;
  opacity: 0;
}

header .navbar.sticky .row .navbar-brand img {
  height: 65px;
}

header .navbar.sticky .nav-absolute {
  display: none;
}

header .navbar .nav-absolute {
  position: absolute;
  right: 0;
  top: 30%;
}

@media (max-width: 1200px) {
  header .navbar .nav-absolute {
    top: 15%;
  }
}

@media (max-width: 767px) {
  header {
    /* portrait && landscape */
  }

  header .navbar {
    padding: 0 2rem;
    height: 130px;
  }

  header .navbar.sticky .navbar-brand img {
    height: 75px;
  }

  header .navbar .navbar-brand {
    padding: 0;
  }

  header .navbar .navbar-brand img {
    width: auto;
    height: 85px;
  }

  header .navbar .top-options {
    flex: 1;
    align-items: flex-start;
    justify-content: flex-start;
  }

  header .navbar .top-options .form-inline {
    width: 100%;
    margin: 0 1.5rem 0 0;
  }

  header .navbar .top-options .form-inline .form-group {
    margin: 0;
  }

  header .navbar .top-options .form-inline .form-group .form-control {
    min-width: 0;
    max-width: 100%;
    margin: 0 0 0 auto;
  }

  header .navbar .navbar-toggler {
    padding: 0;
    float: right;
  }

  header .navbar #menu .navbar-nav .nav-item .nav-link {
    padding: 15px;
    text-align: right;
    height: auto;
    line-height: initial;
    font-size: 1.6rem;
  }

  header .navbar #menu .navbar-nav .dropdown .dropdown-toggle::after {
    margin-left: 0.3rem;
    vertical-align: 0.255rem;
    border-top: 0.5rem solid;
    border-right: 0.5rem solid transparent;
    border-bottom: 0;
    border-left: 0.5rem solid transparent;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
  }

  header .navbar #menu .navbar-nav .dropdown .dropdown-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid;
    border-left: 0.5rem solid transparent;
  }

  header .navbar #menu .navbar-nav .dropdown .dropdown-menu {
    background-color: #0c9e4c;
    font-size: 1.4rem;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  header .navbar #menu .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (min-width: 1200px) {
  header .navbar #menu .navbar-nav {
    border-radius: 30px 5px 0px 0px;
    padding: 0;
  }

  header .navbar #menu .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }

  header .navbar #menu .navbar-nav .nav-item:last-child {
    padding-right: 10px;
  }

  header .navbar #menu .navbar-nav .nav-item:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }

  header .navbar .navbar-brand img.aa {
    padding-left: 15px;
  }
}

footer {
  background-color: #333333;
}

footer .layer-1 {
  padding: 6rem 0 4rem;
}

footer .layer-1 strong {
  display: block;
  color: #9ccc65;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 500;
}

footer .layer-1 a {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
}

footer .layer-1 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer .layer-1 p {
  color: #ffffff;
  margin: 1rem 0;
  font-weight: 300;
}

footer .layer-1 .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .layer-1 .social a {
  display: block;
  margin: 0 0 1rem;
}

footer .layer-1 .social a span {
  font-size: 1.6rem;
}

footer .layer-1 .info .item p {
  color: #ffffff;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}

footer .layer-1 .info .item p span img {
  position: relative;
  top: 0.2rem;
  margin: 0 1rem 0 0;
}

footer .layer-1 .info .item p strong {
  border-bottom: none;
  font-size: 1.6rem;
  line-height: 140%;
  margin: 0;
}

footer .layer-1 .menu-rodape {
  align-items: center;
}

footer .layer-1 .menu-rodape a {
  font-weight: 300;
}

footer .layer-1 .menu-rodape span {
  color: #9ccc65;
}

footer .layer-1 .menu-rodape hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #fff;
}

footer .layer-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

footer .layer-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

footer .layer-2 .wrapper small {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 300;
}

footer .layer-2 .wrapper a {
  color: #ffffff;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  footer {
    /* portrait && landscape */
  }

  footer .layer-1 {
    text-align: center;
  }

  footer .layer-1 img.w-100 {
    width: 50% !important;
    margin-bottom: 2rem;
  }

  footer .layer-1 .menu-rodape {
    justify-content: center !important;
  }

  footer .layer-1 .menu-rodape span {
    width: 100%;
    padding: 10px;
    font-size: 2rem;
  }

  footer .layer-1 .menu-rodape a {
    margin: 0 5px;
  }

  footer .layer-2 .wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .layer-2 .wrapper small {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  footer {
    /* tablets && small laptops */
  }

  footer .layer-1 .info .item p {
    flex-wrap: wrap;
  }
}

.btn-theme {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  border: none;
  background: #59a747;
  background: -moz-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: -webkit-linear-gradient(top, #59a747 0%, #9ccc65 100%);
  background: linear-gradient(to bottom, #59a747 0%, #9ccc65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59a747", endColorstr="#9ccc65", GradientType=0);
  color: #ffffff;
  text-decoration: none !important;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 6rem;
  height: 48px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  border-radius: 40px;
}

.btn-theme:hover {
  box-shadow: inset 14rem 4.8rem 0.3rem rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-theme-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  border: 2px solid #59a747;
  background-color: #ffffff;
  color: #59a747;
  text-decoration: none !important;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  width: 140px;
  height: 48px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

.btn-theme-outline:hover {
  box-shadow: inset 14rem 4.8rem 0.3rem rgba(54, 130, 244, 0.05);
  color: #59a747;
}

.navbar-toggler {
  outline: none;
  border: none;
  height: 40px;
  padding: 0.25rem 0;
}

.navbar-toggler .menu-bar {
  display: block;
  height: 2px;
  width: 20px;
  margin: 7.5px 0;
  margin-left: auto;
  background: #59a747;
  cursor: pointer;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

.navbar-toggler .menu-bar.bar-1 {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

.navbar-toggler .menu-bar.bar-2 {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

.navbar-toggler .menu-bar.bar-3 {
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 33px;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600;
}

.navbar-toggler.active {
  height: 40px;
}

.navbar-toggler.active .menu-bar.bar-1 {
  top: 1rem;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.active .menu-bar.bar-2 {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler.active .menu-bar.bar-3 {
  top: 0;
  right: -10rem;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.card-blog-post {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.5rem;
  margin: 1.5rem 0 3rem;
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
}

.card-blog-post .plus {
  display: none;
}

.card-blog-post:hover {
  background-color: #e1f6ed;
  text-decoration: none;
  position: relative;
  z-index: 4;
}

.card-blog-post:hover .plus {
  display: block;
  position: absolute;
  left: 50%;
  margin: 10px -20px;
}

.card-blog-post .image {
  margin: 0;
  display: inline-block;
  position: relative;
}

.card-blog-post .image img {
  border-radius: 0.8rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.card-blog-post .image span {
  position: absolute;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  font-weight: 400;
}

.card-blog-post .image span.saude {
  background: #59a747;
}

.card-blog-post .image span.institucional {
  background: #3949ab;
}

.card-blog-post .description {
  padding: 1rem 0;
}

.card-blog-post .description .date {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1rem 0;
}

.card-blog-post .description .card-post-title {
  color: #3949ab;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1rem 0;
}

.card-blog-post .description .short-description {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  .card-blog-post {
    /* portrait && landscape */
    flex-direction: column;
    padding: 1rem;
    margin: 1.5rem 0 2rem;
  }

  .card-blog-post .image {
    width: 100%;
    margin: 0 0 1rem;
  }

  .card-blog-post .image img {
    min-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .card-blog-post {
    /* tablets && small laptops */
  }
}

.card-related-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1rem;
  margin: 1.5rem 0 2rem;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}

.card-related-post:hover {
  background-color: #f4f4f4;
}

.card-related-post .image {
  background-color: #c4c4c4;
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0 0 1rem;
}

.card-related-post .image img {
  min-width: 100%;
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
}

.card-related-post .description .date {
  color: #c4c4c4;
  font-size: 1.2rem;
  font-weight: 300;
}

.card-related-post .description .card-post-title {
  color: #59a747;
  font-size: 1.8rem;
  font-weight: 700;
  max-height: 42px;
  overflow: hidden;
  margin: 0 0 1rem;
}

.card-related-post .description .short-description {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 300;
  height: 60px;
  overflow: hidden;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  .card-related-post {
    /* portrait && landscape */
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .card-related-post {
    /* tablets && small laptops */
  }
}

.card-testimonial {
  position: relative;
  background-color: #ffffff;
  border: 0.2rem solid #c4c4c4;
  border-radius: 0.8rem;
  padding: 1rem 0 0;
  margin: 5rem 0 3rem;
}

.card-testimonial .user-image img {
  display: block;
  position: relative;
  top: -6rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  border: 0.2rem solid #c4c4c4;
  animation: floating infinite;
  animation-duration: 4s;
  animation-delay: 0ms;
  margin: 0 auto -4rem;
}

.card-testimonial .message {
  padding: 0 1rem;
  margin: 2rem 0 7rem;
}

.card-testimonial .message p {
  text-align: center;
  margin: 0;
}

.card-testimonial .name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #59a747;
  border-radius: 0 0 0.7rem 0.7rem;
  padding: 0 1rem;
  margin: 0;
}

.card-testimonial .name p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .card-testimonial {
    /* portrait && landscape */
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .card-testimonial {
    /* tablets && small laptops */
  }
}
