/**
Theme Name: HemoKids
Author: Gislei Silva
Author URI: https://www.linkedin.com/in/gisleisilvacruz/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hemokids
Template: astra
*/



.swiper.doctor {
  width: 100%;
  height: 100%;
}

.doctor-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  width: 100%;
  position: relative;
  min-width: 280px;
}

body.home .doctor-item {
  min-width: 258px;
  padding: 0px;
}

.doctor-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-item {
  padding: 7px;
}

.doctor-item>div {
  border: 1px solid #ccc;
  width: 100%
}

.doctor-item .doctor-body {
  padding: 10px
}

.doctor-item .doctor-body h4 {
  font-family: "Poppins", Sans-serif;
  font-size: clamp(12px, 2vw, 16px);
  margin: 0;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.doctor-item .doctor-body p {
  margin: 0px 0;
  font-size: 14px;
  color: var(--e-global-color-secondary);
  font-family: "Poppins", Sans-serif;
}

.doctor-item>div>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.doctor-item .doctor-image {
  overflow: hidden;
  width: 100%;
}

.doctor-item .doctor-image img {
  transition: all.5s ease-in-out;
  width: 100%;
  min-height: 300px;
  object-position: top;
}

.doctor-item:hover .doctor-image img {
  transform: scale(1.2);
}

.doctor-item .doctor-body {
  position: relative;
  width: 100%
}

.doctor-body .doctor-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-in-out;
}

.doctor-body .doctor-social a {
  z-index: 999;
  display: inline-flex
}

.doctor-body .doctor-social a:hover svg {
  fill: #0d3276;
}

.doctor-body .doctor-social svg {
  width: 25px !important;
  fill: #0f5fa6
}

.doctor-item:hover .doctor-body .doctor-social {
  opacity: 99;
  pointer-events: unset
}

#swiper-docter .swiper-pagination {
  bottom: -40px !important;
}

#especialidades {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-bottom: 10px
}

.doctors-list {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center
}

.doctors-list .doctor-item {
  width: calc((100% / 4) - 10px)
}

@media(max-width:550px) {
  .doctors-list .doctor-item {
    min-width: unset;
    width: calc((100% / 2) - 0px)
  }

  .doctors-list .doctor-item img {
    min-height: 230px
  }
}

/* .last-posts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Poppins", Sans-serif
}

.last-posts figure {
  height: 250px;
  overflow: hidden;
  border-radius: 8px
}

.last-posts img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all .5s ease-in-out
}

.last-posts article {
  max-width: 350px;
  width: 100%;
  position: relative
}

.last-posts article header {
  padding: 10px 0
}

.last-posts article header h4 {
  font-size: 17px;
  font-family: "Poppins", Sans-serif
}

.last-posts article .entry-content {
  font-size: 14px
}

.last-posts article:hover img {
  transform: scale(1.2)
}

.last-posts article>a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
} */

.last-posts {
  display: flex;
  flex-direction: column;
}

.last-posts>article {
  display: flex;
  flex-direction: row;
  margin-bottom: 5em;
  align-items: flex-start;
}

@media(min-width:720px) {
  .last-posts article:nth-child(even) {
    flex-direction: row-reverse
  }
}

.last-posts>article header {
  width: 100%;
  max-width: 500px;
  position: relative
}

.last-posts>article header img {
  border-radius: 12px;
  position: relative
}

.last-posts>article section {
  width: 100%;
  padding: 1em 2em
}

.last-posts>article section h4 {
  font-size: 1.6em;
  margin-bottom: 1em;
  position: relative;
  color: #3e0307
}

.last-posts>article header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ac9394;
  border-radius: 12px;
  left: -20px;
  top: 20px
}

.last-posts>article section h4 span {
  position: relative;
  z-index: 1
}

.last-posts>article section h4 span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 13px;
  background: #ac9394;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: .2
}

.button.is-checked {
  background-color: var(--ast-global-color-3)
}

.page .ast-single-post-featured-section img {
  border-radius: 10px
}

.doctor-container {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: flex-start
}

@media(max-width:720px) {
  .doctor-container {
    flex-direction: column;
  }
}

.doctor-container .doctor-photo {
  width: 100%;
  max-width: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.doctor-container .doctor-photo img {
  width: 100%;
  border-radius: 10px;
  min-height: 400px;
  object-fit: cover;
}

.doctor-content {
  width: 100%
}

.doctor-container .doctor-social {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  gap: 15px;
  background: #0d3276;
  padding: 10px 0
}

.doctor-container .doctor-social a {
  display: flex
}

.doctor-container .doctor-social a svg {
  fill: #fff
}

.doctors-list .doctor-item>div img {
  max-height: 264px;
}

.home .doctor-item .doctor-image img {
  width: 270px;
  height: 348px
}

@media(max-width:500px) {
  .home .doctor-item .doctor-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
  }
}

.doctor-container .doctor-photo .cods,
.doctor-item .cods {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
}

.doctor-container .doctor-photo .cods span,
.doctor-item .cods span {
  background: linear-gradient(180deg, #0D3276 0%, #155C7F 100%);
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
  opacity: 0;
}

.agreements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.agreements li {
  width: calc(100% / 3);
  min-width: 270px;
  max-width: 100%;
  margin-bottom: 10px;
}


.agreements li:before {
  content: '\2713';
  border-radius: 100px;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #0d3276;
  color: #fff;
  font-weight: bold;
  margin-right: 10px
}

.swiper.centered>.swiper-wrapper {
  justify-content: center !important;
}

@media(max-width:720px) {
  .last-posts>article {
    flex-direction: column
  }

  .last-posts>article header {
    max-width: 90% !important;
    margin: 2em
  }

}

.last-post a {
  display: inline-flex;
  padding: 0.5em 1em;
  margin-top: 1em;
  background: linear-gradient(180deg, #3E0307 0%, #3E0307B0 100%);
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  transition: all .4s ease-in-out;
  align-items: center;
  gap: 5px
}

.last-post a svg {
  height: 15px;
  fill: #fff
}

.last-post a:hover {
  background: #ac9394 !important;
}