body {
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0em;
  min-height: 100%;
  padding: 0em;
  -webkit-overflow-scrolling: touch; }

html, div, li, span, a, body, p, table, input, select {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: 'Montserrat', sans-serif !important;
  -webkit-overflow-scrolling: touch; }

a{
  text-decoration: none;
}

/****************
  LANGUAGE
****************/

.selector-language{
	display: none;
}

@media screen and (min-width: 992px){
	.landscape .selector-language{
		display: flex;
		align-items: center;
		float: right;
	}

	.landscape .selector-language .ico{
		display: inline-block;
		width: 1em;
		height: 1em;
		margin-right: 0.2em;
	}

  .landscape .selector-language .ico img{
      width: 100%;
	}

  div.options > div > div > div > ul > li
  {
    color: #999 !important;
  }

	.landscape .selector-language .selector{
		display: inline-block;
	}
}

.mt-1{
  margin-top: 1em !important;
}

.btn-st{
  display: block;
  background-color: #fe714e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 1em;
  width: max-content;
  margin: 1.5em auto 0 auto;
  cursor: pointer;
  font-weight: 700;
}

/***********
HERO
***********/
.hero {
  position: relative;
  width: 100%;
  height: 85vh;
  background-color: #6e87fc; }


  .hero .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/background/Movil_Banner.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5; }
  .hero .menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em;
    box-sizing: border-box;
    z-index: 15; }
    .hero .menu .left img {
      width: 4em; }
    .hero .menu .right .hamburguer {
      padding-top: 0.2em; }
      .hero .menu .right .hamburguer img {
        width: 1.5em;
        cursor: pointer; }
    .hero .menu .right .container {
      position: fixed;
      display: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #6e87fc;
      padding: 1em;
      box-sizing: border-box; }
      .hero .menu .right .container .cross {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        .hero .menu .right .container .cross img {
          width: 1.5em;
          cursor: pointer; }
      .hero .menu .right .container .options {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: max-content;
        padding: 1em;
        box-sizing: border-box; }
        .hero .menu .right .container .options .option {
          width: 100%;
          text-transform: uppercase;
          color: #fff;
          margin-top: 1em;
          cursor: pointer; }
          .hero .menu .right .container .options .option:first-child {
            margin-top: 0; }
  .hero .title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    bottom: 3em; }
    .hero .title .img-title {
      width: 20em; }
      .hero .title .img-title.web {
        display: none; }
    .hero .title a {
      display: block;
      width: max-content;
      margin: auto; 
    }
    .hero .title-content{
      text-align: left;
      width: 100%;
    }
    
      .hero .title a .img-button {
        margin-top: 2em;
        width: 12em; }
  .hero .white {
    position: absolute;
    width: 100%;
    height: 5em;
    bottom: 0;
    background-color: #fff; }
  @media screen and (min-width: 600px) {
    .hero {
      height: 100vh; }
      .hero .background {
        background-size: cover; }
      .hero .title {
        bottom: 6em; }
        .hero .title .img-title {
          width: 25em; }
        .hero .title a .img-button {
          width: 15em; } }
  @media screen and (min-width: 768px) {
    .hero {
      height: 135vh; }
      .hero .title {
        bottom: 8em; }
        .hero .title .img-title {
          width: 28em; }
        .hero .title a .img-button {
          width: 17em; } }

@media screen and (min-width: 993px) {
  .landscape .hero {
    height: 100vh; }
    .landscape .hero .background {
      background-image: url(../assets/background/banner-web.png);
      background-size: contain;
      background-position: center right; }
    .landscape .hero .menu {
      padding: 2em 4em; }
      .landscape .hero .menu .left img {
        width: 3em; }
      .landscape .hero .menu .right .hamburguer {
        display: none; }
      .landscape .hero .menu .right .container {
        position: relative;
        display: block !important;
        background-color: transparent;
        padding: 0.5em 0 0 0; }
        .landscape .hero .menu .right .container .cross {
          display: none; }
        .landscape .hero .menu .right .container .options {
          padding: 0; }
          .landscape .hero .menu .right .container .options .option {
            font-size: 0.9em;
            width: max-content;
            margin-top: 0;
            margin-right: 1.5em;
            font-weight: 500; }
            .landscape .hero .menu .right .container .options .option:last-child {
              margin-right: 0; }
    .landscape .hero .title {
      width: 70%;
      margin-left: 15%;
      bottom: auto;
      top: 25%; }
      .landscape .hero .title .img-title.mobile {
        display: none; }
      .landscape .hero .title .img-title.web {
        display: block;
        width: 45em; }
      .landscape .hero .title a {
        margin: 0;
        text-align: left;
        width: max-content; 
        display: inline-block;
        margin-right: 0.5em;
      }
        .landscape .hero .title a .img-button {
          width: 11em; }
    .landscape .hero .white {
      height: 1em; } }
/***********
WHAT
***********/
.what {
  width: 100%;
  padding: 4em 2em;
  box-sizing: border-box; }
  .what .title {
    text-align: center; }
    .what .title img {
      width: 18em; }
  .what .text {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    margin-top: 1em; }
  @media screen and (min-width: 600px) {
    .what .title img {
      width: 24em; } }

@media screen and (min-width: 993px) {
  .landscape .what .title img {
    width: 30em; }
  .landscape .what .text {
    width: 60%;
    margin-left: 20%; } }
/***********
DISCOVER
***********/
.discover {
  padding: 2em;
  box-sizing: border-box;
  background-image: url(../assets/background/discover-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .discover .top {
    text-align: center; }
    .discover .top img {
      width: 19em; }

@media screen and (min-width: 993px) {
  .landscape .discover .top img {
    width: 30em; } }
/***********
BOXES
***********/
.boxes .content {
  display: flex;
  flex-wrap: wrap;
  padding: 2em;
  box-sizing: border-box; }
  .boxes .content .box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 15em;
    background-color: purple;
    padding: 2em 1em;
    box-sizing: border-box; }
    .boxes .content .box > div {
      width: 100%;
      text-align: center; }
      .boxes .content .box > div .title {
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff; }
      .boxes .content .box > div .btn {
        font-size: 0.9em;
        text-transform: uppercase;
        padding: 0.5em 2.5em;
        box-sizing: border-box;
        border-radius: 0.7em;
        display: inline-block;
        width: max-content;
        border: 1px solid #fff;
        text-decoration: none;
        color: #fff;
        margin-top: 2em;
        cursor: pointer; }
    .boxes .content .box:nth-child(2) {
      background: #000; }
    .boxes .content .box:nth-child(3) {
      background: #ccc; }

@media screen and (min-width: 993px) {
  .landscape .boxes .content {
    padding: 0 6em 2em 6em;
    margin-top: -1em; }
    .landscape .boxes .content .box {
      width: 50%;
      height: 16em;
      padding: 3em 1em; }
      .landscape .boxes .content .box > div .btn {
        font-size: 0.7em;
        margin-top: 3.5em; } }
/***********
WHAT WILL
***********/
.what-will {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em;
  box-sizing: border-box; }
  .what-will .top {
    width: 100%;
    text-align: center; }
    .what-will .top img {
      width: 19em; }
  .what-will .bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 1.5em; }
    .what-will .bottom .photo {
      width: 18em; }
    .what-will .bottom .list .web {
      display: none; }
    .what-will .bottom .list ul {
      padding-inline-start: 2em;
      margin-top: 2em; }
      .what-will .bottom .list ul li {
        font-size: 0.9em;
        margin-top: 0.5em;
        line-height: 1.5em;
        font-weight: 500; }
  .what-will .right {
    margin-top: 2em; }
  @media screen and (min-width: 600px) {
    .what-will .top img {
      width: 65%; }
    .what-will .bottom .photo {
      width: 65%; } }

@media screen and (min-width: 993px) {
  .landscape .what-will .top {
    display: none; }
  .landscape .what-will .bottom .photo {
    width: 45%;
    height: 24em; }
  .landscape .what-will .bottom .list {
    width: 50%;
    padding-left: 2em;
    box-sizing: border-box; }
    .landscape .what-will .bottom .list .web {
      display: block;
      width: 35em; }
    .landscape .what-will .bottom .list ul {
      padding-inline-start: 1em; }
  .landscape .what-will .right .bottom .photo {
    order: 2;
  height: 20em; }
  .landscape .what-will .right .bottom .list {
    order: 1;
    padding: 0 2em 0 0; }
    .landscape .what-will .right .bottom .list .web {
      width: 30em; } }
/***********
AREA YOU
***********/
.are-you {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em;
  box-sizing: border-box;
  background-image: url(../assets/background/arees.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .are-you .content {
    width: 100%; }
    .are-you .content .text {
      font-size: 1.1em;
      position: relative;
      top: 2em;
      color: #fff;
      margin-top: 6em;
      font-weight: 500;
      text-align: center; }
    .are-you .content a {
      display: block;
      width: max-content;
      margin: auto; 
      margin-top:3em !important;
    }
      .are-you .content a img {
        width: 15em;
        margin-top: 4em; }
  @media screen and (min-width: 600px) {
    .are-you .content .text {
      margin-top: 10em; } 

      .are-you .content a {
        margin-top:1em !important;
      }
    
    }

@media screen and (min-width: 993px) {
  .landscape .are-you {
    background-image: url(../assets/background/arees.jpg);
    background-position: center 0%;
    padding: 10em 2em 2em 2em; }
    .landscape .are-you .content {
      position: relative;
      top: -4em;
      width: 50%;
      margin-left: 25%; }
      .landscape .are-you .content .text {
        margin-top: 6em;
        top: 0; }
      .landscape .are-you .content a img {
        margin-top: 1em;
        width: 11em; } }
/***********
REVIVAL
***********/
.revival {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 4em 2em 2em 2em;
  box-sizing: border-box;
  background-image: url(../assets/background/black-mobile.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .revival .content {
    width: 100%;
    z-index: 5; }
    .revival .content .left .title {
      width: 100%;
      text-align: center; }
      .revival .content .left .title img {
        width: 16em; }
    .revival .content .left .text {
      margin-top: 1.5em;
      color: #fff;
      line-height: 1.5em;
      font-weight: 500;
      text-align: justify; }
    .revival .content .left .follow {
      font-size: 1.3em;
      display: flex;
      color: orange;
      text-transform: uppercase;
      justify-content: center;
      align-items: center;
      margin-top: 3em;
      font-weight: 700; }
      .revival .content .left .follow a {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 1.5em;
        height: 1.5em;
        background-color: orange;
        cursor: pointer;
        border-radius: 100%;
        margin-left: 0.5em; }

        .revival .content .left .follow a img
        {
          width: 0.8em;
        }
    .revival .content .right {
      width: 100%;
      /* margin-top: 2em; */}
      .revival .content .right .cards {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .revival .content .right .cards .card {
          position: relative;
          width: 48%;
          height: 15em;
          background-color: #ccc;
          margin-top: 1em;
          cursor: pointer;
        background-size: cover;
      background-position: center center;
    background-repeat: no-repeat; }

    .revival .content .right .cards .card img
    {
      position: absolute;
      bottom: 0.5em;
      right: 0.5em;
      width: 2em;
    }
  .revival .white {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4em;
    background-color: #fff;
    z-index: 1; }
  @media screen and (min-width: 600px) {
    .revival .content .right .cards .card {
      height: 20em;
      margin-top: 1.5em; } }

@media screen and (min-width: 993px) {
  .landscape .revival {
    background-image: url(../assets/background/black-web.jpg);
    padding: 6em 4em; }
    .landscape .revival .content {
      display: flex;
      align-items: center; }
      .landscape .revival .content .left {
        width: 50%;
        padding-right: 4em;
        box-sizing: border-box; }
        .landscape .revival .content .left .title {
          text-align: left; }
          .landscape .revival .content .left .title img {
            width: 25em; }
        .landscape .revival .content .left .follow {
          justify-content: flex-start;
          margin-top: 2em; }
      .landscape .revival .content .right {
        width: 50%; }
        .landscape .revival .content .right .cards
        {
          justify-content: flex-start;
        }
        .landscape .revival .content .right .cards .card {
          height: 8em;
          width: 32%;
        margin-right: 1.5%; }
          .landscape .revival .content .right .cards .card:nth-child(1)
          {
            background-position: 37%;
          }
          .landscape .revival .content .right .cards .card:nth-child(2)
          {
            background-position: center top;
          }
          .landscape .revival .content .right .cards .card:nth-child(3),
          .landscape .revival .content .right .cards .card:nth-child(6),
          .landscape .revival .content .right .cards .card:nth-child(9),
          .landscape .revival .content .right .cards .card:nth-child(12),
          .landscape .revival .content .right .cards .card:nth-child(15),
          .landscape .revival .content .right .cards .card:nth-child(18),
          .landscape .revival .content .right .cards .card:nth-child(21)
          {
            margin-right: 0;
          }
          .landscape .revival .content .right .cards .card:nth-child(1), 
          .landscape .revival .content .right .cards .card:nth-child(2), 
          .landscape .revival .content .right .cards .card:nth-child(3) {
            margin-top: 0; }
    .landscape .revival .white {
      display: none; } }
/***********
OUTREACH
***********/
.outreach {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3em 2em;
  box-sizing: border-box; }
  .outreach .top .title {
    width: 100%;
    text-align: center; }
    .outreach .top .title img {
      width: 18em; }
  .outreach .top .text {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1em;
    text-align: center;
    font-weight: 500; }
  .outreach .bottom {
    width: 100%;
    margin-top: 2em; }
    .outreach .bottom .cards {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .outreach .bottom .cards .card {
        padding: 1.5em;
        box-sizing: border-box;
        border: 0.09375em solid #000;
        border-radius: 0.3em;
        margin-top: 1.5em;
        width: 100%; }
        .outreach .bottom .cards .card .title {
          width: 100%;
          font-size: 1.6em;
          font-weight: 900;
          text-align: center;
          text-transform: uppercase; }
        .outreach .bottom .cards .card .text {
          font-size: 1em;
          line-height: 1.5em;
          margin-top: 1em;
          text-align: center;
          font-weight: 500; }
          .outreach .bottom .cards .card .text a
          {
            text-decoration: none;
            color: #000;
          }
        .outreach .bottom .cards .card .btn {
          font-size: 0.9em;
          display: block;
          background-color: orange;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          padding: 0.5em 1em;
          width: max-content;
          margin: 1.5em auto 0 auto;
          cursor: pointer;
          font-weight: 700; }
        .outreach .bottom .cards .card:first-child {
          margin-top: 0; }

          .outreach .top{
            width: 100%;
            text-align: center;
          }

@media screen and (min-width: 993px) {
  .landscape .outreach {
    padding: 4em; }
    .landscape .outreach .top .title img {
      width: 25em; }
    .landscape .outreach .top .text {
      width: 65%;
      margin-left: 17.5%; }
    .landscape .outreach .bottom .cards {
      justify-content: space-around;
      margin-top: 2em; }
      .landscape .outreach .bottom .cards .card {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        width: 24%;
        margin-top: 0; }
        .landscape .outreach .bottom .cards .card .text {
          font-size: 0.8em; } }


  footer{
    width: 100%;
    background-color: #7B87FF;
    color: #fff;
    text-align:center;
    font-size: 0.7em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  footer span
  {
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
  }

.video-modal-style-1
{ 
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0em;
  left: 0em;
  text-align: center;
  display: none;
  z-index: 999;
}

.video-modal-style-1.active
{
  display: block !important;
}

.video-modal-style-1 .video-modal-windows
{
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  top: 0px;
  left: 0px;
}

.video-modal-style-1 .video-modal-aling
{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}

.video-modal-style-1 .video-modal-container
{
  width: 70%;
  background-color: #fff;
  display: inline-block;
}

.video-modal-style-1 .video-modal-container #video_iframe
{
  width: 100%;
  height: 100%;
  border: none;
}

.video-modal-close
{
  position: absolute;
  top: 2em;
  right: 2em;
  cursor: pointer;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

.video-modal-close img
{
  width: 1.5em;
}

@media screen and (max-width: 700px)
{
  .video-modal-style-1 .video-modal-container
  {
    width: 100%;
  }
}

.banner-video
{
  padding: 3em;
  padding-top: 5em;
  width: 100%;
  box-sizing: border-box;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: repeat; 
  margin-top: -0.1em;
  background: rgb(110,135,252);
  /*background: linear-gradient(90deg, rgba(110,135,252,1) 0%, rgb(176, 189, 252) 100%);*/
}

.banner-video-container.center
{
  justify-content: center;
}

.banner-video-container img{
  max-width: 100%;
  width: 100%;
}

.banner-video-container-left,
.banner-video-container-right
{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

.banner-video-container-left{
  cursor: pointer;
}

.banner-video-container .img-play
{
  width: 1.2em !important;
  margin-right: 0.25em;
}

.banner-video-container-right .btn-st
{
  display: flex;
  align-items: center;
}

.banner-video-container-right img
{
  width: 70%;
}

@media screen and (min-width: 700px)
{

  .banner-video
  {
    padding: 3em;
    padding-bottom: 2em;
  }

  .banner-video-container
  {
    display: flex;
    align-content: center;
    align-items: center;
  }

  .banner-video-container-left,
  .banner-video-container-right
  {
    width: 50%;
  }

}

.banner-newwine
{
  padding: 3em;
  padding-top: 5em;
  width: 100%;
  box-sizing: border-box;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: repeat; 
  margin-top: -0.1em;
  background: #fff;
  /*background: linear-gradient(90deg, rgba(110,135,252,1) 0%, rgb(176, 189, 252) 100%);*/
}



.banner-newwine-container img{
  max-width: 100%;
  width: 100%;
}

.banner-newwine-container-left,
.banner-newwine-container-right
{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

.banner-newwine-container-left{
  cursor: pointer;
}

.banner-newwine-container .img-play
{
  width: 1.2em !important;
  margin-right: 0.25em;
}

.banner-newwine-container-right img
{
  width: 70%;
}

.banner-newwine-container-right .btn-st
{
  display: flex;
  align-items: center;
}

@media screen and (min-width: 700px)
{

  .banner-newwine
  {
    padding: 3em;
    padding-bottom: 2em;
  }

  .banner-newwine-container
  {
    display: flex;
    align-content: center;
    align-items: center;
  }

  .banner-newwine-container-left,
  .banner-newwine-container-right
  {
    width: 50%;
  }

  .banner-newwine-container-right
  {
    order: 1;
  }

  .banner-newwine-container-left
  {
    order: 2;
  }

  .banner-newwine-container-right .btn-st
  {
    position: relative;
    left: -1.5em;
  }

}


.notify
{
  width: 100%;
  padding: 2em;
  box-sizing: border-box;
}

.notify .container
{
  width: 100%;
}

.notify .container .top .title
{
  text-align: center;
  font-size: 1.8em;
  font-weight: 800;
}

.notify .container .bottom
{
  width: 100%;
  margin-top: 2em;
}

.notify .container .bottom .input .sub-title
{
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.notify .container .bottom .input input
{
  width: 100%;
  margin-top: 1.5em;
  padding: 0.8em;
  box-sizing: border-box;
  text-align: center;
}

.notify .container .bottom .input .error
{
	font-size: 0.7em;
	color: #e85c41;
  text-align: center;
	display: none;
  margin-top: 0.7em;
}

.notify .container .bottom .input .error.success
{
  color: #4BB543;
}

.notify .container .bottom .buttons
{
  margin-top: 2em;
}
.notify .inputs 
{
  margin: 1em 0em 0em 0em;
}
.notify .inputs 
{
  margin: 1em 0em 0em 0em;
}

@media screen and (min-width: 600px){
  .notify .input 
  {
    margin: auto;
    width: 99%;
    box-sizing: border-box;
  }
   .notify .container .inputs 
  {
    margin: 1em 0em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notify .container .inputs #first-name 
  {
    width: 50%;
    margin-right: .9em;
  }
  .notify .container .inputs #last-name 
  {
    width: 50%;
    margin-left: .9em;
  }
}


@media screen and (min-width: 993px)
{
  .landscape .notify
  {
    padding: 4em;
  }

  .landscape .notify .container .top .title
  {
    width: 60%;
    margin-left: 20%;
    font-size: 2.5em;
  }

  .landscape .notify .container .bottom .input
  {
    width: 40%;
    margin-left: 30%;
  }
}

.gallery
{
  padding: 2em;
  box-sizing: border-box;
}

.gallery .container
{
  width: 100%;
}

.gallery .container .title
{
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.gallery .container .images
{
  width: 100%;
  margin-top: 2em;
}

.gallery .container .images .image-container
{
  padding: 0 1em;
  box-sizing: border-box;
  cursor: pointer;
}

.gallery .container .images .image
{
  width: 100%;
  height: 15em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery .container .images .arrow
{
  position: absolute;
  top: 50%;
  width: 2em;
  z-index: 10;
}

.gallery .container .images .arrow img
{
  width: 0.7em;
  cursor: pointer;
}

.gallery .container .images .arrow.prev
{
  left: -1em;
}

.gallery .container .images .arrow.next
{
  right: -2em;
}

@media screen and (min-width: 993px)
{
  .landscape .gallery
  {
    padding: 4em 2em;
  }
}

.modal-preview
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-preview.active
{
  display: flex;
}

.modal-preview .modal-layer
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.modal-preview .modal-container
{
  display: flex;
  justify-content: center;
  width: 90%;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box;
}

.modal-preview .modal-container .modal-close
{
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  cursor: pointer;
}

.modal-preview .modal-container .modal-close img
{
  width: 1.2em;
}

.modal-preview .modal-container .modal-content
{
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

.modal-preview .modal-container .modal-content img 
{
  width: 100%;
}

@media screen and (min-width: 600px)
{
  .modal-preview .modal-container
  {
    width: 60%;
  }
}

/*********
EVENTS
*********/
.events
{
  padding: 2em;
  box-sizing: border-box;
}

.events .container .title-style-1
{
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.events .container .elements
{
  font-size: 0.9em;
  margin-top: 2em;
}

.events .container .elements .element
{
  text-align: center;
  margin-top: 1em;
  text-transform: uppercase;
  color: #6e87fc;
}

.events .container .elements .element:first-child
{
  margin-top: 0;
}

.events .container .elements .element .sub-title
{
  font-weight: 700;
}

.events .container .info
{
  margin-top: 1em;
  font-weight: 500;
  text-align: center;
}

/****************
  FQA
****************/
.fqa{
	padding: 2em;
	box-sizing: border-box;
  background-color: #f7f7f7;
}

.fqa .title{
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1em;
}

.accordeon-fqa .element {
	width: 100%;
	height: auto;
	padding: 0.8em;
	box-sizing: border-box;
	border-bottom: 0.0625em solid #29292f; 
}

.accordeon-fqa .element .option .question {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	cursor: pointer;
	opacity: .7;
	font-weight: 700; 
	color: #29292f;
}

.accordeon-fqa .element .option .question .text-style-2 {
	font-size: 0.8em;
	width: 94%;
	text-transform: uppercase;
	font-weight: 800; 
}

.accordeon-fqa .element .option .question img {
	width: 0.6em; 
}

.accordeon-fqa .element .option .content-fqa {
	max-height: 0;
	overflow: hidden;
	transition: max-height .8s ease-out;
	font-size: 0.7em;
	line-height: 2em;
	font-weight: 500;
	text-transform: uppercase;
	opacity: .8;
	margin-top: 0.2em; 
	color: #29292f;
	text-align: left;
}

.accordeon-fqa .element .option .content-fqa a {
	color: #000;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
}

.accordeon-fqa .element:first-child {
	padding-top: 0; 
}

.accordeon-fqa .element.active .option .question {
	opacity: 1; 
}

.accordeon-fqa .element.active .option .question img {
	transition: all ease-in .3s;
	transform: rotate(180deg); 
}

.accordeon-fqa .element.active .option .content-fqa {
	max-height: 200em;
	transition: max-height .8s ease-in-out; 
}

@media screen and (min-width: 993px) {
	.landscape .fqa{
		padding: 4em 2em;
	}

	.landscape .fqa .title{
		font-size: 2.3em;
	}
	
	.landscape .accordeon-fqa {
		width: 60%;
		margin-left: 20%; 
	} 
}

.modal-policy
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-policy.active
{
  display: flex;
}

.modal-policy .modal-layer
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.modal-policy .modal-container
{
  display: flex;
  justify-content: center;
  width: 90%;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box;
}

.modal-policy .modal-container .modal-close
{
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  cursor: pointer;
}

.modal-policy .modal-container .modal-close img
{
  width: 1.2em;
}

.modal-policy .modal-container .modal-content
{
  font-size: 0.9em;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  overflow: auto;
  background-color: #fff;
  padding: 2em;
  box-sizing: border-box;
  overflow-wrap: break-word;
  text-align: left;
}

@media screen and (min-width: 600px)
{
  .modal-policy .modal-container
  {
    width: 60%;
  }
}
/*# sourceMappingURL=styles.css.map */
