/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17 de jan de 2022, 22:30:08
    Author     : tiago
*/

@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #6F8BA4;
  /*color: #bd6863;*/
  font-weight: 400;
  font-size: 18px;  
  /*background-color: #fff0ef;*/
}
a {
  color: #1977cc;  
  color: #6F8BA4;  
  /*color: #bd6863;*/  
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
section {
  padding: 10px 0;
  overflow: hidden;
}

.titulo {
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.titulo h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #bd6863;
}

.titulo h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;/*cor linha em baixo do titulo */
  background: #bd6863;/*cor linha em baixo do titulo */
  bottom: 0;
  left: calc(50% - 20px);
}
.titulo p {
  margin-bottom: 0;
}

/*==============================================================
topbar
==============================================================*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #bd6863;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #bd6863;
}
#topbar .contact-info i {
  color: #bd6863;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .redes-sociais a {
  color: #bd6863;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .redes-sociais a:hover {
  color: #1977cc;
}
#topbar .redes-sociais a:first-child {
  border-left: 0;
}

/*==============================================================
Header
==============================================================*/
#header {
  background: #fff;
  /*background: #feebe9;*/
  /*background: #fff0ef;*/
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 21px;
  /*font-size: 15px;*/
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

.text-subtitle {
    font-size: 14px;
    
}
#header .logo a {
  color: #2c4964;
}
#header .logo img {
  max-height: 40px;
}
#logo a{
    font-size: 27px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    
    /*color: #2c4964;*/
    /*color: #f00;*/    
}


.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #bd6863;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #bd6863;
  border-color: #bd6863;
}

/*==============================================================
Jumbotron
==============================================================*/
#jumbotron {
  width: 100%;
  height: 90vh;
  /*background: url("../images/medico.jpg") top center;*/
  background: url("../images/hero.jpg") center center;
  background-size: cover;
  margin-bottom: -150px;
}
#jumbotron .container {
  position: relative;
}
#jumbotron h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #bd6863;
}
#jumbotron h2 {
  color: #bd6863;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#jumbotron .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #bd6863;
}
#jumbotron .btn-get-started:hover {
  background: #c47570;    
}
@media (min-width: 1024px) {
  #jumbotron {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #jumbotron {
    margin-bottom: 0;
    height: 100vh;
  }
  #jumbotron .container {
    padding-bottom: 63px;
  }
  #jumbotron h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #jumbotron h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 600px) {
  #jumbotron {
    height: 110vh;
  }
}


/*==============================================================
Texto Jumbotron
==============================================================*/
.jumbotronText .content {
  padding: 30px;
  background: #bd6863;
  border-radius: 8px;
  color: #fff;
}
.jumbotronText .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.jumbotronText .content p {
  margin-bottom: 30px;
}
.jumbotronText .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.jumbotronText .content .more-btn i {
  font-size: 14px;
}
.jumbotronText .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}
.jumbotronText .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.jumbotronText .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}
.jumbotronText .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #bd6863;
}
.jumbotronText .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

#jumbotronText{
    margin-top: -350px;
}
#jumbotron{
    margin-top: -100px;
}
/*==============================================================
Sobre
==============================================================*/
.sobre .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}
.sobre .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}
.sobre .icon-box {
  margin-top: 40px;
}
.sobre .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.sobre .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}
.sobre .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}
.sobre .icon-box:hover .icon i {
  color: #fff;
}
.sobre .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.sobre .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.sobre .icon-box .title a:hover {
  color: #1977cc;
}
.sobre .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

/*==============================================================
Tratamento
==============================================================*/
.tratamento .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.tratamento .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.tratamento .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.tratamento .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.tratamento .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.tratamento .icon-box h4 a {
  color: #2c4964;
}
.tratamento .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.tratamento .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}
.tratamento .icon-box:hover .icon {
  background: #fff;
}
.tratamento .icon-box:hover .icon i {
  color: #1977cc;
}
.tratamento .icon-box:hover .icon::before {
  background: #3291e6;
}
.tratamento .icon-box:hover h4 a, .tratamento .icon-box:hover p {
  color: #fff;
}

/*==============================================================
Fale conosco
==============================================================*/
.contato .info {
  width: 100%;
  background: #fff;
}
.contato .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contato .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}
.contato .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.btn-contato {
    font-size: 1.4rem;
}
.btn-contato {
    font-size: 1.4rem;
    color: #e7e7e7;
    border-color: #e7e7e7;
    border-width: 2px;
}
.btn-contato:hover {
    color: #fff;
    border-color: #fff;  
}

/*==============================================================
Footer
==============================================================*/

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:15px;
    right: 20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
}

.redes-sociais-footer{
    font-size: 1.8rem;
}

.twitter, .facebook, .instagram {
    color: white;
}
/*.twitter:hover, .facebook:hover, .instagram:hover {
    color: white;
}*/

.footer {
    color:white;
    background-color: #bd6863;
}

.linkFooter{
    color: white;    
}
.linkFooter:hover{
    color: white;    
}



.modalHtml {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.modalHtml:target {
    opacity: 1;
    pointer-events: auto;
}

.modalHtml > div {
    width: 250px;
    width: 80%;
    position: relative;
    margin: 5% auto;
    padding: 40px 40px;
    background: #fff;    
    border-radius: 10px;
}

.modalHtml h2, .modalHtml h3, .modalHtml h5{
    color: #bd6863;
}
.fechar {
    position: absolute;
    width: 30px;
    right: -15px;
    top: -20px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    background: #ff4545;
    border-radius: 50%;
    font-size: 16px;
    color: #8d0000;
}

.img-modal{
    max-width: 300px;
}

menu {
    size: 100px;
}

@media only screen and (max-width: 700px) {
    .modalHtml > div {
        width: 250px;
        width: 90%;
        position: relative;
        margin: 5% auto;
        padding: 20px 20px;
        background: #fff;
        border-radius: 10px;
    }
}

#logoText{
    color: #bd6863;
}

.corDestaque {
    color: #bd6863;
}


.ftco-section{
    margin-top: -100px;
}

@media screen and (max-width: 720px) {
    #header .logo{
        font-size: 15px;
    }
    .text-subtitle{
        font-size: 12px;
    }
    .img-logo{
        width: 50px;
    }
    
    .navbar-toggler{
        font-size: 1.1rem;
        padding: 0.12rem 0.37rem;
    }
    
    #jumbotron{
        background-position: center center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    #jumbotron{
        margin-bottom: 90px;
    }
}

.image-gallery img{
    /*max-width: 100px;*/
    
}