/* ----------------------------------------------- Geral ----------------------------------------------- */
body{
	font-family: 'Roboto', sans-serif;
}
.imglogo{
	height: auto !important;
	width: 250px !important;
	padding-left: 30px;
}
@media (min-width: 481px) and (max-width: 767px) {
	.tagContato{
		display: none;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.tagContato{
		display: none;
	}
}
.navmenu{
	background: white;
}
.botao{
	background-color: #2272b9;
	color: white;
}
.botaoreverse{
	background-color: white;
	color: #2272b9;
}
.bannerTop{
	 background-color: #2272b9 !important;
	 background-size: cover !important;
	 background-repeat: no-repeat !important;
	 padding-top: 30px !important;
	 min-height: 300px !important;
	 position: relative !important;
	 background-position: bottom !important;
}
.bannerTop > div > div > h2{
	text-align: center;
	color: white;
	font-weight: 500;
	line-height: 80px;
}
.section-wrap{
	background-color: #f2f2f3;
}
.menuBotao{
	color: #262C30 !important;
	font-size: 2em !important;
	width: 80px !important;
	height: 80px !important;
}
.sidebar-panel-link:hover {
    text-shadow: none !important;
    background-color: white !important;
    color: #262C30 !important;
}
.sidebar-panel-link:focus {
    text-shadow: none !important;
    background-color: white !important;
    color: #262C30 !important;
}
.sidebar-close-btn:after, .sidebar-close-btn:before {
    background-color: #262C30 !important;
}
.navbar-nav > li > a{
	color: black !important;
	font-weight: 500;
}
#main-menu > ul > li >a:hover{
	color: white !important;
	background-color: #2272b9 !important;
}
.form-control{
	border-color: #2272b9 !important;
}
.informacao > div{
	padding-bottom: 50px;
	text-align: center !important;
}
.iconFooter{
	padding: 25px 25px 25px 0;
}
.iconFooter{
	padding: 25px 25px 25px 0;
}
.iconFooter > a{
	color: white;
}
.iconFooter > a > i{
	font-size: 3em;
}
footer{
	padding-top: 0;
}
#page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#title {
  color: #f6f6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2em;
}

#btn {
  position: fixed;
  z-index: 5;
  top: 30px;
  left: 15px;
  cursor: pointer;
  transition: left 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}
#btn div {
  width: 35px;
  height: 2px;
  margin-bottom: 8px;
  background-color: #2272b9;
  transition: opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

#btn.active {
  left: 230px;
}
#btn.active div {
  background-color: #2272b9;
}
#btn.active #top {
  -webkit-transform: translateY(10px) rotate(-135deg);
          transform: translateY(10px) rotate(-135deg);
}
#btn.active #middle {
  opacity: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#btn.active #bottom {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

#box {
  position: fixed;
  z-index: 4;
  overflow: auto;
  top: 0px;
  left: -275px;
  width: 275px;
  opacity: 0;
  padding: 20px 0px;
  height: 100%;
  background-color: white;
  color: #2272b9;
  transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

#box.active {
  left: 0px;
  opacity: 1;
}

#items {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#items a .item {
  position: relative;
  cursor: pointer;
  font-size: 2em;
  padding: 15px 30px;
  transition: all 250ms;
  color: #2272b9;
}
#items a .item {
  color: #2272b9;
}
#items a.item:hover {
  padding: 15px 45px;
  background-color: rgba(52, 56, 56, 0.2);
}

#btn, #btn * {
  will-change: transform;
}

#box {
  will-change: transform, opacity;
}
/* ----------------------------------------------- Página Index ----------------------------------------------- */
.header-heading{
	font-weight: 700 !important;
}
.hero-carousel-wrapper{
	padding: 120px 0 30px 0;
	background-color: #2272b9;
}
#implante > div > div > div > img{
	width: 95%;
}
#implante > div > div > figcaption{
	max-width: 90%;
	padding-top: 37px;
}
.tituloBlue{
	color: #2272b9;
	font-weight: 600;
	line-height: 60px;
	font-size: 3.2em;
}
#implante > div > div > div > figcaption > h3{
	color: #2272b9;
	font-size: 2em;
}
#sobre{
	margin: 5px 0 10px 0;
	padding: 0;
	background-color: #2272b9;
}
#sobre > div > div > div > img{
	margin-bottom: -80px;
	width: 100%;
}
.arrowLeftDepoimento{
	top: 45% !important;
	background-image: none !important;
	left: -100px !important;
}
.arrowRightDepoimento{
	top: 45% !important;
	background-image: none !important;
	left: 100% !important;
}
.arrowRightDepoimento > span, .arrowLeftDepoimento > span{
	padding: 5px;
	background-color: #2272b9;
}
@media (min-width: 481px) and (max-width: 767px) {
	#sobre > div > div > div > img{
		padding-bottom: 80px;
	}
	#arrowRightDepoimento{
		left: auto !important;
		right: 0;
	}
	.arrowLeftDepoimento{
		left: 0 !important;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	#sobre > div > div > div > img{
		padding-bottom: 80px;
	}
	.arrowRightDepoimento{
		left: auto !important;
		right: 0;		
	}
	.arrowLeftDepoimento{
		left: 0 !important;
	}
}
#cirurgico > div > div > div > figcaption{
	width: 95%;
	padding-top: 35px;
}
#cirurgico > div > div > div > figcaption > h2{
	color: black;
	font-weight: 500;
	font-size: 4.2em;
}

#noticias{
	margin: 0 0 10px 0;
	padding: 45px 0 0 0;
	background-color: transparent;
	color: #312c2c;
}
.tituloNoticia{
	background-color: transparent;
	font-size: 3.5em;
}
.noticiaCol > figcaption{
	background-color: #2272b9;
	color: white;
	text-align: justify;
	padding: 10px;
}
.linha{
	background-color: #312c2c;
	height: 20px;
	margin-top: 30px;
}
#sectionNoticia{
	padding-bottom: 55px !important;
}

#depoimento{
	height: 15px;
	margin-top: 0;
	padding: 0 0 30px 0;
	background-color: #2272b9;
}

#sectionDepoimento > div > div {
	padding: 25px 0;
	text-align: center;
}
#sectionDepoimento > div > div >div > img{
	max-width: 60%;
	margin: 0 auto;
}
#sectionDepoimento > div > div >div > i{
	font-size: 2em;
}
#sectionDepoimento > div > div >div > figcaption{
	max-width: 90%;
}
.rowDepoimento{
	border: 2px solid;
	padding: 10px;
	margin: 0;
}
/* ----------------------------------------------- Página implante ----------------------------------------------- */
.figcaption{
	width: 95%;
}
.figcaption h2{
	color: black;
	font-weight: 500;
	font-size: 2em;
	text-align: center;
}
/* ----------------------------------------------- Página Serviços ----------------------------------------------- */
.imgServico{
	padding: 0;
	border-top: 3px solid #2272b9;
}
.boxServicos{
	background-color: #2272b9;
	color: white;
}
.boxServicos > h2{
	margin-top: 0;
	text-align: center;
}
.boxServicos > p{
	padding: 10px;
	text-align: justify;
}
/* ----------------------------------------------- Página Notícias ----------------------------------------------- */
.rowNoticias{
	padding: 25px 0;
}
.rowNoticias > a > div {
	padding-bottom: 10px;
}
.rowNoticias > a > div > figcaption{
	text-align: center;
	color: white !important;
	background-color:  #2272b9;
	padding: 10px;
}
.rowNoticias > a > div > figcaption > h2{
	font-weight: 500;
	text-align: center;
}
.rowNoticias > a > div > figcaption > p{
	padding: 5px;
	text-align: justify;
}
/* ----------------------------------------------- Página Procedimento e Noticia ----------------------------------------------- */
.rowProcedimentoNoticia > div > figcaption{
	width: 95%;
}
.rowProcedimentoNoticia > div > figcaption > h2{
	color: black;
	font-weight: 500;
	font-size: 2em;
	text-align: center;
}
.rowProcedimentoNoticia > div > img{
	width: 100%;
	padding: 120px 30px 30px 30px;
}
/* ----------------------------------------------- Página Contato ----------------------------------------------- */
.form-control {
	margin-bottom: 15px;	
}
.selectcontato{
	height: 52px;
	background-color: transparent;
}

.servicos > img{
	border: 2px solid #2272b9 !important;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.servicos{
	padding-bottom: 50px;
    height: 490px;
    position: relative;
    text-align: center;
}

.title-services {
	text-align: center !important;
}

.botao{
	background-color: #2272b9;
    color: white;
    border-radius: 0;
    left: 50%;
    margin-top: 15px;
}

.rowNoticias{
	padding-bottom: 50px;
	text-align: center;
}

.margin-foto{
	margin-top: 20px;
}

.alinhamentobutton{
	text-align: center;
}

