/* 
Theme Name: Nutrivaz
Description: Tema desenvolvido por Finer Soluções Web
Version: 1.0
Author: Finer Solucoes Web
Website: www.finer.com.br
Responsible: Ketrin de Jong
*/

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular_portuguese/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular_portuguese/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular_portuguese/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular_portuguese/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular_portuguese/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans_bold_portuguese/OpenSans-Bold-webfont.eot');
    src: url('fonts/opensans_bold_portuguese/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_bold_portuguese/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/opensans_bold_portuguese/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/opensans_bold_portuguese/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans_semibold_portuguese/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opensans_semibold_portuguese/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_semibold_portuguese/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/opensans_semibold_portuguese/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans_semibold_portuguese/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'open_sansregular';
}
ul {
    list-style: none;
}

a, img {
    border: 0;
    text-decoration: none;
}

a {
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}

.alignleft{
    float: left;
}

.alignright{
    float: right;
}

header{
    border-top: 7px solid #e67a2c;
    overflow: hidden;
    float: left;
    width: 100%;
}

header .logo{
    margin-top: 10px;
}

header .logo h1{
    font-size: 0px !important;
    color: transparent;
}

header .logo img{
    float: left;
    max-width: 100%;
    height: auto;
}

header .back-top{
    background: url('image/back-top.png') no-repeat;
    height: 158px;
}

header .back-top:after {
  content: '';
  background: url('image/back-topafter.png');
  background-repeat: repeat no-repeat;
  left: 99.8%;
    height: 158px;
  width: 2000px;
  position: absolute;
  top: 0px;
}

header .midias-sociais{
    margin-top: 30px;
}

header .midias-sociais a{
    float: right;
    width: 33px;
    height: 32px;
    margin-left: 2px;
    margin-right: 2px;
}

header .midias-sociais a#face{
    background: url('image/facebook.png') no-repeat;
}

header .midias-sociais a#plus{
    background: url('image/plus.png') no-repeat;
}

header .atendimento{
    margin-top: 21.5px;
    text-align: right;
}

header .atendimento span{
    float: left;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
}

header .atendimento p{
    float: left;
    font-size: 21px;
    color: #e67a2c;
    width: 100%;
    font-family: 'open_sansbold';
}

header nav{
    width: 100%;
    margin-top: 16px;
}

header nav ul{
    float: left;
}

header nav ul li{
    float: left;
    padding: 0px 15px;
}

header nav ul li a{
    float: left;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

header nav ul li:hover a{
    border-top: 3px solid #e67a2c;
    border-bottom: 3px solid #e67a2c;
    color: #fff;
}

.navbar-header{
    position: absolute;
}

.navbar-collapse{
    padding: 0px;
}

section{
    float: left;
    width: 100%;
    min-height: 500px;
}

#slider{
    width: 100%;
    margin-top: -6px;
    z-index: -1;
}

#slider img{
    float: left;
    width: 100%;
    height: auto;
}

#slider .slick-prev, #slider .slick-next{
    display: none !important;
}

#sobre{
    width: 100%;
}

#sobre h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 25.46px;
    color: #781e21;
    font-family: 'open_sanssemibold';
    background: url('image/a-nutrivaz.png') left center no-repeat;
    padding-left: 80px;
    margin-top: 50px;
}

#sobre .texto{
    width: 100%;
    font-size: 16px;
    color: #5e6e76;
    margin-top: 12px;
}

#sobre img{
    max-width: 100%;
    height: auto;
}

#oferecemos{
    width: 100%;
    background: url('image/back-oferecemos.png') no-repeat;
    min-height: 273px;
    overflow: hidden;
    background-size: cover;
}

#oferecemos h3{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 25.46px;
    color: #fff;
    font-family: 'open_sanssemibold';
    background: url('image/oferecemos.png') left center no-repeat;
    padding-left: 55px;
    margin-top: 25px;
    line-height: 40px;
}

#oferecemos .itens{
    margin-top: 14px;
    text-align: center;
    min-height: 170px;
}

#oferecemos .itens img{
    max-width: 100%;
    height: auto;
}

#oferecemos .itens span{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

#oferecemos .image{
    float: left;
    width: 100%;
    min-height: 104px;
}

#oferecemos .tab-pane{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 15px;
}

#receitas{
    width: 100%;
    margin-top: 30px;
}

#receitas h4{
    float: left;
    width: 100%;
    margin-top: 24px;
    color: #781e21;
    font-size: 25.46px;
    font-family: 'open_sanssemibold';
    background: url('image/receitas.png') left center no-repeat;
    padding-left: 42px;
    line-height: 32px;
}

#receitas .itens{
    border-left: 4px solid #e67a2c;
    margin-top: 12px;
    background: url('image/border-left.png') left 90% no-repeat;
}

#receitas .hover{
    float: left;
    position: absolute;
    bottom: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url('image/ver-mais.png') center center no-repeat;
}

#receitas .itens:hover .hover{
    display: block;
    cursor: pointer;
}

#receitas .image{
    width: 100%;
    position: relative;
}

#receitas .image img{
    float: left;
    width: 100%;
    height: auto;
}

#receitas span{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #781e21;
    font-family: 'open_sansbold';
    margin-top: 12.5px;
}

#clientes{
    width: 100%;
    margin-top: 35px;
}

#clientes h5{
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #781e21;
    font-size: 25.46px;
    font-family: 'open_sanssemibold';
    background: url('image/clientes.png') left center no-repeat;
    padding-left: 46px;
}

#clientes .slide-clientes{
    width: 100%;
}

.slide-clientes .slick-next, .slide-clientes .slick-prev{
    display: none !important;
}

#clientes .itens{
    margin-top: 18px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}


#clientes .itens img{
    max-width: 100%;
    height: auto;
}

footer{
    float: left;
    width: 100%;
    margin-top: 52px;
    min-height: 300px;
    background: url('image/back-footer.png') top center repeat no-repeat;
}

.logo-footer img{
    float: left;
    margin-top: -20px;
}

.logo-footer:after{
    content: '';
    background: url('image/back-footerafter.png');
    background-repeat: no-repeat;
    left: 90%;
    height: 23px;
    width: 23px;
    position: absolute;
    top: -17px;  
    z-index: -1; 
}

footer h6{
    float: left;
    width: 100%;
    margin-top: 51.5px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
}

footer ul{
    float: left;
    width: 100%;
    padding: 0px;
}

footer ul li{
    float: left;
    width: 100%;
    margin-top: 8px;
}

footer ul li a{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

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

footer .telefone{
    float: left;
    width: 100%;
    font-size: 21px;
    color: #e67a2c;
    font-family: 'open_sansbold';
    background: url('image/telefone.png') left center no-repeat;
    padding-left: 26px;
}

footer .email{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: url('image/email.png') left center no-repeat;
    padding-left: 26px;
    margin-top: 15px;
}

footer .endereco{
    float: left;
    width: 100%;
    background: url('image/endereco.png') left center no-repeat;
    font-size: 14px;
    color: #fff;
    padding-left: 26px;
    margin-top: 15px;
}

footer .div_finer{
    margin-top: 190px;
}

footer .div_finer a{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

.pages, .single {
    width: 100%;
}

.pages h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 25.46px;
    color: #781e21;
    font-family: 'open_sansbold';
    margin-top: 40px;
}

.pages .conteudo{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #5e6e76;
    display: block;
    margin:auto;
}

.page-conheca h2{
    background: url('image/a-nutrivaz.png') left center no-repeat;
    padding-left: 80px;
}
.page-conheca iframe{
    display: block;
    margin: auto;
}
@media(max-width: 540px){
    .page-conheca iframe {
        width: 271px;
    }
}
@media(max-width: 380px){
    .page-conheca iframe {
        width: 271px;
    }
}
.page-receitas h2{
    background: url('image/receitas.png') left center no-repeat;
    padding-left: 42px;
    line-height: 40px;
}

.page-receitas .itens{
    border-left: 4px solid #e67a2c;
    margin-top: 20px;
    background: url('image/border-left.png') left 75% no-repeat;
    min-height: 200px;
}

.page-receitas .image {
  width: 100%;
  position: relative;
}

.page-receitas .image img {
  float: left;
  width: 100%;
  height: auto;
}

.page-receitas .hover {
  float: left;
  position: absolute;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url('image/ver-mais.png') center center no-repeat;
}

.page-receitas .itens:hover .hover{
    display: block;
    cursor: pointer;
}

.page-receitas span {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #781e21;
  font-family: 'open_sansbold';
  margin-top: 12.5px;
}

.single h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 25.46px;
    color: #781e21;
    font-family: 'open_sansbold';
    margin-top: 40px;    
}

.single .conteudo{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #5e6e76;
    margin-top: 20px;
}

.single .image{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.single .image img{
    max-width: 100%;
    height: auto;
}

.form-contato input[type="text"], .form-contato input[type="email"], .form-contato textarea, .form-contato input[type="tel"]{
    float: left;
    width: 100%;
    resize:none;
    padding: 0px 5px;
    font-size: 15px;
    color: #000;
    line-height: 28px;
}

input[type="file"]{
    float: left;
    max-width: 100%;
}

.form-contato textarea{
    height: 165px;
}

.form-contato p{
    float: left;
    width: 100%;
    font-size: 18px;
}

.form-contato input[type="submit"]{
    float: right;
    background: #e67a2c;
    color: #fff;
    font-style: 20px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0px 20px;
    border:0px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{
    float: left;
    width: 100%;
    text-align: center;
}

span.wpcf7-not-valid-tip{
    float: left;
    width: 100%;
}

.page-contato iframe{
    float: left;
    width: 100%;
    margin-top: 20px;
}

@media(max-width: 1024px){
    header nav ul li{
        padding: 0px 10px;
    }
}

@media(max-width: 980px){
    header .logo{
        text-align: center;
    }

    header .logo img{
        float: none;
    }

    header .back-top{
        background: url('image/back-topafter.png');
        background-repeat: repeat no-repeat;
    }

    header .back-top:before {
        content: '';
        background: url('image/back-topafter.png');
        background-repeat: repeat no-repeat;
        right: 99.8%;
        height: 158px;
        width: 2000px;
        position: absolute;
        top: 0px;
    }
    header nav ul li{
        padding: 0px 15px;
    }

    #sobre .image{
        text-align: center;
    }

    .slick-dots{
        display: none !important;
    }

    .logo-footer img{
        float: none;
        margin-top: 20px;
    }

    .logo-footer::after{
        background: transparent;
    }

    footer{
        text-align: center;
        background: #781E21;
    }

    footer .telefone, footer .email, footer .endereco{
        background: transparent;
        padding-left: 0px;
    }

    footer .div_finer {
        margin-top: 51px;
        width: 58%;
        margin-bottom: 10px;
    }

    .form-contato{
        width: 100%;
    }
}

@media(max-width: 767px){

    .row{
        margin-left: 0px;
        margin-right: 0px;
    }

    header .logo, header .back-top{
        width: 100%;
    }

    header .atendimento, header .midias-sociais{
        width: 50%;
    }

    .navbar-header{
        position: relative;
    }

    .navbar-toggle{
        float: left;
        margin-left: 15px;
        border: 2px solid #fff;
    }

    .navbar-toggle .icon-bar{
        background: #fff;
    }

    header nav ul li, header nav ul li a{
        width: 100%;
    }

    header .back-top::before,header .back-top::after{
        background: transparent;
        width: 0px;
        height: 0px;
    }

    header{
        overflow: initial;
    }

    header nav{
        margin-top: 10px;
    }

    header nav ul{
        background: #781E21;
        float: left;
        width: 100%;
    }

    #sobre .image{
        width: 100%;
    }

    #oferecemos ul{
        padding: 0px;
    }

    #oferecemos .itens, #receitas .itens, .page-receitas .itens{
        width: 50%;
    }

    footer div{
        width: 100%;
    }
}

@media(max-width: 480px){
    #receitas .itens, .page-receitas .itens{
        width: 100%;
    }
}

@media(max-width: 360px){   

     #oferecemos .itens{
        width: 100%;
     }

    footer .div_finer{
        width: 64%;
    }

    header .atendimento, header .midias-sociais{
        width: 100%;
    }

    header .back-top{
        background:#781E21 ;
        height: auto;
    }
}