@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
body {
  color: #232323;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 15pt;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #image-background {
/*  position: fixed;*/
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body #video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  overflow: hidden;
}

/*::-webkit-input-placeholder {
  color: #fff !important;
}

::-moz-placeholder {
  color: #fff !important;
}

:-moz-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}*/

a:hover {
  color: #00c8aa;
  text-decoration: none;
  outline: none;
}

a {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  color: #FFF;
  background: #2c9a40 none repeat scroll 0 0;
 
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 45px;
  -webkit-border-radius: 5px 10px;  /* Safari  */
  -moz-border-radius: 5px 10px;     /* Firefox */
}
}

p {
  font-size: 18px;
}

section ul li {
  display: inline-block;
  width: 13rem;
}

.main {
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

h1 {
  color: #fff;
  font-weight: 100;
  font-size: 67px;
}



@media only screen and (max-width: 767px) {
  input.notify-me {
    color: #fff;
    padding: 7.5px 5px !important;
    font-size: 11px;
    font-weight: 500;
    background-color: #0fe0ba;
    border-radius: 0;
    border-color: #0fe0ba;
    transition: all 0.5s ease-in-out;
  }
}



.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d2437;
  opacity: .4;
}

.content-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
}



.index-design {
  border: 2px solid #333;
  margin-bottom: 30px;
}

.index-design:hover {
  border: 5px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}

.index img {
  height: 100%;
  width: 100%;
  border: 10px solid #333;
}

.main-index {
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  background-color: #d4f1d8;
}

.main-index h1 {
  margin-bottom: 50px;
  margin-top: 5px;
  color: #333;
  display: block;
  font-weight: bolder;
  text-align: center;
}

.index-design h4 {
  background-color: #333;
  color: #fff;
  margin: 0px;
  padding: 10px;
  font-weight: bolder;
}



a.website {
  color: #999999;
}

a.website:hover {
  color: #00c8aa;
}



.bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}

.top-part {
  padding: 150px 0;
  background: #f2f3f7;
  background: url(../images/header_bg.jpg) top;
  background-size: cover;
}

.top-part p {
  color: #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.top-part h1 {
  font-size: 67px;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 25px;
}

.top-part h2 {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 7px;
  color: #f2f3f7;
}




.variant-part {
  padding: 30px 0;
  background: #FFFFFF;
}

.variant-part h2 {
  color: #999999;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 28px;
}

.variant-part h3 {
  color: #666666;
  letter-spacing: 2px;
  font-size: 12px;
  margin: 15px auto 80px;
  text-transform: uppercase;
}

.variant-part .variant {
  margin-bottom: 30px;
}

.variant-part .variant a img {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.variant-part .variant a:hover img {
  opacity: 0.8;
}

.variant-part .variant h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}




.counter h2 {
  font-size: 40px;
  font-weight: 700;
}



.logotipo {
/*   display: flex;
*/   justify-content: center;
}
 
