@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul li a {
		display: block;
		float: left;
		height: 50px;
		padding: 0;
		overflow: hidden;
	}
	
		ul li a img {
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	}

	ul li a:hover img {
		margin-top: -50px;
	}


#roqstore {background-image:url(imagem/opaci.png);  position: fixed;  z-index: 500; width: 100%; height: auto; 
padding-top: 0; top: 0; left: 0;}
.container {width: 100%; margin: auto;}
 
nav {float: right; } /*alinha o menu a direita*/
nav ul li {display: inline; margin-left: 2px;} /*menu em linha e espaço entre os itens*/


a:link {
    text-decoration: none;color:#C72425;
	
}

a:visited {
    text-decoration: none;color:#C72425;
}

a:hover {
    text-decoration: underline;color:#C72425;
}

a:active {
    text-decoration: underline; color:#C72425;
}


.roq-animated {
                        
             -webkit-animation-duration: 10s; 
            animation-duration: 10s; 
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; 
         }
         
         @-webkit-keyframes bounceInLeft {
            0% {
               
               -webkit-transform: translateX(-2000px);
            }
            60% {
               
               -webkit-transform: translateX(30px);
            }
            80% {
               -webkit-transform: translateX(-10px);
            }
            100% {
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes bounceInLeft {
            0% {
               
               transform: translateX(-2000px);
            }
            60% {
               
               transform: translateX(30px);
            }
            80% {
               transform: translateX(-10px);
            }
            100% {
               transform: translateX(0);
            }
         }
         
         .bounceInLeft {
            -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
         }

li[id="roqs3"] { color:#C72425; font-size: 16px;  max-width: 560px; padding:20px;   display:block; }
li[id="roqs4"] {  max-width: 200px;  font-size: 16px;  margin-left: 10px; margin-right: 10px; display:block; }
li[id="roqs9"] {   font-size: 16px; text-align:left;   margin-left: 30px; margin-right: 30px; display:block; }

 body {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
        font-size: 16px;
		color:#C72425;
      }

#contato {
         font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
        font-size: 14px;
		color:#C72425;
		
}
 
#contato input, #contato textarea {
        
        
		
		padding: 12px 20px 12px 20px;
		width: 80%;
	    display: block;
	    height: auto;
		margin-top:6px;
		background: transparent;
		 font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
        font-size: 16px;
		color:#C72425;
		border: 2px solid #C72425;
		
}


#contato select  {
        	
		padding: 10px;
		width: 87%;
	    display: block;
	    height: auto;
		background:#FFF;
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
        font-size: 14px;
		color: #C72425;
		border: 2px solid  #C72425;
		margin-top:2px;
		cursor: pointer;
}

::-webkit-input-placeholder {
   color: #C72425;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
}

:-moz-placeholder {
   color:#C72425;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
}

::-moz-placeholder {
   color: #C72425;  
   font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
}

:-ms-input-placeholder {  
   color: #C72425;  
   font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
}


.button{
      
       
		width: 100%;
		display: block;
	    height: auto;
	    background: #C72425;
		border: 2px solid #C72425;
		margin-top:10px;
		
	    cursor: pointer;
	    padding: 12px 20px 12px 20px;
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
        font-size: 16px;
		color:#FFF;
		
	}
	.button:hover {
   background-color:#000;
	border: 2px solid  #000; 
    color: #FFF;
	-moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}



#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 75px;
	display: block;
	height: auto;
	margin-top: ;
	
	
	
}

#TOPO2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-top: ;
	background-color: ;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
    color:#FFF;
	font-size:16px;   

}

#TOPO3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-top:;
	background-image:url(imagem/.jpg);
	background-attachment:scroll; 
	background-repeat: repeat;
	background-position: top center;
	
	color:#000;
	

}
#CONTATO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-top: ;
	background-color:  ;
	font-family: 'Questrial', sans-serif;
    color:#000;
	font-size:18px; 
}

#COPY {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-top: ;
	
	background-image:url(imagem/parede-portfolio-repeat.jpg);
	background-attachment:scroll; 
	background-repeat: repeat;
	background-position: top center;
	font-family: 'Questrial', sans-serif;
    color:#000;
	font-size:10px;
}
#LOGOMARCA {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-top: ;
	background:#000;
	opacity:;
	color: ;
}
#TITULO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-top: ;
	background:  ;
	font-family: 'Questrial', sans-serif;
    color:#F4F6F5;
	font-size:10px;
}


#CONTEUDO-A {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	font-family: 'Questrial', sans-serif;
    color:#000;
	
	     
	
}
#CONTEUDO-B {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	font-family: 'Questrial', sans-serif;
    color:#000;
	font-size:16px;  
	
}

#CONTEUDO1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	font-family: 'Questrial', sans-serif;
    color:#FFF;
	font-size:16px;  
	
}
#CONTEUDO2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	font-family: 'Questrial', sans-serif;
    color:#FFF;
	font-size:16px;  
	
}
#CONTEUDO3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:  block;
	margin-top: 10px;
	font-family: 'Questrial', sans-serif;
    color:#FFF;
	font-size:16px;  
	
}
#CONTEUDO4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:  block;
	margin-top: 10px;
	font-family: 'Questrial', sans-serif;
    color:#FFF;
	font-size:16px;  
	
}





#UP {
	clear: both;
	float: right;
	margin-left: 0;
	width: ;
	display: block;
	height: auto;
	margin-top: ;
	
	opacity:;
	color: ;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TOPO2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TOPO3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#CONTATO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TITULO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#COPY {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LOGOMARCA {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#CONTEUDO-A {
	clear: both;
	float: left;
	margin-left: 4%;
	padding: padding: 5px 20px;
	width: 88.9361%;
	display: block;
}
#CONTEUDO-B {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 88.9361%;
	display: block;
}

#CONTEUDO1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#CONTEUDO2 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#CONTEUDO3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#CONTEUDO4 {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}


#UP {
	clear: both;
	float: right;
	margin-left: 0;
	width: ;
	display: block;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
#TOPO2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TOPO3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
#CONTATO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TITULO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#COPY {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LOGOMARCA {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#CONTEUDO-A {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 43.9436%;
	display: block;
}
#CONTEUDO-B {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 43.9436%;
	display: block;
}

#CONTEUDO1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.9436%;
	display: block;
}
#CONTEUDO2 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#CONTEUDO3 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#CONTEUDO4 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}

#UP {
	clear: both;
	float: right;
	margin-left: 0;
	width: ;
	display: block;
}

}
