@font-face {
    font-family: 'fugueregular';
    src: url('../fonts/fugue-webfont.eot');
    src: url('../fonts/fugue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fugue-webfont.woff2') format('woff2'),
         url('../fonts/fugue-webfont.woff') format('woff'),
         url('../fonts/fugue-webfont.ttf') format('truetype'),
         url('../fonts/fugue-webfont.svg#fugueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon41ce.eot?uov2k7');
  src:  url('../fonts/icomoon41ce.eot?uov2k7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon41ce.ttf?uov2k7') format('truetype'),
    url('../fonts/icomoon41ce.woff?uov2k7') format('woff'),
    url('../fonts/icomoon41ce.svg?uov2k7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: 'fugueregular', sans-serif;
    font-size: 14px;
}

html {
    min-height: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-font-smoothing: antialiased;*/
}

img::selection{
    background: transparent;
}

img::-moz-selection{
    background: transparent;
}

img,
picture,
video,
embed {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: visible;
    background: #fff;
}
.loader {
    margin: 0 auto;
    width: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
#footer {
	font-size: 0;
}
#footer > div {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	vertical-align: middle;
}
#footer .fa {
	width: 22px;
	font-size: 18px;
}
.align-right {
	text-align:right;
}
.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color {
    0%, 100% {
    stroke: #9bc24d;
    }
    40% {
        stroke: #9bc24d;
    }
    66% {
        stroke: #9bc24d;
    }
    80%, 90% {
        stroke: #9bc24d;
    }
}

#bg {
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    z-index: -1;
}

.shape-black {
    width: 100%;
    height: 50vh;
    margin-left: -150px;
    opacity: 0.25;
    background-color: #000;
    position: absolute;
    margin-top: 95px;
    border-radius: 90px 90px 0 0;
    z-index: -1;
}

#container {
    /*min-width: 1200px;*/
    margin: 0 auto;
}

.section {
    padding: 20px 150px;
}

#header {
    background-color: #fff;
    border-radius: 0 0 90px 90px;
}

#header .logo,
#header .txt {
    display: inline-block;
}

#header .txt {
    float: right;
    font-size: 22px;
    color: #646570;
    margin: 72px 50px 0 0;
    border-left: 2px solid #9bc24d;
    padding-left: 20px;
}

#content {
    /*position: relative;
    z-index: 1;
    margin-top: 30px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 0 auto;*/
    /*top: 30%;
    position: absolute;
    z-index: 3;*/
    /*margin-top: 13vh;*/
    position: absolute;
    top: 35vh;
    width: 100%;
}

.content-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

#content h2 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 5px solid #9bc24d;
    width: 1330px;
    margin: 0 auto;
    font-weight: normal;
}

.empresas {
    text-align: center;
    margin-top: 50px;
    z-index: 5;
}

.empresas > a {
    border-right: 5px solid #9bc24d;
    display: inline-block;
    width: 12%;
    text-decoration: none;
    padding: 0 0 0 10px;
}

.empresas > a > div {
    display: flex;
    width: 100%;
    height: 120px;
    margin: 0;
    border-radius: 40px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*.empresas > a > div > div > span {
    border-right: 2px solid #9bc24d;
    display: inline-block;
    position: absolute;
    margin: 10px 0 0 23px;
    height: 25px;
}*/

.honda-pe {
    background-image: url('../images/empresas-honda-pe.jpg');
}

.honda-pe-online {
    background-image: url('../images/empresas-honda-pe-online.jpg');
}

.pellenc {
    background-image: url('../images/empresas-pellenc.jpg');
}

.villager {
    background-image: url('../images/empresas-villager.jpg');
}

.honda-marine {
    background-image: url('../images/empresas-honda-marine.jpg');
}

.3dtender {
    background-image: url('../images/empresas-3dtender.jpg');
}

.lomac {
    background-image: url('../images/empresas-lomac.jpg');
}

.tohatsu {
    background-image: url('../images/empresas-tohatsu.jpg');
}

.saver {
    background-image: url('../images/empresas-saver.png');
}

.td-industrial {
    background-image: url('../images/empresas-td-industrial.jpg');
}

.td-marine {
    background-image: url('../images/empresas-td-marine.jpg');
}

.brand-logo {
    width: 100%;
    margin: 160px 0 0 0;
    text-align: center;
    /*border-right: 2px solid #9bc24d;*/
}

.brand-logo img {
    width: 80%;
    display: inline-block;
}

.brand-logo::after {
    content: " ";
    border-right: 2px solid #9bc24d;
    display: inline-block;
    position: absolute;
    margin: 10px 0 0 23px;
    height: 25px;
}

.td-marine .brand-logo::after {
    content: none;
}

/*.brand-logo:last-child::after {
    content:none;
}*/

.white-bg {
    margin: 0 0 0 -2.5%;
    width: 90%;
/*    margin: 0;
    width: 100%; */
 height: 80px;
    z-index: -1;
    position: relative;
    top: -70px;
	right: -7.5%;
/*	right: 0;*/
    background-color: #ffffff;
    border-radius: 80px;
}



#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #9bc24d;
    color: #fff;
    line-height: 18px;
    z-index: 4;
}

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

[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;
  font-size: 17px;
  margin-right: 8px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea91";
}


@media screen and (max-height: 700px) and (min-width: 991px) {
    body {
        height: 700px;
        overflow-y: scroll;
    }
    #content {
        top: 210px;
        margin: 50px auto;
    }
}


@media screen and (max-width: 1650px) {
    #content h2 {
        font-size: 50px;
        width: 1120px;
    }
}

@media screen and (max-width: 1440px) {
   /* #content h2 {
        font-size: 40px;
    }
    .brand-logo {
        margin: 150px 0 0 0;
    }
    .white-bg {
        top: -62px;
    }*/
    .section {
        padding: 20px 50px;
    }
    .shape-black {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1260px) {
    .brand-logo {
        margin: 150px 0 0 0;
    }
    .white-bg {
        top: -62px;
    }
}

@media screen and (max-width: 1210px) {
    #content h2 {
        font-size: 40px;
        width: 900px;
    }
    .shape-black {
        margin-top: 70px;
    }
}

/* BREAKPOIT MOBILE E IPAD PRO */
@media screen and (max-width: 991px) , only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {

    body {
        overflow-y: scroll;
    }

    .shape-black {
        display: none;
    }

    #content {
        /*margin: 50px 0 150px 0;*/
        top: 260px;
        margin-bottom: 100px;
    }

    #content .white-bg {
        display: none;
    }

    #content h2 {
        font-size: 50px;
        width: 620px;
    }

    .empresas > a {
        width: 45%;
        margin: 10px auto;
        display: inline-block;
        height: 329px;
    }

    .empresas > a > div {
        display: inline-block;
        height: 250px;
        /*height: 120px;
        margin: 0 5px;*/
    }

    .brand-logo {
        margin: 250px 0 0 0;
        background-color: #fff;
        /*padding-top: 50px;*/
    }

    .brand-logo img {
        width: auto;
        display:block;
        margin: auto;
        padding: 10px;
    }

    .brand-logo::after {
        content: none;
    }

}

@media screen and (max-width: 900px) {

    #content {
        top: 220px;
    }

     #header .logo img {
        width: 280px;
        margin-left: 40px;
    }

    #header .txt {
        margin: 48px 50px 0 0;
    }

}

@media screen and (max-width: 740px) {

    #header .txt {
        margin: 37px 50px 0 0;
    }

    #content h2 {
        font-size: 40px;
        width: 500px;
    }

    .empresas > a {
        width: 80%;
        margin: 20px auto;
        display: block;
        /*height: 329px;*/
    }

}

@media screen and (max-width: 700px) {

    #content {
        top: 180px;
    }

    #header .logo img {
        width: 200px;
    }

    #header .txt {
        margin: 24px 24px 0 0;
    }

}

@media screen and (max-width: 600px) {

    #header .logo img {
        margin: 0;
    }

    #header .txt {
        font-size: 16px;
        margin: 24px 0 0 0;
    }

    #content h2 {
        font-size: 35px;
        width: 430px;
    }

}

@media screen and (max-width: 550px) {

    #content h2 {
        font-size: 30px;
        width: 380px;
    }

}


@media screen and (max-width: 480px) {

    #header, #content {
        padding: 0px 50px;
    }

    #header .logo img {
        width: 150px;
    }

    #header .txt {
        font-size: 14px;
    }

    #content {
        /*top: 15vh;*/
        top: 140px;
        padding: 0 20px;
    }

    #content h2 {
        font-size: 26px;
        width: 320px;
    }

    .empresas > a {
        width: 100%;
        height: 230px;
    }

    .empresas > a > div {
        height: 150px;
    }

    .brand-logo {
        margin: 150px 0 0 0;
    }

}

@media screen and (max-width: 380px) {

    #header .logo img {
        width: 120px;
    }
    #header .txt {
        font-size: 12px;
    }
    #content {
        top: 120px;
        margin-bottom: 120px;
    }
    #content h2 {
        font-size: 22px;
        width: 275px;
    }

}

@media screen and (max-width: 340px) {
    html, body {
        font-size: 13px;
    }
    #header .logo img {
        width: 100px;
    }
    #header .txt {
        font-size: 11px;
        margin: 20px 0 0 0;
    }
}











