html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}
.u-btn {
  /*display: inline-block;*/
  display: table;
  /*TODO maye need another solution for negative marin*/
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  font-style: initial;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px !important;
  border-radius: 0;
  --border-radius: 0;
  align-self: flex-start;
}

.u-text a,
.u-post-content a,
.u-tab-item a,
.u-nav-item a,
.u-product-control.u-text a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}


.u-link,
a {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  height: auto;
  min-height: 100%;
}
body,
aside,
.u-sidebar-block,
section,
header,
footer {
  position: relative;
}
section > *,
header > *,
footer > *,
.u-sheet > *,
.u-section-row > * {
  position: relative;
}
a {
  color: #259bca;
}

.u-clearfix:after,
.u-clearfix:before {
  content: '';
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-spacing-10.u-countdown-counter > div + div,
.u-spacing-10.u-price-wrapper > div + div,
.u-spacing-10.u-language-layout-icons .u-language-url + .u-language-url,
.u-spacing-10 .u-social-url + .u-social-url {
  margin-left: 10px;
}

.u-border-none {
  border-width: 0 !important;
}

.u-image,
.u-background-effect-image,
.u-video-poster {
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
img.u-image,
.u-video-poster {
  overflow: hidden;
}
.u-back-image.u-image-contain,
.u-image.u-image-contain {
  object-fit: contain;
  background-size: contain;
}

.u-sheet {
  position: relative;
  margin: 0 auto;
}
.u-xl-mode .u-sheet {
  width: var(--theme-sheet-width-xl);
}
.u-xxl-mode .u-sheet {
  width: var(--theme-sheet-width-xxl);
}
@media (min-width: 1400px) {
  .u-sheet {
    width: var(--theme-sheet-width-xxl) !important;
  }
}
@media (min-width: 1200px) {
  .u-xl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-sheet {
    width: var(--theme-sheet-width-lg) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-sheet {
    width: var(--theme-sheet-width-md) !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-sheet {
    width: var(--theme-sheet-width-sm) !important;
  }
}
@media (max-width: 575px) {
  .u-sheet {
    width: var(--theme-sheet-width-xs) !important;
  }
}

.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
}
.u-audio-main-layout-wrapper,
.u-audio-main-layout-wrapper > *,
.u-inner-container-layout,
.u-inner-container-layout > *,
.u-group-elements,
.u-group-elements > *,
.u-container-layout > * {
  position: relative;
}

.u-expanded-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-width-xl {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
[class*="u-border-"]:not(.u-shape-svg) {
  stroke: none;
}
.u-body h1,
.u-body h2,
.u-body h3,
.u-body h4,
.u-body h5,
.u-body h6 {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}
h4 {
  font-size: 1.25rem;
}
.u-align-left {
  text-align: left;
}
@media (max-width: 575px) {
  .u-align-left-xs {
    text-align: left;
  }
}
.u-text {
  word-wrap: break-word;
  position: relative;
}
.u-button-style[class*="u-custom-color-"],
.u-button-style[class*="u-palette-"],
.u-button-style[class*="u-gray-"],
.u-button-style.u-white,
.u-button-style.u-black {
  border-width: 0;
}
.u-body {
  --animation-fade_in-opacity: 0;
  --animation-fade_in_up-opacity: 0;
  --animation-fade_in_left-opacity: 0;
  --animation-fade_in_right-opacity: 0;
  --animation-fade_in_down-opacity: 0;
  --animation-fade_in_up_big-opacity: 0;
  --animation-fade_in_left_big-opacity: 0;
  --animation-fade_in_right_big-opacity: 0;
  --animation-fade_in_down_big-opacity: 0;
  --animation-fade_out-opacity: 0;
  --animation-fade_out_up-opacity: 0;
  --animation-fade_out_left-opacity: 0;
  --animation-fade_out_right-opacity: 0;
  --animation-fade_out_down-opacity: 0;
  --animation-fade_out_up_big-opacity: 0;
  --animation-fade_out_left_big-opacity: 0;
  --animation-fade_out_right_big-opacity: 0;
  --animation-fade_out_down_big-opacity: 0;
  --animation-rotate_in-rotate: -200deg;
  --animation-rotate_in_down_left-rotate: -45deg;
  --animation-rotate_in_down_right-rotate: 45deg;
  --animation-rotate_in_up_left-rotate: 45deg;
  --animation-rotate_in_up_right-rotate: -90deg;
  --animation-rotate_out-rotate: 200deg;
  --animation-rotate_out_down_left-rotate: 45deg;
  --animation-rotate_out_down_right-rotate: -45deg;
  --animation-rotate_out_up_left-rotate: -45deg;
  --animation-rotate_out_up_right-rotate: 90deg;
  --animation-roll_in-rotate: -120deg;
  --animation-roll_in-translate_x: -100%;
  --animation-roll_out-rotate: 120deg;
  --animation-roll_out-translate_x: 100%;
  --animation-zoom_in-scale: 0.3;
  --animation-zoom_in_down-scale: 0.475;
  --animation-zoom_in_down-translate_y: 60px;
  --animation-zoom_in_up-scale: 0.475;
  --animation-zoom_in_up-translate_y: -60px;
  --animation-zoom_in_left-scale: 0.475;
  --animation-zoom_in_left-translate_x: 10px;
  --animation-zoom_in_right-scale: 0.475;
  --animation-zoom_in_right-translate_x: -10px;
  --animation-zoom_out-scale: 0.3;
  --animation-zoom_out_down-scale: 0.475;
  --animation-zoom_out_down-translate_y: -60px;
  --animation-zoom_out_up-scale: 0.475;
  --animation-zoom_out_up-translate_y: 60px;
  --animation-zoom_out_left-scale: 0.475;
  --animation-zoom_out_left-translate_x: 42px;
  --animation-zoom_out_right-scale: 0.475;
  --animation-zoom_out_right-translate_x: -42px;
  --animation-slide_in_down-translate_y: -100%;
  --animation-slide_in_up-translate_y: 100%;
  --animation-slide_in_left-translate_x: -100%;
  --animation-slide_in_right-translate_x: 100%;
  --animation-slide_out_down-translate_y: 100%;
  --animation-slide_out_up-translate_y: -100%;
  --animation-slide_out_left-translate_x: -100%;
  --animation-slide_out_right-translate_x: 100%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-translate_x-end: 0;
  --animation-custom_in-translate_y-end: 0;
  --animation-custom_in-scale-end: 1;
}
.u-repeater {
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
}
.u-repeater-item {
  display: flex;
  position: relative;
}
.u-list-control {
  display: flex;
  position: relative;
}
.u-list:not(.u-repeater),
.u-blog:not(.u-repeater),
.u-products:not(.u-repeater) {
  display: flex;
  flex-direction: column;
}
.u-list:not(.u-repeater) .u-repeater,
.u-blog:not(.u-repeater) .u-repeater,
.u-products:not(.u-repeater) .u-repeater {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.u-list:not(.u-repeater) .u-list-control,
.u-blog:not(.u-repeater) .u-list-control,
.u-products:not(.u-repeater) .u-list-control {
  flex: 0;
}
[class*="u-border-"],
.u-input,
.u-field-input,
.u-link[class*="u-border-"] {
  border-style: solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto,sans-serif;
}
.u-overlap.u-overlap-transparent .u-header,
.u-image,
.u-gradient {
  color: #111111;
}
.u-body {
  color: #111111;
  --effect-scale: 1.1;
}
.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active > .u-button-style.u-border-active-none {
  border-color: transparent !important;
  border-width: 0;
}
.u-palette-1-base,
.u-body.u-palette-1-base,
section.u-palette-1-base:before,
.u-palette-1-base > .u-audio-main-layout-wrapper:before,
.u-palette-1-base > .u-container-layout:before,
.u-palette-1-base > .u-inner-container-layout:before,
.u-palette-1-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-base:before,
.u-table-alt-palette-1-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #FFA500;
}
.u-input.u-palette-1-base,
.u-field-input.u-palette-1-base,
.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #FFA500;
}


        .u-body
        {
        --theme-sheet-width-xl: 1140px;
        --theme-sheet-width-lg: 940px;
        --theme-sheet-width-md: 720px;
        --theme-sheet-width-sm: 540px;
        --theme-sheet-width-xs: 340px;
              
        }

        h4
        {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 20px;
        }
       
        .u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a,
        .u-gradient > .u-container-layout > a,
        .u-image:not(.u-shading) > .u-container-layout > a,
        a
        {
        color: #478ac9;
        }
    
        .u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-btn,
        .u-gradient > .u-container-layout > .u-btn,
        .u-image:not(.u-shading) > .u-container-layout > .u-btn,
        .u-btn
        {
        background-color: #478ac9;
        color: #ffffff;
        }
 
        :root{
          --fondo:  #efefef;
          --desv: lightgray;
          --borde: #d6d4d4;
          --ancTab: 120px;
          }
          .box-logo{
            content: "";
            background: aliceblue;
            height: 6rem;
            width: 9rem;
            display: flex;
            flex-direction: row;
          }
          /*Contiene todo el sistema de tabs*/
          .tabsNav{
          position:relative;
          /* font-family: sans-serif; */
          /* font-size: 14px; */
          /* line-height: 1.5rem; */
          height: min-content;
          margin-top: 5rem;
          height: 11rem;
          margin-bottom: 0rem;
          }
          .box-select{
            overflow-x: hidden;
          }
        
        
          /*Las pestañas: cabecera inputs y labels*/ 
          .tabsNav .tab{
          display:block;
          position:absolute;
          width:100%;
          height:100%;
          }
          .tabsNav .tab input{
          display:none;
          }
          .tabsNav .tab label{
            display: inline-block;
            position: relative;
            top: 1px;
            height: 1.45rem;
            width: var(--ancTab);
            z-index: 1;
            text-align: center;
            color: #7f7f7f;
            text-decoration: none;
            background: #f2f2f2;
            cursor: pointer;
          }
          
          /*Etiquetas de pestañas individuales*/
          .tabsNav .tab:nth-of-type(1) label{
          left: 0;
          }
          .tabsNav .tab:nth-of-type(2) label{
          left: var(--ancTab);
          }
          .tabsNav .tab:nth-of-type(3) label{
          left: calc(2 * var(--ancTab));
          }
          /*Las pestañas contenido dentro de los tabs*/
          .tabsNav .tab div{
            overflow-y: hidden;
            position: relative;
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            height: fit-content;
            border-top: 2px solid orange;
          }
          .tabsNav .tab input:checked + label:before{
            border-color: transparent transparent #ffa500 transparent;
          }
          .box-logo a{
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
          }
          .tabsNav .tab label:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: -1.4rem;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0.4rem 0px 1rem 1.5rem;
            border-color: transparent transparent #f2f2f2 transparent;
            transform: rotate(90deg);
        }
          /*Etiquetas pulsadas*/
          .tabsNav .tab input:checked + label
          {
            color: black;
            border: none;
            background: #ffa500;
            font-weight: 500;
            color: white;
            border-right: 0;
            height: 1.5rem;
            z-index: 2;
          }
          .tab div.box-logo.selected  {
            border: 2px solid orange;
          }
          /*tab visibles*/
          .tabsNav .tab input:checked ~ div{
            display: grid;
            grid-auto-flow: column;
            gap: 0.5rem;
            justify-content: start;
          }
         
          
        .u-section-1 .u-products-1 {
          margin-bottom: 60px;
        }
        
        .u-section-1 .u-repeater-1 {
          grid-auto-columns: calc(25% - 6.66667px);
          grid-template-columns: repeat(4, calc(25% - 6.66667px));
          grid-gap: 10px;
        }
        
        .u-section-1 .u-repeater-item-1 {
          box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15);
        }
        
        .u-section-1 .u-container-layout-1 {
          padding: 1rem;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
        }
        
        .u-section-1 img {
          margin-top: 0;
          margin-bottom: 0;
        }
        
        .u-section-1 .u-text-1 {
          margin-top: 20px;
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: 700;
        }
        .box-logo img {
          padding: 0.5rem;
        }
        .u-container-layout-1 img{
         height:13rem;
        }
        .u-section-1 .u-text-2 {
          margin: 20px auto 0;
        }
        
        .u-section-1 .u-product-price-1 {
          margin-top: auto;
          padding-top: 1rem;
        }
        
        .u-section-1 .u-btn-1 {
          border-style: none;
          background-image: none;
            text-align: center;
            width: -webkit-fill-available;
            border-radius: 20px;
        }
        
        .u-spacing-10{
          display: flex;
          margin: 0.5rem 0;
          justify-content: space-between;
        }
        
        .u-section-1 .u-repeater-item-2 {
          box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15);
        }
        
        .u-section-1 .u-container-layout-2 {
          padding: 30px;
        }
        
        
        
        .u-section-1 .u-text-3 {
          margin-top: 20px;
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: 700;
        }
        
        .u-section-1 .u-text-4 {
          margin: 20px auto 0;
        }
        
        .u-section-1 .u-product-price-2 {
          margin: 24px auto 0 0;
        }
        
        .u-section-1 .u-btn-2 {
          font-size: 0.875rem;
          border-style: none;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          background-image: none;
          margin: -42px 0 0 auto;
        }
        
        .u-section-1 .u-repeater-item-3 {
          box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%);
          border-radius: 0.5rem;
          background: white;
        }
        
        .u-section-1 .u-container-layout-3 {
          padding: 30px;
        }
        
        
        .u-section-1 .u-text-5 {
          margin-top: 20px;
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: 700;
        }
        .u-section-1 .u-product-price-3 {
          margin: 24px auto 0 0;
        }
        
        .u-section-1 .u-btn-3 {
          font-size: 0.875rem;
          border-style: none;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          background-image: none;
          margin: -42px 0 0 auto;
        }
        
        @media (max-width: 1199px) {
           .u-section-1 .u-text-1 {
            margin-left: 0;
            margin-right: 0;
          }
        
          .u-section-1 .u-text-2 {
            margin-left: 0;
            margin-right: 0;
          }
        
          .u-section-1 .u-btn-1 {
            margin-top: auto;
            margin-right: auto;
            margin-left: 0;
          }
        
          .u-section-1 .u-text-3 {
            margin-left: 0;
            margin-right: 0;
          }
        
          .u-section-1 .u-text-4 {
            margin-left: 0;
            margin-right: 0;
          }
        
          .u-section-1 .u-btn-2 {
            margin-top: auto;
            margin-right: auto;
            margin-left: 0;
          }
        
          .u-section-1 .u-text-5 {
            margin-left: 0;
            margin-right: 0;
          }
        
          .u-section-1 .u-text-6 {
            margin-left: 0;
            margin-right: 0;
          }
        
          .u-section-1 .u-btn-3 {
            margin-top: 20px;
            margin-right: auto;
            margin-left: 0;
          }
        }
        
        @media (max-width: 991px) {
          .box-select{
            overflow-x: scroll;
          }
        
          .u-section-1 .u-repeater-1 {
            grid-auto-columns: calc(33.33% - 5px);
            grid-template-columns: repeat(3, calc(33.33% - 5px));
        }
        }
        
        @media (max-width: 767px) {
          .u-section-1 .u-repeater-1 {
            grid-auto-columns: calc(100% - 0px);
            grid-template-columns: repeat(2, calc(50% - 5px));
          }
          .u-section-1 img{
            height: 11rem;
          }
        
          .u-section-1 .u-container-layout-1 {
            padding-left: 10px;
            padding-right: 10px;
          }
        
          .u-section-1 img {
            width: 100%;
            margin-left: 0;
          }
        
          .u-section-1 .u-container-layout-2 {
            padding-left: 10px;
            padding-right: 10px;
          }
        
          .u-section-1 .u-container-layout-3 {
            padding-left: 10px;
            padding-right: 10px;
          }
        
        
        }
        
        .u-back-image.u-image-contain, .u-image.u-image-contain{
          /* object-fit: cover !important; */
          background-size: contain;
          object-position: center;
        }
        .u-section-1 .u-sheet-1 {
            padding: 1rem;
        }
        @media (max-width: 575px){
          section.u-section-1 .u-sheet-1 {
            width: 100% !important;
        }
        }
        @media (max-width: 575px) {
          .u-section-1 .u-repeater-1 {
            grid-template-columns: repeat(2, calc(50% - 5px));
          }
        
          
        
          .u-section-1 .u-image-1 {
            margin-right: 20px;
          }
        
          .u-section-1 .u-image-2 {
            margin-right: 20px;
          }
        }
        
        section.u-section-1 .u-sheet-1 {
          width: 100% ;
        }