
/*  ---------- GENERALES    */
  a{
    text-decoration: none!important;
  }
  a,
  a:hover,
  .uk-button,
  .uk-button:hover,
  .transicion,
  .transicion:hover,
  .imagen-naranja,
  .imagen-negro{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  h1{
    font-size: 1.8em;
  }
  h2{
    font-size: 1.5em;
  }
  h3,h4,h5,h6{
    font-size: 1em;
  }
  .alpha0{
    opacity: 0;
  }
  .claro,
  .alpha-1-5:hover{
    opacity:.6;
  }
  .oscuro,
  .alpha-1-0:hover{
    opacity:0;
  }
  .alpha-1-0,
  .alpha-1-5,
  .claro:hover,
  .oscuro:hover,
  .alpha1hover:hover{
    opacity: 1;
  }
  .margin-0{
    margin: 0;
  }
  .margin-5{
    margin: 5px;
  }
  .margin-10{
    margin: 10px;
  }
  .margin-top-5{
    margin-top: 5px;
  }
  .margin-top-10{
    margin-top: 10px;
  }
  .margin-top-20{
    margin-top: 20px;
  }
  .margin-top-25{
    margin-top: 25px!important;
  }
  .margin-top-50{
    margin-top: 50px;
  }
  .margin-top-100{
    margin-top: 100px;
  }
  .margin-top-menos-150{
    margin-top: -150px;
  }
  .margin-top-menos-100{
    margin-top: -100px;
  }
  .margin-top-menos-50{
    margin-top: -50px;
  }
  .margin-top-menos-20{
    margin-top: -20px;
  }
  .margin-top-menos-10{
    margin-top: -10px;
  }
  .margin-bottom-10{
    margin-bottom: 10px;
  }
  .margin-bottom-50{
    margin-bottom: 50px;
  }
  .margin-h-5{
    margin-left: 5px;
    margin-right: 5px;
  }
  .margin-h-20{
    margin-left: 20px;
    margin-right: 20px;
  }
  .margin-v-20{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .margin-v-25{
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .margin-v-50{
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .margin-v-70{
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .margin-right-20{
    margin-right: 20px;
  }
  .margin-right-menos-50{
    margin-right: -45px;
  }
  .margin-right-menos-20{
    margin-right: -15px;
  }
  .padding-bottom-10{
    padding-bottom: 10px;
  }
  .padding-bottom-20{
    padding-bottom: 20px;
  }
  .padding-bottom-50{
    padding-bottom: 50px;
  }
  .padding-bottom-60{
    padding-bottom: 60px;
  }
  .padding-bottom-100{
    padding-bottom: 100px;
  }
  .padding-bottom-200{
    padding-bottom: 200px;
  }
  .padding-top-5{
    padding-top: 5px;
  }
  .padding-top-10{
    padding-top: 10px;
  }
  .padding-top-20{
    padding-top: 20px;
  }
  .padding-top-30{
    padding-top: 30px;
  }
  .padding-top-40{
    padding-top: 40px;
  }
  .padding-top-50{
    padding-top: 50px;
  }
  .padding-top-100{
    padding-top: 100px;
  }
  .padding-v-3{
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .padding-v-5{
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .padding-v-10{
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .padding-v-20{
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .padding-v-50{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .padding-v-100{
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .padding-left-10{
    padding-left: 10px;
  }
  .padding-left-20{
    padding-left: 20px;
  }
  .padding-left-50{
    padding-left: 50px;
  }
  .padding-left-100{
    padding-left: 100px;
  }
  .padding-right-10{
    padding-right: 10px;
  }
  .padding-right-20{
    padding-right: 20px;
  }
  .padding-right-50{
    padding-right: 50px;
  }
  .padding-h-5{
    padding-left: 5px;
    padding-right: 5px;
  }
  .padding-h-10{
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-h-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-h-30{
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-h-50{
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-h-70{
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-0{
    padding: 0px;
  }
  .padding-5{
    padding:5px;
  }
  .padding-10{
    padding:10px;
  }
  .padding-15{
    padding:15px;
  }
  .padding-20{
    padding:20px;
  }
  .padding-30{
    padding:30px;
  }
  .padding-50{
    padding:50px;
  }
  .min-height-150px{
    min-height: 150px;
  }
  .min-height-250px{
    min-height: 250px;
  }
  .max-height-300px{
    max-height: 300px;
  }
  .min-height-500px{
    min-height: 500px;
  }
  .max-width-200{
    max-width: 200px;
  }
  .max-width-600{
    max-width: 600px;
  }
  .pointer *,
  .pointer{
    cursor: pointer;
  }
  #map{
    height: 400px;
  }
  .text-5{
    font-size: .5em;
  }
  .text-6{
    font-size: .6em;
  }
  .text-xs,
  .text-7{
    font-size: .7em;
  }
  .text-8{
    font-size: .8em;
  }
  .text-sm,
  .text-9
  {
    font-size: .9em;
  }
  .text-11
  {
    font-size: 1.1em;
  }
  .text-lg{
    font-size: 1.2em;
  }
  .text-xl{
    font-size: 1.5em;
  }
  .text-xxl{
    font-size: 1.9em;
  }
  .text-xxxl{
    font-size: 2.7em;
  }

  .text-v{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
  .uk-text-bold{
    font-weight: 600;
  }
  .uk-text-light{
    font-weight: 300;
  }

  .margin-0{
    margin: 0px;
  }
  /* Buttons */
  .uk-button{
    font-weight: 500;
    text-transform: none;
  }
  .uk-button-danger{
    background: tomato;
    color: #fff;
  }
  .uk-button-danger:active,
  .uk-button-danger.uk-active{
    color: #fff;  
  }
  .uk-button-danger:hover,
  .uk-button-danger:focus{
    background: #a00;
    color: #fff;
  }
  /* personal */
  .uk-button-personal {
    background: #6355E5;
    color: white;
    border: solid 1px #6355E5;
  }
  /* Hover + Focus */
  .uk-button-personal:active,
  .uk-button-personal.uk-active,
  .uk-button-personal:hover,
  .uk-button-personal:focus {
    background: #6355E5;
    color: white;
    border: solid 1px white;
    box-shadow: 0 0 10px 2px #6355E5;
  }
  .uk-button-large{
    font-size: 1.1rem;
  }
  .outline-5{
    outline: solid 5px white;
  }
  .outline-10{
    outline: solid 10px white;
  }
  .uk-table-link>a{
    padding: 8px;
  }

  .uk-alert-success,
  .uk-text-success,
  .color-success,
  .color-verde{
    color: #8cb061!important;
  }
  .bg-success{
    background-color: #8cb061;
  }
  .uk-alert-success{
    background: #e4f2e4;
  }
  .legendsuccess{
    background: #8cb061;
    border-radius: 5px;
    color: white;
    font-size: 1.3em;
    margin-top: 10px;
    padding: 10px 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    width: 200px;
    z-index: 10;
  }
  .bg-danger,
  .bg-red{
    background: tomato;
  }

  /*  claro */
  .uk-button-white {
    background-color: white;
    color: #6355E5;
    border: 2px solid white;
  }
  /* Hover + Focus */
  .uk-button-white:hover,
  .uk-button-white:focus {
    background-color: #6355E5;
    color: black;
    border: 2px solid #6355E5;
  }
  /* OnClick + Active */
  .uk-button-white:active,
  .uk-button-white.uk-active {
    background-color: #ddd;
    color: #000;
  }

  .uk-select,
  .uk-textarea,
  .uk-input{
    border: solid 1px #AAA;
  }
  .uk-select,
  .uk-input{
    height: 42px;
  }
  .uk-form-blank{
    border-color: transparent;
  }
  .uk-lightbox {
    background: rgba(0,0,0,.7)!important;
  }
  .uk-notification-message{
    background: none!important;
    color: white;
    text-align: center;
  }
  .uk-notification-message div{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  textarea{
    resize:none;
  }
  .z1{
    z-index: 1;
  }
  .z2{
    z-index: 2;
  }
  .container-large{
    padding: 0;
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
  }
  .uk-table-small td,
  .uk-table-small th{
    padding: 5px 12px;
  }
/* ----------- CHAT WHATS   */
  #whatsapp-plugin{
    background: url(../img/design/whats-bg.jpg);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 30px;
    border-radius: 10px 10px 0 0;
  }
  #whats-show{
    background-color: rgb(9, 94, 84);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: white;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 8px 11px;
  }
  #whats-show a{
    color: white;
  }
  #whats-head{
    background-color: rgb(9, 94, 84);
    border-radius: 10px 10px 0 0;
    line-height: 18px;
  }
  #whats-body-1{
    box-sizing: border-box;
    height: 120px;
  }
  #whats-body-2{
    background: url(../img/design/whats-globo.png) no-repeat center left;
    box-sizing: border-box;
    font-size: 13px;
    height: 100px;
    padding: 33px 0 0 35px;
    height: 120px;
  }
  #whats-footer{
    background: white;
    height: 60px;
  }
  #button-whats{
    background: rgb(79, 206, 93);
    color: white;
    border-radius: 50px;
  }

/* ----------- XML SITE MAP */
  urlset{
    background: url(../img/design/logo.png) no-repeat top center #6355E5;
    padding-top: 110px;
  }
  url {
    background: #fff;
    display: block;
    padding: 10px
  }
  loc{
    display: block;
    margin: 0 auto;
    width: 1200px;
  }


/* ----------- LOADING      */
    .loading-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      z-index: 100000000000;
      pointer-events: none;
    }
    .loading-screen {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      background-color: #6355E5;
      opacity: 0;
      width: 100%;
      height: 100%;
      transform: scaleY(0) skewX(0);
      transform: translateY(0);
      transform-origin: top left;
    }
    #loading-first>.loading-screen {
      opacity: 1;
    }

/* ----------- FUENTES      */
  .font-genaral,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle,
  body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .uk-h1,
  .uk-h2,
  .uk-h3,
  .uk-h4,
  .uk-h5,
  .uk-h6{
    font-family: 'Montserrat', serif;
    font-weight: 600;
  }
  .font2{
    font-family: 'Roboto', serif;
  }

/* ----------- COLORES      */
  a,
  a:hover,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .uk-h1,
  .uk-h2,
  .uk-h3,
  .uk-h4,
  .uk-h5,
  .uk-h6,
  .color-general,
  footer a{
    color: black;
  }
  em,
  #sidebar a.active,
  #sidebar a:hover,
  .color-primary,
  .color-primary-hover:hover{
    color: #6355E5!important;
  }
  .uk-navbar-nav>li>a,
  .uk-navbar-nav > li.uk-active > a,
  .uk-navbar-nav > li:hover > a,
  .uk-navbar-nav > li > a:focus,
  .uk-navbar-nav > li > a.uk-open,
  .uk-slidenav,
  .uk-slidenav:hover,
  .uk-slidenav:focus,
  .color-secondary{
    color: black;
  }
  #selectitem .uk-table-link a,
  #selectitem .uk-table-link a:hover,
  .color-terciary{
    color: white;
  }
  .color-dorado:hover,
  .color-dorado{
    color: #957E2D;
  }
  .color-verde{
    color: #166936;
  }
  .colorseleccionado,
  .color-rojo{
    color: tomato;
  }
  .color-rojo-vivo{
    color: #ff0000;
  }
  #filtrosmovil a,
  #sidebar a,
  .color-gris-9{
    color: #8c8b8b;
  }
  .color-gris-7{
    color: #777;
  }
  .color-gris-6{
    color: #666;
  }
  .color-gris-4{
    color: #444;
  }
  .color-gris{
    color: #a7a6a4;
  }
  .color-gris-3{
    color: #666;
  }
  .color-gris-2{
    color: #222;
  }
  .color-gris-a,
  .color-gris-a:hover{
    color: #a6a8ab;
  }
  .color-gris-d{
    color: #ddd;
  }
  .color-negro{
    color: black;
  }
  .topline,
  .topline .uk-button-text,
  .topline .uk-button-text:hover,
  .color-blanco,
  .color-blanco:hover{
    color: white;
  }

/* ----------- FONDOS       */
  .bg-white{
    background: #FFF;
  }
  .uk-slidenav,
  footer .social-header:hover,
  footer .social-header,
  .uk-subnav-pill > .uk-active > a,
  .bg-primary{
    background: #6355E5;
  }
  .ajax-file-upload{
    background: #6355E5!important;
  }
  .bg-secondary{
    background: black;
  }
  .bg-terciary{
    background: white;
  }
  .bg-danger,
  .bg-red{
    background: tomato;
  }
  .bg-success{
    background: #9CDAB7;
  }
  .bg-blue{
    background: #32b4cc;
  }
  .bg-beige{
    background: #eae7e1;
  }
  .bg-black{
    background: black;
  }
  footer,
  .bg-gris{
    background: #DFDFDF;
  }
  .bg-azul{
    background: #0695bd;
  }
  .bg-dark{
    background: rgba(0,0,0,.8);
  }
  .bg-alpha-red{
    background: rgba(250,0,0,.7);
  }
  .bg-claro{
    background: rgba(250,250,250,.7);
  }
  .bg-oscuro{
    background: rgba(0,0,0,.7);
  }
  .bg-test1{
    background: #ff0;
  }
  .bg-test2{
    background: #f0f;
  }
  .bg-test3{
    background: #0ff;
  }

/* ----------- NAVEGACIÓN   */
  #menu-medium,
  #menu-large{
    display: none;
  }
  .logo-nav{
    padding-left:50px;
  }
  @media (max-width: 1500px){
    .logo-nav{
      padding-left:20px;
    }
  }
  @media (max-width: 1450px){
    .logo-nav .uk-logo{
      max-width: 200px;
    }
  }
  @media (min-width: 1290px){
    #menu-large{
      display: inline;
    }
  }
  .uk-navbar-nav{
    gap:0;
  }
  .uk-navbar-nav > li > a,
  .uk-navbar-item,
  .uk-navbar-toggle{
    font-size: 13px;
    font-weight: 400;
    min-height: 50px;
    text-align: center;
    padding: 0 20px;
  }
  .uk-navbar-nav > .nav-item{
    background-image: url(../img/design/nav-item.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-transform: uppercase;
  }
  .uk-navbar-nav > li.uk-active > a,
  .uk-navbar-nav > li.nav-item:hover{
    background-image: url(../img/design/nav-item.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  @media (max-width: 1450px){
    #menu-large .uk-navbar-nav > li > a{
      font-size: 11px;
    }
    .topline{
      font-size: 14px;
    }
  }
  @media (min-width: 1290px){
    #menu-large{
      display: inline;
    }
  }
  @media (max-width: 1290px){
    #menu-medium{
      display: inline;
    }
    #menu-medium .uk-navbar-nav > li > a{
      font-size: 11px;
    }
  }
  @media (max-width: 1050px){
    #menuajuste{
      display: none;
    }
  }

  /* Menú emergente */
    .uk-dropnav-dropbar,
    .uk-navbar-dropdown{
      background: #F8F8F8;
    }
    .uk-navbar-dropdown{
      border-radius: 20px;
      width: auto;
    }
    .uk-navbar-dropdown-nav>li>a{
      padding: 5px;
      color: black;
    }
    @media (max-width: 1450px){
      .uk-navbar-dropdown-nav>li>a{
        font-size: 11px;
      }
    }

  /* Off canvas */
    .uk-offcanvas-overlay::before{
      background: rgba(0,0,0,.6);
    }
    .uk-offcanvas-bar .uk-nav-primary li a{
      font-size: 20px;
    }
    .uk-offcanvas-bar .uk-nav-primary>li.uk-active>a{
      color: #6355E5;
    }

/* ----------- TEMPLATE     */
  body{
    min-height: 100vh;
  }
  header{
  }
  .logo-header{
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
  }
  .uk-hr, 
  hr {
    border-top: 1px solid #999;
  }
  .socialdiv{
    padding:10px 40px 0 40px;
  }
  .social{
    padding:5px;
  }
  .social:last-child{
    padding-left:0;
  }
  #searchresultabs{
    top:40px; 
    right:200px;
    z-index: 1000;
  }
  #searchresultlist{
    width:350px; 
    border: 2px solid rgb(128, 86, 191); 
    border-radius:5px; 
    z-index:1000
  }
  .bloque{
    overflow:hidden;
  }
  .uk-accordion-title{
    font-size: 1rem;
  }
  .inicio-title1{
    font-family: Arial black!important,'Montserrat', sans-serif; 
    line-height: 130px;
    font-weight: 900;
    font-size: 100px;
  }
  .inicio-title2{
    font-size: 18px;
    line-height: 30px;
  }
  .inicio-card-container-500{
    height: 500px;
  }
  .inicio-card-container-380{
    height: 380px;
  }
  @media (max-width: 1500px){
    .inicio-title1{
      font-size: 80px;
      line-height: 100px;
    }
    .inicio-card-container-500{
      height: 400px;
    }
    .inicio-card-container-380{
      height: 300px;
    }
  }
  @media (max-width: 960px){
    .inicio-card-container-500,
    .inicio-card-container-380{
      height: 300px;
    }
  }
  .producto-item{
    width:288px;
  }
  .changechild{
    font-size: 11px;
  }
  .color-inactivo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
  }
  .color-activo{
    border: 0px white solid;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .3);
  }
  @media (max-width: 900px){
    .inicio-title1{
      font-size: 60px;
      line-height: 60px;
    }
    .inicio-title2{
      font-size: 16px;
      line-height: 20px;
    }
  }
  @media (max-width: 640px){
    .producto-item {
      width:100%;
    }
  }
  label{
    font-size: 14px;
  }
  .picsmallcontainer a{
    display: block;
  }
  .js-image-zoom__zoomed-area{
    z-index: 1!important;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button,
  input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  textarea::placeholder,
  input::placeholder {
    color: #666;
    font-size: 13px;
  }
  .button-number{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid transparent;
    line-height: 36px;
  }

  #cotizacion-fixed{
    top:0;
    right:0px;
    width:30px;
    z-index: 1011;
  }
  #cotizacion-fixed div{
    width: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -150px;
  }
  #cotizacion-fixed img{
    box-shadow: 0 0 20px white;
    border-radius: 10px 0 0 10px;
  }


  /* CARD */
    .inicio-card-container{
      position: relative;
      overflow: hidden;
    }
    .inicio-card-title{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100px;
      overflow: hidden;
      transform: translateY(70px);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .inicio-card-title2{
      height: 150px;
      transform: translateY(120px);
    }
    .inicio-card-container:hover .inicio-card-title{
      transform: translateY(0);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .inicio-card-title-txt{
      padding: 8px 20px;
      font-size: 20px;
    }
    .inicio-card-title-button{
      text-align: right;
      opacity: 0;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .inicio-card-container:hover
    .inicio-card-title-button{
      opacity: 1;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }

/* FORM  */
  .form-personal{
    border:none;
    border-bottom: 1px solid black;
  }
  .link-white,
  .link-white:hover,
  .link-white:active,
  .link-white:focus,
  .uk-button-transparent {
    background-color: transparent;
    color: white;
  }
  /* BUTTON TEXT */
  .uk-button-text{
    text-transform:none;
  }
  .uk-button-text:active,
  .uk-button-text.uk-active,
  .uk-button-text:hover,
  .uk-button-text:focus {
    color: #6355E5;
  }
  /* secondary */
  .uk-button-secondary {
    background: black;
    color: white;
    border: solid 2px black;
  }
  /* Hover + Focus */
  .uk-button-secondary:active,
  .uk-button-secondary.uk-active,
  .uk-button-secondary:hover,
  .uk-button-secondary:focus {
    background-color: white;
    border: solid 2px black;
    color: black;
  }
  .input-radio{
    background: white;
    color:#999;
    padding: 20px;
    text-align: center;
    border-bottom: 2px #999 solid;
    cursor: pointer;
  }
  .input-radio.selected{
    background: #6355E5;
    color: black;
    border-bottom: 2px black solid;
  }

/* ----------- WHATSAPP     */
  #whatsselector{
    background-color: white;
    border: 1px solid #666;
    border-radius: 5px;
    bottom:0;
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    height:auto;
    overflow:hidden;
    right:5px;
    width:260px;
  }
  .whats-ejecutivo{
    border-bottom: 1px solid #999;
    padding: 10px;
  }
  .whats-cargo{
    font-size: .7em;
    color: #999;
  }
  .whats-nombre{
    color: #333;
    font-size: 1em;
    font-weight: 600;
  }
  .whats-estado{
    font-size: .7em;
    color: #05A884;
  }
  .whats-estado .material-symbols-outlined {
    font-size: 15px;
  }

  #whatsicon .material-symbols-outlined {
    font-size: 40px;
    position: absolute;
    top: -8px;
    left: 16px;
  }

/* ----------- MEDIA QUERY  */

  @media (min-width: 1500px){
  }
  @media (max-width: 1600px){/*Tamaño xl*/

  }
  @media (max-width: 1400px){
  }
  @media (max-width: 1200px){/*Tamaño l*/
  }
  @media (max-width: 960px){ /*Tamaño m*/
    .logo-header{
      margin: 0;
      width: 200px;
    }
    #searchresultabs{
      right:20px;
    }
    #searchresultlist{
      width:280px;
    }

  }
  @media (max-width: 820px){
  }
  @media (max-width: 640px){
    .font-1{
      font-size: 20px;
    }
    .text-xxxl{
      font-size: 2em;
    }
    .nav-container{
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (max-width: 550px){
  }

