@font-face { font-family: "Roboto"; src: url("../_fonts/Roboto/Roboto-Regular.ttf"); }
@font-face { font-family: "Roboto Thin"; src: url("../_fonts/Roboto/Roboto-Thin.ttf"); }
@font-face { font-family: "Roboto Bold"; src: url("../_fonts/Roboto/Roboto-Bold.ttf"); }
@font-face { font-family: "Roboto Light"; src: url("../_fonts/Roboto/Roboto-Light.ttf"); }

@font-face { font-family: "Allura"; src: url("../_fonts/Allura/Allura-Regular.ttf"); }

#loader { 
	background: #fff;
	text-align: center;
}

.loaderCustom{
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	color: #775721;
	
	left: 47%;
}

.loader-09{
	background-color: currentcolor;
	border-radius: 50%;
	animation: loader-09 1.0s infinite ease-in-out;
	width: 100%;
	height: 100%;
}

@keyframes loader-09 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1.0);
		opacity: 0;
	}
}

body{
	font-size: 12px;
	color: #000;
	font-family: "Roboto Thin", sans-serif;
}

b,
strong{
	font-family: "Roboto Bold", sans-serif;
	font-weight: normal;
}

a{
	text-decoration: none;
}

.textAlignRight{
	text-align: right;
}

#topo{
	padding: 6px 0;
	position: fixed;
	top: 0;
	z-index: 99999999;
	width: 100%;
	
	background: #6f511e; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #6f511e , #f2bd00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #6f511e , #f2bd00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #6f511e , #f2bd00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #6f511e , #f2bd00); /* Standard syntax */
}

#topo span{
	padding: 5px 15px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
}

#topo a{
	color: #fff !important;
	text-decoration: none;
}

#barraMenu{
	position: fixed;
	width: 100%;
	z-index: 99999999;
	background: #fff;
	top: 29px;

	-webkit-box-shadow: 0px -1px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 14px 0px rgba(0,0,0,0.75);
}

#barraMenu .redesSociais img{
	height: 20px;
	margin: 30px 0;
}

#barraMenu .logotipo{
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 9999;
}

#barraMenu .logotipo img{
	height: 60px;
	margin-top: 10px;
}

#slideHome{
}

#slideHome img{
	width: 100%;
}

#slideHome .owl-prev,
#slideHome .owl-next{
	padding: 35px 20px !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.4) !important;
}

#slideHome .owl-prev{
	position: absolute;
	left: 0;
	top: 45%;
	margin: 0 !important;
}

#slideHome .owl-next{
	position: absolute;
	right: 0;
	top: 45%;
	margin: 0 !important;
}

#slideHome .owl-pagination{
	position: absolute;
	bottom: 100px;
	right: 22%;
}

#slideHome .owl-page.active > span{
	background: #54401f !important;
}

#slideHome .owl-page > span{
	border-radius: 0 !important;
	background: none !important;
	border: 1px solid #54401f;
}

#introSite .trasition{
	padding: 50px;
	margin-top: -100px;
	z-index: 9999;
	width: 100%;
	background: #c99b25;
}

#introSite .titulo{
	font-family: "Allura", sans-serif;
	font-size: 30px;
	color: #54401f;
}

#introSite .descricao{
	font-size: 22px;
	color: #fff;
}

.sobreNos{
	padding: 100px;
}

.owl-prev img,
.owl-next img{
	height: 25px;
	width: auto !important;
}

.owl-item img{
	width: 100%;
}

.owl-item > div:nth-child(1){
	position: relative;
}

.descricaoSlide{
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
	width: 100%;
}

#slideHome .descricaoSlide .titulo{
	font-family: "Allura", sans-serif;
	font-size: 30px;
	color: #fff;
}

#slideHome .descricaoSlide .descricao{
	color: #fff;
	font-size: 16px;
}

#slideSobre .owl-pagination{
	position: absolute;
	bottom: 30px;
	left: -55px;
}

#slideSobre .owl-page.active > span{
	background: #54401f !important;
}

#slideSobre .owl-page > span{
	border-radius: 0 !important;
	background: none !important;
	border: 1px solid #54401f;
}

.contentSobre{
	position: relative;
	z-index: 999;
}

.contentSobre > div{
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 115%;
	z-index: 99;
}

.contentSobre > div > div{
	padding: 0 15px;
}

.contentSobre .tituloSobre{
	font-family: "Allura", sans-serif;
	font-size: 30px;
	color: #54401f;
}

.contentSobre .subTituloSobre{
	font-size: 25px;
	color: #818182;
	line-height: 20px;
}

.contentSobre .containerSobre{
	font-family: "Roboto Light", sans-serif;
	background: #eeeeee;
	margin-top: 25px;
	padding: 30px 15px;
	letter-spacing: 2px;
	line-height: 19px;
	font-size: 13px;
}

.imagemFundoServicos{
	width: 100%;
}

#slideServicos .owl-prev img,
#slideServicos .owl-next img{
	height: 20px;
}

#slideServicos .owl-prev{
	top: 40%;
	transform: translateY(-40%);
	position: absolute;

	left: -42px;
	background: #eeeeee !important;
	border-radius: 0 !important;
	opacity: 0;
	padding: 25px 13px;
}

#slideServicos .owl-next{
	top: 40%;
	transform: translateY(-40%);
	position: absolute;

	right: -42px;
	background: #eeeeee !important;
	border-radius: 0 !important;
	opacity: 0;
	padding: 25px 13px;
}

#slideServicos .owl-pagination {
    position: absolute;
    bottom: 30px;
    left: -55px;
}

#slideServicos .owl-page.active > span{
	background: #54401f !important;
}

#slideServicos .owl-page > span{
	border-radius: 0 !important;
	background: none !important;
	border: 1px solid #54401f;
}

.servicos .container{
	margin-top: -100px;
}

.servicos .servicosContent{
	height: 300px;
}

.servicos .trasition{
	padding: 30px 25px 35px 25px;
	z-index: 9999;
	width: 100%;
	background: #fff;
}


.servicos .trasitionServicos{
	margin-top: -50px;
	z-index: 9999;
	width: 100%;
	font-family: "Allura", sans-serif;
	font-size: 30px;
	color: #54401f;
}

.servicos .itemServico{
	padding: 0 !important;
}

.servicos .imagem{
	margin-bottom: 5px;
}

.servicos .imagem img{
	height: 50px;
	width: auto !important;
}

.servicos .titulo{
	margin-bottom: 2px;
	font-family: "Roboto Bold", sans-serif;
	font-size: 18px;
	margin-top: 12px;
}


.servicos .itemServico .trasition{
	color: #fff;
}

.servicos .owl-item:nth-child(1) .trasition{
	background: #775721;
}

.servicos .owl-item:nth-child(2) .trasition{
	background: #8b6724;
}

.servicos .owl-item:nth-child(3) .trasition{
	background: #9f7928;
}

.servicos .owl-item:nth-child(4) .trasition{
	background: #b38829;
}

.servicos .owl-item:nth-child(5) .trasition{
	background: #c99b25;
}

.servicos .owl-item:nth-child(6) .trasition{
	background: #e2b024;
}

.contactos{
	padding: 100px;
}

.contentContactos{
	position: relative;
}

.contentContactos .formularioContactos{
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 115%;
	z-index: 99;
	right: 0;
	background: #eeeeee;
}

.contentContactos .formularioContactos .containerContactos{
	padding: 35px 25px 25px 25px;
}

.contactos input{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #a3a3a3;
	padding: 5px;
	border: none;
	font-weight: 700;
	letter-spacing: 1px;
}

.contactos textarea{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #a3a3a3;
	padding: 5px;
	height: 75px;
	border: none;
	font-weight: 700;
	letter-spacing: 1px;
}

#captcha{
	float: left;
	width: auto !important;
}

.contactos .submitbtn{
	float: right;
	width: auto !important;
	padding: 15px 35px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin: 0;
}

.contactos form{
	width: 100%;
	float: left;
}

.contactos .containerContactos{
	width: 100%;
	float: left;
}

#notRobot{
	margin: 0;
}

.contactos .tituloContactos{
	padding: 5px;
	background: transparent !important;
}

.titulosContactos .titulo{
	font-family: "Allura", sans-serif;
	font-size: 30px;
	color: #54401f;
	line-height: 20px;
	margin-top: 15px;
}

.titulosContactos .subTitulo{
	font-size: 25px;
	color: #818182;
	line-height: 20px;
}

#footer{
	background: #eeeeee;
	padding: 50px 0;
}

#rodape{
	background: #292929;
	padding: 15px 0;
	color: #fff;
}

#footer .titulo{
	font-family: "Roboto Light", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 0;
}

#footer .conteudo{
	font-size: 14px;
	letter-spacing: 1px;
}

#menu .container,
#menu .row,
#menu .col-md-12{
	height: 100% !important;
}


.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    
    background: #54401f; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(85, 64, 31, 0.7) 0%, #ce9022 100%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(85, 64, 31, 0.7) 0%, #ce9022 100%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(85, 64, 31, 0.7) 0%, #ce9022 100%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(85, 64, 31, 0.7) 0%, #ce9022 100%); /* Standard syntax */
	
	padding-top: 115px;
}

.sidenav ul{
	list-style: none;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	padding: 0;
}

.sidenav a{
    text-decoration: none;
    font-size: 70px;
    color: #fff;
    font-weight: normal;
    line-height: 100px;
    text-transform: uppercase;
}

.complete-menu{
	float: right;
	background-color: transparent;
	padding: 29px 8px;;
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	background: #ece8df;
	overflow: hidden;
	font-weight: 700;
	letter-spacing: 1px;
}

.icon-menu {
  width: 70px;
  height: 14px;
  position: relative;
  margin: 3px 0 6px 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-right: -50px;
}

.icon-menu span {
  display: block;
  height: 2px;
  width: 20px;
  background: #333;
  opacity: 1;
  margin-bottom: 4px;
}

.descricaoSlide h1{
	margin-top: 5px;
	margin-bottom: 3px;
}

.owl-theme .owl-controls .owl-page span{
	margin: 3px !important;
}

.servicos .descricao{
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 13px;
}

.animate-fadeInLeft,
.animate-fadeInRight,
.animate-fadeInUp-servicos,
.animate-fadeInUp-logo,
.animate-fadeInUp-redesSociais,
.animate-fadeInUp-menu,
.animate-fadeInUp-descricaoSlide,
.animate-fadeInUp-bemVindo,
.animate-fadeInUp-bemVindoDesc{
	opacity: 0;
}

.iconRedeSocial img{
	height: 50px;
}


@-webkit-keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftCustom {
  -webkit-animation-name: fadeInLeftCustom;
  animation-name: fadeInLeftCustom;
}

@-webkit-keyframes fadeInRightCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightCustom {
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom;
}

@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpCustom {
  -webkit-animation-name: fadeInUpCustom;
  animation-name: fadeInUpCustom;
}

.tituloServico{
	color: #fff !important;
}

.farmaciaServico{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Roboto Bold", sans-serif;
}

@media screen and (max-width: 480px){
	.loaderCustom{
		left: 37%;
	}
	
	.complete-menu{
		background: none;
	}
	
	.complete-menu .texto{
		display: none;
	}
	
	#introSite .trasition{
		margin-top: 0;
	}
	
	#barraMenu .logotipo img{
		width: 100%;
		left: 0;
	}
	
	.farmaciaServico{
		font-size: 10px;
		text-align: center;
	}
	
	#topo .textAlignRight span:nth-child(1){
		float: left;
	}
	
	#topo span{
		padding: 0;
	}
	
	#introSite .trasition{
		padding: 10px 10px 0 10px;
	}
	
	#introSite .descricao{
		font-size: 16px;
	}
	
	.sobreNos{
		padding: 0;
	}
	
	.contentSobre{
		height: auto !important;
	}
	
	.contentSobre > div{
		top: auto;
		transform: none;
		position: inherit;
		width: 100%;
	}
	
	.contactos{
		padding: 0;
	}
	
	.contentContactos{
		margin-top: 30px;
	}
	
	.contentContactos .formularioContactos .containerContactos{
		padding: 15px;
	}
	
	.contentContactos .formularioContactos{
		top: auto;
		transform: none;
		position: absolute;
		width: 100%;
	}
	
	.titulosContactos .titulo{
		display: none;
	}
	
	#slideServicos .owl-next{
		padding: 25px 7px;
		right: -17px;
	}
	
	#slideServicos .owl-prev{
		padding: 25px 7px;
		left: -17px;
	}
	
	.sidenav a{
		font-size: 30px;
		line-height: 40px;
	}
	
	.contactos .submitbtn{
		width: 100% !important;
	}
	
	#footer .col-md-4{
		margin-top: 15px;
	}
	
	#footer .col-md-4:first-child{
		margin-top: 0;
	}
	
	.servicosContent{
		background-size: cover !important;
		 background-attachment: inherit !important;
	}
}