/***Botón rosa banner iguverso***/
a.btn--cmd.btn--cmd.btn--secondary.iguverso {
    background: #FB3099;
}
.igus080fullscreenbanner.iguverso {
    background-color: #8c8adf;
}
/***Hometitles***/
.tile {
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 270px;
}

/* if it's supported, apply the below - modern browsers */
@supports (grid-gap: 2rem) {
  .tiles-container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .tile {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}

.tile {
  background-color: #f07d00;
  color: white;
  padding: 2rem;
  height: 12rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.tile h5 {
  font-weight: 500;
}
.tile:hover {
  background-color: #ce6a00;
}

.tile-16:hover {
  background-color: #f07d00;
}

.tile-1 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile1-chain.png);
}
.tile-2 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile2-bearing.png);
}
.tile-3 {
  background-image: url(https://www.igus.es/contentData/wpck/images/ES_es/common/mesa-lineal-drylin-zlw.png);
}
.tile-4 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile4-3dprint.png);
}
.tile-5 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile5-chainflex.png);
}
.tile-6 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile6-xiros.png);
}
.tile-7 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile7-triflex.png);
}
.tile-8 {
  background-image: url(https://www.igus.es/contentData/wpck/images/ES_es/common/rebel.png);
}
.tile-9 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile9-readycable.png);
}
.tile-10 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile10-plasticrod.png);
}
.tile-11 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile11-drylin.png);
}
.tile-12 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile6-gear.png);
}
.tile-13 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile13-readychain.png);
}
.tile-14 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile14-igubal.png);
}
.tile-15 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile15-dryspin.png);
}
.tile-16 {
  background-color: #363636;
}
/***Endhometitles***/
img.cable-image {
    width: 100%;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-fix {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 2.5rem 10rem 25rem 4rem;
  grid-template-rows: 2.5rem 10rem 25rem 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-fix > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.flex-fix > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.flex-fix > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.flex-fix > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.grid-row-short {
  -ms-grid-rows: 2.5rem 10rem 21rem 4rem;
  grid-template-rows: 2.5rem 10rem 21rem 4rem;
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.quick-scroll {
  color: #f07d00;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  font-weight: bold;
  -webkit-animation: quickScroll 1s ease-in-out infinite;
  animation: quickScroll 1s ease-in-out infinite;
}

.ce-nav {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 100%;
  height: 38px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ce-nav-text {
  color: #fff;
  padding: 1.5rem;
}

.ce-divider {
  width: 100%;
  height: 4rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
}

.divider-text {
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
}

.ce-nav-dark-green {
  background-color: #438170;
}
.ce-nav-grey {
  background-color: #94a2ab;
}
.ce-nav-purple {
  background-color: #6f5895;
}
.ce-nav-blue {
  background-color: #c99dcc;
}
.ce-nav-green {
  background-color: #4db856;
}
.ce-nav-orange {
  background-color: #f7901e;
}
.ce-nav-dark-blue {
  background-color: #004069;
}
.ce-nav-brown {
  background-color: #8d3829;
}

.ce-nav:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.cable-title {
  color: #f07d00;
  font-size: 17px;
  float: left;
}

.extrablock {
  background-color: #e4e4e4;
  border-radius: 3px;
  padding: 5px;
  width: 50%;
  margin-bottom: 10px;
}

@-webkit-keyframes quickScroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes quickScroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.igus001Header .igus001Header__top .igus001Header__searchfield .btn--secondary, .igus001Header .igus001Header__top .igus001Header__searchfield .search__input {
    background-color: #f07d00;
}
.igus042seotext li {
    font-size: 17px;
}
.igus042seotext p {
    font-size: 17px;
}
.igus042seotext a {
    font-size: 17px;
}
.igus042seotext h1 {
    font-size: 22px;
}
.igus042seotext h2 {
    font-size: 21px;
}
.igus042seotext h3 {
    font-size: 19px;
}
.igus042seotext h4 {
    font-size: 18px;
}
.tierra.ce-nav.ce-nav-green {
    background: linear-gradient(#4db856, #dbe810);
}
.tierra.ce-divider.ce-nav-green {
    background: linear-gradient(#4db856, #dbe810);
}
div#btnQuantityDiscount .link__text {
    font-weight: 700;
}
.titlehome {
font-size: 50px;
}
.hibrido.ce-divider {
    background: linear-gradient(#f07d00, #1f9a48);
}
.ce-divider.ce-nav-hibrid-blue {
    background: #8C7102;
    width: 50%;
}
.cuadrado {
    border-width: 5px;
    border-color: #f07d00;
    padding: 10px;
    border-radius: 11px;
}
.transicion-cuadrado {
    border-width: 5px;
    border-color: #f07d00;
    border-style: solid!important;
    padding: 10px;
    border-radius: 11px;
}
.section.gastbestellung {
    background: #363636;
    padding: 11px;
}
.section.gastbestellung .link__text {
    color: white;
    font-size: 15px!important;
}
.paralelogramo {
    width: 100%;
    height: 55px;
    border: 3px solid #000;
    background: #f07d00;
    -webkit-transform: skew(
20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(
20deg);
}
p.unico {
    text-align: center!important;
    padding: 10px;
    transform: skew( 
-20deg);
    color: white;
}
.top-bar-wrapper {
    width: 100%;
    background-color: #363636;
    height: 5rem;
    display: flex;
    justify-content: center;
}
.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 1.5rem;
}
.top-bar-item {
    font-size: 1.6rem;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width:518px)  { 
.top-bar-wrapper {
    width: 100%;
    background-color: #363636;
    height: 10rem;
    display: flex;
    justify-content: center;
}
.top-bar-item.u-flex-center.desk {
    display: none;
  }
.top-bar-item.center {
    text-align: right;
}
}
.top-bar-item .text-orange {
    color: #f07d00;
    font-weight: 700;
}
.u-flex-center {
    display: flex;
    align-items: center;
}
#truck #body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: body-bounce;
    animation-name: body-bounce;
    fill: #f07d00;
}
.top-bar-item a:hover {
    text-decoration: underline;
}
.top-bar-item a {
    color: #fff!important;
}
.text-orange {
    color: #f07d00;
}
.u-flex-center {
    display: flex;
    align-items: center;
}
#truck {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: truck-skew;
    animation-name: truck-skew;
}
#truck {
    width: 60px;
}
.modular {
    font-size: 1.3rem;
    font-weight: 500;
}
.top-bar-item svg {
    margin-bottom: .3rem;
    margin-right: .9rem;
}
#truck #wheel--front {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: wheel-front-bounce;
    animation-name: wheel-front-bounce;
    fill: #f07d00;
}
#truck #wheel--back {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: wheel-back-bounce;
    animation-name: wheel-back-bounce;
    fill: #f07d00;
}
#truck #gas--last {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: gas-last-flow;
    animation-name: gas-last-flow;
    fill: #ddd;
}
#truck #gas--first {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: gas-first-flow;
    animation-name: gas-first-flow;
    fill: #ccc;
}
#truck #body-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: body-bounce;
    animation-name: body-bounce;
}
#body-text {
    fill: #fff;
}
.pseudo {
    color: #f07d00;
    cursor:pointer; 
}
img.product-grid {
    width: 13%;
}
img.product-grid-drylinr {
    width: 16%;
}
@media only screen and (max-width: 500px) {
    img.product-grid {
        width: 40%;
      	padding:5px;
    }
}
img.product-grid-dryline {
    width: 19%;
    max-height: 343px;
}
@media only screen and (max-width: 500px) {
    img.product-grid-dryline {
        width: 48%;
      	padding:5px;
    }
 }
img.product-grid-husillos {
    width: 16%;
    max-height: 343px;
    padding: 10px;
}
@media only screen and (max-width: 500px) {
 				img.product-grid-husillos {
        width: 100%;
      	padding:5px;
  }
}
.pzoom {
    transition: transform .2s; 
}
.pzoom:hover {
    transform: scale(1.1); 
}
td.orderstatus_contact {
    display: none;
}
h3.novedadestop {
    font-weight: 100;
    margin-top: 5px;
    font-style: italic;
}
FAQsection {  
  background: #f6f8fa;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
}
.faq-container {    
  max-width: 800px;
  margin: 50px auto 0 auto;
  padding: 2rem;
}
.faq-container h2 {
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #364f6b;
}
details { 
  background-color: #f6f8fa;
  width: 100%;
  margin-bottom: 1rem;   
  border-radius: 8px;  
  border: 1px solid #d8e0e9;
  color: #364f6b;
  position: relative;  
}
details summary {  
  font-weight: 400;
  font-size: 1.25rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
details p {
  padding: 1rem;
  margin: 0 1rem 1rem 1rem;
  background: #f6f8fa;
  border-left: 2px solid #364f6b;
}

details:hover,
details[open] {
  box-shadow: 5px 5px 15px #d9d9d9;
}

details[open] {
  background: #ffffff;
}

details[open] summary {
  font-weight: 600;
}

details summary::before {
  position: absolute;
    content: "🟢";    
    font-size: 1.75rem;
    top: 10px;
    right: 16px;  
}

details[open] summary::before {
  position: absolute;
    content: "🔴";    
    font-size: 1.75rem;
    top: 10px;
    right: 16px;
}

@-webkit-keyframes rotate-emoji {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/* table styling */
#EStable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#EStable td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#EStable tr:nth-child(even){background-color: #f2f2f2;}

#EStable tr:hover {background-color: #ddd;}

#EStable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/* End table styling */
/* Aviso homepage grid readycable*/
.containertext {
  position: relative;
  overflow: hidden;
}
.containertext::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: black;
  z-index: -1;
}
.ribbon {
  background-color: black;
  color: white;
  text-align: center;
  width: 185px;
  position: absolute;
  top: 5px;
  left: 0px;
  padding: 2px;
  z-index: 1;
}
/* Fin Aviso homepage grid readycable*/
/* Banner industrial automation site*/
.banner-container {
  position: relative;
  display: inline-block;
}

.banner-container img {
  display: block;
  max-width: 100%;
}

.banner-container h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
/*End banner industrial automation*/

/*Lead-in*/

svg.sign-in {
width: 16px;
}

svg.bookmark {
width: 16px;
}

.iguswpcksec31shoppingcart .shopping-cart-related-items {
  display: none;
}