@media only screen and (max-width: 1700px) {
  .logo-home {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1600px) {
  .nav-header a {
    font-size: 12px !important;
  }
  .logo-home {
    max-width: 200px;
  }
  .boton-ver-productos {
    font-size: var(--font-size-sm);
  }
  .title-procesos {
    font-size: var(--font-size-5xl);
  }

}
@media only screen and (max-width: 1500px) {
  .logo-home {
    max-width: 180px;
  }
  .margin-max {
    justify-content: center;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-logo {
    max-width: 200px;
  }
  .dates-info-f-c {
    font-size: 15px;
  }
  .line-footer {
    height: 90px;
  }
  .nav-header a {
    font-size: 11px;
  }
  .logo-home {
    max-width: 160px;
  }
  .content-tl-bh {
    font-size: 27px;
  }
  .content-tl-bh {
    margin-left: 40px;
  }
  .content-t-c {
    margin: 0 8px 10px;
  }
  .circle {
    width: 80px;
    height: 80px;
  }
  .margin-max {
    font-size: 14px;
  }
  .icono-procesos {
    max-width: 110px;
  }
  .title-procesos {
    font-size: 20px;
  }
  .description-procesos {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .us-title-content {
    max-width: 50%;
  }
  .footer-logo {
    max-width: 160px;
  }
  .title-info-f-c {
    font-size: 16px;
  }
  .news-title-f {
    font-size: 16px;
  }
  .footer-redes-title {
    font-size: 16px;
  }
  .logo-home {
    max-width: 160px;
  }
  .banner-products-content {
    margin: 30px 30px 0;
  }
  .title-singleproduct {
    font-size: 42px;
  }
  .content-ficha-contact {
    font-size: 14px;
  }
  .title-products-home {
    font-size: 25px;
  }
  .subtitles-top {
    font-size: 20px;
  }
  .title-product-home {
    font-size: 20px;
  }
  .description-product-home {
    font-size: 16px;
  }
  .boton-mas-info-pro-h {
    font-size: 16px;
  }
  .us-title {
    font-size: 25px;
  }
  .us-description {
    font-size: 18px;
  }
  .nav-header {
    font-family: var(--font-aldrich);
  }
  .nav-header a {
    font-size: 13px;
  }
  .description-s-p {
    font-size: 17px;
  }
  .margin-max {
    font-size: 12px;
    flex-wrap: wrap;
  }
  .circle {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .logo-home {
    max-width: 140px;
  }
  .menu-header-content {
    padding: 10px;
  }

  .margin-nav {
    padding: 0 10px;
  }

  .icono-procesos {
    max-width: 70px;
  }
  .title-singleproduct {
    font-size: 40px;
  }
  .nav-header a {
    font-size: 12px;
  }
  .search-input {
    display: none;
  }
  #header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    padding: 5px 0;
  }
  .search-oculto {
    display: block;
  }
  .cont-image-tegnologias-sp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1100px) {
  .logo-home {
    max-width: 130px;
  }
  .nav-header a {
    font-size: 11px;
  }
  .nav-header {
    font-size: var(--font-size-mini);
  }
  .fm-logo {
    max-width: 160px;
  }
  .footer-logo {
    max-width: 50%;
  }
  .line-footer {
    display: none;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .f-info-contact-box {
    max-width: 100%;
  }
  .news-footer {
    width: 100%;
  }
  .news-footer-box {
    max-width: 100%;
  }
  .content-ficha-contact {
    flex-wrap: wrap;
  }
  .content-ficha-contact a {
    width: 100%;
  }
  .boton-ficha-sp {
    width: 100%;
    margin: 0 0 10px;
  }
  .boton-contact-sp {
    width: 100%;
    margin: 0;
  }
  .content-tl-bh {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-header a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .us-margin-content {
    flex-wrap: wrap;
  }
  .us-title-content {
    max-width: 100%;
    margin: 20px 0;
    padding-left: 0;
  }
  .logo-home {
    max-width: 120px;
  }
  .nav-header {
    display: none;
  }
  .menu-phone {
    display: block;
  }
  .header-search {
    display: block;
  }
  .logo-home {
    max-width: 200px;
  }
  .line-footer{
    display: none;
  }
  .title-singleproduct {
    font-size: 30px;
  }
  .content-single-product {
    margin: 10px auto 10px;
  }
  .selector-idioma-phone {
    display: block;
  }
  .selector-idioma {
    display: none;
  }
  .phone-title {
    display: block;
  }
  .procesos-content {
    margin: 10px auto 0;
  }
  .search-input {
    display: none;
  }
  .traslate-hidden {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .search-input {
    width: 100%;
  }
  .margin-content-ff {
    flex-wrap: wrap;
  }
  .content-fichas {
    margin: 0;
  }
  .content-tl-bh {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .procesos-content {
    margin: 12px auto 0;
  }
  .us-title-content {
    margin-bottom: 20px;
  }
  .us-margin {
    margin: 0px 30px 20px;
  }
  .us-description {
    font-size: var(--font-size-base);
  }
  .description-product-home {
    font-size: var(--font-size-base);
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .line-footer {
    display: none;
  }
  .news-footer {
    width: 100%;
  }
  .news-footer-box {
    width: 100%;
    max-width: 100%;
  }
  .footer-redes {
    width: 100%;
  }
  .banner-products-content {
    margin: 20px 20px 0;
  }
  .description-product-single-product {
    font-size: var(--font-size-base);
  }
  .content-image-s-p {
    width: 100%;
    padding-right: 0px;
    border: initial;
  }
  .content-description-s-p {
    width: 100%;
  }
  .m-content-img-descript-s-p {
    flex-wrap: wrap;
  }
  .image-s-p {
    margin: 0;
  }
  .content-title-singleproduct {
    width: 100%;
  }
  .content-sku-single-product {
    width: 100%;
  }
  .content-title-single-product {
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
  }
  .content-single-product {
    padding: 0 10px;
  }
  .content-single-product {
    padding: 0 20px;
  }
  .m-description-s-p {
    margin: 0;
  }
  .title-esp-teg-sp {
    font-size: 25px;
    margin: 10px 20px 10px;
  }
  .title-singleproduct {
    padding: 0 30px;
  }
.title-box-redes {
  font-size: 12px;
}
.image-ficha-redes { 
  max-width: 40px;
}
.icono-redes-box {
  max-width: 40px;
}
.image-tegnologias-sp {
  max-width: 100%;
}
.content-t-c {
  margin: 0 4px 10px;
}
.one-column-form {
  grid-template-columns: repeat(1, 1fr);
}
.tree-column-form {
  grid-template-columns: repeat(1, 1fr);
}
.cont-image-tegnologias-sp {
  grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (max-width: 700px) {
  .flex-form-registro {
    flex-wrap: wrap;
  }
  .one-column-form {
    max-width: 100%;
  }
  .two-column-form {
    max-width: 100%;
  }
  .title-page {
    font-size: 24px;
  }
  .content-category-banner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category-banner-box {
    margin: 10px;
  }
  .content-tl-bh {
    font-size: 35px;
  }
  .content-category-banner {
    margin: 4px 0;
  }
  .search-input input {
    font-size: 13px;
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 600px) {
  .title-products-home {
    font-size: var(--font-size-base);
    margin: 20px;
  }
  .subtitles-top {
    font-size: var(--font-size-base);
  }
  .footer-logo {
    max-width: 100%;
  }
  .f-info-contact {
    max-width: 100%;
  }
  .title-category-productsos {
    font-size: var(--font-size-base);
  }
  .m-description-s-p {
    margin: 0;
  }
  .title-esp-teg-sp {
    font-size: 20px;
  }
  .title-singleproduct {
    font-size: 22px;
  }
  .title-ficha-box {
    font-size: 14px;
  }
  .subtitle-ficha-box {
    font-size: 14px;
  }
  .icono-ficha-box {
    max-width: 30px;
  }
  .image-ficha-tecnica {
    max-width: 40px;
  }
  .title-registro {
    font-size: 24px;
    line-height: 24px;
  }
  .subtitle-registro {
    margin-top: 10px;
  }
  .content-form-registro {
    margin: 0px auto 20px;
  }
  .bread-crumbs {
    font-size: 11px;
  }
  .bread-crumbs li span {
    font-size: 11px !important;
  }
  .bread-crumbs a {
    font-size: 11px;
  }
  .bread-crumbs-margin {
    padding: 0 0;
  }
	.pagination_css{
    font-size: 12px;
  }
  .image-power-technologies {
    max-width: 90px;
  }
  .eslogan-power-technologies {
    font-size: 14px;
  }
.content-image-title-deres {
  flex-wrap: wrap;
}
.content-title-redes-box {
  margin: 0;
}
.icono-redes-box {
  display: none;
}
.content-title-redes-box {
  width: 100%;
}
.content-tl-bh {
  font-size: 26px;
  margin-left: 28px;
}
.titles-center {
  font-size: 25px;
}
.subtitles-center {
  font-size: 17px;
}
.titles-left {
  font-size: 25px;
}
.subtitles-left {
  font-size: 17px;
}
.procesos-box-content {
  max-width: initial;
}
.registro_producto_footer {
  flex-wrap: wrap;
}
.table-esp-teg-sp table {
  overflow: scroll;
  display: block;
}
}
@media only screen and (max-width: 500px) {
  .logo-home {
    max-width: 150px;
  }
  .banner-products-content {
    margin: 10px 10px 0;
  }
  .margin-cont-fr {
    padding: 0 10px;
  }
}