/*		  
zc1.com.br
Este CSS foi criado pela designer .
Web:       www.zc1.com.br
E-mail:   contato@zc1.com.br

*/

/* ==========================================================================
  css sem o banner e seus atributos que tem na home
   ========================================================================== */

body {
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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;
}


/* ==|== 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 */  
}

.menub {
    width: 74.468085106383%; /*840px / 1128px */
    float: left;
}

.menub ul {
    float: left;
}

.menub li {
    font-size: 1.2em;
    margin-left: 2em;
    margin-top: 1em;
    display: inline-block;
}

.menub li a {
    color: #001144;
}

h1  {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    font-weight: 200;
    color: #FFF;
}

.coluna {
	border-radius: 0px 15px 15px 0px;/* cantos aredondados das divs */
    border: 6px solid #C1CDCD;/* borda das divs */
	background-color: #ffffff;
    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*/
}


.coluna:last-child {
    margin-right: 0;
}

h2 {
    font-size: 2.4em;
    font-weight: 200;
	border: 4px solid #C1CDCD;
	border-radius: 15px 15px 0px 0px;/* cantos aredondados dos h2 */
	text-align: center;
}

p {
    font-size: 1.2em;
}

.footer {
    width: 100%;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
    float: left;
    clear: both;
}

.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) {

    .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) {
    
    .principal {
        margin-top: 5px;
		
    }

}

@media screen and (max-width: 640px) {

    .menub {
        width: 100%;
    }
    
    .menub ul {
        float: left;
        font-size: 0.8em;
    }

    .menub li:first-child {
        margin-left: 0;
    }

}


@media screen and (max-width: 520px) {

    .coluna {
        width: 100%;
        margin-right: 0;
    }
	

}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}