@import url("media-queries.css");
@import url("bootstrap.min.css");
@import url("carousel.css");
* { 
	margin: 0; 
	padding: 0; 
	font-family: 'Arial', 'Franklin Gothic Bold', 'sans-serif';
	font-size: 100%;
	line-height: 18px;
	color: #444444;
	font-variant: normal;
}
html {
	height: 100%;
	background:#f1f1f2;
	overflow-y: scroll;
	overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
}
ul{
	text-decoration: none;
	list-style: none;
}
img{
	border-radius: 5px;
}
/*layout geral index*/
div#tblMain{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
}
header#tblHeader{
	box-sizing: border-box;
	max-height: 160px;
	top: 0px;
	position: fixed;
	width: 100%;
	background: #343434;
	z-index: 999;
	/* position: fixed; background: #343434; width: 100%; height: 150px; z-index: 999; */
}

nav#rede-social{
	position: relative;
	top: 0px;
	width: 100%;
	height: 35px;
	padding: 10px 0;
	background: #51a8b1;
}
.social-box{
	position: relative;
	float: right;
	width: 20vw;
	right: 50px;
}
.social-box a{
	display: block;
	float: left;
	width: 30px;
	padding: 0 30px;
}
i.fa{
	font-size: 20px;
	line-height: 20px;
	color: aliceblue;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
figure a{
	position: relative;
	float:left;
	left: 2%;
}
img.logo{
	width: 160px;
	padding:15px;
	z-index: 999;
}
ul#menu-desktop{
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	top: 10px;
	padding-left: 2%;
}
ul#menu-desktop li{
	width: auto;
	height: 39px;
	display: block;
	float: left;
}
ul#menu-desktop li a{
	width:100%;
	padding: 11px 20px;
	text-align: center;
	line-height: 40px;
	font-weight: 800;
	font-size: 0.83em;
}
ul#menu-desktop li a:hover,ul#menu-desktop li a:focus{
	background: #66CCCC;
	text-decoration: none;
	color:#f1f1f1;
}

section#tblBody{
	position: relative;
	top: 160px;
    width: 100%;
    min-height: 680px;
	padding-bottom: 20px;
    height: auto;
}
div.bgParallax{
	position: relative;
	min-height: 300px;
	height: auto;
	max-width: 100%;
	width: auto;
	clear: both;
}
div.bgParallax article{
	padding:75px 5% 0px;
	background:rgba(255,255,255, 0.5);
	min-height: 100%;
	position: relative;
}

#index{
	background-image: url('../img/background/bg-slider.png');
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	height: 515px;
}
#index article{padding-top:6px;}
#index .slide{
	margin: 0 auto;
	width: 1024px;
	height: 400px;
}

#apresentacao{
	width: 100%;
    height: 550px;
	background: url('../img/background/bg-white.png');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
	-webkit-box-shadow:10px 0 10px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:10px 0 10px 4px rgba(0,0,0,0.4);
    -ms-box-shadow:10px 0 10px 4px rgba(0,0,0,0.4);
    -o-box-shadow:10px 0 10px 4px rgba(0,0,0,0.4);
    box-shadow:10px 0 10px 4px rgba(255, 255, 255,0.4);
}
#apresentacao figure{
	position: relative;
	height: auto;
	width: 376px;
	float: left;
	display: block;
	margin: 0 6%;
}
#apresentacao figure img{
	width: 100%;
}
.intro{ width: 50%;}

#sobrenos{
	background: url('../img/background/bg-green.png');
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	height: 525px;
	-webkit-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -ms-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -o-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
}
#sobrenos figure{
	position: relative;
	float: left;
	margin: 0 0 0 100px;
	width: 290px;
}
#sobrenos figure img.img_dr{
	width: 290px;
	padding: 20px 20px 0px;
	background-color:#f1f1f7;
	border: 2px solid #f1f1f3;
}

#servicos{
	background:url('../img/background/bg-white.png');
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	height: 650px;
	padding-bottom: 10px;
	-webkit-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -ms-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -o-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
}
#servicos .row{ padding-top: 10px; margin: 0 auto;}
#servicos .servico-box{
	position:relative;
	float:left;
	width:260px;
	margin: 0 20px;
	padding: 20px 0px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 1);
	transform:perspective(1px) translateZ(0);
	transition: color 0.5s;
	
}
#servicos .servico-box:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;	
}
#servicos .servico-box:hover{
	cursor: pointer;
}
#servicos .servico-box img{
	width: auto;
	margin: 0 12%;
	filter: grayscale(100%);
}
#servicos .servico-box:hover img{
	filter: grayscale(0%);
	transform: scale(1.02);
	transition: .3s ease-in-out;
}
#servicos .servico-box h3{
	color: #51a8b1;
	text-align: center;
	font-weight: bold;
	font-size: 0.92em;
	transition: 0.5s ease-in-out;
	margin-bottom: 0px;
}
#servicos .servico-box h3 span{
	display:block;
	font-size: 0.86em;
}
#servicos .servico-box:hover h3{
	font-style: italic;
	/*transition: 0.5s ease-in-out;*/
}
#servicos .servico-box .texto{
	width: auto;
	padding: 2px 10px;
	font-size: 12px;
	text-align: center;
	white-space: pre-line;
	margin: -10px 0;
	transition: 0.2s ease-in-out;
}

#contato{
	background: url('../img/background/bg-grain.png') white;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	height: 100%;
	display: block;
	padding-bottom: 150px;
	-webkit-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -ms-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -o-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
}
#contato .btn-contato{
	width: 150px;
	height: 30px;
	line-height: 15px;
	border-radius: 0px;
	font-size: 16px;
	font-variant-caps: all-petite-caps;
}
#contato address{
	display: inline-block;
}
#contato address div{
	font-size: 18px;
	color: #51a8b1;
	margin-bottom: 15px;
}
#contato address i{
	font-size:30px;
	margin:0 5px 10px 0;
}
#contato address span{
	font-size: 16px;
	margin-right: 7px;
}
#contato maps{
	width: 430px;
	height: 300px;
	display: block;
	position: relative;
}
footer#tblBottom{
	position: relative;
	display: block;
	height: 165px;
	padding-top: 40px;
	bottom: 0px;
	background: black;
	-webkit-box-shadow:-10px 0 10px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:-10px 0 10px 4px rgba(0,0,0,0.4);
    -ms-box-shadow:-10px 0 10px 4px rgba(0,0,0,0.4);
    -o-box-shadow:-10px 0 10px 4px rgba(0,0,0,0.4);
    box-shadow:-10px 0 10px 4px rgba(0,0,0,0.4);
}
footer#tblBottom .footers-rows{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 5% 5px;
}
footer#tblBottom .social-bottom{
    width: 350px;
    height: 70px;
    margin: 0 auto;
}
footer#tblBottom .social-bottom a{
	width: 60px;
    padding: 20px;
    margin: 10px;
    background-color: rgba(222, 64, 219, 0.17);
    border-radius: 50%;
}
footer#tblBottom .social-bottom a i.fa{
	width: 22px;
    line-height: 11px;
}
footer#tblBottom .social-bottom a:hover{
	background-color: rgba(80, 168, 177, 0.70);
}
footer#tblBottom .footers-rows p{
	position: relative;
	display:inline-block;
	color: #f1f1f2;
	font-size: 11px;
}

/* fontes e headers*/
h1{
	font-size: 1.8em;
	font-weight: 800;
	color: #51a8b1;
	margin-block-end:0.85em;
	text-align: center;
	position:relative;
}
h2{
	font-size: 1.25em;
	color: #51a8b1;
	margin-block-end:0.85em;
}
h3{
	color: #51a8b1;
	font-size: 0.96em;
	margin-block-end:0.85em;
}
.inverse{color: #fff;}
a{text-decoration: none;}
p{
	font-family: arial, 'sans serif';
	line-height: 24px;
}
p.texto{
	margin: 20px 0;
	font-size: 16px;
}
.left{float: left;}
.right{float: right;}
p.copyright{
	width: auto;
	text-align: right;
}
p.byTricem{
	width: auto;
	text-align: right;
	padding-right: 20px;
}
a.logo-tricem img{
	width: auto;
	height: 25px;
}
#contVideo{
	background:url('../img/background/bg-green.png');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	min-height: 565px;
	height: 100%;
	display: inline-block;
	padding-bottom: 10px;
	-webkit-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -ms-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    -o-box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
    box-shadow:-10px 0 20px 4px rgba(0,0,0,0.4);
}
#contVideo article{
	padding-top: 6px;
    padding-bottom: 180px;
}
#contVideo .contVideo{
	position: relative;
	width: 99%;
	height: 100%;
	padding-bottom: 20px;
	display: inline-block;
}
#contVideo .video{
	position: relative;
	display: block;
	float: right;
	width: 495px;
    height: 313px;
}
#contVideo .video iframe#iframe{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
#contVideo .line{
	width: 100%;
    height: 0.05em;
    background-color: #666;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}