@charset "UTF-8";

/* CSS Desktop Document */

body {
    font-family: "TheSansRio2016TT";
    color: #737373;
}

a,
a:visited {
    color: #4faa33;
    text-decoration: none;
}

a:hover,
a:active,
.active {
    color: #a7d499;
}

article {
    width: 100%;
    background-color: #4faa33;
    top: 0;
    z-index: 999;
    /*height: 82px;*/
}

header {
    color: white;
    width: 974px;
    margin: 0 auto;
    padding: 25px;
    font-size: 2.4rem;
    line-height: 32px;
    text-transform: uppercase;
}

header a,
header a:visited {
    color: white;
    text-decoration: none;
}

header a:hover,
header a:active,
header a.active {
    color: #a7d499;
}

header nav {
    float: right;
    font-size: 0.75rem;
}

nav a {
    padding: 15px 0 15px 10px;
}

#logo {
    text-align: center;
    background-image: url("../assets/header.jpg");
    background-position: top center;
    background-size: cover;
    padding: 12px 0;
}

.logo {
    float: left;
    margin-right: 25px;
    display: none;
}

section {
    width: 974px;
    margin: 0 auto;
    padding: 0 25px;
}

h1 {
    font-family: "TheSansRio2016TT Bold";
    font-size: 2.4rem;
    font-weight: normal;
}

h2 {
    font-family: "TheSansRio2016TT Bold";
    font-size: 2rem;
    font-weight: normal;
}

h3 {
    font-family: "TheSansRio2016TT Bold";
    font-size: 1.1rem;
    font-weight: normal;
    color: #4faa33;
}

h4 {
    font-family: "TheSansRio2016TT";
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #737373;
}

strong {
    font-family: "TheSansRio2016TT Bold" !important;
    font-weight: normal !important;
}

#highlight {
    text-align: justify;
    margin: 30px auto;
}

#products {
    margin-top: 0;
    margin-bottom: 50px;
}

footer {
    width: 100%;
    color: #4faa33;
}

footer nav {
    width: 974px;
    margin: -50px auto 40px auto;
    padding: 10px 25px;
    height: 25px;
    text-align: center;
    display: list-item;
    list-style: none;
}

footer nav a,
footer nav a:visited {
    background-color: #4faa33;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer nav a:hover,
footer nav a:active,
footer nav a.active {
    background-color: #a7d499;
    color: white;
}

#reconhecimento a,
#reconhecimento a:visited {
    background-color: #a7d499;
}

#reconhecimento a:hover,
#reconhecimento a:active,
#reconhecimento a.active {
    background-color: #4faa33;
}

footer .top {
    display: none;
}

footer .top img {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 3px;
}

footer .look {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

hr {
    margin: 0 auto;
    border: none;
    border-top: 1px solid #f3f3f3;
}

#reconhecimento {
    text-align: center;
    width: auto;
    margin: 0 auto;
}

#reconhecimento nav {
    margin: 45px auto 35px auto;
}

#reconhecimento ul {
    display: inline-block;
    border-top: 1px solid #f3f3f3;
    width: auto;
    margin-top: -10px;
    padding: 5px 0;
}

#reconhecimento li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    font-size: 0.8rem;
    color: #737373;
    padding: 10px;
    margin: 5px;
}

#reconhecimento #paralimpico {
    display: none;
}

#reconhecimento aside {
    display: inline-block;
}

#reconhecimento .left {
    float: left;
    width: 480px;
}

#reconhecimento .right {
    margin-left: 50px;
    float: right;
    width: 1090px;
}

.valignTop {
    vertical-align: top !important;
}

.valignBottom {
    vertical-align: bottom !important;
}

.valignMiddle {
    vertical-align: middle !important;
}

.ao li {
    vertical-align: bottom !important;
}


/* REC LOGOS */

.desktopBug {
    position: relative !important;
    top: -20px !important;
}

#olimpico .po li {
    top: 0;
    position: relative;
}

#paralimpico .bradesco {
    margin-top: -15px;
}

#paralimpico .kinoplex img {
    position: relative !important;
    margin-bottom: -3px !important;
}

.bradesco {
    bottom: -20px;
    position: relative;
}

.estacio {
    bottom: -12px;
    position: relative;
}

.aliansce {
    bottom: -5px;
    position: relative;
}


/* PRODUCTS */

[id*="list"] {
    display: none;
    margin-left: -25px;
}

#list1 {
    display: block;
}

.box {
    clear: both;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    margin-left: 25px;
    max-width: 222px;
    min-height: 300px;
    vertical-align: top;
}

.box li {
    list-style: none;
    margin-left: -40px;
}

.categoriaProd {
    font-family: "TheSansRio2016TT Bold";
}

.image img {
    width: 100%;
    height: auto;
}