<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Typography */
/* Paleta y mas */
/* Generales */
.c1 {
  color: #4F6DF3;
}
.c2 {
  color: #0B1756;
}
.c3 {
  color: #D4DAF5;
}
.c4 {
  color: #171151;
}
.c5 {
  color: #171151;
}
.bg-c1 {
  background-color: #4F6DF3;
  color: #FFF;
}
.bg-c2 {
  background-color: #0B1756;
  color: #FFF;
}
.bg-c3 {
  background-color: #D4DAF5;
  color: #FFF;
}
.bg-c4 {
  background-color: #171151;
  color: #FFF;
}
.bg-c5 {
  background-color: #171151;
  color: #FFF;
}
html {
  font-size: 100%;
}
body {
  font-family: 'Karla', sans-serif;
  color: #474747;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
span.dato-contacto {
  font-size: 1.2rem;
  display: inline-block;
  padding-bottom: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quattrocento', serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
/* Generales */
[x-cloak] {
  display: none !important;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Quattrocento', serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #272727;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 12px;
  background-color: #4F6DF3;
  color: #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff;
}
.boton:hover {
  background-color: #0B1756;
  box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.15);
  color: #fff !important;
}
.boton.c2 {
  background-color: #0B1756;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #D4DAF5;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #171151;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #171151;
  color: #FFF;
}
.boton.c5:hover {
  color: #FFF;
}
.boton.outline {
  background-color: transparent;
  color: #4F6DF3;
  border: 1px solid #4F6DF3;
}
.boton.outline:hover {
  color: #4F6DF3;
}
.boton.outline.c2 {
  color: #0B1756;
  border: 2px solid #0B1756;
}
.boton.outline.c2:hover {
  color: #0B1756;
}
.boton.outline.c3 {
  color: #D4DAF5;
  border: 2px solid #D4DAF5;
}
.boton.outline.c3:hover {
  color: #D4DAF5;
}
.boton.outline.c4 {
  color: #fff;
  border: 2px solid #fff;
}
.boton.outline.c4:hover {
  background-color: #0B1756;
  border: none;
}
.boton.outline.c5 {
  color: #171151;
  border: 2px solid #171151;
}
.boton.outline.c5:hover {
  color: #171151;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
  position: relative;
}
ul.lista-iconos li::before {
  content: "\F633";
  font-family: 'bootstrap-icons';
  color: #5bc558;
  font-size: 21px;
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
/* HEADER */
#site-header {
  padding: 30px 50px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .logo img {
  width: 280px;
  height: auto;
}
#site-header .boton-contacto {
  display: inline-block;
  border-radius: 12px;
  background-color: #4F6DF3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff !important;
  line-height: 16px;
}
#site-header .boton-contacto:hover {
  background-color: #0B1756 !important;
}
#site-header .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#site-header .main-menu li a {
  padding: 14px 26px;
  text-decoration: none;
}
#site-header .main-menu.not-responsive li {
  display: inline;
  padding: 0 10px;
}
#site-header .main-menu.not-responsive li a {
  color: #0B1756;
  border-radius: 12px;
  transition: background-color 0.2s ease;
}
#site-header .main-menu.not-responsive li a:hover {
  background-color: rgba(255, 255, 255, 0.642);
}
#site-header .main-menu.not-responsive .item-dropdown {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#site-header .main-menu.not-responsive .item-dropdown .hover-link {
  cursor: pointer;
}
#site-header .main-menu.not-responsive .item-dropdown .hover-link i {
  position: relative;
  top: 2px;
}
#site-header .main-menu.not-responsive .item-dropdown .hover-link i::before {
  font-weight: 600 !important;
  transition: transform 0.3s ease;
}
#site-header .main-menu.not-responsive .item-dropdown:hover .lista-dropdown {
  opacity: 1;
  visibility: visible;
}
#site-header .main-menu.not-responsive .item-dropdown:hover i::before {
  transform: rotate(180deg);
}
#site-header .main-menu.not-responsive .item-dropdown .lista-dropdown {
  position: absolute;
  left: 10px;
  top: 125%;
  width: max-content;
  height: fit-content;
  visibility: hidden;
  padding: 20px 10px;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease 0.1s;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
}
#site-header .main-menu.not-responsive .item-dropdown .lista-dropdown li {
  position: relative;
}
#site-header .main-menu.not-responsive .item-dropdown .lista-dropdown li a {
  display: block;
  font-size: 16px;
  padding: 10px 12px;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 400;
}
#site-header .main-menu.not-responsive .item-dropdown .lista-dropdown li:hover a {
  color: #4F6DF3;
}
#site-header .main-menu.responsive {
  text-align: center;
  align-self: center;
}
#site-header .main-menu.responsive .boton-contacto {
  margin-top: 40px;
  background-color: #0B1756;
  padding: 10px 26px;
}
#site-header .main-menu.responsive a {
  display: inline-block;
  padding: 10px 15px;
  color: #FFF;
  font-family: Karla;
  font-size: 20px;
  line-height: normal;
}
#site-header .main-menu.responsive .item-dropdown {
  position: relative;
}
#site-header .main-menu.responsive .item-dropdown .hover-link {
  cursor: pointer;
}
#site-header .main-menu.responsive .item-dropdown .hover-link i {
  position: relative;
  top: 2px;
}
#site-header .main-menu.responsive .item-dropdown .hover-link i::before {
  font-weight: 600 !important;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
#site-header .main-menu.responsive .item-dropdown.clicked .lista-dropdown {
  opacity: 1;
  visibility: visible;
  height: 130px;
}
#site-header .main-menu.responsive .item-dropdown.clicked i::before {
  transform: rotate(0deg);
}
#site-header .main-menu.responsive .item-dropdown .lista-dropdown {
  padding-left: 0;
  visibility: hidden;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  height: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.menu-responsive {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4F6DF3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.menu-responsive .logo-responsive {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.menu-responsive .logo-responsive::after {
  width: 120%;
  max-width: 350px;
  content: '';
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menu-responsive .logo-responsive img {
  width: 260px;
  filter: brightness(2000%) grayscale(100%);
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #474747;
}
#menu-close {
  position: absolute;
  top: 25px;
  right: 28px;
  color: #424242;
  background-color: #0B1756;
  border-radius: 50%;
  line-height: 26px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 2px;
}
.item .wrap {
  position: relative;
}
.gracias {
  padding-top: 180px;
  padding-bottom: 180px;
}
/***** Footer *****/
#site-footer .hover-link {
  display: none;
}
#site-footer ul {
  list-style-type: none;
  padding-left: 0;
}
#site-footer h4 {
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#site-footer .footer-col {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#site-footer p {
  font-size: 16px;
  line-height: 26px;
}
.logo-footer img {
  width: 280px;
  filter: brightness(2000%) grayscale(100%);
  margin-bottom: 30px;
}
.footer-menu li a {
  line-height: 40px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.footer-menu li a:hover {
  color: #4F6DF3;
}
.logo-vox img {
  width: 50px;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright p {
  margin-bottom: 0;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #4F6DF3;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/**** FORMULARIOS ****/
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  padding-left: 35px;
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
}
.form-group .label-mensaje {
  display: block;
  padding-top: 20px;
}
.form-group .form-control {
  background-color: #F5F5F5;
  border-radius: 12px;
  border: none;
  min-height: 70px;
  padding-left: 20px;
}
.form-group .form-control:active,
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group textarea.form-control {
  min-height: 310px;
}
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 16px;
  padding-left: 3px;
  line-height: 10px;
}
button[type=submit]:not(.outline) {
  border: none;
}
.bg-gray {
  background-color: #f5f5f5;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
/***** Videos *****/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*utils*/
.first-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 76.76px;
}
.bordeado {
  border-radius: 20px;
}
.with-arrow {
  color: #4F6DF3;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}
.with-arrow:hover {
  color: #4F6DF3;
}
.with-arrow::after {
  content: '\F135';
  font-family: 'bootstrap-icons';
  color: #4F6DF3;
  position: relative;
  top: 4px;
  font-size: 20px;
}
.section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 47.5px;
  color: #0B1756;
}
/*home*/
/*hero*/
.hero .logo-hero {
  width: 120px;
  margin-bottom: 40px;
}
.hero .first-title {
  color: #0B1756;
  margin-bottom: 20px;
}
.hero p {
  margin-bottom: 40px;
}
.hero .swiper-container {
  width: 100%;
  height: 100%;
}
.hero .swiper-slide {
  height: fit-content;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
}
.hero .swiper-slide .wrap {
  position: relative;
}
.hero .swiper-slide .flecha-1 {
  position: absolute;
  left: 90%;
  bottom: 0;
  width: 250px;
}
.hero .swiper-slide .flecha-2 {
  position: absolute;
  right: 100%;
  top: 20px;
  width: 220px;
}
.hero #slide-1 {
  background: url(images/slide-1.jpg) right no-repeat;
  background-size: cover;
}
.hero #slide-2 {
  background: url(images/slide-2.jpg) left no-repeat;
  background-size: cover;
  text-align: end;
}
.hero #slide-2 .row {
  justify-content: end;
}
.hero .swiper-pagination-bullet-active {
  background-color: #0B1756;
}
.swiper-pagination {
  left: 0;
  z-index: 100;
  bottom: 50px;
  width: 100%;
  height: 50px;
}
/*categorias-home*/
.categorias-home {
  background-color: #D4DAF5;
}
.categorias-home .row {
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.item-categoria .wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.item-categoria .wrap:hover .circulo {
  bottom: -20%;
}
.item-categoria .wrap:hover .circulo .wrap {
  visibility: visible;
  opacity: 1;
}
.item-categoria .wrap:hover .with-arrow {
  visibility: hidden;
}
.item-categoria .wrap .circulo {
  position: absolute;
  padding: 40px 60px;
  height: 140%;
  width: 140%;
  bottom: 90%;
  left: -20%;
  border-radius: 50%;
  background-color: #4F6DF3;
  transition: all 0.3s ease;
}
.item-categoria .wrap .circulo .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: transparent;
}
.item-categoria .wrap .circulo .wrap .item-title {
  color: #fff;
  margin-bottom: 20px;
}
.item-categoria .wrap .circulo .wrap p {
  color: #fff;
  margin-bottom: 30px;
}
.item-categoria .wrap img {
  margin-top: 20px;
  margin-bottom: 30px;
}
.item-categoria .wrap h3 {
  font-family: Karla;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #0B1756;
  margin-bottom: 30px;
}
/*heading*/
.heading {
  padding-top: 120px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 12%, #d4daf5 12%);
}
.heading .heading-bg {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
}
.heading .heading-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.heading .first-title {
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}
.heading .first-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 8px;
  background-color: #4F6DF3;
}
.page-empresa .heading-bg {
  background: url(images/heading-algodon.jpg) center no-repeat;
  background-size: cover;
}
.page-contacto .heading-bg {
  background: url(images/heading-contacto.jpg) center no-repeat;
  background-size: cover;
}
.page-single-categoria .pabilo-de-algodon .heading-bg {
  background: url(images/heading-pabilo.jpg) center no-repeat;
  background-size: cover;
}
.page-single-categoria .estopas .heading-bg {
  background: url(images/heading-estopa.jpg) center no-repeat;
  background-size: cover;
}
.page-single-categoria .trapos .heading-bg {
  background: url(images/heading-trapos.jpg) center no-repeat;
  background-size: cover;
}
/*contacto*/
.texto-contacto img {
  margin-bottom: 40px;
}
.texto-contacto p {
  margin-bottom: 60px;
}
/*gracias*/
.texto-gracias img {
  margin-bottom: 40px;
}
.texto-gracias h1 {
  margin-bottom: 30px;
}
.texto-gracias p {
  color: #0B1756;
  margin-bottom: 40px;
}
/*single*/
.botones-single {
  position: relative;
}
.botones-single .container-botones {
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
}
.boton-single .wrap {
  background: #4F6DF3;
  border-radius: 12px;
  padding: 25px 32px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.boton-single .wrap:hover {
  background-color: #fff;
}
.boton-single .wrap:hover img {
  visibility: visible;
  height: 125px;
}
.boton-single .wrap:hover h3 {
  color: #0B1756;
  margin-top: 30px;
}
.boton-single .wrap:hover .with-arrow {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.boton-single .wrap:hover .boton-excerpt {
  visibility: visible;
  opacity: 1;
  height: 50px;
  margin-top: 20px;
}
.boton-single .wrap img {
  border-radius: 12px;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
}
.boton-single .wrap .boton-excerpt {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.boton-single .wrap .boton-excerpt p {
  margin-bottom: 0px;
  color: #0B1756;
  text-align: center;
  font-family: Karla;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.888px;
  transition: all 0.3s ease 0.2s;
}
.boton-single .wrap h3 {
  font-family: Karla;
  font-size: 20px;
  font-weight: 800;
  line-height: 23px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}
.boton-single .wrap .with-arrow {
  color: #fff;
}
.boton-single .wrap .with-arrow::after {
  color: #fff;
}
.boton-single-mobile {
  padding: 25px 20px;
  border-radius: 12px;
  border: 1px solid #4F6DF3;
  text-align: center;
  height: 100%;
}
.boton-single-mobile img {
  border-radius: 12px;
  margin-top: 15px;
}
.boton-single-mobile h3 {
  color: #4F6DF3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  font-family: Karla;
  margin-top: 15px;
}
.boton-single-mobile .boton-excerpt p {
  margin-bottom: 0px;
  font-size: 16px;
}
.swiper-cards-productos {
  overflow: hidden;
  position: relative;
}
.caracteristicas-single h2 {
  color: #4F6DF3;
  font-family: Karla;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.entry ul p,
.entry ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.36px;
  margin-bottom: 15px;
}
.item-producto {
  background-color: #F5F5F5;
  margin-top: 30px;
}
.item-producto .imagen-producto img {
  border-radius: 12px;
  overflow: hidden;
}
.item-producto .contenido-producto h2 {
  margin-bottom: 40px;
}
.item-producto .contenido-producto .entry p {
  margin-bottom: 30px;
}
.item-producto .contenido-producto .entry ul {
  margin-bottom: 30px;
}
.dantex {
  background: url(images/bg-dantex.jpg) center no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.dantex::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}
.dantex img {
  width: 350px;
}
.swiper-cards {
  overflow: hidden;
}
.modal-content-wsp .modal-header {
  padding: 26px;
}
.modal-content-wsp .modal-header p {
  margin-bottom: 0;
}
.btn-wsp {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #25D366;
  margin-right: 7px;
}
.item-wsp {
  display: flex;
  background-color: #e3e3e3;
  border-left: 3px solid #0B1756;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: center;
}
.item-wsp h5,
.item-wsp p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-wsp i {
  color: #FFF;
  font-size: 1.8rem;
}
.opciones-wsp {
  width: 300px;
  position: fixed;
  bottom: 150px;
  right: 30px;
  background-color: #fff;
  border-radius: 7px;
  z-index: 100;
}
.opciones-wsp .header-wsp {
  background-color: #4F6DF3;
  border-radius: 7px 7px 0 0;
  color: #FFF;
  padding: 20px;
}
.opciones-wsp .header-wsp h3 {
  margin-bottom: 0;
}
.opciones-wsp .wrap-opciones {
  padding: 20px;
}
.opciones-wsp .opcion-telefono {
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 5px;
}
.opciones-wsp .opcion-telefono i.bi {
  color: #25D366;
  font-size: 2rem;
  margin-right: 7px;
}
.opciones-wsp .opcion-telefono span {
  font-size: 1.3rem;
}
.opciones-wsp .opcion-telefono a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.opciones-wsp .opcion-telefono a:hover i.bi {
  color: #4F6DF3;
}
.opciones-wsp .opcion-telefono a:hover span {
  color: #4F6DF3;
}
.wsp-flotante {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 50px;
  background-color: #25D366;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 90;
  display: grid;
  place-content: center;
  transition: all 0.3s;
  outline: none;
  font-size: 30px;
  border: none;
  color: #fff;
}
.wsp-flotante:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.wsp-flotante button {
  outline: none;
  background: none;
  font-size: 30px;
  border: none;
  color: #fff;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1199.98px) {
  #site-footer .footer-col {
    display: block;
  }
  #site-header {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .more-gutter {
    --bs-gutter-x: 5rem;
  }
  .texto-caracteristicas {
    padding-right: 60px;
    border-right: 1px solid #666;
  }
  .p-c {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .categorias-home .row {
    padding-top: 60px;
    margin-top: 0px;
    position: relative;
    z-index: 5;
  }
  .categorias-home-mobile {
    background: #f5f5f5;
    background: linear-gradient(180deg, #f5f5f5 20%, #d4daf5 20%);
  }
  .item-producto .imagen-producto {
    order: 1;
    margin-bottom: 40px;
  }
  .item-producto .contenido-producto {
    order: 2;
  }
  .categorias-home-mobile .item-categoria .wrap {
    min-height: 340px;
    text-align: center;
    padding: 30px 40px;
  }
  .item-categoria .wrap .circulo {
    padding: 30px 40px;
  }
  .boton-single {
    margin-bottom: 20px;
  }
  .texto-caracteristicas {
    margin-bottom: 35px;
  }
  .imagen-producto {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .item-producto:nth-child(even) .imagen-producto {
    order: 1;
  }
  .item-producto:nth-child(even) .contenido-producto {
    order: 2;
  }
  .item-producto:nth-child(odd) .imagen-producto {
    order: 2;
  }
  .item-producto:nth-child(odd) .contenido-producto {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .hero .swiper-slide {
    justify-content: center;
    padding-top: 430px;
    padding-bottom: 100px;
    text-align: center;
  }
  .hero .swiper-slide .wrap {
    position: static;
  }
  .hero .swiper-slide .flecha-1 {
    position: absolute;
    right: 0;
    left: unset;
    top: 180px;
    bottom: unset;
    width: 200px;
    transform: rotate(305deg);
  }
  .hero .swiper-slide .flecha-2 {
    position: absolute;
    right: unset;
    left: 50px;
    top: 100px;
    width: 160px;
    transform: rotate(20deg);
  }
  .hero #slide-1 {
    background: url(images/slide-1-mobile.png) center no-repeat;
    background-size: cover;
  }
  .hero #slide-2 {
    background: url(images/slide-2-mobile.png) center no-repeat;
    background-size: cover;
    text-align: center;
  }
  .dantex {
    height: 450px;
  }
  .dantex img {
    width: 220px;
  }
  .categorias-single .row {
    --bs-gutter-y: 30px;
  }
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom &gt; .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ptb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt {
    padding-top: 60px;
  }
  .pb {
    padding-bottom: 60px;
  }
  #site-footer .footer-col {
    text-align: center;
  }
  .caracteristicas-single img {
    width: 35px;
  }
  .caracteristicas-single h2 {
    color: #4F6DF3;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    font-family: Karla;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
  }
  .first-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
  }
  .heading {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .heading .heading-bg {
    height: 230px;
  }
}
@media (max-width: 378px) {
  .logo-responsive::after {
    width: 90%;
  }
}
</pre></body></html>