@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");

@font-face {
  font-family: "ArticulatCF-ExtraBold";
  src: url("ArticulatCF-ExtraBold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArticulatCF-Regular";
  src: url("ArticulatCF-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArticulatCF-Light";
  src: url("ArticulatCF-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArticulatCF-ExtraLight";
  src: url("ArticulatCF-ExtraLight.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("Gilroy-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArticulatCF-Heavy";
  src: url("ArticulatCF-Heavy.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArticulatCF-DemiBold";
  src: url("ArticulatCF-DemiBold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArticulatCF-Bold";
  src: url("ArticulatCF-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Variables CSS */
:root {
  --medium-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  --color-principal: #2e3092;
  --amarillo-pagina: #fcee21;
  --blanco-pagina: #ffffff;
  --gris-pagina: #f1f1f1;
  --negro-pagina: #3e3e3e;
  --color-sitio2: #509f4e;
  --color-texto: white;
  --fuente-sitio: "Karben", sans-serif;
  --fuente-sitio2: "Karben", sans-serif;
  --fuente-sitio3: "ArticulatCF-Regular", sans-serif;
  --fuente-sitio4: "ArticulatCF-ExtraBold", sans-serif;
  --fuente-sitio5: "Gilroy-Bold", sans-serif;
  --fuente-sitio6: "ArticulatCF-Heavy", sans-serif;
  --fuente-sitio7: "ArticulatCF-DemiBold", sans-serif;
  --fuente-sitio8: "ArticulatCF-Bold", sans-serif;
  --fuente-sitio9: "ArticulatCF-ExtraLight", sans-serif;
  --fuente-sitio10: "ArticulatCF-Light", sans-serif;

  --transicion: all 0.3s ease;
}

/* CSS reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Century Gothic", "Didact Gothic", sans-serif;
}

img {
  max-width: 100%;
  /*border-radius:15px;*/
}
/* Parallax Scrolling */
/*.parallax{
	position: absolute;
	top: 0;
	left: 0;
}*/

.fondo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 100%;
  opacity: 0.5;
}
.fondo1 {
  left: 0;
  top: 1%;
}
body {
  /* background: #fff; */
  background: #efefef;
  overflow-x: hidden;
}
/* Header */
header {
  width: 100%;
  height: 17%;
  position: fixed;
  z-index: 900;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: #243a44 !important; */
  top: 0;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0.1s;
}

.header-cel-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 /*.listado .content-product {*/
 /*    justify-content:space-between;*/
 /*}*/
.header-first-row {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0rem 2rem;
  background-color: var(--blanco-pagina);
}
/* .header-first-row .logoMenu {
 
} */
.header-first-row .logoMenu {
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-first-row .logoMenu a {
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-first-row .logoMenu a img {
  width: 100%;
}
.header-first-row .buscador {
  width: 40%;
  padding-right: 2.5rem;
  position: relative;
}
.header-first-row .buscador input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: none;
  box-shadow: var(--medium-shadow);
  color: #757575;
  outline: none; /* Removed border when clicked */
  padding-left: 10px;
}

.header-first-row .buscador input::placeholder {
  color: #a9a9a9;
  padding-left: 10px;
  /* background-color: red; */
}

.header-first-row .buscador button {
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  height: 100%;
  display: flex;
  /* display: none; */
  justify-content: center;
  align-items: center;
  border: none;
  background-color: var(--color-principal);
  border-radius: 20px;
  z-index: 10;
  margin-right: 2.5rem;
  cursor: pointer;
}

.header-first-row .header-redes {
  width: 33%;
  /* padding-left: 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-first-row .header-redes .header-email {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-first-row .header-redes a {
  color: var(--color-principal);
  font-size: 0.9rem;
}
.header-first-row .header-redes .header-icon-container {
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--amarillo-pagina);
  margin-right: 10px;
}
.header-first-row .header-redes .header-cel {
  display: flex;
  justify-content: center;
  align-items: center;
  height:50px;
}
.header-first-row .header-redes .header-cel .header-cel-numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height:100%;
  padding: 3px 0px;
  
}
.header-first-row .header-redes .header-cel .header-cel-numbers span a {
  font-size: 0.9rem;
  color: var(--color-principal);
  line-height: 1rem;
}
.header-first-row .header-redes .header-cel .header-cel-numbers span {
  font-size: 0.9rem;
  color: var(--color-principal);
  line-height: 1rem;
}

.header-second-row {
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0rem 28rem;
  background-color: var(--color-principal);
}

.menu-ppal .activo > a > span {
  /* background: linear-gradient(to right, #aac148, #509f4e); */
  color: var(--amarillo-pagina);
  font-family: var(--fuente-sitio4);
}

.menu-ppal li a > span {
  color: #ffffff;
  font-family: var(--fuente-sitio9);
  /* font-size: 0.8rem; */
  font-weight: 500;
}
.menu-ppal li {
    width: 20%;
  list-style-type: none;
  margin: 0;
  transition: all linear 0.1s;
  position: relative;
}
/*.menu-ppal li a::before {*/
/*  content: "|";*/
/*  width:1px;*/
/*  height: 100%;*/
/*  background-color: #ffffff;*/
/*  color:#ffffff;*/
/*}*/
.menu-ppal li a::before {
    content: "|";
    height: 100%;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-ppal li:last-child::before {
  content: "";
  /* display: block; */
  display: none;
  width: 35px !important; /* ajusta el ancho según sea necesario */
  height: 35px !important; /* ajusta la altura según sea necesario */
  margin-bottom: 20px;
  background-image: url("/fotos/Image/pse-icon.png");
  background-size: cover;
  background-color: transparent;
  position: absolute;
  top: -3px;
  left: 73px;
}

.camera_target_content {
  position: relative !important;
  width: 100%;
  height: 100%;
}

.camera_target_content .cameraContents {
  width: 100%;
  height: 100%;
}
.camera_target_content .cameraContents .cameraContent {
  width: 100%;
  height: 100%;
}
.camera_target_content .cameraContents .ei-title {
  width: 100%;
  height: 100%;
  font-size: 1.2rem !important;
  position: relative !important;
  overflow: visible !important;
}
.camera_target_content .cameraContents .ei-title .categoria-cards-container {
  position: absolute;
  /*top: 300px;*/
}

.descripcion-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.descripcion-container .descripcion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 67%;
  text-align: center;
  padding-left: 11.4rem;
  /*padding-top: 13rem;*/
  padding-top: 7rem;
}
.descripcion-container .descripcion h2 {
  font-family: var(--fuente-sitio3);
  font-size: 2.7rem;
  font-weight: 200;
}
.descripcion-container .descripcion h1 {
  font-family: var(--fuente-sitio6);
  font-size: 3.7rem;
  font-weight: 200;
  color: var(--amarillo-pagina);
  line-height: 3rem;
}
.descripcion-container .descripcion p {
  font-family: var(--fuente-sitio3);
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 3rem;
}
.descripcion-container .descripcion a {
  text-align: center;
  font-family: var(--fuente-sitio7);
  font-size: 1.5rem;
  font-weight: 100;
  color: var(--color-principal);
  background-color: var(--blanco-pagina);
  border: none;
  border-radius: 34px;
  width: 276px;
  height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}


.descripcion-container-abrasivos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.descripcion-container-abrasivos .descripcion-abrasivos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    width: 100%;
    text-align: center;
    padding-left: 48.4rem;
  padding-top: 8rem;
}
.descripcion-container-abrasivos .descripcion-abrasivos h2 {
     font-family: var(--fuente-sitio3);
    font-size: 2.3rem;
    font-weight: 200;
}
.descripcion-container-abrasivos .descripcion-abrasivos h1 {
     font-family: var(--fuente-sitio6);
    font-size: 3.7rem;
    font-weight: 200;
    color: var(--amarillo-pagina);
    line-height: 2rem;
}
.descripcion-container-abrasivos .descripcion-abrasivos p {
     font-family: var(--fuente-sitio3);
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 1rem;
}
.descripcion-container-abrasivos .descripcion-abrasivos a {
  text-align: center;
  font-family: var(--fuente-sitio7);
  font-size: 1.5rem;
  font-weight: 100;
  color: var(--color-principal);
  background-color: var(--blanco-pagina);
  border: none;
  border-radius: 34px;
  width: 446px;
  height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

.descripcion-container-quimicos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.descripcion-container-quimicos .descripcion-quimicos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    width: 100%;
    text-align: center;
    /*padding-left: 48.4rem;*/
  padding-top: 5rem;
}
.descripcion-container-quimicos .descripcion-quimicos h2 {
  font-family: var(--fuente-sitio3);
  font-size: 3.7rem;
  font-weight: 200;
}
.descripcion-container-quimicos .descripcion-quimicos h1 span {
    font-family: var(--fuente-sitio6);
    font-size: 3.7rem;
    font-weight: 200;
    color: var(--amarillo-pagina);
    line-height: 2rem;
}
/*.descripcion-container-quimicos .descripcion-quimicos h1 span{
    font-family: var(--fuente-sitio6) !important;
}*/
.descripcion-container-quimicos .descripcion-quimicos p {
  font-family: var(--fuente-sitio3);
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 2rem;
}

.descripcion-container-quimicos .descripcion-quimicos a {
  text-align: center;
  font-family: var(--fuente-sitio7);
  font-size: 1.5rem;
  font-weight: 100;
  color: var(--blanco-pagina);
  background-color: var(--color-principal);
  border: none;
  border-radius: 34px;
  width: 388px;
  height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

.descripcion-container-industrial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.descripcion-container-industrial .descripcion-industrial {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 61%;
    text-align: center;
    padding-left: 0rem;
    padding-top: 7rem;
}
.descripcion-container-industrial .descripcion-industrial h2 {
  font-family: var(--fuente-sitio3);
  font-size: 3.7rem;
  font-weight: 200;
}
.descripcion-container-industrial .descripcion-industrial h1 {
  font-family: var(--fuente-sitio6);
    font-size: 3.7rem;
    font-weight: 200;
    color: var(--amarillo-pagina);
    line-height: 3rem;
}
.descripcion-container-industrial .descripcion-industrial p {
  font-family: var(--fuente-sitio3);
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 3rem;
}

.descripcion-container-industrial .descripcion-industrial a:first-child {
      width: 72%;
    margin: 0 auto;
  margin-bottom: 7px;
}

.desc-buttons {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 0 7rem;
}

.descripcion-container-industrial .descripcion-industrial a {
  text-align: center;
  font-family: var(--fuente-sitio7);
  font-size: 1.5rem;
  font-weight: 100;
  color: var(--color-principal);
  background-color: var(--blanco-pagina);
  border: none;
  border-radius: 34px;
  width: 276px;
  height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

#p-destacados {
  overflow: visible;
}
#p-destacados .contenidos {
  position: relative;
  padding-top: 59px;
}
.categoria-cards-container {
  position: absolute;
  display: flex;
  /*top: -299px;*/
  /*left: -533px;*/
  /*top: -140%;*/
  top: -256%;
  
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 253px;
  max-height:253px;
  justify-content: center;
  gap: 16px;
  padding: 0 2%;
}
.categoria-cards-container .categoria-card {
  width: 18%;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 39px 72px;
  text-align: center;
  box-shadow: var(--medium-shadow);
}
.categoria-cards-container .categoria-card img {
  /*height: 143px;*/
  max-height: 100px;
}
.categoria-cards-container .categoria-card span {
  font-family: var(--fuente-sitio7);
  font-size: 1.2rem;
}
.categoria-cards-container .categoria-card a {
    
  /*font-size: 1.2rem;*/
  font-size: 0.9rem;
  position: relative;
}

.categoria-cards-container .categoria-card:first-child .vercategoria::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/fotos/Image/flecha_abajo_amarilla.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: -23px;
}
.categoria-cards-container .categoria-card:nth-child(2) .vercategoria::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/fotos/Image/flecha_abajo_azul.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: -23px;
}
.categoria-cards-container .categoria-card:nth-child(3) .vercategoria::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/fotos/Image/flecha_abajo_amarilla.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: -23px;
}
.categoria-cards-container .categoria-card:nth-child(4) .vercategoria::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/fotos/Image/flecha_abajo_azul.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: -23px;
}
.categoria-cards-container .categoria-card a:hover {
  text-decoration: none;
}
.categoria-cards-container .categoria-card:nth-child(odd) {
  background-color: var(--color-principal);
  color: var(--blanco-pagina);
}
.categoria-cards-container .categoria-card:nth-child(even) {
  background-color: var(--amarillo-pagina);
  color: var(--color-principal);
}
.categoria-cards-container .categoria-card:first-child a {
  color: var(--blanco-pagina);
}
.categoria-cards-container .categoria-card:nth-child(2) a {
  color: var(--color-principal);
}
.categoria-cards-container .categoria-card:nth-child(3) a {
  color: var(--blanco-pagina);
}
.categoria-cards-container .categoria-card:nth-child(4) a {
  color: var(--color-principal);
}
#categorias--destacados {
  display: none;
}
.categorias--separador {
  display: none;
}
#ofertas--destacados {
  display: none;
}
#productos--destacados {
  font-family: var(--fuente-sitio6);
  font-size: 1.8rem;
}
.blog-container {
  background-color: var(--color-principal);
  min-height: 68vh;
  box-shadow: var(--medium-shadow);
  margin-bottom: 20px;
  border-radius: 30px;
}
.resumen-container {
  height: 252px;
  background-color: var(--blanco-pagina);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resumen-container .delimitador-resumen {
  height: 135px;
}
.resumen-container .delimitador-resumen p {
  color: var(--negro-pagina);
  font-family: var(--fuente-sitio3);
}
.formulario3 {
        margin-top: 50px;
  background-color: #1d1d1b;
  z-index: 100;
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  /* padding-bottom: 40px; */
  /* align-items: center;   */
}
.formulario3 .contactanos-info {
  width: 30%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center;   */
  padding-top: 50px;
  gap: 10px;
}
.formulario3 .contactanos-info h2 {
  align-self: flex-start;
  font-family: var(--fuente-sitio6);
  font-size: 1.3rem;
  color: var(--blanco-pagina);
}
.formulario3 .contactanos-info .contactanos-field {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  display: flex;
}
.formulario3 .contactanos-info #contactanos-field {
  height: 90px;
}
.formulario3 .contactanos-info #contactanos-field .contact-text {
  padding: 0 10px;
}
.formulario3 .contactanos-info .contactanos-field .contactanos-icon-container {
  width: 7%;
  height: 100%;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background-color: var(--amarillo-pagina);
  display: flex;
  justify-content: center;
  align-items: center;
}
.formulario3 .contactanos-info .contactanos-field .contact-text {
  width: 61%;
  height: 100%;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #3e3e3e;
  display: flex;
  box-shadow: var(--medium-shadow);
  align-items: center;
}
.formulario3 .contactanos-info .contactanos-field .contact-text span {
  font-size: 1.1rem;
  color: var(--blanco-pagina);
  font-family: var(--fuente-sitio9);
  margin-left: 10px;
}
.formulario3 .contactanos-info .contactanos-field .contact-text span a {
  /*font-size: 1.1rem;*/
  color: var(--blanco-pagina);
  font-family: var(--fuente-sitio9);
  /*margin-left: 10px;*/
}
.formulario3
  .contactanos-info
  .contactanos-field
  .contactanos-icon-container
  img {
  height: 19px;
  max-width: 22px;
}
.formulario3 .contactanos-map {
  height: 55vh;
  width: 35%;
  padding: 2% 0%;
}
.formulario3 .contactanos-map .map-space {
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 600px;
}
.formulario3 .contactanos-map .map-space iframe {
  height: 90%;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: contain;
}
.formulario3 .contactanos-map .map-space .map-space-description {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3e3e3e;
}
.formulario3 .contactanos-map .map-space .map-space-description span {
  color: var(--blanco-pagina);
  font-size: 1.1rem;
  font-family: var(--fuente-sitio3);
}
.whatsapp--botones > span {
  font-family: var(--fuente-sitio3);
}
.producto-detalle-banner {
  position: relative;
  width: 100vw;
  height: 46vh;
  background-image: url("/imagenes/banner-productos-generales.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.producto-detalle-banner h3 {
  font-size: 6rem;
  color: var(--blanco-pagina);
  font-family: var(--fuente-sitio6);
}
.abajo .container {
  margin: 0px 0px;
}
.abajo .container ::before .row .col-md-4 {
  padding: 0px 0px !important;
}
.titulo-contacto {
  padding: 30px 0px;
}

/* #mostrar-filtro-precio span {
  color: #243a44 !important;
} */
.empresa-banner--container {
  padding-top: 50px !important;
}
/*pantalla portatil */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
   .background-paginator .cell_disabled span {
            padding-top: 4px;
    }
    /*#post-23 .container .row-fluid {*/
    /*    min-height: 88vh;*/
    /*}*/
    .descripcion-container .descripcion {
      padding-top: 6rem;
    }
  .busqueda-productos-container {
    height: 53px !important;
  }
  .busqueda-filtrada-productos input::placeholder {
    font-size: 0.8rem;
  }
  .header--submit-filter > button > img {
    top: 8px !important;
    right: 8px !important;
    max-height: 15px;
  }
  #mostrar-filtro-precio {
    border: none;
    background-color: #ffffff;
    border-radius: 20px;
    min-width: 15%;
    color: #243a44;
    cursor: pointer;
    padding: 5px 59px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  .product--title-container {
    width: 90% !important;
  }
  .product--title-container h3 {
    font-size: 1rem !important;
  }
  #paginacion {
    justify-content: space-between !important;
  }
  .background-paginator .cell_disabled span {
    /*padding: 0 !important;*/
  }
  .paginacion div > span {
    font-size: 0.7rem !important;
  }
  .paginacion div > button {
    font-size: 0.7rem !important;
  }
  .banner-productos-generales > h1 {
    top: 131px !important;
    left: 499px !important;
    font-size: 4rem !important;
  }
  .sub-title-blog {
    top: -534px !important;
    left: 159px !important;
    padding-top: 0px !important;
  }
  .header-first-row {
    padding: 0rem 10rem;
  }
  .header-first-row .buscador {
    width: 40%;
    padding-left: 1rem;
  }
  .header-first-row .buscador input {
    height: 30px;
    font-size: 0.8rem;
  }
  .header-first-row .buscador button {
    height: 30px;
  }
  .header-first-row .header-redes {
    width: 40%;
  }
  .header-first-row .header-redes .header-icon-container {
    min-width: 25px;
    min-height: 25px;
  }
  .header-first-row .header-redes a {
    font-size: 0.7rem;
  }
  .header-first-row .header-redes .header-cel .header-cel-numbers span a {
    font-size: 0.8rem;
  }
  .header-first-row .header-redes .header-cel .header-cel-numbers span {
    font-size: 0.8rem;
  }
  .header-second-row {
    padding: 0rem 20rem;
  }
  .menu-ppal li::before {
    right: -56px;
  }
  .menu-ppal li a > span {
    font-size: 0.9rem;
  }
  .menu-ppal .activo > a > span {
    font-size: 0.9rem;
  }
  .categoria-cards-container {
    /*left: -270px;*/
    top: -50%;
    height: 280px;
  }
  .categoria-cards-container .categoria-card {
    width: 18%;
  }
  .categoria-cards-container .categoria-card img {
    height: 80px;
  }
  .categoria-cards-container .categoria-card span {
    font-family: var(--fuente-sitio7);
    font-size: 1.1rem;
  }
  .categoria-cards-container .categoria-card a {
    font-size: 0.8rem;
  }
  #post-2 #cabezote {
    padding-top: 88px !important;
    height: 585px !important;
  }
  .descripcion-container .descripcion h2 {
    font-size: 2.3rem;
  }
  .descripcion-container .descripcion h1 {
    font-size: 3.7rem;
    line-height: 2.5rem;
  }
  .descripcion-container .descripcion p {
    font-size: 1.1rem;
    line-height: 1rem;
  }
  .descripcion-container .descripcion a {
    width: 203px;
    height: 27px;
    font-size: 1rem;
  }
  .categoria-cards-container .categoria-card:first-child a::after {
    top: 5px;
  }
  .categoria-cards-container .categoria-card:nth-child(2) a::after {
    top: 5px;
  }
  .productos-destacados {
    width: 75.7vw;
  }
  .item-product-buttons a:first-child {
    height: 38px;
    border-radius: 14px !important;
  }
  .item-product-buttons a:first-child {
    height: 38px !important;
    font-size: 1rem !important;
  }
  .item-product-buttons .item-boton-whatsapp {
    height: 38px !important;
  }
  .item-product-buttons .item-boton-whatsapp {
    border-radius: 14px !important;
    width: 17px;
    height: 17px;
  }
  .item-product-buttons .item-boton-whatsapp img {
    height: 26px !important;
    width: 26px !important;
  }
  .blog-container {
    width: 57% !important;
  }
  
  /*.slick-track {*/
  /*  padding:0rem 10rem !important;    */
  /*}*/
  
  #blog .slick-track {
    width: 1307px !important;
    padding: 0rem 10rem !important;
    gap: 0;
    width: 1307px !important;
    /* max-height: 40vh; */
  }
  #blog .slick-initialized .slick-slide {
    width: 50% !important;
    display: block !important;
  }
  #blog .slick-initialized .slick-slide > div {
    display: flex;
    justify-content: center;
  }
  #blog .slick-track {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding: 0 130px;
  }
  .blog-container {
    width: 100% !important;
    max-height: 78vh;
  }
  #blog .imagenA img {
    max-height: 279px !important;
  }
  #blog .campos {
    margin: 0 !important;
    max-width: none !important;
  }
  #blog h3 {
    padding: 0.6rem 3rem !important;
  }
  #blog .campos h3 > a {
    font-size: 1.2rem;
  }
  .resumen-container {
      height: 298px;
    /*height: 204px;*/
    /*padding: 16px 23px;*/
        padding: 15px 23px 45px 15px;
  }
  .resumen-container .delimitador-resumen {
    height: 91px;
  }
  .resumen-container .delimitador-resumen p {
    font-size: 0.8rem;
  }
  #blog .campos .ver-mas {
    font-size: 1rem !important;
    height: 35px !important;
    width: 34% !important;
        margin: 15px 0px 55px 0px;
    padding: 10px;
  }
  .formulario3 .contactanos-info h2 {
    font-size: 1.2rem;
  }
  .formulario3 .contactanos-info .contactanos-field .contact-text span a {
    font-size: 0.8rem;
  }
  .formulario3 .contactanos-info .contactanos-field .contact-text span {
    font-size: 0.8rem;
  }
  .formulario3
    .contactanos-info
    .contactanos-field
    .contactanos-icon-container
    img {
    height: 15px;
  }
  .productos-destacados {
    padding-bottom: 0px !important;
  }
  .item .item-product-title-container h3 {
    font-size: 1rem !important;
  }
  .botonWhatsapp {
    width: 120px !important;
    height: 28px !important;
    padding-left: 13px !important;
  }
  .whatsapp--botones span {
    font-size: 0.8rem !important;
  }
  .whatsapp--icono {
    bottom: 9px !important;
  }
  #blog .slick-initialized .slick-slide {
    padding-bottom: 47px !important;
  }
  .contenerdor--redes-general {
    top: 82% !important;
    height: 108px !important;
  }
  .contenerdor--redes-general > a {
    width: 35px !important;
    height: 35px !important;
  }
  .contenerdor--redes-general > a > img {
    height: 67% !important;
  }
  .menu-ppal li:last-child::before {
    width: 30px !important;
    height: 30px !important;
  }
  .footer--credentials {
    font-size: 0.7rem !important;
  }
  .footer--credentials a {
    font-size: 0.7rem !important;
  }
  .empresa-banner--container h1 {
    font-size: 4rem !important;
  }
  .empresa-container h3 {
    font-size: 1rem !important;
  }
  .empresa-container p {
    font-size: 0.8rem !important;
  }
  .empresa-historia-quienes h3 {
    font-size: 1rem !important;
  }
  .empresa-historia-quienes p {
    font-size: 0.8rem !important;
  }
  .empresa-historia {
    /*padding-left: 185px;*/
  }
  .empresa-quienes {
    padding-right: 170px !important;
  }
  #post-47 .empresa-container-general {
    height: 143vh !important;
  }
  .formulario3 .contactanos-map {
    height: 79vh !important;
  }
  .background {
      height:auto;
    /*height: 85.5vh !important;*/
  }
  .info-producto p {
    padding-bottom: 0px !important;
    font-size: 1.1rem;
  }
  .agrandar {
    bottom: 65px !important;
  }
  .product-buttons-container-carrito {
    margin-top: 30px !important;
  }
  #botonCotizar a {
    border-radius: 15px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-right: 132px !important;
    padding-left: 67px !important;
    font-size: 1.3rem !important;
  }
  .productimgcontainer .sliderProductos {
    height: 91% !important;
  }
  .productos-categorias .content-product {
    min-width: 225px !important;
    min-height: 267px !important;
    max-height: 267px !important;
  }
  #post-23 .container .row-fluid {
    min-height: 115vh !important;
  }
  .contenidoMatriz {
    display: flex !important;
    gap: 10px !important;
  }
  #post-17 .listado {
    min-width: 495px !important;
  }
  #post-17 .listado .campos > h3 {
    padding: 10px 28px !important;
  }
}
.sticky {
  background: rgba(255, 255, 255, 255);
  opacity: 1;
}
.logo.esconder {
  opacity: 0;
  padding: 1% 2%;
}
header img {
  transition: all 0.4s ease;
}
header a > img {
  width: 70%;
  /* float: ; */
}
header .logoMenu > img {
  width: 254px;
}
header .buscar {
  display: flex;
  gap: 10px;
  padding: 0;
  width: 100%;
  z-index: 1;
  justify-content: space-between;
}
header .buscar input {
  /* display: inline; */
  width: 18%;
  height: 30px;
  background: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 0.7rem;
}
header .buscar input:focus {
  /* background: inherit; */
  outline: none;
}

.header--submit-filter {
  position: relative;
  width: 23%;
  height: 100%;
}
.header--submit-filter input {
  width: 100% !important;
  height: 100%;
  background: var(--color-principal);
  border: none;
  border-radius: 20px;
  font-size: 0.7rem;
}
.header--submit-filter > button > img {
  position: absolute;
  top: 10px;
  right: 17px;
  z-index: 50;
  cursor: pointer;
}
/* Menú */
.menuP {
  display: block;
  position: fixed;
  top: 5px;
  right: 3%;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  cursor: pointer;
  background: transparent;
  color: #fff;
  line-height: 8px;
  z-index: 200;
  border: none;
}
.menuP:focus {
  outline: none;
}
.menuP span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  transition: background 0s 0.3s;
  width: 60%;
  margin: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.menuP span::before,
.menuP span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.menuP span::before {
  top: -9px;
  transition-property: top, transform;
}
.menuP span::after {
  bottom: -9px;
  transition-property: bottom, transform;
}
/* Menú abierto */
.menuP.activo span {
  background: none;
}
.menuP.activo span::before {
  top: 0;
  transform: rotate(45deg);
}
.menuP.activo span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menuP.activo span::before,
.menuP.activo span::after {
  transition-delay: 0s, 0.3s;
}
.menu {
  -moz-user-select: none;
  background: rgba(0, 147, 3, 0.7);
  min-height: 0px;
  opacity: 0;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0.1s;
  width: 100%;
  /* z-index: -10; */
  overflow: hidden;
}
.menu .logoMenu {
  display: block;
  margin: 20px auto 0 auto;
  width: 200px;
}
/* .menu .logoMenu>img{
  width: 100px;
} */
.menu-abierto {
  opacity: 1;
  min-height: 100%;
  z-index: 150;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header--first-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-ppal {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  max-width: 300px;
  font-size: 1em;
}

.menu-ppal li ul {
  /*left:250px;*/
  width: 260px;
  display: none;
  position: absolute;
  top: inherit;
  background: rgba(0, 147, 3, 0.7);
  text-align: left;
  padding: 0;
}
.menu-ppal li ul a {
  width: 100%;
}
.menu-ppal li a {
  text-decoration: none !important;
  vertical-align: middle;
  width: 100%;
  display: block;
  background: transparent;
  transition: all linear 0.1s;
  z-index: 900;
}

.menu-ppal li:hover:not(.activo) a {
  color: #509f4e !important;
}
.menu-ppal .activo a {
  color: #fff !important;
  text-decoration: none;
}
.logo {
  font-size: 0;
  z-index: 100;
  max-width: 100%;
  border-radius: 50% !important;
  padding: 1.1rem !important;
  background: #fff !important;
  margin: -2rem 0 -3rem 0 !important;
  position: relative;
  top: 0.5rem;
  z-index: 0;
}
.logo img {
  transition: all 0.4s ease;
  vertical-align: middle;
  border-radius: 50% !important;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.sticky .logo {
  padding: 0 !important;
  width: 0;
  height: 0;
  margin: 0 !important;
  top: 0rem;
}
.sticky .logo img {
  width: 0;
  height: 0;
}
@media (min-width: 683px) {
  .menu-responsive-container {
    display: none;
  }
}
@media (min-width: 768px) {
  .menuP {
    display: none;
  }
  .menu {
    position: static;
    opacity: 1;
    width: 100%;
    height: auto;
    overflow: visible;
    background: none;
    margin-top: 11px;
  }
  .menu .logoMenu {
    display: none;
  }
  .menu-ppal {
    margin: 0;
    max-width: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu-ppal li {
    display: inline-block;
    /*padding: 0 12px;*/
  }
  /* .menu-ppal li a {
    font: bold 1.1em "Century Gothic", "Didact Gothic", sans-serif;
  } */
  .contactos,
  .contactos form,
  .abajo .videoWrapper {
    height: 100% !important;
  }
}
.menu-ppal li a:hover {
  text-decoration: underline;
}
.menu-ppal li:hover ul {
  display: block;
}
.menu-ppal li ul li {
  float: none;
  display: block;
}
.menu-ppal li img {
  display: inline-block;
  vertical-align: middle;
}
#map {
  display: none;
}
@media (min-width: 48em) {
  #map {
    display: block;
    width: 100%;
    height: 450px;
  }
}
#map img {
  max-width: none;
}
.principal {
  position: relative;
  background: #fff;
  padding-top: 100px;
}
/* Servicios */
.productos {
  background: #fff;
  position: relative;
  padding: 4% 0;
  overflow: hidden;
}
.productos h1,
.productos p {
  position: relative;
}
.productos h2 {
  text-align: center;
  line-height: 1em;
  overflow: hidden;
  padding: 11px;
  font-size: 1.5em;
  white-space: normal;
}
.productos a.imagen,
.contenidos a.imagen {
  overflow: hidden;
  position: relative;
  height: 264px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
  border-radius: 50%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.36);
  transition: box-shadow 0.1s linear;
  perspective: 1px;
  margin: auto;
}
.productos a.imagen:after {
  position: absolute;
  top: -68%;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
}
.wide {
  position: relative;
}
.wide span {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 171px;
  height: 73px;
  z-index: 1;
}
.contenidos h3 {
  color: #176eb5;
}
.contenidos a.imagen {
  width: 281px;
}
.productos a.imagen img,
.contenidos a.imagen img {
  bottom: -100%;
  height: 100%;
  left: -100%;
  margin: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -100%;
  top: -100%;
  transition: all 0.15s linear 0s;
}
.productos div span:hover {
  box-shadow: none;
}
.productos .texto {
  background: #0092da;
  border-radius: 5px;
  padding: 20px;
  width: 235px;
  margin: -60px auto auto auto;
  white-space: normal;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 1.3em;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.36);
}
.productos .link {
  color: #fff;
  font: bold 5em "Century Gothic", "Didact Gothic", sans-serif;
  margin: -30px auto auto auto;
  display: block;
  width: 130px;
  position: relative;
  text-align: center;
}

.camera_prev {
  background-color: transparent !important;
}
.camera_prev > span {
  background: url(../imagenes/camera_skins.png) no-repeat 0 -81px #414040 !important;
  border-radius: 100%;
  margin-left: 30px;
}
.camera_next {
  background-color: transparent !important;
  margin-right: 30px;
}
.camera_next > span {
  background: url(../imagenes/camera_skins.png) no-repeat -40px -81px #414040 !important;
  background-color: #414040 !important;
  border-radius: 100%;
}

.camera_pag {
  display: none;
}

.paginacion {
  background-color: #3e3e3e !important;
  height: 57px;
  display: flex;
  justify-content: end;
  padding: 10px;
  position: relative;
}
#post-17 .paginacion {
  background-color: transparent !important;
}

#post-254 .fullwrap_moudle {
  background-color: #f1f1f1;
}

.politicas-titulo {
  font-family: var(--fuente-sitio8);
  color: var(--color-principal);
  font-size: 2rem;
}
.politicas-contenido p {
  font-family: var(--fuente-sitio10);
}
.politicas-contenido p > strong {
  color: #3e3e3e;
  font-size: 1.1rem;
  font-family: var(--fuente-sitio7);
}
.paginacion div {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  border-radius: 20px !important ;
  gap: 23px;
  max-width: 374px;
}
.paginacion div > span {
  color: var(--blanco-pagina);
}
.paginacion .paginator--container {
  display: flex;
  align-items: center;
  color: #243a44;
  font-size: 0.8rem;
  padding-left: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  /* margin-right: 20px; */
}
.background-paginator {
  width: auto;
  background-color: #ffffff;
  display: flex;
  width: 21%;
  min-width: 21%;
}
.background-paginator .cell_disabled span {
  /*padding-left: 20px;*/
  /*padding-right: 10px;*/
}
.arrow-group {
  display: flex;
  justify-content: space-between;
}
/* .cameraContents {
  display: none;
} */
.camera_target_content::after {
  display: none;
}

/* staff */
.staff {
  background: #002038;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.staff h1 {
  background: #001331;
  color: #fff;
  padding: 5px 2%;
  text-align: left;
  margin-bottom: 10px;
}
.staff .division {
  padding: 0 1%;
  position: relative;
}
.staff a.imagen {
  border-radius: 5px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  perspective: 1px;
  background: #000;
}
.staff a.imagen img {
  height: auto;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.staff article {
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease 0s;
  font-size: 1.2em;
}
.staff h2 {
  font-size: 1em;
  margin-top: 5px;
}
.staff h3 {
  font-size: 1em;
  color: #fff;
}
.staff a.imagen:hover img {
  transform: rotate(-5deg) scale(1.2);
  opacity: 0.5;
}
.staff a.imagen:hover article {
  opacity: 1;
  transform: scale(1);
}
.staff .quehacemos {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  padding: 0 10%;
  margin-top: 20px;
}
.staff .quehacemos h1 {
  color: #00a0df;
  text-align: center;
  background: none;
  font-size: 1.8em;
}
@media (min-width: 48em) {
  .staff .division {
    display: inline-block;
    width: 30%;
    position: relative;
  }
}
.mapa {
  position: relative;
}
.mapa iframe {
  display: block;
}
/*Contactos*/
/*Pie de página*/
footer {
  background: #ffffff;
  width: 100%;
  position: relative;
  color: #000;
  font-size: 1.1em;
  text-transform: uppercase;
}

.footer-top--container {
  padding: 0 20vw;
}

footer .container {
  max-width: 100%;
}
footer .genkins {
  font-weight: bold;
  font-size: 1.2rem;
}

.footer--sede > span > div > img {
  height: 16px;
  width: 16px;
}
.footer--sede > a > span > div > img {
  height: 16px;
  width: 16px;
}
.footer--sede > a > div > img {
  height: 16px;
  width: 16px;
}

.footer--icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcee21;
  border-radius: 100%;
  margin-right: 10px;
}

.footer--sede > span {
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  font-family: var(--fuente-sitio4);
}
.footer--sede > a {
  display: flex;
  margin-left: 0;
  font-weight: 800;
  font-size: 0.8rem;
}

.footer-categoria {
  font-weight: 800;
  color: #243a44;
}

@media (max-width: 756px) {
  .footer-links--container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer--sede {
    margin-bottom: 10px;
  }
  .footer--credentials {
    text-align: center;
  }
  
  .mt-5 {
      margin-top: 5rem !important;
  }
}

.footer--credentials {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #ffffff;
  font-size: 0.8rem;
  background-color: #3e3e3e;
  padding: 10px;
  padding-bottom: 10px;
}
.footer--credentials a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--amarillo-pagina);
  font-size: 0.8rem;
  gap: 10px;
}

.footer--direccion {
  margin-left: 33px;
  font-size: 0.8rem;
  font-weight: lighter !important;
}

@media (min-width: 48em) {
  .abajo .contactos .formulario3 h2 {
    color: #fff;
  }
}
footer a {
  color: #000;
  /* margin: 0px 0px 0px 2%; */
}
footer a:hover {
  text-decoration: underline;
}
.mapaNavegacion {
  overflow: hidden;
  font-size: 1em;
  background: #ed790e;
  position: relative;
  padding-top: 15px;
}
.mapaNavegacion h2 {
  color: #252525;
  margin-bottom: 3px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}
.mapaNavegacion ul {
  list-style: none;
  padding: 0;
}
.mapaNavegacion ul li:before {
  content: "\2014\a0";
  color: #252525;
}
.mapaNavegacion ul li a {
  color: #252525;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1em;
}
.mapaNavegacion ul li a:hover {
  text-decoration: underline;
}
.creditos {
  text-align: right;
}
.imagenLista {
  height: 180px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.lista {
  width: 100%;
  padding: 1% 2%;
}
@media (min-width: 48em) {
  .imagenLista {
    height: 220px;
    width: 25%;
    float: left;
  }
  .lista {
    width: 73%;
    min-height: 220px;
    float: left;
  }
}
.imagenLista img {
  bottom: -100%;
  left: -100%;
  margin: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -100%;
  top: -100%;
  width: 100%;
}
.imagenInterna {
  margin-bottom: 11px;
}
.contenidoInterno {
  padding-top: 5%;
  position: relative;
  height: auto;
  background: #efefef;
}
.contenidoInterno h1 {
  /* color: #b4c834; */
  margin-bottom: 11px;
}

.politicas-de-privacidad {
    margin-top:80px;
}
.imagenInterna {
      display:none;
  /*  float: left;*/
  /*  margin: 0 11px 11px 0;*/
  /*  width: 33.3%;*/
  /*  position: relative;*/
  }
.contenidoInterno h2 {
  color: #000;
}
/* .container .link {
  padding: 6px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 0.7rem;
  background: linear-gradient(to right, #aac148, #509f4e);
  color: #fff;
  font-size: 1.2rem;
  min-width: 121px;
  text-align: center;
} */
.clear {
  clear: both;
}
div.productos {
  border-radius: 5px;
  height: 250px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  div.productos {
    float: left;
    width: 33%;
  }
}
div.productos img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  /*height: 100%;*/
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
div.productos a:hover img {
  transform: scale(1.05, 1.05);
}
div.productos a {
  display: block;
  overflow: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
div.productos a:hover .tituloProducto {
  background: rgba(180, 200, 52, 0.8);
}
div.productos .tituloProducto {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 5px 5px;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 11px;
  position: absolute;
  width: 100%;
  font: normal 1em "Century Gothic", "Didact Gothic", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carrito {
  height: 35px;
  width: 35px;
  min-width: 35px;
  /* text-align: center; */
  /* vertical-align: middle; */
  border-radius: 100%;
  background: #fcee21;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 0.8rem; */
  padding: 0.4rem 0.4rem;
  position: relative;
}
.carrito img {
  height: 27.2px;
}
#basketWrap {
  display: none;
  position: absolute;
  width: 260px;
  right: 0;
  top: 50px;
  padding: 11px;
  border-radius: 5px 0 5px 5px;
  background: #fff;
}
.carrito:hover #basketWrap {
  display: block;
}
.carrito h1 span {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #ffc926;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  display: inline-block;
}
.precio {
  color: #000;
  text-align: left;
}
.descripcionProducto {
  background: #fbfbfb;
  border: solid 1px #ebebeb;
  padding: 11px 5%;
  margin-top: 20px;
  border-radius: 3px;
}
.descripcionProducto h1 {
  font-size: 1.5em;
}
.tags {
  margin-top: 11px;
  clear: both;
}
.tags h2 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.cantidad {
  margin: 0 11px;
  clear: both;
  text-align: center;
  float: left;
}
#cantidad {
  text-align: center;
  height: 100%;
  width: 40px;
  vertical-align: top;
}
td.label {
  font-weight: 400;
}
.data-table {
  width: 100%;
  color: #000;
}
#giftreg-table {
  clear: both;
}
.data-table th {
  font-size: 1em;
  padding: 3px;
  border-bottom: solid 1px #0000001f;
  color: #8b9092;
  font-weight: normal;
}
.data-table th select {
  text-transform: none;
}
.data-table .padding {
  padding: 0;
}
.data-table th.wrap {
  white-space: normal;
}
.data-table th a {
  color: #000;
}
.data-table th a:hover {
  color: #999;
}
.data-table td {
  color: #384361;
  padding: 15px;
  vertical-align: middle;
}
.titulo_responsive {
  display: none;
}

.cantidadCarroCotizar,
.descuentoCotizar,
.cantidadCarro {
  width: 70px;
  text-align: left;
  padding: 0.5em 0.75em !important;
  height: 35px;
}
@media (max-width: 769px) {
  .data-table td,
  .data-table th {
    /*display: block;*/
  }
  .data-table thead {
    display: none;
  }
  .titulo_responsive {
    display: inline-block;
  }
}
.first th {
  text-align: center;
  margin-left: 10%;
}
.a-center > h4 {
  color: #243a44;
  font-size: 1rem;
  font-weight: 800;
}
.cantidad-input-carrito {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}
/* .data-table tr .first{
  height: 180px !important;
} */
.data-table thead th {
  color: #38892f;
  font-weight: bold;
}
.data-table thead th > span {
  text-transform: uppercase;
  color: #243a44;
  font-weight: 800;
  font-size: 1.3rem;
  font-family: var(--fuente-sitio4);
}
.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr.first {
  border-top: 1px solid #c1dbe4;
}
.data-table tfoot tr {
}
.data-table tbody td {
  border-bottom: 1px solid #c1dbe4;
}
.data-table tfoot td {
  padding: 15px;
}
.data-table tbody.odd tr {
}
.data-table tbody.even tr {
  background: none repeat scroll 0 0 #fcfcfc;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0 none;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}
.data-table tbody td h5.title {
  color: #444444;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.data-table tbody td .option-label {
  font-style: italic;
  font-weight: bold;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}
.imgCarro {
  width: 160px;
}
#shopping-cart-table label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}
#shopping-cart-table input[type="radio"] {
  display: none;
}
#shopping-cart-table label:before {
  content: "";
  display: inline-block;
  border-radius: 8px;

  width: 16px;
  height: 16px;

  position: absolute;
  left: 0;
  bottombottom: 1px;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
#shopping-cart-table input[type="radio"]:checked + label:before {
  content: "\2022";
  color: #f3f3f3;
  font-size: 30px;
  text-align: center;
  line-height: 18px;
}
input[disabled] {
  border: none;
  color: #000;
  background: none;
}
.cart form {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  padding: 0 0 0 15px;
}
.cart #pedido h3 {
  font-family: var(--fuente-sitio4);
}

.cart #pedido .productos-categorias {
  display: flex;
  justify-content: center;
}
.cart #pedido .productos-categorias .listado {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0.8rem 2rem;
  padding: 0.9rem;
  border-radius: 25px;
  max-width: 261px;
}
.cart #pedido .productos-categorias .listado .content-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--medium-shadow);
}

.productoC {
  margin-left: 20px;
  padding: 20px;
  margin-bottom: 32px;
  border-radius: 15px;
  background: #fff;
  width: 82%;
  position: relative;
  /* box-shadow: 1px 1px 1px rgb(0 0 0 / 30%); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-in-container {
  background-color: #ffffff;
  margin: 0px 0px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.product-in-description {
  padding: 20px;
}
.product-in-description .titulo-producto > a {
  font-family: var(--fuente-sitio4) !important;
  text-transform: uppercase;
  color: #243a44;
}
.product-in-description > p:first-child {
  color: #aaaaaa;
  margin-bottom: 0px;
}
.product-in-description .nota-product-in {
  color: #aaaaaa !important;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.product-in-description .precio span {
  font-family: var(--fuente-sitio4) !important;
  font-size: 1.4rem;
  color: #243a44;
}
.cuenta .productoC {
  padding: 15px;
  background-color: transparent;
}
.cuenta .container {
  max-width: 72vw;
  margin: 0 auto;
}

.ver-cotizacion-boton {
  background: #fcee21;
  color: #243a44;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.productoC .urlProducto {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  /* border-radius: 15px; */
}
.productoC h2 > strong {
  font-family: var(--fuente-sitio5);
  text-align: left;
  font-size: 1.1rem;
  color: #243a44;
}
.productoC h2 {
  line-height: 1rem;
}
.productoC h2 > span {
  font-family: var(--fuente-sitio3);
  text-align: left;
  font-size: 1rem;
  color: #243a44;
}
.productoC .urlProducto img {
  width: 100%;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}
.titulo-producto {
  margin: 0 0 11px 0;
}
.titulo-producto a {
  color: #000;
  font-size: 0.9em;
}
.opciones {
  margin-top: 10px;
}
.opciones ul {
  list-style: none;
  padding: 0;
}
.opciones ul {
  display: flex;
  gap: 20px;
}
.opciones ul li {
  margin-bottom: 4px;
  background: #fcee21;
  text-align: center;
  padding: 4px;
  color: #243a44;
  border: none;
  border-radius: 20px;
  /* display: inline-block; */
  width: 30%;
}
.opciones ul a {
  color: #000;
  display: block;
}
#confirmar {
  float: left;
  width: 70%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px gray;
}
#shopping-cart-table thead .a-center {
  text-transform: uppercase;
  /* margin-left: 150px; */
  color: #243a44;
  font-weight: 800;
  font-size: 1.3rem;
  font-family: var(--fuente-sitio4);
}
/* #shopping-cart-table thead .a-center:nth-child(1) {
display: none;
}
#shopping-cart-table tbody th:not(.a-center):nth-child(1) {
  display: none;
}
#shopping-cart-table tbody th:not(.a-center):nth-child(2) {
  display: none;
} */

#descuento {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}

#shopping-cart-table thead th {
  border: none;
  padding-bottom: 10px;
}
#shopping-cart-table thead th {
  border: none;
  padding-bottom: 10px;
}
#shopping-cart-table tbody th {
  border: none;
  padding-bottom: 10px !important;
}
.formularioPayu {
}
.formularioPayu .margen {
  padding: 15px;
  position: relative;
}
@media (min-width: 48em) {
  .formularioPayu .margen {
    margin: auto;
    width: 90%;
  }
}

.formularioPayu .margen input {
  height: 45px;
  width: 100%;
  border-radius: 7px;
  /* border: solid 1px #F5F5F5; */
  margin: 20px auto;
  display: block;
  /* margin-bottom: 5px; */
  padding: 5px;
  width: 260px;
  /* float: right; */
  color: white;
  font-size: 1rem;
  background-color: #38892f;
  padding: 5px 20px;
  text-decoration: none;
  box-shadow: 2px 2px 10px green;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: left;
}
.formularioPayu .margen input:hover {
  transform: scale(1.05);
}

#cmdEnviar {
  color: #fff;
  margin-top: 11px;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease;
  border-radius: 0.7rem;
}
#cmdEnviar:hover {
  transform: scale(1.05);
  font-weight: bold;
}
#total {
  color: #243a44;
}
.cart #usarDescuento {
  background: #fcee21;
  border: none;
  color: #243a44;
  text-align: center;
  border-radius: 20px;
}
.fotoProducto {
  width: 100%;
}
.fondoCarrito {
  background: #eae9e9;
  padding: 11px;
  border-radius: 3px;
  overflow: hidden;
}
.margenProducto {
  border-radius: 3px;
  border: solid 1px #dadada;
  padding: 11px;
}
/*@media (min-width: 768px) {*/
/*  .container {*/
/*    max-width: 750px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container {*/
/*    max-width: 970px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    max-width: 1170px;*/
/*  }*/
/*}*/
/*@media (min-width: 1550px) {*/
/*  .container {*/
/*    max-width: 1500px;*/
/*  }*/
/*}*/
/*@media (min-width: 1880px) {*/
/*  .container {*/
/*    max-width: 1820px;*/
/*  }*/
/*}*/
@media (min-width: 768px) {
  .container-producto {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-producto {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-producto {
    max-width: 1393px;
  }
}
.container:before,
.container:after,
.fullwidth-wrap:before,
.fullwidth-wrap:after {
  display: table;
  content: " ";
}
.container:after,
.fullwidth-wrap:after {
  clear: both;
}
.col2 .formulario3 {
  width: 100%;
}
@media (min-width: 48em) {
  .col1 {
    float: left;
    width: 75%;
    padding-right: 2%;
  }
  .col2 {
    float: left;
    width: 25%;
  }
}
.arrowback {
  background: #918e8a;
  color: #fff;
  margin-top: 11px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 5px;
  padding: 5px;
}
.noticia {
  background: rgba(180, 200, 52, 0.8);
  padding: 3% 2% 2% 2%;
  position: relative;
  width: 100%;
  color: #fff;
  border-radius: 5px;
}
.noticia h2 {
  background: #000;
  padding: 5px;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: -20px;
  text-transform: uppercase;
  color: #fff;

  border-radius: 2px;
}
.noticia h3 {
  color: #000;
  font: bold 1.2em "Century Gothic", "Didact Gothic", sans-serif;
  margin: 5px 0;
}
#galeria li {
  padding: 0 25px;
}
#galeria a.imagen {
  height: 355px;
  width: 100%;
}
/* .container h3 > a { */
/*font-family: "Gilroy-Bold", sans-serif !important;*/
/* font-family: var(--fuente-sitio5) !important; */
/*font: normal 1.5em "Century Gothic", "Didact Gothic", sans-serif;*/
/* margin-bottom: 10px; */
/*color: var(--color-sitio);*/
/* } */
.noticia .enlace {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  padding: 5px;
  font: bold 3em "Century Gothic", "Didact Gothic", sans-serif;
  text-align: center;
  line-height: 0.9em;
  right: 6%;
  border-radius: 2px;
}
@media (min-width: 48em) {
  .noticia {
    width: 34%;
    float: left;
  }
}
.relacionados {
  padding: 2%;
  overflow: hidden;
  background: #eee;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-top: 11px;
  display: flex;
}
.productoR {
  padding: 1%;
}
.productoR a {
  color: #b4c900;
}
.productoI img {
  width: 100%;
}
@media (min-width: 48em) {
  .relacionados {
    display: flex;
    flex-flow: wrap;
  }
  .relacionados:after {
    content: "";
    flex: auto;
  }
  .relacionados h2 {
    flex: 1 1 100%;
  }
  .productoR {
    width: 33.3%;
  }
}
.carousel img {
  width: 100%;
}
.carousel li {
  list-style: none;
}
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.img-lista-deseos-producto {
  border-radius: 15px;
  padding: 10px 20px;
  box-shadow: #243a443f 0px 2px 8px 0px;
  /* min-height: 80% !important; */
  max-height: 264px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-title {
  /* font-weight: 800; */
  font-family: var(--fuente-sitio4);
  color: #243a44;
  text-transform: uppercase;
}
.modal-body .container .row .col-md-8 > h3 {
  font-family: var(--fuente-sitio4);
  text-transform: uppercase;
}
/* .modal-body .container .row .col-md-4{
  display: flex;
  align-items: center;
} */
.precio-lista-deseos-producto {
  font-family: var(--fuente-sitio4);
}
.modal-content {
  border-radius: 15px;
}
.referencia-lista-deseos-producto {
  font-size: 1.5rem;
  color: #aaaaaa;
  font-size: 0.8rem;
}
.precio-lista-deseos-producto {
  font-size: 1.5rem;
  font-weight: 800;
  color: #243a44;
}
#recuperar {
  font-size: 0.8rem;
  color: #243a44;
  margin-top: 12px;
  font-weight: 800;
}

.antispam {
  display: none;
}
#categorias {
  height: 592px;
}

@media (max-width: 756px) {
  #post-227 .fullwidth-wrap .container {
    max-width: 103vw !important;
  }
  .sub-title-blog {
    top: -300px !important;
    left: 0px !important;
    font-family: var(--fuente-sitio4);
  }
  .col-md-12 .img-blog {
      margin-top: 8rem !important;
  }
  .item-container .imagenAbsoDos > img {
    max-height: 106px !important;
  }
  .ofertas-container {
    flex-direction: column;
    align-items: center;
  }
  .login .formulario3 {
    width: 100%;
    margin-left: 0;
  }

  .formulario3 h2 {
    margin-top: 15px;
  }
  .formulario3 p {
    font-size: 0.8rem;
    text-align: center !important;
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .formulario3 .flex-wrap {
    margin-left: 20px;
  }
}
/* 
#categorias>{
  height: 442px;
} */
.ofertas-product {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0.8rem 2rem;
  padding: 0.9rem;
  border-radius: 25px;
  max-width: 261px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 295px;
  height: 274px;
  background-color: #ffffff;
}

.ofertas-boton {
  padding: 5px 15px;
  font-size: 0.7rem;
  color: #243a44;
  background-color: #fcee21;
  width: 36%;
  align-self: center;
  /* margin-bottom: 30px; */
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-align: center;
  /* margin-top: 15px; */
}
/*product*/
.product-preview-wrapper {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding-bottom: 20px;
}
.slick-slider .product-preview-wrapper {
  float: left;
  margin-right: 0;
}
.four-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .four-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .four-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .four-in-row .product-preview-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .four-in-row .product-preview-wrapper {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .four-in-row .product-preview-wrapper {
    width: 25%;
  }
}
.product-carousel .slick-prev,
.product-carousel .slick-next {
  margin-top: -21px;
}
@media (max-width: 767px) {
  .product-carousel .slick-prev,
  .product-carousel .slick-next {
    /* margin-top: -72px; */
  }
}
.slick-dots li button:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 12px;
  margin-top: 1px;
}

.cliente-img--separador {
  width: 2px;
  height: 65%;
  background-color: #aaaaaa;
  margin-left: 40px;
}

.slick-prev:before,
.slick-next:before {
  color: #243a44 !important;
  opacity: 1;
  font-size: 36px;
}
@media (min-width: 768px) {
  .animated-arrows .slick-prev,
  .animated-arrows .slick-next {
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .animated-arrows .slick-prev .icon-wrap,
  .animated-arrows .slick-next .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .animated-arrows .slick-prev::before,
  .animated-arrows .slick-prev::after,
  .animated-arrows .slick-prev .icon-wrap::before,
  .animated-arrows .slick-prev .icon-wrap::after,
  .animated-arrows .slick-next::before,
  .animated-arrows .slick-next::after,
  .animated-arrows .slick-next .icon-wrap::before,
  .animated-arrows .slick-next .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .animated-arrows .slick-prev .icon-wrap::before,
  .animated-arrows .slick-prev .icon-wrap::after,
  .animated-arrows .slick-next .icon-wrap::before,
  .animated-arrows .slick-next .icon-wrap::after {
    z-index: 100;
    height: 0;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
  }
  .animated-arrows .slick-prev::before,
  .animated-arrows .slick-prev .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .animated-arrows .slick-next::before,
  .animated-arrows .slick-next .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .animated-arrows .slick-prev::after,
  .animated-arrows .slick-prev .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .animated-arrows .slick-next::after,
  .animated-arrows .slick-next .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .animated-arrows .slick-prev:hover .icon-wrap::before,
  .animated-arrows .slick-prev:hover .icon-wrap::after,
  .animated-arrows .slick-next:hover .icon-wrap::before,
  .animated-arrows .slick-next:hover .icon-wrap::after {
    height: 50%;
  }
  .animated-arrows .slick-prev:hover::before,
  .animated-arrows .slick-prev:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
  }
  .animated-arrows .slick-next:hover::before,
  .animated-arrows .slick-next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
  }
  .animated-arrows .slick-prev:hover::after,
  .animated-arrows .slick-prev:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
  }
  .animated-arrows .slick-next:hover::after,
  .animated-arrows .slick-next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
  }
}
@media (min-width: 768px) {
  .content.boxed .slick-slider:not(.nav-inside) .slick-prev,
  body.boxed .slick-slider:not(.nav-inside) .slick-prev,
  .content.boxed .slick-slider:not(.nav-inside) .slick-next,
  body.boxed .slick-slider:not(.nav-inside) .slick-next {
    opacity: 0;
  }
  .content.boxed .slick-slider:not(.nav-inside):hover .slick-next,
  body.boxed .slick-slider:not(.nav-inside):hover .slick-next,
  .content.boxed .slick-slider:not(.nav-inside):hover .slick-prev,
  body.boxed .slick-slider:not(.nav-inside):hover .slick-prev {
    opacity: 1;
  }
}
.nav-mobile .slick-prev,
.nav-mobile .slick-next {
  top: 50% !important;
  width: 22px !important;
  height: 50px !important;
  margin-top: -25px !important;
}
.nav-mobile .slick-next {
  right: 0 !important;
}
.nav-mobile .slick-prev {
  left: 0 !important;
}
.single-slider .slick-prev {
  left: 15px;
}
.single-slider .slick-next {
  right: 15px;
}
.single-slider .slick-dots {
  bottom: -35px;
}
/* OTHER VENDORS COLORS */
.slick-dots li button:before {
  color: #878787;
}
.slick-dots li.slick-active button:before {
  color: #536dfe;
}
.animated-arrows .slick-prev::before,
.animated-arrows .slick-prev::after,
.animated-arrows .slick-prev .icon-wrap::before,
.animated-arrows .slick-prev .icon-wrap::after,
.animated-arrows .slick-next::before,
.animated-arrows .slick-next::after,
.animated-arrows .slick-next .icon-wrap::before,
.animated-arrows .slick-next .icon-wrap::after {
  background: #878787;
}
.animated-arrows .slick-prev .icon-wrap::before,
.animated-arrows .slick-prev .icon-wrap::after,
.animated-arrows .slick-next .icon-wrap::before,
.animated-arrows .slick-next .icon-wrap::after {
  background: #b4c834;
}
.single-slider .slick-prev {
  left: 15px;
}
.single-slider .slick-next {
  right: 15px;
}
.single-slider .slick-dots {
  bottom: -35px;
}
.two-in-row li {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: center;
}
@media (max-width: 559px) {
  .two-in-row li {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .two-in-row li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .two-in-row li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .two-in-row li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .two-in-row li {
    width: 50%;
  }
}
.cinta {
  padding: 1% 10%;
  background: #dbdbdb;
  position: relative;
  overflow: hidden;
}
.cinta2 {
  padding: 4% 0;
  background: #dbdbdb;
  position: relative;
  overflow: hidden;
  min-height: 349px;
}
.cinta2 h2 {
  text-align: center;
  font-weight: bold;
}
.clients-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cinta2 .clients-wrap {
    width: 50%;
    float: left;
  }
}
.certificados li {
  padding: 0 11px;
}
.productoDestacado {
  position: relative;
  background: #585858;
  padding: 2% 0;
  color: #fff;
  overflow: hidden;
}
.productoDestacado h1,
.productoDestacado h2 a {
  color: #b4c834;
}
/* .descripcion {
  padding: 0 2%;
  position: relative;
} */
/* .descripcion > a {
  display: inline-block;
  margin: 11px auto;
  background: #b4c834;
  padding: 5px 7px;
  border-radius: 5px;
  color: #fff;
} */
/* .descripcion a:hover,
.productoDestacado h2 a:hover {
  text-decoration: underline;
} */
.productoDestacado a.imagen {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 48em) {
  .descripcion {
    float: left;
    width: 60%;
  }
  .productoDestacado a.imagen {
    float: left;
    width: 40%;
  }
}
.col1 a {
  color: #afc300;
}
.certificados {
  text-align: center;
}
.certificados li {
  display: inline-block;
}
.widetech {
  position: relative;
  background: #fff;
  padding: 4% 2%;
  text-align: center;
}
.widetech p {
  font-size: 1.5em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.miniatura {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  position: relative;
}
@media (min-width: 48em) {
  .miniatura {
    width: 20%;
  }
}
.miniatura img {
  width: 100%;
}
.miniatura .tituloVideo {
  position: absolute;
  width: 100%;
  padding: 11px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 0.9em "PT Sans Narrow", sans-serif;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.linkVideo {
  color: #fff;
}
.miniatura a:hover .tituloVideo {
  background: rgba(0, 0, 0, 0.9);
}
#video {
  float: left;
  width: 70%;
  padding: 11px;
}
#descripcion {
  float: right;
  width: 30%;
  padding: 11px;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666;
  z-index: 1;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e4ff00;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #afc300;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
.col-md-6,
.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 48em) {
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.3%;
    float: left;
  }
}
.campana {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 10px 0;
  padding: 0;
  border-radius: 2px;
}
.campana.staff {
  border: 1px solid #b4c834;
  text-align: left;
}
.campana .usuario {
  background: #e5e5e5;
  padding: 5px 12px;
  position: relative;
}
.campana.staff .usuario {
  background: #e4ebb5;
}
.mensajes {
  padding: 12px 15px;
}
.mensajes a {
  color: #62862e;
  text-decoration: underline;
}
.mensajes a:hover {
  text-decoration: none;
}
.fecha {
  position: absolute;
  top: 0;
  right: 0;
}
#container-inside form {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
#container-inside label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
#container-inside input {
  margin-bottom: 10px;
}
#container-inside input[type="text"],
#container-inside textarea,
#container-inside select,
#container-inside input[type="password"],
#container-inside input[type="number"],
#container-inside input[type="email"],
#container-inside input[type="file"] {
  width: 50%;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  border: none;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
}
#container-inside .cancelar {
  color: #fff;
  background: #62862e;
  width: 150px;
  border-radius: 3px;
  border: none;
  padding: 9px;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  float: left;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
}
#container-inside .action-button {
  color: #fff;
  background: #62862e;
  display: block;
  width: 150px;
  border-radius: 20px;
  margin: auto;
  border: none;
  padding: 10px;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  float: right;
}
#container-inside .control-label {
  background: #fa7618;
  color: #fff;
  font-weight: bold;
  padding: 5px 2px;
  font-size: 1.1em;
  text-align: center;
}
.pregunta {
  padding: 11px;
  border-radius: 3px;
  background: #f9f9f9;
  margin-bottom: 11px;
  border: solid 1px #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mitad {
  width: 49% !important;
}
#dia {
  width: 60px !important;
  margin-right: 5px;
}
#mes {
  width: 135px !important;
  margin-right: 5px;
}
#anio {
  width: 97px !important;
}
#cabezote .col-md-12 {
  width: 100%;
  padding: 0;
}
#post-2 #cabezote {
  padding-top: 189px;
}

@media screen and (max-width: 1199px) {
    #post-2 #cabezote {
        padding-top: 5%;
    }
    .header-second-row{
        padding: 0rem 8rem
    }
}

@media screen and (max-width: 767px) {
    .header-second-row{
        color:red;
        padding: 1rem 3rem;
    }
}

#contenidos {
  text-align: center;
  color: #000;
  font-size: 1.5em;
}
#contenidos .imagenA {
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: auto;
}
#contenidos .imagenA::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.58);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: -1px;
  width: 100%;
  border-radius: 50%;
}
#contenidos .imagenA img {
  bottom: -100%;
  height: 100%;
  left: -100%;
  margin: auto;
  max-width: none;
  min-width: 100%;
  position: absolute;
  right: -100%;
  top: -100%;
}
#contenidos h2 {
  text-align: center;
  font-size: 1.6em;
}
#contenidos h3,
#tips h3 {
  color: #e12219;
  font-size: 1.1em;
}
@media (min-width: 48em) {
  #contenidos .campos {
    padding: 2% 5%;
  }
  #contenidos .campos p,
  #tips .campos p {
    text-align: justify;
  }
  #contenidos h3,
  #tips h3 {
    font-size: 1.2em;
  }
  .listado {
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
}
.listado img {
  border-radius: 3px;
}
.listado .link {
  /* float: none;
  text-align: center;
  margin: auto 0 20px 0;
  color: #fff;
  width: 100%; */
}
.marquee0 div div,
.marquee0 a,
.marquee0 img {
  height: 100%;
}
.contenidoGeneral {
  background: #fff;
  position: relative;
  padding: 2% 0;
}
.flex {
  display: flex;
  flex-flow: wrap;
}
.thumbnail .img {
  display: block;
  max-height: 250px;
  overflow: hidden;
}
.fullwrap_moudle {
  position: relative;
  background: #fff;
}

.contactenos {
  position: relative;
}
.contactenos h2 {
  text-transform: uppercase;
  padding: 18px 2%;
  font-size: 2.3em;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 90px;
  position: absolute;
  top: -45px;
  left: 0;
  background: url(borde2.png) top left no-repeat;
  background-size: 100% 100%;
  text-align: left;
  z-index: 10;
}
.clientes {
  margin: 15px auto 20px auto;
  text-align: center;
}
.clientes .slick-slide {
  padding: 0.7rem;
}
.clientes .slide-aliados {
  /* background: #dedee0; */
  height: 11vw;
  padding: 1rem;
  border-radius: 1rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.clientes img {
  max-height: 128px;
  height: 100px;
  object-fit: contain;
  display: inline;
  margin: auto;
  filter: grayscale(100%);
}
.clientes img:hover {
  filter: grayscale(0%);
}
#imagen-home {
  padding: 2rem 0;
}
.info-producto {
  max-height: 84%;
  line-height: 1;
}
.info-producto2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-producto h2 {
  color: #8b9092;
  font-size: 3em;
}
.info-producto p {
  line-height: 1.4rem;
  color: #3e3e3e;
  font-size: 1.2rem;
  font-family: var(--fuente-sitio9);
  padding-bottom: 40px;
}
.info-producto h3 {
  color: #3e3e3e;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: var(--fuente-sitio7);
  margin-top: 20px;
}
.separador-descripcion-producto {
  width: 100%;
  height: 1px;
  background-color: #cecece;
}
.info-producto2 .precio {
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.info-producto2 .precio span {
  font: bold 1.9rem "Century Gothic", "Didact Gothic", sans-serif;
  color: #000;
  line-height: 1;
}
.info-producto2 .precio span#antes {
  text-decoration: line-through;
  font: normal 1rem "Century Gothic", "Didact Gothic", sans-serif;
}
#colores {
  margin: 0;
  text-align: center;
  padding: 0;
}
#colores li {
  display: inline-block;
  margin: 0 3px;
  position: relative;
  text-align: center;
}
#colores li .color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.botonCarro {
  text-align: right;
  line-height: 2;
}
.product-buttons-container-carrito {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 91px;
}

.cesta {
  text-align: center;
  padding: 5px;
}
/* .cesta>a>img {
  width: 25px;
} */
.cesta img {
  height: 100%;
  vertical-align: unset;
}
.info-producto2 .cesta span {
  color: #000;
  padding: 3px 3px 3px 5px;
  border-radius: 0.5rem 0 0 0.5rem;
  display: inline-block;
  background: #fe5614;
  height: 35px;
  vertical-align: middle;
}
.cesta a {
  background: var(--amarillo-pagina);
  height: 30px;
  border-radius: 20px;
  font-family: var(--fuente-sitio7);
}

#botonCotizar a {
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 162px;
  padding-left: 97px;
  line-height: normal;
  font-size: 1.4rem;
  color: var(--color-principal);
  position: relative;
}

/* .cesta a, */
.info-producto2 .back a {
  color: #fff;
  background: #fe5614;
  padding: 5px 5px 5px 3px;
  border-radius: 0 0.5rem 0.5rem 0;
  text-decoration: none;
  transition: all 0.1s ease-in;
  display: inline-block;
  height: 35px;
  vertical-align: middle;
}
.cesta a:hover,
.info-producto .back a:hover {
  transform: scale(1.05);
}
.slick-slide .cesta {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.9;
  bottom: auto;
}
.slick-slide .cesta a {
  width: 46px;
  height: 40px;
}

.info-producto2 .back a {
  background: #918e8a;
}
.info-producto2 nav .cesta a:hover {
  /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;*/
}
.formPaypal > h3 {
  font-size: 1rem;
  margin-top: 20px;
  color: #243a44;
}
.formPaypal label {
  margin-bottom: 15px;
  padding: 0 8px;
}
.ss-main .ss-single-selected {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.formPaypal input,
.formPaypal select,
.formPaypal textarea {
  border-radius: 20px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  padding: 11px 15px;
}
.copyright {
  color: #fff;
  text-align: center;
}
.total {
  position: absolute;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  bottom: 20px;
  left: 20px;
}
.carrito > img {
  width: 20px !important;
  height: 20px !important;
}
.total:hover {
  transform: scale(1.05);
}

#numero {
  color: #000;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  text-align: center;
  background: #ffffffb9;
  padding: 0px;
  padding-top: 2px;
}
.cabezote {
  position: relative;
  padding: 2% 0;
  height: 1200px;
  overflow: hidden;
  background-image: url(/imagenes/fondoCabezote.png);
  background-attachment: fixed;
}
.parallaxSeccion {
  position: absolute;
  top: 0;
  left: 0;
}
.parallaxCirculos {
  position: absolute;
  border-radius: 50%;
  height: 19vw;
  width: 19vw;
  max-width: 365px;
  max-height: 365px;
  border: solid 5px #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
#circulo1 {
  top: 40px;
  left: 7%;
  z-index: 3;
}
#circulo4 {
  top: 40px;
  right: 7%;
  z-index: 3;
}
#circulo2 {
  top: 300px;
  left: 3%;
  z-index: 2;
}
#circulo5 {
  top: 300px;
  right: 3%;
  z-index: 2;
}
#circulo3 {
  top: 510px;
  left: 9%;
  z-index: 1;
}
#circulo6 {
  top: 510px;
  right: 9%;
  z-index: 1;
}
.parallaxFixed {
  position: fixed;
  right: 0;
  left: 0;
}
.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content_wrap {
  width: 100%;
}
#servicios {
  font-size: 1.13em;
}
#ayuda h3 {
  font-weight: bold;
  padding: 0 10%;
  color: #fff;
  font-size: 2em;
}
@media (min-width: 1550px) {
  #contactos .container,
  .mapaNavegacion .container {
    max-width: 1170px;
  }
}
@media (min-width: 1880px) {
  #contactos .container,
  .mapaNavegacion .container {
    max-width: 1170px;
  }
}
.imagenA {
  /* display: block; */
}
#servicios {
  background: #fff;
  color: #243a44;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.textoServicio {
  /* width: 38%;
  position: relative;
  background: rgba(43, 115, 171, 0.8);
  margin: 5% 0 5% 5%;
  color: #fff;
  padding: 35px 11px;
  font-size: 1.2em; */
}

#servicios .contenidos {
  text-align: center;
}
#blog .contenidos {
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicios h2 {
  padding: 0.7rem 4rem;
  /* background: #dedee0; */
  /* border-radius: 2rem; */
  display: inline-block;
  font-family: var(--fuente-sitio4);
  color: #243a44;
  font-size: 2.4rem;
}

.servicios {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 756px) {
  .servicios {
    display: flex;
    flex-direction: column;
  }
  .servicios .pr-md-5,
  .servicios .px-md-5 {
    width: 100%;
  }
}

#servicios .col-md-3 {
  display: none;
}
#servicios .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicios > div {
  width: 25%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  background-color: #dadada;
  border-radius: 15px;
  min-height: 270px;
  margin-bottom: 20px;
}
.servicios .pr-md-5,
.servicios .px-md-5 {
  min-height: 280px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.servicios .pl-md-5,
.servicios .px-md-5 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* 
.servicios > div:nth-child(3) {
  margin-left: 10vw;
}
.servicios > div:nth-child(2) {
  margin-left: 14vw;
}
.servicios > div:nth-child(1) {
  margin-left: 18vw;
} */

#servicios img {
  max-width: 5.47vw;
  /*height: 5.47vw;*/
  /* position: relative; */
  /* top: 3vw; */
  /* left: 3.1vw; */
  /*width: 5.47vw;*/
  /* object-fit: contain; */
  margin-left: 10px;
  margin-top: 10px;
}
/* #servicios .imagenA {
  width: 25vw;
  height: 11.77vw;
  max-width: 100%;
  background: url(/imagenes/servicio.png);
  background-size: contain;
} */
/* .servicios > div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2rem;
  margin-left: 1.5vw;
} */

/* #servicios .campos {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
}
#servicios h3 {
  text-align: center;
  position: absolute;
  left: 12.9vw;
  top: 2.8vw;
  width: 13.2vw;
  font-size: 1.4vw;
  text-transform: uppercase;
  height: 6.2vw;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1550px) {
  #servicios h3 {
    left: 13.9vw;
  }
}
#servicios .campos p {
  text-align: justify;
  font-size: 1.18vw;
  line-height: 1;
} */
#servicios .campos > .link {
  display: none;
}
.header-first-row .header-redes a {
  font-family: var(--fuente-sitio3);
}
.header-first-row .header-redes .header-cel .header-cel-numbers span {
  font-family: var(--fuente-sitio3);
}
.display-flex {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
/* #blog {
  position: relative;
} */
/* #blog .row-fluid {
  width: 100vw;
  position: relative;
} */

/* #blog .campos{
  position: absolute;
  top: 124px;
  left: 0px;
  z-index: 10000;
} */

#blog h3 {
  text-align: center;
  padding: 2rem 7rem 1rem 7rem;
}
#servicios .col-md-12,
#blog .col-md-12,
#p-destacados .col-md-12 {
  padding: 0;
}
#p-destacados .imagenA {
  position: relative;
  display: block;
  height: 73%;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
#p-destacados .imagenA img {
  margin: auto;
  height: 50%;
  object-fit: contain;
}
.item-container .imagenA img {
  margin: auto;
  height: 110% !important;
  object-fit: contain;
}

.categoria--description {
  position: absolute;
  /* width: 98%; */
  top: 65%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categoria--description > p {
  padding: 13px 10px 0px 10px;
  font-size: 0.7rem;
  text-align: center;
  color: #243a44;
}
.margen > button {
  padding: 5px 15px;
  font-size: 0.7rem;
  color: #243a44;
  background-color: #fcee21;
  width: 40%;
  align-self: center;
  margin-bottom: 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}
.margen > button:hover {
  color: #243a44;
  background-color: #e2ff50;
}
.reticula-header {
  width: 100vw;
  height: 100%;
}
.reticula-header .first-row {
  width: 100%;
  height: 70%;
}
.reticula-header .first-row .row {
  /* max-width: 93% !important; */
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 6%;
  /* padding-left: 7%; */
}
.reticula-header .second-row .row {
  /* max-width: 93% !important; */
  /* height:100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6%;
  background-color: var(--color-principal);
}

@media (max-width: 683px) {
  .reticula-header .row {
    padding-left: 0%;
  }
}

.logoMenu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center {
  height: 100%;
}
/* .reticula-header:first-child{
max-width: 93% !important;
} */

.tab {
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  padding-top: 13px;
}
.tab li {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
  padding: 8px 16px;
  /* background: #dedee0; */
  border-radius: 2rem;
  min-width: 207px;
  max-width: 100%;
  margin: 0 5px;

  /* color: #243A44; */
}
#p-destacados .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#p-destacados .slick-slider {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
  /* width: 1179px; */
  width: 65.7vw;
  /* Modificacion chafa */
  /* height: 1000px; */
}
#p-destacados .slick-slider {
  width: 65.7vw;
}

#categorias .slick-slide .div {
  width: 80%;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#blog .imagenA img {
  min-width: 56%;
  /* max-width: 56%; */
  max-height: 450px;
  height: 70%;
}
/* #blog .imagenA:hover img {
  transform: scale(1.05);
} */
#servicios .texto {
  padding: 4%;
  border-top: solid 1px #fff;
  width: 85%;
  margin: 6% auto 0;
  color: #000;
  font-size: 1.4em;
}
#servicios h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-left: 10px;
  margin-top: 10px;
}
#servicios p {
  font-size: 0.7rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.mision-vision-campo--container > h2 {
  font-family: var(--fuente-sitio4);
}

@media (max-width: 756px) {
  .mision-vision-campo--container {
    min-width: 176px !important;
    min-height: 348px !important;
    justify-content: center !important;
  }
  .cell p {
    padding-left: 16px;
  }
  .cell h2 {
    margin-left: 10px;
    padding-right: 10px;
  }
}

.cell h2 {
  font-family: var(--fuente-sitio4) !important;
}
#servicios h3 .link {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #243a44;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--fuente-sitio4);
}
/* #blog h3 .link {
  color: #000;
  padding: 0;
  margin: 0;
  background: transparent;
  font-weight: bold;
}
#blog .ver-mas {
  color: #fff;
  margin: 0;
}
#blog .col-md-2 .link {
  display: inline-block;
  font-size: 7.2em;
}
#blog {
  text-align: center;
  background-color: #243a44;
} */

/* #blog p{
  z-index: 500000;
  max-width: 300px;
} */

/* #blog .container {
  margin: 0;
  padding: 0;
} */

/* #blog .blog {
  width: 100vw;
}
#blog .contenidos > h2 {
  color: #ffffff;
}
#blog .contenidos {
  position: absolute;
  top: 40px;
  right: 330px;
  z-index: 100;
}

#blog .imagenA {
  height: 24.1vw;
  width: 24.1vw;
} */

/* #blog .campos {
  text-align: justify;
  position: absolute;
  top: 100px;
  margin-left: 960px;
  z-index: 100000;
  font-size: 1.2em;
  line-height: 1.2em;
  max-width: 277px;
} */

/* #blog .slick-prev {
  left: 40px;
  z-index: 100;
}
#blog .slick-next {
  right: 30px;
  z-index: 100;
} */

#blog .slick-next:before {
  color: #414040 !important;
}
#blog .slick-prev:before {
  color: #414040 !important;
}

@media (min-width: 1500px) {
  /* #blog .campos {
    margin-left: 1132px;
  } */
  /* #blog .contenidos {
    right: 625px;
  } */
  .servicios > div {
    max-width: 20%;
  }
  .menu-ppal li a > span {
    font-size: 1.3rem;
  }
  header .buscar input {
    width: 18%;
  }
}
@media (max-width: 1370px) {
  #blog .campos {
    /* margin-left: 885px; */
  }
}
@media (max-width: 756px) {
  #blog {
    display: none;
  }
}

/* #blog .campos p {
  color: white;
  font-size: 0.8rem;
} */
/* #blog .campos a {
  color: #FCEE21;
  font-weight: 800;
} */
#blog .campos .ver-mas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 40px;
  color: var(--color-principal);
  background: var(--amarillo-pagina) !important;
  border-radius: 20px;
  text-align: center;
  font-size: 1.3rem;
}
#p-destacados {
  background: #efefef;
  padding: 90px 0;
}
#p-destacados .fullwidth-wrap {
  background: #efefef;
}
#categorias--destacados {
  /* background: linear-gradient(to right, #aac148, #509f4e); */
  color: #243a44 !important;
  /* font-weight: bolder !important; */
  font-family: var(--fuente-sitio3);
}
/* #p-destacados h2 {
  margin: 0;
  color: #243a44;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: var(--fuente-sitio3);
} */
.categorias--separador {
  font-size: 1.5rem;
  /* font-weight: 800; */
  color: #8f8f8f;
}

.contenidos > h2,
.contenidoInterno h2 {
  color: #444444;
  font-size: 2rem;
  margin-bottom: 2%;
  font-weight: bold;
  text-align: left;
}

#blog .contenidos > h2 {
  margin-bottom: 0%;
  padding: 3% 0;
  font-size: 2.2rem;
  font-family: var(--fuente-sitio6);
  color: var(--negro-pagina);
}

.contenidoInterno p {
  margin-bottom: auto;
}

.productos-destacados {
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #efefef;
  width: 73.7vw;
  height: 45vh;
}
.item {
  width: 24%;
  height: 100%;
  background-color: var(--blanco-pagina);
  border-radius: 20px;
  padding: 2.5rem 0rem 0rem 0rem;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-direction: column;
  box-shadow: var(--medium-shadow);
}

.item .item-product-title-container {
  width: 79%;
  height: 16%;
  min-height: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .item-product-title-container h3 {
  font-family: var(--fuente-sitio8);
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0px;
  color: var(--color-principal);
}
.item .item-product-image-container {
  width: 100%;
  min-height: 71%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .item-product-image-container img {
  height: 100%;
}
.Whatsapp-primordial {
  z-index: 100;
}
/* .producto-call-button{
  background-color: var(--amarillo-pagina);
  height: 50px;
  display: flex;
  justify-content: start;
  padding-left: 82px;
  align-items: center;
  border-radius: 20px;
  font-family: var(--fuente-sitio7);
  color: var(--color-principal);
  font-size: 1.3rem;
} */
.item-product-buttons {
  position: relative;
  width: 100%;
}
.item-product-buttons a:first-child {
  display: flex;
  width: 100%;
  background-color: var(--amarillo-pagina);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-right: 21%;
  color: var(--color-principal);
  font-family: var(--fuente-sitio7);
  font-size: 1.3rem;
  height: 53px;
}
.item-product-buttons .item-boton-whatsapp {
  position: absolute;
  width: 31%;
  height: 53px;
  background-color: var(--color-principal);
  border-radius: 20px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-product-buttons .item-boton-whatsapp img {
  width: 36px;
  height: 36px;
  max-width: none;
}

/* .grid {
  width: 100%;
  height: 100%;
  display: flex;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: 100%;
  gap: 17px;
  width: 100%;
} */
/* 

@media (max-width: 756px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}

.item {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 30px;
}

.item-container {
  position: relative;
  width: 100%;
  height: 94%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item > h3 {
  font-size: 1.5rem;
  font-family: var(--fuente-sitio3);
  font-weight: 800;
}
.item-container .destacado--buttons {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.item-container .destacado--buttons > a {
  padding: 5px 15px;
  font-size: 0.5rem;
  color: #243a44;
  background-color: #FCEE21;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  height: 32px;
  display: flex;
  align-items: center;
}
.item-container .imagenA {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}
.item-container .imagenAbso {
  position: absolute;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  top: 33%;
  left: 45%;
}
.item-container .imagenAbso > img {
  height: 224px !important;
}
.item-container .imagenAbsoDos {
  position: absolute;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  top: 20%;
  left: -25px;
}
.item-container .imagenAbsoDos > img {
  height: 224px !important;
}
.ofertas-container {
  width: 73vw;
} */

@media (min-width: 1400px) {
  /* .listado .content-product-acordion {
    height: 79% !important;
    width: 60% !important;
  } */
  .ofertas-product {
    margin-left: 214px;
  }
  .ofertas-container {
    margin-right: 184px;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1348px;
  }
  .game-changer {
    height: 64vh !important;
  }
  .item-container .destacado--buttons > a {
    padding: 5px 15px;
    font-size: 1rem;
    height: 16px;
    display: flex;
  }
}

#blog .campos {
  text-align: center;
}
#blog .campos h3 > a {
  font-family: var(--fuente-sitio6);
  font-size: 1.9rem;
  color: var(--blanco-pagina);
}



/*gigante*/
@media only screen and (min-width: 1900px) {
    .tooltip-container {
        display:none;
    }
    .nombre-producto-mobile {
        display:none;
    }
     .banner-productos-generales > h1 {
        top: 202px !important;
         left: 680px !important;
    }
    
    #post-17 .moudle.bottom-space-no {
        max-width: 75vw !important;
    }
    #post-17 .listado {
        margin-left: 73px !important;
    }
    .header-first-row { 
        padding: 0rem 14rem;
    }
    .categoria-cards-container {
        top:-172%;
    }
}
/*pantalla grande*/
/*@media only screen and (min-width: 1025px) {*/
@media only screen and (min-width: 1425px) {
    .tooltip-container {
        display:none;
    }
    .nombre-producto-mobile {
        display:none;
    }
    .paginacion div {
        max-width: 187px;
    }
    .banner-productos-generales > h1 {
        top: 171px ;
    left: 468px ;
    }
    .background-paginator {
        width: 27%;
    }
    .empresa-mision-vision {
            height: 31vh !important;
    }
     .formulario3 .contactanos-info {
            width: 38% !important;
            margin-bottom: 50px;
        }
    .resumen-container {
        height: 265px;
    }
    .header-second-row {
        width: 120%;
    }
    #blog .campos h3 > a {
     font-size: 1.3rem;
     /*padding: 2rem 5rem 1rem 5rem;*/
    }
    #blog h3 {
        max-height: 9rem;
    }
    #blog .col-md-12 {
        padding: 0rem 9rem !important;
    }
    #post-17 .moudle.bottom-space-no {
            max-width: 81vw !important;
    }
    #post-17 .listado {
        /*margin-left:73px !important;*/
        min-width: 568px !important;
    }
    #p-destacados {
        /*padding: 0px 0px;*/
    }
  .product-buttons-container-carrito--container {
    max-height: 0px !important;
  }
  #post-47 .empresa-container-general {
    /*height: 168vh !important;*/
  }
  #paginacion {
    justify-content: space-between !important;
    margin-bottom: 28px !important;
  }
  #paginacion .filtro-precio span {
    margin-left: 20px;
    color: #ffffff;
  }
  #paginacion .filtro-precio {
    display: flex !important;
    width: 32% !important;
    font-size: 0.8rem;
    justify-content: space-around;
    color: #8d8d8d;
  }
  #mostrar-filtro-precio {
    border: none;
    background-color: #ffffff;
    border-radius: 20px;
    min-width: 15%;
    color: #243a44;
    cursor: pointer;
    padding: 5px 59px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  #filtro-precio-container {
    position: absolute;
    top: -32px;
    left: 21px;
    z-index: 100 !important;
  }
  .background-paginator div {
    max-height: 32px;
  }
  #contenedor-productos-main {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  #paginacion div {
    align-items: center !important;
    gap: 10px !important;
  }

  .contenidoMatriz {
    display: flex;
    gap: 25px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .descripcion-product:nth-child(2) {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #243a44;
  }
  .precio > span > h2 {
    font-family: var(--fuente-sitio4) !important;
    font-size: 2.5rem;
  }
  .usos-y-producto--container .product-use {
    padding: 20px 0px !important;
    font-size: 1rem !important;
  }
  .usos-product-container {
    height: 60px;
  }
  .container-producto {
    /*height: 55vh;*/
  }
  .ofertas-boton {
    font-size: 1rem !important;
  }
  .ofertas-product {
    max-width: 321px !important;
  }
  .item-vertical-container .destacado--buttons {
    height: 89px !important;
  }
  .item-vertical-container .destacado--buttons > a {
    font-size: 0.8rem !important;
  }
  .item-container .destacado--buttons > a {
    padding: 5px 15px;
    font-size: 0.8rem;
    height: 32px;
    display: flex;
  }
  .margen > button {
    padding: 7px 0px;
    font-size: 1rem;
    width: 43%;
    margin-bottom: 0px;
    /*font-weigt*/
  }
  #p-destacados .slick-slide .categoria .margen {
    padding: 0px 0;
    height: 612px !important;
  }
  #blog .campos p {
    font-size: 1rem;
  }

  /* .container .link {
    font-size: 2rem;
    text-transform: uppercase;
  } */

  /* #blog .campos {
    max-width: 546px !important;
  } */
  /* .game-changer {
    height: 44vh !important;
  } */
  /* #blog .imagenA img {
    min-width: 56%;
    max-width: 40%;
    max-height: 450px;
    height: 70%;
  } */
  .servicios > div {
    max-width: 23% !important;
    min-height: 372px;
    padding: 19px;
    border-radius: 33px;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .contenerdor--redes-general {
    height: 141px !important;
    top: 83% !important;
  }
  .contenerdor--redes-general > a > img {
    /* max-width: 70px !importan}t ; */
    /* max-height: 70px !important; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  }
  #servicios h3 {
    font-size: 1.5rem;
  }
  #servicios p {
    font-size: 0.9rem;
  }
  .servicios {
    width: 1604px;
    padding-right: 201px;
    gap: 23px;
  }
  header .container {
    max-width: 1792px;
  }
  .categoria--description > p {
    padding: 30px 10px 0px 10px;
  }
  .container {
    max-width: 1435px;
  }
}
.abrir-menu-lateral {
  display: none;
}

/*pantalla cliente*/
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .listado .content-product {
            min-height: 326px !important;
            max-height:326px !important;
    }
    .contenidoMatriz {
        margin-left: 97px !important;
    }
    #post-47 .empresa-container-general {
        height: 133vh !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {

}

/* .list-group-item.boton-categoria-secundaria {
  background-color: var(--color-principal);
} */
/* media que sirve para mobile */
    @media only screen and (max-width: 600px) {
        
        .tooltip2 a {
            width:100%;
            height:100%;
             display:flex;
    justify-content:center;
    align-items:center;
                    fill: #0462df;
        }
        
        .tooltip3 a {
            width:100%;
            height:100%;
             display:flex;
    justify-content:center;
    align-items:center;
                            fill: #1db954;
        }
        
        .tooltip4 a {
            width:100%;
            height:100%;
             display:flex;
    justify-content:center;
    align-items:center;
                            fill:#DE4F59;
        }
        
        #gradiente-instagram {
  fill: url(#gradiente-instagram);
}

        #gradiente-instagram {
  fill: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}

        .tooltip-container {
        max-width: 50px;
            max-height: 50px;
            min-width: 50px;
            min-height: 50px;
        display:flex;
        justify-content:center;
        align-items:center;
      background: #1BD741;
      position: relative;
      cursor: pointer;
      font-size: 17px;
      /*padding: 1.3em 0.7em;*/
      border-radius: 50px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
    
        .tooltip-container:hover::before {
      content: "X";
      position: absolute;
      top: 28%;
      right: 27%;
      width: 20px;
      height: 20px;
      background-color: var(--color-principal);
      color: white;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s;
}
    
        .tooltip-container.hover::before {
      content: "X";
       position: absolute;
      top: 28%;
      right: 27%;
      width: 20px;
      height: 20px;
      background-color: var(--color-principal);
      color: white;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s;
}
    
        .tooltip-container:not(.hover)::before {
      opacity: 0;
      visibility: hidden;
}
    
        .tooltip-container.hover {
      background: #fff;
      transition: all 0.6s;
}
    
        .tooltip-container .text {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #fff;
      transition: all 0.2s;
}
    
        .tooltip-container.hover .text {
        display:none;
      /*fill: #fff;*/
      /*transition: all 0.6s;*/
}

        /* Estilos de los tooltips */
        
        .tooltip1 {
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #03a9f4;
          padding: 10px;
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container.hover .tooltip1 {
          top: 150%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          border-radius: 50px;
          transform: translate(-50%, -5px);
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container.hover .tooltip1:hover {
          background: #03a9f4;
          fill: #fff;
}
    
        /* Tooltip Facebook */
        
        .tooltip2 {
           max-width: 40px;
                max-height: 40px;
                min-width: 40px;
                min-height: 40px;
                display:flex;
                justify-content:center;
                align-items:center;  
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #0462df;
          /*padding: 10px;*/
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container.hover .tooltip2 {
          top: -120%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          transform: translate(-11%, 0px);
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container.hover .tooltip2:hover {
          background: #0462df;
          fill: #fff;
}
    
        /* Tooltip WhatsApp */
        
        .tooltip3 {
                max-width: 40px;
                max-height: 40px;
                min-width: 40px;
                min-height: 40px;
                display:flex;
                justify-content:center;
                align-items:center;        
          position: absolute;
          top: 100%;
          left: 44%;
          transform: translateX(80%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #1db954;
          /*padding: 10px;*/
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container.hover .tooltip3 {
          top: 10%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          transform: translate(-141%, -43px);
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container.hover .tooltip3:hover {
          background: #1db954;
          fill: #fff;
}

        /* Tooltip Discord */
        
        .tooltip4 {
           max-width: 40px;
                max-height: 40px;
                min-width: 40px;
                min-height: 40px;
                display:flex;
                justify-content:center;
                align-items:center;  
          position: absolute;
          top: 100%;
          /*left: -190%;*/
          left: -166%;
          transform: translateX(70%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #8c9eff;
          /*padding: 10px;*/
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container.hover .tooltip4 {
          top: 36%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          transform: translate(88%, 3px);
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container.hover .tooltip4:hover {
          background: #8c9eff;
          fill: #fff;
}
    
        /* Fim do tooltip Discord */
        
        /* Inicio do tooltip pinterest */
        .tooltip5 {
          position: absolute;
          top: 100%;
          left: -145%;
          transform: translateX(70%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #bd081c;
          padding: 10px;
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container:hover .tooltip5 {
          top: -78%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          transform: translate(70%, -5px);
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container:hover .tooltip5:hover {
          background: #bd081c;
          fill: #fff;
}
        /* Fim do tooltip pinterest */
    
        /* Inicio do tooltip dribbble */
        .tooltip6 {
          position: absolute;
          top: 100%;
          left: 35%;
          transform: translateX(70%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #ea4c89;
          padding: 10px;
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container:hover .tooltip6 {
          top: -79%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          transform: translate(70%, -5px);
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container:hover .tooltip6:hover {
          background: #ea4c89;
          fill: #fff;
}
        /* Fim do tooltip dribbble */
        
        /* Inicio do tooltip github */
        .tooltip7 {
          position: absolute;
          top: 100%;
          left: 39%;
          transform: translateX(70%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #000;
          padding: 10px;
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
        
        .tooltip-container:hover .tooltip7 {
          top: 104%;
          opacity: 1;
          visibility: visible;
          background: #fff;
          transform: translate(70%, -5px);
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
}
        
        .tooltip-container:hover .tooltip7:hover {
          background: #000;
          fill: #fff;
}
        /* Fim do tooltip github */
        
        /* Inicio do tooltip reddit */
        .tooltip8 {
          position: absolute;
          top: 100%;
          left: -150%;
          transform: translateX(70%);
          opacity: 0;
          visibility: hidden;
          background: #fff;
          fill: #ff4500;
          padding: 10px;
          border-radius: 50px;
          transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
          z-index: 1;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
    
        .tooltip-container:hover .tooltip8 {
      top: 101%;
      opacity: 1;
      visibility: visible;  
      background: #fff;
      transform: translate(70%, -5px);
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
}
    
        .tooltip-container:hover .tooltip8:hover {
          background: #ff4500;
          fill: #fff;
}
        /* Fim do tooltip reddit */
        
        /* Inicio do tooltip fixo */
        .tooltip9 {
          position: absolute;
          top: 0;
          left: -115%;
          opacity: 0;
          visibility: hidden;
          width: 150px;
          height: 150px;
          z-index: -1;
        }
        
        .tooltip-container:hover .tooltip9 {
          top: -110%;
          opacity: 1;
          visibility: visible;
          border-radius: 50%;
          z-index: -1;
}
        /* Fim do tooltip fixo */
    
        .contenerdor--redes-general_ {
                position:fixed;
                width:45px;
                z-index:1000;
                    top: 91% !important;
                    left: 84% !important;
                height:45px !important;
        }
            
        .contenerdor--redes-general {
                    display:none !important;
        }
        
        .botonWhatsapp {
                display:none !important;
            }
            
        .contenerdor--redes-general > a > img {
                 height: 70% !important;
        }    
            
        .header-first-row .header-redes .header-icon-container {
                width: 15px;
                height: 15px;
                min-width: 15px;
                min-height: 15px;
        }    
            
        .header-first-row .header-redes .header-cel {
                height: 33px;
        }
            
        .banner-productos-generales > h1 {
                font-size: 1.8rem !important;
                top: 62%;
                left: 28%;
        }
            
        #post-17 .imagenBlog {
            height: 40vw !important;
    }
        
        .descripcion-producto--container .info-producto > h2 {
              display:none;  
        }
            
        .nombre-producto-mobile h2 {
              text-align:center;
              text-transform: uppercase;
              color: var(--color-principal);
              font-family: var(--fuente-sitio4);
              font-size: 1.4rem;
              
        }
            
        .categoria-cards-container .categoria-card:first-child .vercategoria::after
        {
             display:none;
    }
    
        .categoria-cards-container .categoria-card:nth-child(3) .vercategoria::after {
            display:none;
        }
        
        .formulario3 .contactanos-info #contactanos-field .contact-text {
            padding: 0 4px
        }
        
        .formulario3 .contactanos-map .map-space {
            height: 101%;
        }
        
        .categoria-cards-container .categoria-card:nth-child(4) .vercategoria::after{
            display:none;
        }
        
        .categoria-cards-container .categoria-card:nth-child(2) .vercategoria::after{
            display:none;
        }
    
        .categoria-cards-container .categoria-card {
            width:22%;
            padding: 9px 4px !important;
            border-radius: 11px;
        }
    
        .categoria-cards-container .categoria-card img {
            max-height: 22px !important;
        }

      .descripcion-container-abrasivos .descripcion-abrasivos {
        padding-left: 9rem;
        padding-bottom: 10rem;
      }
      .descripcion-container-abrasivos .descripcion-abrasivos h2 {
        font-size: 0.7rem;
      }
      .descripcion-container-abrasivos .descripcion-abrasivos h1 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 1px;
      }
      .descripcion-container-abrasivos .descripcion-abrasivos p {
        font-size: 0.7rem;
        line-height: 0.7rem;
        margin-bottom: 10px;
      }
      .descripcion-container-abrasivos .descripcion-abrasivos a {
        font-size: 0.7rem;
        width: 200px;
        height: 16px;
        padding-top: 0px;
      }
      
      .descripcion-container-quimicos .descripcion-quimicos {
         padding-left: 0rem;
        padding-bottom: 5rem;
      }
      .descripcion-container-quimicos .descripcion-quimicos h2 {
        font-size: 0.7rem;
      }
      /*.descripcion-container-quimicos .descripcion-quimicos h1 {
        font-size: 0.9rem;
        line-height: 0.8rem;
        margin-bottom: 1px;
      }*/
      
      .descripcion-container-quimicos .descripcion-quimicos h1 span{
          font-size: 0.9rem;
          line-height: 0.8rem;
          margin-bottom: 1px;
          font-family: var(--fuente-sitio6) !important;
      }
      .descripcion-container-quimicos .descripcion-quimicos p {
        margin-top: 9px;
        font-size: 0.7rem;
        line-height: 0.7rem;
        margin-bottom: 10px;
      }
      .descripcion-container-quimicos .descripcion-quimicos a {
        font-size: 0.7rem;
        width: 200px;
        height: 16px;
        padding-top: 0px;
      }
      
      .desc-buttons {
        padding:0rem 0rem; 
      }
      
      .descripcion-container-industrial .descripcion-industrial {
        padding-left: 15px;
        padding-bottom: 7rem;
      }
      .descripcion-container-industrial .descripcion-industrial h2 {
        font-size: 0.7rem;
      }
      
      .descripcion-container-industrial .descripcion-industrial h1 {
        font-size: 0.9rem;
        line-height: 0.8rem;
        margin-bottom: 1px;
      }
      .descripcion-container-industrial .descripcion-industrial p {
        font-size: 0.7rem;
        line-height: 0.7rem;
        margin-bottom: 10px;
      }
      
       .descripcion-container-industrial .descripcion-industrial a {
        font-size: 0.7rem;
        width: 200px;
        height: 16px;
        padding-top: 0px;
        margin-bottom: 5px;
    
      }
      
      .descripcion-container-industrial .descripcion-industrial a:first-child {
        font-size: 0.7rem;
        width: 400px;
        height: 16px;
        padding-top: 0px;
        margin-bottom: 5px;
      }
      
        
      .menuP span::before, .menuP span::after,.menuP span{
        background-color: var(--color-principal);
      }
      .header-first-row .buscador button {
        right: 53px !important;
      }
      .header-first-row .buscador input {
        width: 93% !important;
        height: 34px !important;
      }
      #post-23 .top-space-80-in {
        padding-top: 118px !important;
      }
      #post-17 .background-paginator {
        width: 100% !important;
        padding-top: 59px !important;
      }
      #producto-ver-content {
        max-height: 157vh;
      }
      .background .descripcion-producto--container {
        min-height: 452px !important;
        padding-left: 0px !important;
        padding-bottom: 40px;
      }
      .background .info-producto {
        position: relative !important;
             max-height:none;
      }
      .background .info-producto h2{
        position: absolute !important;
        top: -494px !important;
        left: 32px !important;
        text-align: center !important;
      }
      .productimgcontainer .sliderProductos .slick-slide img {
        padding: 20px !important;
      }
      .background-paginator .cell {
        max-height: 18px;
      }
      .cell >a>img {
        padding: 0 5px;
        padding-bottom: 3px;
      }
      .contenidoInterno {
        padding-top: 0 !important;
      }
      #paginacion-productos .paginacion {
        padding-right: 50px !important;
        margin-bottom: 23px !important;
        justify-content: start !important;
      }
      .background-paginator .cell_disabled span {
        padding: 0 5px;
      }
      #correo-contacto {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .formulario3 .contactanos-info .contactanos-field .contact-text span {
        min-width: 115px !important;
        max-width: 100% !important;
        font-size: 0.7rem !important;
        margin-left: 5px !important;
      }
      #post-17 .paginacion .cell_disabled span {
        padding: 10px 20px;
      }
      #correo-contacto {
        font-size: 0.7rem !important;
      }
      .container-producto .slick-next {
        right: -8% !important;
      }
      .container-producto .slick-prev {
        left: -7% !important;
      }
      .info-producto p {
        font-size: 1rem !important;
      }
      .productimgcontainer .sliderProductos {
        width: 100% !important;
      }
      .agrandar {
        bottom: 88px !important;
        right: 21px !important;
      }
      .productos-categorias .content-product {
        min-width: 220px !important;
        min-height: 310px !important;
        max-height: 314px !important;
      }
      .slick-prev,
      .slick-next {
        top: 154px !important;
      }
      .productos-categorias.slick-initialized .slick-slide {
        padding-left: 1.5rem !important;
        padding-top: 0px !important;
        display: flex !important;
        justify-content: center !important;
      }
      .cart #pedido .productos-categorias {
        display: flex;
        justify-content: center;
      }
      .cart #pedido .productos-categorias .listado {
        padding-top: 0px !important;
      }
      .cart #pedido .productos-categorias .listado .content-product {
        display: flex !important ;
        flex-direction: column !important ;
        justify-content: center !important ;
      }
      .productos-categorias .listados {
        margin-top: 0px !important;
      }
      .productos-categorias .slick-list {
        min-width: 260px !important;
        max-width: 260px !important;
      }
      .productos-relacionados {
        font-size: 1.3rem !important;
      }
      #botonCotizar a {
        padding-top: 14px !important;
        padding-bottom: 9px !important;
        padding-right: 144px !important;
        padding-left: 25px !important;
        font-size: 1.2rem !important;
      }
      .background {
        height: auto !important;
      }
      .productimgcontainer {
        height: 47vh !important;
      }
      .producto-detalle-banner {
        height: 31vh !important;
      }
      .producto-detalle-banner h3 {
        font-size: 2.7rem !important;
        margin-top: 80px;
      }
      .abajo {
        height: 202.5vw !important;
      }
      #post-23 #cmdEnviar {
        background-color: var(--amarillo-pagina) !important;
      }
      .listado:first-child {
        padding-top: 147px;
      }
      .listado {
        padding-top: 16px;
      }
      #contendor-productos-paginador {
        padding: 0 1.25rem !important;
      }
      .productos-categorias .content-product-acordion {
        height: 238px !important;
      }
      .productos-categorias .imagenBlog {
        max-height: 34vh !important;
      }
      .productos-categorias h3 {
        font-size: 0.8rem !important;
      }
      .productos-categorias .content-product-acordion {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        flex-grow: 1;
      }
      #post-17 .paginacion {
        margin-bottom: 42px !important;
      }
      .paginacion .cell_disabled span {
        margin-right: 0px !important;
      }
      .paginacion .paginator--container {
        font-size: 0.6rem;
        padding-left: 11px;
      }
      #mostrar-filtro-precio {
        font-size: 0.7rem;
        display: none;
      }
      .paginacion div > span {
        font-size: 0.7rem;
        margin-right: 30px;
      }
      .busqueda-filtrada-productos {
        display: none !important;
      }
      .banner-productos-generales {
        margin-top: 50px;
      }
      .contenedor-categorias-marcas {
        position: absolute;
        top: -71px;
        left: -430px;
        z-index: 100;
      }
      .menu-lateral-abierto {
        position: absolute;
        top: -71px;
        left: -35px;
        z-index: 100;
        transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
      }
      .abrir-menu-lateral {
        display: flex !important;
        position: absolute;
        top: 30px;
        right: 11px;
        background-color: transparent;
        width: 42px;
        height: 31px;
        border: none;
        z-index: 10;
      }
      .rango-precio {
        position: relative;
      }
      .rango-precio button {
        display: flex;
      }
      #contenedor-productos-main {
        margin-left: 15px !important;
        margin-right: 12px !important;
      }
      .row-contenedor-categorias-marcas {
        max-width: 100vw !important;
      }
      .tratamiento-datos {
        bottom: -880px !important;
      }
      #post-23 .container .row-fluid .col-md-6 .contenidos > h2 {
        line-height: 1rem !important;
      }
      .paginacion div {
        justify-content: center !important ;
        gap: 7px !important;
      }
      #post-17 .listado .link {
        font-size: 0.9rem !important ;
        height: 32px !important ;
        margin-bottom: 20px !important ;
      }
      #post-17 .listado .campos > p {
        font-size: 0.8rem !important ;
        padding: 0px 12px !important ;
      }
      #post-17 .listado .campos > h3 {
        font-size: 1.4rem !important;
        padding: 22px 0 !important;
      }
      #post-17 .listado {
        margin-bottom: 30px !important;
        min-width: 314px !important;
        min-height: 237px !important;
      }
      #post-17 .moudle.bottom-space-no {
        max-width: 100vw !important;
      }
      #post-47 .contenidos {
        height: 176vh !important;
      }
      .empresa-historia-quienes h3 {
        font-size: 1rem !important;
      }
      .empresa-quienes p {
        font-size: 0.7rem !important;
      }
      .empresa-historia p {
        font-size: 0.7rem !important;
      }
      .empresa-quienes {
        padding-top: 13px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
      }
      .empresa-historia {
        padding-left: 24px !important;
        padding-right: 0px !important;
        padding-top: 18px !important;
      }
      #post-47 .empresa-container-general {
        padding-top: 13vh !important;
      }
    
      .empresa-banner--container {
        height: 22vh !important;
      }
      .empresa-mision-vision {
        height: 52vh !important;
        padding: 0 20px !important;
      }
      .empresa-container p {
        font-size: 0.8rem !important;
        padding-right: 11px;
      }
      .empresa-container h3 {
        font-size: 0.9rem !important;
      }
      .empresa-vision {
        padding-right: 0px !important;
        padding-left: 11px !important;
      }
      .empresa-mision {
        padding-right: 0px !important;
      }
      .empresa-container {
        width: 99% !important;
      }
      .empresa-banner--container h1 {
        font-size: 2.5rem !important;
      }
      .formulario3 .contactanos-info .contact-text > span:nth-child(4) {
        font-size: 0.5rem;
      }
      .footer--credentials a > span {
        width: 59%;
        font-size: 0.7rem;
      }
      .formulario3 .contactanos-map .map-space .map-space-description span {
        font-size: 0.6rem;
      }
      .formulario3 .contactanos-info h2 {
        line-height: 1rem;
        font-size: 1rem;
      }
      .formulario3 h2 {
        margin-top: 0px;
      }
      .formulario3 .contactanos-info .contactanos-field .contact-text {
        width: 100%;
      }
      .formulario3
        .contactanos-info
        .contactanos-field
        .contactanos-icon-container {
        width: 16%;
      }
      .formulario3 .contactanos-info {
            width: 86%;
           padding: 20px 10px 0px 10px;
            height: 86%;
      }
      .formulario3 .contactanos-map {
        width: 90%;
        padding: 20px 10px;
      }
      .formulario3 {
          flex-direction:column;
          width:100vw;
          align-items:center;
        background-color: #1d1d1b;
        height: 95vh;
        margin: 0 auto;
      }
      .botonWhatsapp {
        height: 52vh;
      }
      .item-product-buttons .item-boton-whatsapp img {
        width: 28px;
        height: 28px;
        max-width: none;
      }
      .item-product-buttons .item-boton-whatsapp {
        height: 41px;
        border-radius: 10px;
      }
      .item-product-buttons a:first-child {
        font-size: 1rem;
        height: 41px;
        border-radius: 10px;
      }
      .item .item-product-title-container h3 {
        font-size: 1rem;
      }
      #p-destacados .container {
        padding-bottom: 90vw;
      }
      .item {
        width: 42%;
        margin-bottom: 30px;
        padding: 32px 0 0 0;
      }
      .productos-destacados {
        width: 102.7vw;
        height: 37vh;
      }
      li[data-id="productos"] {
        display: none;
      }
      .categoria-cards-container .categoria-card:first-child a::after,
      .categoria-cards-container .categoria-card:nth-child(2) a::after {
          display:none;
      }
      /*.categoria-cards-container .categoria-card img {
        display: none;
      }*/
      .categoria-cards-container .categoria-card span {
        font-size: 0.6rem;
      }
      .contenerdor--redes-general {
        /*display: none !important;*/
      }
      .categoria-cards-container .categoria-card {
        padding: 19px 4px;
        border-radius: 11px;
      }
      .categoria-cards-container .categoria-card a {
        font-size: 0.6rem;
      }
      .categoria-cards-container {
        top: 14%;
        width: 100%;
        height: 83px;
        /*left: 0px;*/
        gap: 10px;
        padding: 0;
      }
      #cabezote {
        height: 267px !important;
      }
      #p-destacados .contenidos {
        padding-top: 0px;
      }
      #p-destacados {
        padding: 0px;
      }
      .tab {
        margin-bottom: 0px !important;
        padding-top: 0px;
      }
      .cameraContent {
        top: 30px !important;
      }
      .descripcion-container .descripcion {
        padding-left: 0rem;
        padding-top: 0rem;
      }
      .descripcion-container .descripcion h2 {
        font-size: 0.7rem;
      }
      .descripcion-container .descripcion h1 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 1px;
      }
      .descripcion-container .descripcion p {
        font-size: 0.7rem;
        line-height: 0.7rem;
        margin-bottom: 10px;
      }
      .descripcion-container .descripcion a {
        font-size: 0.7rem;
        width: 120px;
        height: 16px;
        padding-top: 0px;
      }
      .menu-ppal li:last-child::before {
        display: none;
      }
      .menu-ppal .activo > a > span {
        color: var(--color-principal);
      }
      .menu-ppal li a > span {
        color: var(--color-principal);
      }
      .menu-ppal li a {
        padding: 20px 0px;
      }
      .menu-ppal li a > span {
        font-size: 1.4rem;
      }
      .menu .logoMenu {
        height: 40px;
      }
      .menu {
        background: rgb(255 255 255 / 87%);
      }
      #post-2 #cabezote {
        padding-top: 133px;
      }
      .principal {
        padding-top: 0px !important;
      }
      header {
        height: 14%;
      }
      .header-first-row {
        padding: 0rem 0rem;
        flex-wrap: wrap;
      }
      .header-first-row .logoMenu {
        width: 42%;
      }
      .header-first-row .buscador {
        width: 58%;
      }
      .header-first-row .header-redes {
        width: 99%;
        justify-content: space-around;
        padding-top: 8px !important;
      }
      .header-first-row .logoMenu {
        height: 50%;
      }
      .header-second-row {
        display: none;
      }
      .header-first-row .header-redes a {
        font-size: 0.7rem !important;
      }
      .header-first-row .header-redes .header-cel .header-cel-numbers span {
        font-size: 0.7rem;
      }
      .header-first-row .buscador button {
        top: 0px;
        right: 50px;
        width: 23%;
        height: 100%;
        margin-right: 0rem;
      }
      .menuP {
        top: 13px;
        right: 1%;
      }
}


/* media que sirve para portatil */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .tooltip-container {
        display:none;
    }
    .nombre-producto-mobile {
        display:none;
    }
    .background .container-producto {
        width: 90vw;
        margin-top: 0.5rem;
    }
    .info-producto h3 {
        margin-top: 4px;
    }
    .info-producto p {
        font-size: 1rem;
    }
    .contactos, .contactos form, .abajo .videoWrapper {
        
    }
    #blog .campos h3 > a {
            font-size: 1.3rem;
    }
    .descripcion-container-abrasivos .descripcion-abrasivos {
            padding-top: 6rem;
            padding-left: 36.4rem;
    }
    .descripcion-container-abrasivos .descripcion-abrasivos p {
        font-size: 1.5rem;
        line-height: 1rem;
    }
    .descripcion-container-abrasivos .descripcion-abrasivos h2 {
        font-size: 2.7rem;
    }
    .descripcion-container-abrasivos .descripcion-abrasivos h1 {
        font-size: 4.7rem;
        line-height: 3rem;
    }
    .desc-buttons {
        padding: 0 11rem;
    }
    /*.descripcion-container-industrial .descripcion-industrial a:first-child {*/
    /*    width: 100%;*/
    /*    margin-bottom: 7px;*/
    /*}*/
    .descripcion-container-industrial .descripcion-industrial a {
            height: 38px;
    }
    .descripcion-container-industrial .descripcion-industrial {
            width: 68%;
            padding-left:0rem;
            padding-top: 7rem;
    }
    .descripcion-container-industrial .descripcion-industrial h1 {
        font-size: 3.7rem;
        line-height: 3.5rem;
    }
    .descripcion-container-quimicos .descripcion-quimicos {
      padding-top: 7rem;
    }
    .descripcion-container-quimicos .descripcion-quimicos h1 {
        font-size: 4.7rem;
        line-height: 3rem;
    }
    .descripcion-container-quimicos .descripcion-quimicos p {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }
    .descripcion-container-quimicos .descripcion-quimicos a {
        font-size: 1.3rem;
        width: 360px;
        height: 35px;
    }
  #contenedor-productos-main {
    width: 100%;
    min-width: 96%;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .paginacion div {
    align-items: center !important;
    gap: 10px !important;
  }
  .item-container .imagenAbso > img {
    height: 224px !important;
  }
  #blog .contenidos {
    right: 399px;
  }
  #blog .campos {
    margin-left: 806px;
    max-width: 347px;
  }
  .item .item-container h3 {
    font-size: 1rem !important;
  }
  /* #p-destacados h3 {
    font-size: 1.3rem !important;
  } */
  #p-destacados {
    padding: 40px 0;
  }
  .container {
    max-width: 1350px !important;
  }
  header .logoMenu > img {
    width: 173px;
  }
  .paginacion .paginator--container {
    padding-right: 10px !important;
  }
  .background-paginator {
    min-width: 24% !important;
  }
  /* .productos-destacados {
    width: 95.7vw;
  } */

  .categoria--title img {
    max-width: 84%;
  }

  .ofertas-product {
    margin-left: 126px;
    height: 248px;
  }
  .ofertas-container {
    margin-right: 80px;
  }
  .categoria--description > p {
    font-size: 0.6rem;
    margin-bottom: 0;
  }
  .margen > button {
    padding: 5px 4px;
  }
  .item-container .imagenAbsoDos > img {
    height: 161px !important;
    margin-top: 56px !important;
  }
  /*.item-container .imagenAbso > img {*/
  /*  width: 152px !important;*/
  /*}*/
  #p-destacados .slick-slide {
    width: 210px !important;
  }
  #p-destacados .slick-slider {
    width: 76.7vw;
  }
  #p-destacados .slick-slide .categoria {
    padding: 5px 0;
    /*width: 251px !important;*/
  }
  .reticula-header {
    padding: 0% 4%;
    padding-right: 0%;
  }
  /* .ofertas-container{
    width: 61.7vw;
  } */
}
/* Define cómo se colocan los elementos en el grid */
.item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.item:nth-child(3) {
  grid-column: 3 / 5;
  grid-row: 1 / 2;
}

.item:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.item:nth-child(5) {
  /* grid-column: 1 / 3;
  grid-row: 2 / 3;     */
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

#servicios .col-md-12,
#blog .col-md-12,
#p-destacados {
  /* height: 300px; */
}

/* #blog .row-fluid{
  display: flex;
} */

.item-vertical-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.item-vertical-container {
  width: 100%;
  height: 100%;
}

.item-vertical-container .link-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.item-vertical-container .link-imagen > h3 {
  font-size: 1.5rem;
  font-family: var(--fuente-sitio3);
  font-weight: 800;
}

.item-vertical-container .destacado--buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 42px;
}
.item-vertical-container .destacado--buttons > a {
  padding: 5px 15px;
  font-size: 0.5rem;
  color: #243a44;
  background-color: #fcee21;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.destacado--buttons > a {
  margin-right: 10px;
  text-align: center;
}

.productos-destacados .categoria {
  width: 20%;
  height: 100%;
}
.productos-destacados .categoria .margen {
  position: relative;
  width: 100%;
  height: 200px !important;
}
.productos-destacados .categoria .margen .imagenA {
  width: 100%;
  height: 270px !important;
  position: relative;
}
.productos-destacados .categoria .margen .imagenA > img {
  width: 80% !important;
  height: 200px !important;
  margin-top: 28px !important;
  /* position: absolute; */
}
.productos-destacados .categoria .margen .imagenA > h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 10px;
}
.productos-destacados .categoria .margen .destacado--buttons {
  position: absolute;
  bottom: -45px;
  left: 64px;
  width: 100%;
}
.productos-destacados .categoria .margen .destacado--buttons > a {
  padding: 5px 15px;
  font-size: 0.7rem;
  color: #243a44;
  background-color: #fcee21;
  width: 50%;
  align-self: center;
  margin-bottom: 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.productos-destacados #p-destacados {
  height: 1000px;
  background-color: #efefef !important;
}

#p-destacados .slick-slide {
  /* height: 500px; */
  width: 296px;
}
#p-destacados .slick-slide .categoria {
  padding: 5px 0;
  height: 800px;
  /* width: 100px !important; */
}
#p-destacados .slick-slide .categoria .margen {
  padding: 5px 0;
  height: 538px;
  /* width: 100px !important; */
}
#p-destacados .campos p,
#p-destacados .ver-mas {
  display: none;
}
/* #p-destacados h3 {
  text-align: center;
  font-weight: bold;
  color: #243a44;
  margin-top: 11px;
  font-size: 1.6rem;
  font-family: var(--fuente-sitio4);
  text-transform: uppercase;
  max-width: 353px;
} */
#p-destacados .link {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 1px solid #fff;
  padding: 5px 12px;
}
#p-destacados .margen {
  /* position: relative; */
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 92%;
  border-radius: 2rem;
  background: #fff;
  height: 29.8vw;
  box-shadow: inset 0px 0px 0px 2rem #dedee0;
  /* padding: 1.7rem; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.categoria--title {
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #fcee21;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #p-destacados .margen::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: linear-gradient(to right, #aac148, #509f4e);
  content: "";
  z-index: -1;
  border-radius: 1rem;
  opacity: 0;
} */
#p-destacados .texto,
#p-destacados .imagenA img,
#p-destacados h3,
#p-destacados .margen::after {
  transition: all 0.2s ease-in-out;
}
#p-destacados .categoria:hover .margen::after {
  /* opacity: 1; */
}
@media (max-width: 1200px) {
  #p-destacados .imagenA {
    height: 35.5vw;
  }
}

@media (max-width: 756px) {
  /* #p-destacados h3 {
    margin-top: 11px;
  } */
}

#p-destacados .categoria:hover h3 {
  /* color: #238c00; */
}
.multiply {
  mix-blend-mode: multiply;
}
#contactos {
  padding: 57px 0;
}
#videos .row-fluid {
  align-items: center;
}
#videos h2,
#contactos h2 {
  color: #fff;
}
#ayuda h2,
#texto2 h2 {
  color: #1a5f59;
  font-size: 1.3em;
  margin-bottom: 25px;
}
#texto2 h2 {
  color: #b29246;
}
#contactos {
  position: relative;
  background: #122a4e;
}
#contactos h2 {
  text-align: center;
}
#contactos #cmdEnviar {
  width: auto;
  display: inline-block;
  color: #fff;
  background: #00bfff;
  cursor: pointer;
  padding: 11px 35px;
  text-transform: uppercase;
  border: none;
}
.slider {
  position: relative;
  background: #fff;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.logoBarra {
  position: absolute;
  top: -43px;
  right: 0;
  opacity: 0;
}
.logoBarra img {
  height: auto !important;
  width: 180px !important;
}
.mapaGoogle {
  padding: 2% 0;
  background: #eee;
  position: relative;
}
.imagenBlog {
  display: block;
  position: relative;
  border-radius: 1rem;
  width: 100%;
  height: 14vw;
  box-shadow: inset 0px 0px 0px 1rem #dedee0;
  padding: 0.7rem;
}
.imagenBlog::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  /* background: linear-gradient(to right, #aac148, #509f4e); */
  content: "";
  z-index: -1;
  border-radius: 1rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.imagenBlog:hover::after {
  opacity: 1;
}
.imagenBlog img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.productos-categorias .slick-list {
  padding: 5px 0;
  /* height: 1200 !important ; */
}
.productos-categorias.slick-initialized .slick-slide {
  display: flex !important;
}
#blog .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  width: 47% !important;
}
#blog .slick-track {
  gap: 20px;
}

.game-changer {
  /* width: 100vw; */
  position: relative;
  /*height: 48vh;*/
}

.productos-categorias .imagenBlog {
  height: 16vw;
  /*max-height: 16vw;*/
  max-height: 12vw;
  min-height: 6vw;
  text-align: center;
  padding: 0;
  box-shadow: none;
}
.productos-categorias .imagenBlog img {
  padding-top: 14px;
  position: static;
  height: 85%;
  width: 81%;
  min-width: auto;
  object-fit: contain;
  margin: auto;
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.productos-categorias .imagenBlog:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
}
.telefonos {
  background: #e34633;
  padding: 11px 0 11px;
  text-align: right;
}
.telefonos a {
  color: #fff;
}
.redes {
  position: absolute;
  top: 0;
  left: 0;
}
#videos {
  padding: 4% 0;
}
.barra-cotizar {
  background: #1b1b1b;
  padding: 6px 0;
}
.whatsapp {
  font-size: 2em;
  font-weight: bold;
}
.whatsapp a {
  color: #fff;
}
.whatsapp img {
  vertical-align: middle;
}
.copy {
  text-align: left;
  margin-top: 20px;
  font-family: century gothic;
}

#volver-producto {
  color: #aaaaaa;
  /* padding: 6px; */
  font-size: 0.8rem;
}

.volver-producto--container {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 40px;
}
.volver-producto--container > span > img {
  height: 8px;
  padding-bottom: 2px;
}
.volver {
  float: right;
  display: none;
  color: #fff;
  padding: 6px;
  margin: 20px 0;
  border-radius: 20px;
  background-color: #fcee21;
  /* background: linear-gradient(to right, #aac148, #509f4e); */
  font-size: 1.2rem;
  min-width: 121px;
  text-align: center;
  line-height: 1;
  bottom: 158vh !important;
}
.volver:hover {
  color: #363636;
}
.botonAsesoria {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  color: #fff;
  background: #176eb5;
  /* 158vh: 20px 0; */
  font-size: 1.3em;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.botonAsesoria:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.abajoXXX {
  position: relative;
  /*padding: 4% 0;*/
  background: url(/imagenes/fondo-footer.jpg) bottom center no-repeat;
  /*height:400px;*/
  background-size: contain;
  height: 26.2vw;
}

.categorias h3 a {
  color: #444;
}
.categorias h3 {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .marcas-sticky {
    position: sticky;
    top: 100px;
  }
  .container-producto svg {
    width: 80%;
    margin: auto;
    display: block;
  }
}
.marcas,
.marcas ul {
  margin-bottom: 0;
  padding-left: 0;
}
.marcas ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0.1s;
}
.marcas li {
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 0.16em 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.marcas li img {
  height: 50px;
}

.marcas li img:hover {
  filter: brightness(90%);
}

.marcas li .arrow {
  position: absolute;
  bottom: auto;
  top: 18px;
  right: 11px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.5em;
}
.marcas li:hover ul,
.marcas li:focus ul {
  max-height: 900px;
}
.marcas li ul li {
  padding: 0.4em 0.4em 0.4em 0.86em;
}
.marcas li ul a {
  color: #38892f;
}
.categoria_activa {
  /*width:100%;*/
  /*height:40px;*/
  color:#3E3E3E !important;
  background-color: var(--amarillo-pagina) !important;
}
.product--title-container {
  height: 50px;
  /*width: 76%;*/
  width: 90%;
  margin: 0 auto;
  /* border-bottom: 2px solid #FCEE21; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.product--title-container h3 {
  color: var(--color-principal);
  font-size: 1.1rem;
  font-family: var(--fuente-sitio7);
  text-align: center;
}
.productos-relacionados {
  text-align: center;
  /* padding: 1rem 0rem; */
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--fuente-sitio4) !important;
  font-size: 2.5rem;
}

.productos-categorias .content-product {
  box-shadow: var(--medium-shadow) !important;
  /*min-width: 343px;*/
  margin-bottom: 30px;
}
.productos-categorias h3 {
  font-size: 1rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--fuente-sitio4);
  color: var(--color-principal);
  /* padding-top: 15px; */
}

.productos-categorias .nodisponible,
.productos-categorias .disponible {
  text-align: center;
  font-size: 0.8rem;
  margin: -10px 0px 5px 0px;
}
.productos-categorias .disponible {
  color: green;
}
.productos-categorias .disponible:after {
  content: " En existencia";
}
.productos-categorias .nodisponible {
  color: gray;
}
.productos-categorias .nodisponible:before {
  content: " Consultar";
}

.categorias-desplegables {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  /* background-color: #243A44; */
}
.categoria--desplegable {
  width: 100%;
  height: 50px;
  background-color: #efefef;
  padding: 1rem 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #243a4460;
  min-width: 100%;
  flex-wrap: wrap;
}
.categoria--desplegable:hover {
  background-color: #cfcfcf;
  cursor: pointer;
}
.categoria--desplegable .categoria--info > h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 1px;
  color: #243a44;
}
.categoria--desplegable .categoria--info > p {
  font-size: 0.7rem;
  color: #aaaaaa;
  /* text-transform: uppercase; */
}

.productos--container {
  display: none;
  width: 100%;
  height: auto;
  background-color: #efefef;
  z-index: 100;
  align-items: center;
  padding-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.productos--container .content-product {
  border-radius: 1rem;
  height: 100%;
  width: 30%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  /* box-shadow: inset 0px 0px 0px 0.8rem #dedee0; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1.2rem 0px;
  background: #fff;
}



.productos-categorias .content-product {
}

.listado .content-product-acordion {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  position: relative;
  /* box-shadow: inset 0px 0px 0px 0.8rem #dedee0; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 1.2rem;
  background: #fff;
  margin-left: 55px;
}
.listado .content-product-acordion .imagenBlog {
  box-shadow: inset 0px 0px 0px 1rem #ffffff !important;
  width: 100%;
  height: 77%;
}
.listado .content-product-acordion .link {
  width: 45%;
  margin: 0 auto;
  background: var(--amarillo-pagina);
  padding: 6px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: var(--color-principal);
  font-family: var(--fuente-sitio7);
}

.productos-categorias .content-product-acordion {
  border-radius: 20px;
  height: 100%;
  width: 32%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  /* box-shadow: inset 0px 0px 0px 0.8rem #dedee0; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 1.5rem;
  background: #fff;
}

.productos-categorias .card {
  border: none !important;
}
.arrow {
  display: none;
}
#marcasAcordeon .card-header {
  padding: 0px 0px;
}

.list-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-group li {
  padding: 8px 20px;
  margin: 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.342);
}
.list-group li a {
  color: var(--negro-pagina);
  font-family: var(--fuente-sitio7);
  text-transform: uppercase;
}

#marcasAcordeon .list-group-item {
  background-color: #3e3e3e;
}
#marcasAcordeon .list-group-item a {
  color: var(--blanco-pagina);
  font-family: var(--fuente-sitio7);
  text-transform: uppercase;
}

#marcasAcordeon .list-group-item a .categoria_activa {
    color:#3E3E3E;
}

#marcasAcordeon .categoria_activa a {
  color: #3E3E3E;
  font-family: var(--fuente-sitio7);
}

.barra-lateral-marcas-categorias {
  height: 55px;
  background-color: #1d1d1b;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.barra-lateral-marcas-categorias > a {
  background-color: #ffffff;
  color: #243a44;
  padding: 4px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
  display: none;
}
#post-17 .contenidos > h2 {
  display: none;
}
#post-17 .container {
  max-width: 1705px !important;
}

.banner-productos-generales {
  width: 100vw;
  position: relative;
}
.busqueda-productos-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.busqueda-filtrada-productos {
  display: flex;
  justify-content: space-around;
  width: 53%;
  height: 100%;
  background-color: #1d1d1b;
  padding: 10px 30px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
/*.busqueda-filtrada-productos input {*/
/*  width: 23%;*/
/*  height: 100%;*/
/*  border-radius: 20px;*/
/*}*/
/*.busqueda-filtrada-productos input::placeholder {*/
  /* background-color: var(--color-principal); */
/*  font-size: 0.8rem;*/
/*  padding-left: 10px;*/
/*}*/
.busqueda-filtrada-productos select {
  width: 23%;
  height: 100%;
  border-radius: 20px;
}
.busqueda-filtrada-productos select::placeholder {
  /* background-color: var(--color-principal); */
  font-size: 0.8rem;
  padding-left: 10px;
}
.header--submit-filter input::placeholder {
  /* background-color: var(--color-principal); */
  color: var(--blanco-pagina) !important;
  font-size: 0.8rem;
  padding-left: 10px;
}
.header--submit-filter input:focus {
  background-color: var(--color-principal);
  color: var(--blanco-pagina);
}

.banner-productos-generales > img {
  width: 100%;
  padding-top: 46px;
}
.banner-productos-generales > h1 {
  position: absolute;
 
  font-family: var(--fuente-sitio6);
  color: var(--blanco-pagina);
  font-size: 5.8rem;
}
.barra-lateral-marcas-categorias > a:hover {
  transform: scale(1.05);
}

.barra-lateral-marcas-categorias > span {
  font-weight: 800;
  color: #ffffff;
  font-family: var(--fuente-sitio4);
  font-size: 1.3rem;
}

#marcasAcordeon .card-header {
  background-color: var(--color-principal);
}
#marcasAcordeon .card-header > h5 > button >a{
  color: var(--blanco-pagina);
  font-family: var(--fuente-sitio7);
}

.imagen-marca {
  height: 40px;
}

@media (max-width: 756px) {
  .productos-categorias .content-product-acordion {
    width: 90%;
  }
}
.productos-categorias .content-product::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  /* background: linear-gradient(to right, #aac148, #509f4e); */
  content: "";
  z-index: -1;
  border-radius: 1rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: none;
}
.productos-categorias .content-product:hover::after {
  /* opacity: 1; */
}
.productos-categorias .link {
  width: 100%;
  height: 100%;
  background: var(--amarillo-pagina);
  color: var(--color-principal);
  border-radius: 20px;
  font-size: 1rem;
  font-size: 1.3rem;
  font-family: var(--fuente-sitio7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion .card-header .productslist {
  background-color: #efefef;
}
.card-body {
  padding: 0 !important;
}
.accordion .card-body {
  background-color: #efefef;
  flex-wrap: wrap;
  justify-content: space-around;
}
.accordion .card-header:hover {
  background-color: #dadada;
}

.accordion button {
  width: 100%;
  text-align: left;
  font-family: var(--fuente-sitio3);
  color: #243a44;
  font-weight: 500;
  text-transform: uppercase;
}
.accordion button:hover {
  text-decoration: none;
  color: #243a44;
}

.sliderProductos {
  overflow: hidden;
  width: 100%;
  height: 80%;
  margin-bottom: 11px;
  position: relative;
}
.agrandar {
  position: absolute;
  bottom: 172px;
  right: 18px;
  z-index: 1;
}

.productimgcontainer .sliderProductos {
  overflow: hidden;
  width: 100%;
  height: 80%;
  margin-bottom: 11px;
  background-color: #ffffff;
  margin-left: 20px;
  border-radius: 25px;
  box-shadow: #0000001f 0px 2px 8px 0px;
}

@media (max-width: 675px) {
  .cart {
    width: 100vw;
  }
  .productimgcontainer .sliderProductos {
    width: 81%;
    margin-bottom: 11px;
    margin-left: 0px;
  }
  .product-buttons-container-carrito {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .precio > span > h4 {
    text-align: center;
  }
  .infoUsuario ul {
    left: 30% !important;
  }
  header .a-center {
    display: none;
  }
  header .col-3 {
    display: none;
  }
  header .col-9 {
    min-width: 100vw !important;
  }
  header .buscar {
    gap: 3px;
  }
  header .buscar input {
    width: 19%;
  }
  .header--submit-filter {
    min-width: 30px;
  }
  .header--first-row {
    justify-content: center;
  }
  .agro-category-active {
    max-width: 50px !important;
  }
  .agro-category-active > img {
    max-width: 50px;
  }
  .usos-y-producto--container {
    align-items: start !important;
  }
  .container-producto {
    width: 92vw !important;
    padding: 0rem 2rem 7rem 2rem;
  }
}
/* .productimgcontainer .slick-slider {
 display: none !important;
} */

.productimgcontainer .sliderProductos .slick-slide img {
  padding: 5px;
}

/* .productos-categorias .content-product .content-product{
  background-color: white;
} */

.descripcion-producto--container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 0.8rem !important;
  padding-left: 52px;
}
.descripcion-producto--container .info-producto > h2 {
  text-transform: uppercase;
  color: var(--color-principal);
  font-family: var(--fuente-sitio4);
  font-size: 1.4rem;
  margin-bottom: 0px;
}
.descripcion-producto--container .info-producto .clear {
  color: #243a44;
  font-family: var(--fuente-sitio3);
}
.descripcion-producto--container .info-producto .ref {
  color: #aaaaaa;
  font-family: var(--fuente-sitio3);
  font-size: 1rem;
}

.sliderProductos:after {
  padding-top: 48%;
  display: block;
  content: "";
}
.sliderProductos .slick-list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.sliderProductos .slick-track {
  height: 100%;
}
.sliderProductos .slick-slide {
  height: 100%;
  text-align: center;
}
.sliderProductos .slick-slide a {
  display: inline-block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sliderProductos .slick-slide img {
  height: 100%;
  margin: auto;
  cursor: pointer;
  object-fit: contain;
}
.ch-popover img {
  max-width: none;
}
.ch-zoom-trigger {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: crosshair;
}
.ch-zoom-loading,
.ch-zoom-seeker {
  position: absolute;
  z-index: 2;
}
.ch-zoom-loading,
.ch-zoom-seeker {
  border: 1px solid #dedede;
}
.ch-zoom-loading {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  font-size: 11px;
  color: #333;
  text-align: center;
  background-color: hsla(0, 0%, 94%, 0.75);
}

.inicio--marcas-aliadas {
  font-size: 1.9em;
  margin-bottom: 0 !important; /* line-height: 1em; */
}
/* modificacion general reticula */
#post-17 .moudle.bottom-space-no {
  max-width: 75vw;
  margin: 0 auto;
}

#post-227 .fullwidth-wrap .container {
  max-width: 70vw;
  margin: 0 auto;
}
.ch-zoom-seeker {
  cursor: crosshair;
  background-color: hsla(0, 0%, 94%, 0.4);
}
.ch-zoom {
  border: 1px solid #dedede;
  background-color: #fff;
  position: absolute;
}
.ch-zoom .ch-popover-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.ch-zoom img {
  position: absolute;
}
.ch-hide,
[hidden] {
  display: none;
}
.arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  color: #38892f;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
}
.arrow span {
  transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1) 0.1s;
}
.arrow.up span {
  transform: rotateX(180deg);
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounce2 {
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}
.parallaxCustom {
  position: absolute;
  top: -400px;
}
.parallax1 {
  top: 0;
  left: 50px;
}
.parallax2 {
  top: -60px;
  left: 770px;
}
.parallax3 {
  top: -12px;
  left: 610px;
}
.parallax4 {
  right: 0;
}
.parallax8 {
  left: 0;
}
.parallax9 {
  left: 0;
}
.usos {
  display: none;
  margin: 2rem 0;
}
.background {
  /*height: 70.5vh;*/
  background-color: #efefef;
  display: flex;
  justify-content: center;
}
.background-relacionados {
  background-color: var(--blanco-pagina);
  min-height: 500px;
  display: flex;
  justify-content: center;
}

@media (max-width: 675px) {
  .imagen-producto-categorias {
    height: 51vw !important;
    width: 100% !important;
  }
  .titulo-producto-categorias {
    margin-bottom: 95px !important;
  }
  .categoria--description {
    top: 73%;
  }

  .container-producto {
    display: flex;
    justify-content: center;
    /* padding-left: 50%; */
  }
  .productimgcontainer {
    height: 400px;
  }
  .usos-product-container {
    height: 70px;
  }
  .usos-y-producto--container .product-use {
    padding: 10px 10px;
  }
  .descripcion-producto--container .info-producto > h2 {
    font-size: 1.2rem;
  }
  .descripcion-producto--container .info-producto .ref {
    font-size: 0.8rem;
  }

  .titulo-puntos-de-venta {
    margin-left: 0 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  #post-23 .container .row-fluid {
    width: 100% !important;
    /*min-height: 148vh !important;*/
  }
}

#post-23 img {
  display: none;
}
#post-23 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#post-23 .container .row-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  box-shadow: #0000001f 0px 2px 8px 0px;
  width: 50%;
  border-radius: 15px;
  /*min-height: 76vh;*/
  height:auto;
     padding: 29px 10px;
  position: relative;
}

.tratamiento-datos {
  /*position: absolute;*/
  bottom: -600px;
  padding: 0 20px;
  left: 0;
}
.tratamiento-inputs {
  width: 100%;
  padding-left: 14px;
  padding-top: 13px;
}
.tratamiento {
  width: 18px !important;
  height: 18px !important;
}
.tratamiento-datos p {
  font-size: 0.7rem;
  margin-bottom: 0;
}
.tratamiento-datos b {
  font-size: 0.7rem;
}
.tratamiento-datos span {
  font-size: 0.7rem;
}
#post-23 .container .row-fluid .col-md-6 {
  width: 100%;
  max-width: none;
}
#post-23 .container .row-fluid .col-md-6 .contenidos > h2 {
  line-height: 1.3rem;
  font-size: 1.3rem !important;
  text-transform: uppercase;
  font-family: var(--fuente-sitio8);
  color: var(--color-principal);
}
#post-23 .container .row-fluid .col-md-6 .contenidos > p {
  font-size: 0.8rem;
  color: #243a44;
}
#post-23 .container .row-fluid .col-md-6 .formPaypal #formulario2 input {
  border: none;
  border-radius: 20px;
  height: 35px;
  box-shadow: #00000011 0px 2px 8px 0px;
  margin-top: 0;
}
#post-23
  .container
  .row-fluid
  .col-md-6
  .formPaypal
  #formulario2
  .col-md-12
  #textarea {
  border: none;
  border-radius: 20px;
  height: 70px;
  box-shadow: #00000011 0px 2px 8px 0px;
}
#post-23 .container .row-fluid .col-md-6 .formPaypal #formulario2 .col-md-12 {
  margin-bottom: 0;
}

#post-23 .container .row-fluid #formulario2 .row label {
  padding-bottom: 0;
}
#post-23 .col-12 {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
#post-23 #cmdEnviar {
  border: none;
  border-radius: 20px;
  height: 35px;
  width: 33%;
  padding: 0;
}
.formPaypal #cmdEnviar {
  border: none;
  border-radius: 20px;
  height: 35px;
  width: 33%;
  background-color: var(--amarillo-pagina) !important;
  padding: 0;
  color: #243a44;
}

#post-23 .container .row-fluid #formulario2 .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#post-23 .container .row-fluid #formulario2 .row label {
  width: 100%;
}
#post-23 .container .row-fluid #formulario2 .row label > input {
  width: 100%;
}
/* #post-23 .fullwrap_moudle .container::before>a.volver{
  display: none !important;
} */
.blog-general-wrapper {
  width: 72vw;
}
.col-md-12 .img-blog {
  border-radius: 20px !important;
  max-height: 450px;
}
.sub-title-blog {
  color: var(--color-principal);
  position: absolute;
  top: -542px;
  left: 356px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--fuente-sitio8) !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
#post-17 .row {
  display: flex;
  justify-content: center;
}
#post-17 .listado {
  /* margin-left: 15px; */
  padding: 0px;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
  min-width: 700px;
  min-height: 635px;
}
#post-17 .listado img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: #1c2d35 0px 2px 8px 0px;
}
#post-17 .listado .campos > p {
  text-align: center;
  font-size: 1rem;
  padding: 23px 49px;
  min-height: 166px;
}
#post-17 .listado .link {
  /* padding: 0px 15px; */
  color: var(--color-principal);
  border-radius: 20px;
  width: 29%;
  margin-left: 36%;
  font-size: 1.3rem;
  background: var(--amarillo-pagina);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: var(--fuente-sitio7);
}
#post-17 .listado .campos > h3 {
  text-transform: uppercase;
  text-align: center;
  color: var(--blanco-pagina);
  font-weight: 800;
  font-size: 1.8rem;
  background: var(--color-principal);
  padding: 10px 100px;
  font-family: var(--fuente-sitio6);
  min-height: 100px;
}
#post-17 .imagenBlog {
  position: relative;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
  height: 14vw;
  box-shadow: inset 0px 0px 0px 1rem #dedee000;
  padding: 0rem;
}

@media (max-width: 756px) {
  #post-17 .listado {
    flex-direction: column;
  }
  .background-paginator {
    /* width: 100%; */
    width: 52%;
  }
  .paginacion .cell_disabled span {
    margin-right: 2px;
  }
  .puntos-venta-container {
    flex-direction: column;
  }
  .puntos-venta-container .punto-venta {
    width: 80% !important;
  }
}

.titulo-puntos-de-venta {
  margin-left: 0%;
  font-family: var(--fuente-sitio4) !important;
  text-transform: uppercase;
  color: #243a44 !important;
  font-weight: 800;
}
.puntos-venta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.puntos-venta-container .punto-venta {
  background-color: #243a44;
  border-radius: 20px;
  min-height: 325px;
  max-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 24%;
  text-align: center;
  font-size: 0.8rem;
}
.puntos-venta-container .punto-venta > h3 {
  text-transform: uppercase;
  color: #fcee21;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: var(--fuente-sitio4);
}
.puntos-venta-container .punto-venta > img {
  width: 52px;
}
.puntos-venta-container .punto-venta > p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.9rem;
}
.puntos-venta-container .punto-venta > p:first-child {
  margin-bottom: 20px !important;
}
.puntos-venta-container .punto-venta > a {
  color: #ffffff;
  display: flex;
  width: 66%;
}
.puntos-venta-container .punto-venta > span {
  color: #fcee21;
  font-weight: 800;
}
/* .productos-categorias .slick-next:before{
  background-color: green;
  border-radius: 100%;
} */

.agro-category-active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: #0000001f 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 100%;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  background-color: #243a44 !important ;
  transform: scale(1.2);
}
.agro-category-active + span {
  font-weight: 600;
  font-size: 1.1rem !important;
}
.agro-category-active > img {
  z-index: 100;
}
.usos-y-producto--container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.usos-product-container {
  height: 63px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0px;
  gap: 10px;
}

.usos-y-producto--container .product-use {
  height: 30px;
  width: 33%;
  padding: 5px 0px;
  font-size: 0.8rem;
  color: #243a44;
  background-color: #ffffff;
  box-shadow: #0000001f 0px 2px 8px 0px;
  max-height: 30px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usos-y-producto--container .activo {
  background-color: #243a44;
  color: #ffffff;
}

.productimgcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}
.agro-categorys--container {
  display: none;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  gap: 10px;
  height: 100%;
  margin-right: 20px;
}
.agro-category--container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: #0000001f 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 100%;
  min-width: 72px;
  min-height: 72px;
  max-width: 50px;
  max-height: 50px;
}
.agro-categorys--container span {
  font-size: 0.8rem;
  color: #243a44;
}

.container-producto {
  /*margin: 0 auto;*/
  width: 72vw;
  /*background-color: #ffffff;*/
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  margin-top: 3rem;
  /* margin-bottom: 3rem; */
  border-radius: 30px;
  /* padding-top: 2rem; */
}
.container-producto .row {
}

.container-producto .row .col-md-6:nth-child(2) {
  border-left: 1px solid #d4d4e8;
}
/* .container-producto .row .col-md-7:nth-child(2) {
  border-left: 1px solid #d4d4e8;
} */

footer .container > .row > .col-md-4 {
  border-left: 5px solid #fff;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@media (max-width: 767px) {
  .listado .content-product-acordion {
    width: 61%;
  }
  .listado .content-product-acordion .imagenBlog {
    height: 50vw;
  }

  .tab {
    margin-bottom: 20px;
  }
  .tab li {
    margin-top: 27px;
    margin-bottom: 10px;
  }
  .principal {
    padding-top: 138px;
  }
  #p-destacados .imagenA {
    height: auto;
    max-width: 90%;
    align-self: center;
  }
  #servicios::before,
  .mapa::before {
    height: 39px;
  }
  .textoServicio {
    width: 100%;
    opacity: 0.8;
    margin-left: 0;
    margin-top: 0;
    font-size: 18px;
    color: #fff;
    padding: 5px;
  }
  .parallaxCustom {
    display: none;
  }
  .redes {
    position: static;
    margin-bottom: 5px;
    text-align: left;
  }
  .redes img {
    width: 30px !important;
    height: 30px !important;
  }
  .logoBarra {
    opacity: 1;
    right: 70px;
    top: -121px;
  }
  .logoBarra img {
    height: 38px !important;
    width: auto !important;
  }
  .carrito {
  }
  .carrito img {
    height: 20px !important;
    width: 23px !important;
  }
  .menu .menu-ppal {
    display: none;
  }
  .menu-abierto .menu-ppal {
    display: block;
  }

  #servicios,
  #blog {
    padding-bottom: 5%;
  }

  #blog .slick-slide {
    display: block;
  }
  #servicios h2,
  /* #aliados h2 {
    font-size: 1.9em;
    line-height: 1em;
  } */

  .contenidos > h2,
  .contenidoInterno h2 {
    font-size: 1.8 em;
  }
  #aliados .col-md-12 {
    padding: 0;
  }
  #servicios h3 {
    font-size: 1.15rem;
    width: 50vw;
    height: 20vw;
    top: 11.3vw;
    left: 37vw;
  }
  #servicios .imagenA {
    width: 100%;
    height: 43vw;
  }
  #servicios img {
    height: 22.47vw;
    top: 10vw;
    left: 10vw;
    width: 22.47vw;
  }
  #servicios .campos {
    padding-left: 0;
  }
  #servicios .campos p {
    font-size: 1.1rem;
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 5px;
    margin: 11px 0;
    padding: 11px;
  }
  #servicios .categoria {
    margin-bottom: 20px;
  }
  #servicios .texto {
    padding: 4% 0 0;
    border-top: solid 1px #fff;
    width: 100%;
    margin: 6% auto 0;
    font-size: 1.2em;
  }
  .slick-slide h3 {
    margin-top: 0;
  }
  #servicios .slick-slide {
    padding: 0;
  }

  /* blogsaurio */

  #blog {
    font-size: 1em;
  }

  #blog .slick-initialized .slick-slide {
    display: flex !important;
  }
  #blog::before {
    display: none;
  }
  #blog .imagenA {
    height: 80vw;
    width: 80vw;
  }
  #blog .campos {
    padding: 3% 0;
    font-size: 1.2em;
    position: static;
  }
  #blog h3 {
    font-size: 1.2em;
  }
  #p-destacados h2 {
    font-size: 1.5em;
  }
  .imagenBlog {
    height: 50vw;
  }
  .imagenBlog img {
    position: static;
  }
  .productos-categorias .imagenBlog {
    height: 60vw;
    width: 100%;
  }
  .linkHeader {
    margin-top: 0;
    font-size: 0.7em;
  }
  #video,
  #descripcion {
    float: none;
    width: 100%;
    padding: 0;
  }
  .clientes {
    width: auto;
    margin: 0 -15px;
  }
  .flecha {
    display: none;
  }
  header .buscar {
    /* width: 100%; */
  }
  header .mostrar {
    left: 0px;
  }
  .logo {
    padding: 0 !important;
    width: 0;
    margin: 0 !important;
    top: 0rem;
  }
  .tab li {
    min-width: unset;
    width: 100%;
  }
  #p-destacados .margen {
    width: 100%;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0.7rem;
  }
  #p-destacados .imagenA img {
    height: 70vw;
    width: 100%;
  }
  .clientes .slide-aliados {
    height: 27vw;
    padding: 0.7rem;
  }
  .servicios > div {
    margin-top: 0;
    margin-left: 0 !important;
    min-width: 90%;
    padding-top: 1rem;
  }
  .productos-categorias .content-product {
    margin-bottom: 0;
  }
  .productos-categorias .listado {
    margin-bottom: 11px;
  }
  .usos {
    margin: 20px 0;
  }
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* EFP */
::selection {
  background: var(--amarillo-pagina);
}

.wa-telefono {
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  width: 25px;
  opacity: 0.8;
}
.wa-telefono:hover {
  opacity: 1;
}

.mapa-dir {
  cursor: pointer;
  transition: all 0.5s ease-out;
  border-radius: 15px;
  display: inline-block;
}
.mapa-dir:hover {
  background-color: #e0f0e0;
}
.mapa-dir p {
  font-size: 0.9em;
}
.sede {
  box-shadow: 0 0 10px gray;
  transition: all 0.5s ease 0s;
}
.sede :hover {
  transform: rotate(10deg);
}
.description-row {
  display: flex;
}
.especificaciones {
  padding: 0;
  max-height: 265px;
  /* overflow-y: auto; */
}
.especificaciones li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.usos .row {
  overflow: hidden;
  border-radius: 2rem;
  background: #d8d8d8;
  text-align: center;
  font-size: 1.35rem;
  margin: 2vw auto 0 auto;
  max-width: 690px;
}
.usos .row div {
  border-right: 2px solid #bbb;
}
.usos .row div.activo {
  background: linear-gradient(to right, #aac148, #509f4e);
  color: #fff;
  font-weight: bold;
}

.usos .iconousos {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 20px;
  background: lightgray;
  box-shadow: 2px 2px 5px #202020;
}
.usos .iconousos img {
  cursor: pointer;
  filter: opacity(50%);
}
.usos .hogar {
  border-radius: 100% 0 0 0;
  margin: 5px 0px;
}
.usos .profesional {
  border-radius: 0 100% 0 0;
}
.usos .agricola {
  border-radius: 0 0 0 100%;
}
.usos .alturas {
  border-radius: 0 0 100% 0;
}

.usos .leyenda {
  margin-top: -86px;
}
.usos .leyenda .aplica {
  background-color: var(--color-sitio);
}
.usos .leyenda .noaplica {
  background-color: lightgray;
}
.usos .leyenda span {
  padding: 0 4px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px gray;
}

.iconosespec {
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid gray;
  display: inline-block;
  position: relative;
  margin-bottom: 2px;
  background-color: var(--color-sitio);
  box-shadow: 2px 2px 5px #202020;
  margin-bottom: 5px;
}
.iconosespec img {
  width: 100%;
  /*filter:invert(100%)*/
}

.modal-descripcion {
  line-height: 1.2rem;
}

.botonmodal {
  background: #fcee21;
  color: #243a44 !important;
  height: 30px;
  padding: 7px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.8rem;
}
.add-wishlist {
  background: #fcee21;
  color: #243a44 !important;
  height: 30px;
  padding: 2px 20px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.add-wishlist > a {
  color: #243a44 !important;
  font-size: 0.8rem;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  transition: all 0.5s ease-out;
  vertical-align: middle;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.modal-div {
  width: 70%;
  /* height: 95%; */
  background-color: white;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  padding: 2rem;
}

#ocultar {
  display: none !important;
}

.children {
  position: absolute;
  left: 200px;
  top: 0px;
  background-color: white;
  box-shadow: 3px 3px 15px grey;
  z-index: 10;
}
.children li {
  transition: 0.5s ease all;
}
.children li:hover {
  background-color: #38892f;
  color: white;
  transform: scale(1);
}
.children li:hover > a {
  text-decoration: none;
  color: white;
}

#wrap-direcciones .slick-slide {
}

.ck-button label input {
  margin-right: 100px;
}
.ck-button {
  margin: 2px;
  /*background-color:#38892f;*/
  border-radius: 4px;
  /*border:1px solid #D0D0D0;*/
  overflow: auto;
  float: left;
  cursor: pointer;
  /*box-shadow:3px 3px 0px;*/
  transition: all 0.3s ease;
  width: 24%;
}
.ck-button:hover {
  box-shadow: 3px 3px 5px black;
  background-color: var(--color-sitio);
  color: white;
}

.ck-button label {
  float: left;
  width: fit-content;
  color: gray;
  cursor: pointer;
  margin-bottom: auto;
  padding: unset;
}
.ck-button label span {
  text-align: center;
  padding: 5px 5px;
  display: block;
}
.ck-button label input {
  position: absolute;
  top: -20px;
  display: none;
}
.ck-button input:checked + span {
  background-color: var(--color-sitio);
  color: black;
  font-weight: bold;
  text-shadow: -1px 1px white;
}

.modal_page {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  transition: all 0.5s ease-out;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.modal_page #divModalPage {
  width: fit-content;
  height: 80%;
  display: block;
  margin: auto;
  box-shadow: 3px 3px 15px black;
}
.modal_page img {
  position: relative;
  height: 100%;
  border-radius: 0px;
  object-fit: contain;
  margin: auto;
  display: block;
}

.modal_page #modal_enlace1 {
  z-index: 2000;
  font-weight: bold;
  font-style: italic;
  font-size: 2vw;
  background-color: #38892f;
  border-radius: 5px;
  color: #fff;
  width: fit-content;
  padding: 1px 2vw;
  position: absolute;
  top: 30%;
  right: 35%;
  text-shadow: 2px 2px black;
}
.modal_page #modal_enlace2 {
  z-index: 2003;
  width: fit-content;
  color: #38892f;
  font-size: 1.5vw;
  bottom: 15%;
  left: 18%;
  position: absolute;
}

#aliados {
  text-align: center;
  max-width: 80%;
  padding: 0px 20px;
}

#post-2
  .row-fluid
  #content_wrap
  .content-wrap-inn
  .pagebuilder-wrap:nth-child(4)
  .row-fluid {
  display: none !important;
  /* display: flex !important;
  justify-content: center !important; */
}

/* #aliados .contenidos{
  height: auto;
} */

#aliados h2 {
  /* background: #dedee0; */
  border-radius: 1rem;
  color: #243a44;
  padding-top: 1.2rem;
  display: inline-block;
  font-size: 2.4rem;
  font-family: var(--fuente-sitio4);
  font-weight: 800;
}

.diasiniva {
  margin: auto;
  font-size: 0.8rem;
  font-weight: bold;
  background: yellow;
}

/* C O T I Z A D O R*/
#nav-check {
  display: none;
}
#nav-check:checked + ul {
  display: block;
  padding: 0;
}
.infoUsuario {
  width: 35px;
  height: 35px;
  margin-left: 9px;
  background: #ffffff;
  text-decoration: none;
  border-radius: 100%;
  padding: 0;
  margin-bottom: 0;
}
.header-buttons--first-row {
  display: flex;
  margin-left: 15px;
  margin-top: 10px;
}
.mi-cuenta > a > img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.mi-cuenta label > img {
  display: none;
}
.mi-cuenta span {
  color: #ffffff;
  font-size: 0.8rem;
}

.infoUsuario form {
  display: var(--buscar);
}
.infoUsuario li {
  display: inline-block;
  padding: 0px 0px;
}
.infoUsuario li a {
  color: #e7cf3f;
}
.infoUsuario label {
  cursor: pointer;
  padding: 0px 5px;
  font-size: 0.8em;
}
.infoUsuario label:hover {
  text-decoration: underline;
}
.infoUsuario ul {
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(99, 99, 99, 0.2);
  box-shadow: 2px 2px 2px rgba(99, 99, 99, 0.2);
  left: 73%;
  position: absolute;
  top: 100%;
  width: 150px;
  display: none;
  z-index: 200;
}
.infoUsuario ul li {
  margin: 3px 0;
  padding: 5px 15px;
}
.infoUsuario ul li a {
  color: #000;
}

.cuenta {
  background: #efefef;
}
.cuenta h3 {
  font-family: var(--fuente-sitio4);
  text-transform: uppercase;
}
.cuenta .col-sm-3 nav {
  background: #ffffff;
  margin-bottom: 15px;
  /* border: 1px solid #ddd; */
  padding: 20px 0px;
  border-radius: 15px;
  /* border-bottom: solid 6px var(--color-sitio);
  border-bottom: linear-gradient(to right, #aac148, #509f4e); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cuenta .col-sm-3 nav h2 {
  padding: 2px 10px;
  font-size: 1.2em;
  color: white;
  border-bottom: solid 1px #dcdee3;
  background-color: #243a44;
}
.cuenta .col-sm-3 ul {
  list-style: none;
  padding: 0;
}
.cuenta .col-sm-3 li {
}
.cuenta .col-sm-3 a {
  color: #aaaaaa;
  display: block;
  padding: 5px 11px;
  background-color: #efefef;
}
.cuenta .col-sm-3 .activo {
  color: #aaaaaa;
  display: block;
  padding: 5px 11px;
  background-color: #e4e4e4;
}
.cuenta .col-sm-3 .activo:hover {
  background-color: #c5c5c5;
  color: #646464;
}
.cuenta .col-sm-3 a:hover {
  background: #d8d8d8;
  text-decoration: none;
}

/* .crearLista{
  background-color: #FCEE21;
  border-radius: 20px;
  color: #243A44;
} */

.review {
  /* margin-top: 15px; */
  padding: 15px 0px;
}
.review form {
  width: 100%;
}
.review label {
  display: block;
  margin-bottom: 3px;
  color: #aaaaaa;
}
.review a {
  color: #243a44;
}
.review .form-boton button {
  background: #fcee21;
  color: #243a44;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review .form-fullwidth {
  border: none;
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 0.8rem;
  /* color: #4b4b4b; */
}
.review textarea {
  max-height: 180px;
  min-height: 65px;
  resize: none;
}
.review .form-boton {
  /* margin-top: 15px; */
  text-align: left;
}
/* .review .form-boton button {
  color: white;
  background: var(--color-sitio);
  background-image: linear-gradient(to right, #aac148, #509f4e);
  padding: 8px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
} */
.review .form-boton button:hover {
  transform: scale(1.1);
}
.busqueda-cotizaciones {
  border: none;
  border-radius: 20px;
  padding-left: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
button.dt-button {
  background-color: #fcee21 !important;
  color: #243a44 !important;
  text-align: center !important;
  padding: 5px 25px !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

#listado thead > tr:nth-child(1) > th:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: none;
}
#listado thead > tr:nth-child(1) > th:last-child {
  border-top-right-radius: 15px;
  border-right: none;
}
#listado thead > tr:nth-child(1) > th {
  background-color: #ffffff;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #cececeb2;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  text-align: center;
}
table.dataTable tbody tr {
  background-color: #243a44 !important;
  color: #ffffff;
}
table.dataTable tbody tr td {
  border-bottom: 3px solid #efefef;
  border-left: 1px solid #ffffff6c;
  /* margin-bottom: 10px; */
}
table.dataTable tbody tr td:first-child {
  border-left: none;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
table.dataTable tbody tr td:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
table.dataTable thead th div.DataTables_sort_wrapper {
  text-transform: uppercase;
  color: #243a44;
  font-size: 0.8rem;
}
table.dataTable thead th.ui-state-default {
  background-color: transparent;
  border: none;
}
table.dataTable thead th.ui-state-default input {
  background-color: #ffffff !important;
  color: #aaaaaa;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#listado {
  overflow-x: scroll !important;
}
#listado_length select {
  border: none;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 20px;
}
#listado tbody a {
  color: #01e5ff;
}
.dataTables_wrapper {
  width: 1101px;
  overflow-x: scroll;
}
.dataTables_wrapper .ui-widget-header {
  /* background-image: linear-gradient(to right, #aac148, #509f4e); */
  background-color: transparent;
  border: none;
}
.odd {
  background-color: #aac14847 !important;
}

.imagen_pse,
.imagen_wompi,
.imagen_payu {
  background-repeat: no-repeat;
  background-position: right;
  background-blend-mode: unset;
  background-size: contain;
}

.imagen_payu {
  background-image: url(../fotos/Image/payu.jpg);
}
.imagen_wompi {
  background-image: url(../fotos/Image/wompi.jpg);
}
.imagen_pse {
  background-image: url(../fotos/Image/pse.png);
}
@media (max-width: 675px) {
  .dataTables_wrapper {
    width: 366px;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 820px) {
  .logo {
    opacity: 1;
    display: block;
  }

  #ocultar {
    display: unset !important;
  }
  #aliados {
    padding-top: 20px;
  }
  .abajo {
    /*height:26.5vw*/
    height: 0;
  }
  .children {
    left: 50%;
  }

  #confirmar {
    width: 100%;
  }
  .contenidoInterno h2 {
    font-size: 1.5em;
  }
  .productoC a {
    width: 60%;
  }

  .modal-div {
    width: 80%;
    overflow-y: scroll;
  }
  .modal-div-titulo img {
    height: 60px;
    top: -75px;
  }
  .modal-div .usos {
    margin-top: 40px;
  }
  .modal-div .modal-descripcion {
    margin-top: 20px;
  }

  .mapa-dir {
    width: 100%;
  }
  .mapa-dir p {
    width: 75%;
    margin: 0px auto 20px;
  }

  #categorias .texto {
    background: unset;
  }
  #p-destacados h3 a {
    color: black;
  }

  .modal-div .usos .leyenda {
    margin-top: -50px;
  }

  #shopping-cart-table th {
    font-size: 0.7rem;
  }
  #shopping-cart-table .cantidadCarro {
    width: 40px;
  }
}

.img-product-carrito {
  width: 200px !important;
}
.img-product-carrito .nobr {
  width: 100% !important;
}
.img-product-carrito > span > img {
  width: 100% !important;
  margin-left: 30px;
}

@media only screen and (max-width: 500px) {
  .modal-div {
    width: 95%;
    overflow-y: scroll;
  }
  .modal_page #modal_enlace1 {
    top: 42%;
  }
  .modal_page #modal_enlace2 {
    bottom: 38%;
  }
}

@media screen and (min-width: 820px) {
  .productos-scroll {
    height: 725px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 5px;
  }
}

@media screen and (min-width: 1900px) {
  .modal-div {
    width: 50%;
  }
}

.grecaptcha-badge {
  visibility: collapse !important;
}

.crearLista {
  background-color: #fcee21 !important;
  border-radius: 20px;
  color: #243a44 !important;
  display: inline-block !important;
  padding: 3px 15px;
  margin-top: 5px;
  font-family: var(--fuente-sitio3);
}
.pb-5 {
  padding-bottom: 0rem !important;
}

/*CELULAR HORIZONTAL*/
@media only screen and (max-width: 1100px) and (orientation: landscape) {
        .header-first-row{
            margin-top: 5%;
            padding: 2rem;
        }
        .header-second-row {
            height: 30%;
            width: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 1rem 15%;
        }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .header-header-second-rowfirst-row {
        margin-top: 5%;
        padding: 2rem;
    }
    .header-second-row {
        height: 30%;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 1rem 15%;
    }
    .categoria-cards-container .categoria-card {
        width: 21%;
        border-radius: 30px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        padding: 20px 20px;
        text-align: center;
        box-shadow: var(--medium-shadow);
    }
    .categoria-cards-container .categoria-card img {
        /* height: 143px; */
        max-height: 100px;
        margin-bottom: 1rem;
    }
    .descripcion-container-quimicos .descripcion-quimicos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        text-align: center;
        padding-top: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    h1, p, a{
        font-size:14px;
    }
    /*.descripcion h1,*/
    /*.descripcion p,*/
    /*.descripcion a {*/
        /* Ajusta el tamaño del texto según tu preferencia 
    /*}*/
    
    /*.descripcion-container-quimicos .descripcion-quimicos h1{*/
    /*    font-size*/
    /*}*/
}


@media screen and (max-width: 932px) and (orientation: landscape) {
    .tab{
        text-align: left;
    } 
    
    .productos-destacados {
        padding-top: 10px;
        padding-bottom: 40px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #efefef;
        width: 73.7vw;
        height: 30%;
        flex-direction: column;
    }
    
    .vercategoria::after {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-image: url(/fotos/Image/flecha_abajo_azul.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 11px;
        right: -10px;
    }

    #p-destacados .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 400px;
    }
    
    #blog .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
    
    /*.container {
        max-width: 80%;
    }*/
    
    .slick-track{
        width: 0%;
    }
    
    .blog-container img{
        display:none;
    }
    
    .resumen-container {
        height: 100px;
        border-bottom-left-radius: 0px; 
        border-bottom-right-radius: 0px;
    }
    
    .formulario3 .contactanos-info {
        width: 50%;
        height: 100%;
        margin-bottom: 5px;
    }
    
    .formulario3 .contactanos-info .contactanos-field .contact-text {
        width: 81%;
    }
    
    .camera_fakehover {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 300px;
        overflow-y: auto;
    }
    
    .empresa-historia {
    width: 70%;
    padding-left: 50px;
    }
    
    .camera_fakehover h1,
    .camera_fakehover h2,
    .camera_fakehover p {
        font-size: 0.5em; /* Reducción del tamaño de la fuente */
    }
    
    #camera_wrap_1{
        height: 270px;
        display: flex;
        margin-bottom: 24px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    
    .cameraContent h1,
    .cameraContent h2{
        font-family: Arial, sans-serif !important;
        font-weight: 500 !important;
    } 
    
    .cameraContent p,
    .cameraContent a {
        font-family: Arial, sans-serif !important;
        font-weight: 400 !important;
    }

    
    .descripcion-abrasivos, h1, h2, p{
        font-size: 8px !important;
    }
    
     /* -------------Banner Quimicos------------------ */
    
    .descripcion-container-quimicos .descripcion-quimicos {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding-left: 1rem;
        height: 300px;
    }
    
    .descripcion-container-quimicos .descripcion-quimicos h1 {
        font-family: var(--fuente-sitio6);
        font-size: 2.5rem !important;
        font-weight: 200;
        color: var(--amarillo-pagina);
        line-height: 1rem;
        margin-top: 10px;
    }
    
    .descripcion-container-quimicos .descripcion-quimicos p {
        margin-top: 8px;
        font-size: 1.7rem !important;
    }
    
    .descripcion-container-quimicos .descripcion-quimicos a {
        height: 40px;
        padding-top: 0px;
        width: 380px;
        font-size: 1.2rem !important;
    }
    
    
    /* -------------Banner seguridad Industrial------------------ */
    .descripcion-container .descripcion{
        display: flex;
        flex-direction: column; 
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding-left: 2rem; 
    }
    
    .descripcion-container .descripcion h1{
        font-size: 3.0rem !important;
        height:25px;
    }
    
    .descripcion-container .descripcion h2{
        font-size: 1.5rem !important;
        height:25px;
    }
    
    .descripcion-container .descripcion a{
        height: 40px;
        padding-top: 0px;
        width: 380px;
        font-size: 1.2rem
    }
    
    .descripcion-container .descripcion p{
        height:25px;
        font-size: 1.2rem !important;
    }
    
    /* -------------Banner Suministros------------------ */
    .descripcion-container-industrial .descripcion-industrial h1 {
        font-size: 2.5rem !important;
    }
    
    .descripcion-container-industrial .descripcion-industrial a {
        height: 40px;
        padding-top: 0px;
        width: 380px;
        font-size: 1.2rem
    }
    
    /* -------------Banner Abrasivos------------------ */
    .descripcion-container-abrasivos .descripcion-abrasivos {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding-left: 25rem; 
        padding-top: 5rem !important;
    }
    
    .descripcion-container-abrasivos .descripcion-abrasivos h1 {
        font-size: 2.5rem !important;
    }
    
    .descripcion-container-abrasivos .descripcion-abrasivos h2{
        font-size: 1.5rem !important;
    }
    
    .descripcion-container-abrasivos .descripcion-abrasivos p {
        font-size: 1.3rem !important;
        line-height: 1rem;
    }
    
    .descripcion-container-abrasivos .descripcion-abrasivos a{
        height: 40px;
        padding-top: 0px;
        width: 380px;
        font-size: 1.2rem
    }
    
    #contenedor-productos-main{
        margin: 2% 2% 2% 3%;
    }
    
    .header-first-row .header-redes {
        width: 72%;
    }
    
    .contenerdor--redes-general_{
        display: none;
    }
    
    .header-first-row .buscador {
        padding-right: 1.0rem;
    }
    
    .header-first-row .buscador button {
        margin-right: 1.0rem;
        width: 16%;
    }
    
    #post-17 .moudle.bottom-space-no {
        max-width: 78vw;
    }
    
    #post-17 .listado {
      min-width: 40rem !important;
      min-height: 460px !important;
    }
    
    .contenedor-categorias-marcas{
        padding-left: 0px !important;
    }
    
    .rango-precio {
        margin-bottom: 0rem !important;
    }
    
    .productos-categorias .content-product-acordion {
        border-radius: 20px;
        width: 46%;
    }
    
    .background-paginator{
        white-space: nowrap;
        overflow: hidden;
        width: 45%;
    }
    
    .barra-lateral-marcas-categorias > span {
        font-size: 1.2rem;
    }
    
    /*h1, p, a {
        font-size: 1.0rem;
    }*/
    
    /*#post-47 .empresa-container-general {
        height: auto !important;
    }*/
    
    #post-47 .empresa-container-general {
        height: 165vh !important;
    }
    
    .empresa-quienes {
        padding-left: 32px !important;
        padding-right: 0px !important;
    }
    
    .empresa-historia {
        padding-left: 32px !important;
        padding-right: 0px !important;
    }
    
    .empresa-mision-vision {
        height: 46vh !important;
        padding-top: 2rem !important;
    }
    
    #botonCotizar a {
        border-radius: 15px !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        padding-right: 110px !important;
        padding-left: 60px !important;
        font-size: 1.5rem !important;
    }
    
    .product-buttons-container-carrito {
        margin-top: 30px;
    }
    
    .moudle .bottom-space-no {
        justify-content: center;
    }
    
    .tab li {
        min-width: 0px !important;
    }
    
    #cabezote {
        height: 612px !important;
    }
    
    .banner-productos-generales > img {
        padding-top: 0px;
    }
    
    .info-contact {
        font-size: 1.1rem !important;
    }
    
    .info-horarios {
        font-size: 1.1rem !important;
    }
    
    #blog .contenidos > h2 {
        font-size: 2.2rem !important;
    }
    
    #productos--destacados {
        font-size: 1.8rem !important;
    }
    
    .empresa-banner--container h1 {
        font-size: 2.2rem !important;
    }
    
    .abajo {
        height: 64vw !important;
    }
    
    .contenidoInterno {
        padding-top: 0% !important;
    }
    
    .contenidos > h2, .contenidoInterno h2 {
        font-size: 1.3rem !important;
    }
    
    /*.formulario3 {
        margin-top: 60px !important;
    }*/
    
    .info-producto p {
        font-size: 1.2rem !important;
    }
    
}
