/*     BANNER PARALLAX     */

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-top: 88px; }
  @media screen and (min-width: 48em) {
    .banner {
      height: 18rem; } }
  @media screen and (min-width: 64em) {
    .banner {
      height: 25rem; } }

  .banner__image_img {
    /*background-image: url(./___files/present.jpg);*/
    background-position: 50% 9;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    height: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    /*background-size: cover;*/
    background-size: auto 35rem;
    height: 25rem;
}

 .banner{
    transition: opacity 500ms;
    overflow: hidden;
  }
  .banner__image_img{
    /*transition: opacity,transform 1s cubic-bezier(1, -0.5, 0.5, 1);;*/
    transform: scale(1);
    transition: transform 700ms ease-in-out;
  }
  .banner.scaled{
    opacity: .99;
  }
  .banner.scaled .banner__image_img{
    /*transform: scale(1.25);*/
  }



    .banner__heading {
    font-size: 1.75rem;
    line-height: 1.2;
    /*text-align: center;*/
    text-align: left;
    color: var(--c1-dark);
    /*text-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5); */
  }
    @media screen and (min-width: 48em) {
      .banner__heading {
        font-size: 2rem; } }
    @media screen and (min-width: 64em) {
      .banner__heading {
        font-size: 3rem;
        line-height: 1.25; } }


/*   FX H1   */

.banner__heading.ml{
  opacity: 0;
}
.banner__heading.ml.show{
  opacity: 1;
}
.ml .text-wrapper {
  position: relative;
}
.ml .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
  /*box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(0, 0, 0, .5);*/
}
.ml .letters {
  display: inline-block;
  color: white;
  color: var(--c1-dark);
}

.ml {
  position: relative;
  font-weight: 300;
  font-size: min(3.5vw,40px);
        line-height: min(7vw,40px);
    font-weight: bold;
}
.ml .line-2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0.5 0;
}
.scrollFxEls{
    transition-timing-function: ease-out;
    transition-duration: .05s;
    background-position:  center center;
}
.scrollFxEls2{
    transition-timing-function: ease-out;
    transition-duration: .05s;
}
.scrollFxEls.sfx_translateX{
  /*left: 0%;*/
  transition: background-size 1s, background-position 1s, left 1s, transform .05s;
}
.scrollFxEls2.sfx_bgSize{
  transition: background-size 0.05s, background-position 1s;
}

/*  VIVUS SVG*/

    .vivus svg{
      max-width: 200px;
    }
    .vivus  svg * {
      fill: rgba(0,0,0,0);
      stroke: var(--blue-300);
      transition: fill 0.75s ease-out;
    }
    .vivus.with_fill svg *{
      fill: var(--blue-300);
    }
    .vivus.yellow svg * {
      stroke: #f6b85a;
    }
    .vivus.yellow.with_fill svg *{
      fill: #f6b85a;
    }
    .vivus.rosa svg * {
      stroke: var(--c2-medium) !important;
    }
    .vivus.rosa.with_fill svg *{
      fill: var(--c2-medium) !important;
    }
#listado_svg{
  width: 150px;
    height: 150px;
    /*background-color: red;*/
    max-width: 150px;
    max-height: 150px;
    left: 60px;
    /*top: -170px;*/
   /* left: -450px;
    top: -150px;*/
    height: 110px;
  /*  width: 110px;
    left: -450px;*/
}
.decor_listado{
  top: 40px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.vivus.listados{
  margin-top: 0px;
  margin-left: -40px;
}
.vivus.listados svg{
      max-width: 150px;
    max-height: 150px;
}
 .vivus.listados svg * {
      stroke: #AF977E;
    }
    .vivus.listados.with_fill svg *{
      fill: #FFEEEE;
    }
    

    /*    INIT CEPILLO   */

    .vivus.cepillo svg  * { /* general */
      stroke: rgb(175, 151, 126);
      fill: rgba(0,0,0,0) !important;
      /*stroke: rgba(0,0,0,0) !important;*/
    }
  
    .vivus.cepillo #Grupo_2595 * { /* púas rojas interior */
      stroke: rgb(252, 141, 144) !important; /*   rojo    */
      stroke-width: .5;
      fill: rgba(0,0,0,0) !important;
    }
    .vivus.cepillo #Grupo_2649 * { /* púas rojas exterior */
      stroke: rgb(252, 141, 144) !important; /*   rojo    */
      stroke-width: 1;
      fill: rgba(0,0,0,0) !important;
    }
    .vivus.cepillo #Rectángulo_256 { /* rectángulo crema interior */
        stroke: rgb(0,0,0,0) !important; /* crema  */
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.cepillo.with_fill #Rectángulo_256 {/* rectángulo crema interior */
        fill: #fae6d2 !important; /* crema  */
    }
    .vivus.cepillo #Rectángulo_256 {/* rectángulo marrón exterior */
        stroke: rgb(175, 151, 126) !important;  /* marron  */
        fill: rgba(0,0,0,0) !important;
    }

    .vivus.cepillo #Grupo_2648 * {  /* púas marrón exterior */
      stroke-width: .5;
      stroke: rgb(175, 151, 126) !important;  /* marron  */
      fill: rgba(0,0,0,0) !important;
    }
     .vivus.cepillo #Trazado_23681 {  /* palo marrón */
        stroke: rgb(175, 151, 126) !important; /* marrón  */
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.cepillo.with_fill #Trazado_23681 {  /* palo marrón */
        fill: rgb(175, 151, 126) !important; /* marrón  */
    }

  /*    FIN CEPILLO   */



  /*    INIT SECADOR   */

    .vivus.svg_secador svg  * { /* general */
        stroke: #fff;
        /*fill: rgba(0,0,0,0) !important;*/
        /*stroke: rgba(0,0,0,0) !important;*/
    }
    .vivus.svg_secador.with_fill svg *{
        fill: #789bb4;
    }

  /*    FIN SECADOR   */


 /*    INIT HORQUILLAS   */

    .vivus.svg_horquillas svg  * { /* general */
        stroke: #000;
        /*fill: rgba(0,0,0,0) !important;*/
        /*stroke: rgba(0,0,0,0) !important;*/
    }
    .vivus.svg_horquillas.with_fill svg *{
        fill: #000;
    }

  /*    FIN HORQUILLAS   */

   /*    FIN SECADOR   */


 /*    INIT CORAZONES   */

    .vivus.svg_corazones svg{ /* general */
      max-width: 100px;
    }

  /*    FIN CORAZONES   */


    @media only screen and (max-width: 650px){
        .ml{
            font-size: 7vw;
        }
    
      header .container, header .mw:not(.post_container_mw){
        padding: 20px !important;
      }
      .home_slider.mw{
         padding: 0px !important;
         /*left: 7px;*/
      }

      .banner__image_img{
        background-size: auto 18rem;
      }
    }

  /*    INIT 404   */
    .vivus.svg404{
        width: min(500px,80vw);
    }
    .vivus.svg404 svg{
      max-width: 100%;
    }
    .vivus.svg404 svg  * { /* general */
        stroke: #666362;
        /*fill: rgba(0,0,0,0) !important;*/
        /*stroke: rgba(0,0,0,0) !important;*/
    }
    .vivus.svg404.with_fill svg *{
        fill: #666362;
    }
    .vivus.svg404 #Trazado_35901,.vivus.svg404 #Trazado_35918,.vivus.svg404 #Trazado_35863, .vivus.svg404 #Trazado_35862 { 
        stroke: rgb(238 147 148) !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.svg404.with_fill #Trazado_35901,.vivus.svg404.with_fill #Trazado_35918,.vivus.svg404.with_fill #Trazado_35863, .vivus.svg404.with_fill #Trazado_35862 {  /* palo marrón */
        fill: rgb(238 147 148) !important;
    }

    .vivus.svg404 #Trazado_35891{  
        stroke: #d8e1e6 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.svg404.with_fill #Trazado_35882,.vivus.svg404.with_fill #Trazado_35891{
      stroke: #fff;
        fill: #d8e1e6 !important;
    }

    .vivus.svg404 #Trazado_35890{  
        stroke: #9db2c4 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.svg404.with_fill #Trazado_35890{
        fill: #9db2c4 !important;
    }
    .vivus.svg404.with_fill svg #Grupo_2764 *{
      stroke: #fff;
        stroke: #666362;
    }

     .vivus.svg404.with_fill #Elipse_12,.vivus.svg404.with_fill #Trazado_35897,.vivus.svg404.with_fill #Elipse_13,.vivus.svg404.with_fill #Trazado_35898,.vivus.svg404.with_fill #Trazado_35899,.vivus.svg404.with_fill #Trazado_35900,.vivus.svg404.with_fill #Elipse_15,.vivus.svg404.with_fill #Elipse_14{
      stroke: #fff;
        fill: #fad7a3 !important;
    }

    .vivus.svg404.with_fill #Trazado_35896,.vivus.svg404.with_fill #Trazado_35895,.vivus.svg404.with_fill #Trazado_35892,.vivus.svg404.with_fill #Trazado_35893,.vivus.svg404.with_fill #Trazado_35894{
        stroke: #fff;
        fill: #e9eef0 !important;
    }

    .vivus.svg404 #Rectángulo_271{  
        stroke: #ab9781 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.svg404.with_fill #Rectángulo_271{
      stroke: #fff;
        fill: #ab9781 !important;
    }

    .vivus.svg404.with_fill #Trazado_44896{
      stroke: #fff;
        fill: #ee9394 !important;
    }

    .vivus.svg404.with_fill #Trazado_35918,.vivus.svg404.with_fill #Trazado_35901{
      stroke: #96b3c4 !important;
        fill: #96b3c4 !important;
    }
    .vivus.svg404.with_fill #Trazado_44895{
      stroke: #a1bfa1 !important;
        fill: #a1bfa1 !important;
    }
     .vivus.svg404.with_fill #Trazado_44894{
      stroke: #7fa580 !important;
        fill: #7fa580 !important;
    }
     .vivus.svg404.with_fill #Trazado_35890{
      stroke: #77b7a6 !important;
        fill: #77b7a6 !important;
    }

  /*    FIN 404   */



  /*    INIT ARTÍCULOS EXPERTO    */

     .vivus.articulos-experto{
        width: min(100px,40vw);
    }
    .vivus.articulos-experto svg{
      max-width: 100px;
    }

    .vivus.articulos-experto svg  * {
        stroke: #565050;
        fill: transparent;
    }
    .vivus.articulos-experto.with_fill svg *{
        fill: #e7834f;
    }

    .vivus.articulos-experto #Trazado_23469, .vivus.articulos-experto #Trazado_23459, .vivus.articulos-experto #Trazado_23478{  
        stroke: #fc8d90 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.articulos-experto.with_fill #Trazado_23469, .vivus.articulos-experto.with_fill #Trazado_23459,.vivus.articulos-experto.with_fill #Trazado_23478{
        fill: #fc8d90 !important;
    }


     .vivus.articulos-experto #Trazado_23454, .vivus.articulos-experto #Trazado_23453, .vivus.articulos-experto #Trazado_23455, .vivus.articulos-experto #Trazado_23472{  
        stroke: #7badb2 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.articulos-experto.with_fill #Trazado_23454, .vivus.articulos-experto.with_fill #Trazado_23453, .vivus.articulos-experto.with_fill #Trazado_23455, .vivus.articulos-experto.with_fill #Trazado_23472{
        fill: #7badb2 !important;
    }

    .vivus.articulos-experto #Trazado_23477, .vivus.articulos-experto #Trazado_23458{  
        stroke: #fbf2e5 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.articulos-experto.with_fill #Trazado_23477, .vivus.articulos-experto.with_fill #Trazado_23458{
        fill: #fbf2e5 !important;
    }

     .vivus.articulos-experto #Trazado_23465, .vivus.articulos-experto #Trazado_23464, .vivus.articulos-experto #Trazado_23476, .vivus.articulos-experto #Trazado_23477, .vivus.articulos-experto #Trazado_23458{  
        stroke: #fbf2e5 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.articulos-experto.with_fill #Trazado_23465, .vivus.articulos-experto.with_fill #Trazado_23464, .vivus.articulos-experto.with_fill #Trazado_23476, .vivus.articulos-experto.with_fill #Trazado_23477, .vivus.articulos-experto.with_fill #Trazado_23458{
        fill: #fbf2e5 !important;
    }

     .vivus.articulos-experto #Trazado_23450, .vivus.articulos-experto #Trazado_23474, .vivus.articulos-experto #Trazado_23466, .vivus.articulos-experto #Trazado_23467, .vivus.articulos-experto #Trazado_23471, .vivus.articulos-experto #Trazado_23470, .vivus.articulos-experto #Trazado_23473, .vivus.articulos-experto #Trazado_23456{  
        stroke: #565050 !important;
        fill: rgba(0,0,0,0) !important;
    }
     .vivus.articulos-experto.with_fill #Trazado_23450, .vivus.articulos-experto.with_fill #Trazado_23474, .vivus.articulos-experto.with_fill #Trazado_23466, .vivus.articulos-experto.with_fill #Trazado_23467, .vivus.articulos-experto.with_fill #Trazado_23471, .vivus.articulos-experto.with_fill #Trazado_23470, .vivus.articulos-experto.with_fill #Trazado_23473, .vivus.articulos-experto.with_fill #Trazado_23456{
        fill: #565050 !important;
    }





  /*    FIN ARTÍCULOS EXPERTO   */





@media only screen and (max-aspect-ratio: 1 / 1){

  #listado_svg {
    width: min(20vw,100px);
    height: min(20vw,100px);
    /* background-color: red; */
    max-width: min(20vw,100px);
    max-height: min(20vw,100px);
    top: 10px;
    right: -20px;
}

}







