/* CSS Styling ****************************************************** */

/* .container {
  max-width: 1280px;
  margin: 0 auto;
  
} */

a {
  text-decoration: none;
}

/* TRADEMARK ICON  */

.tm {
  font-size: 2rem;
}

/* Sizing  */

.w-10 {
  max-width: 32px;
  /* width: 10%; */
}

svg {
  fill: #fff;
  vertical-align: middle;
}

/* TROCAR DEPOIS< SOMENTE TESTE ****************************************** */
.bg-primary-meu {
  background-color: #1865ac;
}

.bg-navbar {
  background-color: #e3f2fd;
}

.bg-light-blue {
  /* background-color: #f5f5f5; */
  background-color: #f8faff;
}

.text-primary-meu {
  color: #1865ac;
}

.text-secondary-site {
  color: #444444;
}
.text-verde {
  color: #4cd4ca;
}

.h2 {
  font-size: 2.25rem;
}

.p-text {
  font-size: 1.125rem;
}

.ltr-spacing {
  letter-spacing: 0.063rem;
}

/* CSS COMPONENTS *************************************** */

/* Buttons */
.btn-nav,
.btn-sanus {
  margin-right: 0.07rem;
  margin-left: 0.07rem;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-webkit-user-select: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  overflow: visible;
  outline: none;
  letter-spacing: 0.0875rem;
  color: #fff;
  background-color: #38d366;
}

.btn-paciente {
  display: none;
  letter-spacing: 0.0875rem;
}

.btn-sanus {
  background: #0c60b2;
}

.btn-sanus:hover {
  background: #2981da;
  color: #fff;
}

.btn-nav:hover {
  background-color: #43e573;
  color: #fff;
}

.btn-nav:active {
  background-color: rgb(58, 203, 102);
}

.btn-primary {
  background-color: #2379c9;
  border: 2px solid #2379c9;
}

.btn-primary:hover {
  background-color: #1865ac;
  border: 2px solid #1865ac;
}

/* CONTACT INFORMATION **************************** */

/* .info-bg {
  
  position: fixed;
  z-index: 102;
} */

/* .info {
  padding: 0 1rem;
} */

.info,
.info__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.icon-location,
.icon-phone,
.icon-clock {
  margin-right: 0.125rem;
}

.info__text {
  color: #fff;
  margin-right: 1.5rem;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0.02rem;
}

.header-bg {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 200px;
}

.social-media-mobile-menu {
  display: none;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
  /* margin-right: 1.5rem; */
  margin-bottom: 0;
}

.topnav__item {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0.5rem;
}

.topnav__link {
  padding: 0.5rem;
  color: #222;
}

.hover-animation {
  display: inline-block;
  position: relative;
}

.hover-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #4cd4ca;
  /* transform-origin: bottom right; */
  transition: transform 0.25s ease-out;
}

.hover-animation:hover:after {
  transform: scaleX(1);
  /* transform-origin: bottom left; */
}

#topnav__mobile-menu {
  margin-left: 2rem;
  display: inline;
}

.mudamos {
  background: #fad259;
}

/* MOBILE WHATSAPP FLOAT BUTTON  */
.btn-float {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0.825rem;
  right: 0.825rem;
  background-color: #38d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1100;
}

.btn-float:hover,
.btn-float:active {
  background-color: rgb(58, 203, 102);
  color: #fff;
}

.my-float {
  margin-top: 16px;
}
/* MOBILE WHATSAPP FLOAT BUTTON  */

/* HERO SECTION ********************************* */
.carousel-img {
  object-fit: cover;
  object-position: center;
  height: 90vmin;
  overflow: hidden;
  opacity: 0.37;
}
.carousel-item {
  background-color: black;
}

.carousel-caption {
  /* margin-bottom: 20%; */
  padding-bottom: 40vh;
}

.card {
  border-radius: 0.5rem;
}
.card-title {
  font-size: 1.375rem;
}

.card-text {
  font-size: 1.125rem;
}

.card-img-top {
  max-width: 15%;
  margin: 0 auto;
}

.card-img {
  border-radius: 0.5rem 0.5rem 0 0;
}

.intro-cards {
  position: relative;
  top: -8rem;
  z-index: 99;
}

/* ABOUT SECTION ********************** */

.hr-sobre {
  width: 40%;
  margin: 0 auto;
  border-top: 4px dotted #d33479;
  background-color: #f8faff;
}

/* PARTNERS SECTION ********************** */

.partner-logo-omoris {
  width: 32px;
}

.partner-logo-sanus {
  width: 48px;
}

.vertical-rule {
  width: 2px;
  height: 48px;
  background: #1d1d1d;
}

/* SERVICES SECTION ******************** */

/* DOCTOR FEATURE SECTION **************************** */

.doctor {
  background: url(/img/wp2968502-medical-doctor-wallpaper-hd.webp) no-repeat
    center left;
  /* background-color: #fbfbfb; */
}

.doctor-bg-layer {
  background-color: rgba(24, 101, 172, 0.7);
  /* background-color: rgba(0, 0, 0, 0.7); */
}

.doctor-img {
  max-width: 60%;
}

/* TEAM SECTION **************************** */

/* .team {
  background-color: #f8faff;
} */

.team {
  max-width: 25%;
}

/* MODAL TEST ********************  */

.about-modal {
  position: relative;
  padding: 0 8px;
  cursor: pointer;
}

.about-modal::after {
  content: "";
  display: table;
  clear: both;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  /* z-index: 101; */
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;

  /* background-color: rgba(0, 0, 0, 0.2); */
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev-modal-btn,
.next-modal-btn {
  cursor: pointer;
  position: absolute;
  /* top: 50%; */
  top: 50%;
  width: auto;
  padding: 16px;
  /* margin-top: -50px; */
  color: white;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-modal-btn {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-modal-btn:hover,
.next-modal-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Modal images */
.modal-img {
  width: 100%;
}

/* Caption text */

.caption {
  background-color: transparent;
  padding-top: 0.825rem;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}

/* Overlay text  */

.hover-fade-img {
  /* opacity: 1; */
  /* display: block; */
  /* width: 100%; */
  /* height: auto; */
  transition: 0.5s ease;
  /* backface-visibility: hidden; */
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.about-modal:hover .hover-fade-img {
  opacity: 0.3;
}

.about-modal:hover .middle {
  opacity: 1;
}

.hover-fade-text {
  background-color: #1865ac;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 0.5rem;
}

/* .hover-fade-img {
  transition: 0.3s;
} */

.hover-fade-img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* TESTE CONTACT FORM MAP **********  */
.my-form {
  color: #1865ac;
}
.my-form .btn-default {
  background-color: #1865ac;
  color: #fff;
  border-radius: 0;
}
.my-form .btn-default:hover {
  background-color: #1865ac;
  color: #fff;
}
.my-form .form-control {
  border-radius: 0;
}

.team-card {
  max-width: 300px;
}

/* WEBSITE ANIMATION *********  */
.js .js-scroll {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: 1.5s;
}

.js .js-scroll.active-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-slide] {
  position: relative;
}
[data-slide] > * {
  position: absolute;
  top: 0px;
  opacity: 0;
}
[data-slide] > .active {
  position: relative;
  opacity: 1;
  transition: opacity 500ms;
  z-index: 1;
}

[data-slide] > .active::marker {
  color: transparent;
}

/* 6 CSS recomendado para a navegação */
[data-slide-nav] {
  display: block;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
[data-slide-nav] > button {
  display: inline-block;
  width: 12px;
  margin: 4px;
  height: 12px;
  border: none;
  padding: 0px;
  border-radius: 6px;
  background: #1d1d1d;
  text-indent: -100px;
  overflow: hidden;
}
[data-slide-nav] > button.active {
  background: #d33479;
}

/* AVALIACOES SECTION ****************  */

.avaliacoes-section {
  text-align: center;
  margin: 0 auto;
  /* background-color: #aad3f0; */
  max-width: 600px;
  padding: 1rem 0.5rem;
}

/* .avaliacoes-lista {
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */

/* .avaliacoes-lista li {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
} */

/* .avaliacoes-lista h3 {
  font-size: 1rem;
  font-weight: 400;
  font-family: "NotoSerif-Italic", serif;
} */

/* .avaliacoes-lista p {
  font-weight: 300;
  font-size: 0.8125rem;
  min-height: 100px;
} */

/* MODALS SERVICES STYLING *******  */
.modal-container,
.modal-container-team {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 150;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow: scroll;
}

.modal-container.show,
.modal-container-team.show {
  display: flex;
}

@keyframes modal {
  from {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.show .modal-service-list,
.show .modal-team-list {
  animation: modal 0.8s;
}

.modal-service-list,
.modal-team-list {
  background-color: #f5f5f5;
  margin-top: 1rem;
  min-width: 300px;
  width: 90%;
  padding: 1rem 1rem;
  /* border: 2px solid #1865ac; */
  box-shadow: 0 0 0 10px white;
  border-radius: 2px;
  position: relative;
}

.services-list {
  padding: 0;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  color: #1865ac;
  cursor: pointer;
}

.service-item,
.team-item {
  display: none;
}

.service-item.active,
.team-item.active {
  display: block;
}

.img-thumbnail {
  margin: 0 auto;
}
