body {
  height: 100%;
  background-color: #eceeef;
  font-weight: 400;
  color: #64686d;
  line-height: 20px;
}
.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.tetbanner {
  background-image: url('../../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 450px) {
  .tetbanner {
    background-image: url('../../images/banner-450.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position-x: center;
      background-position-y: center;
  }
}

a {
	color: #;
	text-decoration: none;
}

a:hover {
	color: #;
	text-decoration: none;
}

@font-face {
    font-family: felixti;
    font-style: normal;
    font-weight: normal;
    src: url('felixti.ttf');
}
@font-face {
    font-family: baskvill;
    font-style: normal;
    font-weight: normal;
    src: url('baskvill.ttf');
}
@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: normal;
    src: url('Lato-Regular.ttf');
}
h1 {
	font-size:36px;
	padding-top: 10px:;
	line-height: 50px;
	font-family: felixti; 
	font-weight: 500;
	color: #288C8C;
	text-align: center;
}
@media screen and (max-width: 800px) {
	h1 {
	font-size:26px !important;
  letter-spacing: 0px !important;
	padding-top: 10px:;
	line-height: 50px;
	font-family: felixti;
	font-weight: 500;
	color: #288C8C;
	text-align: center; 
	}
}
h2 {
  font-size: 23px;
  font-family: lato;
  color: #464a4c;
  text-align: justify;
  line-height: 1em !important;
}
@media screen and (max-width: 800px) {
	h2 {
		font-size: 18px;
		font-family: lato;
		color: #464a4c;
		text-align: justify;
    line-height: 1em !important;
	}
}
h3 {
  font-family: baskvill;
  font-size: 36px;
  color: #93A1A1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
	h3 {
	font-family: baskvill;
	font-size: 30px;
	color: #93A1A1;
	font-weight: bold;
	text-align: center;
	}
}
h4 {
  font-family: lato;
  font-size: 18px;
  color: #404047;
  font-weight: bold;
}
h6 {
	font-size: 10px;
	font-family: lato;
	text-align: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.doctor {
  border-radius: 10px;
  box-shadow: 1px 1px 0.5px 1px rgba(0, 0, 0, 0.3) ;
  margin-top: 4%;
  margin-bottom: 8%;
}
.doctors {
  border-radius: 10px;
  box-shadow: 1px 1px 0.5px 1px rgba(0, 0, 0, 0.3) ;
  margin-top: 4%;
  margin-bottom: 8%;
  margin-left: 8%;
  margin-right: 8%;
}
@media (max-width: 700px) {
  .doctors {
    border-radius: 10px;
    box-shadow: 1px 1px 0.5px 1px rgba(0, 0, 0, 0.3) ;
    margin-top: 4%;
    margin-bottom: 8%;
    margin-left: 1%;
    margin-right: 0%;
  }
}
.doctors-div {
	margin-left: 15px;
	margin-right: 15px;
}

.contato-div {
  margin-top: 5em;
}

.contato-align {
	text-align: center;
}

strong{
	color: #E94242;
}


.fa {
	color: #464a4c;
}

/*  NAVBAR  */

.navbar {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 5px 10px 5px 10px !important;
  box-shadow: -7px 4px 14px 0px #333;
}
.bg-light {
  background-color: #fff!important;
}
.navbar-light .navbar-toggler {
	border-color: transparent !important;
	margin-right: 20px !important;
	margin-top: 0px !important;
	width: 5.5% !important;
}
@media (max-width: 700px) {
  .navbar-light .navbar-toggler {
    border-color: transparent !important;
    margin-right: -10px !important;
    width: 17% !important;
  }    
}
.navbar-toggler {
  padding: .25rem .75rem !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
}
.nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    padding-left: 12px !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
  position: absolute;
  top: 95%;
  /* left: 0em; */
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0px 0px 0px 17px;
  margin: 0;
  font-size: 19px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}

/*  NAVBAR  */

.title-banner{
    color: #FFF;
    padding-top: 250px;
    line-height: initial;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media (max-width: 450px) {
  .title-banner{
    color: #FFF;
    padding-top: 272px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: initial;
  }
}

.subtitle-banner {
    color: #FFF;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media (max-width: 450px) {
  .subtitle-banner{
    color: #FFF;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
} 

.title-contact-quote{
  color: #FFF;
  padding-top: 20px;
  line-height: initial;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.subtitle-contact-quote{
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  line-height: initial;
  color: #fff !important;
}

.btn {
  background-color: #8BD3D3;
  margin-bottom: 10px;
}
.btn-banner {
    margin: 0 auto;
    margin-bottom: 1em;
}
/*@media (max-width: 450px) {
.btn-banner {
  margin-left: 110px;
}
}*/
/*PAGES*/
.headSpace{
  padding-bottom: 2em;
  padding-top: 7em;
}
.contentSpace{
  padding-bottom: 2em;
  padding-top: 3em;
}
.titlePageHead{
  font-size: 30px;
  color: #fff;
  letter-spacing: 7px;
  text-align: center;
  font-weight: bold;
}
.contentPageHead{
  font-size: 22px;
  color: #fff;
  letter-spacing: 3px;
    text-align: justify;
    font-weight: 400;
    padding: 0em;
    line-height: 5vh;
}
.titlePagePartA{
  font-size: 30px;
  color: #288C8C;
  letter-spacing: 7px;
  text-align: center;
  font-weight: bold;
}
.contentPagePartA{
  font-size: 22px;
  color: #333;
  letter-spacing: 3px;
    text-align: justify;
    font-weight: 400;
    padding: 1em;
    line-height: 5vh;
}
.tratamentoHover{
  color: #ccc;
}

.menuTratamento {
  color: #8BD3D3 !important;
}

.menuBemEstar {
  color: #4863A0 !important;
}

.menuBiosseguranca {
  color: #EF9F5D !important;
}

strong{
  color: #389090;
  font-weight: bold;
  font-size: 24px;
}