@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "Roboto", sans-serif;
  position: relative;
}

.icon-text-1 {
  display: none;
}

.icon-text-2 {
  display: none;
}

.icon-text-3 {
  display: none;
}

.contenedor-menu-titulo {
  display: none;
}

.content-3-pulgadas-imagen {
  width: 400px;
}

.imagenes {
  margin: 15px 0px;
  display: flex;
  background: rgba(0, 0, 0, 0.19);
  padding: 10px 0px;
  border-radius: 20px;
  border-bottom: 3px solid rgba(180, 180, 180, 0.5);
}

.imagenes img {
  width: 150px;
  margin: auto;
  background: rgba(100, 100, 111, 0.2);
  border-radius: 50%;
  padding: 10px 10px;
}

@keyframes logoAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.load-move {
  width: 100%;
  border-radius: 20%;
  position: relative;
  border-top: 5px solid red;
  display: flex;
  justify-content: center;
}

.circulo {
  width: 50px;
  height: 50px;
  border-bottom: 4px solid red;
  border-left: 0.3px solid red;
  border-right: 0.3px solid red;
  border-radius: 50%;
  margin: 20px 0px;
  animation: circuloAnimate 1s ease infinite;
}

@keyframes circuloAnimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo-preload .letra-cargando p {
  font-size: 15px;
}

.logo-preload p {
  font-size: 15px;
  color: white;
}

.logo-preload img {
  width: 150px;
}

.titulos {
  border-bottom: 4px solid rgba(180, 180, 180, 0.5);
  border-left: 4px solid rgba(180, 180, 180, 0.5);
  width: 40%;
  height: auto;
  background: rgba(0, 0, 0, 0.19);
  padding: 0px 20px;
  border-radius: 20px;
}

.titulos p {
  color: white;
  margin: 10px 0px;
  font-size: 16px;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.titulos p:hover {
  background: red;
}

.titulos p a {
  color: white;
}

.manager {
  width: 40%;
  border-radius: 40px 0px 40px 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.19);
  border-top: 4px solid rgba(180, 180, 180, 0.5);
  border-right: 4px solid rgba(180, 180, 180, 0.5);
}

.img-manager {
  border-radius: 20px 0px 20px 0px;
  margin: 10px 0px;
  padding: 20px 0px;
}

.img-manager img {
  margin: 10px 0px;
  width: 200px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img-manager p {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.25);
  margin: 5px 0px;
  width: 100%;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.container-title-img {
  display: flex;
  justify-content: space-around;
}

.manager {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact-manager {
  background: rgba(0, 0, 0, 0.19);
  width: 200px;
  padding: 10px 10px;
  border-radius: 20px;
}

.contact-manager p {
  margin: 20px 0px;
  padding: 10px 0px;
  border-radius: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.25);
}

.contact-manager p:hover {
  background: red;
}

.rbga {
  background: rgba(240, 240, 240, 0.5);
}

.contenedor-lenguagues {
  width: 100%;
  background: #0511F2;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}

.contenido-contenedor-lenguagues {
  display: flex;
  width: 100%;
  /*
  padding: 18px 0px;
  */
  justify-content: space-between;
  padding: 18px 0px;
}

.lenguague {
  width: 35%;
}

.lista-lenguague {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.lista-lenguague li a {
  color: rgb(223, 223, 223);
  font-size: 12px;
}

.lista-lenguague li {
  border-left: 1px solid rgba(240, 240, 240, 0.5);
  padding-left: 5px;
}

.lenguague-local {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.lenguague-local-hora {
  width: 70%;
  display: flex;
  align-items: center;
}

.lenguague-local ul li a {
  color: white;
}

.lenguague-local-hora a {
  color: rgb(223, 223, 223);
  font-size: 12px;
}

.logo-peru {
  width: 20%;
  display: flex;
  color: white;
  align-items: center;
}

.logo-peru img {
  height: 12px;
}

.logo-peru p {
  margin-left: 7px;
  font-size: 12px;
  color: rgb(223, 223, 223);
}

#hidden {
  visibility: hidden;
}

.titulo-fabrica {
  background: #F4F9FF;
}

.contenedor-menu-normal {
  width: 70%;
}

.contenido-menu-normal {
  width: 100%;
}

.contenedor-logo {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  display: flex;
  left: 0;
  top: 55px;
  justify-content: space-around;
  align-items: center;
}

.contenido-logo {
  width: 20%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.logo-acec {
  width: auto;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.logo-acec img {
  width: 60px;
  opacity: 1;
}

.logo-acec p {
  width: 100%;
  font-size: small;
  text-align: center;
  font-size: 11px;
}

.logo-mastra {
  margin-right: 80px;
}

.menu-normal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.menu-normal li a {
  color: black;
  font-size: 13px;
}

.content-contact-mail form {
  order: 1;
}

.container-contact-mail {
  width: 100%;
  height: auto;
  margin-top: 200px;
  margin-bottom: 100px;
}

.content-contact-mail {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
}

.contacto-titulo p {
  font-size: 20px;
  color: white;
  background: #0759e7;
  padding: 10px 10px;
}

.post-center ::-moz-placeholder {
  padding: 10px;
}

.post-center ::placeholder {
  padding: 10px;
}

.post-center {
  width: 600px;
}

.container-ciudad {
  order: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.post-center p {
  margin: 10px 0px;
  border-radius: 10px;
}

.post-center p input {
  width: 100%;
  outline-style: 0.5;
  padding: 10px 10px;
  outline-color: #3887f0;
}

.post-center p textarea {
  width: 100%;
  padding: 10px 10px;
  outline-style: 0.5;
  outline-color: #3887f0;
}

.title-menu-50hz p {
  border-bottom: 1px solid white;
  padding: 10px 10px;
  font-size: 15px;
  color: white;
}

.title-menu-60hz {
  border-bottom: 1px solid white;
}
.title-menu-60hz p {
  color: white;
  padding: 10px 10px;
  font-size: 15;
  color: white;
}

.content-bomba-sumergible-normal ul li a:hover {
  color: #0759e7;
}

.content-motor-bomba-sumergible ul li a:hover {
  color: #0759e7;
}

.content-bombas-multietapa-normal ul li a:hover {
  color: #0759e7;
}

.content-centrifuga-etapa-multiple-residuales-normal ul li a:hover {
  color: #0759e7;
}

.content-bomba-agua-solar-normal ul li a:hover {
  color: #0759e7;
}

.content-controlador-normal ul li a:hover {
  color: #0759e7;
}

.content-bomba-sumergible-normal-six ul li a:hover {
  color: #0759e7;
}

.content-motor-sumergible-normal-six ul li a:hover {
  color: #0759e7;
}

.content-bomba-multietapa-normal-six ul li a:hover {
  color: #0759e7;
}

.content-bomba-centrifuga-etapas-multiples-normal-six ul li a:hover {
  color: #0759e7;
}

.content-bomba-agua-solar-normal-six ul li a:hover {
  color: #0759e7;
}

.content-contralador-normal-six ul li a:hover {
  color: #0759e7;
}

.container-sub-menu {
  width: 100vw;
  position: absolute;
  height: auto;
  top: 70px;
  right: 0;
  display: none;
  background: rgba(27, 27, 27, 0.9);
  animation: submenus 0.5s ease-out;
  z-index: 999999;
}
.container-sub-menu div {
  padding: 20px 20px;
  width: 900px;
  margin: auto;
}

@keyframes submenus {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.content-sub-menu-50hz {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.content-sub-menu-50hz a {
  margin: 10px 2px;
  text-align: center;
}

.content-sub-menu-50hz a:hover {
  transform: scale(115%);
  transition: 0.3s ease-in;
}

.content-sub-menu-60hz a:hover {
  transform: scale(115%);
  transition: 0.3s ease-in;
}

.name-menu-50 {
  color: white;
  font-size: 12px;
  margin: 10px 0px;
}

.content-sub-menu-50hz a img {
  width: 80px;
}

.content-sub-menu-60hz {
  display: flex;
  width: 900px;
  justify-content: space-around;
}

.content-sub-menu-60hz a {
  margin: 10px 2px;
  text-align: center;
}

.content-sub-menu-60hz img {
  width: 80px;
}

.name-menu-60 {
  font-size: 12px;
  color: white;
  margin: 10px 0px;
}

.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.contenedor-video {
  margin-top: 125px;
  position: relative;
  width: 100%;
}

.contenido-video {
  width: 100%;
}

.iconos-izquierda {
  position: fixed;
  width: auto;
  right: 0;
  top: 40%;
  display: flex;
  justify-content: right;
  z-index: 9999;
}

.contenido-iconos-izquierda {
  width: 100%;
  /*
  position: fixed;
  width: 100vw;
  top: 50%;
  right: 0;
  */
}

.fade {
  width: 100%;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: flex-end;
}

.fade a p {
  width: 185px;
  display: flex;
  font-size: 14px;
  height: 50px;
  align-items: center;
  padding: 10px 0px;
  justify-content: right;
}

.fade a p i {
  margin-left: 5px;
}

#icons {
  width: 40px;
  height: 50px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  opacity: 70%;
  background: #0759e7;
  color: white;
  transition: 1s all ease-in-out;
}

#iconsTwo {
  width: 40px;
  height: 50px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  opacity: 70%;
  background: #0759e7;
  color: white;
  transition: 1s all ease-in-out;
}

#iconsTree {
  width: 40px;
  height: 50px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  opacity: 70%;
  background: #0759e7;
  color: white;
  transition: 1s all ease-in-out;
}

.fade1 {
  opacity: 0;
  transition: 1s all ease-in-out;
}

.fade2 {
  opacity: 0;
  transition: 1s all ease-in-out;
}

.fade3 {
  opacity: 0;
  transition: 1s all ease-in-out;
}

.subFadeOne {
  display: flex;
  justify-content: space-between;
  z-index: 99999999;
}

.icon-text {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.contenido-titulo-confiable {
  width: 100%;
  padding: 40px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.titulo-confiable {
  width: 100%;
  text-align: center;
  max-width: 1200px;
}

.titulo-confiable h2 {
  font-size: 45px;
}

.contenido-confiable {
  width: 1200px;
  margin: 30px 20px;
}

.contenido-confiable p {
  text-align: center;
}

.contenedor-experiencia {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 30px;
}

.icon {
  margin: 40px 0px;
  font-size: 40px;
  color: #2359AF;
}

.experiencia p {
  font-size: 18px;
  font-weight: bold;
}

.patente p {
  font-size: 18px;
  font-weight: bold;
}

.paises p {
  font-size: 18px;
  font-weight: bold;
}

.numeros {
  color: royalblue;
}

.contenedor-bombas-entregamos {
  width: 100%;
  height: auto;
  background: #F4F9FF;
  margin: 80px 0px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.contenido-bombas-entregamos {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.titulo-bombas-entregamos {
  width: 50%;
  font-size: 35px;
  padding: 20px 40px;
  border-right: 2px solid #cbcfd4;
}

.titulo-bombas-entregamos h3 {
  text-align: left;
  font-size: 40px;
}

.texto-bombas-entregamos {
  width: 45%;
}

.texto-bombas-entregamos p {
  text-align: left;
  padding: 20px 20px;
  color: #636363;
  font-size: 15px;
}

.contenedor-ver-mas {
  width: 100%;
  margin: 20px 0px;
}

.contenido-ver-mas {
  text-align: center;
}

.contenido-ver-mas button {
  padding: 14px 20px;
  border-radius: 20px;
  font-size: 12px;
  width: 125px;
  background: #2459B5;
  border-style: none;
}

.contenido-ver-mas button a {
  color: white;
}

.contenido-botones-carrusel {
  display: flex;
  padding: 0px 20px;
  justify-content: space-between;
}

.contenedor-botones-carrusel {
  max-width: 1200px;
  margin: auto;
  border: 1px solid blue;
}

.flechas {
  width: 200px;
  border: 1px solid red;
  display: flex;
  z-index: 2000;
  position: relative;
  justify-content: space-around;
}

.contenido-carrusel {
  display: flex;
  width: inherit;
  border: 2px solid blueviolet;
}

.contenedor-carrusel {
  overflow-y: scroll;
  overflow-x: scroll;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  border: 2px solid green;
}

.imagenes-carrusel {
  margin: 20px 20px;
  border: 1px solid red;
}

.imagenes-carrusel img {
  width: 350px;
  height: 350px;
}

.contenido-texto-carrusel {
  text-align: center;
}

.contenido-texto-carrusel h3 {
  border: 1px solid red;
}

.botones {
  display: flex;
  justify-content: space-around;
}

.botones button {
  width: 170px;
}

.contenedor-caja {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.cajitas {
  margin: 10px 21.5px;
  box-shadow: 5px 10px 18px rgba(218, 218, 218, 0.5);
  border: 1px solid rgba(218, 218, 218, 0.5);
  border-radius: 10px;
}

.cajitas img {
  width: 340px;
  margin: 10px 10px;
}

.contenido-caja {
  padding: 30px 0px;
  display: flex;
  width: 1200px;
  overflow: hidden;
  height: 600px;
}

.derecha {
  cursor: pointer;
  transition: 0.3s linear;
}

.derecha p {
  border-radius: 5px;
  background: #D8D8D8;
  padding: 5px 8px;
}

.fa-arrow-left {
  color: #F6F6F6;
  text-shadow: 2px 2px 2px gray;
}

.izquierda {
  cursor: pointer;
  transition: 0.3s linear;
}

.izquierda p {
  border-radius: 5px;
  padding: 5px 8px;
  background: #D8D8D8;
}

.fa-arrow-right {
  text-shadow: 2px 2px 2px gray;
  color: #F6F6F6;
}

.botones-carrusel {
  padding: 10px 10px;
}

.boton {
  margin: 5px 5px;
}

.boton button {
  background: #1055CC;
  padding: 10px 0px;
  border-radius: 5px;
  border: none;
  color: white;
}

.flechas2 {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  background: #F2F2F2;
  padding: 20px 20px;
  position: relative;
}

.nuevos-productos {
  display: flex;
  align-items: center;
}

.nuevos-productos p {
  font-size: 14px;
}

.contenedor-flechas {
  display: flex;
  width: 70px;
  justify-content: space-between;
}

.texto-carrusel {
  width: 100%;
  display: block;
  color: #6398c0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.botones-carrusel {
  display: flex;
  justify-content: space-around;
}

.boton button {
  width: 160px;
}

.contenedor-relog {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.fecha {
  display: flex;
  width: 200px;
  justify-content: space-around;
}

.fecha > p {
  color: white;
  font-size: 12px;
}

.reloj {
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.reloj > p {
  color: white;
  font-size: 12px;
}

.contenedor-fabrica {
  margin-top: 80px;
  width: 100%;
}

.titulo-fabrica {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}

.contenido-fabrica h3 {
  width: 100%;
  font-size: 35px;
}

.imagen-fabrica img {
  width: 100%;
}

.contenedor-elegirnos {
  margin-top: 50px;
  padding: 40px 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("/img/elegirnos/elegirnos.jpg");
  width: 100%;
  height: auto;
}

.contenido-elegirnos {
  display: flex;
  padding: 40px 0px;
  align-items: center;
  width: 100%;
  margin: auto;
  justify-content: space-around;
}

.titulo-elegirnos {
  width: 50%;
  padding: 20px 40px;
  text-align: center;
}

.titulo-elegirnos h3 {
  font-size: 40px;
}

.texto-elegirnos {
  width: 50%;
  border-left: 2px solid #A9A9A9;
  padding: 20px 40px;
}

.contenedor-elegirnos-foto {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.contenido-elegirnos-foto {
  width: 100%;
}

.foto-elegirnos {
  width: 100%;
  margin: auto;
}

.foto-elegirnos img {
  width: 100%;
  padding: 0px 10px;
}

.contenedor-redes-bottom {
  display: none;
}

.boton-elegirnos {
  text-align: center;
  margin: 40px 0px;
}

.boton-elegirnos button {
  outline: none;
  border: none;
  background: #2459B5;
  padding: 15px 10px;
  width: 130px;
  border-radius: 20px;
}

.boton-elegirnos button a {
  color: white;
}

.imagen-peru-responsive {
  display: none;
}

.contenedor-sub {
  width: 100%;
  background-image: url(../img/redes/redes.jpg);
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenido-sub {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  height: 200px;
  align-items: center;
}

.texto-sub {
  width: 600px;
  background: #2459B5;
  border-radius: 20px;
}

.texto-sub:hover {
  background: #1c4c9e;
}

.texto-sub button {
  background: none;
  outline: none;
  border: none;
}

.texto-sub button a {
  color: white;
  padding: 0px 10px;
}

.texto-sub input {
  outline: none;
  border: none;
  padding: 18px 10px;
  width: 500px;
  border-radius: 20px;
}

.sub-redes a i {
  color: white;
  font-size: 18px;
  margin: 0px 10px;
}

.imagen-3-pulgadas {
  border: 1px solid rgba(180, 180, 180, 0.5);
}

.contenedor-footer {
  width: 100%;
  background: #142C4E;
}

.contenido-footer {
  max-width: 1200px;
  margin: auto;
  align-content: center;
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
  background: none;
}

.imagen-logo {
  width: 150px;
  margin: auto;
  text-align: center;
}

.redes-logo a i {
  font-size: 15px;
  padding: 10px 10px;
}

.texto-logo {
  color: white;
}

.texto-logo p {
  font-size: 13px;
  padding: 10px 0px;
}

.about {
  width: 220px;
}

.titulo-bomba-60-hz {
  color: white;
  font-size: 15px;
  width: 70px;
  padding: 10px 0px;
  border-bottom: 3px solid rgb(231, 160, 5);
}

.titulo-contenido-enlaces-rapidos {
  color: white;
  padding: 10px 0px;
  font-size: 15px;
  width: 130px;
  border-bottom: 3px solid rgb(231, 160, 5);
}

.titulo-contactanos {
  color: white;
  padding: 10px 0px;
  width: 70px;
  border-bottom: 3px solid rgb(231, 160, 5);
}

.about a {
  color: white;
  font-size: 13px;
}

.contenedor-bomba-60-hz {
  width: 220px;
}
.contenedor-bomba-60-hz a {
  color: white;
  font-size: 13px;
  padding: 5px 0px;
  display: block;
}

.contenido-titulo-bomba-60-hz {
  padding: 20px 0px;
}

.contenido-titulo-enlaces-rapidos {
  padding: 20px 0px;
}

.contenido-tituli-contactanos {
  padding: 20px 0px;
}

.contenedor-enlaces-rapidos {
  width: 220px;
}
.contenedor-enlaces-rapidos a {
  color: white;
  font-size: 13px;
  padding: 5px 0px;
  display: block;
}

.contenedor-contactanos {
  width: 220px;
}
.contenedor-contactanos a {
  color: white;
  font-size: 13px;
  padding: 5px 0px;
  display: block;
}

.contenedor-copy {
  width: 100%;
  background: #0D213A;
}

.titulo-copy {
  width: 100%;
  text-align: center;
}

.titulo-copy p {
  color: white;
  font-size: 12px;
  padding: 10px 0px;
}

.contenedor-menu-responsive {
  display: none;
}

.container-menu-and-product {
  width: 100%;
  height: auto;
}

.content-menu-and-product {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin: auto;
}

.content-menu {
  width: 300px;
  position: sticky;
  left: 0;
  top: 47px;
  z-index: 999;
  height: 100%;
  /*
      width: 300px;

      border: 1px solid blue;
  */
}

.menu-title {
  padding: 15px 15px;
  background: #265AB0;
  display: flex;
  justify-content: space-between;
}

.menu-title h3 {
  color: white;
  font-size: 14px;
}

.menu-title p {
  color: white;
  opacity: 0;
}

.content-bomba-sumergible-normal {
  padding-left: 10px;
}

.content-motor-bomba-sumergible {
  padding-left: 10px;
}

.content-bombas-multietapa-normal {
  padding-left: 10px;
}

.content-centrifuga-etapa-multiple-residuales-normal {
  padding-left: 10px;
}

.content-bomba-agua-solar-normal {
  padding-left: 10px;
}

.content-controlador-normal {
  padding-left: 10px;
}

.content-bomba-sumergible-normal-six {
  padding-left: 10px;
}

.content-motor-sumergible-normal-six {
  padding-left: 10px;
}

.content-bomba-multietapa-normal-six {
  padding-left: 10px;
}

.content-bomba-centrifuga-etapas-multiples-normal-six {
  padding-left: 10px;
}

.content-bomba-agua-solar-normal-six {
  padding-left: 10px;
}

.content-contralador-normal-six {
  padding-left: 10px;
}

.list-50hz {
  display: none;
  height: 500px;
  overflow-y: scroll;
}

.list-50hz ul li {
  margin: 10px 0px;
}

.list-60hz {
  display: none;
  height: 400px;
  overflow-y: scroll;
}

.container-giftProduct {
  margin-top: 120px;
  text-align: center;
  width: 100%;
  background-image: url(../img/giftProduct/giftProduct.gif);
  height: 150px;
  background-size: cover;
}

.content-giftProduct {
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-giftProduct h3 {
  font-size: 30px;
}

.content-product {
  max-width: 850px;
  width: 100%;
}

.container-3-pulgadas-imagen {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  position: relative;
}

.imagen-3-pulgadas {
  width: 300px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  position: relative;
}

.arrows {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 50px;
  left: 0;
}

.arrows-izquierda i {
  font-size: 15px;
  display: flex;
  align-items: center;
  background: rgba(100, 100, 111, 0.2);
  border-radius: 50%;
  width: 40px;
  color: white;
  height: 40px;
  justify-content: center;
  cursor: pointer;
}

.arrows-derecha i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: white;
  width: 40px;
  height: 40px;
  background: rgba(100, 100, 111, 0.2);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}

.container-zoom {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  align-items: center;
  z-index: 8;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content-zoom {
  display: flex;
  width: 400px;
  margin: auto;
  align-items: center;
  height: inherit;
  overflow: hidden;
}

@keyframes locos {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.content-zoom img {
  /*
  width: 100%;
  */
  width: 400px;
  height: 400px;
}

.closer {
  position: absolute;
  top: 10px;
  right: 0;
  color: rgba(61, 61, 61, 0.719);
  padding: 5px 25px;
  font-size: 30px;
  cursor: pointer;
}

.closer:hover {
  transform: scale(115%);
  transition: 0.3s linear;
}

#g1 {
  height: 300px;
  width: 300px;
  z-index: 5;
  display: block;
}

#g2 {
  height: 300px;
  width: 300px;
  z-index: 5;
  display: none;
}

#g3 {
  height: 300px;
  width: 300px;
  z-index: 5;
  display: none;
}

#g4 {
  height: 300px;
  width: 300px;
  z-index: 5;
  display: none;
}

#g5 {
  height: 300px;
  width: 300px;
  z-index: 5;
  display: none;
}

.zoom {
  top: 20px;
  position: absolute;
  right: 20px;
  z-index: 5;
  color: rgba(61, 61, 61, 0.719);
  font-size: 25px;
  cursor: pointer;
}

.zoom:hover {
  transform: scale(115%);
  transition: 0.3s linear;
}

.imagen-3-pulgadas img {
  width: 100%;
}

.content-3-pulgadas-text {
  width: 350px;
  text-align: left;
  padding: 10px 0px;
}

.title-3-pulgadas-text h2 {
  text-align: center;
  line-height: 30px;
  font-size: 15px;
}

.buy-3-pulgadas-text {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.buy-3-pulgadas-text p {
  margin-right: 20px;
  padding: 8px 25px;
  font-size: 15px;
}

.text-mensaje {
  background: #FFF;
  border: 1px solid rgb(9, 196, 9);
}

.text-mensaje a {
  color: rgb(9, 196, 9);
}

.text-mensaje:hover {
  background: #e7ebf7;
}

.text-comprar {
  background: #359be9;
}

.text-comprar:hover {
  background: #198ce4;
}

.text-comprar a {
  color: white;
}

.otras-imagen-3-pulgadas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px 0px;
}

#otra-imagen {
  padding: 0px 3px;
  cursor: pointer;
}

#otra-imagen > img:hover {
  border: 2px solid red;
}

#otra-imagen img {
  width: 70px;
  border: 1px solid rgba(180, 180, 180, 0.5);
}

.container-especificaciones {
  width: 100%;
  margin-top: 10px;
}

.content-list-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content-list-product div {
  margin-bottom: 30px;
}

.content-title-especificaciones {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px 10px;
}

.content-especificaciones-contenido {
  display: flex;
}

.container-especificaciones-contenido {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.content-especificaciones-title {
  border-top: 2px solid #0887BA;
  width: 25%;
}

.content-especificaciones-title h2 {
  font-size: 14px;
  padding: 10px 10px;
  text-align: center;
  color: #0887BA;
}

.background-especificaciones-title {
  width: 75%;
  height: auto;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background: #EFEFEF;
}

.especificaciones-logo-contents {
  width: 100%;
  text-align: center;
}

.especificaciones-logo-contents img {
  width: 150px;
}

.series {
  margin: 20px 20px;
  color: white;
  background: #1760BF;
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
}

#grande {
  margin: 20px 20px;
  color: white;
  background: #1760BF;
  width: 50%;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
}

.imagen-descripcion-product {
  margin: 40px 0px;
}

.imagen-descripcion-product img {
  width: 100%;
}

.acomodar-text {
  text-align: left;
  margin-bottom: 30px;
}

.caracteristica {
  font-size: 15px;
  padding: 0px 10px;
}

.especificaciones-descripcion p {
  font-size: 12px;
  padding: 0px 5px;
}

.title-product {
  width: 100%;
}
.title-product h3 {
  font-size: 25px;
  font-family: sans-serif;
  padding: 15px 25px;
}

.list-product {
  padding: 15px 15px;
}

.title-50hz {
  padding: 15px;
  font-size: 14px;
  display: flex;
  color: gray;
  justify-content: space-between;
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.title-50hz p {
  font-size: 11px;
}

.list-50hz {
  padding: 0px 3px;
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.list-50hz ul li {
  margin: 15px 12px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.list-50hz ul li a {
  color: gray;
  font-size: 14px;
}

.fa-chevron-down {
  font-size: 11px;
}

.fa-circle {
  font-size: 3px;
}

.title-60hz {
  padding: 15px;
  font-size: 14px;
  display: flex;
  color: gray;
  justify-content: space-between;
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.title-60hz p {
  font-size: 11px;
}

.list-60hz {
  padding: 0px 3px;
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.list-60hz ul li {
  margin: 15px 12px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.list-60hz ul li a {
  color: gray;
  font-size: 14px;
}

.title-down-product {
  padding: 5px 0px;
  text-align: center;
  font-size: 14px;
}

.list-product-img {
  width: 270px;
}

.content-pagination {
  padding: 0px 15px;
}

.PaginationOne {
  background: #2669BF;
}
.PaginationOne a {
  color: white;
}

.paginationTwo {
  border: 1px solid rgba(100, 100, 111, 0.2);
}

.paginationTwo a {
  color: gray;
}

#space-pulgades {
  margin: 5px 0px;
  z-index: 9;
}

.comprar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.space-buy {
  width: 89%;
  font-size: 13px;
  padding: 5px 0px;
  text-align: center;
  background: white;
}

.space-icon {
  font-size: 20px;
  width: 10%;
  text-align: center;
}

.container-parrafo-linear {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.content-parrafo-linear {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 15px 10px;
}

.content-parrafo-linear a {
  color: black;
}

.content-parrafo-linear h3 {
  font-size: 13px;
}

.content-parrafo-linear p {
  font-size: 13px;
  margin: 0px 7px;
}

.container-pagination {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
}

.content-pagination {
  display: flex;
  justify-content: right;
  max-width: 1200px;
  margin: auto;
}

.content-pagination p {
  padding: 5px 10px;
  margin: 0px 5px;
  font-size: 13px;
}

#space-pulgades:hover {
  transition: 0.3s all ease-in-out;
  box-shadow: rgba(212, 212, 212, 0.5) 0px 0px 0px 5px;
  background: rgba(212, 212, 212, 0.5);
}

.space-buy {
  color: #427296;
  border: 1px solid rgba(209, 209, 209, 0.5);
}

.space-icon {
  background: #1F6AAD;
  color: white;
}

@media (max-width: 1020px) {
  .content-3-pulgadas-imagen {
    width: 100%;
  }
  .content-3-pulgadas-text {
    width: 100%;
  }
  .buy-3-pulgadas-text {
    justify-content: flex-start;
    cursor: pointer;
  }
  .title-3-pulgadas-text h2 {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .container-parrafo-linear {
    width: 100vw;
  }
  .title-50hz {
    font-size: 12px;
    padding: 10px 15px;
  }
  .title-60hz {
    padding: 10px 15px;
    font-size: 12px;
  }
  .list-50hz {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  .list-60hz {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
}
@media (max-width: 800px) {
  .titulo-bombas-entregamos {
    width: 100%;
  }
  .titulo-bombas-entregamos h3 {
    text-align: center;
  }
  .texto-bombas-entregamos {
    width: 100%;
  }
  .texto-bombas-entregamos h3 {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .contenedor-lenguagues {
    display: none;
  }
  .contenido-contenedor-lenguagues {
    display: none;
  }
}
@media (max-width: 800px) {
  .contenedor-menu-responsive {
    width: 100vw;
    height: 100vh;
    /* para que no se coma los ultimos menus */
    position: fixed;
    z-index: 99999999999999;
    display: block;
    background: white;
    overflow-y: scroll;
    /* para ocultarlo a la derecha y usarlo en js */
    left: -100vw;
    top: 50px;
    transition: 0.5s all ease-in-out;
    /* para tener un pequeño scroll  en una pantalla super pequeña*/
  }
  .contenido-menu-responsive {
    margin: 20px auto;
  }
}
@media (max-width: 800px) {
  .contenedor-logo {
    width: 100vw;
    height: 70px;
    top: 50px;
  }
  .contenido-logo {
    width: 100%;
    padding: 5px 0px;
  }
  .logo-acec {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .logo-acec img {
    width: 80px;
  }
  .logo-acec p {
    width: 200px;
  }
  .logo-mastra {
    display: none;
  }
}
@media (max-width: 800px) {
  .contenedor-menu-normal {
    display: none;
  }
}
@media (max-width: 800px) {
  .contenedor-video {
    width: 100%;
  }
  .contenido-video {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .texto-sub {
    width: 300px;
    margin: auto;
  }
  .texto-sub input {
    width: 200px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .texto-sub input {
    font-size: 12.8px;
  }
}
@media (max-width: 800px) {
  .contenido-footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .contenido-elegirnos {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .titulo-elegirnos h3 {
    font-size: 15px;
    width: 100%;
  }
  .titulo-elegirnos {
    width: 100%;
  }
  .texto-elegirnos {
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .contenido-elegirnos-foto {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .foto-elegirnos img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .contenido-elegirnos-foto {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .foto-elegirnos img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .contenedor-experiencia {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .titulo-bombas-entregamos h3 {
    width: 100%;
    font-size: 14px;
  }
  .texto-bombas-entregamos p {
    width: 100%;
    font-size: 13px;
  }
  .contenido-ver-mas button {
    width: 100px;
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .titulo-confiable h2 {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .contenido-confiable p {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .imagen-logo img {
    width: 90px;
  }
}
@media (max-width: 800px) {
  .contenedor-menu-titulo {
    position: fixed;
    top: 0;
    left: 0;
    background: #0511F2;
    width: 100vw;
    z-index: 1010;
    cursor: pointer;
    height: 50px;
  }
  .contenedor-menu-titulo {
    display: flex;
    padding: 20px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-menu-titulo h3 {
    font-size: 12px;
  }
  .icono {
    display: none;
  }
  .icono i {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .menu-responsive {
    overflow-x: scroll;
  }
  .menu-responsive li {
    display: block;
    padding: 20px 20px;
    border-bottom: 0.5px solid rgba(209, 209, 209, 0.5);
  }
  .menu-responsive li a {
    color: gray;
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .contenido-menu-titulo {
    display: flex;
    width: 90px;
    align-items: center;
    justify-content: space-between;
  }
  .contenido-menu-titulo h3 a {
    color: white;
  }
  .icono a {
    color: white;
  }
}
@media (max-width: 800px) {
  .titulo-menu-responsive p i {
    color: white;
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  .contenido-imagen-peru img {
    width: 25px;
  }
}
@media (max-width: 800px) {
  .container-giftProduct {
    height: 100px;
  }
  .content-giftProduct {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-giftProduct h3 {
    padding: 0px;
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .imagen-peru-responsive {
    display: block;
    display: flex;
    width: 70px;
    height: auto;
    align-items: center;
    justify-content: space-between;
  }
  .contenido-imagen-peru {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 800px) {
  .buscar-contenido a i {
    color: white;
    font-size: 15px;
    display: none;
  }
}
@media (max-width: 800px) {
  .titulo-fabrica h3 {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .numeros {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .experiencia p span {
    font-size: 15px;
    margin: 0px 5px;
  }
  .experiencia p {
    font-size: 14px;
  }
  .patente p span {
    font-size: 15px;
    margin: 0px 5px;
  }
  .patente p {
    font-size: 14px;
  }
  .paises p span {
    font-size: 15px;
    margin: 0px 5px;
  }
  .paises p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .contenido-footer {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .texto-carrusel {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .boton-elegirnos button {
    width: 100px;
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .iconos-izquierda {
    display: none;
  }
}
@media (max-width: 800px) {
  .contenedor-redes-bottom {
    width: 100vw;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #5E88BF;
    z-index: 999999;
    display: flex;
  }
  .contenido-redes-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .redes-bottom {
    width: 30%;
    text-align: center;
    cursor: pointer;
    z-index: 99999999;
  }
  .redes-bottom a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    cursor: pointer;
  }
  .redes-bottom a i {
    width: 100%;
    cursor: pointer;
  }
  .redes-bottom a button i {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .redes-bottom {
    margin: 0px 2px;
    height: 100%;
  }
  .redes-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    width: 100%;
  }
  .redes-bottom:nth-child(odd) {
    background-color: #0759e7;
  }
  .redes-bottom button {
    width: 100%;
    margin: auto;
    background: none;
    border: none;
    outline-style: none;
    height: inherit;
  }
  .redes-bottom a i {
    font-size: 25px;
    color: white;
  }
  .title-container-product {
    display: flex;
    justify-content: space-between;
  }
  .sub-titulo {
    padding: 20px 0px;
    display: flex;
    padding-left: 10px;
    display: none;
    cursor: pointer;
    color: gray;
    font-weight: normal;
  }
  .sub-titulo h3 {
    font-size: 14px;
  }
  .fa-chevron-down {
    font-size: 12px;
  }
  .content-titulo-six {
    display: flex;
    justify-content: space-between;
  }
  .subProductos ul li a {
    font-size: 14px;
  }
  .subProductos ul li {
    padding: 15px 20px;
  }
  .title-contaier-product {
    display: flex;
    justify-content: space-between;
  }
  .six {
    display: none;
    cursor: pointer;
  }
  .five {
    display: none;
    cursor: pointer;
  }
  .subBombaSumergibleFive {
    display: flex;
    justify-content: space-between;
  }
  .subBombas {
    display: none;
  }
  .subMotor {
    display: none;
  }
  .subbombaMultietapas {
    display: none;
  }
  .subCentrifugaMultiples {
    display: none;
  }
  .subBombaAguaSolar {
    display: none;
  }
  .subControlador {
    display: none;
  }
  .subSumergiblesSix {
    display: none;
  }
  .subMotorSumergibleSix {
    display: none;
  }
  .subBombaMultietapaSix {
    display: none;
  }
  .subCentrifugaMultiplesSix {
    display: none;
  }
  .subBombaAguaSolarSix {
    display: none;
  }
  .subControladorSix {
    display: none;
  }
  #titleSubBomba {
    display: flex;
    justify-content: space-between;
  }
  #titleSubMotor {
    display: flex;
    justify-content: space-between;
  }
  #titleSubBombaMultietapa {
    display: flex;
    justify-content: space-between;
  }
  #subBombaCentrifugaEtapaMultiples {
    display: flex;
    justify-content: space-between;
  }
  #subSistemaBombasAguaSolar {
    display: flex;
    justify-content: space-between;
  }
  #subControlador {
    display: flex;
    justify-content: space-between;
  }
  #subBombaSumergibleSix {
    display: flex;
    justify-content: space-between;
  }
  #subMotorSumergibleSix {
    display: flex;
    justify-content: space-between;
  }
  #subBombaMultietapaSix {
    display: flex;
    justify-content: space-between;
  }
  #subBombaCentrifugaEtapaMultiplesSix {
    display: flex;
    justify-content: space-between;
  }
  #subSistemaBombasAguaSolarSix {
    display: flex;
    justify-content: space-between;
  }
  #subControladorSix {
    display: flex;
    justify-content: space-between;
  }
  .container-menu-and-product {
    margin-top: 0px;
  }
  .content-menu-and-product {
    display: flex;
    flex-direction: column;
  }
  .content-menu {
    width: 100%;
    position: sticky;
    left: 0;
    top: 50px;
    z-index: 999999999;
    height: auto;
  }
  .list-product {
    display: flex;
  }
  .content-product {
    width: 100%;
  }
  .content-list-product {
    display: flex;
  }
  #space-pulgades {
    width: 160px;
  }
  .list-product-img {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .content-menu-and-product {
    padding: 0px 0px;
  }
  .title-down-product {
    font-size: 12px;
  }
  .space-buy {
    width: 100%;
  }
  .space-icon {
    width: 100%;
  }
  .menu-60hz {
    display: block;
    background-color: #fff;
  }
  .menu-50hz {
    display: block;
    background-color: #fff;
    display: none;
  }
  .title-product {
    width: 100%;
    text-align: center;
  }
  .title-product h3 {
    font-size: 14px;
    border-bottom: 1px solid rgba(209, 209, 209, 0.5);
    padding: 10px 0px;
    margin: 10px 0px;
    text-transform: uppercase;
  }
  .lenguague-local-hora {
    display: none;
  }
  .menu-title {
    width: 100%;
    padding: 10px 15px;
  }
  .menu-title p {
    opacity: 1;
  }
  .content-parrafo-linear {
    width: 100%;
  }
  .content-parrafo-linear a h3 {
    font-size: 11px;
  }
}
@media (max-width: 411px) {
  #space-pulgades {
    width: 160px;
  }
  .lenguague-local-hora {
    display: none;
  }
}
@media (max-width: 360px) {
  #space-pulgades {
    width: 145px;
  }
  .space-buy {
    font-size: 11px;
  }
  .space-icon {
    height: auto;
  }
  .lenguague-local-hora {
    display: none;
  }
}
@media (max-width: 411px) {
  .container-3-pulgadas-imagen {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid transparent;
    width: 370px;
  }
  .content-3-pulgadas-imagen {
    width: 100%;
  }
  .content-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .otras-imagen-3-pulgadas {
    width: 80%;
    margin: 10px auto;
  }
  #otra-imagen img {
    width: 50px;
  }
  .content-3-pulgadas-text {
    width: 100%;
  }
  .title-3-pulgadas-text {
    width: 100%;
  }
  .title-3-pulgadas-text h2 {
    font-size: 15px;
  }
  .buy-3-pulgadas-text {
    width: 100%;
  }
  .container-especificaciones {
    width: 100%;
  }
  .content-title-especificaciones {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .content-title-especificaciones p {
    margin: 10px 0px;
  }
  .content-especificaciones-title {
    width: 70%;
  }
  .background-especificaciones-title {
    width: 30%;
  }
  .especificaciones-logo-contents {
    margin: 20px 0px;
  }
  .especificaciones-logo-contents img {
    width: 100px;
  }
  .especificaciones-logo-contents p {
    font-size: 15px;
  }
  .series {
    font-size: 16px;
    width: 50%;
    margin: auto;
  }
  #grande {
    font-size: 16px;
    width: 70%;
  }
  .container-zoom {
    width: 100%;
    top: 28px;
    left: 0px;
  }
  .content-zoom {
    width: 100%;
    border: 1px solid transparent;
  }
  .content-zoom img {
    border: 1px solid transparent;
  }
  .arrows {
    padding: 0px 10px;
  }
  .arrows-izquierda {
    background: transparent;
    border-radius: 50%;
  }
  .arrows-derecha {
    background: transparent;
    border-radius: 50%;
  }
  .arrows-izquierda i {
    font-size: 15px;
    width: 40px;
    height: 20px;
  }
  .arrows-derecha i {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 411px) {
  .container-title-img {
    width: 100%;
  }
  .titulos {
    width: 45%;
  }
  .manager {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .imagenes img {
    width: 50px;
  }
  .titulos p {
    font-size: 10px;
  }
  .img-manager img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .img-manager p {
    font-size: 10px;
  }
  .contact-manager {
    width: 100%;
    border-radius: 10px;
  }
  .contact-manager p {
    font-size: 10px;
    margin: 9px 0px;
  }
  .logo-preload img {
    width: 60px;
  }
  .logo-preload p {
    font-size: 10px;
  }
  .circulo {
    width: 20px;
    height: 20px;
  }
  .logo-preload .letra-cargando p {
    font-size: 12px;
  }
  .content-preload {
    -o-object-fit: cover;
       object-fit: cover;
    background-position: left;
  }
}
@media (max-width: 360px) {
  .container-title-img {
    width: 100%;
  }
  .titulos {
    width: 45%;
    height: 350px;
  }
  .manager {
    width: 45%;
    height: 350px;
    display: flex;
    flex-direction: column;
  }
  .imagenes img {
    width: 50px;
  }
  .titulos p {
    font-size: 9px;
    margin: 3px 0px;
  }
  .img-manager img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .img-manager p {
    font-size: 9px;
    margin: 2px 0px;
  }
  .contact-manager {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 10px;
  }
  .contact-manager p {
    font-size: 10px;
    margin: 3px 0px;
  }
  .logo-preload img {
    width: 60px;
  }
  .logo-preload p {
    font-size: 10px;
  }
  .circulo {
    width: 20px;
    height: 20px;
  }
  .logo-preload .letra-cargando p {
    font-size: 12px;
  }
  .content-preload {
    -o-object-fit: cover;
       object-fit: cover;
    background-position: left;
  }
}
@media (max-width: 360px) {
  .container-3-pulgadas-imagen {
    flex-wrap: wrap;
    width: 330px;
  }
  .content-3-pulgadas-imagen {
    width: 100%;
    justify-content: center;
  }
  .content-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .otras-imagen-3-pulgadas {
    width: 100%;
    margin: auto;
  }
  #otra-imagen img {
    width: 50px;
  }
  .content-3-pulgadas-text {
    width: 100%;
  }
  .title-3-pulgadas-text {
    width: 100%;
  }
  .title-3-pulgadas-text h2 {
    font-size: 12px;
    text-align: center;
  }
  .buy-3-pulgadas-text {
    margin: auto;
    width: 300px;
  }
  .container-especificaciones {
    width: 100%;
  }
  .content-title-especificaciones {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .content-title-especificaciones p {
    margin: 10px 0px;
  }
  .content-especificaciones-title {
    width: 70%;
  }
  .background-especificaciones-title {
    width: 30%;
  }
  .especificaciones-logo-contents {
    margin: 20px 0px;
  }
  .especificaciones-logo-contents img {
    width: 100px;
  }
  .especificaciones-logo-contents p {
    font-size: 12px;
  }
  .series {
    font-size: 16px;
    width: 50%;
    margin: auto;
  }
  #grande {
    font-size: 16px;
    width: 70%;
  }
  .container-zoom {
    width: 100%;
    top: 28px;
    left: 0px;
  }
  .content-zoom {
    width: 100%;
    border: 1px solid transparent;
  }
  .content-zoom img {
    border: 1px solid transparent;
  }
  .arrows {
    padding: 0px 10px;
  }
  .arrows-izquierda {
    background: transparent;
    border-radius: 50%;
  }
  .arrows-derecha {
    background: transparent;
    border-radius: 50%;
  }
  .arrows-izquierda i {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
  .arrows-derecha i {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=styles.css.map */