/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  display: block;
  vertical-align: top;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* FIN RM */
body {
  font-family: 'Cormorant', serif;
  font-style: italic;
}

.video {
  position: fixed !important;
}

.max-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  padding: 28px 30px 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

@media screen and (max-width: 700px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border-bottom: 2px solid #FFF;
  padding-bottom: 5px;
  cursor: pointer;
}

.header__logo {
  width: auto;
}

@media screen and (max-width: 700px) {
  .header__logo {
    margin: 30px 0;
  }
}

.header__redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__redes li {
  padding: 0 9px;
}

.main__circle {
  border: 2px solid #FFF;
  width: 138px;
  height: 138px;
  border-radius: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.main__circle:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.footer {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.footer__text {
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #FFF;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 700px) {
  .footer__text {
    letter-spacing: 1px;
    font-size: 16px;
  }
}

.about {
  width: 70%;
  -webkit-transition: 1s all;
  transition: 1s all;
  display: none;
  height: 100%;
  max-width: 600px;
  background: #FFF;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: -70%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  overflow-y: auto;
}

.about__title {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding: 0 10%;
}

@media screen and (max-width: 700px) {
  .about__title {
    font-size: 30px;
  }
}

.about__close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  cursor: pointer;
  margin-bottom: 40px;
}

.about__text {
  padding: 0 10%;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 23px;
}

.about__text span {
  font-style: italic;
}

/* VIDEO FULLSCREEN */
.fullscreen-bg {
  /*display:none;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
}

@media screen and (max-width: 768px) {
  .fullscreen-bg {
    background: url("../img/01_ATEFondo.jpg") center center;
    background-size: cover;
  }
}

.video {
  margin-top: 0 !important;
}

.fullscreen-bg__video {
  /*
        position: absolute;
        top: 0;
        left: 0;
        width: 1920px;
        margin: 0 auto;
        min-height: 1080px !important;
        height: 1080px;
        max-height: 1080px;
        */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(calc((100% - 100vw) / 2));
          transform: translateX(calc((100% - 100vw) / 2));
}

@media screen and (max-width: 768px) {
  .fullscreen-bg__video {
    display: none;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 1080px;
    max-height: 1080px;
    /*top: -100%;*/
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 1920px;
    /*left: -100%;*/
  }
}

@media (max-width: 767px) {
  /*
    .fullscreen-bg {
        background: url('../img/ate.png') center center / cover no-repeat;
        background-size: 100%;
        display: none;
    }
    .fullscreen-bg__video {
        display: none;
    }
    */
}
/*# sourceMappingURL=landing.css.map */