/* 
 * 
 * Font corrections.
 * 
 *  
 * 
 * */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    background-color: #EEECE8;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
    font-weight: 800;
}

p {
    padding-bottom: 20px;
}

/*
 * 
 * Fixes to the existing site.
 * 
 * */

.owl-carousel {
    padding-bottom: 20px;
}

/* .info-inicio {
  padding-left: 0;
  padding-right: 0;
}
 */

.menu {
    margin-right: 0;
    padding-right: 0;

    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 20px;

    text-transform: uppercase;
}

.logo {
    padding-left: 10px;
}

.logos img {
    max-width: 200px;
    width: auto;
}

.img-text {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.img-text span {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    width: 100%;

}

.coluna-sidebar {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 26px;

    text-transform: uppercase;

}

.coluna-sidebar {
    background: rgba(209, 209, 209, 1);
    background: -moz-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(241, 241, 241, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(241, 241, 241, 0)));
    background: -webkit-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(241, 241, 241, 0) 100%);
    background: -o-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(241, 241, 241, 0) 100%);
    background: -ms-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(241, 241, 241, 0) 100%);
    background: linear-gradient(to bottom, rgba(209, 209, 209, 1) 0%, rgba(241, 241, 241, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f1f1f1', GradientType=0);
}

.button {
    background-color: #f1f1f1;
}

.slogan-txt {
    border-top: 1px #b8b8b8 solid;
    border-bottom: 1px #b8b8b8 solid;

    color: #999;

    font-family: 'Crimson Text', serif;
    font-weight: 200;
    font-size: 38px;

    line-height: 1.2;
    font-style: italic;

    margin-top: 50px;
    margin-bottom: 50px;

    padding-top: 20px;
    padding-bottom: 20px;

    width: 90%;
    margin-left: auto;
    margin-right: auto;

}

@media only screen and (max-width: 768px) {
    .slogan-txt {
        font-size: 16px;
    }
}

.spacer-foo {
    padding-top: 140px;
}

.menu-link a {
    font-size: 22px;
    border: none;
}

.menu-link a:hover {
    font-size: 22px;
    border: none;
    text-decoration: none;
}

.prod-title {
    text-transform: uppercase;
}

.contact-form .text-right {
    text-align: right;
}

.contact-form .text-right .button {
    display: inline-block;
}

.help-text {
    font-size: 12px;
    margin-top: -20px;
}



@media only screen and (max-width: 768px) {
    .spacer-foo, .space-botton {
        padding-top: 20px;
    }
    .rodape {
        margin-top: 0px;
        padding-top: 0px;
    }
    .space-botton {
        margin-bottom: 10px;
    }
    img {
        width: 100%;
    }
    .produto {
        /* width: 90%; */
        margin-left: -15px;
    }
}




