@charset "utf-8";
/* CSS Document */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul, li{list-style:none;}

body{
	font-size:14px;
	background:#1a1e03;
	}
a{text-decoration:none;}

@font-face {
    font-family: 'ArvoRegular';
    src: url('fonts/Arvo-Regular-webfont.eot');
    src: url('fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Regular-webfont.woff') format('woff'),
         url('fonts/Arvo-Regular-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArvoBold';
    src: url('fonts/Arvo-Bold-webfont.eot');
    src: url('fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Bold-webfont.woff') format('woff'),
         url('fonts/Arvo-Bold-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansProExtraLight';
    src: url('fonts/SourceSansPro-ExtraLight-webfont.eot');
    src: url('fonts/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-ExtraLight-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-ExtraLight-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansProLight';
    src: url('fonts/SourceSansPro-Light-webfont.eot');
    src: url('fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Light-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('fonts/SourceSansPro-Regular-webfont.eot');
    src: url('fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#caixetesHome h1{
	font-family:"ArvoBold", Arial; 
	font-size:52px; line-height:40px;
	letter-spacing:-3px;
	padding:18px 0 0 0;
	color:#b3cd24;
	}
#caixetesHome h2{
	font-family:"ArvoBold", Arial; 
	font-size:38px; line-height:30px;
	letter-spacing:-2px;
	color:#282e08;
	}	
#caixetesHome h3{
	font-family:"ArvoBold", Arial; 
	font-size:38px; line-height:30px;
	letter-spacing:-2px;
	color:#FFF;
	}	
#caixetesHome h4{
	font-family:"ArvoBold", Arial; 
	font-size:38px; line-height:30px;
	letter-spacing:-2px;
	color:#e0ff00;
	}	
#caixetesHome a{
	font-family:"ArvoRegular", Arial; 
	font-size:21px;
	letter-spacing:-1px;
	color:#39400a;
	display:block;
	margin-top:5px;
	padding:2px;
	-webkit-transition: background-color .3s ease-in, color .2s ease-out;
	-moz-transition: background-color .3s ease-in, color .2s ease-out;
	-ms-transition: background-color .3s ease-in, color .2s ease-out;
	-o-transition: background-color .3s ease-in, color .2s ease-out;
	transition: background-color .3s ease-in, color .2s ease-out;
	}	
#caixetesHome a:hover{
	background:#FFF;
	}	
#caixetesHome span{
	font-family:"SourceSansProLight", Arial; 
	font-size:16px; line-height:18px;
	color:#39400a;
	padding:30px 0 30px 0;
	display:block;
	}
#caixetesHome p{
	font-family:"SourceSansProExtraLight", Arial; 
	font-size:24px; line-height:24px;
	color:#fff;
	padding-top:30px;
	}
#caixetesHome ul{
	margin-top:30px;
	}
#caixetesHome li{
	font-family:"SourceSansProLight", Arial; 
	font-size:16px;
	padding:2px 0 2px 0;
	color:#282e08;
	}
#peuTextes p{
	font-family:"SourceSansProLight", Arial; 
	font-size:13px;
	color:#c2d72a;
	padding:0 0 5px 0;	
	}
#peuTextes p a{
	color:#f0fc9c;	
	}
#peuTextes p a:hover{
	color:#fff;	
	}
#peuTextes a{
	font-family:"SourceSansProLight", Arial; 
	font-size:12px;
	color:#fff;	
	}

#caixetesQuiSom p{
	max-width:600px;
	font-family:"ArvoRegular", Arial; 
	font-size:15px; line-height:17px;
	padding:0 30px 10px 0;	
	}
#caixetesQuiSom h2{
	font-family:"ArvoBold", Arial; 
	font-size:24px; line-height:28px;
	letter-spacing:-1px;
	color:#e0ff00;
	padding:10px 0 10px 15px;	
	}
#caixetesQuiSom h3{
	font-family:"ArvoRegular", Arial; 
	font-size:16px; 
	color:#faea15;
	padding:0 0 0 15px;	
	}
#caixetesQuiSom a{
	font-family:"ArvoRegular", Arial; 
	font-size:18px;
	letter-spacing:-1px;
	color:#FFF;
	display:block;
	margin:0 13px 0 10px;
	padding:2px 2px 2px 5px;
	-webkit-transition: background-color .3s ease-in, color .2s ease-out;
	-moz-transition: background-color .3s ease-in, color .2s ease-out;
	-ms-transition: background-color .3s ease-in, color .2s ease-out;
	-o-transition: background-color .3s ease-in, color .2s ease-out;
	transition: background-color .3s ease-in, color .2s ease-out;
	}	
#caixetesQuiSom a:hover{
	background:#000;
	color:#faea15;	
	}




#caixetesQueFem p{
	max-width:600px;
	font-family:"ArvoRegular", Arial; 
	font-size:15px; line-height:17px;
	padding:0 30px 10px 0;
	}
#caixetesQueFem section p{
	max-width:600px;
	font-family:"ArvoRegular", Arial; 
	font-size:15px; line-height:17px;
	padding:0 0 10px 0;
	color:#FFF;
	}
#caixetesQueFem h2{
	font-family:"ArvoBold", Arial; 
	font-size:24px; line-height:20px;
	letter-spacing:-1px;
	color:#e0ff00;
	padding:10px 0 10px 0;	
	}
#caixetesQueFem h3{
	font-family:"ArvoRegular", Arial; 
	font-size:16px; 
	color:#faea15;
	padding:0 0 0 0;	
	}
#caixetesQueFem a{
	font-family:"ArvoRegular", Arial; 
	font-size:18px;
	letter-spacing:-1px;
	color:#FFF;
	display:block;
	margin:0 13px 0 10px;
	padding:2px 2px 2px 5px;
	-webkit-transition: background-color .3s ease-in, color .2s ease-out;
	-moz-transition: background-color .3s ease-in, color .2s ease-out;
	-ms-transition: background-color .3s ease-in, color .2s ease-out;
	-o-transition: background-color .3s ease-in, color .2s ease-out;
	transition: background-color .3s ease-in, color .2s ease-out;
	}	
#caixetesQueFem a:hover{
	background:#000;
	color:#faea15;	
	}


#caixetesFeinaFeta p{
	max-width:600px;
	font-family:"ArvoRegular", Arial; 
	font-size:15px; line-height:17px;
	padding:0 30px 10px 0;
	}
#caixetesFeinaFeta section p{
	max-width:600px;
	font-family:"ArvoRegular", Arial; 
	font-size:12px; line-height:15px;
	padding:5px 10px 10px 10px;
	color:#FFF;
	}
#avisLegal h1{
	font-family:"ArvoBold", Arial; 
	font-size:55px; line-height:50px;
	letter-spacing:-2px;
	color:#fff;
	padding:120px 0 0 335px;	
	}
	
#avisLegal h2{
	font-family:"ArvoRegular", Arial; 
	font-size:15px; line-height:18px;
	color:#93a41e;
	padding:0 0 0 0;	
	}
	
#avisLegal h3{
	font-family:"ArvoRegular", Arial; 
	font-size:13px; line-height:18px;
	color:#333;
	padding:0 0 0 0;	
	}
	
#avisLegal  p{
	max-width:600px;
	font-family:"ArvoRegular", Arial; 
	font-size:12px; line-height:15px;
	padding:5px 10px 10px 0px;
	color:#333;
	}

#avisLegal ul{list-style:square;}
#avisLegal li{
	font-family:"ArvoRegular", Arial; 
	font-size:12px; line-height:15px;
	padding:5px 10px 10px 20px;
	color:#333;	
	}





		

