@charset "UTF-8";
/*sass --watch sass:css*/
@import url("aos.css");
@import url("https://fonts.googleapis.com/css?family=Raleway|Rajdhani:500,700|Open+Sans:300,400,600|Roboto:100,200,300,400&display=swap");
@font-face {
  font-family: FARRAY;
  src: url("../assets/otf/FARRAY.otf") format("opentype");
}
@font-face {
  font-family: ALISEO;
  src: url("../assets/otf/ALISEO.otf") format("opentype");
}
body {
  font-size: clamp(18px, 24px, 48px);
  color: #666666;
  font-weight: 200;
  line-height: 1.65em;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
@media (max-width: 700px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 700px) {
  body {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 24px;
  }
}

h1 {
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
  color: black;
  margin: 0;
  padding: 2.5vw 1vw 0 0;
}
@media (max-width: 700px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 700px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
h1 b {
  font-weight: 700;
}

h2 {
  font-size: 1.5em;
  line-height: 40px;
  margin: 4vh 0;
  font-weight: 500;
  color: black;
  font-family: "Open Sans", sans-serif !important;
}

h3 {
  font-size: 1.5em;
  line-height: 32px;
  margin: 4vh 0;
  font-weight: 500;
  color: black;
  font-family: "Open Sans", sans-serif !important;
}

h4 {
  margin: 4vh 0;
  font-weight: 500;
  color: black;
  font-family: "Open Sans", sans-serif !important;
}

a {
  color: black !important;
}

small {
  font-size: 14px;
  font-weight: 400;
}

section {
  padding-top: 75px;
  margin-top: -75px;
  position: relative;
  z-index: 2;
  scroll-snap-stop: always;
}

.container {
  margin: 0 auto;
  padding: 0;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 700px) {
  .container {
    width: 94vw;
  }
}
@media (min-width: 700px) {
  .container {
    width: 96vw;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 1vw;
  }
}
@media (min-width: 700px) {
  .container {
    padding: 2vw;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0vw;
  }
}

.center {
  margin: 0 auto !important;
  display: block !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

img.no2width {
  max-width: 100vw;
}

img.emoji {
  max-width: 25px;
  max-height: 25px;
}

span.important {
  font-size: 1.25em;
  text-align: center !important;
  line-height: 1.5em;
  margin: 10px 0;
}

.black {
  color: black !important;
  font-weight: 500 !important;
}

.sticky {
  font-size: 18px;
  font-weight: 300;
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0;
  top: 50px;
  float: right;
  width: 300px;
  padding-top: 150px;
  margin-top: -50px;
  z-index: 10;
}
.sticky h4 {
  color: black;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.sticky a {
  text-decoration: none;
}
.sticky ul {
  padding: 0;
}
.sticky ul li {
  list-style: none;
}
.sticky .active {
  font-weight: bold;
  color: #f3ab2f !important;
}

button[type=button],
input[type=text],
input[type=submit] {
  background: transparent;
  padding: 1vh 2vw;
  margin: 0 2vw;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 0.99em;
}
button[type=button] img.icon,
input[type=text] img.icon,
input[type=submit] img.icon {
  float: left;
}
button[type=button]:hover, button[type=button]:active,
input[type=text]:hover,
input[type=text]:active,
input[type=submit]:hover,
input[type=submit]:active {
  border-color: #f3ab2f;
  color: #f3ab2f;
  cursor: pointer;
  transition: 0.3s;
}
button[type=button]:hover > a, button[type=button]:active > a,
input[type=text]:hover > a,
input[type=text]:active > a,
input[type=submit]:hover > a,
input[type=submit]:active > a {
  color: #f3ab2f !important;
}
button[type=button] a,
input[type=text] a,
input[type=submit] a {
  color: black;
  text-decoration: none;
}

input[type=text] {
  cursor: text !important;
}

input[type=submit] {
  background: #f3ab2f;
  border: none;
}
input[type=submit]:hover, input[type=submit]:active {
  color: white;
  cursor: pointer;
  transition: 0.3s;
  background: #ffbf22;
}

nav {
  margin: 0 !important;
  padding: 0 !important;
}

#navbar {
  position: fixed !important;
  top: 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: block;
  font-weight: 300;
  font-size: 20px;
  font-family: "Open Sans", sans-serif !important;
}
@media (max-width: 700px) {
  #navbar {
    height: 40px;
  }
}
@media (min-width: 700px) {
  #navbar {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  #navbar {
    height: 75px;
  }
}
@media (max-width: 700px) {
  #navbar {
    width: 100%;
  }
}
@media (min-width: 700px) {
  #navbar {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #navbar {
    width: 100%;
  }
}
#navbar .container {
  padding: 0;
}
#navbar a {
  text-decoration: none;
  color: black;
}
#navbar img.logo, #navbar #logo {
  float: left;
}
@media (max-width: 700px) {
  #navbar img.logo, #navbar #logo {
    width: 140px;
  }
}
@media (min-width: 700px) {
  #navbar img.logo, #navbar #logo {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  #navbar img.logo, #navbar #logo {
    width: 290px;
  }
}
@media (max-width: 700px) {
  #navbar img.logo, #navbar #logo {
    height: 20px;
  }
}
@media (min-width: 700px) {
  #navbar img.logo, #navbar #logo {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  #navbar img.logo, #navbar #logo {
    height: 40px;
  }
}
@media (max-width: 700px) {
  #navbar img.logo, #navbar #logo {
    margin: 7px 50px 18px 0;
  }
}
@media (min-width: 700px) {
  #navbar img.logo, #navbar #logo {
    margin: 17px 50px 18px 0;
  }
}
@media (min-width: 1200px) {
  #navbar img.logo, #navbar #logo {
    margin: 17px 50px 18px 0;
  }
}
#navbar menu {
  float: right;
  line-height: 40px;
  margin: 0;
  padding: 0;
  display: block;
}
#navbar menu li {
  padding: 17px 0 18px 0;
  margin: 0 10px;
  display: inline-block;
  height: 37px;
  transition: border 1s;
  border-bottom: 3px solid transparent !important;
}
#navbar menu li.active {
  width: auto;
  border-bottom: 3px solid #f3ab2f !important;
}
@media (max-width: 700px) {
  #navbar menu li:not(:last-child) {
    display: none;
  }
}
@media (min-width: 700px) {
  #navbar menu li:not(:last-child) {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #navbar menu li:not(:last-child) {
    display: inline-block;
  }
}
#navbar menu li:last-child {
  position: fixed;
  right: 0;
  top: 0;
}
@media (max-width: 700px) {
  #navbar menu li:last-child {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  #navbar menu li:last-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  #navbar menu li:last-child {
    display: none;
  }
}
#navbar menu li img {
  width: 25px;
  height: 25px;
}

.responsive {
  background: white !important;
}
.responsive img.logo {
  margin: 0 0 0 2vw !important;
}
.responsive .container {
  margin: 0 !important;
  width: 100% !important;
}
.responsive menu {
  background: white !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.responsive li {
  display: block !important;
  width: 100% !important;
  font-weight: bold;
}
.responsive .menu-button {
  position: absolute;
  right: 0;
}

#call-now {
  position: fixed;
  padding: 5px;
  bottom: 10px;
  right: 10px;
  border-radius: 99px;
  z-index: 20;
  background-image: linear-gradient(to right, #3f9620, #749e20);
  box-shadow: 5px 5px 25px 0px rgba(255, 255, 255, 0.1);
}
@media (max-width: 700px) {
  #call-now {
    width: 64px;
  }
}
@media (min-width: 700px) {
  #call-now {
    width: 64px;
  }
}
@media (min-width: 1200px) {
  #call-now {
    width: 64px;
  }
}
@media (max-width: 700px) {
  #call-now {
    height: 64px;
  }
}
@media (min-width: 700px) {
  #call-now {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  #call-now {
    height: 64px;
  }
}
@media (max-width: 700px) {
  #call-now img {
    width: 64px;
  }
}
@media (min-width: 700px) {
  #call-now img {
    width: 64px;
  }
}
@media (min-width: 1200px) {
  #call-now img {
    width: 64px;
  }
}
@media (max-width: 700px) {
  #call-now img {
    height: 64px;
  }
}
@media (min-width: 700px) {
  #call-now img {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  #call-now img {
    height: 64px;
  }
}

header {
  background: #191229 url("../assets/header_bg.jpg") no-repeat top 0px center;
  margin: 0 0 70px 0;
  padding: 0;
  position: relative;
}
@media (max-width: 700px) {
  header {
    background-size: auto;
  }
}
@media (min-width: 700px) {
  header {
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  header {
    background-size: auto;
  }
}
@media (max-width: 700px) {
  header {
    height: 100vh;
  }
}
@media (min-width: 700px) {
  header {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  header {
    height: 890px;
  }
}
header .container {
  padding: 0 !important;
}
header .screen {
  position: relative;
  height: 100%;
}
header .screen #over {
  z-index: 2;
  background: url("../assets/over_landing.png") no-repeat top 0px center;
  @inlcude rwd(width, 100%, 100%, 1200px);
  height: 885px;
  width: 100% !important;
  position: relative;
  left: 0px;
  top: 0px;
}
header .screen .headerlines {
  position: relative;
}
header .screen .headerlines h2 {
  font-weight: 300;
  color: black;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: 0;
  top: 160px;
}
@media (max-width: 700px) {
  header .screen .headerlines h2 {
    font-size: 7.5vw;
  }
}
@media (min-width: 700px) {
  header .screen .headerlines h2 {
    font-size: 3.5vw;
  }
}
@media (min-width: 1200px) {
  header .screen .headerlines h2 {
    font-size: 45px;
  }
}
@media (max-width: 700px) {
  header .screen .headerlines h2 {
    padding: 40px 0;
  }
}
@media (min-width: 700px) {
  header .screen .headerlines h2 {
    padding: 20px 0px 0 0;
  }
}
@media (min-width: 1200px) {
  header .screen .headerlines h2 {
    padding: 20px 0px 0 0 !important;
  }
}
@media (max-width: 700px) {
  header .screen .headerlines h2 {
    left: 20%;
  }
}
@media (min-width: 700px) {
  header .screen .headerlines h2 {
    left: 70%;
  }
}
@media (min-width: 1200px) {
  header .screen .headerlines h2 {
    left: 800px;
  }
}
header .screen .headerlines h2 span {
  font-size: 0.78em;
}
header .screen .headerlines h1#title {
  color: white;
  margin: 0;
  font-family: "Rajdhani", sans-serif !important;
  text-transform: uppercase;
  position: fixed;
  z-index: 0;
}
@media (max-width: 700px) {
  header .screen .headerlines h1#title {
    font-size: 15vw;
  }
}
@media (min-width: 700px) {
  header .screen .headerlines h1#title {
    font-size: 15vw;
  }
}
@media (min-width: 1200px) {
  header .screen .headerlines h1#title {
    font-size: 180px;
  }
}
@media (max-width: 700px) {
  header .screen .headerlines h1#title {
    padding: 24vh 0 0 10px;
  }
}
@media (min-width: 700px) {
  header .screen .headerlines h1#title {
    padding: 140px 0 0 50px;
  }
}
@media (min-width: 1200px) {
  header .screen .headerlines h1#title {
    padding: 140px 0 0 50px;
  }
}
header .screen a {
  text-decoration: none;
}
header .screen button.features {
  margin: 0 auto !important;
  top: 500px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  border-radius: 5;
  border: 0;
  background-image: linear-gradient(to right, #ffd614, #f3ab2f);
  box-shadow: 5px 5px 25px 0px #f3ab2f;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
@media (max-width: 700px) {
  header .screen button.features {
    font-size: 1em;
  }
}
@media (min-width: 700px) {
  header .screen button.features {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  header .screen button.features {
    font-size: 1em;
  }
}
header .screen button.features:hover {
  box-shadow: 5px 5px 50px 0px #ee1714;
}
header .smart {
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
header .smart .product img.logo {
  max-width: 100px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
header .smart .product img.device {
  padding: 40px 0;
  display: block;
}
@media (max-width: 700px) {
  header .smart .product img.device {
    max-width: 90%;
  }
}
@media (min-width: 700px) {
  header .smart .product img.device {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  header .smart .product img.device {
    max-width: 600px;
  }
}
@media (max-width: 700px) {
  header .smart .product img.device {
    margin: auto 2.5% !important;
  }
}
@media (min-width: 700px) {
  header .smart .product img.device {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  header .smart .product img.device {
    margin: 25px auto;
  }
}
header .smart .product div.smart-set {
  position: relative;
  width: auto;
}
header .smart .product div.smart-set img.smartband {
  position: absolute;
  top: 15%;
}
@media (max-width: 700px) {
  header .smart .product div.smart-set img.smartband {
    right: 0;
  }
}
@media (min-width: 700px) {
  header .smart .product div.smart-set img.smartband {
    right: 10%;
  }
}
@media (min-width: 1200px) {
  header .smart .product div.smart-set img.smartband {
    right: 20%;
  }
}
@media (max-width: 700px) {
  header .smart .product div.smart-set img.smartband {
    height: 100px;
  }
}
@media (min-width: 700px) {
  header .smart .product div.smart-set img.smartband {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  header .smart .product div.smart-set img.smartband {
    height: 180px;
  }
}
header .smart .product h2.price button {
  color: white !important;
  border-color: white !important;
}
header .smart a {
  text-decoration: none !important;
}
header .smart h1 {
  color: white;
  text-align: center;
  font-family: FARRAY !important;
  text-shadow: 0px 0px 45px #48d1d4;
}
@media (max-width: 700px) {
  header .smart h1 {
    padding-top: 40px;
  }
}
@media (min-width: 700px) {
  header .smart h1 {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  header .smart h1 {
    padding-top: 90px;
  }
}
@media (max-width: 700px) {
  header .smart h1 {
    font-size: 40px;
  }
}
@media (min-width: 700px) {
  header .smart h1 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  header .smart h1 {
    font-size: 80px;
  }
}
@media (max-width: 700px) {
  header .smart h1 {
    line-height: 45px;
  }
}
@media (min-width: 700px) {
  header .smart h1 {
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  header .smart h1 {
    line-height: 90px;
  }
}
header .smart h1 span {
  font-family: ALISEO !important;
  background: linear-gradient(-45deg, #4bffac, #3ce7c1, #1dbfff, #00c5f0);
  -webkit-text-stroke: 2px rgba(0, 187, 238, 0.2);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s ease infinite;
}
@media (max-width: 700px) {
  header .smart h1 span {
    font-size: 45px;
  }
}
@media (min-width: 700px) {
  header .smart h1 span {
    font-size: 87px;
  }
}
@media (min-width: 1200px) {
  header .smart h1 span {
    font-size: 87px;
  }
}
header .smart h2 {
  color: white;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
}
@media (max-width: 700px) {
  header .smart h2 {
    font-size: 18px;
  }
}
@media (min-width: 700px) {
  header .smart h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  header .smart h2 {
    font-size: 22px;
  }
}
header .smart h3 {
  margin: 10px 0;
  text-align: center;
  color: white;
  font-family: ALISEO !important;
}
@media (max-width: 700px) {
  header .smart h3 {
    font-size: 22px;
  }
}
@media (min-width: 700px) {
  header .smart h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  header .smart h3 {
    font-size: 36px;
  }
}
header .smart h3 span {
  font-family: Open Sans;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  header .smart h3 span {
    font-size: 18px;
  }
}
@media (min-width: 700px) {
  header .smart h3 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  header .smart h3 span {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  header .smart h3 span {
    display: block;
  }
}
@media (min-width: 700px) {
  header .smart h3 span {
    display: inline;
  }
}
@media (min-width: 1200px) {
  header .smart h3 span {
    display: inline;
  }
}
header .smart .blue {
  width: 100%;
  padding-bottom: 30px;
  min-height: 60%;
  background: #030544 url("../assets/header_bg-smart_blue.jpg") no-repeat bottom 0px center;
}
header .smart .blue img.device {
  -webkit-filter: drop-shadow(0px 0px 15px #48d1d4);
  filter: drop-shadow(0px 0px 15px #48d1d4);
}
header .smart .purple {
  width: 100%;
  padding-bottom: 30px;
  min-height: 40%;
  background: #301765 url("../assets/header_bg-smart_purple.jpg") no-repeat top 0px center;
}
header .smart .purple img.device {
  -webkit-filter: drop-shadow(0px 0px 15px #7627a0);
  filter: drop-shadow(0px 0px 15px #7627a0);
}

main {
  position: relative;
  background: white;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .flex div {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .flex div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex div {
    width: 47.5%;
  }
}

#haier-dezynfekcja {
  color: white !important;
}
#haier-dezynfekcja a {
  color: white !important;
}
#haier-dezynfekcja .container {
  background: white url("../assets/haier_dezynfekcja.jpg") no-repeat top 0px left;
  background-size: cotain;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
@media (max-width: 700px) {
  #haier-dezynfekcja .container {
    height: auto;
  }
}
@media (min-width: 700px) {
  #haier-dezynfekcja .container {
    height: 580px;
  }
}
@media (min-width: 1200px) {
  #haier-dezynfekcja .container {
    height: 580px;
  }
}
#haier-dezynfekcja .container h1 {
  color: white !important;
  text-align: left;
}
@media (max-width: 700px) {
  #haier-dezynfekcja .container h1 {
    padding: 2%;
  }
}
@media (min-width: 700px) {
  #haier-dezynfekcja .container h1 {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 1200px) {
  #haier-dezynfekcja .container h1 {
    padding: 2% 60% 2% 5%;
  }
}
@media (max-width: 700px) {
  #haier-dezynfekcja .container p {
    padding: 2%;
  }
}
@media (min-width: 700px) {
  #haier-dezynfekcja .container p {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 1200px) {
  #haier-dezynfekcja .container p {
    padding: 0% 65% 5% 5%;
  }
}

#lg-dezynfekcja {
  color: #222 !important;
}
#lg-dezynfekcja a {
  color: #a50034 !important;
  text-decoration: none;
  font-weight: 300;
}
#lg-dezynfekcja .container {
  max-height: 580px;
  background: #c6c5c2 url("../assets/lg_dezynfekcja.jpg") no-repeat top 0px left;
}
#lg-dezynfekcja .container h1 {
  color: #a50034 !important;
  text-align: left;
}
@media (max-width: 700px) {
  #lg-dezynfekcja .container h1 {
    padding: 10px 15px;
  }
}
@media (min-width: 700px) {
  #lg-dezynfekcja .container h1 {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  #lg-dezynfekcja .container h1 {
    padding: 2% 60% 2% 5%;
  }
}
@media (max-width: 700px) {
  #lg-dezynfekcja .container h1 {
    margin: 5% 2.5%;
  }
}
@media (min-width: 700px) {
  #lg-dezynfekcja .container h1 {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #lg-dezynfekcja .container h1 {
    margin: 0% 60% 5% 5%;
  }
}
@media (max-width: 700px) {
  #lg-dezynfekcja .container p {
    margin: 5% 2.5%;
  }
}
@media (min-width: 700px) {
  #lg-dezynfekcja .container p {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #lg-dezynfekcja .container p {
    margin: 0% 60% 5% 5%;
  }
}
@media (max-width: 700px) {
  #lg-dezynfekcja .container p {
    background: none;
  }
}
@media (min-width: 700px) {
  #lg-dezynfekcja .container p {
    background: rgba(198, 197, 194, 0.8);
  }
}
@media (min-width: 1200px) {
  #lg-dezynfekcja .container p {
    background: none;
  }
}
@media (max-width: 700px) {
  #lg-dezynfekcja .container p {
    padding: 10px;
  }
}
@media (min-width: 700px) {
  #lg-dezynfekcja .container p {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  #lg-dezynfekcja .container p {
    padding: 0;
  }
}

#Oferta {
  padding: 50px 0 75px 0;
}
#Oferta h1 {
  font-size: min(5vw, 60px);
  line-height: 0.9em;
  text-align: center;
  margin: 0;
  font-family: "Rajdhani", sans-serif !important;
  text-transform: uppercase;
  overflow-x: hidden;
  overflow-y: hidden;
}
#Oferta ul.oferta {
  padding: 0;
}
#Oferta ul.oferta li {
  display: inline-block;
  font-weight: 600;
  color: black;
  transition: background-color 1s ease;
  border-radius: 5px;
}
@media (max-width: 700px) {
  #Oferta ul.oferta li {
    width: 100%;
  }
}
@media (min-width: 700px) {
  #Oferta ul.oferta li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #Oferta ul.oferta li {
    width: 33%;
  }
}
@media (max-width: 700px) {
  #Oferta ul.oferta li {
    text-align: left;
  }
}
@media (min-width: 700px) {
  #Oferta ul.oferta li {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #Oferta ul.oferta li {
    text-align: center;
  }
}
#Oferta ul.oferta li:hover {
  background: rgba(255, 255, 255, 0.3);
}
#Oferta img.icon {
  margin: 10px 10px 10px 0;
  vertical-align: middle;
}
@media (max-width: 700px) {
  #Oferta img.icon {
    width: 40px;
  }
}
@media (min-width: 700px) {
  #Oferta img.icon {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  #Oferta img.icon {
    width: 50px;
  }
}
@media (max-width: 700px) {
  #Oferta img.icon {
    height: 40px;
  }
}
@media (min-width: 700px) {
  #Oferta img.icon {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #Oferta img.icon {
    height: 50px;
  }
}
#Oferta .icon {
  align-self: center;
  justify-content: center;
}
#Oferta .desc {
  padding: 10px 25px;
}
#Oferta .desc p > b {
  font-weight: 300;
  color: black;
}
#Oferta .aside img.logo {
  max-width: 100px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#Oferta .aside img.icon {
  margin: 10px 10px 10px 0;
  vertical-align: middle;
}
@media (max-width: 700px) {
  #Oferta .aside img.icon {
    width: 40px;
  }
}
@media (min-width: 700px) {
  #Oferta .aside img.icon {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  #Oferta .aside img.icon {
    width: 50px;
  }
}
@media (max-width: 700px) {
  #Oferta .aside img.icon {
    height: 40px;
  }
}
@media (min-width: 700px) {
  #Oferta .aside img.icon {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #Oferta .aside img.icon {
    height: 50px;
  }
}
#Oferta .aside ul {
  list-style-type: none;
  color: #666;
  font-weight: 300;
}
@media (max-width: 700px) {
  #Oferta img.device {
    max-width: 90%;
  }
}
@media (min-width: 700px) {
  #Oferta img.device {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  #Oferta img.device {
    max-width: 415px;
  }
}
@media (max-width: 700px) {
  #Oferta img.device {
    margin: auto 2.5% !important;
  }
}
@media (min-width: 700px) {
  #Oferta img.device {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #Oferta img.device {
    margin: 0;
  }
}
@media (max-width: 700px) {
  #Oferta img.map {
    max-width: 50%;
  }
}
@media (min-width: 700px) {
  #Oferta img.map {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #Oferta img.map {
    max-width: 80%;
  }
}
@media (max-width: 700px) {
  #Oferta img.pin {
    max-width: 50%;
  }
}
@media (min-width: 700px) {
  #Oferta img.pin {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #Oferta img.pin {
    max-width: 64px;
  }
}
#Oferta h2.price {
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
  display: inline;
}
@media (max-width: 700px) {
  #Oferta h2.price {
    text-align: center;
  }
}
@media (min-width: 700px) {
  #Oferta h2.price {
    text-align: none;
  }
}
@media (min-width: 1200px) {
  #Oferta h2.price {
    text-align: none;
  }
}
#Oferta .elegance {
  background: #333;
  color: white !important;
}
#Oferta .elegance p > b {
  color: white;
}
#Oferta .elegance h3, #Oferta .elegance h2, #Oferta .elegance ul {
  color: white !important;
}
#Oferta .elegance button {
  color: white;
  border-color: white;
}
#Oferta .elegance button:hover, #Oferta .elegance button:active {
  border-color: #f3ab2f;
  color: #f3ab2f;
  cursor: pointer;
  transition: 0.3s;
}
#Oferta .elegance small {
  color: white !important;
}
@keyframes Marquee {
  0% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#Oferta ul#other {
  animation: Marquee 25s linear infinite;
  white-space: nowrap;
}
#Oferta ul#other:hover {
  animation-play-state: paused;
}
#Oferta ul#other li {
  display: inline;
}
#Oferta ul#other li img.logo {
  max-height: 45px;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  filter: grayscale(100%);
}
#Oferta ul#other li img.logo:hover {
  filter: grayscale(0%);
}

#about-us {
  background: #e1e1e1;
  padding-bottom: 70px;
}
#about-us img.logo {
  width: 300px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #about-us img.exp {
    max-width: 90%;
  }
}
@media (min-width: 700px) {
  #about-us img.exp {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  #about-us img.exp {
    max-width: 451px;
  }
}
#about-us ul li {
  list-style-type: none;
}
#about-us ul li:before {
  content: "Δ";
  color: #f3ab2f;
  font-weight: 900;
  font-size: 0.8em;
  verticla-align: super;
  line-height: 1em;
  padding: 0 8px 0 0;
}

footer {
  background: #dddddd;
  margin: 0;
  font-size: 1em;
}
footer img.logo {
  margin: 17px 50px 18px 0;
  float: left;
}
@media (max-width: 700px) {
  footer img.logo {
    width: 115px;
  }
}
@media (min-width: 700px) {
  footer img.logo {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  footer img.logo {
    width: 230px;
  }
}
@media (max-width: 700px) {
  footer img.logo {
    height: 37px;
  }
}
@media (min-width: 700px) {
  footer img.logo {
    height: 74px;
  }
}
@media (min-width: 1200px) {
  footer img.logo {
    height: 74px;
  }
}
footer img.icon {
  margin: 10px 10px 10px 0;
  vertical-align: middle;
}
@media (max-width: 700px) {
  footer img.icon {
    width: 32px;
  }
}
@media (min-width: 700px) {
  footer img.icon {
    width: 32px;
  }
}
@media (min-width: 1200px) {
  footer img.icon {
    width: 32px;
  }
}
@media (max-width: 700px) {
  footer img.icon {
    height: 32px;
  }
}
@media (min-width: 700px) {
  footer img.icon {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  footer img.icon {
    height: 32px;
  }
}

#contact div {
  display: block;
}

div.black-box {
  border: 5px solid black;
  background: white;
  margin: 25px 0;
}
@media (max-width: 700px) {
  div.black-box form {
    padding: 10px;
  }
}
@media (min-width: 700px) {
  div.black-box form {
    padding: 10px 50px;
  }
}
@media (min-width: 1200px) {
  div.black-box form {
    padding: 10px 50px;
  }
}
div.black-box .footer,
div.black-box .header {
  padding: 10px 50px;
  background: black;
  color: white !important;
}
div.black-box .footer h2,
div.black-box .header h2 {
  color: white !important;
}
div.black-box .footer .icon,
div.black-box .header .icon {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
  margin: 0 10px;
}
div.black-box .footer a,
div.black-box .header a {
  color: white !important;
}
div.black-box .content {
  padding: 10px 50px;
}

@keyframes bounce {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.preloader {
  position: fixed;
  background: white;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.preloader .inside {
  margin: 0 auto;
  width: 30vw;
  margin-top: 20vh;
  text-align: center;
}
.preloader .logo {
  animation: bounce 1s infinite ease-in-out alternate;
  width: 120px;
  margin: 0 0 20px 0;
}
.preloader .penrose-triangle {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  transform-origin: 13.3rem 11.5rem;
  animation: bounce 1s infinite ease-in-out alternate;
  filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.2));
}
.preloader .side {
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  clip-path: polygon(57% 0, 75% 0, 26% 85%, 89.5% 85%, 98.4% 100%, 0 100%);
  transition: background-color 1s ease;
}
.preloader .side:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: rotate(0deg);
  background-color: #ffd614;
}
.preloader .side:nth-of-type(2) {
  top: 18.3%;
  left: 43.3%;
  transform: rotate(120deg);
  background-color: #ffbf22;
}
.preloader .side:nth-of-type(3) {
  top: 46.5%;
  left: 5.9%;
  transform: rotate(240deg);
  background-color: #f3ab2f;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  overflow-y: scroll;
  background-color: white;
  margin: auto;
  padding: 0 20px;
  width: 80%;
  height: 70%;
  position: relative;
}

span.close {
  color: black;
  float: right;
  font-size: 60px;
  font-weight: bold;
  position: fixed;
  top: 10%;
  right: 10%;
  cursor: pointer;
  background: url(../assets/icons/close.svg) 0 0 no-repeat;
  display: block;
  height: 50px;
  text-indent: -99999em;
  width: 50px;
  overflow: hidden;
}
span.close:hover, span.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointe;
}

section#gallery img.icon {
  max-width: 50px;
  max-height: 50px;
  margin: 10px 10px 10px 0;
  vertical-align: middle;
}
section#gallery #instafeed {
  max-width: 64rem;
  margin: auto;
  -moz-column-width: 13em;
  -webkit-column-width: 13em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
section#gallery #instafeed .grid-item {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.8rem;
  width: 100%;
  background: #efefef;
}
section#gallery #instafeed .grid-item:hover {
  background: #ffd614;
}
section#gallery #instafeed a {
  display: block;
}
section#gallery #instafeed img {
  display: block;
  width: 100%;
}
section#gallery #instafeed *, section#gallery #instafeed *:before, section#gallery #instafeed *:after {
  box-sizing: border-box !important;
}

ul.documents {
  list-style: none;
  padding: 0;
}
ul.documents a {
  text-decoration: none;
}
ul.documents li ul {
  padding: 0;
}
ul.documents li ul li {
  list-style: none;
  vertical-align: middle;
  line-height: 42px;
  margin: 0 20px 0 20px;
}
ul.documents li ul li::before {
  content: url("../assets/icons/pdf.svg");
  width: 32px !important;
  height: 32px !important;
  margin: 0px 5px 10px 0;
  display: inline-block;
  vertical-align: top;
}

header.mountain {
  background: #e27800 url("../assets/mountain_bg.gif") no-repeat top 0px center;
  padding: 0 0 50px 0;
  position: relative;
  color: white;
  height: auto !important;
}
@media (max-width: 700px) {
  header.mountain {
    background-size: auto;
  }
}
@media (min-width: 700px) {
  header.mountain {
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  header.mountain {
    background-size: auto;
  }
}
header.mountain a {
  color: white !important;
  text-decoration: none;
}
header.mountain .pdgtop {
  margin: 100px 0 0 0;
}

.face-circle {
  border: 5px solid #ffd614;
  border-radius: 50%;
  max-height: 120px;
}

ol.circles {
  color: black;
  counter-reset: point-counter;
  list-style: none;
  position: relative;
  left: 70px;
  margin-right: 70px;
  top: 0;
  border-left: 5px solid #ffd614;
}
ol.circles li {
  counter-increment: point-counter;
  position: relative;
  padding: 0 20px 0 20px;
  margin: 50px 0;
  min-height: 80px;
}
ol.circles li:before {
  content: counter(point-counter);
  border-radius: 50%;
  border: 5px solid #ffd614;
  background: white;
  color: black;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -80px;
  z-index: 9;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  vertical-align: bottom;
}

span.circle {
  background: #ffd614;
  border-radius: 50%;
  color: black;
  font-weight: bold;
  border: 3px solid black;
  padding: 2px 10px;
}

span.example {
  background: #f0f0f0;
  padding: 10px 30px;
  border-radius: 10px;
}

#faq h4 {
  border-left: 20px solid #ffd614;
  border-bottom: 2px solid #ffd614;
  padding-left: 15px;
}

.bookmark {
  position: absolute;
  margin: -40px 0 0 0;
  padding: 0px 0 0 0;
}

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