@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;700;900&family=Cormorant+Garamond:wght@400;600&display=swap');
*/
:root {
  --animate-duration: ease .2s;
  --min-vw: 320;
  --max-vw: 1920;

  --color-black: #000;
  --color-white: #fff;
  --color-text1: #cdced3;
  --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-bg1: #6dbecc;/*#89bdca;*/
  --color-bg2: #e9d035;
  --color-bg3: #f2f2f2;
  --color-blue1: #152c5a;
  --color-blue2: rgba(22,45,91,.8);
  --color-blue2tr: rgba(22,45,91,0);
  --color-blue3: #364181;
  --color-blue4: #2c3777;
  --color-blue5:#787faa;
  --color-blue6:#384282;
  --color-equipo: #f0dc4a;
  --color-prueba: rgba(44,44,44,1);
}

body {
  background-color: var(--color-bg1);  
  color: var(--color-black);
  transition: 1s;
}
.body3{
  background-color: var(--color-bg1);
}
  .body3 #head_lang{
    color:var(--color-white08);
  }
  .body3 .logoBlanco{
    display:inline;
  }
  .body3 .logoNegro{
    display:none;
  }
.body4{
  background-color: var(--color-white);
}
  .body4 #head_lang{
    color: var(--color-black08);
  }
  .body4 .logoBlanco{
    display: none;
  }
  .body4 .logoNegro{
    display: inline;
  }
.body5Lapices {
  background-color: var(--color-bg2);
  /*background-image: url('/img/lapices.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;*/
}
.body6{
  background-color: var(--color-white);
}
  .body6 #head_lang{
    color: var(--color-black08);
  }
  .body6 .logoBlanco{
    display: none;
  }
  .body6 .logoNegro{
    display: inline;
  }
.body7{
  background-color: var(--color-black);
}
  .body7 #sec8b{
    opacity: 0;
  }
  .body7 #sec8b a{
    color: var(--color-white03);
  }
  .body7 #head_lang{
    color: var(--color-white08);
  }
  .body7 .logoBlanco{
    display: inline;
  }
  .body7 .logoNegro{
    display: none;
  }

.body8{
  background-color: var(--color-black01);
}
  .body8 #sec8b{
    opacity: 1;
  }
  .body8 #contacto a{
    color: var(--color-black);
    cursor: pointer;
  }
  .body8 #head_lang{
    color: var(--color-black08);
  }
  .body8 .logoBlanco{
    display: none;
  }
  .body8 .logoNegro{
    display: inline;
  }	
			
#bodyFicha {
  background-color: var(--color-white);
}
#bodyFicha .hMini{
  font-weight: 700;
}

/*  Textos generales  */

p{
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-weight: 300;
}
h2{
  margin-bottom: 15px;
}
h3{
  font-size: 22px;
}
h4{
  font-size: 14px;
}
.apagar, .arriba {
  cursor: pointer;
  transition: var(--animate-duration);
}
.apagar:hover {
  opacity: .5;
}
.hMini {
  padding-left: 2px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.accInfo{
  font-weight: 700;
}

/*  Cajas  */

section {
  width: 100%;
  min-height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section > div:nth-child(1) {
   width: 90%;
   max-width: 1200px;
   text-align: center;
   z-index: 100;
}
.secFondo{
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
 /* display: none;*/
}

input[type=submit]{
  background: transparent;
  text-align: center;
  margin-left: 8px;
  padding: 7px 0 !important;
  cursor: pointer;
  width: 150px!important;
  border: none;
}
form{
  text-align: left;
}
#new1 > .divBtn{
  max-width: 170px; 
  margin-top: 100px; 
  padding-left: 35px;
  padding-right: 35px;
}


/*  BOTONES  */

#btnVer {
  width: fit-content;
  padding: 20px 38px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--color-black);
  font-weight: 800;
  border: 2px solid var(--color-black);
  transition: .2s;
}
#btnVer:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}

.divBtnCen {
  display: flex;
  justify-content: space-around;
}
.efeBtnBlack {
  width: fit-content;
  border: 2px solid var(--color-black)!important;
  padding: 15px 40px;
  text-align: center;
  transition: ease var(--animate-duration);
  font-size: 12px;
  transition: .2s;
}
.efeBtnBlack:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

/*  Common button styles  */

.button {
	min-width: 150px;
	max-width: 250px;
	margin: 1em;
	display: flex;
  justify-content: space-around;
  align-items: center;
	border: none;
	background: none;
	color: inherit;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

@media (max-width: 768px) {
  h2{
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  h2{
    font-size: 30px;
  }
}


/*  SEC 1 Faldón inicial */

#sec1 {
  background-color: var(--color-blue2);
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  color: var(--color-white);
  font-size: 33px;
  animation-name: sec1;
  animation-duration: 3s; 
  animation-timing-function: ease; 
  opacity: 0;
}
  @keyframes sec1 {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
  }
#spH1{
  font-size: 33px;
}
#sec1 > *{
  opacity: 0;
  line-height: 1em;
  animation-name: sec1h1;
  animation-duration: 3s; 
  animation-timing-function: ease; 
  transition-timing-function: ease;
}

@keyframes sec1h1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    margin-top: 0;
    /*transform: scale(1)  translate(0, 0);*/
  }
  90% {
    opacity: 0;
   /* transform: scale(1.3) translate(0, -120px);*/
  }
  100% {
    opacity: 0;
    margin-top: 150px;
  }
}
#sec1 div {
 align-items: center;
}
#sec1 img {
  margin-top: calc(30px + (47 - 30) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
#sec1 img:nth-child(1) {
  margin-right: calc(10px + (32 - 10) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  max-width: 68px;
  width: 15%;
}
#sec1 img:nth-child(2) {
  max-width: 244px;
  width: 70%;
}
#sec1b {
  background-color: var(--color-bg1);
  opacity: 1;
  z-index: 0;
}


/*  SEC 2  Slider */

#sec2 {
  position: absolute;
  top: 0;
  /*background-image: url('../img/coche.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 12;
}
#sec2 > div {

}
section#sec2 > div:nth-child(1) {
  width: 100%;
  max-width: 100%;
}
.videoSlide {
  width: 100%;
  min-width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  object-fit: cover;
}
img.imgSlide{
  width: 100%;
  height: 100%;
object-fit: cover;
}


/*  SEC 3 robot NOSOTROS */

#subSec3{
  height: 50vh;
  background: rgba(137,189,202,1);
}

#nosotros {
  
  color: var(--color-white);
  position: relative;
  z-index: 11;
  background: rgba(137,189,202,1);
  background: -moz-linear-gradient(top, rgba(137,189,202,1) 0%, rgba(137,189,202,0) 70%, rgba(137,189,202,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(137,189,202,1)), color-stop(70%, rgba(137,189,202,0)), color-stop(100%, rgba(137,189,202,0)));
  background: -webkit-linear-gradient(top, rgba(137,189,202,1) 0%, rgba(137,189,202,0) 70%, rgba(137,189,202,0) 100%);
  background: -o-linear-gradient(top, rgba(137,189,202,1) 0%, rgba(137,189,202,0) 70%, rgba(137,189,202,0) 100%);
  background: -ms-linear-gradient(top, rgba(137,189,202,1) 0%, rgba(137,189,202,0) 70%, rgba(137,189,202,0) 100%);
  background: linear-gradient(to bottom, rgba(137,189,202,1) 0%, rgba(137,189,202,0) 70%, rgba(137,189,202,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bdca', endColorstr='#89bdca', GradientType=0 );
  transition: 1.3s;
}
#nosotros > div {
  max-width: 1300px;
  padding: 3em 0;
  /*background-image: url("../img/muneco2.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: relative;
}
#nosotros > div > div {
  z-index: 1;
}
#nosotros h2, #nosotros h3 {
  text-align: left;
}
#nosotros h3 {
  width: 60%;
  min-width: 300px;
  max-width: 100%;
  font-size: calc(26px + (47 - 26) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
#nosotros > div > div > div:nth-child(2){
width: 40%;
position: absolute;
right: 0;
}
#nosotros img {
  position: absolute;
  right: 0;
  height: 80%;
  transition: 2s;
}
#sec3b {
  background-color: var(--color-bg3);
  z-index: 1;
}



/*  SEC 4  */

#sec4 {
  padding: 300px 0 150px 0;
  z-index: 11;
  text-align: left;
}
.item {
  width: 341px;
  max-width: calc(33% - 10px);
  min-width: 200px ;
  text-align: left;
  margin-bottom: 94px;
  color: var(--color-black);
}
.item > div:nth-child(1) {
  width: 100%;
  height: calc(200px + (341 - 200) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec4 h3{
  margin-top: 40px;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#sec4 p{
  margin-bottom: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#sec4 p:last-child{
  font-weight: 500;
  cursor: pointer;
  transition: var(--animate-duration);
}
#sec4 p:last-child:hover{
  opacity: .6;
}


/*  SEC 5  */

#sec5 {
  background-image: url('/img/lapices.png') ;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment: fixed; */
  z-index: 11;
  transition: 1s;
}

#sec5 p{
  font-weight: 800;
  line-height: 4.5em;
}
#sec5 h3 {
  font-size: calc(35px + (60 - 35) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  line-height: 1em;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

/*  SEC 6  */

#sec6 {
  position: relative;
  z-index: 11;
  
  /*background-image: url('/img/personajes.png');*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
#sec6 h3 {
  font-size: 60px;
}/*
#sec6 p {
  font-size: 14px;
  font-weight: 800;
}*/
#sec6 #sombra6{
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 49%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(49%, rgba(0,0,0,0.49)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 49%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 49%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 49%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 49%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
section#sec6 > div:nth-child(1) {
  width: 100%;
  max-width: 5000px;
}
.sec6_equipo--desktop {
  width: 100%;
  height: 90vh;
  display: none!important;
}
.sec6_equipo--desktop > div {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
} 
.sec6_equipo--desktop .sec6_equipo--miembro{
  height: calc(70px + (90 - 70) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  width: calc(200px + (315 - 200) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  display: flex;
  flex-direction: column;
  background-color: var(--color-equipo);
  justify-content: center;
  align-items: self-start;
  text-align: left;
  border-radius: calc(40px + (60 - 40) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));;
  transition: .3s;
  opacity: 0;
}
.sec6_equipo--desktop > div:hover .sec6_equipo--miembro{
  opacity: 1;
}
.sec6_equipo--desktop .equipo--largo{
  width: calc(240px + (350 - 240) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))))!important;
}
.sec6_equipo--desktop h2{
  margin-bottom: 5px;
  padding-left: calc(5px + (45 - 5) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-size: calc(12px + (22 - 12) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  color: var(--color-black);
  /*line-height: .2em;*/
  text-transform: uppercase;
}
.sec6_equipo--desktop p{
  padding-left: calc(5px + (45 - 5) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-size: calc(9px + (18 - 9) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  color: var(--color-black);
  font-weight: 400;
}
.sec6_equipo--desktop a{
  padding-left: calc(5px + (45 - 5) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-size: calc(7px + (15 - 7) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  color: var(--color-black);
  text-decoration: underline;
  font-weight: 700;
}
.sec6_equipo--mobil {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  display: flex!important;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.sec6_equipo--mobil > div {
  width: 40%;
  min-width: 250px;
  max-width: 370px;
  height: 400px;
  margin-bottom: 179px;
  position: relative;
}
.sec6_equipo--mobil > div:nth-child(1) {
  order:2;
}
.sec6_equipo--mobil > div:nth-child(2) {
  order:3;
}
.sec6_equipo--mobil > div:nth-child(3) {
  order:1;
}
.sec6_equipo--mobil > div:nth-child(4) {
  order:4;
}
.sec6_equipo--mobil img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec6_equipo--mobil > div > div {
  width: 80%;
  height: 70px;
  background: var(--color-equipo);
  position: absolute;
  bottom: -110px;
  left: 10%;
  border-radius: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 2;
}
.sec6_equipo--mobil h2 {
  /*padding-left: calc(20px + (60 - 20) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));*/
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  color: var(--color-black);
  /*line-height: .2em;*/
  margin-bottom: 0;
  text-transform: uppercase;
}
.sec6_equipo--mobil p {
  padding: 0 calc(10px + (30 - 10) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  color: var(--color-black);
  font-weight: 400;
}
.sec6_equipo--mobil a{
  padding-left: calc(20px + (60 - 20) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  font-size: 10px;
  color: var(--color-black);
  text-decoration: underline;
  font-weight: 700;
}


/*  SEC 7  */

#sec7 {
  color: var(--color-white);
  z-index: 11;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bdca', endColorstr='#89bdca', GradientType=0 );
}
#sec7 > div {
  justify-content: center;
}
#sec7 > div > div {
  display: flex;
  justify-content: center;
}
#sec7 h2{
  max-width: 830px;
}
#sec7 h3{
  font-size: 40px;
  line-height: 1em;
}
#sec7 .flexRowCenWra{
  max-width: 950px;
}
#sec7 .flexRowCenWra > div {
  width: 220px;
  max-width: 30%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec7 img {
  max-height: 40%;
  max-width: 60%;
}


/*  SEC 8  */

#contacto {
  position: relative;
  color: var(--color-black);
  z-index: 100;
}
#contacto a {
  margin: 0 10px;
  font-weight: 800;
  color: var(--color-white03);
}
#contacto h2 {
  font-size: calc(40px + (54 - 40) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  cursor: pointer;
}
#contacto h2 a {
  border-bottom: 3px transparent solid;
  transition: var(--animate-duration); 
}
#contacto h2 a:hover {
  border-bottom: 3px var(--color-black) solid;
}
#contacto h3 {
  font-size: 30px;
  padding: 0 8%;
}
#contacto p {
  font-size: calc(23px + (33 - 23) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 1.3em;
  font-weight: 800;
}
#contacto > div > div p { 
  margin-top: 35px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
#contacto > div > div {
  margin-top: 35px;
  font-size: 22px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
#contacto .divInfo {
  font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
#contacto #divContacto {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -35px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-black03);
  display: none;
}
#contacto #divContacto2 {
  width: 877px;
  max-width: 90%;
  padding: 66px 84px 0 84px;
  position: relative;
  display: none;
  background-color: var(--color-white);
  animation-name: contacto;
  animation-duration: .2s; 
  animation-timing-function: ease-in-out; 
  /*opacity: 0;
  transition: .5s ease;*/
  -webkit-box-shadow: inset 0px 10px 26px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 10px 26px -16px rgba(0,0,0,0.75);
    box-shadow: inset 0px 10px 26px -16px rgba(0,0,0,0.75);
}
@keyframes contacto {
  0% {
    opacity: 0;
    transform: scale(0.5) translate(0%, 40%);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0%, 0%);
  }
}
/*.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;
}*/
#contacto #divContacto form {
  margin-top: 130px;
}
#contacto #divContacto input {
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-bottom: solid 2px var(--color-black04);
}
#contacto #divContacto form > div:nth-child(1) {

}
#contacto #divContacto textarea {
  width: 100%;
  margin-top: 63px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-bottom: solid 2px var(--color-black04);
}
#contacto #divContacto label {
  font-size: 9px;
  cursor: pointer;
}
#contacto #divContacto form > div:nth-child(1) > div{
  width: 30%;
}
#contacto #divContacto form > div:nth-child(3){
  display: flex;
  margin-top: 18px;
  margin-bottom: 57px;
  justify-content: center;
}
#contacto input[type=checkbox]{
  width: 23px!important;
}
#contacto #divContacto form > div:nth-child(4){
  display: flex;
  justify-content: center;
  margin-bottom: 43px;
}
#sec8b .flexRowCen a{
  transition: var(--animate-duration);
}

#sec8b{
  background-color: white;
  background: linear-gradient( var(--color-black01), var(--color-black01) ), url('../img/mapa.png');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: 1s;
}


/*  FICHAS - Lista */

main#lista {
  padding-bottom: 8em;
  background-color: var(--color-blue6);
}
main#lista section {
  min-height: 100vh;
}
main#lista section > div {
  width: 1206px;
  max-width: 90%;
  margin-top: 280px;
  text-align: left;
  color: var(--color-white);
}
main#lista h1 {
  margin-bottom: 19px;
  font-size: calc(30px + (54 - 30) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
}
main#lista p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5em;
}
#list_filtros{
  width: 100%;
  display: flex;
  flex-direction: row;
    flex-wrap: wrap;
}

#list_filtros a{
  height: 48px;
  width: fit-content;
  margin: 0 14px 15px 0;
  padding: 0 27px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  transition: var(--animate-duration);
  opacity: .6;
}
#list_filtros a:hover{
  opacity: 1;
}
.aFiltro {
  cursor: pointer;
}


/*  FICHAS - Detalle: Cabecera */

#secFichaCabecera {
  height: 70vh;
  min-height: 70vh;
  position: relative;
}
#secFichaCabecera img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(80%);
  z-index: 0;
}
#secFichaCabecera h1{
  font-size: calc(40px + (65 - 40) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  /*width: 370px;*/
  width: 470px;
  max-width: 90%;
  line-height: .9em;
}
#secFichaCabecera > div{
  position: absolute;
  bottom: 50px;
  z-index: 1;
  color: var(--color-white);
  width: 90%;
  max-width: 1200px;
  text-align: left;
  z-index: 100;
}
#secFichaCabecera > div > div{
  
}
#secFichaCabecera .hMini {
  line-height: 2em;
}
.center {
  max-height: 30%;
  max-width: 70%!important;
  position: absolute;
  margin: auto;
  top: 0;bottom: 0!important;left: 0;right:0;
}
.center img{
  object-fit: contain!important;
}

/*  FICHAS - Detalle: Info */

.divSec {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.divSec > * {
  width: 90%;
  max-width: 1200px;
  z-index: 100;
}
#divFichaInfo {
  width: 100%;
  padding: 100px 0;
  background-color: var(--color-bg3);
}

#divFichaInfo p {
  padding: 8px 0 32px 0;
}
#divFichaInfo > div > div {
  width: calc( 50% - 30px);
  text-align: left;
}
@media (max-width: 500px) {
  #divFichaInfo > div > div {
    width: calc( 100% - 30px);
    text-align: left;
  }
}
#divFichaInfo > div > div:nth-child(1) p {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  line-height: 1.5em;
}
#divFichaInfo > div > div:nth-child(2) p {
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  line-height: 1.4;
}


/*  FICHAS - Detalle: Relacionados */

#divFichaRelacionados {
  padding: 160px 0 0 0;
  background-color: var(--color-bg3);
}
.divSec > div:nth-child(2) {
  margin-top: 39px;
  justify-content: space-around;
}
.divSec .item h3{
  margin-top: 40px;
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.divSec .item p{
  margin-top: 5px;
  font-weight: 500;
  cursor: pointer;
}
#divFichaVideo{
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: var(--color-bg3);
}
#divFichaVideo > div{
  width: 560px;
  max-width: 90%;
  height: 300px;
}
#divFichaVideo > div > div{
  width: 100%;
  height: 300px;
  background-color: rgba(106,106,111,1);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(106,106,111,1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(106,106,111,1);
  box-shadow: 5px 5px 0px 0px rgba(106,106,111,1);
}
#divFichaVideo > div > div > *{
  width: 100%;
  height: 100%;
}
.bott_ficha{
  height: 175px;
  background-color: var(--color-bg3);
}


/*  SEARCH  */

section#secSearch {
  margin: 15px 0 0 0;
  padding: 0;
}
section#secSearch > div {
  width: 100%;
  max-width: 100%!important;
}
#contenidoSearch {
  width: 90%;
  max-width: 1400px;
  min-height: 80vh;
  margin: 55px 0 60px 0;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bgOscuro);
}
#contenidoSearchSearch {
  height: 120px;
  margin-top: 275px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid var(--color-white04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white);
}
#contenidoSearchMost {
  margin-top: 98px;
  margin-bottom: 93px;
  text-align: left;
}
#contenidoSearchSearch > svg {
  color: var(--color-verdeOscuro);
  font-size: 60px;
}
.search__form {
  width: calc( 100% - 70px);
  font-size: 60px;
}
.search__input {
  width: 100%;
  padding: 0 0 0 15px;
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  box-sizing: border-box;
  color: var(--color-white);
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  -webkit-appearance: none;
  transition: var(--animate-duration);
}
.search__input:hover {
  background: rgba(255, 255, 255, .1);
}
.divListSearch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.divMostDetalle {
  height: 220px;
  width: 222px;
  min-width: 150px;
  margin: 10px 4px 30px 4px;
  position: relative;
}
.divMostDetalle img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.divMostDetalle > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  text-align: center;
}
.divMostDetalle > a > div {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: var(--color-bgOscuroTr2);
  background: -moz-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 15%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bgOscuroTr2)), color-stop(12%, var(--color-bgOscuroTr2)), color-stop(75%, var(--color-bgOscuroTr2)), color-stop(100%, var(--color-bgOscuro)));
  background: -webkit-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 75%, var(--color-cart-bg) 100%);
  background: -o-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  background: -ms-linear-gradient(top, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  background: linear-gradient(to bottom, var(--color-bgOscuroTr2) 0%, var(--color-bgOscuroTr2) 12%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  transition: var(--animate-duration);
}
.divMostDetalle > a > div:hover {
  background: var(--color-bgOscuroTr2);
  background: -moz-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 15%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bgOscuroTr1)), color-stop(12%, var(--color-bgOscuroTr1)), color-stop(75%, var(--color-bgOscuroTr2)), color-stop(100%, var(--color-bgOscuro)));
  background: -webkit-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 75%, var(--color-cart-bg) 100%);
  background: -o-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  background: -ms-linear-gradient(top, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  background: linear-gradient(to bottom, var(--color-bgOscuroTr1) 0%, var(--color-bgOscuroTr1) 12%, var(--color-bgOscuroTr2) 75%, var(--color-bgOscuro) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.divMostDetalle > a > div > div {
  position: absolute;
  bottom: 15px;
  padding: 0 15px;
}
.pMostDetalle1 {
  font-weight: 600;
  color: var(--color-text3);
  font-size: 16px;
}

.cajaVacia {
  height: 220px;
  width: 222px!important;
  margin: 0 4px;
  margin-top: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  background-color: var(--color-black06);
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 1437px) {
  #cajaVacia1, #cajaVacia2, #cajaVacia3{
    display: block!important;
  }
}
@media (max-width: 1150px) {
  #cajaVacia1, #cajaVacia2{
    display: none!important;
  }
  #cajaVacia3{
    display: block!important;
  }
}

/*  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 {
  padding: 15px 8px;
  border-top: 2px solid var(--color-text3);
  border-bottom: 2px solid var(--color-text3);
  background-color: var(--color-white05);
}
.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 {
  color: var(--color-text);
  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;
}
.txt_data {
  text-align: left;
}
.txt_data p{
  margin: 30px  0 0 0;
}
.txt_data ul {
  margin: 30px  0 0 0;
}
.txt_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);
  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);
}


/*  POLÍTICA DE PRIVACIDAD  */

#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;
}

/*  Información LEGAL  */

#secLegal{
  height: calc( 100vh - 250px );
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

/* PUBLICIDAD  */

#divImgPublicidad {
  background-image: url("./../img/cabecera5.jpg");
  background-position: 0% 50%;
}
#secPublicidad {
  background: var(--color-bg);
  background: -moz-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-bg)), color-stop(73%, var(--color-bg)), color-stop(100%, var(--color-bgOscuroTr)));
  background: -webkit-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: -o-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr)100%);
  background: -ms-linear-gradient(top, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  background: linear-gradient(to bottom, var(--color-bg) 0%, var(--color-bg) 73%, var(--color-bgOscuroTr) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242b', endColorstr='#12151c', GradientType=0 );
}
#secPublicidad #formContact > div > div:nth-child(1) {
  margin-bottom: 90px;
}


/*  Thankyou */

#secThank {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc( 100vh - 250px );
}
#secThank > div {
  width: 420px;
  max-width: 90%;
  text-align: center;
  background-color: var(--color-white05);
}
#secThank h1 {
  margin: 32px 10px;
  text-transform: uppercase;
  font-size: 40px;
  color: var(--color-text);
}
#secThank p {
  color: var(--color-text);
}
.bodyExtra2 .sombra{
  z-index: 0;
}
.bodyExtra2 main{
  z-index: 1;
} 
.bodyExtra2 section{
  padding-top: 0px;
}

/*  owl-carousel  */

.owl-carousel > div {
  width: 100%;
  height: 100vh;
}


.grecaptcha-badge {
  z-index: 101;
  opacity: 0;
  transition: .3s;
}

#didomi-host {
  z-index: 100;
}

/*CSS specific to iOS devices */
/*@supports (-webkit-touch-callout: none) {
  .videoSlide {
  	display: none;
  }
}
*/