body
{
   background-color: #EEE9E9;
   font-family: 'PT Sans', sans-serif;
}

/* Globais */

a:hover{transition-duration: 0.5s;}
p{font-size: 14px;}

#seta_up{
    position: fixed;
    margin-top: -100px;
    margin-left: -100px;
    top: 100%;
    left: 100%;
    cursor: pointer;
}

/* Carousel Slider */
#myCarousel .nav a small
{
    display: block; 
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }
/* /.Carousel Slider */

/* header */

header{
	
		/*background-color: #B22222;
		background:-webkit-gradient(linear, 80% 2%, 33% 74%, from(#15749C), to(#A2B1C3));*/
		border-bottom: 3px solid /*#dd2a1b*/ #267199;
        background-image: url(img/headerbg.png);
        font-size: 10px;
        margin-bottom: 20px;
		}
header li:hover{border-bottom: 2px solid #900;}

/* ./header */

/* Slider */
.slidegb{
        /*background-color: #267199; */
        background-image: url(img/bgslideFull.jpg);
        -moz-box-shadow: 0px 4px 5px #606060;
        -webkit-box-shadow: 0px 4px 5px #606060;
        box-shadow: 0px 4px 5px #606060;
        margin-bottom: 20px;
}

.col-dose{ border-bottom: 4px solid #267199;; color: #267199;}

.slide{
	
	-moz-box-shadow: -1px 1px 12px #000000;
	-webkit-box-shadow: -1px 1px 12px #000000;
	box-shadow: -1px 1px 12px #000000;
}
/* ./Slider */

.ajustes{padding-top: 0px;}
.ajustes h4{margin-top: 0px; margin-bottom: 4px;}
.ajustes img{box-shadow: 2px 2px 4px 2px #ccc;}

.servi_expo .col-sm-3{margin-bottom: 6px;}

/* Estilo das miniaturas */
.mini{text-align: justify;}
.mini h3{border-bottom: 2px dotted #ccc; padding-bottom: 4px; font-size: 18px;}

.mysocial{margin-left: 4px;}
.mysocial img{width: 24px; height: 24px; float: right; margin-left: 6px;}
.mysocial img:hover{
    transition-duration: 0.5s;
    -ms-transform:rotate(40deg);
    -webkit-transform:rotate(40deg); 
    transform: rotate(40deg);
}
.mysocial a{}
/*/ Estilo das miniaturas */

/* Estilo dos clientes */
button{margin-top: 20px;}
.box h3{font-size: 18px; border-bottom: 2px solid #ccc;}
.box-clientes img{-moz-box-shadow: -1px 1px 12px #000000;
	-webkit-box-shadow: -1px 1px 12px #000000;
	box-shadow: -1px 1px 12px #000000;}

/* /. Estilo dos clientes  */

/* footer*/

.footer{
		/*background-color: #900;*/
        background-image: url(img/headerbg.png);
        border-top: 4px solid #267199;
		padding: 30px;
		color: #fff;
        margin-top: 30px;
}

/* Efeito zoom retina */
.zoomImg {
position: relative;
overflow: hidden;
}
.zoomImg > img {
/*width: 100%;*/ 
border-radius: 2px;
-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.zoomImg:hover > img {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}
.zoomImg .retina{
position: absolute;
/*width: 100%;
height: 100%;*/
top: 0;
left: 0;
opacity: 0;    
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
border-radius: 2px;
text-align: center;
padding: 30px;
-webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
}
.zoomImg:hover .retina {
opacity: 1;
box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
}
.zoomImg .retina p {
color: #fff;
}
.zoomImg .retina a {
    
    text-decoration: none;
/*display: block;
width: 100px;
background: #6fc5e9;
border: 1px solid #59afd4;
border-radius: 4px;
color: #fff;
text-decoration: none;
text-align: center;
padding: 10px 15px;
margin: 14px auto 0;*/
}



.hoverzoom {
	position: relative;
    overflow: hidden;
}
.zoomImg > img {
   width: 100%; 
	border-radius: 2px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.zoomImg:hover > img {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
.zoomImg .retina{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
    border-radius: 2px;
    text-align: center;
    padding: 30px;
 
    -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
}
.zoomImg:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
    
}
.zoomImg .retina p {
	color: #fff;
}
/*.zoomImg .retina a {
	display: block;
	width: 150px;
	background: #6fc5e9;
	border: 1px solid #59afd4;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	margin: 16px auto 0;
}*/

/* /.Efeito zoom retina */

iframe{width: 100%; height: 300px; box-shadow: 2px 2px 4px 2px #ccc;}

/* Transição ao mudar de pagina*/

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

/* exemplo 1 - colocar a classe .fadeIn no body (body class="fadeIn")*/
.fadeIn {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}

/* Efeito fade para imagens*/
img, .fadeImg {
opacity:0;
-webkit-animation: fadeIn 5s ease-in-out;
-moz-animation: fadeIn 5s ease-in-out;
-o-animation: fadeIn 5s ease-in-out;
animation: fadeIn 5s ease-in-out; 
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;}

.fadeImg-delay {	
-webkit-animation-delay:3s;
-moz-animation-delay:3s;
-o-animation-delay:3s;
animation-delay:3s;}

.fadeImg2 {
opacity:0;
-webkit-animation: fadeIn 500ms linear;
-moz-animation: fadeIn 500ms linear;
-o-animation: fadeIn 500ms linear;
animation: fadeIn 500ms linear; 
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;}

.fadeImg2-delay {	
-webkit-animation-delay:6s;
-moz-animation-delay:6s;
-o-animation-delay:6s;
animation-delay:6s;}

/* /. Transição ao mudar de pagina*/
form{background-color: darkgrey; padding: 20px; padding-bottom: 20px; box-shadow: 1px 1px 1px #606060; margin-bottom: 20px;}
form button{margin-top: 2px; float: right; margin-bottom: 5px;}

.space{margin-bottom: 20px;}

