/* CSS Document */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
body{
    
    margin:0;
    overflow-x: hidden;	
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    min-width: 370px;
}
a{
    color: #727272;
    text-decoration: none;
    list-style-type: none;
    outline:none;
}
a img {
    border: none;
}
.clear {
    clear: both;
}


@font-face{
    
    font-family: 'Gadugi';
    src: url('fontes/gadugi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.ativo{
    
    /*color: #e096c5 !important;
    font-weight:bold !important;*/    
}

.over{
	 
    -webkit-transition: 2s all ease; 
    -moz-transition: 2s all ease; 
    -o-transition: 2s all ease; 
}

.over:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.left{
    float: left !important;
}

.right{

    float: right !important;
}

/****** colunas ******/


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.col-centered{
    display: block;
    margin: 0 auto;
}

.col {

    float: left;

    padding: 0 10px;

    box-sizing: border-box; }

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-full{width: 100%; padding: 0;}
@media (max-width: 1200px) {
    .col-md-1 {width: 6.86666666667%;} 
    .col-md-2 {width: 15.3333333333%;} 
    .col-md-3 {width: 23.8%;} 
    .col-md-4 {width: 32.2666666667%;} 
    .col-md-5 {width: 40.7333333333%;} 
    .col-md-6 {width: 49.2%;} 
    .col-md-7 {width: 57.6666666667%;} 
    .col-md-8 {width: 66.1333333333%;} 
    .col-md-9 {width: 74.6%;} 
    .col-md-10 {width: 83.0666666667%;} 
    .col-md-11 {width: 91.5333333333%;} 
    .col-md-12 {width: 100%;}
    .col-md-full{width: 100%; padding: 0;}
}
@media (max-width: 768px) {
    .col-sm-1 {width: 6.86666666667%;} 
    .col-sm-2 {width: 15.3333333333%;} 
    .col-sm-3 {width: 23.8%;} 
    .col-sm-4 {width: 32.2666666667%;} 
    .col-sm-5 {width: 40.7333333333%;} 
    .col-sm-6 {width: 49.2%;} 
    .col-sm-7 {width: 57.6666666667%;} 
    .col-sm-8 {width: 66.1333333333%;} 
    .col-sm-9 {width: 74.6%;} 
    .col-sm-10 {width: 83.0666666667%;} 
    .col-sm-11 {width: 91.5333333333%;} 
    .col-sm-12 {width: 100%;}
    .col-sm-full{width: 100%; padding: 0;}
}
@media (max-width: 480px){

    .col-xsm-1 {width: 6.86666666667%;} 
    .col-xsm-2 {width: 15.3333333333%;} 
    .col-xsm-3 {width: 23.8%;} 
    .col-xsm-4 {width: 32.2666666667%;} 
    .col-xsm-5 {width: 40.7333333333%;} 
    .col-xsm-6 {width: 49.2%;} 
    .col-xsm-7 {width: 57.6666666667%;} 
    .col-xsm-8 {width: 66.1333333333%;} 
    .col-xsm-9 {width: 74.6%;} 
    .col-xsm-10 {width: 83.0666666667%;} 
    .col-xsm-11 {width: 91.5333333333%;} 
    .col-xsm-12 {width: 100%;}
    .col-xsm-full{width: 100%; padding: 0;} 
}


.tamanho-10 {
  width: 10%;
}
.tamanho-20 {
  width: 20%;
}
.tamanho-30 {
  width: 30%;
}
.tamanho-40 {
  width: 40%;
}
.tamanho-45 {
  width: 45.9%;
}
.tamanho-50 {
  width: 50%;
}
.tamanho-60 {
  width: 60%;
}
.tamanho-70 {
  width: 70%;
}
.tamanho-80 {
  width: 80%;
}
.tamanho-90 {
  width: 90%;
}
.tamanho-100 {
  width: 100%;
}

.center{

    /*width: 1100px;*/
    width: 95%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
    /*text-align: center;*/

}


/*PAGINACAO*/

#paginacao{
    text-align: center;
    font-size: 1.1em;
    color:  #727272;
    box-sizing: border-box;
    padding-right: 0;
}

#paginacao strong{

    color: #600f5c;
    border-radius: 1px;
    margin:10px;
    display:inline-block;
    width: 4px
}

#paginacao a{

    margin:10px;
    position: relative;
    display:inline-block;
    /* font-size: 1.8em;*/
    width: 4px
}

#paginacao .next{
    width: 13px;
    height: 25px;
    background: url('../img/next.png') center center no-repeat;
    position: absolute;
    margin-top: -8px;
}

#paginacao .prev{
    width: 13px;
    height: 25px;
    background: url('../img/prev.png') center center no-repeat;
    position: absolute;
    margin-top: -8px;
}

#paginacao a:hover{
    color: #e093bf;
}

/*TITULO E TEXTOS*/

.texto-centralizado{
    text-align: center;
}

.texto-justificado{
    text-align: justify;
}

.texto-direita{
    text-align: right;
}

.texto-esquerda{
    text-align: left;
}

.texto{
    
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    color: #5F5F5F;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Open sans', sans-serif;
    box-sizing: border-box;
    
}

.titulo{    
    text-align: center;
    color: #0D7046;
    font-weight: normal;
    margin: 5px auto;
    display: block;
    font-size: 30px;
    line-height: 120%;
}

/*==================== Contatos/Rodapé =====================*/

.placeholder::-webkit-input-placeholder{
   color: #999;
   font-size: 14px;
   font-style: italic;
   font-family: 'Open Sans', 'sans-serif';
}

.placeholder:-moz-placeholder {
   color: #999;
   font-size: 14px;
   font-style: italic;
   font-family: 'Open Sans', 'sans-serif';
}

.placeholder::-moz-placeholder {
   color: #999;  
   font-size: 14px;
   font-style: italic;
   font-family: 'Open Sans', 'sans-serif';
}

.placeholder:-ms-input-placeholder {  
   color: #999;  
   font-size: 14px;
   font-style: italic;
   font-family: 'Open Sans', 'sans-serif';
}

.copyright{
    font-size: 14px;
    font-family: '';
    background: #0D7046;
    padding: 20px 0;
    font-family: 'Gadugi';
}    

    .copyright p{
        text-align: center;
        font-family: 'Open sans';
        color: #FFF;
    }

footer{
    color: #5E656B;}

    footer h2{
        margin-bottom: 20px;
        color: #333;}

.links-rodape{
    list-style: disc;
    padding-left: 15px;
    list-style-position: inside;}

    .links-rodape li{
        margin-bottom: 15px}


.atendimento ul{
    list-style: none;}

.atendimento li{
    position: relative;
    margin-bottom: 22px;
    min-height: 25px;
    padding-left: 35px;}

.atendimento i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3em;}

.rodape-endereco{background: url('../img/icone-email.png') 0 4px no-repeat;}
.rodape-email{background: url('../img/icone-email.png') 0 4px no-repeat;}
.rodape-whatsapp{background: url('../img/icone-whatsapp.png') 0 4px no-repeat;}
.rodape-telefone{background: url('../img/icone-telefone.png') 0 4px no-repeat;}

/*contato div*/

.contato-home{
    position: relative;
    min-height: 520px;
    background: #F5F5F5;
}

.contato-home:after{
    content: "";
    width: 50%;
    height: 100%;
    background: url('../img/bg-contato.png') right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.contato-home .formulario-home{
    width: 50%;
    margin-left: 50%;
    padding: 30px;
    box-sizing: border-box;
}


.formulario-home h2{
    position: relative;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: 'hind','muli', 'roboto';
    color: #373334;}

.formulario-home h2:after{
    display: block;
    width: 40px;
    height: 3px;
    background: #0D7046;
    content: "";
}

.formulario-home .form-field{
    border: 1px solid #DDD;
    width: 100%;
    box-sizing: border-box;
    padding: 13px;
    background: #FFF;
    margin-bottom: 20px;
}

.formulario-home textarea.form-field{
    height: 104px;
}

.formulario-home .btn{
    float: right;
}

.btn{
    padding: 0 40px;
    height: 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    background: #ED3237;
    border: 2px solid #ED3237;
    color: #fff;
    border-radius: 26px;
    cursor: pointer;
    transition: all .3s ease;
}

.btn:hover{
    
    background: #ffffff;            
    color: #ED3237;
}

.logo-hostche{
    float: right;
}

@media (max-width: 768px) {
    .contato-home .formulario-home{
        width: 100%;
        margin-left: 0;
        padding: 30px 0;
    }

    .contato-home:after{
        display: none;
    }

    .logo-hostche{
        float: none;
        display: block;
        margin-top: 20px;
    }
}

/*mensagens formularios*/

span.mensagem-formulario{
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
    padding: 10px;
    width: 38%;
    /*margin-bottom: 15px;*/
    border-radius: .25rem;
}

span.mensagem-formulario-erro{
    
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    padding: 10px;
    width: 38%;
    /*margin-bottom: 15px;*/
    border-radius: .25rem;
    
}


.msg-form-home{display: block;margin: 25px auto;}
.msg-form{width: 50%;display: block;margin: 15px auto;}

div#dicas-e-receitas-pagina {
    margin-top: 85px;
}

.parceiro-formulario {
    margin-top: 85px;
}
.contato-formulario {
    margin-top: 85px;
}