.sans-100 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }
  .sans-200 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
  .sans-300 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  .sans-400 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .sans-500 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .sans-600 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  .sans-700 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .sans-800 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
  .sans-900 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }
  .sans-100 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

  /*
   --primary-color: #005397;
  --accent-color: #FF8788; 

      --primary-color: #F3C9DD;
    --accent-color: #72AEC5;
  
  */
*{
  box-sizing: border-box;
}


body{
  max-width: 100vw !important;
}

  :root{
    --black:#3d3d3d;
    --white:#fff;
    --grisLight:#b1b1b1;
    --altHeader:280px;
    --logoOp : 1;
    --logoScale : 1;
    --padLado:15px;
    --padBottom : 150px;
    --colorDiseno : #005397;
--colorDesarrollo :  #FF8788;
--hoverlink : #FDF06F;

--tamGeneral : clamp(1.5rem, 1vw + 1.25rem, 2rem); /* 1.5 rem 2.25 rem / 400 - 1200 */

--tamGeneral : clamp(1rem, 0.1111rem + 1.8519vw, 1.5rem);/* 16 , 768 / 24 , 1200 */

--tamGeneral : clamp(1.125rem, 0.4583rem + 1.3889vw, 1.5rem); /* 18 , 768 / 24 , 1200 */

  }
  /*
#FBFE56
  */


  a:hover{
    color:var(--hoverlink)
  }  

  .padAltHeader{
    padding-top:var(--altHeader) ;
  }

  .altHeader{
    height: var(--altHeader);
  }
 

  .padBottom{
    padding-bottom: var(--padBottom);
  }

  *,a{
    font-family: "DM Sans", sans-serif;
    color:var(--black)
  }

 

  .d-flex{
    display: flex;
  }

  .m-l-auto{
    margin-left: auto;
  }
.m-r-auto{
  margin-right: auto;
}

  .w-100{
    width: 100%;
    max-width: 100%;
  }
  .w-80{
    width: 100%;
    max-width: 80%;
  }

  .w-95{
    width: 100%;
    max-width: 95%;
  }

  *{
    box-sizing: content-box;
  }


  .info_thunder * {

    font-size: var(--tamGeneral) 
  }


  .listado_web{

    list-style: none;
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;

    & li{

      display: flex;
      margin-bottom: 15px;

      position: relative;
 

    }


    & a{
      text-decoration: none;

      font-size: var(--tamGeneral); /*   1.5 rem 2 rem / 400 - 1200 */

      display: block;

      margin-left: 20px;

      transition: all 0.3s;

      @media screen and (min-width:1024px){
        margin-left:2vw;
      }
  



    }



            

    & a::before{

      transition: all 0.3s;
      position: absolute;
      top:50%;
      left: 0;
      width: 15px;
      height: 2px;

      
      background-color: var(--black);
      content: "";
      
    }


 

    & a:hover{
      text-decoration: none;

      color:  var(--black);
 
      margin-left: 25px;

      @media screen and (min-width:1024px){
        margin-left:calc(2vw + 10px);
      }
 
    }


    & a:hover:before{
    

      width: 30px;


 
    }

    @media screen and (min-width:1024px){

      & a::before{
        width: calc(2vw - 10px);
      }

      & a:hover:before{
     
        width: calc(2vw);
   
      }
  

    }



  }

  .dis_mas_des{

  }
  .solo_des{

  }

  video {
    width: 100%;
    height: auto; 
  }

  .pos_fixed{
    position: fixed;
  }

  .pos_rel{
    position: relative;
  }

  .pos_video{
    position: absolute; 
  }

  .video_thunder{
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    width:100%;
    height: 100%; 

    mix-blend-mode: darken;
  }

  .video_noevents{
    pointer-events: none;
 
    position: absolute;
  }

  .pos_fixed_video{
    position: fixed;
    bottom:30px;
    right: 0;
    z-index: 0;

  }

  .logo_leroom{
    z-index: 1;
    opacity: var(--logoOp);
    transform: scale(var(--logoScale));
  }

  .listado_web{
    & li{
      align-items: flex-start;
      line-height: 1.4;
      align-items: center;
    }
  }

  .solo_diseno{
    display: inline-block;
    /* transform: translateY(5px);
    @media screen and (min-width:1024px) {
      transform: translateY(15px);
    } */
    
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-radius: 500px;
    display: block;
    /* background-color: var(--colorDiseno); */
    border: 1px solid var(--black);
  }
  .solo_desarrollo{
    display: inline-block;
    /* transform: translateY(5px);
    @media screen and (min-width:1024px) {
      transform: translateY(15px);
    } */
   
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-radius: 500px;
    display: block;
    /* background-color: var(--colorDesarrollo); */
    
    background-color: var(--black);
  }

  .expli_puntos{

    & *{
      line-height: 1;
    }
 & .solo_diseno, & .solo_desarrollo{
  transform: translateY(0);
  margin-right: 10px;
 }

 & .solo_desarrollo{
  margin-left: 0;
 }

 & .solo_diseno{
  margin-left: 30px;
 }

  }

  .info_sec{
    margin-top: 30px;
    position: absolute;
    transform-origin: right top; 
    top:0;
    left:0;
    transform: translateX(-100%);
    & .in_info_sec{ 
      font-size: 1.2rem;
      color: var(--black);
      opacity: 0.5;
      transform-origin: right top;
      transform: rotate(-90deg) translateY(calc(-100% - 50px ));
      border: 1px solid var(--black);
      border-radius: 500px;
      line-height: 1;
      padding: 5px 20px;



    }

  }
  

  .sep_grafica{
    margin-top: 50px;
    @media screen and (min-width:1024px) {
      margin-top: 100px;
    }
    @media screen and (min-width:1200px) {
      margin-top: 150px;
    }
  }

  .sep_contacto{
    margin-top: 50px;
    @media screen and (min-width:1024px) {
      margin-top: 75px;
    }
  }

  .caps_grafico{
    
  }

  .smile_glass{
    max-width: 40px;
    height: auto;
    margin-left: 10px;
  }

  .webs_wordpress{

    position: relative;
    cursor: pointer;
  }

  .webs_wordpress:hover:before{
        content:"I 🤍 Wordpress";
        font-size: 1rem;;
        position: absolute;
        top:0;
        left: 50%;
        transform: translateY(-100%);
        display: flex;
        line-height: 1;
        padding: 10px 10px;
        display: flex;
        border-radius: 8px;
        white-space: nowrap;

        background-color: var(--black);
        color:var(--white);

      }
  
  
      .webs_wordpress:hover:after{
 
        content: "";
        width: 0; 
        height: 0; 
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        
        border-top: 15px solid var(--black);
        position: absolute;
        top: -5px;
        left: calc(10px + 50%); 
        

      }
  

      .locomotodo{
        @media screen and (max-width:1200px) {

          padding-right: var(--padLado);
          padding-left: var(--padLado);
          
        }
      }

      .w-95-xl{
        max-width: 100%;
        @media screen and (min-width:1200px) {

          /* padding-right: var(--padLado);
          padding-left: var(--padLado); */
          
        }
      }


      .logo_leroom{
        @media screen and (max-width:1200px) {

          left: 0;
          right: calc( 1 * var(--padLado) );
 
          
        }
      }

      .not_gonna{
        cursor: pointer;
        color:var(--grisLight);
        display: inline-block;
        position: relative;

      }

      .not_gonna:after{

        transition: all 0.3s;
        pointer-events: none;

        background-image: url('../img/sure.gif');
        content: "";
        width: 225px;
        height: 169px;
        background-position: center;
        background-size: contain;
        position: absolute; 
        background-repeat: no-repeat;

        top:0;
        transform: translate(-100%, -100%) rotate(0);

        border-radius: 8px;
        left:50%;

        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;

        opacity: 0;
        
 
      }

      .not_gonna:hover:after{
        opacity: 1;

        transform: translate(-50%, -50%) rotate(-5deg);
        
      }


      .tipo{
        cursor: pointer;
        color:var(--grisLight);
        display: inline-block;
        position: relative;

      }

      .tipo:after{
        transition: all 0.3s;
        pointer-events: none;
        cursor: pointer;
        color:var(--grisLight);
        display: inline-block;
        position: relative;
        opacity: 0;

        background-image: url('../img/empleado.jpg');
        content: "";
        width: calc(282px * 0.25);
        height: calc(399px * 0.25);
        background-position: center;
        background-size: contain;
        position: absolute; 

        
        top:0;
        transform: translate(-50%, -55%) rotate(0);

        border-radius: 8px;
        left:50%;

        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
        

      }

      .tipo:hover:after{

        transform: translate(-50%, -50%) rotate(-5deg);

        width: calc(282px * 0.60);
        height: calc(399px * 0.60);
        opacity: 1;
        


      }


      #video_animations{
        cursor: pointer;
      }

      .img_logo{
        max-width: 1600px;

      }

      .cont_img_logo{

        & img{
          transform-origin: center;
        }
 

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

           left: calc(var(--padLado) * 1) !important;
           
           max-width: calc(100vw - calc(2.5 * var(--padLado) ));


           & img{ 
            max-width: 100%;;
           }
          
        }


      }