﻿
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*
Site Designer: Karoline Dassie

    Main Colors
    - White: #fff
    - Black: #000
    - Red: #AC0324
*/

/*==============================
RESET
==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}
ol, ul {list-style: none;}
table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}
header, nav, article, footer, address, img {display: block;} 
* {box-sizing: border-box;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}
.clear{clear: both}


/*============================== 
LAYOUT 
==============================*/
body,html {
	width: 100%;
	-webkit-text-size-adjust: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
    background-color: #fff!important;
}
.sitewidth{max-width: 1200px; width: 100%; margin: 0 auto; }
.twothird{float: left; width: 70%; padding-right: 5%; display: block; text-align: left}
.onethird{float: right; width: 25%; display: block; }
.pad{padding: 2em 0}


/*==============================
TYPOGRAPHY
==============================*/
h1 {font-size: 30px;font-weight: 600;line-height: 36px;color: #000;}
h3 {background-color: #AC0324; font-weight: 500; text-align: center;color: #FFFFFF;font-size: 18px; padding: 10px 0; text-transform: uppercase}

a.auction_lnk{font-size: 21px; font-weight: bold; color:#fff; background:#AC0324; padding:5px; margin: 10px 0 0 0;display: block; box-sizing: border-box;}
a.auction_lnk:hover{background:#8C020B;}
/*==============================
HEADER 
==============================*/
.site-heading {
	width: 100%;
	position: relative;
	display: block;
	background-color: #000;
}

.logo {
	width: 300px;
	margin: 0 0 0 36px;
	position: relative;
	display: block;
	float: left;
}

.logo img {
	width: 100%;
	max-width: 300px;
}

.contacting {
	text-align: right;
	margin: 30px 20px 0 0;
	position: relative;
	display: block;
	float: right;
}

.contacting a {
	text-decoration: none;
}

.contacting h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
}

.contacting .fb {
	width: 48px;
	height: auto;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}
 .contacting .fb img{max-width: 100%; width: 100%}

/*==============================
CONTENT
==============================*/
.main{
    background: #fff; 
    display: block; 
    width: 100%; 
    position: relative; 
    padding: 2em 0;
}

.main p{
    font-weight: 400;    
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

.main ul{
    padding: 0 0 0 40px;
    margin: 15px 0;
    font-weight: 400;    
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

.main ul li {
    list-style: disc;
}

.main a{ color: #AC0324; text-decoration: underline}
.main a:hover{ text-decoration: none}

/*==============================
HOME PAGE
==============================*/

.announce-banner {
	width: 100%;
	background-color: #737373;   
	color: #fff;              
	text-align: center;       
	padding: 40px 0;          
	font-size: 22px;          
	font-weight: bold;
	line-height: 1.3;
}

.main-content {
	width: 100%;
    background: #fff;
	position: relative;
	display: block;
}

.main-content a{text-decoration: none;}

.main-content .welcome {
	width: 75%;
	margin: 0 auto;
    padding: 30px 0;
	position: relative;
	display: block;
}

.main-content .welcome h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 65px;
	line-height: 84px;
	text-transform: uppercase;
	text-align: center;
	color: #AC0324;
}

.main-content .button1 {
	width: 550px;
	height: 230px;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	*background-color: orange;
	background:#AC0324 url(../siteart/images/buttons/button1.png);
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

.main-content .button2 {
	width: 550px;
    height: 230px;
    margin: 0 20px;
	position: relative;
	display: inline-block;
	*background-color: orange;
	background:#AC0324 url(../siteart/images/buttons/button2.png);
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

.main-content .button3 {
	width: 490px;
    height: 230px;
    margin: 0 auto;
	position: relative;
	display: inline-block;
	*background-color: orange;
	background:#AC0324 url("../siteart/images/buttons/button3.png");
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

.main-content .button1 h2, .main-content .button2 h2, .main-content .button3 h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	margin: 10% auto 0 auto;
	text-shadow: 0px 0px 30px #000;
	color: #fff;
}

.red-btn {
	background-color: #AC0324;
	padding: 10px 0;
	margin-bottom: 50px;
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#promocao{display: block; margin: 0 auto 20px auto; padding: 20px 0; text-align: center; border: 2px dashed #ccc}
#promocao img{max-width: 140px; width: 100%; display: block; margin: 0 auto}
#promocao img:hover{
    -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(233,233,233,0.65);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


.thumbnail {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 19%;
    margin: 2%;
}

/*==============================
CAPTCHA
==============================*/
#formpage {font-size: 14px}
#formpage label {font-size:14px; font-weight:bold; display:block; text-transform:uppercase; margin-bottom:3px; color:#AC0324;}

#formpage input {
	width:100%;
	padding:6px 5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
    border-radius:0px;
	border:1px #ddd solid;
	color:#8e8d8d;
	font-size:12px;
	background:#fff;
	margin-bottom:8px;
	float:left;
    font-family: 'Raleway', sans-serif;
}

#formpage textarea {
	width:100%;
	padding:6px 5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
    border-radius:0px;
	border:1px #ddd solid;
	color:#8e8d8d;
	font-size:12px;
	height:100px;
	background:#fff;
	margin-bottom:8px;
    font-family: 'Raleway', sans-serif;
}

#formpage select {
	width:78%;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
    border-radius:0px;
	border:1px #ddd solid;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	margin-bottom:8px;
	padding:5px;
	background:#fff;
	float:left;
}

#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#fff; 
	color:#000;
	border:1px solid #AC0324;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:90px; 
    margin:0;
    padding:6px 0;
    border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #AC0324;
}
#formpage input.button:hover {background:#AC0324; color:#fff;}
 

/*control the Captcha */
.captcha-btn {width:50%; -webkit-appearance:none; margin:0; text-align:center; text-transform:uppercase; padding:10px 0; background:#AC0324; font-size:16px; line-height:16px; font-weight:bold;
	color:#fff; float:none;}
.captcha-btn:hover {background:#AC0324; color:#fff;}
.captcha-box {width:100%;}

.CaptchaPanel {
	margin:10px 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	width:100%;
}

.CaptchaImagePanel {margin:0 0 0 0; padding:0 0 0 0;}
.CaptchaImagePanel img {width:100%; height:auto; max-width:180px; margin: 0;}

.CaptchaMessagePanel {
	padding:5px 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
    text-align: left;
}

.CaptchaAnswerPanel {margin:0 0 0 0; padding:2px 0px 2px 0px !important;}
.foot #formpage .CaptchaAnswerPanel input {width:100%; width:calc(100% - 12px); float:none;}
#formpage .CaptchaAnswerPanel input {float:none;}

.CaptchaWhatsThisPanel {
	line-height:0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: left;
    
}
.CaptchaWhatsThisPanel a {color:#000; display:block;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*==============================
FOOTER
==============================*/
.footwrap {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	background-color: #000;
    padding: 30px 0;
}

.divfooter {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 400;
    line-height: 20px;
	width: 90%;
	color: #fff;
    margin: 0 auto;
}

.footerlink {
	color: #fff;
}

.twothird img {display:block; max-width: 50%; }

/*==============================
RESPONSIVE STYLES
==============================*/
@media screen and (max-width: 1550px) {
	.main-content .welcome {
		width: 85%;
	}
	
	
	
	
}


@media screen and (max-width: 1200px) {
	.main-content .welcome {
		width: 85%;
        padding: 20px 0 0 0;
        margin: 0 auto;
    }
        
	.main-content .welcome h1 {
		font-size: 72px;
		line-height: 72px;
	}

    .sitewidth{width:90%;}
    .twothird{float:none; width: 100%; padding:0; }
    .onethird{float:none; width: 100%; margin-top: 1em}
}



@media screen and (max-width: 1202px){
	.main-content .button1 {
        margin:20px auto;
		width: 450px;
	}
	
	.main-content .button2 {
        margin:0 auto;
		width: 450px;
	}
	
	.main-content .button3 {
        margin:0 auto;
		width: 450px;
	}
}

@media screen and (max-width: 1024px){
	.main-content .welcome {
		width: 90%;
	}
	
	.main-content .welcome h1 {
		font-size: 48px;
		line-height: 48px;
	}
}

@media screen and (max-width: 920px) {
	.main-content .button3 {
        margin:0 auto 20px auto;
	}
}

@media screen and (max-width: 770px)  {
	.site-heading .logo {
		width: 200px;
	}

	.site-heading .logo img {
		width: 100%;
		height: auto;
	}
	
	.contacting h1 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.contacting .fb {
		width: 36px;
	}
	
	.main-content .welcome {
		width: 90%;
	}
	
	.main-content .welcome h1 {
		font-size: 28px;
		line-height: 28px;
	}
	
	.main-content .button1 {
		width: 96%;
		height: 200px;
		margin: 10px auto 0 auto;
	}
	
	.main-content .button2 {
		width: 96%;
		height: 200px;
		margin: 10px auto 10px  auto;
	}
	
	.main-content .button3 {
		width: 96%;
		height: 200px;
		margin: 10px auto 10px  auto;
	}
	
	.main-content .button1 h2, .main-content .button2 h2, .main-content .button3 h2 {
		width: 60%;
		font-size: 30px;
		line-height: 30px;
		margin: 64px auto;
	}
}

@media screen and (max-width: 585px)  {
	
	.main-content .button1 h2{
		width: 90%;
		font-size: 30px;
		line-height: 30px;
		margin: 10% auto;
	}
	
	.main-content .button2 h2 {
		width: 90%;
		font-size: 30px;
		line-height: 30px;
		margin: 64px auto;
	}
	
	.main-content .button3 h2 {
		width: 90%;
		font-size: 30px;
		line-height: 30px;
		margin: 64px auto;
	}
}


@media screen and (max-width: 549px) {
	.site-heading .logo {
		width: 200px;
		margin: 10px auto 0px auto;
		float: none;
	}
	
	.site-heading .contacting {
		width: 100%;
		text-align: center;
		margin: 15px auto;
		float: none;
	}
	
	.contacting h1 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.contacting .fb {
		width: 24px;
		margin-top: 6px;
	}
   
    
	.main-content .welcome {
		width: 90%;
	}
	
	.main-content .welcome h1 {
		font-size: 28px;
		line-height: 28px;
	}
	
}