﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - White: #fff
    - Purple #1f1f70
    - Black: #1d1d1d
*/

/*==========================================================

    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;}

    svg:not(:root) {overflow: hidden;/*reset*/}

/*image replacement*/
    .hide-text {
        text-indent:  100%;
        white-space:  nowrap;
        overflow:  hidden;
        }	

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border-style: solid;
        height: 0;
        color: #ccc;
        margin: 10px 0;
        } 

    img { border: 0; max-width:100%;} 
    img.imgresp{max-width: 100%;}

    /* Make HTML 5 elements display block-level for consistent styling */  
    header, nav, article, footer, address { display: block;  } 

    /* Clearfix */
    .cf:before,.cf:after {content: " ";display: table;}
    .cf:after {clear: both;}
    .cf {*zoom: 1;}
    .clear{clear: both}
    /* clear floats */ 
    .group:before,
    .group:after {content: ""; display: table;} 
    .group:after {clear: both;}
    .group {zoom: 1;}	
    .clear { clear: both;}

    ::-moz-selection {
        background: #1f1f70; 
        color: #fff;
        text-shadow: none;
    }
    ::selection {
        background:#1f1f70;
        color: #fff;
        text-shadow: none;
    }

    html, body{
        -webkit-text-size-adjust: none; 
        -ms-text-size-adjust: 100%; 
        margin: 0;
        padding: 0;
        background: #262626!important;
        line-height: normal; 
        font-family: 'Roboto', sans-serif;
    }

/*==========================================================

    TYPOGRAPHY

===========================================================*/

    h1 { font-weight:900; color:#fff; font-size:30px; line-height:normal; text-transform: uppercase}
	h2 { font-weight:900; color:#1f1f70; font-size:24px; line-height:normal;text-transform: uppercase}
	h3 { font-weight:900; color:#000; font-size:19px; margin-bottom: 10px;}
	h4 { font-weight:800; color:#fff; font-size:16px; text-transform: uppercase}
	h5 { font-weight:600; color:#1f1f70; font-size:15px;} 

    strong{font-weight: 900}
	p, ul, ol, li { font-size: 14px; font-weight: 400; color: #000; line-height: 23px; }
    a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
        -webkit-transition:all .45s ease;
        -moz-transition:all .45s ease;
        -ms-transition:all .45s ease;
        -o-transition:all .45s ease;
        transition:all .45s ease;
    } 

    article a:link,article a:visited,article a:active {text-decoration:none; color: #000;}

    a.botaorent:link,a.botaorent:visited,a.botaorent:active {padding: 10px; background: #000; color: #fff; text-decoration: none;font-size: 14px; font-weight: 900; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
    a.botaorent:hover {text-decoration:none; color: #fff; background: #1f1f70}

    a:link, a:visited, a:active {text-decoration:none; color: #fff;}
    a:hover {text-decoration:none;}

    .center{text-align: center!important}

/*==========================================================

    LAYOUT STYLES

===========================================================*/
	.column1 {width:100%;}
	.column2 {width:50%; float:left; padding-right: 20px; 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:70%; float:left;  box-sizing: border-box;}
	.onethird{width:30%; float:right; box-sizing: border-box; }
	.dois-terco{width:60%; float:left; box-sizing: border-box;padding-right: 50px}
	.um-terco{width:40%; float:left; box-sizing: border-box; }
	
	.last{padding-right:0; margin-right:0!important;}
    .midcolumn {padding:0 20px;}
	.center{text-align:center}
    
    article{background: #fff}
    .wrapper{ width:96%; margin:0 auto; padding:0; max-width:1300px; position:relative}

/*==========================================================

    HEADER ALL PAGES

===========================================================*/
    #headerwrap{
        margin:0;
        position: relative;
        width: 100%;
        padding: 10px 0;
        background:#f6f6f6 url("../siteart/concrete_rubbed-top_gray.jpg") no-repeat top; 
    }

    .logo{float:left; width:230px;}
    .logo img{max-width: 230px; width: 100%; display: inline-block; margin: 0 auto; }
    .header-right{float:right; width:calc(100% - 230px); text-align: right; margin:1em 0 0 0}
    .header-right p{margin: 0 0 0 20px; color: #262626; display: inline-block; font-size: 17px; font-weight: 600;}
    .header-right p a:link,.header-right p a:visited,.header-right p a:active{color: #262626}
    .header-right p a:hover{color: #1f1f70}

    .header-right img{height: 35px; margin: 20px 0 0 20px }

/*==========================================================

    CONTENT STYLES

===========================================================*/
    .um-terco img{width:100%; max-width: 100%;}
    .pad{padding:5em 0;}
    iframe.mapa{border:0; width:100%; height: 300px; display: block; margin: 0 auto;}
    #title{background: #000; text-align: center;padding: 10px 0; margin:40px 0 10px 0}
    #title h1{font-size: 20px;}

/*==========================================================

    HOME PAGE

===========================================================*/
    img.mainphoto{width: 100%; max-width: 100%; display: block}
    .photobg{background:#f6f6f6 url("../siteart/concrete_rubbed-top_gray.jpg") no-repeat top; } 

    #chamar{background: #1f1f70; width: 500px; display: block; padding: 30px 0; text-align: center; position: absolute; margin: -60px 0 0 0;}
    #chamar h1{font-family: 'Oswald', sans-serif; font-size:20px;}

    #rede{padding: 2em 0 0 0;} 
    #rede img{max-width: 45px;}
    #rede a{
        display: inline-block; 
        padding: 20px 0; 
        width: 22%; 
        margin: 0 1%; 
        text-align: center; 
        border:2px solid #1f1f70; 
        font-weight: 300; 
        font-size:17px; 
        font-family: 'Oswald', sans-serif; 
        color: #fff; background: #1f1f70; 
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #rede a:hover{background:#000; color: #fff}

    .storebtn-wrap{
        padding: 15px 0;
        margin:0 auto;
        background: #1d1d1d;
        color: #fff;
        border-top:4px solid #1f1f70; 
    }
    .storebtn-wrap h2{margin-top: 5px;}
    a.storebtn{background: #1f1f70; text-align: center; padding: 8px 0; display: block; text-transform: uppercase; color: #fff}
    a.storebtn:hover{background: #fff; color: #1d1d1d}
 
    img.mainserv{max-width:100%; width: 100%; margin: 2em auto}
    .serv img{width: 98%; max-width: 223px; float: right; display: block; margin: 1% }

/*==========================================================

    SCROLLING INVENTORY

===========================================================*/

    .scrolling-wrap {
        width:100%;
        height:90px;
        overflow:hidden;
        background:#fff;
        padding:0;
    }

    .scrolling{
        width:100%;
        height:92px;
    }

/*==========================================================

    CONTACT PAGE FORM

===========================================================*/

.formcont{ background:#ececec; padding: 2%; margin: 1em auto 2em auto}
    .formcont p{color: #fff; font-weight: 700; font-size: 14px}

    .order-form{display:block;}
    .order-form label{
        display:block;
        font-size:16px;
        padding-top: 4%;
        width:100%;
    }
    .order-form input{
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 12px;
        font-size:14px;
        box-sizing:border-box;
        margin:0 1% 10px 0  ;
        width: 99%;
        font-family: 'Roboto', sans-serif; 
    }
    .order-form input.half{width:49%;float:left;}

    .order-form input:focus{ outline: #000 solid 1px!important;}

    .order-form input.button2{
        display:block;
        width:200px;
        padding: 10px 0;
        margin:10px 0 0 0;
        background-color:#1f1f70;
        color:#fff;
        border: 0;
        -webkit-transition:.3s ease-in;  
        -moz-transition:.3s ease-in;  
        -o-transition:.3s ease-in;  
        transition:.3s ease-in;
    }

    .order-form input.button2:hover{
        background-color:#787878;
        cursor:pointer;
    }

    .order-form select{
        border:#ccc solid 1px;
        border-radius: 2px;
        padding: 2%;
        font-size:14px;
        box-sizing:border-box;
        width:98%;
        margin:0 1% 10px;
        color:#969696;
    }
    .order-form select.half{width:48%;float:left;}

    .order-form textarea{
        font-family: 'Roboto', sans-serif; 
        border: #ccc solid 1px;
        border-radius: 2px;
        padding: 10px;
        font-size:14px;
        width:99%;
        margin:0 0 10px 0  ;
        box-sizing:border-box;
    }
    .order-form textarea:focus{ outline: #cc2427 solid 1px!important;}

    .CaptchaPanel {
        margin: 0px 0px 0px 0px !important;
        text-align: center;
        padding: 0px !important;
    }

    .CaptchaWhatsThisPanel a{color: #000!important}
    .CaptchaImagePanel,
    .CaptchaMessagePanel,  
    .CaptchaAnswerPanel, 
    .CaptchaWhatsThisPanel {
        margin:0px 0px 0px !important;
        font-size: 12px;
        color: #000;
        text-align: left !important;
        font-weight:normal!important;
        padding:0px 0 0!important;
        box-sizing:border-box;
        }

    .CaptchaImagePanel{float:left;margin-right:10px !important;}
    .CaptchaMessagePanel{}
    #CaptchaAnswer{margin:0 0 10px 0!important; width:100%}
    fieldset{width:98%;box-sizing:border-box;margin:0 1% 15px;background:#fff;}


/*==========================================================

    NAVIGATION

===========================================================*/
/* see menumaker.css for additional nav styles */



/*==========================================================

    SLIDESHOW

===========================================================*/
    .slides{
        background:#fff;
        padding:0;
        color:#fff;
        position:relative;
    }
    .cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
    .cycle-slideshow img{
        width:100%;
        max-width: 100%;
    }

    /* pager */
    .cycle-pager { 
        text-align: center;max-width: 100%; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
    }
    .cycle-pager span { 
        font-size: 50px; width: 16px; height: 16px; 
        display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
    }
    .cycle-pager span.cycle-pager-active { color:#2885b3;}
    .cycle-pager > * { cursor: pointer;}


/*==========================================================

    FOOTER STYLES

===========================================================*/
    .footwrap{
        padding: 2em;
        margin:0 auto;
        background: #262626;
        color: #fff;
    }
    .footwrap p{
        color: #fff;
        text-align: left;
        font-size: 13px;
    }
    .footwrap h4{margin-bottom: 10px}
    .footwrap i{font-size: 45px;margin-top: 10px;}
    .footwrap a:hover{color:#B4B4B4}

/*==========================================================

    RESPONSIVE STYLES

===========================================================*/
    
/* iPads (portrait and landscape) ----------- */

@media screen and (max-width: 1080px) {
    #contbox p {font-size: 20px;}
}
    
@media screen and (max-width: 1025px) {
    .pad {padding: 2em 0;}
    .wrapper {width: 90%;}
    .logo {width: 180px;}
    .logo img { max-width: 180px;}
    .header-right {width: calc(100% - 180px); margin: 1.5em 0 0 0;}
    
    #headerwrap-home {position: relative; background: #fff; padding: 7px 0 0 0}
    .logo {margin: 0px;}
    .manulogo a {width: 17.5%;}
    
}

@media screen and (max-width: 850px) {
    h1{text-align: center; font-size:25px}
    article h2{text-align: center;}
    article h3{text-align: center;}
    article h5{text-align: center;}
    article p{text-align: center;}
    
    #headerwrap-home{padding: 10px 0;}
    .logo {float: none; text-align: center; margin: 0 auto}
    .logo img {display: block; margin: 0 auto; text-align: center}
    
    .header-right h3{margin:0 auto}
    .header-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0 ;
    }
    
    #contbox{    
        float: none;
        width: 100%;
        margin: 1% auto;
        padding: 1% 0;
    }
    #mobilemore{display: block; padding-top: 2em;}
    #mobileless{display: none}
    
    .twothird{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
	.onethird{width:100%; float:none; padding:0 ; margin: 10px auto 0 auto; text-align: center}
    .column3 {width:100%; float:none; padding:10px 0 ; margin: 0 auto; text-align: center}
    .column2 {width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    .dois-terco {width: 100%; float: none; padding: 0;}
    .um-terco{width: 100%; float: none; margin: 2em auto 0 auto;}
    
    .last{padding-top:20px;}
    
    .serv img{width: 43%; float: none; display: inline-block; margin: 1% }
    
    
    #invwrap{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    #invcatgs{width:100%; float:none; padding:0 ; margin: 0 auto; text-align: center}
    a.botaocatinv {
        display: inline-block;
        text-align: center;
        padding: 8px 0;
        width: 49%;
    }
    .footwrap h4 { margin-top: 20px;}
    .footwrap p {text-align: center;}
    
    a.storebtn {padding: 10px 0;}
    #rede a {padding: 5px 0; width: 100%; margin: 1% auto;}
    .storebtn-wrap {padding: 2em 0;}
    
    #formpage input.button, #formpage input.button:focus{margin: 0 auto}
    .CaptchaImagePanel {margin: 0 auto;text-align: center;}
    .CaptchaAnswerPanel {margin: 0 auto;}
    .CaptchaWhatsThisPanel {margin: 0 auto;text-align: center;}
    
    #quadro{
        width: 100%; 
        padding:0 ; 
    } 
    #fotofundo{background: #1d1d1d}
    #chamar {
        width:100%;
        padding: 20px 0;
        position: relative;
        margin: 0 auto;
        background: #262626;
    }
    #about-list {text-align: center;}
    .header-right img {
        height: 25px;
        margin: 10px 10px 0 10px;
    }
    
}

@media screen and (max-width: 770px){
    .column4 {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        float: left;
    }
    .manulogo a {width: 22.5%;}
    
    .ultima{margin: 1% auto!important}
    .bota{margin: 2% auto; width: 90%; padding:3%; float: none; display: block}
}

/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px){
   .CaptchaPanel { width: 100%!important;}
    .order-form input.half{width: 99%;float: left;}
    .order-form input.button2 {width:100%;padding: 10px 0; margin: 10px auto;}
    iframe.mapa{height: 310px}
    .manulogo a {width: 30.5%;}
}

@media screen and (max-width: 500px){
    a.botaocatinv {display: block;text-align: center;padding: 8px 0;width: 100%; margin: 1% auto}
    .column4 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .manulogo a {width: 47%;}
}
@media screen and (max-width: 400px){
    .header-right img {
        height: 25px;
        margin: 5px auto;
        display: block;
    }
}
