/*		  
zc1.com.br
Este CSS foi criado pela designer .
Web:       www.zc1.com.br
E-mail:   contato@zc1.com.br

*/

/* ==========================================================================
   Normatização CSS
   ========================================================================== */

body {
    font-size: 70.5%;
    line-height: 1.5;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;/*font mais usada na web*/
    color: #444;
	background-color: #E0EEEE;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00ccff;
    text-decoration: none;
    font-size: 1.6em;
}

a:hover {
    text-decoration: underline;
}
/*----------------------------*/
.botao{
	font-family: Helvetica, Verdana, sans-serif;
	/*font-weight: bold;
	float: left;
	margin-left: 20px;*/
	padding: 9px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FF7F50;
	border-right-color: #FF7F50;
	border-bottom-color: #FF6347;
	border-left-color: #FF6347;
	color: #FF7F50;
	
}
.botao:hover{
	color: #00CED1;
	background-color: ;
	/*CSS 3*/
	border-radius: 5px 5px 5px 5px;
}
div.botao3{
     background-color:#6495ed;
    border-radius: 10px 10px 10px 10px;
	border: 2px solid #CDDD09;
}	
/*botão pequena dentro das tables*/
div.botao2{
	background-color:#64999d;
    border-radius: 10px 10px 10px 10px;
	border: 2px solid #CDDD09;
}
/*botões do menu do bolão*/
div.botao1{
	background-color:#649fff;
    border-radius: 10px 10px 10px 10px;
	border: 2px solid #CDDD09;
}
/* ==|== Estilos Principais ================================================== */

.container {
    max-width: 1128px;
    margin: 0 auto;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

.header {
    width: 100%;
    height: 48px;
    margin-top: 3.6em;
    margin-bottom: 3.6em;
}

.logo {
    float: left;
    width: 20.744680851064%; /*234px / 1128px */  
}

.menu {
    width: 74.468085106383%; /*840px / 1128px */
    float: right;
	background-color: #DEB887; /*cor de preenchimento da nav menu*/
	border-radius: 15px 15px 15px 15px;/* cantos aredondados da nav menu */
}

.menu ul {
    float: right;
}

.menu li {
    font-size: 1.2em;
    margin-left: 2em;
    margin-top: 1em;
    display: inline-block;
}

.menu li a {
    color: ;
}

.banner {
    background: url('../img/banner.gif');  /*foto de fundo do banner*/
    height: 450px;
    margin-bottom: 4.8em;
    position: relative;
}

.caixa { 
    width: 100%; /* 264px / 1128px *//*define largura ocupada pelo banner e a altura depende  do conteúdo*/
    padding: 2.4em 4em 2.4em 4em;
    position: absolute;
    top: 1px;
    background: rgba(0,0,0,0.6);
}


h1  {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    font-weight: 200;
    color: #FFF;
}


.caixa p {
    font-size: 1.8em;
    font-weight: 200;
    color: #fff;
}

.coluna {
  border-radius: 0px 0px 0px 0px;/* cantos aredondados das divs */
    border: 0px solid #DEB887;/* borda das divs */
	background-color: #ffffff;/* preenchimento das divs */
    width: 23.404255319149%; /* 264px / 1128px */
	/*height: 400px;  div altura fixa. está na css individual de cada página*/
    float: left;
    margin-right: 2.127659574468%; /* 24 / 1128px */
	margin:2px;/* espaço entre as divs*/
	outline: 0px solid #900;/*borda da div*/
  
}

.coluna:last-child {
    margin-right: 0;
}

h2 {
    font-size: 2.4em;
    font-weight: 200;
}

p {
    font-size: 1.6em;
}

.footer {
    width: 100%;
	margin-top: 2.4em;
    margin-bottom: 0.0em;
    float: left;
    clear: both;
 background-color: #DEB887;	
 /*position: fixed;  div fixa rodapé fixo */
 bottom: 0; 
}

.footer p {
    margin-bottom: 0;
}

.footer small {
    font-size: 1.4em;
}

.footer a {
    font-size: 1em;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media screen and (max-width: 1128px) {

    .container {
        padding: 0 2.4em 0 2.4em;
    }

}

@media screen and (max-width: 768px) {

    .caixa {
        width: 65%;
    }

    .coluna {
        width: 48%;
        margin-bottom: 2.4em;
        margin-right: 2%;
    }

    .coluna:nth-child(even) {
       margin-right: 0;
    }

    .logo {
        margin-top: 1.2em;
    }

}


@media screen and (max-width: 718px) {

   .banner {
        position: relative;
        float: left;
        margin:0;
        height: 150px;
    }

    .caixa {
        position: relative;
        display: block;
        float: left;
        margin-top:100px;
        width: 100%;
        background: #000;
    }

    .caixa h1 {
        font-size: 2.5em;
    }

    .principal {
        margin-top: 0px; /*espaçamento das colunas margin-top na tela de celular para o section class=principal*/
    }

}

@media screen and (max-width: 640px) {

    .menu {
        width: 100%;
    }
    
    .menu ul {
        float: left;
        font-size: 0.8em;
    }

    .menu li:first-child {
        margin-left: 0;
    }

}


@media screen and (max-width: 520px) {

    .coluna {
        width: 100%;
        margin-right: 0;
    }

    .caixa {
         padding: 1.2em 2em 1.2em 2em;
    }

     .banner {
        height: 120px;
    }

    .caixa {
        position: relative;
        display: block;
        float: left;
        margin-top:80px;
        width: 100%;
        background: #000;
    }


}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}