/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(19, 19, 19, 0.3);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}

* {
  font-family: 'Roboto', sans-serif;
  color: #484848;
  margin: 0;
  padding: 0;
  z-index: 1;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 300px;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 300px;
  margin: 0 auto;
  min-height: 480px;
  width: 100%;
  background-color: #e1e1e1;
}

strong {
  font-weight: 400;
}

p {
  margin: 1em auto;
}

a {
  text-decoration: none;
  color: inherit;
}

header, section, footer {
  /*max-width: 1208px;*/
  margin: 0 auto;
  /*padding: 0 36px;*/
  padding: 0 20px;
}

@media (min-width: 600px) {
  header, section, footer {
    padding: 0 calc((100% - 500px) / 2);
  }
}

@media (min-width: 800px) {
  header, section, footer {
    padding: 0 calc((100% - 860px) / 2);
  }
}

@media (min-width: 1200px) {
  header, section, footer {
    padding: 0 calc((100% - 1120px) / 2);
  }
}

header {
  height: 84px;
  margin-bottom: 2em;
}

.logo {
  width: 180px;
  height: 72px;
  opacity: 0.9;
  background: url("../img/logoadatiob.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  margin: auto;
}

.tel {
  float: right;
  border-radius: 0 0 6px 6px !important;
  margin: 0 !important;
}

.tel > span {
  font-size: 1.1em;
  color: white;
}

.tel > span::after {
  content: '\00a0\00a0\00a0 91 732 02 38';
}

.tel > span::before {
  content: '';
  background: url("../img/phone.png");
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: -7px;
  position: absolute;
  background-size: contain;
}

@media (max-width: 460px) {
  .tel > span::after {
    /*display:none !important;*/
    content: '' !important;
  }
  .logo {
    /*position:relative;*/
  }
}

.hero {
  text-align: center;
}

.hero > h1 {
  font-weight: 500;
  font-size: 2.5em;
}

.hero > p {
  font-weight: 300;
  font-size: 1.2em;
}

@media (min-width: 600px) {
  .hero > * {
    padding: 0px;
  }
}

@media (min-width: 800px) {
  .hero > * {
    padding: 0 80px;
  }
  .hero > h1 {
    font-size: 3em;
  }
  .hero > p {
    font-size: 1.2em;
  }
}

@media (min-width: 1200px) {
  .hero > * {
    padding: 0 160px;
  }
  .hero > h1 {
    font-size: 4em;
  }
  .hero > p {
    font-size: 1.5em;
  }
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  cursor: pointer;
  text-shadow: none;
  margin: 1em auto;
  line-height: 1.5;
  border-radius: 6px;
  border: transparent solid 1.5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  padding: 8px 32px;
}

.btn-primary {
  background-color: #542971;
}

.btn-primary:hover {
  background-color: #411f57;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn-secondary:disabled {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-secondary:disabled:hover {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
}

.hero-img {
  background: url("../img/hero-img.png");
  width: calc(100% - 60px);
  height: 260px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 30px;
  padding: 0px !important;
  position: absolute;
}

.hero-img-container {
  height: 320px;
}

.hero-img-container::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  left: 0;
  height: 160px;
  margin-top: 160px;
  background-color: white;
}

@media (min-width: 600px) {
  .hero-img {
    height: 460px;
  }
  .hero-img-container {
    height: 520px;
    /* 460 + 30*2 & 160 + 360 */
  }
  .hero-img-container::after {
    height: 160px;
    margin-top: 360px;
  }
}

#s1b {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 20px;
}

.sec1-text {
  padding: 20px 20px 30px 20px;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
}

.sec1-text p {
  line-height: 1.75em;
  text-align: justify;
  letter-spacing: 0.1px;
}

.sec1-text h2 {
  letter-spacing: 0.3px;
}

@media (min-width: 1200px) {
  .sec1-text {
    width: 330px;
  }
}

/*
  
  #s1 {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
  }
  
  #sec1-text {
    > {
      h2 {
        text-transform: uppercase;
        color: $primary;
        font-weight: 500;
      }
  
      p {
        font-size: 1.3em;
        font-weight: 300;
      }
    }
  
    flex-grow: 1;
    margin-left: 0;
    text-align: center;
  }
  
  #sec1-img {
    min-height: 453px;
    background-image: url(/img/sec1-img.png);
    background-repeat: no-repeat;
    bottom: 0;
    flex: 1 0 537px;
    margin: 0;
    background-position: right bottom;
    opacity: 0.9;
  }
  
  @media (min-width: 800px) {
    #s1 {
      flex-wrap: nowrap;
    }
  
    #sec1-img {
      margin: 0 -160px 0 80px;
    }
  
    #sec1-text {
      text-align: left;
      margin-left: 30px;
    }
  }
  
  @media (min-width: 1200px) {
    #sec1-img {
      margin: 0 -160px 0 160px;
    }
  }
  */
#s2 {
  background-color: #484848;
}

#sec2-text {
  text-align: center;
  padding: 4em 5%;
}

#sec2-text > div {
  padding: 1em 2.5em;
  margin: 3em 0 1.5em 0;
  border-radius: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.08);
}

#sec2-text > div > p {
  margin: 1.2em 0;
  line-height: 1.35em;
}

#sec2-text > h2, #sec2-text > p, #sec2-text > div > * {
  color: white;
  font-weight: 300;
}

#sec2-text > h2 {
  text-transform: uppercase;
  font-weight: 500;
}

#sec2-text > p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

#s3 {
  padding-top: 4em;
  padding-bottom: 4em;
}

@media (max-width: 600px) {
  #s3 {
    padding: 4em 0;
  }
}

#sec3-text > h2 {
  text-transform: uppercase;
  color: #542971;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3em;
}

#s4 {
  background-color: #542971;
}

#sec4-text {
  text-align: center;
  padding: 4em 5%;
}

#sec4-text > h2, #sec4-text > p {
  color: white;
}

#sec4-text > h2 {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

#sec4-text > p {
  font-size: 1.3em;
  font-weight: 300;
}

#sec4-text > form > div > button {
  /*margin-left: 10px;*/
  padding: 8px 90px;
}

ul {
  list-style: none;
  padding: 0;
  font-size: 1.1em;
}

ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  padding: 0.5em 0 0.5em 1em;
  font-weight: 300;
  letter-spacing: -0.3px;
}

ul .inner.show {
  /*display: block;*/
}

ul li {
  margin: 0.5em 0;
}

ul li a.toggle {
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

footer {
  font-size: 0.8em;
  margin: 1em auto;
  opacity: 0.7;
  text-align: center;
}

.separator {
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: gradient(radial, 50% 50%, 0, 50% 50%, 350, from(rgba(0, 0, 0, 0.2)), to(transparent));
  margin-top: 5em;
}

#logoadatio {
  background-image: url("../img/logo.png");
  width: 168px;
  height: 88px;
  text-align: center;
  font-size: 12px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 4em auto;
  color: #acacac;
}

.s1, .s2 {
  margin-bottom: 2em;
}

.s1 {
  float: left;
}

.s2 {
  float: right;
}

@media (max-width: 600px) {
  .s1, .s2 {
    width: 100%;
  }
}

.form-group > label {
  /*width: 140px;*/
  display: inline-block;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  /* background-color: tomato; */
}

.flexcel1, .flexcel2, .flexcel3, .flexcel12 {
  margin: 0;
}

.flexcel {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*margin: 10px;*/
  margin: 10px;
}

.flexcel100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 calc(100% - 22px);
          flex: 1 calc(100% - 22px);
  width: calc(100% - 22px);
}

.flexcel50 {
  -webkit-box-flex: 1;
      -ms-flex: 1 calc(50% - 22px);
          flex: 1 calc(50% - 22px);
  width: calc(50% - 22px);
}

.flexcel75 {
  -webkit-box-flex: 1;
      -ms-flex: 1 calc(75% - 22px);
          flex: 1 calc(75% - 22px);
  width: calc(75% - 22px);
}

.flexcel25 {
  -webkit-box-flex: 1;
      -ms-flex: 1 calc(25% - 22px);
          flex: 1 calc(25% - 22px);
  width: calc(25% - 22px);
}

.form-group > * {
  color: white;
}

.form-group > input {
  /*width: 110px;*/
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  /*padding: 6px;
      font-weight: 500;*/
  padding: 10px 14px;
  font-weight: 400;
  font-size: 1.1em;
}

.form-group > select {
  /*width: 110px;*/
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  /*padding: 6px;
      font-weight: 500;*/
  padding: 10px 14px;
  font-weight: 400;
  font-size: 1.1em;
  display: block;
  margin: 0;
  width: 100% !important;
}

.form-group > input:disabled, .form-group > select:disabled {
  background-color: rgba(156, 156, 156, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.form-group > .horario {
  width: calc(100% - 109px) !important;
  display: inline-block;
}

@media (max-width: 380px) {
  .flexcel50 {
    width: auto !important;
  }
}

.inputtextarea {
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  color: white;
  border-radius: 4px;
  display: block;
  font-size: 1.1em;
  width: 100%;
  padding: 10px 14px;
  resize: none;
}

.inputtextarea::-webkit-input-placeholder {
  color: white;
}

.inputtextarea:-ms-input-placeholder {
  color: white;
}

.inputtextarea::-ms-input-placeholder {
  color: white;
}

.inputtextarea::placeholder {
  color: white;
}

.styled-checkbox {
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  letter-spacing: -0.5px;
}

.styled-checkbox + label:after {
  content: '';
  /*margin-right: 10px;*/
  float: right;
  display: inline-block;
  vertical-align: sub;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

.styled-checkbox:hover + label:after {
  /*background: rgba(192, 235, 187, 0.7);*/
}

.styled-checkbox:focus + label:after {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:after {
  background: #14c302;
}

.styled-checkbox:disabled + label {
  color: white;
  cursor: auto;
}

.styled-checkbox:disabled + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
}

.styled-checkbox:checked + label:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.empNamel {
  display: none;
}

.toggle span {
  color: white;
  margin-left: 22px;
}

.toggle:before {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 6px;
  /*right: 4em;*/
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s,-webkit-transform 0.3s;
  -webkit-transition: transform 0.3s,-webkit-transform 0.3s;
  transition: transform 0.3s,-webkit-transform 0.3s;
}

.toggle.opened:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 8px;
}
/*# sourceMappingURL=landing.css.map */