@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('/assets/fonts/Comfortaa-Regular.ttf');
    src: url('/assets/fonts/Comfortaa-Regular?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Comfortaa-Regular.svg#Locaweb-Icons') format('svg'),
        url('/assets/fonts/Comfortaa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#banner1:hover {
    cursor: pointer;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Comfortaa-Regular', sans-serif;
    color: #666;
}

.font-topo {
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 17px;
    color: #fff;
}

body,
td,
th {
    font-family: Comfortaa-Regular, sans-serif;
}

a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #48a80c;
}

a:active {
    text-decoration: none;
    color: #fff;
}

.titulo {
    font-size: 30px;
    color: #5c5c5c;
}

.titulo-rodape {
    font-size: 20px;
    color: #48a80c;
    text-transform: uppercase;
}

.form {
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    height: 35px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #999;
    border-radius: 10px;
    box-sizing: border-box;
}

.form1 {
    font-family: 'Comfortaa-Regular', sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #41a613;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    height: 35px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    box-sizing: border-box;
}

.equipamentos {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.1);
    z-index: 0;
}

a:hover .equipamentos {
    transform: scale(1.2);
}

td[background='assets/images/banner.jpg'] {
    background-size: auto;
    background-position: center center;
    background-attachment: local;
    background-repeat: no-repeat;
}

table tr td:not(:last-child) .ecobag {
    margin-right: 10px;
}

.ecobag-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ecobag-item {
    min-width: 200px;
    width: 30%;
    margin: 0 10px 70px 10px;
}