/*
    Site Designer: Karoline Dassie

    Main Colors:
    -Red: #d90303
    -Black: #000
    -White: #fff
*/

/***** BEGIN 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {clear: both; height:0px; margin:0;}
img {max-width:100%;}

::-moz-selection {
    background: #d90303;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d90303;
    color: #fff;
    text-shadow: none;
}

/***** FRAMEWORK *****/
    body, html { 
        -webkit-text-size-adjust: none; 
        -ms-text-size-adjust: 100%; 
        font-family: 'Montserrat', sans-serif; 
        margin: 0; 
        padding: 0; 
        line-height: normal 
    }
    .sitewidth { width:90%; margin:0 auto; padding:0; position: relative;}
    .pad{padding:3em 0;}

/***** TYPOGRAPHY *****/
    h1 {font-size: 50px; font-weight: 500; line-height: normal; color: #000; margin-bottom: 20px}
    h2 {font-size: 24px; font-weight: 500; line-height: normal; color: #fff; }
    h3 {font-size: 26px; font-weight: 900; line-height: normal; color: #d90303; font-style:italic}
    h4 {font-size: 18px; font-weight: 500; line-height: normal; color: #000; }
    h5, h5 a {font-size: 21px; font-weight: 600; line-height: normal; color: #d90303; }
    h6, h6 a {font-size: 16px; font-weight: 600; line-height: normal; color: #000; }

    a:link, a:hover, a:active, a:visited{
        text-decoration:none; 
        color: inherit;
        -webkit-transition:all .45s ease;
        -moz-transition:all .45s ease;
        -ms-transition:all .45s ease;
        -o-transition:all .45s ease;
        transition:all .45s ease;
    }
    b, strong{font-weight: 900}
	p, ul, ol, li { font-size: 18px; font-weight: 400; color:#464646 ; line-height: 26px; }
    .center{text-align:center}
    

/***** LAYOUTS *****/
	.column2 {width:47.5%; float:left; margin-right:5%; box-sizing: border-box; color:#fff;}
	.column3 {width:33.33333%; float:left; padding:0 ; box-sizing: border-box;}
	.column4 {width:23%; margin-right:2%; float:left;  box-sizing: border-box;}
	.column5 {width:20%; float:left; padding-right:1%; box-sizing: border-box;}
    .column6 {width:16%; float:left; padding-right:1%; box-sizing: border-box;}
	
	.twothird{width:60%; float:left;  box-sizing: border-box;}
	.onethird{width:40%; float:left; padding-right: 30px; box-sizing: border-box; text-align:left}
	.dois-terco{width:70%; float:left; padding-right: 30px; box-sizing: border-box;}
	.um-terco{width:30%; float:left; box-sizing: border-box; }
	.last{padding-right:0; margin-right:0!important;}
	

/***** HEADER *****/
    header {background: #fff; padding: 10px 0;}
    .logo {float:left; max-width:350px; width:40%;}
    .header-contact {float:right; text-align:right; margin-top:1%;}
    .header-contact h5{margin-bottom: 10px}

/***** SCROLLING INVENTORY *****/
    .scrolling-wrap {
        width:100%;
        height:90px;
        overflow:hidden;
    }

    .scrolling{
        width:100%;
        height:92px;
    }


/***** HOME PAGE *****/
    #main{background: #fff url("../siteart/main-pattern.jpg") repeat; text-align: center}
    .manulogos{ text-align: center}
    .manulogos img {display: inline-block; margin: 1%; vertical-align: middle; max-width: 200px;}


/***** VIDEO *****/
    .mainvideo {
        position: relative;
        width: 100%;
        height: 0;
        padding: 56% 0 0 0;
    }
    .mainvideo video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/***** MAP *****/
    iframe.mapa {
        position: relative;
        display: block;
        height: 300px;
        width: 100%;
    }


.ts-modal-header h2 {
    color: #000;
}

/***** CONTACT PAGE *****/
    .contact-form {text-align:left;}

    .CaptchaPanel {
        margin: 10px 0px 10px 0px;
        text-align: left !important;
        padding: 10px;
    }

    .detailed-search input[type="text"] {
        width: 100%;
        margin: 6px 0;
        padding: 4px 8px;
        font-size: 18px;
        background-color: #f9f9f9;
        border: 1px solid #bebebe;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        border-radius: 0;
        color:#000;
    }

    input[type="submit"] {
        width: 40%;
        margin: 5px 0;
        padding: 7px 7px;
        font-size: 18px;
        color: #FFF;
        background-color: #b7252d;
        border: 1px solid #000;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    textarea {
        width: 100%;
        margin: 6px 0;
        padding: 4px 8px;
        font-size: 18px;
        background-color: #f9f9f9;
        border: 1px solid #bebebe;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        border-radius: 0;
        color:#000;
        min-height:100px;
    }

    .CaptchaMessagePanel {
        padding: 5px 5px 10px 5px;
        font-weight: bold;
        color:#000;
    }

    .contact-form {margin-bottom:20px; padding:0 20px;}

    #boxlinks {
        text-align:justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        max-width:1020px;
        margin:30px auto;
    }

    .linkbox {
        width: 30%;
        position: relative;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        *float:left;
    }

    .linkstretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0
    }


/***** FOOTER *****/
    footer {background:#000 url("../siteart/nav-pattern.jpg") repeat; padding:20px 0; }
    footer p{color: #fff}
    footer h2{font-weight: 900}

    a.footerlink:link, a.footerlink:visited, a.footerlink:active{
        font-size:11px;
        color:#b2b2b2;
    }

    a.footerlink:hover {
        text-decoration:none; 
        font-size:11px;
        color:#fff;
    }

    .footertext {
        font-size:11px; 
        color:#b2b2b2;
    }

    .smallfootertext{
        font-size:11px; 
        color:#b2b2b2;
    }

    .divfooter {
        max-width:830px; 
        text-align:center; 
        margin:0 auto;
        color: #b2b2b2;
    }
    .infomais{float: left}
    .icone{float: left}
    .icone .fa {color:#d90303; font-size: 60px; float: left; margin: 0 20px 0 0}



/***** RESPONSIVE STYLES *****/
@media only screen and (max-width: 1414px) {
    .sitewidth { width: 95%;}
}

@media only screen and (max-width: 1313px) {
    .icone .fa {font-size: 40px;}
}

@media only screen and (max-width: 1225px) {
    .icone .fa {font-size: 40px;float: none; margin:0;}
    .column4 {width: 48%;margin: 1%;}
    .infomais {float: none; display: block; text-align: center}
    .icone {float: none;display: block; text-align: center}
}
        
@media only screen and (max-width: 900px) {
    .logo {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
        max-width: 266px;
    }
    .header-contact {
        float: none;
        text-align: center;
        margin-top: 3%;
        width: 100%;
    }
    .manulogos img { max-width: 150px;}
    .column3{float: none; width: 100%; margin: 2% auto}
}

@media only screen and (max-width: 767px) {
    .one-third, .two-third {width:100%; margin:10px 0; text-align:center;}
    .side-menu {display:none;}
    .contact-form {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .column2{float: none; width: 100%; margin: 2% auto}
}

@media only screen and (max-width: 699px) {
    .column3 {width:100%;}
    
}

@media only screen and (max-width: 550px) {
    .column4 {width: 100%;margin: 2% auto;}
    .pad {padding: 1em 0;}
    .manulogos img { max-width: 130px; position: relative; display: block; margin: 3% auto}
}





