@charset "UTF-8";
/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #121212;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

a {
  color: #121212;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #131313;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #121212;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 1px 1px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}
.back-to-top:focus {
  background: #121212;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #121212;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0;
  height: 60px !important;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu {
  background: #FFFFFF;
}
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "";
}

/* Nav Meu Container */
#nav-menu-container {
  background: #FFFFFF;
  float: right;
  margin: 0;
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  background: #FFFFFF;
  padding: 0 8px 10px 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #121212;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}
.nav-menu a:hover {
  color: #121212;
  text-decoration: underline;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #121212;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(18, 18, 18, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 15px 30px 15px 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #121212;
}
#mobile-nav ul .menu-item-active {
  color: #121212;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 28px;
  color: #121212;
  text-align: left;
  font-weight: 400;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #FFFFFF;
}

/* Index Section
--------------------------------*/
#about {
  font-size: 1.2rem;
  margin-top: 120px;
  padding: 40px 0;
  background: #FFFFFF;
}
#about h1 {
  color: #121212 !important;
  font-weight: 400;
  font-size: 32px;
}

/* Company Section
--------------------------------*/
#company {
  font-size: 1.2rem;
  margin-top: 120px;
  padding: 40px 0;
  background: #FFFFFF;
}
#company h1 {
  color: #121212 !important;
  font-weight: 400;
  font-size: 32px;
}
#company .world-plain {
  background-image: url("https://xindaya.ch/eroma/img/eroma-world-plain.png");
  background-color: #cccccc;
  background-repeat: no-repeat;
  backgroud-position: top center;
  background-size: cover;
  min-height: 720px;
}

/* Partners Section
--------------------------------*/
#partners {
  font-size: 1.2rem;
  margin-top: 120px;
  padding: 40px 0;
  background: #FFFFFF;
}
#partners h1 {
  color: #121212 !important;
  font-weight: 400;
  font-size: 32px;
}

/* Contact / Imprint Section
--------------------------------*/
#contact,
#imprint,
#policy {
  font-size: 1.2rem;
  margin-top: 120px;
  padding: 40px 0;
  overflow: hidden;
}
#contact h1,
#imprint h1,
#policy h1 {
  color: #121212 !important;
  font-weight: 400;
  font-size: 32px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  border-top: 0;
  background: #FFFFFF;
  padding: 30px 0;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
#footer .credits {
  font-size: 13px;
  color: white;
}
#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #999;
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #FFFFFF;
  background: #1f1f1f;
}
.cookiealert a {
  color: #FFFFFF;
}
.cookiealert a:hover {
  color: white;
  text-decoration: underline;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

/*# sourceMappingURL=style.css.map */
