@charset "UTF-8";

/*Media Queries*/
.section-title-green {
  color: #676b6a;
  font-weight: bold;
  margin-bottom: 30px;
  transition: all 0.6s ease-in;
}

@media (max-width: 768px) {
  .section-title-green {
    font-size: 30px;
  }
}

.section-title-green:before {
  content: "";
  position: absolute;
  border-top: solid 2px #0c8649;
  width: 100px;
  margin-top: -10px;
}

.section-title-green a {
  color: #676b6a;
  text-decoration: none;
}

.section-title-green a:hover {
  color: #0c8649;
}

.section-title-yellow {
  color: #676b6a;
  font-weight: bold;
  margin-bottom: 50px;
  transition: all 0.6s ease-in;
}

@media (max-width: 768px) {
  .section-title-yellow {
    font-size: 30px;
  }
}

.section-title-yellow:before {
  content: "";
  position: absolute;
  border-top: solid 2px #e4a637;
  width: 100px;
  margin-top: -10px;
}

.section-title-yellow a {
  color: #676b6a;
  text-decoration: none;
}

.section-title-yellow a:hover {
  color: #0c8649;
}

/************************* BANNERS *************************/
.home-banner {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top !important;
}

.home-banner .banner-title {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .home-banner .banner-title {
    font-size: 22px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .home-banner .banner-text p {
    font-size: 12px !important;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .home-banner {
    height: 57vh !important;

  }
}

@media (max-width: 480px) {
  .home-banner {
    height: 35vh !important;

  }
}

.home-banner .banner-link {
  padding: 10px;
  width: 100%;
  max-width: 80%;
  color: #fff;
}

@media (max-width: 768px) {
  .home-banner .banner-link {
    max-width: 100%;
  }
}

.carousel-home-banner .owl-nav {
  position: absolute;
  width: 0;
  top: 50%;
}

.carousel-home-banner .owl-nav .owl-prev,
.carousel-home-banner .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff !important;
}

.carousel-home-banner .owl-nav .owl-prev {
  background: #0c8649 !important;
  left: 5vw;
}

.carousel-home-banner .owl-nav .owl-next {
  background: #0c8649 !important;
  left: 90vw;
}

@media (max-width: 768px) {
  .carousel-home-banner .owl-nav {
    display: none !important;
  }
}

/************************* FIM *************************/
/************************* AREA MEDICA *************************/
#area-medica {
  max-height: 780px;
}

#area-medica img {
  max-height: 350px !important;
}

#area-medica a {
  color: #0c8649 !important;
  font-weight: bold !important;
}

#area-medica .home-medicos-link {
  background-color: #0c8649;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: solid 1px #0c8649;
}

#area-medica .home-medicos-link:hover {
  background-color: transparent;
  color: #0c8649 !important;
}

#area-medica .servicos-clinicos {

  overflow-y: scroll;
  max-height: 590px;
}

#area-medica .servicos-clinicos .card {
  margin-top: 30px;
}

#area-medica .servicos-clinicos .card:nth-child(1) {
  margin-top: 0px;
}

#area-medica .servicos-clinicos .card .card-header {
  position: absolute;
  background-color: #0c8649;
  top: 10px;
  right: 10px;
  border-radius: 10px;
}

#area-medica .servicos-clinicos .card a {
  color: #0c8649 !important;
}

#area-medica .servicos-clinicos .card .card-footer {
  padding: 0.5rem 1.25rem;
}

@media (max-width: 768px) {
  #area-medica {
    max-height: none;
  }


  #area-medica .servicos-clinicos .card {
    margin-top: 30px;
  }


}

#area-medica .servicos-clinicos .card:nth-child(2) {
  margin: 25px 0;
}

/************************* FIM *************************/
/************************* BERÇÁRIO / SERVIÇOS HOSPITALARES *************************/
#servicos-hospitalares .home-servicos .card-header {
  min-height: 170px !important;
  max-height: 170px !important;
}

#servicos-hospitalares .home-servicos .card-header img {
  min-height: 170px !important;
  max-height: 170px !important;
}

#servicos-hospitalares .home-servicos .card-body {
  min-height: 181px !important;
  max-height: 181px !important;
}

#servicos-hospitalares .home-servicos .card-footer a {
  color: #0c8649 !important;
}

#wpusb-container-default {
  margin: 0;
  padding: 0;
}

/************************* FIM *************************/
/************************* NOTICIAS *************************/
#noticias .card-noticias .card {
  min-height: 550px;
  max-height: 550px;
}

#noticias .card-noticias .card .img-noticia {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

#noticias .card-noticias .card .btn-info {
  background-color: #0c8649 !important;
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: -6px;
}

#noticias .card-noticias .noticia-acessar {
  background-color: #0c8649;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border: solid 1px #0c8649;
}

#noticias .card-noticias .noticia-acessar:hover {
  color: #0c8649;
  background-color: #eee;
}

/****************alert**********************************/

section.alert {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 9999;
}

.card-alert {
  width: 100%;
  position: relative;
  max-width: 480px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.card-alert img {
  width: 100px;
  z-index: 1;
}

.marca {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("<?php echo WP_LOAD_IMG; ?>/logo-color.png");
  background-size: 100% 100%;
  opacity: 0.2;
  z-index: 0;
}

.card-alert h2 {
  color: rgb(0, 0, 0);
  text-align: center;
  margin-block: 15px;
  text-decoration: underline;
  z-index: 1;
}

.card-alert p {
  text-align: justify;
  margin: 15px 0 0 0;
  font-size: 18px;
  z-index: 1;
}

.card-alert p:nth-last-child(1) {
  position: relative;
  text-align: end;
  margin-top: 15px;
  width: 100%;
  z-index: 1;
}

.card-alert span {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  z-index: 1;
}

/************************* FIM *************************/

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