@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;600;700;900&&display=swap');
@import 'styles.css';

:root {
  --animate-duration: ease .2s;
  --animate-size: 14vw;
  --animation-duration: 3s;
  /*--animation-iteration-count: infinite;*/
  --animation-iteration-count: 1;

  --min-vw: 320;
  --max-vw: 1920;

  --color-black: #000;
  --color-white: #fff;
  --color-white03: rgba(255,255,255,.3);
  --color-white04: rgba(255,255,255,.4);
  --color-white05: rgba(255,255,255,.5);
  --color-white06: rgba(255,255,255,.6);
  --color-white07: rgba(255,255,255,.7);
  --color-white08: rgba(255,255,255,.8);
  --color-white09: rgba(255,255,255,.9);
  --color-black00: rgba(0,0,0,0);
  --color-black01: rgba(0,0,0,.1);
  --color-black02: rgba(0,0,0,.2);
  --color-black03: rgba(0,0,0,.3);
  --color-black04: rgba(0,0,0,.4);
  --color-black05: rgba(0,0,0,.5);
  --color-black06: rgba(0,0,0,.6);
  --color-black75: rgba(0,0,0,.75);
  --color-black08: rgba(0,0,0,.8);
  /*--color-primary1: #d50064;*/
  --color-primary1: #fd0069;
  --color-primary2: #d30365;
  --color-primary3: #c8015e;
  --color-primary4: #d70165;
  --color-primary5: #d60065;
  --color-primary6: #d80367;
  --color-primary7: #9a1f44;
  --color-gris: #39405a;
  --color-gris2: #8c8c8c;
  --color-gris3: #434343; 
  --color-gris4: #d3d3d3;
  --color-gris5: #38393b;
  --color-gris6: #404040;
  --color-gris7: #606060;
  --color-gris8: #171717;
  --color-gris9: #efefef;
  --color-gris10: #373737;
  --color-gris11: #3b3b3b;
}

body {
  background-color: var(--color-black);  
  color: var(--color-black);
  transition: 1s;
  overflow: overlay!important;
}

/*  Cajas  */

main{
  width: 100%;
  position: relative;
  z-index: 2;
  transition: 1s;
  
}

section {
  width: 100%;
  /*min-height: 120vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
section:nth-child(3n){
  background-color: var(--color-primary1);
}
section:nth-child(3n+1){
  background-color: var(--color-black);
  color: var(--color-white);
  background-size: cover;
}
section:nth-child(3n+2){
  background-color: var(--color-gris9);
}

section.sec_main--two > div {
  /*width: 50%;*/
  height: 100%;
}
section.sec_main--two .sec_main--two--item {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sec_main--two .sec_main--two--item > div {
  width: 608px;
  max-width: 70%;
  margin: 0 auto;
}
section.sec_main--two .sec_main--two--item:nth-child(2) .iconify,
section.sec_main--two .sec_main--two--item:nth-child(2) img.icon {
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
section.sec_main--two .sec_main--two--item p {
  margin-top: 52px;
  line-height: 1.6em;
}
section.sec_main--two.sec3 .sec_main--two--item p {
  margin-top: 26px;
}
section.sec_main--two.sec3 .sec_main--two--item h2 {
  line-height: 1.4em;
}
section > div {
  display: flex!important;
}

/* Cajas rosa */

.only_desktop--big.img--rosa img{
  max-height: 41vh;
  max-width: 40vw;
  margin: 0 auto;
  object-fit: contain;
}
/* Cajas negras */

.only_desktop--big.img--black img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/*  Textos generales  */

p {
  font-size: 12px;
  font-weight: 500;
}
/*
h3{
  font-size:  calc(13px + (16.5 - 13) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
h4{
  font-size: 10.5px;
}*/
.apagar, .arriba {
  cursor: pointer;
  transition: var(--animate-duration);
}
.apagar:hover {
  opacity: .5;
}
.hMini {
  padding-left: 2px;
  font-size: calc(12px + (17.5 - 12) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-weight: 500;
  text-align: left;
}
.accInfo{
  font-weight: 700;
}
.txt_8 {
  font-size: 8px;
}
.txt_12 {
  font-size: 12px;
}
.txt_13 {
  font-size: 13px;
}
.txt_14 {
  font-size: 14px;
}
.txt_15 {
  font-size: 15px;
}
.txt_16 {
  font-size: 16px;
}
.txt_17 {
  font-size: 17px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
 /* text-align: center;
  text-transform: uppercase;
  line-height: 1.4em;*/
}
.txt_22 {
  font-size: 22px;
}
.txt_23 {
  font-size: 23px;
}
.txt_24 {
  font-size: 24px;
}
.txt_25 {
  font-size: 25px;
}
.txt_26 {
  font-size: 26px;
}
.txt_27 {
  font-size: 27px;
}
.txt_30 {
  font-size: 30px;
}
.txt_33 {
  font-size: 33px;
}
.txt_34 {
  font-size: 34px;
}
.txt_42 {
  font-size: 42px;
}
.txt_46 {
  font-size: 46px;
}
.txt_49 {
  font-size: 49px;
}
.txt_50 {
  font-size: 50px;
}
.txt_55 {
  font-size: 55px;
}
.txt_57 {
  font-size: 57px;
}
.txt_60, .main_content .txt_60 {
  font-size: 60px;
}
.txt_62 {
  font-size: 62px;
}
.txt_65 {
  font-size: 65px;
}
.txt_72 {
  font-size: 72px;
}
.txt_170 {
  font-size: 170px;
}


/*BOTON*/

.btn {
  min-height: 82px;
  /*width: 328px22.78vw;*/
  width: fit-content;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  min-width: calc(150px + (250 - 150) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  max-width: 80%;
  margin-top: 76px;
  padding: 5px 50px;
  border: var(--color-primary1) 4px solid;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 1.3vw;*/
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: var(--color-black);
  cursor: pointer;
  transition: .3s;
}
.btn:hover {
  color: var(--color-white);
  background-color: var(--color-primary1);
}


section:nth-child(3n) .btn{
  border: var(--color-white) 4px solid;
}
section:nth-child(3n) .btn:hover{
  color: var(--color-black);
  background-color: var(--color-white);
}


section:nth-child(3n+1) .btn{
  color: var(--color-white);
}
section:nth-child(3n+1) .btn:hover{
  background-color: var(--color-primary1);
  /*color: var(--color-black);*/
}



/*  SEC 1 SELLCESSFUL */

.sec1 {
  position: relative;
  background-color: var(--color-black); 
  overflow: hidden;
}
.sec1 .fp-tableCell {
  justify-content: left;
  margin-left: 13vw;
}
.sec1 .cellcessful {
 /* height: 100vh;*/
  /*width: 90%;*/
  /*margin-top:-180px;*/
  position: relative;
 /* text-shadow: 1px 1px 0 #434343;*/
  text-align: left;
  justify-content: left;
  display: flex;
  align-items: center;
}
.cellcessful_desc{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}
.sec1 .cellcessful span{
  font-size: var(--animate-size);
  color: var(--color-primary1);
  text-align: left;
  line-height: 1em;
  font-family: 'DINOT-Bold', 'Roboto', sans-serif;
}
.sec1 .cellcessful *.cell12{
  height:  var(--animate-size);
  width: calc(var(--animate-size) / 4.5 );
  font-size: 20vw;
  position: relative;
 /* border: red 1px solid;*/
}
.cell12 > *{
  /*height: 20vw;
  width: 20vw;
  height: 100%;*/
  width: 100%;
  position: absolute;
  top: 0;
  /*border: green 1px solid;*/
}
.contact_now {
  padding: 1em /*.8em 1em*/ 1.5em;
  position: fixed;
  right: 1.56vw;
  bottom: 1.04vw;
  background-color: var(--color-gris11);
  color: var(--color-white);
  border-radius: .5em;
  z-index: 3;
  animation-name: contacto;
  animation-duration: .3s; 
  animation-timing-function: ease; 
  /*box-shadow: inset 3px 3px 5px 0px rgba(255,255,255,0.1);*/
  cursor: pointer;
/* box-shadow:  -3px -3px 5px 0px rgba(0,0,0,1);*/
align-items: end;
}/*
@keyframes contacto {
  0% {
    opacity: 0;
    transform: scale(0.5) translate(0%, 40%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0%, 0%);
  }
}*/
.contact_now p {
  /*font-size: calc(15.5px + (33 - 15.5) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  font-weight: 800;
}
.contact_now span {
  /*font-size: calc(12px + (17.5 - 12) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  font-weight: 500;
}
.contact_now .iconify {
  font-size: calc(15px + (27.5 - 15) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
.down {
  position: absolute;
  top: 90vh;
  left: calc(50% - (calc(25px + (50 - 25) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))))/2));;
  font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  color: var(--color-white);
  cursor: pointer;
  opacity: .8;
  transition: .3s;
}
.down:hover {
  opacity: 1;
  transform: translate(0,10px);
  -webkit-transform: translate(0,10px); 
  -o-transform: translate(0,10px); 
  -moz-transform: translate(0,10px);
}


/*  SEC 2  Descripción */

.sec2 {
  /*min-height: 100vh;*/
 /* position: sticky;
  position: -webkit-sticky;
  top:0;*/
  background-color: var(--color-white); 
  overflow: hidden;
}
section.sec2.sec_main--two .sec_main--two--item p {
  margin-top: 0;
}
.sec_main--two--item > div {
  padding: 0!important;
}
.sec2 .asterisco {
  /*height: 4.69vw;
  width: calc(100px + (180 - 100) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
 */ 
  width: 22px;
  margin: 0 10px 0 0;
  /*font-size: calc(20px + (90 - 20) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  color: var(--color-primary1);
}
.sec2 .asterisco > img {
  width: 100%;
}
.sec2 em strong {
  font-weight: 700;
}
.sec2 p:nth-child(1) {
  margin: 2.13vw 0 2.8vw 0;
  /*font-size: calc(16px + (33 - 16) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  font-style: italic;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.sec2 p:nth-child(1) span {
  font-weight: 500;
  margin: 0 .4em;
}

.sec2 .p_desc {
  /*font-size: calc(25px + (70 - 25) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  font-weight: 700;
  /*color: var(--color-gris6);*/
}
#sec2 hr {
  height: 2px;
  width: 4.53vw;
  margin: 1vw 0 1vw 0;
  border: none;
  background-color: var(--color-gris11);
}
.sec2 .p_ie {
  /* margin-bottom: 5.99vw;
  font-style: italic;
 font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  font-weight: 600;
  /*color: var(--color-gris7);*/
}
.btnSound {
  cursor:pointer;
  transition: .3s;
  /*border: 3px solid var(--color-gris9);*/
  border-radius: 50%;
  position: absolute;
  top: 7%;
  left: 37%;
  width: 25%;
  height: 25%;
  margin: auto;
  /*font-size: calc(20px + (25 -20) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
}
.only_mobil--big.btnSound{
  top: 20%;
  left: 33%;
  width: 35%;
  height: 35%;
}
.eye--mobil.eye {
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
/*.btnSound:hover {
  border: 3px solid var(--color-black);
} */
#btnSound2 {
  display: none;
}

/* sec3 work harder */

section.sec3.sec_main--two .sec_main--two--item > div {
 /* width: 700px;
  max-width: 80%;*/
}
section.sec3.sec_main--two .sec_main--two--item h2 {
  font-weight: 700;
 }

/*  SEC 7  */

.sec7{
  background-color: var(--color-gris5);
  background: fixed cover repeat;
  position: relative;
  z-index: 4;
}
.sec7 h2{
  color: var(--color-primary1);

  margin-bottom: .3em;
  transition: .3s;
}

.sec7 p, .sec7 a{
  color: var(--color-white);
}


/* sec 8 */

.sec8_animate {
  position: relative;
}
.sec8 .sec_main--two--item.sec8_animate > *{
  position: absolute;
  margin:auto;
  width: fit-content;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
}

section.sec_main--two.sec8 .sec_main--two--item:nth-child(2) img.icon {
  width: 277px;
  }
.div_video{
  width: 100vw;
  height: 100vh;
  background: var(--color-black08);
  display:none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.div_video > div {
  max-width: 80vw;
  max-height: 80vh;
}
.div_video .div_video--off{
  position: absolute;
  top: 67px;
  right: 50px;
  font-size: 50px;
}

/* sec10 */

.sec10 .only_desktop--big.img--black img {
  object-fit: contain;
}


/* sec11 */

section.sec11 {
  background-color: var(--color-black);
}
section.sec11 > div{
 /* background-image: url("../img/mapa_new.svg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: none;
}
.sec11 .map_contact {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  z-index: 1;
}
.sec11 h2 {
  color: var(--color-primary1);
  font-weight: 700;
}
.sec11 p, .sec11 a {
  color: var(--color-white);

}
.sidebar_avatar {
    border-radius: 50%;
  border: 2px solid var(--color-primary1);
}
section.sec11 p {
  margin-top: 0!important;
  font-weight: 600;
}
section.sec11 span, section.sec13 span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 37px;
  color: var(--color-white08);
}

section.sec11 p:nth-child(1) {
  margin-top: 40px!important;
}
section.sec11 p:nth-child(2) {
  margin-top: 22px!important;
}
section.sec11 p:nth-child(3) {
  margin-top: 9px!important;
}
section.sec11 p:nth-child(4) {
  margin-top: 20px!important;
}
section.sec11 p:nth-child(5) {
  margin-top: 16px!important;
}
section.sec11 p:nth-child(6) {
  margin: 16px 0 37px!important;
}

section.sec11.sec_main--two .sec_main--two--item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: end;
}
section.sec11.sec_main--two .sec_main--two--item {
  padding-bottom: 0;
}
section.sec_main--two.sec11 .sec_main--two--item > div{
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.sec11 footer p:nth-child(1) {
  margin: 0px!important;
}
.sec11 .div_ceo {
  height: 100%;
  width: 422px!important;
  padding: 164px 0 76px 67px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  z-index: 2;

  -webkit-align-items: flex-end;
  justify-content: end;
  align-items: baseline;
  padding: 4em!important;
  overflow: hidden;
}
.sec11 .div_ceo > div {
  width: 100%;
}
.sec11 .div_ceo > ul {
  margin-top: auto;
}
.sec11 .div_ceo .div_ceo--item {
  width: 100%;
}

.sec13{
  width: 0px!important;
  height: 0px!important;
  padding: 0 10%;
}

.Sidebar_manager:not(:last-child) {
  margin-bottom: 24px;
}
.Sidebar_manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-size: 17px;
}
.Sidebar_manager img {
  border-radius: 50%;
}
.sidebar_avatar {
  width: 56px;
  height: 56px;
  margin-right: 25px;
  position: relative;
}
.sidebar_avatar > img {
  width: 100%;
  filter: grayscale(1);
}
.Sidebar__linkedin-icon{
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 0;
  right: 0;
}
.sidebar_manager--name{
  font-size: 17px;
  font-weight: 600;
  color: white;
}
.sidebar_manager--role{
   font-size: 12px;
   font-weight: 600;
   color: white;
}
.Sidebar__manager-info--EUSBP{
  display: flex;
  align-items: center;
}

.p_contact--big{
  font-size: calc(14px + (40 - 14) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
.p_contact--lit{
  font-size: calc(12px + (26 - 12) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
.p_contact--rs{
  margin-top: 14px;
  display: flex;
}

.p_contact--rs a{
  margin-right: calc(10px + (18 - 10) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-size: calc(14px + (29 - 14) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
.p_contact--rs a:nth-child(1){
  font-size: calc(12px + (26 - 12) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
.contacto_on:hover{
  text-decoration: underline;
}
.div_contacto {
  width: 100%;
  height: 100%;
  position: fixed;
 /* top: -35px;*/
  top: 0;
  left: 0;
  background-color: var(--color-black06);
  /**/display: none;
  z-index: 201;
}
.div_contacto2 {
  width: 877px;
  max-width: 90%;
  max-height: 90vh;
  margin: auto;
  padding: 66px 
  calc(40px + (84 - 40) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw)))) 
    0px 
    calc(40px + (84 - 40) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  position: relative;
  display: none;
  background-color: var(--color-white);
  overflow: auto;
}

/*.animate {
  transform: scale(1) translate(0%, 0%)!important;
  opacity: 1!important;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}*/
.div_contacto h3 {
  font-size: calc(19px + (30 - 19) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  padding: 0 8%;
  text-align: center;
}
.div_contacto form {
  margin-top: 130px;
}
.div_contacto  p {
 line-height: 1.6em;
}
.div_contacto input {
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-bottom: solid 2px var(--color-gris7);
}
#formSubmit{
  border-bottom: solid 2px var(--color-primary1);
}

.div_contacto form > div:nth-child(1) {
}
.div_contacto textarea {
  width: 100%;
  margin-top: 63px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-bottom: solid 2px var(--color-gris7);
}
.div_contacto label {
  font-size: 9px;
  cursor: pointer;
}
.div_contacto label a {
  color: #000;
}
.div_contacto form > div:nth-child(1) > div{
  width: 30%;
}

.div_contacto form > div:nth-child(3){
  display: flex;
  margin-top: 18px;
  margin-bottom: 57px;
  justify-content: center;
}
.div_contacto input[type=checkbox]{
  width: 23px!important;
}
.div_contacto form > div:nth-child(4){
  display: flex;
  justify-content: center;
  margin-bottom: 43px;
}



/* SEC EXTRAS  */

/*  EXTRAS POLÍTICAS PRIVACIDAD, COOKIES, LEGAL  */

section.secExtra {
  height: 100vh;
  min-height: 100vh;
 /* background-image: url('https://cdn.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_411,h_308/https://www.grupo.vertice360.com/wp-content/uploads/2016/08/cine.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.secExtra > div {
  width: 540px;
  max-width: 90%;
}
.secExtra > div > div {
  width: 100%;
  padding: 15px 8px;
  border-top: 2px solid var(--color-text3);
  border-bottom: 2px solid var(--color-text3);
  background-color: var(--color-white07);
  overflow: scroll;
}
.secExtra > div > div > div {
  height: 400px;
  max-height: 40vh;
  padding: 16px 15px 4px 13px;
  
}
.secExtra p{
  margin-bottom: 1em;
  line-height: 1.3em;
}
.secExtra strong{
  margin-top: 1em;
}
.secExtra h2 {
  color: var(--color-white);
  text-align: left;
}
.secExtra a, .secExtra p, .secExtra li {
  color: var(--color-black);
  text-align: left;
}
.secExtra a:hover {
  transition: var(--animate-duration);
  text-decoration: underline;
}
.secExtra ul {
  margin-bottom: 1em;
}
.secExtra h2 {
  margin-top: 50px;
}
.secExtra li {
  margin-left: 3em;
  font-size: 14px;
  list-style: circle;
  text-align: left;
  font-weight: 300;
}
.divDetalleSubExtrasTxt > div {
  display: flex;
  justify-content: center;
}
.p_data {
  text-align: left;
}
.p_data p{
  margin: 30px  0 0 0;
}
.p_data ul {
  margin: 30px  0 0 0;
}
.p_data li {
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
}

#divFlotante > div {
  background-color: var(--color-white);
}
.divPrint {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 9;
}
.divPrint a {
  cursor: pointer;
  background-color: var(--color-white);
  color:var(--color-black);
  padding: .5em .7em;
  border-radius: 2em;
  text-decoration: none;
}
.sombra {
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: .3;
}
#cookies{
  display: flex;
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: var(--color-white);
  background: var(--color-black03);
  z-index: 195;
}
#cookies > div{
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cookies > div:nth-child(1){
  padding: 20px;
  font-size: 12px;
  font-weight: 300
}
#cookies > div:nth-child(1) > div:nth-child(2){
  padding: 1em 1.5em;
  cursor: pointer;
  color: var(--color-bgOscuro);
  background-color: var(--color-white04);
  transition: var(--animate-duration);
  font-weight: 500;
}
#cookies > div:nth-child(1) > div:nth-child(1){
  padding: 0 5%;
}
#cookies > div:nth-child(1) > div:nth-child(2):hover{
  padding: 1em 1.5em;
  color: var(--color-text);
  background-color: var(--color-bgOscuro);
}

@media (max-width: 800px) {
  .secExtra > div > div > div {
    max-height: 300px;
  }
}
@media (max-width: 500px) {
  .secExtra {
    min-height: calc( 100vh - 90px );
  }
  .secExtra p, .secExtra li {
    font-size: 12px;
  }
  .secExtra > div > div > div {
    max-height: 250px;
    text-align: left;
  }
}
@media (max-width: 400px) {
  .secExtra > div > div > div {
    height: 200px;
    max-height: 200px!important;
  }
  .secExtra h2 {
    font-size: 25px;
  }
}

/* Thankyou page */

section.secExtra.sec_thank {
  background-image: url('/img/thank.png')
}


/*  POLÍTICA DE PRIVACIDAD  */

section.secExtra.sec_pri {
  background-image: url('/img/extra1.png')
}
#secPrivacidad {
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/*  POLÍTICA DE COOKIES  */

#secCookies {
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/*  ABOUT  */

#secAbout{
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}


/*  404  */
section.secExtra.sec_404 {
  background-image: url('/img/extra3.png')
}
/*  Información LEGAL  */
section.secExtra.sec_term {
  background-image: url('/img/extra2.png')
}

#secLegal{
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}


/* Imprimir*/
.secPrint > div{
  flex-direction: column;
  width: 80%;
  padding: 4em 0;
}

/* Cookies*/

#didomi-popup {
  max-height: 100vh;
  overflow: auto;
}
/*#didomi-host .didomi-popup__backdrop {
  height: 100vh!important;
  max-height: 100vh!important;
  overflow: auto!important;
}*/

#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice {
  height: 100vh!important;
  max-height: 100vh!important;
  overflow: auto!important;
  font-size: 10px;
}

@media (max-width: 500px) {
  #didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
    width: calc(100px + (200 - 100) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))))!important;
    margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))))!important;
  }
  #didomi-host .didomi-mobile .didomi-notice-data-processing-container .didomi-notice-data-processing-list, #didomi-host .didomi-mobile .didomi-notice-data-processing-container .didomi-notice-data-processing-title {
    font-size: calc(9px + (12 - 9) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))))!important;
  }
  body #didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
    padding: 20px!important;
  }
  body #didomi-host .didomi-screen-xsmall .didomi-popup-notice-buttons .didomi-components-button {
    margin: 6px 0 0!important;
  }
  body #didomi-host .didomi-popup-notice-optin-type .didomi-popup-notice-buttons .didomi-components-button {
    padding: 6px 10px!important;
  }
 /* body #didomi-host .didomi-screen-xsmall .didomi-popup-notice-buttons {
    flex-direction: row!important;
    flex-wrap: wrap!important;
  }
  body #didomi-notice-learn-more-button{
    width: 100%;
  }
  body #didomi-notice-disagree-button, #didomi-notice-agree-button {
    width: 50%;
  }*/
}







/**EFECTO MANO ESTRELLAS*/
#icon-hand {
    height: 220px;
    width: 220px;
}
#icon-hand #star-1 {
  transform-origin: 24px 22px;
  transform: translateY(30px) rotate(-140deg) scale(0);
  opacity: 0;

}
#icon-hand #star-2 {
  transform-origin: 58px 35px;
  transform: translateY(20px) rotate(80deg) scale(0);
  opacity: 0;

}
#icon-hand #star-4 {
  transform-origin: 49px 11.5px;
  transform: translateY(30px) rotate(-40deg) scale(0);
  opacity: 0;

}
#icon-hand #star-3 {
  transform-origin: 32.5px 45.5px;
  transform: translateY(15px) rotate(30deg) scale(0);
  opacity: 0;

}

.sparkle1 {
      -webkit-animation: sparkle 1s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0s ;
          animation: sparkle 1s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0s ;
}
.sparkle2 {
  -webkit-animation: sparkle 1s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0.2s ;
          animation: sparkle 1s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0.2s ;
}
.sparkle3 {
      -webkit-animation: sparkle 1.2s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0.15s ;
          animation: sparkle 1.2s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0.15s ;
}
.sparkle4 {
      -webkit-animation: sparkle 1.2s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0.2s ;
          animation: sparkle 1.2s cubic-bezier(0.13, 0.32, 0.12, 1) forwards 0.2s ;
}

@-webkit-keyframes sparkle {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes sparkle {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

/* width */
::-webkit-scrollbar {
  background: transparent;
  transition: 0.3s;
    width: 10px;
}
::-webkit-scrollbar:hover {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none; 
  border-radius: 0px;
  background-color: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary1); 
  border-radius: 0px;
}
