/*  Vermelho: f7323f
    Preto : 000000
*/



*{
    font-family: gothic;
    margin:0;
    line-height: 2.0em;
	color: #666;
    font-size: 16px;
}


.temp-debug{
    border:solid 2px red !important;
}

.gothic{
    font-family: gothic !important;
}
.allegro{
    font-family: s-allegro !important;
    font-size:5em !important;
    line-height: 50% !important;
}


.full-width{
    width:100%;
    
}
.centered, .center{
    text-align: center;
}

.inverse, .inverse>*, .inverse>*>*{
    color: #fff;
}

h1, .h1 {
	font-size: 300%;
}
h2 {
	font-size: 200%;
}
h3 {
  	font-size: 150%;
}

h4 {
	font-weight: bold;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #333;
}

a:link, a:visited {
	/*color: #1B57B1; text-decoration: none;*/
    color: #C8A062;
    text-decoration: none;
	font-weight: normal;
}
a:hover {
	/*color: #00c;	text-decoration: underline;*/
    color: #C8A062 text-decoration: none;
	font-weight: normal;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }



.red{
    background-color: #f7323f;
}
.text-red{
    color: #f7323f;
}





input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}





/********************************************************************************/
/* Custom, iPhone Retina */ 
/********************************************************************************/
@media only screen and (min-width : 320px) {
    *{
        line-height: 1.8em;
    }
    p{
        font-size: 10px;
    }
    h1, .h1 {
	   font-size: 240%;
    }
    h2 {
	   font-size: 160%;
    }
    h3 {
  	 font-size: 100%;
    }
   
}

/********************************************************************************/
/* Extra Small Devices, Phones */ 
/********************************************************************************/
@media only screen and (min-width : 480px) {
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 12px;
    }
    h1, .h1 {
	   font-size: 200%;
    }
    h2 {
	   font-size: 160%;
    }
    h3 {
  	 font-size: 100%;
    }
  
}

/********************************************************************************/
/* Medium Devices, Desktops */
/********************************************************************************/
@media only screen and (min-width : 992px) {
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 16px;
    }
    h1, .h1 {
	   font-size: 240%;
    }
    h2 {
	   font-size: 160%;
    }
    h3 {
  	 font-size: 100%;
    }

  
}

/********************************************************************************/
/* Large Devices, Wide Screens */
/********************************************************************************/
@media only screen and (min-width : 1200px) {
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 16px;
    }
    h1, .h1 {
	   font-size: 280%;
    }
    h2 {
	   font-size: 200%;
    }
    h3 {
  	 font-size: 150%;
    }
  
}

/********************************************************************************/
/* EXTRA Large Devices, Wide Screens */
/********************************************************************************/
@media only screen and (min-width : 1600px) {
 
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 16px;
    }
    h1, .h1 {
	   font-size: 300%;
    }
    h2 {
	   font-size: 200%;
    }
    h3 {
  	 font-size: 150%;
    }
}









