.borders-5 {
    border: 5px solid transparent !important;
    -webkit-transition: all 400ms linear 0ms;
    -khtml-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.borders-5:hover {
    border: 5px solid #dee2e6 !important;
}
.zoom img {
    -webkit-transition: all 400ms linear 0ms;
    -khtml-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.zoom img:hover {
    transform: scale(1.1);
  }
.real-rounded-1 {
    border-radius: 1rem!important;
}
.real-rounded-2 {
    border-radius: 2rem!important;
}
.real-rounded-3 {
    border-radius: 3rem!important;
}
.real-rounded-start {
    border-bottom-left-radius: 1rem!important;
    border-top-left-radius: 1rem!important;
}
.real-rounded-end {
    border-top-right-radius: 1rem!important;
    border-bottom-right-radius: 1rem!important;
}
.intro_contato {
    background: url('../img/mapareal.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 430px;
    width: 100%;
}
.intro_equipe {
    background: url('') rgb(220, 220, 220);
    background-repeat: no-repeat;
    background-position: center;
    height: 430px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_consultas {
    background: url('../img/slide_3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 430px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_formacao {
    background: url('../img/slide_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 430px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_consultas_section {
    background: url(' ../img/bg_section.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    
}
.invalid {
    border: 2px solid red !important;
}
.custon_text_shadow {
    text-shadow: 0px 1px 3px #ffffff;
}
.container_cookies {
    display: inline-table;
    position: fixed; 
    bottom: 0px; 
    background: #2d2d2d; 
    width: 100%;
}
/* 
 |********************************************************
 | WhatsApp button
 |********************************************************
*/
.btn-floating-whatsapp {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 2em;
    right: 1.5em;
    display: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background-color: #25d366;
    border-radius: 100%;
    animation: pulse 3s infinite;
    z-index: 9999;
  }
  .btn-floating-whatsapp .icon {
    width: 25px;
    height: 25px;
    margin: 10px auto;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(51 217 178 / 70%);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgb(51 217 178 / 0%);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(51 217 178 / 0%);
    }
  }
  .whats-mais {
    border-radius: 4px;
    background-color: #25d366 !important;
    border: 1px solid #25d366 !important;
    color: #fff !important;
  }

  /* 
 |********************************************************
 | Card Instagram
 |********************************************************
*/

  .card-inst {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0;
    background-image: linear-gradient(to right top, #f7f8fd, #f7f1f7, #f7eaec, #f4e4df, #e9e1d4); 
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
    color: #939393;
    font-size: 16px;
    position: fixed;
    display: flex;
    justify-content: top;
    align-items: center;
    flex-direction: column;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

@keyframes globalColorAnim {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 90% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
}
.status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.status-lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    width: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.status-lt .nun {
    font-weight: 700;
}
.second-color {
    color: #070707;
    font-size: 12px;
}
.status-ft {
    padding: 0 10px 0 10px;
}
.avatar-container {
    width: 100px;
    height: 110px;
    border: 0;
    border-radius: 40px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    background: #f0f0f0;
    background-image: linear-gradient(to right top, #f0f0f0, #e5e5e5, #dadada, #cfcfcf, #c4c4c4);
}
.img-avatar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 2px #f0f0f0;
    width: 100%;
    height: 100%;
    border-radius: 38px;
}
.img-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}
.status-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 80px;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.status-rt .nun {
    font-weight: 700;
}
.information {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.information small {
    padding: 1px;
}
.content-inst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-inst a {
    margin-top: 8px;
    width: 150px;
    height: 36px;
    border-radius: 50px;
    color: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
}