﻿@font-face {
    font-family: 'mfg';
    src: url('/Content/font/mfglabsiconset-webfont.eot');
    src: url('/Content/font/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/font/mfglabsiconset-webfont.woff') format('woff'), url('/Content/font/mfglabsiconset-webfont.ttf') format('truetype'), url('/Content/font/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/Content/font/Comfortaa_Regular.ttf');
}

html {
    /*background-color: #A1A4A5;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    margin-top: 77px;
}

#header {
    position: fixed;
    top: 0px;
    z-index: 8000;
    background: #fff;
    width: 100%;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }



/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 100%; /*960px;*/
}

#body {
    clear: both;
    width: 100%;
}

.main-content {
}

#header .content-wrapper {
    max-width: 1200px !important;
}

#footer {
    clear: both;
    background-color: #A1A4A5;
    color: #fff;
    font-size: .8em;
    height: 38px;
}

    #footer p {
        padding-left: 20px;
    }

#footerS {
    width: 100%;
    float: left;
    background-color: #A1A4A5;
}

    #footerS p {
        color: #fff;
        font-size: .8em;
        padding-left: 20px;
    }
/* site title
----------------------------------------------------------*/
.site-logo {
    width: 221px;
    height: 57px;
    margin: 10px;
}

    .site-logo a {
        background: no-repeat url(/Content/imagens/logo/haytek_logo_pequena.png) 0 0;
        background-size: 221px 57px;
        display: block;
        width: 221px;
        height: 57px;
        margin: 0;
    }

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* linhas home
----------------------------------------------------------*/

#textoHome {
    font: 1.6em "Comfortaa", "Trebuchet MS", sans-serif;
    width: 100%;
    color: #1A80A5;
    margin-bottom: 35px;
}

    #textoHome span {
        font-size: 1.61em;
        color: #1A80A5;
    }

#linha1 {
    width: 500px;
    margin-left: -150px;
    left: 45%;
    position: relative;
    margin-top: 25px;
    line-height: 10px;
}

#linha2 {
    width: 500px;
    margin-left: -150px;
    left: 48%;
    position: relative;
    margin: 0;
    line-height: 10px;
}

/* banner
----------------------------------------------------------*/
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

#owl-home {
    width: 100%;
}

/* login
----------------------------------------------------------*/
.login {
    margin-top: 20px;
}

.iptLogin {
    border-radius: 4px;
    border: 1px solid #000000;
    width: 138px;
    font-size: 15px !important;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 6px;
}

.login, .abaLogin {
    float: left;
}

#btnEsqueci {
    color: #F00;
    font-weight: bold;
    background-color: #fff;
    font-size: 0.9em;
    line-height: 15px;
    text-decoration: underline;
    cursor: pointer;
}

#btnCadastrese {
    color: #444;
    background-color: #fff;
    font-size: 0.9em;
    line-height: 22px;
    text-decoration: underline;
    cursor: pointer;
}

#btnEntrar {
    margin-top: 0px;
    width: 80px;
    height: 30px;
    cursor: pointer;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font: 1.6em "Comfortaa", "Trebuchet MS", sans-serif;
    margin: 25px 0 0 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #575757;
            text-decoration: none;
            padding: .5em 1.25em .5em 1.25em;
            font: 20px "Lato", "Trebuchet MS", sans-serif;
        }

            ul#menu li a:hover {
                color: #9C9C9C;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

img {
    height: auto;
    width: 100%;
    border: 0px;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

/*input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }*/

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    margin-top: 1em;
    margin-right: 1em;
    font-family: "Comfortaa", "Trebuchet MS", sans-serif;
    text-transform: uppercase;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/********************
*   Outras paginas  *
********************/

/* page produtos
----------------------------------------------------------*/
#prodContent {
    width: 100%;
    border-top: 2px solid #dfdfdf;
    float: left;
}

#produtos {
    width: 1024px;
    margin-top: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.produto {
    float: left;
    margin: 10px;
    width: 231px;
    z-index: 10;
    text-align: center;
}

    .produto img {
        cursor: pointer;
        height: 220px;
        width: auto;
    }

    .produto .btnsProdutos {
        display: block;
        width: 200px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin: 20px auto 0px;
        width: 100px;
    }

.produto-seleconado {
    -webkit-transform: scale(1.3); /* prefixo para browsers webkit */
    -moz-transform: scale(1.3); /* prefixo para browsers gecko */
    -o-transform: scale(1.3); /* prefixo para opera */
    transform: scale(1.3);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.destaque {
    position: fixed;
    left: 40%;
    top: 160px;
    bottom: 40px;
    right: 0;
    width: 60%;
    overflow: hidden;
}

.produto-destaque {
    margin-top: 0.3%;
    width: 100%;
    float: left;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

    .produto-destaque img {
        height: auto;
        max-height: 90%;
        width: auto;
        float: left;
    }


.prodDescricao {
    width: 230px;
    display: block;
    margin-left: 0px;
    font: 14px Arial, Helvetica, sans-serif;
}

.fancybox-thumb {
    text-decoration: none;
    color: #444;
}

#catalogo {
    text-decoration: none;
    color: #575757;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

    #catalogo a {
        text-decoration: none;
        color: #575757;
    }

.produtoThumb {
    display: none;
    /*width: 840px;*/
}

    .produtoThumb img {
        height: 450px;
        width: auto;
    }

    .produtoThumb span {
        width: 400px;
        float: left;
        padding: 0px 20px 0px 20px;
        margin-top: 18px;
        font-family: "Comfortaa", "Trebuchet MS", sans-serif;
    }

        .produtoThumb span p {
            font-size: 16px;
            width: 400px;
            text-align: center;
        }

            .produtoThumb span p div {
                width: 400px;
                padding-right: 30px;
                padding: 20px 30px 20px 0px;
            }

    .produtoThumb .textoProd li {
        height: 50px;
        list-style-type: square;
        line-height: 20px;
        font-size: 16px;
    }

/* page contato
    ----------------------------------------------------------*/

#contato {
    width: 100%;
    height: 570px;
    background-color: #EEEEEE;
    padding-top: 10px;
}

#contatoBox {
    width: 800px;
    margin-left: -400px;
    position: absolute;
    left: 50%;
}

#contatoEsquerda {
    width: 400px;
    float: left;
}

.formContato {
    float: right;
    line-height: 35px;
    text-align: left;
    width: 300px;
}

p {
    vertical-align: baseline;
    outline: none;
    clear: both;
}

.formContato label {
    display: block;
    vertical-align: baseline;
    font: 16px Arial, Helvetica, sans-serif;
    color: #000;
}

.formContato input {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 233px;
}

.formContato textarea {
    display: inline-block;
    vertical-align: middle;
    height: 150px;
    width: 233px;
}

.inLine {
    float: left;
    width: 100%;
    font-size: 12px;
}

    .inLine p, .inLineP p, .inLineG p {
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .inLine input, .inLine textarea {
        font-family: Arial, Helvetica, sans-serif;
    }

.contatoDados {
    padding: 0px 0px 0px 20px;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 22px;
    margin-top: 19px !important;
    width: 340px;
}

#btnContatoEnviar {
    float: right;
    margin-right: 10px !important;
    cursor: pointer;
}

    #btnContatoEnviar p {
        float: left;
        margin: 10px;
        color: #fff;
    }



/* page cadastroPJ
    ----------------------------------------------------------*/

#cadastroPJ {
    width: 100%;
    background-color: #EEEEEE;
    padding-top: 10px;
}

#formCadastroPJ {
    width: 100%;
    max-width: 800px;
    font-family: "Comfortaa", "Trebuchet MS", sans-serif;
    color: #444;
    margin: auto;
}

    #formCadastroPJ .sucesso {
        width: 100%;
    }

    #formCadastroPJ .inLine {
        min-width: 300px;
        width: 50%;
        float: left;
    }

        #formCadastroPJ .inLine label {
            font-size: 1.2em;
            font-weight: normal;
        }

    #formCadastroPJ .inLineP {
        min-width: 50px;
        width: 20%;
        float: left;
    }

        #formCadastroPJ .inLineP label {
            font-size: 1.2em;
            font-weight: normal;
        }

    #formCadastroPJ .inLineG {
        min-width: 240px;
        width: 30%;
        float: left;
    }

        #formCadastroPJ .inLineG label {
            font-size: 1.2em;
            font-weight: normal;
        }

    #formCadastroPJ h3 {
        font-weight: normal;
        font-size: 1.6em;
        color: #444;
        padding-left: 12px;
    }

    #formCadastroPJ input {
        width: 300px;
    }

    #formCadastroPJ button {
        float: left;
        margin-left: 12px !important;
        cursor: pointer;
        background-color: #239fcc;
        border: 1px solid #239fcc;
    }

        #formCadastroPJ button p {
            color: #fff;
            font-family: "Comfortaa", "Trebuchet MS", sans-serif;
            text-transform: uppercase;
        }

    #formCadastroPJ .linhaCheia {
        width: 100%;
        font-size: 1.2em;
    }

    #formCadastroPJ #btnEnviarCadastroPJ {
        width: 75px;
    }



/*DISTANCIA DO BODY - TRATAMENTO DO HEADER*/

/*@media only screen and (max-width: 1176px) {
    #body {
        margin-top: 129px;
    }
}

@media only screen and (max-width: 850px) {
    #body {
        margin-top: 188px;
    }
}

@media only screen and (max-width: 477px) {
    #body {
        margin-top: 215px;
    }
}

@media only screen and (max-width: 430px) {
    #body {
        margin-top: 263px;
    }
}

@media only screen and (max-width: 337px) {
    #body {
        margin-top: 245px;
    }
}

@media only screen and (max-width: 306px) {
    #body {
        margin-top: 272px;
    }
}*/


@media screen and (max-width: 1200px) {

    body, #header{
        min-width: 1024px;
    }

    ul#menu li{
        padding-left: 0;
    }

    ul#menu li a{
        padding: .5em .5em .5em .5em;
    }

    .iptLogin{
        width: 110px;
    }

}

.btnAzul{
    font-weight: 400;
    color: #fff;
    background-color: #239fcc;
    border: 1px solid #239fcc;
    -webkit-transition : background-color 500ms ease-out;
    -moz-transition : background-color 500ms ease-out;
    -o-transition : background-color 500ms ease-out;
    transition : background-color 500ms ease-out;
}

    .btnAzul:hover{
        background-color: #7ac0da;
    }

.btnOpacidade{
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
}

    .btnOpacidade:hover{
        opacity: 0.6;
    }



#fase {
    width: 766px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 14px;
}

    #fase .fase1 {
        background: url("frete/barra1.jpg") no-repeat;
        height: 82px;
    }

    #fase .fase2 {
        background: url("frete/barra2.jpg") no-repeat;
        height: 82px;
    }

    #fase .fase3 {
        background: url("frete/barra3.jpg") no-repeat;
        height: 82px;
    }

    #fase .fase4 {
        background: url("frete/barra4.jpg") no-repeat;
        height: 82px;
    }

    #fase .dataFase {
        display: inline-block;
        vertical-align: top;
        font-family: 'Lato';
        font-weight: bold;
        color: #1180b7;
    }





/* page usuario
----------------------------------------------------------*/

#usuContent {
    margin-bottom: 30px;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    border: 3px solid #83d5c1;
    padding: 40px;
    border-radius: 30px;
}

#usuCadastrados {
    width: 980px;
    margin: auto;
}

.formContato {
    width: 100%;
    margin: auto;
}

    .formContato .blocoFormEnd {
        width: 100%;
    }

    .formContato .blocoForm {
        float: left;
        width: 50%;
    }

    .formContato .blocoForm2 {
        float: left;
        width: 25%;
    }

    .formContato .blocoForm3 {
        float: left;
        width: 25%;
    }

        .formContato .blocoForm2 p, .formContato .blocoForm3 p {
            width: 100%;
        }

    .formContato .loadingCep {
        display: none;
    }

        .formContato .loadingCep img {
            width: 15px;
        }

#formCadastroPJ .loadingCep {
    display: none;
    float: left;
    margin: 7px 0px 0px 5px;
}

    #formCadastroPJ .loadingCep img {
        width: 15px;
    }

.blocoForm p {
    float: left;
    width: 100%;
}

    .blocoForm p label {
        width: 20% !important;
        float: left;
        margin: 0 !important;
        line-height: 30px;
    }

    .blocoForm p input {
        width: 70% !important;
        float: left;
        margin: 0 !important;
        line-height: 30px;
        border: 2px solid #59b6e2;
        padding:0 10px;
    }

.blocoForm2 p {
    float: left;
    width: 50%;
}

    .blocoForm2 p label {
        width: 70% !important;
        float: left;
        margin: 0 !important;
        line-height: 30px;
    }

    .blocoForm2 p input {
        width: 10% !important;
        float: left;
        margin: 0 !important;
        line-height: 30px;
        border: 2px solid #59b6e2;
    }

.blocoFormEnd p {
    float: left;
    width: 100%;
}

    .blocoFormEnd p label {
        width: 110px !important;
        float: left;
        margin: 0 !important;
        line-height: 30px;
        text-align: right;
        padding-right: 10px;
    }

    .blocoFormEnd p input {
        max-width: 100% !important;
        float: left;
        margin: 0 !important;
        padding-left: 10px;
        line-height: 30px;
        border: 2px solid #59b6e2;
    }

.usuEditar {
    background: url(/Content/imagens/edit.png) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}

.usuExcluir {
    background: url(/Content/imagens/delete.png) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}

.formContato .blocoForm3 {
    float: left;
    width: 25%;
}

    .formContato .blocoForm2 p, .formContato .blocoForm3 p {
        width: 100%;
        line-height: 15px;
    }


.blocoForm2 p {
    float: left;
    width: 50%;
}
    .blocoForm2 p label, .blocoForm3 p label {
        width: 70% !important;
        float: left;
        margin: 0 !important;
    }

    .blocoForm2 p input, .blocoForm3 p input {
        vertical-align: inherit;
        height: inherit;
        width: auto;
    }