/* ============================================== */
/* COLOR */
/* ============================================== */

:root{
    --color-purple:      #30303D;
    --color-violet:      #8D71E5;
    --color-light-violet:#95A4F9;
    --color-pink:        #CF62E4;
    --color-blue:        #1D94E3;
    --color-light-blue:  #6FE4F7;
}

.c-purple{
  background: var(--color-purple);
}

.c-purple-img{
  background-color:var(--color-purple);
  background-image: url("./../../images/body/bg-icon.png");
  background-position: 110% 50%;
  background-repeat: no-repeat;
}

.c-pink{
  background: var(--color-pink);
}

.c-blue{
  background: var(--color-blue);
}

.c-violet{
  background: var(--color-violet);
}

.c-light-blue{
  background: var(--color-light-blue);
}
.c-light-violet{
  background: var(--color-light-violet);
}

.tc-purple{
  color: var(--color-purple);
}

.tc-pink{
  color: var(--color-pink);
}

.tc-blue{
  color: var(--color-blue);
}

.tc-violet{
  color: var(--color-violet);
}

.tc-light-blue{
  color: var(--color-light-blue);
}

/* ============================================== */
/* PAKAGES */
/* ============================================== */

.pakages div{
  color: white;
  width: auto;
  padding: 10px;
}

.pakages div p{
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.pakages div b{
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.pakages div b:after{
  content: "";
  width: 80px;
  background: white;
  height: 1px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  bottom: -10px;
}

/* ============================================== */
/* FOOTER-AUTOR */
/* ============================================== */

.footer-autor{
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  overflow: hidden;
}

.footer-autor--p{
  font-size: 12px;
}

.footer-autor--p:last-child{
  text-align: right;
}

.footer-autor .autor{
  position: relative;
  margin-left: 20px;
}

.footer-autor .autor::after {
  width: 15px;
  height: 15px;
  position: absolute;
  top:0px;
  right:0;
  content: url("./../../images/logo/logo_icon_autor.svg");
}

@media screen and (max-width: 768px){
  .footer-autor{
    display: block;
    justify-content: none;
    padding: 10px 30px;
  }

  .footer-autor--p:last-child,
  .footer-autor--p{
    text-align: center;
    margin: 0;
  }
}

/* ============================================== */
/* ANCHORS */
/* ============================================== */

html{
  scroll-behavior: smooth;
}
section:not(:first-child) .anchor{  transform: translateY(2px);  }

@media only screen and (max-width: 1080px){
  section:not(:first-child) .anchor{  transform: translateY(-45px);  }
}

.h1.big{
  font-size: 5em;
  line-height: 1em;
}


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


@media only screen and (max-width: 768px){
  .h1.big{
    font-size: 2em;
  }
  .subpages{
    margin-top: 50px;
  }
}

/* ============================================== */
/* BTN */
/* ============================================== */

.btn.outline{
  border: 1px solid white;
}

.btn.outline.light-blue{
  border: 1px solid var(--color-light-blue);
  background: var(--color-purple);
  z-index: 2;
}

.btn.outline.light-blue:hover{
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}

.btn-icon{
  width: 120px;
  height: 120px;
  display:block;
  margin: 0 auto 60px;
}

.btn-icon.whatsapp::after{
  content:url(../../images/icons/social/whatsapp.svg);
}


/* ============================================== */
/* OTHERS */
/* ============================================== */

.line{
  width: 60%;
  margin: 20px auto;
}

.line.blue{
  border: 1px solid var(--color-blue);
}

.line.light-blue{
  border: 1px solid var(--color-light-blue);
}

.line.white{
  border: 1px solid white;
}

.line.pink{
  border: 1px solid var(--color-pink);
}

.line-dashed{
  border: 1px dashed white;
  width: 50%;
  left: 50%;
  top: 78%;
  position: absolute;
  z-index: 1;
}

.rel.top{
  padding-top: 80px;
}

.f-weight-l{
  font-weight: var(--f-weight-l);
}


.logo-company{
  padding: 20px 30px;
  width: 30%;
  height: 100%;
}

.logo-company.small{
  width: 20%;
}

.logo-company.small.ver{
  width: 15%;
}

@media only screen and (max-width: 768px){
  .logo-company{
    width: 100px;
    padding: 10px 20px;
  }
  .logo-company.small.ver{
    width: 100px;
  }
  .logo-company.small{
    width: 120px;
  }

  .line-dashed{
    top: 85%;
  }
}

/* ============================================== */
/* TEASER-INFO */
/* ============================================== */

.teaser-info div p{
  color: var(--color-light-blue);
  position: relative;
  margin-bottom: 30px;
}

.teaser-info div p span span{
  width: 100%;
}

.teaser-info div p.h2{
  height: 90px;
  display: flex;
  align-items: flex-end;
}

.teaser-info div p:first-child:after{
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: -15px;
  left: 0;
  background: white;
}

.teaser-info div p:last-child{
  color: white;
  margin-bottom: 0;
}

.bg-overlay.gradient{
  opacity: 0.5;
  background: rgb(218,35,255);
  background: linear-gradient(146deg, rgba(218,35,255,1) 0%, rgba(50,141,228,1) 100%);
}

@media only screen and (max-width: 768px){
  .teaser-info div p.h2{
    height: auto;
  }
  .teaser-info div p span span{
    width: auto;
  }
}

/* ============================================== */
/* VIDEO */
/* ============================================== */

.video-wrapper{
    width: 100%;
    margin-top: 50px;
}
video.video-hero{
    width: 100%;
    display: block;
}

/* ============================================== */
/* ALERT INPUT */
/* ============================================== */

.alert_input{
  display: inline-block;
  color: white;
  margin: 10px;
  font-size: 12px;
  line-height: 0;
}

.valido{
  color: green;
}

.no_valido{
  color: red;
}

/* ============================================== */
/* PROMOTIONS */
/* ============================================== */

.promotions{
  max-width: 1440px;
  margin: 0 auto;
}

.promotions ul{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.promotions li{
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  width: 33%;
}

.promotions li .square{
  width: 100%;
  height: 450px;
  position:relative;
  /*border: 1px solid white;*/
  overflow: visible;
  text-align: left;
}

.promotions li .square:after{
  content: url("./../../images/body/logo_white.svg");
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.2;
  z-index: 0;
}

.promotions li .square img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

.promotions li .square span :is(h3,p){
  position: relative;
  width: 100%;
  display: block;
  float: left;
  color: white;
}

.promotions li .square.c-light-blue span :is(h3,p),
.promotions li .square.c-light-violet span :is(h3,p){
  color: var(--color-purple);
}

.promotions li .square span h3:after{
  content: "";
  width: 80%;
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.promotions li .square span{
  width: 360px;
  position: absolute;
  left: 0%;
  top:50%;
  z-index: 9;
  overflow: visible;
  padding: 20px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;

  -webkit-box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.5);

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.promotions li .square:hover span {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;

  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

/*.promotions li .square:hover img{
  transform: scale(1.1);
  opacity: 0.1;
}*/

.promotions li .square span:after{
  content: url("./../../images/body/logo_white.svg");
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.2;
  z-index: -1;
}

.promotions li .square:before{
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

.promotions li .square:hover:before{
  background: rgba(0, 0, 0, 0.5);
}

.promotions li .square:before,
.promotions li .square img,
.promotions li .square span{
  -webkit-transition:all 350ms ease;
  -moz-transition:all 350ms ease;
  -ms-transition:all 350ms ease;
  transition:all 350ms ease;
}

@media only screen and (max-width: 1680px){

  .promotions li .square span{
    left: 50%;
    top: 90%;
  }
  .promotions li .square:hover span {
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }

}

@media only screen and (max-width: 1280px){
  .promotions li{
    width: 50%;
  }

  .promotions li .square img{
  }
}


@media only screen and (max-width: 768px){

  .promotions li > p{
    display: none;
  }

  .promotions li{
    margin: 0;
    width: 100%;
  }

  .promotions li .square{
    width: 100%;
    height: auto;
    position:relative;
  }

  .promotions li .square span,
  .promotions li .square:hover span{
    width: 100%;
    position: relative;
    left: 0;
    top:0;
    padding: 20px;
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    transform: none;
  }
  .promotions li .square span:after,
  .promotions li .square:before{
    display: none;
  }
  .promotions li .square:hover img,
  .promotions li .square img{
    transform: none;
    opacity: 1;
  }
}




