@charset "utf-8";
/* ------------- descrição
Site Name: ETECENIC
Site URI: http://www.etecenic.com.br
Description: Padrões de layout para o site
Version: 1.0
Author: Baú Elétrico - Camilo saraiva
Author URI: http://www.baueletrico.com.br
Date: 02/19
	
------------- */

@import url('reset_css.css');

<link href="https://fonts.googleapis.com/css?family=Exo:400,400i,600,800" rel="stylesheet">


* {
	margin: 0;
	padding: 0;
}
a {
	outline: 0 none;
}
a img {
	border: medium none !important;
}
strong {
	font-weight: bold !important;
}
input {
	-webkit-appearance: none;
}
html {
	-webkit-text-stroke: 1px transparent;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	background:#d1dbe3;
	color: #353434;
    font-family: 'Exo', sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	overflow-x: hidden;
}

.base-body-geral-home {
    width: 100%;
    height:calc(100vh - 105px);
    background: url(../imagens/home-site.jpg) center no-repeat;
    background-size: cover;
}

.base-body-geral {
    width: 100%;
    height:auto;
    min-height:calc(100vh - 105px); 
    background:#d1dbe3;
}

header {
    width: 100%;
    height: 80px;
    background-color: rgba(28, 58, 101, 0.8);
    color: rgba(28, 58, 101, 0.8);
    -webkit-box-shadow: 0 5px 10px 0 rgba(000,000,000,0.5);
    box-shadow: 0 5px 10px 0 rgba(000,000,000,0.5);
}

.logo-etecenic {
    float: left;
}

.logo-etecenic > h1 > a {
    background: url(../imagens/etcenic.png) no-repeat;
    height: 63px;
    width: 248px;
    display: inline-block;
    text-indent: -9000px;
    cursor: pointer;
    overflow: hidden;
    margin: 8px 0 0 0;
}

.logo-etecenic > h2 { display: none; }

.menu-header {
    float: right;
}

.menu-header ul li {
    display: inline;
    text-transform: uppercase;
}

.menu-header ul li a {
    display: inline-block;
    font-size: 1.4em;
    text-decoration: none;
    line-height: 80px;
    color: #c9cfdc;
    padding: 0 1em;
    height: 80px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu-header ul li a:hover {
    color: #fff;
    background: #375074;
}

.menu-header-mobile {
    display: none;
}


.splash-home > div > h3 {
    color: #fff;
    font-size: 6em;
    font-weight: 800;
    margin: 40px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-shadow: 0 3px 3px #333;
}

.base-destaques {
    height: 80px;
    width: calc(100% - 100px);
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 5px 10px 0 rgba(000,000,000,0.5);
    box-shadow: 0 5px 10px 0 rgba(000,000,000,0.5);
    
    position: absolute;
    bottom: 140px;
    margin:0 0 0 25px;
}

.destaque1 {
    float: left;
}

.destaque2 {
    float: right;
}

.base-destaques > div > a {
    display: inline-block;
    background: #1c3965;
    height: 90px;
    width: 90px;
    border-radius: 50px;
    padding: 10px 0 0 10px;
}

.base-destaques > div > a > img {
    width: 75px;
    height: auto;
}

.base-destaques > div.destaque1 {
    margin: -10px 0 0 -20px;
}

.base-destaques > div.destaque2 {
    margin: -10px -30px 0 0;
}

.base-destaques > div.destaque1 > p {
    color: #353434;
    font-size: 1.4em;
    margin:-57px 0 0 120px;
    position: absolute;
}


.base-destaques > div.destaque2 > p {
    color: #353434;
    font-size: 1.4em;
    margin:-57px 0 0 -200px;
    position: absolute;
}

footer {
    height: 105px;
    border-top: 1px solid #8b8c7c;
    background: #1c3965;
    font-size: 1.5em;
    color: #f1f3f9;
}

.nav-footer {
    float: left;
    margin: 25px 0 0 0;
}

.nav-footer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.nav-footer ul li a {
    color: #d9deed;
    text-decoration: none;
    line-height: 1.4em;
    display: block;
}

.nav-footer ul li a:hover {
    color: #fff;
}

.endereco-footer {
    float: right;
    margin: 25px 0 0 0;
    text-align: right;
}

.endereco-footer > div {
    display: inline-block;
    margin: 0 10px;
    text-align: right;
    vertical-align: middle;
}

.fone-mobile a {
    display: none;
}

/* ========== páginas internas  ========== */

.clear-floats {
    clear: both;
    margin: 5px 0;
    display: block;
    width: 100%;
}

.coluna-conteudo h3 {
    margin: 0 0 1.2em 0;
    font-size: 2em;
    color: #353434;
    font-weight: 800;
}

.coluna-conteudo h4 {
    margin: 1.2em 0;
    font-size: 1.6em;
    color: #353434;
    font-weight: 800;
}

.coluna-conteudo p {
    margin:1.2em 0;
    font-size: 1.5em;
    color: #353434;
    text-align: justify;
}

a.botao-pdf {
    display: inline-block;
    background: #1c3965;
    color: #f1f3f9;
    padding: 4px;
    border-radius: 3px;
    text-decoration: none;
}

.coluna-imagem-conteudo img {
    box-shadow: 0 5px 5px 3px rgba(000,000,000,0.5);
    border: 5px solid #fff;
    width: 100%;
    height: auto;
}

.coluna-conteudo ul {
    columns: 3;
    font-size: 1.5em;
    margin: 1.2em 0;
}

.lista-produtos {
    text-align: center;
}

.lista-produtos > div > dl {
    width:calc(33% - 20px);
    display: inline-block;
    float: left;
    margin: 10px;
}

.lista-produtos > div > dl dt {
    text-align: left !important;
}

.lista-produtos > div > dl dt a {
    font-size: 1.5em;
    padding: 10px 0 10px 4px;
    color: #353434;
    font-weight: 800;
    text-decoration: none;
    display: block;
}

.lista-produtos > div > dl dd a img {
    width: calc(100% - 8px);
    height: auto;
    border: 4px #fff solid !important;
}

.formulario label {
    font-size: 1.4em;
}

.formulario label span {
    color: firebrick;
}

.formulario input,.formulario select {
    border: 1px solid #1c3965;
    background: #fff;
    width: calc(100% - 6px);
    padding: 3px;
    margin: 5px 0;
    border-radius: 3px;
}

.formulario textarea {
    border: 1px solid #1c3965;
    background: #fff;
    width: calc(100% - 6px);
    height: 150px;
    padding: 3px;
    margin: 5px 0;
    border-radius: 3px;
    font-family: 'Exo', sans-serif;
    font-size: 1.2em;
    resize: none;
}

.formulario input.wpcf7-submit {
    display: inline-block;
    background: #1c3965;
    color: #f1f3f9;
    padding: 4px 1.5em;
    border-radius: 3px;
    max-width: 80px;
    cursor: pointer;
}

.mapa iframe {
    width: 100%;
}


@media screen and (min-width: 320px) {
    .menu-header {
        display: none;
    }

    .menu-header-mobile {
        display: block;
    }
    
    .menu-header-mobile a.mobile {
        display: block;
        width: 48px;
        height: 48px;
        background: url(../imagens/menu-mobile.png) center no-repeat;
        text-indent: -9000px;
        overflow: hidden;
        cursor: pointer;
        right: 15px;
        top: 15px;
        position: absolute;
    }
    
    .menu-header-mobile a.fechar {
        display: block;
        width: 48px;
        height: 48px;
        background: url(../imagens/menu-mobile-fechar.png) center no-repeat;
        text-indent: -9000px;
        overflow: hidden;
        cursor: pointer;
        right: 15px;
        top: 15px;
        position: absolute;
    }
    
    .menu-header-mobile ul {
        display: none;
        position: absolute;
        top: 80px;
        right: 10px;
        width: 50%;
        text-align: right;
        background: #e6e6e6;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }
    
    .menu-header-mobile ul li a {
        text-align: right;
        padding: 10px;
        margin: 0 0 1px 0;
        background: #425b7f;
        display: block;
        font-size: 1.6em;
        color: #e6e6e6;
        text-decoration: none;
    }
    
    .menu-header-mobile ul li a:hover {
        background: #425b7f;
        color: #a6a6a6;
    }
    
    .base-lagura {
        padding: 0 20px;
    }
        
    .base-destaques {
        height: calc(27% - 10px);
        width: calc(100% - 100px);
        margin:0 0 0 25px;
        bottom: 125px;
    }
    
    .destaque2 {
        clear: both;
    }
    
    .destaque1, .destaque2 {
        display: block;
    }
    
    footer {
        height: 225px;
    }
    
    .endereco-footer > div {
        margin: 10px;
        text-align: right;
    }
    
    .coluna-conteudo {
        width: 90%;
        float:none;
        padding: 20px 0 0 0;
    }
    
    
    .coluna-conteudo.produtos-fotos {
        width: 90%;
    }
    
    .coluna-imagem-conteudo {
        width: 90%;
        float: none;
        padding: 20px 0 0 0;
    }
    
    .lista-produtos > div > dl {
        width:calc(95% - 20px);
    }

}

@media screen and (min-width: 768px) {
    .menu-header {
        float: right;
        display: inline-block;
    }

    .menu-header-mobile {
        display: none;
    }
    
    .base-lagura {
        padding: 0 20px;
    }
        
    .base-destaques {
        width: calc(100% - 100px);
        margin:0 0 0 25px;
        height: 80px;
        bottom: 140px;
    }
    
    .destaque2 {
        clear:inherit;
    }

    .destaque1, .destaque2 {
        display: inline-block;
    }
    
    footer {
        height: 105px;
    }
    
    .endereco-footer > div {
        margin:0 10px;
    }
    
    .coluna-conteudo {
        width: 50%;
        margin: 10px;
        float: left;
        padding: 25px 0 0 0;
    }
    
    .coluna-conteudo.produtos-fotos {
        width: calc(100% - 20px);
    }

    .coluna-imagem-conteudo {
        width: calc(50% - 30px);
        float: right;
        padding: 20px 0 0 0;
    }
    
    .lista-produtos > div > dl {
        width:calc(33% - 20px);
    }
    
}

@media screen and (min-width: 1024px) {

    .menu-header {
        float: right;
        display: inline-block;
    }
    
    .menu-header-mobile {
        display: none;
    }
    
    .base-lagura {
        padding: 0 10%;
    }
        
    .base-destaques {
        width: calc(100% - 20%);
        margin:0 0 0 -25px;
    }
}