body{
    min-height: 100%;
    height: 100%;
    background: #fefefe;
    font-size: 1.25vw;
    line-height: 1.625;
    text-align: left;
    font-family: "ReaderPro",sans-serif;
    font-weight: 400;
    color: #1d1d1d;
    margin: 0;
    }
    html{
        scroll-behavior: smooth;
    }
    main{
        transition: all 0.5s ease;
    }
    .halo{
        position: absolute;
        top: 3000px;
        left: 3000px;
        width: 167px !important;
        height: 167px !important;
        background-color: #EA007E;
        border-radius: 50%;
        z-index: 100;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition: transform 0.3s;
        mix-blend-mode: color;
    }
    *,*:before, *:after{
        box-sizing: inherit;
      }
    @font-face {
        font-family: 'Quicksand-Regular';
        src: url('fonts/Quicksand-Regular.ttf'); 
    }
    @font-face {
        font-family: 'Quicksand-Bold';
        src: url('fonts/Quicksand-Bold.ttf');
    }
    @font-face {
        font-family: 'Quicksand-Light';
        src: url('fonts/Quicksand-Light.ttf');
    }
    @font-face {
        font-family: 'Quicksand-Medium';
        src: url('fonts/Quicksand-Medium.ttf');
    }
    @font-face {
        font-family: 'Quicksand-SemiBold';
        src: url('fonts/Quicksand-SemiBold.ttf');
    }
    @font-face {
        font-family: 'portada';
        src: url('../TINY5x3-160.woff');
    }
    
    ol, ul {
        list-style: none;
        padding: 0 !important;
      }

      
      div.cursors div{
          position: absolute;
          top: 3000px;
          left: 3000px;
          width: 32px;
          height: 32px;
          background-color: #EA007E;
          border-radius: 50%;
          z-index: 100;
          pointer-events: none;
          transform: translate(-50%, -50%);
          transition: all 0.2s ease;
         
      }
.translate-cursor{
    transform: translate(-225%, -150%) !important;
}
.opacity1{
    opacity: 0.9;
}

.opacity2{
    opacity: 0.8;
}
.opacity3{
    opacity: 0.7;
}
.opacity4{
    opacity: 0.6;
}
.opacity5{
    opacity: 0.5;
}
.opacity6{
    opacity: 0.4;
}
.opacity7{
    opacity: 0.3;
}
.opacity8{
    opacity: 0.2;
}
.opacity9{
    opacity: 0.1;
}
.opacity10{
    opacity: 0.075;
}
.opacity11{
    opacity: 0.05;
}
.opacity12{
    opacity: 0.025;
}
.opacity-none{
    opacity: 0 !important;
}
.a1 li {
    position: relative;
    display: inline-block;
    border-top: 1px solid #1d1d1d;
   
    vertical-align: top;
    overflow: hidden;
    padding-top: 12px;
    margin-bottom: 20px;
    z-index: 0;
  }
    

    html{
        overflow-x: hidden;
          position: relative;
          overflow-y: scroll;
          box-sizing: border-box;
      
      }
      .menu_hamburguesa{
        display: flex;
        align-self: center;
        justify-content: center;
        align-items: center;
      }
      .logo_home{
        display: flex;
        align-self: center;
        justify-content: center;
        align-items: center;
      }
      .logo_home a{
        display: flex;
        align-self: center;
        justify-content: center;
        align-items: center;
          
      }
      .menu_superior img{
          width: 50%;
      }
.portada{
    display: flex;
    justify-content: center;
    padding: 1%;
}
.espacio_portada{
   font-family: "portada";
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 1.5em;
   cursor: pointer;
}
    .wrapper{
        width: 100%;
      
      transition:  -webkit-filter 0.7s ease-in-out;
        overflow: hidden;
      
    }

    .contenedor{
        padding: 2% 17%;
        overflow: hidden;
      

    }

.directorio {
    display: flex;
    align-items: center;



}

.titulo{
    padding-right: 0;
   
      line-height: 1.10714;
      font-size: 4.25em;
        line-height: 1.10714;
        margin-top: .39063vw;
        margin-bottom: .39063vw;
        padding-right: 20px;
        font-weight: normal;
}
.box_logo{
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 25px solid #1d1d1d;
    border-right: 25px solid transparent;
  
  }

.directorio{
    font-size: .8125em;
    line-height: 1.23077;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.23077;
    margin-top: 3px;
}
.flecha_contenedor img{
       width: 30%;
}
.flecha_contenedor {
    width: 2%;
    display: flex;
    justify-content: center;
}

.portada{
    width: auto;
    width: 100%;
}
.foto_portada{
    height: 40.625vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 520px;
 overflow: hidden;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading h2 {
    
    line-height: 1;
}
.info{
  
        margin-bottom: 2.34375vw;
}


.galeria img{
width: 80%;
max-height: fit-content;
}
ul li{
list-style: none;
padding:  1% 0;
margin: 0;
}
.galeria li{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer{
    padding: 0 17%;
    height: 100vh;
    background: rgb(255,0,135);
background: linear-gradient(0deg, rgba(230,0,126,1) 0%, rgba(255,255,255,1) 95%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logo-contenedor{
    margin-bottom: 8%;
}
.info_footer{
    display:flex;
    justify-content: center;
    width: 100%;
    padding: 5% 0 2% 0;
}
.newsletter{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}



.newsletter_titulo{
    font-weight: bold;
    font-size: 20px;

}

.newsletter_texto{
    margin: 0;
}
.footer_contenido{
    display: flex;
}
.links{
    display: flex;
    width: 77%;
    height: 100%;
    justify-content: space-evenly;
    align-items: flex-end;
}
.links a{
    margin: 1%;
    color: black;
}

.links1, .links2{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    
    width: 40%;
    justify-content: space-between;
    /* align-content: baseline; */
    height: 100%;

}
.boton_email{
    width: 35%;
    background: black;
    color: #EA007E;
}
.caja_email{
    background: none;
    width: 60%;
    height: 121%;
    border: 1px solid black;
    FONT-SIZE: 12PX;
    PADDING: 1%;
}

.newsletter_input{
    display: flex;
  
 
}
input{
    border-style: none;
}

info_footer{
    font-size: 16px;
    font-weight: 500;
    margin: 3% 0;
}

.newsletter_titulo{
    margin-top: 0;
}

.menu_superior{
    display: flex;
    justify-content: space-between;
    padding: 1%;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 6;
}

.bloque_texto ul{
    padding: 0;
}
.galeria{
margin: 10% 0;
}
.glide__arrow--right{
    display: flex !important;
    justify-content: flex-end !important;
}
.glide__arrow--left{
    display: flex !important;
    justify-content: flex-start !important;
}
.glide__arrow img{
    width: 10%;
}
.glide__arrow {
    box-shadow: none !important;
    text-shadow: none;
    border: none !important;
    padding: 0!important;
}

.video{
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video_contenedor{
width: 100%;
}
.iframe{
    width: 100%;
    height: 100vh;
}



/*--------------------------------------------------------------------- PORTADA------------------------------------------------------ ----------- */

.video-completo{
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: black;
    z-index: 20;
}
.video-completo ion-icon{
    color: white;
    font-size: large;
    position: absolute;
    left: 95%;
    top: 5%;
    cursor: pointer;
    transition: all 1s ease;
}
.video-completo ion-icon:hover{
    transform: scale(2);
}
.intro{
    padding-bottom: 10%;
    border-bottom: 1px solid lightgrey;
}
.intro_titulo{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
}
.intro_parrafo{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    letter-spacing: .04em;
    margin-top: 0;
    color: #6e6e6e;
}
.intro-top{
    display: flex ;
    justify-content: center;

  
}
.intro-top p{
    margin-top: 1.625rem;
    font-size: .75rem;
    color: var(--dark-blue);
    text-transform: uppercase;
}
.intro_row{
    display: flex;
    flex-direction: row;
}
.intro_row.column{
    margin-right: 1%;
}
.esquema{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.esquema div{
    
    display: flex;
    flex-direction: column;
    align-items: center;

    
}
.columna1{
    margin-right: 2%;

}

.esquema_icono img{
    width: 40%;
}
.esquema_texto{
    width:70%;
    display:flex;
    justify-content: center;
    text-align: center;
}
.intro_final{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
}
.intro_columna1 {
    width: 32vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 119%;
}

.intro_columna1 img {
    width: 100%;
}

.titulo_final{
   
    font-size: 1.3em;
    line-height: 1;
}
.boton_final button{
   width: 100%;
   padding: 1%;
}
.boton_final button{
    width: 40%;
    padding: 2%;
    font-size: 15px;
    border: none;
   
    color: white;
    background-color: #EA007E;
}

.texto_final{
    margin-bottom: 5%;
}
.eventos_wrapper{
    background-color: white;
    padding: 0%;
    display: flex;
    width: 175vw;
    transition: all 1s ease-in-out;
    margin: 0;
}

@media (min-width: 1024px){
.box {
    max-width: 23.04%;
    margin-right: 1.63%;
    margin-bottom: 1.5625vw;
    padding-top: 0.9375vw;
}
}
.box {
    position: relative;
    display: inline-block;
    border-top: 1px solid #1d1d1d;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    padding-top: 12px;
    margin-bottom: 20px;
    z-index: 0;
}
@media (min-width: 1024px){
.box {
    max-width: 23.5%;
    margin-right: 1.63%;
    margin-bottom: 1.5625vw;
    padding-top: 0.9375vw;
}

}
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box_link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
}
@media (min-width: 1024px){
.box_categoria {
    font-size: .8125em;
    line-height: 1.23077;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.23077vw;
    margin-top: -0.625vw;
}}

.eventos_final{
display: flex;
justify-content: space-between;
width: 100%;
}
.flechas{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 50%;
    background: white;
    margin-bottom: 10%;
}
.flecha-izq{
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 50%;
    background: white;
cursor: pointer;}
    .flecha-der{
        
        border-radius: 50%;
        background: white;
    transition: all 0.5s ease;
cursor: pointer;
}
        .flecha-der:hover{
        
            color: white;
            background: #EA007E;}
            .flecha-izq:hover{
        
                color: white;
                background: #EA007E;}
.show{
    opacity: 1 !important;
}
.clientes{
    border-top: 1px solid lightgray;
}

.clientes_titulo {
    display: flex;
   text-align: center;
    flex-direction: column;
   
    font-size: 2.3em;
    line-height: 1;
    margin-bottom: 5%;

}
.clientes-parrafo{
    padding: 0 17%;
}
.sub_titulo{
   
    text-align: center;
    margin-top: 2%;
    font-size: 18px;
}

.grid12 {
    position: absolute;
    width:  100vw;
    height: 100vh;
    display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 20px;
}
.logos{
    margin-bottom: 7%;
}

.logos img{
    margin: 0 3%;
    width: 10%;
}

.logo_once{
    width: 20% !important;
}
.fila1{
width: 100%;
display: flex;
justify-content: space-between;
}
.fila2{
    width: 100%;
display: flex;
justify-content: space-between;
}
.fila3{
    width: 100%;
display: flex;
justify-content: space-between;
}
.fila4{
    width: 100%;
display: flex;
justify-content: space-between;
}
.clientes_boton{
    width: 100%;
    display: flex;
    justify-content: center;
}
.clientes_boton button{
    width: 134%;
    padding: 2%;
    font-size: 15px;
    border: none;
    border-radius: 50%;
    padding: 50% 17%;
    color: black;
    border: 1px solid #EA007E;
    background-color: white;
    transition: all 0.5s ease;
    margin-top: 50%;
}



.bola{
    
    transition: all 1s ease-in-out;
}
div.cortina{
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    width: 500px !important;
    height: 500px !important;
    transition: all 1s ease-in-out;
}
.cortina ion-icon {
    color: white;
  }
.clientes_boton button:hover{
    
   
    font-weight: 700;

    
}
.play-hover{
    font-weight: bolder;
    z-index: 102 !important;
    transform: translate(-50% -50%) !important;
    font-size: 24px;
    font-family: 'portada';
}

.clientes{
    margin-bottom: 10%;
}

/*--------------------------------------------------------------------- EVENTOS----------------------------------------------------- ----------- */
.wrapper_eventos{
    display: flex;
    justify-content: center;
    width: 100%;
  
  transition:  -webkit-filter 0.7s ease-in-out;
    overflow: hidden;
  
}
.botones li{
  z-index: 3;
  padding: 1%;
  font-size: 1.25vw;
  line-height: 1.5vw;
  border: 0.105vw solid black;
  background: white;
  padding: 0.25vw;
  padding-bottom: 0.15vw;
  padding-left: 0.5vw;
  padding-right: 0.75vw;
  border-radius: 5vw;
  display: block;
  outline: none;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5vw;
}
.botones{
  overflow: hidden;
  cursor: pointer;

}
.box a{
    text-decoration:none;
    color: black;
}
.circulo{
    height: 0.9vw;
    width: 0.9vw;
    margin-right: 0.25vw;
    border: 0.105vw solid black;
    display: inline-block;
    border-radius: 10vw;
    transition: all 1s;
}
.circulo-activado{
    background: black !important;

}
.activado{
  background-color: yellow !important;
  
}
.esta_activo{
  display: inline-block !important;
}
  
  .a1{
  border-top: 1px solid gray;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    
  }
  .box {
    position: relative;
    display: inline-block;
    border-top: 1px solid #1d1d1d;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    padding-top: 12px;
    margin-bottom: 20px;
    z-index: 0;
  }
  .box_imagen {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 431px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f3f2f2;
  }
  .tile__text {
    margin-top: 9px;
    padding-bottom: 3.125vw;
  }
  
  .boxes {
    overflow: hidden;
    background-color: white;
    width: 100%;
    margin-top: 1.17188vw;
  }
  .box {
    max-width: 23.5%;
    margin-right: 1.63%;
    margin-bottom: 1.5625vw;
    padding-top: 0.9375vw;
  }
  .box_link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
  .box_categoria {
    font-size: .8125em;
    line-height: 1.23077;
  }
  .box_imagen {
    height: 33.67188vw;
  }
  .box_text {
    margin-top: 0.78125vw;
  }

  .titulo{
    position: relative;
    color: #1d1d1d;
    margin: 30px 0 15px;
    width: 100%;
  }
  
.box {
    position: relative;
    display: inline-block;
    border-top: 1px solid #1d1d1d;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    padding-top: 12px;
    margin-bottom: 20px;
    z-index: 0;
  }

  .box_imagen {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 431px;
    transition: transform .5s cubic-bezier(0.5, 0, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f3f2f2;
  }


  .tile__text {
    margin-top: 9px;
    padding-bottom: 3.125vw;
  }


  .box_logo{
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 25px solid #1d1d1d;
    border-right: 25px solid transparent;
  
  }


  .tile__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.10714;
    margin-top: .39063vw;
    margin-bottom: .39063vw;
    padding-right: 20px;
  }
  
.box-autor {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.23077;
    margin-top: 3px;
}


@media (min-width: 1024px){


    .boxes{
      overflow: hidden;
      background-color: white;
    
      margin-top: 1.17188vw;
    }
    
     .box {
      max-width: 23.01%;
      margin-right: 1.63%;
      margin-bottom: 1.5625vw;
      padding-top: 0.9375vw;
    
     }
    
     .box_link {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: 0px;
      z-index: 1;
    }
    
    .box_categoria{
      font-size: .8125em;
        line-height: 1.23077;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.23077vw;
        margin-top: -0.625vw;
    }
    .box_imagen {
      height: 26vw;
    }
    .box_imagen img {
      width: 100%;
    }
    .box_text{
      margin-top: 0.78125vw;
    }
    .box_logo{
      position: relative;
      display: inline-block;
      width: 0;
      height: 0;
      border-bottom: 1.8vw solid #1d1d1d;
      border-right: 1.8vw solid transparent;
    }
    
    .box_titulo{
      padding-right: 0;
      font-size: 1.75em;
        line-height: 1.10714;
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 1.10714;
          margin-top: .39063vw;
          margin-bottom: .39063vw;
          padding-right: 20px;
      }
      .container {
        max-width: 100vw;
      }
    }
   
.hide{
    display: none !important;
  }
  
  .show {
  
  display: block !important;
  }

/*--------------------------------------------------------------------- SOBRE NOSOTROS------------------------------------------------------ ----------- */
.border-top{
    border-top: 1px solid lightgray;
}
.serios_titulo img{
    width: 60%;
    
}
.serios_titulo h2{
    font-size: 3.625rem;
    line-height: 3.75rem;
    margin-bottom: 2%;
}
.serios_contenido{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;

}
.serios_izq{
    width: 100%
}
.serios_der{
    width: 100%
}
.serios_h2{
    margin: 0;

}
.serios_texto{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    letter-spacing: .04em;
    margin-top: 0;
    margin: 0;
    color: #6e6e6e;
}
.serios_outro{
    width: 100%;
    border-bottom: 1px solid grey;
    margin-top: 5%;
}

.artes_outro{
    width: 100%;
    border-bottom: 1px solid grey;
}

.artes_contenido{
    display: flex;
    width: 100%;
    margin-top: 5%;

}

.artes_titulo{
    width: 425%;
    display: flex;
}
.artes_titulo h3{
    font-size: 3.625rem;
    line-height: 3.75rem;
    margin: 0;
}
.header .block--circle {
    top: 0.1vw;
    vertical-align: middle;
}

.block--circle {
    display: inline-block;
    position: relative;
    width: 1.1vw;
    height: 1.1vw;
    border-radius: 50%;
    background-color: #1d1d1d;
    margin-top: 2%;
    margin-right: 2%;
}

.artes_parrafo{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    letter-spacing: .04em;
    margin-top: 0;
    color: #6e6e6e;
}



.wrapper_esquema{
    margin-top: 5%                     ;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EA007E;

}
.fondo-banner{
    z-index: 1;
    position: absolute;
    animation: float-left2 75s linear infinite;
    animation-direction: alternate
}
.card-container{
    z-index: 2;
    position: relative;
    background: #fff;
    color: #000;
    width: 540px;
    height: 340px;
    transition: all 0.2s ease-out;
    overflow: hidden;
}

.plus-icon {
    position:absolute;
    top: 0;
    right: 0;
padding: 30px;
font-size: 20px;
color: gray;


}

.card-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
}

.preview-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    font-size: 20px;
    color: gray;

}

.card-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width:260px;
    height: 260px;
    border-radius: 100%;
    background: #fff;
    transition: 0.3s;


}

.card-container:hover{
    background: #000;
    color:#fff;
    transition: all 0.2s ease-out;
}

.card-container:hover .preview-text, .card-container:hover .plus-icon{
    color: #fff;
}

.card-container:hover .card-icon{
    display: none;
}

.card-container:hover .card-circle {
    transform: translate(-50%, -50%) scale(1);
}

.text-wrapper {
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translate(0, -50%);
    font-size: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.1s ease-out;
    animation: float-left 20s linear infinite;
    animation-delay: 0.3s;
    z-index: 4;
    padding: 20px 0;
    mix-blend-mode: difference;
    opacity: 0
}

@keyframes float-left{
    0%{
        left: 100%;
    }
  
    
    100%{
        left:-650%;
    }
}

.card-container:hover .text-wrapper{
    opacity: 1;
}


@keyframes float-left2{
    0%{
        left: 0%;
    }
  
    
    100%{
        left:-270%;
    }
}

.card-container:hover .text-wrapper{
    opacity: 1;
}

.ya-esta_titulo h4{
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 0;
}

.ya-esta_titulo{width: 50%;
display: flex;}
.ya-esta_intro{
display: flex;
width: 100%;
margin-top: 5%;
}
.ya-esta_subtitulo{
    width: 50%;


}
.ya-esta_parrafo{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    letter-spacing: .04em;
    margin-top: 0;
    color: #6e6e6e;
}


.ya-esta_outro{
    width: 100%;
    border-bottom: 1px solid grey;
    margin-top: 5%;
}

.contacto-final{
    border-bottom: 1px solid grey;
}
.contacto-final-titulo{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 4.625rem;
    line-height: 3.75rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    position: relative;

}
.contacto-final-titulo img{
    position: absolute;
    top: -10%;
    z-index: 2;
}
.contacto-final-titulo p{
    z-index: 15;
    
}

.contacto-final-titulo p:first-child{
    z-index: 1;
    top:0%;
    position: absolute;
}
.mix{
   
     }

.black{
    background-color: #fff !important;
    mix-blend-mode: difference;
   
}
.hover-grande{
    transform: translate(-50%, -50%) scale(8) !important;
}
.contacto-links{
    margin: 5% 0;
    display: flex;
    justify-content: space-evenly;
z-index: 1000;}

.contacto-links p{
   
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 600;
    z-index: 16;
}
.magnet {
    transition: transform 1s ease;
  }
 
  .magnet {
  
   
    color: black;
 
 
   
    
    transition: all 1.5s ease;
  }
  .hover-mix{
      mix-blend-mode: multiply;
  }
  .magnet-mouse-active {

  
    backface-visibility: hidden;
    transition: all 1s ease-in-out;

  }

.hover-this{
    transition: transform 1s ease;
}

@media (min-width: 1600px){
   .fondo-banner{
       height: 10.5%;
   }
}
/*--------------------------------------------------------------------- CONTACTO------------------------------------------------------ ----------- */

.item1 {
    grid-column: col-start / span 3;
  }
  .item2 {
    grid-column: col-start 6 / span 4 ;
    grid-row: 1 / 3;
  }
  .item3 {
    grid-column: col-start 2 / span 2;
    grid-row: 2;
  }
  .item4 {
    grid-column: col-start 3 / -1;
    grid-row: 3;
  }
.icono_contacto img{
    width: 7%;
}


.contenedor_contacto{
    padding: 2% 9%;
    overflow: hidden;
}


section.contacto_page{
    display: flex;
    flex-direction: column;
}
.cabecera_contacto{
    width: 100%;
}
.titulo_contacto{
   
    font-size: 1.6em;
    line-height: 1;


}
.titulo_contacto h1{
    margin: 0;


}
.bloques{
    display: flex;
    margin-top: 1%;
    justify-content: center;
   
}
.bloque_izq{ 
    width: 50%;
    padding-right: 5%;
    border-right: 1px solid lightgrey;
    
}
.maps{
    text-decoration: none;
    color: black;
    transition: all 1s ease
}
.maps:hover{
    text-decoration: underline;
    color: #EA007E;
}
.texto_contacto p{
    font-family: Quicksand-Regular;
    font-size: 20px;
}
.telefono-email{
    display: flex;
    justify-content: space-between;
}
.telefono_contacto{
    font-family: Quicksand-Bold;
    font-size: 15px;
    color: white;
    background-color: black;
    width: 40%;
    display: flex;
    justify-content: center;
    height: 10%;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 1%;
}
.email_contacto{
    font-family: Quicksand-Bold;
    font-size: 15px;
    color: white;
    background-color: black;
    width: 40%;
    display: flex;
    justify-content: center;
    height: 10%;
    align-items: center;
    margin-top: 3%;
}
.bloque_der{
    
    width: 40%;
    padding-left: 10%;

}


form{
    display: flex;
    flex-direction: column;
}

form input{
    margin: 10% 1% 0 0;
    width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
 
}

#nombre{
    margin: 0;
}

form textarea{
    margin: 10% 1% 0 0;
    width: 100%;
    padding: 10px 0;
    background: none;
    padding-bottom: 15%;
  
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
}

.boton_contacto{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 7%;
    
}

.boton_contacto button{
    width: 30%;
    font-size: 1;
    font-size: 1vw;
    padding: 2%;
    border: none;
    color: white;
    background-color: #EA007E;
}






/*---------------------------------------------------------------------cookies------------------------------------------------------ ----------- */






.titulo-cookies{
    font-family: "ReaderPro",sans-serif;
    font-size: 3.625rem;
    line-height: 3.75rem;
    margin-bottom: 2%;
}

.titulo-cookies-centro{
    text-align: center;
  
}
.subtitulo-cookies{
    font-size: 1.6rem;
}









































/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */


}



























/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {


    
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}



/* MENU ----------- */
.nav-2{
    background-color: #75003F;
    transition-delay: 0.1s;
    
    }
    .nav-3{
        background-color: #36001D;
        transition-delay: 0.2s;
        
        }
nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 90vw;
   
    height: 90vw;
    background-color: #EA007E;
    z-index: 4;
    border-radius: 136%;
    transform: translate(100%, -100%);
padding: 48px;
display: flex;
flex-direction: column;
justify-content: flex-end;
transition: transform 0.6s 0s ease-in-out;
}
nav.fake-mid {
    background-color: #75003F;
    transition-delay: 0.1s ;
  }
  nav.fake-back {
    background-color: #36001D;
    transition-delay: 0.2s;

  }
  
nav.nav-open {
    transform: translate(36%, -46%) !important;
    transition-delay: 0.2s;
  }
  
nav.nav-open.fake-mid {
    transition-delay: 0.1s;
  }
  
  nav.nav-open.fake-back {
    transition-delay: 0s;
  }



.nav_container{
    position: absolute;
    top: 55%;
    display: flex;
    flex-direction: column;
    font-size: 4.5em !important;
    right: 45%;
    color: white;
}
.nav_container A{
    text-decoration: none;
    color: white;
    transition: color 0.3s ease-in-out;
}
.eventos{
    padding-left: 10%;
}
.contacto{
    padding-left: 20%;
}

.wrapper-blur{


        /* Any browser which supports CSS3 */
       filter: blur(1px);
   
       /* Firefox version 34 and earlier */
       filter: url("blur.svg#gaussian_blur");
   
       /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
       -webkit-filter: blur(15px);
   }

   .menu-toggle{
 
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .menu_hamburguesa{
    width: 7%;
   }
   .menu_hamburguesa img{
       width: 100%;
   }


   .nav_container a:hover{
       color: #AB005B;

   }




   div.wiper{
       position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#EA007E;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0%);
  
    color: white;
    
   }
   div.wiper h2{
       margin: 0;
       text-align: center;
       font-size: 60px;
       line-height: 1.5;
       height: 90px;
 
}

   div.wipermid{
    position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color:#75003F;
 z-index: 9;
 display: flex;
 align-items: center;
 justify-content: center;
 transform: translate(-100%, 0%);
 
}
div.wiperback{
    position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color:white;
 z-index: 8;
 display: flex;
 align-items: center;
 justify-content: center;
 transform: translate(-100%, 0%);

 
}
@keyframes spin {
    0% { 
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
div.wiper img{
   width: 15%;
   margin-bottom: 5%;
    animation:  spin 5s infinte linear; 
}

div.wiper div{
height:  90px;
overflow: hidden;
}