
/* -----------------------------------------------------------------------------
 *
 * Geral
 *
 * ---------------------------------------------------------------------------*/

html { font-size: 1px; }

/* Apenas uma familia  amigáel entre Linux e Windows sans-serif:
http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack
*/
body { font-size: 16em; font-family: Helmet, Freesans, sans-serif;}

/* Para fontes locais, usar o gerador do Font Squirrel:
  http://www.fontsquirrel.com/tools/webfont-generator
*/

/* Textos pretos são feios */
body, select, input, textarea {color: #333;}

a { color: #03f; text-decoration: none; }
a:hover {color: #69f;}

/* Seleção de texto personalizada (remoção das sombras: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #ed3237; color: #fff; text-shadow: none;}
::selection {background: #ed3237; color: #fff; text-shadow: none;}

/* j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla não estiliza os placeholders por padrão */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* Blocos de aspas não possuem aparẽncia padrão em todos os navegadores */
blockquote {padding: 16px; background: #eee;}


.container {
    width: 86% !important;
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
}

/* -----------------------------------------------------------------------------
 *
 * Cabeçalho
 *
 * ---------------------------------------------------------------------------*/

header {
    text-align: center;
    /* -- */
    border-top: 15px solid #333;
    background: #fff;
}

header p {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 2px solid rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
            transition: all 0.5s;
}

header p strong,
header p em {
    display: block;
    position: relative;
}

header p strong {
    color: #555;
    font-size: 2em;
}

header p strong i {
    margin-right: 5px;
    color: #555;
}

header p img {
    position: absolute;
    display: none;
}

header p strong img {
    width: 35px;
    left: -50px;
}

header p em img {
    width: 20px;
    left: -42px;
}


/* -----------------------------------------------------------------------------
 *
 * Menu Principal
 *
 * ---------------------------------------------------------------------------*/

.main-menu {
    position: relative;
    float: left;
    width: 100%;
    /* -- */
    background: #ed3237;
}
.main-menu .container {
    padding: 0px;
}
.main-menu .content-clear {
    position: relative;
}

/* Botão Mobile */

.main-menu .mobmenu {
    position: relative;
    float: left;
    padding: 18px 20px 18px 20px;
    font-size: 0.9em;
    cursor: pointer;
    /* -- */
    color: #fff;
    background: #555;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
            transition: all 0.5s;
}
.main-menu .mobmenu:hover {
    background: #777;
}
.main-menu .mobmenu i {
    margin-right: 10px;
}

/* Menu Mobile */

.main-menu ul {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.main-menu ul li {
    float: left;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.main-menu ul li,
.main-menu ul li > a {
    width: 100%;
}
.main-menu ul li > a {
    float: left;
    padding: 18px 20px 18px 20px;
    font-weight: 500;
    font-size: 0.9em;
    /* -- */
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
            transition: all 0.5s;
}
.main-menu ul li > a:before {
    line-height: 1.1;
}
.main-menu ul li > a:hover,
.main-menu ul li > a.active {
    background: #555;
}

/* -----------------------------------------------------------------------------
 *
 * Rodapé
 *
 * ---------------------------------------------------------------------------*/

footer {
    background: #333 url(/img/bg-footer.png) no-repeat top center;
    text-align: center;
}
footer .footer-menu {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    font-size: .9em;
    /* -- */
    border-top: 2px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
            transition: all 0.3s;
}
footer .footer-menu li {
    display: inline-block;
}
footer .footer-menu li+li {
    border-left: 1px solid #fff;
}
footer .footer-menu li a {
    padding: 2px 5px;
    cursor: pointer;
    /* -- */
    color: #fff;
}
footer .footer-menu li a:hover {
    color: #ed3237;
}
footer p {
    text-align: center;
    padding: 15px;
    font-size: .8em;
    /* -- */
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.5);
}
footer p span {
    display: none;
}
footer p small {
    display: block;
    padding-top: 5px;
    font-style: italic;
}
footer p small a {
    color: #ed3237;
}

.featured-box {
    padding-top: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9dde3+0,feffff+100 */
    background: #d9dde3; /* Old browsers */
    background: -moz-linear-gradient(top, #d9dde3 0%, #feffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d9dde3 0%,#feffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d9dde3 0%,#feffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dde3', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}

/* -----------------------------------------------------------------------------
 *
 * Slider
 *
 * ---------------------------------------------------------------------------*/

.slider .container {
    position: relative;
    overflow: hidden;
    padding: 0px;
}
.slider img {
    width: 100%;
    float:left;
    display: none;
    cursor: pointer;
}

.slider img.active {
    display: block;
}

.slider .slider-btn {
    position: absolute;
    width: 5em;
    height: 5em;
    font-size: 1em;
    line-height: 5em;
    top: 50%;
    margin-top: -2.5em;
    text-align: center;
    cursor: pointer;

    background: #ed3237;
    color: #fff;
}

.slider .slider-btn:hover {
    background: #555;
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
            transition: all 0.3s;
}

.slider .slider-btn.disabled,
.slider .slider-btn.disabled:hover {
    background: #999;
    color: #fff;
    opacity: 0.5;
}

.slider .slider-btn i {
    font-size: 2.5em;
    line-height: inherit;
}

.slider .slider-left { left: 0px; }
.slider .slider-right { right: 0px; }

/* -----------------------------------------------------------------------------
 *
 * Featured
 *
 * ---------------------------------------------------------------------------*/

.featured .container {
    padding: 20px 0;
}

.featured article {
    position: relative;
    float:left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.featured article:nth-child(1) {
    border-left: 10px solid #dd3338;
}

.featured article:nth-child(2) {
    border-left: 10px solid #f58634;
}

.featured article:nth-child(3) {
    border-left: 10px solid #ed3237;
}

.featured article:nth-child(4) {
    border-left: 10px solid #6e99cf;
}

/*.featured article img {
    width: 100%;
    float: left;
}

.featured article a {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px;
    background: rgba(0,0,0,.5);
    color: #fff;
}
.featured article a:hover {
    background: #ed3237;
}
*/
/* -----------------------------------------------------------------------------
 *
 * Jumbo
 *
 * ---------------------------------------------------------------------------*/

.jumbo{
    text-align: center;
    background: #eee;
}
.jumbo img {
    width: 60%;
}
.jumbo p {
    font-size: 2em;
}
.jumbo p strong {
    display: block;
    font-size: 1.5em;
}
.jumbo p a {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: .7em;
    color: #fff;
    background: #ed3237;
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
            transition: all 0.3s;
}
.jumbo p a:hover {
    background: #555;
}

/* -----------------------------------------------------------------------------
 *
 * Infobox
 *
 * ---------------------------------------------------------------------------*/

.infobox article {
    float: left;
    width: 100%;
    border-radius: 15px;
}

.infobox article a {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    padding-right: 0px;
    font-size: 2em;
    font-weight: bold;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.infobox article.contact a {
    background: rgba(255,255,255,0.6);
    color: #000;
}

.infobox article.catalog {
    background: url(/img/info-cable.png);
    background-size: cover;
}

.infobox article.contact {
    background: url(/img/info-map.png);
    background-size: cover;
}

.infobox article + article {
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
 *
 * Páginas
 *
 * ---------------------------------------------------------------------------*/

.page-header h1 {
    font-size: 36px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.page-header h1 i {
    margin-right: 5px;
    color: #ed3237;
}

.page-content h2 {
    font-size: 28px;
    color: #ed3237;
    padding-bottom: 20px;
}

.page-content p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-bottom: 15px;
}

.page-content table {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.page-content table tr {
    border-top: 1px solid #ddd;
}

.page-content table tr th,
.page-content table tr td {
    padding: 10px;
    border-left: 1px solid #ddd;
    text-align: center;
}

/* -----------------------------------------------------------------------------
 *
 * Contato
 *
 * ---------------------------------------------------------------------------*/

.contact-box h5 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.contact-box p {
    font-size: 16px;
    padding-right: 20px;
    color: #777;
}

.contact-box ul {
    margin-top: 20px;
    padding-bottom: 30px;
    color: #666;
}

.contact-box ul li:first-child {
    font-size: 24px;
    font-weight: bold;
}

.contact-right .maps iframe {
    width: 100%;
    height: 300px;
}




/* -----------------------------------------------------------------------------
 *
 * Responsividade
 *
 * ---------------------------------------------------------------------------*/

/* Celulares (Retrato) */

@media screen and (max-width: 37em) {

    /* ... */

    /* Slider */

    .slider img {
        max-width: 180%;
        width: 180%;
        display: none;
        cursor: pointer;
        float: right;
    }

    .slider .slider-btn {
        width: 4em;
        height: 4em;
        font-size: 1em;
        line-height: 4em;
        top: 50%;
        margin-top: -2em;
    }

    .slider .slider-btn i {
        font-size: 2em;
    }
}

/* Celulares (Paisagem) e Tablets (Retrato) (37em a 68em) */

@media(min-width: 37.1em) {

    /* Cabeçalho */

    header {
        background: #fff url(/img/bg-header.png) no-repeat top center;
    }

    header h1 {
        float: left;
    }
    header p {
        float: right;
    }
    header p {
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
        text-align: left;
    }
    header p strong {
        font-size: 2.0em;
        /*--*/
        color: #ed3237;
    }

    header p em {
        color: #ed3237;
        font-weight: bold;
        margin-top: 5px;
    }

    header p strong i {
        margin-right: 10px;
    }

    header p img {
        display: block;
    }


    /* Menu Mobile */

    .main-menu ul {
        float: left;
        display: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }
    .main-menu ul li {
        float: left;
    }
    .main-menu ul li a {
        width: 100%;
        padding: 18px 20px 18px 20px;
        /* -- */
        color: #fff;
        text-shadow: 0 0 5px #000;
    }
    .main-menu ul li a:hover,
    .main-menu ul li a.active {
        padding: 18px 20px 18px 20px;
        /* -- */
        color: #fff;
        border-bottom: none;
    }

    /* Rodapé */

    footer p {
        font-size: .9em;
    }
    footer p span {
        display: inline;
    }
    footer p span:before {
        content: " - ";
    }

    /* Featured */

    .featured article {
        float: left;
        width: 45%;
        margin: 2%;
    }

    .featured article img {
        width: 100%;
    }

    .featured article + article {
        /*...*/
    }

    /* Jumbo */

    .jumbo img {
        float: left;
        width: 40%;
    }
    .jumbo p {
        padding-top: 8%;
        font-size: 1.5em;
        width: 60%;
        float: left;
    }

    /* Infobox */

    .infobox .container {
        padding: 15px 8%;
    }
    .infobox article {
        float: left;
        width: 48%;
    }
    .infobox article + article {
        margin-left: 4%;
        margin-top: 0px;
    }
}

@media(min-width: 37.1em) and (max-width: 68.1em) {

    /* Menu Mobile */

    .main-menu ul {
        border-top: 2px solid rgba(255,255,255,0.3);
    }

    .main-menu ul li {
        width: 48%;
    }

    .main-menu ul li:nth-of-type(2n+0) {
        float: right;
    }
    .main-menu ul li:last-of-type {

    }

    .infobox article a {
        font-size: 1.2em;
    }


}

/* Intermediário (68em a 84em) */

@media (min-width: 68.1em) {

    /* Botão Mobile */

    .main-menu .mobmenu {
        display: none;
    }

    /* Menu Mobile */

    .main-menu ul {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        border-top: none;
    }
    .main-menu ul li,
    .main-menu ul li > a {
        width: auto;
        border-bottom: none;
    }
    .main-menu ul li + li {
        border-left: 1px solid rgba(255,255,255,0.1);
    }

    /* Rodapé */

    footer img {
        float: left;
    }
    footer .footer-menu {
        float: right;
        padding-top: 0px;
        margin-top: 10px;
        font-size: 1em;
        /* -- */
        border-top: none;
    }
    footer p {
        font-size: 1em;
    }

    /* Featured */

    .featured article {
        width: 21%;
        margin: 2%;
    }

    /* Jumbo */

    .jumbo p {
        padding-top: 8%;
        font-size: 2em;
        text-align: left;
    }

    /* Infobox */

    .infobox article {
        float: left;
        width: 48%;
    }

    .infobox article + article {
        margin-left: 4%;
        margin-top: 0px;
    }

    /* Contato */

    .contact-box {
        padding-bottom: 15px;
    }

    .contact-left,
    .contact-right {
        float: left;
    }

    .contact-left {
        width: 40%;
        padding-top: 60px;
    }

    .contact-right {
        width: 60%;
    }

    /* Produtos */

    .page-content .aluminio-formacoes {
        width: 70%;
    }

}
