.resaltado {
  color: #FFFF;
}
#title-product {
	color: #E9521E;
}
.content-single-product {
  margin: 0 auto 40px;
  max-width: 1420px;
  padding: 0 20px 10px;
}

.m-content-img-descript-s-p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    margin-top: 30px;
}
.content-title-single-product {
  width: 100%;
  background-color: #2C2C2C;
  color: #ffff;
  height: auto;
}
.sku-single-product {
  margin: 10px 0;
  padding: 4px 18px;
  background-color: #e9521e;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  color: #fff;
  font-size: 22px;
}
.title-singleproduct {
  font-size: 42px;
  line-height: 42px;
  padding: 14px 30px;
  max-width: 1423px;
  margin: auto;
}
.title-eslogan {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #333E48;
}
.description-eslogan {
  font-size: 20px;
  color: #333E48;
  max-width: 474px;
  margin-bottom: 20px;
}
.content-image-s-p {
    width: 50%;
    border-right: solid 1px #e9521e;
    padding-right: 40px;
}
.margin-image-s-p {
    max-width: 540px;
    width: 100%;
}
.margin-image-s-p img {
    width: 100%;
    height: auto;
}
.content-description-s-p {
    width: 50%;
}
.title-tegnologias-sp {
  font-size: 30px;
  font-weight: bold;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 10px;
}

.cont-image-tegnologias-sp {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.image-tegnologias-sp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  background-color: #F5F5F5;
}

.image-tegnologias-sp img {
  padding: 8px;
}
.description-s-p {
  margin: 0 0 20px;
  color: #787878;
  font-size: 20px;
  line-height: 25px;
}
.description-s-p p {
    margin: 10px 0;
    color: #787878;
    padding: 0 !important;
}

.m-description-s-p {
  margin: 0 0 0 40px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.content-img-descript-s-p {
  margin-bottom: 40px;
}
.subtitle-description-s-p div {
    margin: 10px 0;
}

.title-esp-teg-sp {
  font-size: 30px;
  color: var(--color-darkslategray);
  margin: 30px 0 30px;
  font-weight: bold;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 10px;
}

.table-esp-teg-sp thead {
    background-color: #005387;
    color: #fff;
    height: 42px;
    font-size: 15px;
}

.table-esp-teg-sp tr {
    height: 42px;
    font-size: 15px;
}

.table-esp-teg-sp tr:nth-child(2n) {
    background-color: #EEE;
}
.table-esp-teg-sp table {
    width: 100%;
  }
  .table-esp-teg-sp td {
    padding: 0 10px;
  }
  .content-sku-single-product {
    width: 100%;
  }
  .content-ficha-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    width: 100%;
  }
  .boton-ficha-sp {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    color: #fff;
    background-color: #e9521e;
  }
  .boton-contact-sp {
    height: 50px;
    background-color: #2C2C2C;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    color: #ffff;
    margin: 0 5px;
  }
  .content-ficha-contact span {
    margin-right: 10px;
  }
  .content-ficha-contact a {
    width: 50%;
  }
  .image-tegnologias-sp p {
    color: #787878;
    font-size: 15px;
    margin: 0 10px;
    text-align: initial;
  }
  .tabla-contenido {
    color: var(--color-darkslategray);
    font-size: 18px;
    padding: 20px 10px;
    border: solid 1px #dadada;
    border-radius: 4px;
  }
  .titulo-extendido {
    font-size: 28px;
    margin: 20px 0 10px;
    font-weight: bold;
    color: #333E48;
  }
  .image-power-technologies {
    max-width: 123px;
    width: 100%;
  }
  .image-power-technologies img {
    width: 100%;
    height: auto;
  }
  .content-power-technologies {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    margin-top: 20px;
  }
  .eslogan-power-technologies {
    font-family: var(--font-future-tense);
    color: #acaeb2;
    margin-right: 10px;
  }
  .circle {
    border: solid 3px #ff5c36;
    width: 80px;
    height: 80px;
    border-radius: 74px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
	padding: 5px;
  }
  .content-t-c {
    max-width: 140px;
    height: auto;
    margin: 0 10px 10px;
  }
  .title-inf-r {
    text-align: center;
    margin-bottom: 14px;
  }
  .margin-max {
    margin: 10px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
  }
  .image-tegnologias-sp img {
    width: 90px !important;
  }
  td:last-child {
    font-weight: bold;
  }
  tr:first-child td:last-child {
    color: #fff;
    background-color: #E9521E;
  }
  tr:first-child {
    background-color: #2C2C2C;
    color: #fff;
  }
  .description-resaltada {
    color: #E9521E;
  }
  .flwdths {
    width: 100%;
	font-size: 10px;
  }
  .flwdthl {
	width: 100%;
  }
  .flwdths:last-child {
    color: #e9521e;
  }
  .reco {
	width: 100%;
	font-size: 10px;
	color: #e9521e;
  }
.manual-instrucciones {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 !important;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
  color: #e9521e;
  font-weight: bold;
}
.manual-instrucciones:hover .title-descarga-manual {
  text-decoration: underline;
}