/* INICIO RESET */

*, *:before, *:after {

    margin:0; 

    padding:0;

    outline:0;

    

    font-family: 'Lato', sans-serif;

    font-size: 1em;

    font-weight:400;

    

    line-height:1.2;

    letter-spacing:0em;

    

    box-sizing:border-box;

    -moz-box-sizing:border-box;

    -webkit-box-sizing:border-box;

}

/*FINAL RESET*/





/*FLOAT*/

.fl-left { float:left; }

.fl-right { float:right; }

.fl-none { float:none; }

.clear { clear: both; }





/*FONT SIZE*/

.fontzero  {font-size:0em !important;}











/* FONTS PERSONALIZADAS */

@font-face {

    font-family: Koz-Bold;

    src:url('../fontes/KozGoPr6N-Bold.otf');

}



@font-face {

    font-family: Koz-ExtraLight;

    src:url('../fontes/KozGoPr6N-ExtraLight.otf');

}



@font-face {

    font-family: Koz-Heavy;

    src:url('../fontes/KozGoPr6N-Heavy.otf');

}



@font-face {

    font-family: Koz-Light;

    src:url('../fontes/KozGoPr6N-Light.otf');

}



@font-face {

    font-family: Koz-Medium;

    src:url('../fontes/KozGoPr6N-Medium.otf');

}



@font-face {

    font-family: Koz-Regular;

    src:url('../fontes/KozGoPr6N-Regular.otf');

}













/*INICIO STYLE PAGE*/

body { background:#F0EED7; }

.bg-capa { 

           background-image: url(../images/fundo.jpg); background-position: center center; 

           background-repeat: no-repeat; background-attachment: fixed; background-size: cover; 

         }

.box-left  { width: 50%; float: left; text-align: center; padding: 0 30px 0 30px; position:fixed; bottom:40px; }

.box-left img { width: 100%; }

.box-left p { color: #53493F; margin-top: 12px; font:15px Koz-Regular, Arial, Tahoma, Sans-serif; line-height: 1.2; }



.box-right { width: 50%; float: right; }

.box-right .box-content { margin: 25px 10% 0 10%; text-align: center; }

.box-right .logo { width: 36%; margin-bottom: 32px; }

.box-right .text { color: #696055; margin-bottom: 22px; font-size: 12px; }

.box-right .text-header { font:17px Koz-Regular, Arial, Tahoma, Sans-serif; line-height: 1.2; }

.box-right .text-meio   { font:15px Koz-Light, Arial, Tahoma, Sans-serif; line-height: 1.2; text-align: justify; }

.box-right .text-footer { font:13px Koz-Light, Arial, Tahoma, Sans-serif; line-height: 1.2; }



.contato-left  { float: left; margin: 0 60px 10px 0; }

.contato-left img { height:40px; }



a { text-decoration: none; }

.btn-link { padding: 8px; border: 1px solid #7D7567; margin-bottom: 10px; }

.btn-link:hover { background-color: #F5F2D2; }

.btn-link p { font:18px Koz-Bold, Arial, Tahoma, Sans-serif; line-height: 1.2; color: #53493F; font-weight: bold;}

.btn-link span { font:16px Koz-Light, Arial, Tahoma, Sans-serif; line-height: 1.2; color: #53493F; }



@media screen and (max-width:799px){

    .box-left  { width: 100%; position:static; bottom:auto; padding: 30px 12px 0 12px; }

    

    .box-right { width: 100%; }

    .box-right .box-content { margin: 30px 12px 0 12px; text-align: center; }

    .box-right .logo { width: 60%; }

    

    .contato-left img { height: 30px; }

}

