:root {
  --primary: #009F4F;
  --primary-dark: #009F4F;
  --primary-light: #97C343;
  --secondary: #2a2d54;
  --secondary-dark: #1b1d37;
  --secondary-light: #e9e9f7;
  --inter: "inter", sans-serif;
  --inter-smk: "inter Black", sans-serif;
  --passion-smk: "passion Black", sans-serif;
  --passion-sm: "passion Bold", sans-serif;
  --passion: "passion Regular", sans-serif;
  --staatliches: "staatliches Regular", sans-serif;
  --border-blue: solid 1px #2a2d541c;
}
@font-face {
  font-family: "inter";
  src: url("fonts/Inter-VariableFont_slnt,wght.ttf");
}
@font-face {
  font-family: "inter Black";
  font-weight: 800;
  src: url("fonts/Inter-VariableFont_slnt,wght.ttf");
}
@font-face {
  font-family: "passion Black";
  src: url("fonts/PassionOne-Black.ttf");
}
@font-face {
  font-family: "passion Bold";
  src: url("fonts/PassionOne-Bold.ttf");
}
@font-face {
  font-family: "passion Regular";
  src: url("fonts/PassionOne-Regular.ttf");
}
@font-face {
  font-family: "staatliches Regular";
  src: url("fonts/Staatliches-Regular.ttf");
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?t24afv");
  src: url("fonts/icomoon.eot?t24afv#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?t24afv") format("truetype"),
    url("fonts/icomoon.woff?t24afv") format("woff"),
    url("fonts/icomoon.svg?t24afv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-clipboard:before {
  content: "\e903";
}
.icon-cpu:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-headphones:before {
  content: "\e906";
}
.icon-home:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-mail:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e90e";
}
.icon-messenger:before {
  content: "\e90c";
}
.icon-play-circle:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e906";
}
.icon-support:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e90a";
}
.icon-video:before {
  content: "\e90b";
  font-size: 18px;
  margin-right: 5px;
  color: #fff;
}
.icon-whatsapp:before {
  content: "\e90d";
}
.icon-messenger:before {
  content: "\e91c";
}
.icon-x:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e914";
}

p,
ul,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
* {
  font-family: var(--inter);
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  height: 100%;
}
b,
strong {
  /* font-family: var(--passion-sm); */
}
body.noscroll {
  overflow: hidden;
  padding-right: 17px;
}
body.error .msg-error {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  border-radius: 0;
}
.owl-carousel, .carousel-control-next, .carousel-control-prev, .carousel-caption, .owl-carousel, .carousel-indicators {
  z-index: 0 !important;
}
.dropdown-item {
  background-color: white;
  border-radius: 0;
}
.dropdown-item:hover {
  box-shadow: inset 0 -3px 0 0 var(--primary);
  background: white;
}
.dropdown-item.active,
.dropdown-item:active {
  background: var(--primary);
}
.pddlz {
  padding-left: 0;
}
.alert {
  text-align: left;
}
.title {
  color: var(--secondary);
  font-size: 33px;
  font-family: var(--passion-sm);
}
.subtitle {
  color: var(--secondary);
  font-size: 15px;
  font-weight: 600;
}
.subtitle-2 {
  color: var(--primary);
  font-size: 18px;
  font-family: var(--passion-sm);
}
.paragraph {
  line-height: 18px;
  font-size: 15px;
  color: black;
  font-family: var(--passion);
}
.paragraph b {
  color: var(--secondary);
}
.flecha-left {
  transform: rotate(180deg);
}
.btn {
  border: solid 1.5px transparent;
  border-radius: 10px;
  padding: 9px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  font-family: var(--inter);
  font-weight: initial;
  letter-spacing: 0;
  margin-right: 5px;
  font-size: 14px;
}
.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: inset -3px 3px 3px var(--primary), inset 2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
  position: relative;
}
.btn-primary.icono{
  padding-right: 40px;
}
.btn-primary.icono svg{
  fill: white;
  width: 27px;
  position: absolute;
  right: 5px;
}
.btn-primary:focus,
.btn-primary:hover {
  color: white;
  background: var(--primary);
  border-color: var(--primary);
}
.btn-primary:active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: white !important;
}

.btn-secondary {
  background: var(--primary-light);
  color: white;
  box-shadow: inset -3px 3px 3px var(--primary-light), inset 2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
}
.btn-secondary:focus,
.btn-secondary:hover {
  color: white;
  background: var(--primary-light);
  border-color: var(--primary-light);
}
.btn-secondary:active {
  background: var(--primary-light) !important;
  border-color: var(--primary-light) !important;
  color: white !important;
}

.btn-ver-producto, .btn-ver-cotizaciones {
  color: var(--primary);
  text-decoration: underline; 
  text-underline-position: under;
  font-style: italic;
  font-weight: bold;
  line-height: 40px;
  font-size: 14px;
}
.btn-ver-producto:hover, .btn-ver-cotizaciones:hover {
  color: var(--primary);
  text-decoration: underline;
}

.owl-theme .owl-dots .owl-dot {
  border: solid 2px #C3C3C3;
  width: 20px;
  height: 20px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}
.owl-theme .owl-dots .owl-dot.active {
  border: solid 2px #000;
}
.owl-theme .owl-dots .owl-dot span {
  background: #C3C3C3 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #000 !important;
}

/*Header*/
.header-top {
  box-shadow: 0 0 10px 0 #d9d9d9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 5px;
}
.c-buscador {
  /* background-color: var(--primary);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  max-width: 220px; */
  position: relative;
}
.c-buscador input, .c-buscador input:focus,
.c-buscador button {
  border: none;
  background-color: var(--primary);
  height: 35px;
  color: #fff;
  padding-left: 15px;
  padding-right: 0;
  font-size: 14px;
}
.c-buscador button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding: 0 10px 0 0;
}

.searcher {
  background-color: var(--primary);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  max-width: 220px;

  display: flex;
}
.resultados-buscador {
  z-index: 2;
  display: none;
  position: absolute;
  width: 170%;
  top: 43px;
  background: #fff;
  overflow-y: scroll;
  max-height: 70vh;
  right: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px rgb(144, 144, 144);
}
.resultados-buscador::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}
.resultados-buscador::-webkit-scrollbar-button {
  display: none;
}
.resultados-buscador::-webkit-scrollbar-track {
  background: transparent;
}
.resultados-buscador::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.resultados-buscador .c-producto{
  display: flex;
  border-bottom: solid 1px var(--primary);
  color: var(--dark-grey);
  }
.resultados-buscador .sin-resultados{
  padding: 10px;
  line-height: 20px;
}

.header-top-movil{
  display: none;
}
.header-top-links {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
}
.header-top-links svg, .header-logos svg{
  height: 16px;
  fill: #fff;
  margin-right: 5px;
}
.header-top p {
  font-size: 12px;
  color: var(--secondary);
  line-height: 14px;
  display: flex;
  align-items: center;
}
.header-top i {
  /* font-size: 25px; */
}

.header-top-links a, .header-top-links span {
  display: flex;
  color: #b4b4b4;
  align-items: center;
  font-size: 13px;
  margin-right: 10px;
}

.header-top-links > a p,
.header-top-links > div p {
  font-size: 12px;
}
.header-top-links h2 {
  color: var(--secondary);
  font-size: 14px;
  display: flex;
  gap: 5px;
  font-weight: bold;
}
header .nav-item:hover{
  box-shadow: inset 0 -2px 0 0 var(--primary-light);
}
.header-top a:hover {
  color: #fff;
}
header .nav-item.show:hover {
  box-shadow: none;
}
.dropdown-menu {
  padding: 8px 20px;
}
.header-main {
  border-bottom: #D4D4D4 2px solid;
  padding: 8px 20px;
}
.header-main img {
  backdrop-filter: blur(1px);
}
.header-main .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.header-main .wrapper > ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  width: 100%;
}
.header-main .nav-item-other,
.header-main .nav-link {
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.header-main .nav-item-other:hover,
.header-main .nav-link:hover {
  color: var(--primary);
}
.header-main .nav-item .submenu{
  display: none;
  padding: 20px;
  z-index: 1000;
  position: absolute;
  background-color: #000;
  width: 300px;
  max-height: 70vh;
  overflow-y: scroll;
}
.header-main .nav-item .submenu::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}
.header-main .nav-item .submenu::-webkit-scrollbar-button {
  display: none;
}
.header-main .nav-item .submenu::-webkit-scrollbar-track {
  background: transparent;
}
.header-main .nav-item .submenu::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.header-main .nav-item .submenu a{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.header-main .nav-item .submenu a:hover{
  color: #fff;
  color: var(--primary-light);
}
.header-main .nav-item:hover .submenu{
  display: block;
}
.header-main .icono-compras {
  background-color: var(--primary) !important;
  border-radius: 50%;
  padding: 0 6px;
}
.header-main .icono-compras svg {
  color: #fff;
  width: 25px;
}
.dropdown-toggle::after {
  display: none;
}
.header-logos {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logos .telefono {
  font-size: 16px;
  color: var(--primary-light);
  font-weight: bold;
  font-style: italic;
  margin-right: 15px;
}
.header-logos .social svg {
  height: 23px;
}
.header-logos .social svg:hover {
  fill: var(--primary-light);
}
.header-main .icon-home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--secondary);
  background: white;
}
.header-btn {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  background: white;
  border-radius: 20px;
  font-size: 15px;
  line-height: 16px;
  color: var(--secondary);
  margin-right: 10px;
  text-align: left;
}
.header-btn i {
  font-size: 20px;
}
.header-btn:hover {
  background: var(--primary);
  color: white;
}
/*End Header*/
/*Lateral*/
.lateral {
  position: absolute;
  top: 135px;
  right: 0;
  width: 560px;
  display: flex;
  box-shadow: -6px 1px 8px 0px #00000017;
  height: 100%;
}
.lateral > aside {
  width: 50%;
  border-right: var(--border-blue);
}
.lateral > aside > section {
  padding: 30px;
}
.blog-videos .post-desc,
.lateral-videos .post-desc {
  background: var(--secondary-light);
  flex-direction: row;
  display: flex;
  gap: 10px;
}
.blog-videos .post-title,
.lateral-videos .post-title {
  color: var(--secondary);
  margin-top: 5px;
}
.c-contenido.vista-desplegada-blog .info .post-wrap{
  padding: 30px;
}
.c-contenido.vista-desplegada-blog .info {
  padding: 0px;
}
.c-contenido.vista-desplegada-blog figure {
  margin: 0;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contenido.vista-desplegada-blog .info img{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-body,
.blog-header {
  padding: 35px;
}
.vista-desplegada-blog .title {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  color: var(--secondary);
}
.blog-subtitle {
  font-size: 18px;
  text-align: center;
  color: var(--primary);
  font-family: var(--passion-sm);
  margin: 10px 0;
}
.vista-desplegada-blog p,
.vista-desplegada-blog .paragraph {
  text-align: justify;
  font-size: 14px;
  color: var(--secondary-dark);
  font-family: var(--passion-m);
  padding-bottom: 10px;
}
.vista-desplegada-blog h1,
.vista-desplegada-blog h2,
.vista-desplegada-blog h3,
.vista-desplegada-blog h4,
.vista-desplegada-blog h5 .vista-desplegada-blog h6 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}
.blog-author {
  text-align: center;
  margin: 50px 0;
}
.blog-author > a {
  display: inline-flex;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
}
.blog-author-name {
  font-size: 16px;
  font-family: var(--passion-sm);
  color: var(--secondary);
}
.blog-author-desc {
  font-size: 14px;
  font-family: var(--passion);
  color: var(--secondary);
}
.blog-relacionados {
  background: linear-gradient(180deg, #f1f1f1, transparent);
  padding: 35px;
}

.lateral .subtitle {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 7px;
  border-bottom: var(--border-blue);
  font-size: 16px;
}
.lateral .subtitle i {
  font-size: 20px;
}
.lateral-news .subtitle {
  color: var(--primary);
}
.lateral-videos .subtitle {
  color: var(--secondary);
}
.lateral-wrap-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lateral-wrap-posts .btn {
  margin-top: 0 !important;
}
.post {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px;
}
.post h3 {
  font-family: var(--passion-m);
  font-size: 12.5px;
  text-align: left;
  color: var(--secondary);
}
.post-title {
  margin-top: 5px;
  text-align: left;
  font-size: 17px;
  font-family: var(--passion-sm);
  color: var(--primary);
}
.post-desc {
  padding: 20px;
  height: 150px;
  background: #ffb08629;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lateral-videos .post-desc {
  flex-direction: row;
}
.post figure {
  width: 219px;
  height: 123px;
  overflow: hidden;
}
.post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post:hover {
  box-shadow: 0 0 20px 0 #bdbdbd;
}

.c-contenido.blog-noticias {
  background-color: #F2F3F7 !important;
}
.c-contenido.blog-noticias .info .desc{
  padding: 10px;
}
.c-contenido.blog-noticias .info .blog-wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.c-contenido.blog-noticias .info .blog-wrap .post {
  background-color: #fff;
  width: 45%;
  margin: 10px;
  padding: 0;
}
.c-contenido.blog-noticias .info .imagen {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.c-contenido.blog-noticias .info .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contenido.blog-noticias .info figure,
.lateral-news figure {
  border-radius: 0 0 10px 10px;
}
.c-contenido.blog-videos .info figure,
.lateral-videos figure {
  border-radius: 10px 10px 0 0;
}
.c-contenido.blog-noticias .info .desc h5, .c-contenido.blog-noticias .info .desc h3{
  font-weight: bold;
  font-size: 14px;
}
.lateral-videos figure img,
.lateral-news figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post h6 {
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--passion-sm);
  color: var(--primary);
  line-height: 18px;
  gap: 5px;
}
.post h6 span {
  font-size: 28px;
  font-family: var(--passion-sm);
  color: var(--secondary);
}
.lateral-movil {
  position: fixed;
  top: 167px;
  right: 0;
  background: var(--white);
  z-index: 5;
  width: 40px;
  border-right: solid 2px var(--light-grey);
  display: none;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 0px 8px 0px #ededed;
}
.lateral-movil a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: var(--secondary);
  font-size: 14px;
  display: none;
}
.lateral-movil a:hover,
.lateral-movil a:active {
  background: var(--secondary);
  color: white;
}
/*End Lateral*/

/* .contenido {
  margin-right: 0;
  display: grid;
  grid-template-columns: 1fr 560px;
  min-height: 600px;
} */

/* .left-column {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
} */

.c-banner .texto {
  z-index: 10;
  position: absolute;
  top: 140px;
  left: 100px;
  width: 400px;
}
.c-banner .texto h1 {
  font-family: var(--passion-sm);
  line-height: 45px;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: 0 -1px 3px #535353;
}
.index .c-banner .texto p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
  color: #000;
}

.home-description {
  padding: 50px;
}
.home-intro {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.home-intro > div {
  width: 50%;
}
.home-we {
  margin: 70px 0;
}
.home-we > div {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.home-we .subtitle {
  color: var(--primary);
  font-size: 25px;
}
.home-brands {
  margin: 70px 0;
  border-top: var(--border-blue);
  padding-top: 30px;
  margin-bottom: 0;
}
.home-brands h3 {
  font-size: 16px;
  font-family: var(--passion-sm);
  color: var(--secondary);
}
.home-brands figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.home-portal-types {
  padding: 50px;
  background: #f3f3f3;
}
.home-brands figure img {
  width: calc((100% / 3) - 40px);
}
.home-portal-wrap {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}
.home-portal-wrap figure,
.home-portal-wrap div {
  width: 50%;
  list-style: none;
}
a.paragraph {
  font-family: var(--passion-sm);
}
a.paragraph:hover {
  color: var(--primary);
}
.redes i {
  font-size: 20px !important;
}
.home-portal-wrap li {
  color: var(--secondary);
  line-height: 18px;
  margin: 10px 0;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.home-portal-wrap li::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fbeec1;
}
.home-portal-wrap li:nth-child(2)::before {
  background: #f2c7ce;
}
.home-portal-wrap li:nth-child(3)::before {
  background: #d7e4b9;
}
.home-portal-wrap li:nth-child(4)::before {
  background: #c2c8ec;
}
.home-portal-wrap li:nth-child(5)::before {
  background: #bae5eb;
}
.home-portal-wrap img {
  width: 100%;
}

.titulo-seccion {
  width: fit-content;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: italic;
  font-family: var(--staatliches);
  font-size: 31px;
  letter-spacing: 2px;
}

.titulo-seccion.blanco {
  color: #fff;
}
.titulo-seccion.negro {
  color: #000;
}

.linea {
  margin: 0;
  margin-top: 3px;
  width: 100px;
  height: 4px;
  background-color: var(--primary-light);
}
.titulo-seccion .linea {
  margin: 0 auto;
}
.subtitulo-seccion {
  color: var(--primary);
}

/*Nosotros*/
.nosotros {
  padding: 50px;
  background: var(--primary) url("../img/fondo-nosotros.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position-x: right; */
}
.nosotros .video{
  display: flex;
  justify-content: center;
}
.nosotros .video img{
  max-width: 400px;
}
.nosotros svg {
  border-radius: 50%;
  border: 3px solid var(--primary-light);
  height: 48px;
  fill: #fff;
  padding: 3px;
  margin-right: 10px;
}
.nosotros p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 17px;
}
/*end nosotros*/

/* Servicios */
.servicios {
  padding: 20px 50px 30px;
  background: var(--primary) url("../img/fondo-servicio.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.servicios h2 {
  color: var(--primary-light);
  font-style: italic;
  font-family: var(--staatliches);
  font-size: 23px;
  letter-spacing: 1px;
}
.servicios p {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
}
.servicios p span{
  font-size: 27px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* Maquinas */
.maquinas {
  padding: 20px 50px 20px;
  background: var(--primary) url("../img/fondo-maquinas.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.maquinas p {
  color: #fff;
  font-size: 23px;
  line-height: 26px;
}
.maquinas p span{
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}

/*Clientes*/
.clientes {
  padding: 50px;
  background-color: #EEEEEE;
}
.clientes .marcas{
  margin-top: 50px;
}
.clientes .marcas figure{
  background-color: #fff;
  border-radius: 50px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clientes .marcas figure img{
  max-width: 190px;
  height: auto;
}
.clientes svg, .contacto .formulario .contenedor-titulo svg {
  border-radius: 50%;
  border: 3px solid var(--primary-light);
  height: 48px;
  fill: #000;
  padding: 3px;
  margin-right: 10px;
}
.clientes p{
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 17px;
  text-align: center;
}
/*end clientes*/

/*Contacto*/
.contacto {
  padding: 40px 50px 30px;
  background: var(--primary) url("../img/fondo-contacto.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.contacto .left{
  max-width: 85%;
  padding-top: 15px;
}
.contacto .left .mapa{
  /* max-width: 100%; */
  margin: 30px 0;

  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.contacto .left svg {
  border-radius: 50%;
  border: 2px solid var(--primary-light);
  height: 38px;
  fill: #fff;
  padding: 3px;
  margin-right: 10px;
}
.contacto .left p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 17px;
  text-align: justify;
}
.contacto .left p b{
  font-size: 18px;
  font-style: italic;
}
.contacto .left p span{
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}
.contacto .formulario{
  max-width: 500px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgb(74, 74, 74);
}
.contacto .formulario .titulo-seccion {
  line-height: 50px;
  margin-bottom: 10px;
}
.contacto .formulario p{
  color: #000;
}
.contacto .formulario label{
  font-size: 14px;
  font-style: italic;
  margin-bottom: 3px;
  color: #000;
}
.contacto .formulario .form-group {
  margin-bottom: 10px;
}
.contacto .formulario .form-control {
  height: 30px;
  padding: 0 10px;
  box-shadow: inset 0px -3px 5px #c4c4c4;
  background-color: #EEEEEE;
  border: 1px solid #c4c4c4;
  font-size: 15px;
}
.contacto .formulario textarea {
  height: auto !important;
  padding: 10px !important;
}
.contacto .formulario .btn {
  margin-top: 10px;
  width: 100%;
  justify-content: left;
}
.contacto .formulario .btn-primary.icono svg {
  width: 45px;
}
/*end Contacto*/

/*Intranet*/
/* .intranet {
  padding: 100px 50px;
  background-color: #f1f4fa;
  background-image: url(../img/bg-intranet.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.intranet-desc {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}
.intranet-module {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  width: 100%;
  gap: 15px;
  margin-bottom: 30px;
}
.intranet-module li {
  display: flex;
  align-items: center;
  background: #d7e4b9;
  color: var(--secondary);
  font-family: var(--passion-sm);
  padding: 10px 20px;
  font-size: 15px;
  line-height: 17px;
} */
/*End Intranet*/
/*analysis*/
/* .analysis {
  padding: 50px;
}
.analysis .title {
	font-size: 28px;
    margin-top: 20px;
}
.informes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.informes div {
  grid-column: span 2;
}
.informe {
  background: white;
  box-shadow: 0 0 10px 0 #c3c3c3;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
  padding: 20px;
}
.informe img {
  max-width: 100%;
}
.informes h2 {
  font-family: var(--passion-sm);
  font-size: 15px;
  text-align: center;
  line-height: 17px;
  color: var(--secondary);
} */
/*End analysis*/

/*Footer*/
footer {
  padding: 0;
  position: relative;
  background: #FFFFFF;
}
.footer-top {
  padding: 20px 50px 0 80px;
  width: 100%;
  color: var(--primary-dark);
  font-weight: bold;
  font-size: 15px;
}
footer .linea {
  width: 100%;
  height: 2px;
  margin-top: 7px;
}
.footer-center {
  padding: 10px 50px 30px 80px;
  width: 100%;
}
.footer-center img{
  margin-top: 20px;
}
.footer-center ul{
  padding: 0;
}
.footer-center ul li{
  padding: 0;
  line-height: 22px;
}
.footer-center ul li a{
  color: #000;
  font-size: 14px;
}
.footer-center ul li a:hover{
  color: var(--primary-light);
  font-size: 14px;
  font-weight: bold;
}
.footer-center .lista-contacto svg {
  width: 25px;
  margin-right: 3px;
}
.footer-center .lista-contacto p span {
  color: #000;
  font-size: 14px;
}
.footer-center .lista-redes svg {
  fill: #000;
  width: 30px;
  margin-right: 10px;
}
.footer-center .lista-redes svg:hover {
  fill: var(--primary-light);
}
.footer-movil {
  display: none;
}
footer .copy ul{
  padding: 8px 0;
  color: #b4b4b4;
  background: #000;
  display: flex;
  justify-content: center;
  font-size: 13px;
}
footer .copy ul li{
  text-align: center;
}
footer .copy a{
  margin: 0 7px;
  color: #b4b4b4;
}
footer .copy a:hover{
  color: #fff;
}
footer .header-top-links i {
  font-size: 30px;
}
.submenu-footer{
  padding-left: 20px !important;
}
.submenu-footer li{
  list-style: disc;
}

.site-map {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  padding: 20px 50px;
  gap: 25px;
  background: #eaeaf8;
  box-shadow: inset 0px 6px 20px 0 #c1c1e5;
}
.site-map .subtitle {
  font-size: 17px;
  font-family: var(--passion-sm);
  color: var(--secondary);
}
.site-map .paragraph {
  font-size: 12.5px;
}
.site-map ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--border-blue);
}
.site-map li {
  list-style: none;
}
.site-map a {
  font-family: var(--passion);
  font-size: 14.5px;
  color: black;
}
.site-map a:hover {
  color: var(--primary);
}
/*End Footer*/

/* Productos */
.seccion-productos{
  padding-bottom: 40px;
}
.seccion-productos .head {
  padding: 60px 0 20px;
}
.seccion-productos .icon-titulo {
  height: 60px;
  fill: var(--primary-light);
  padding: 3px;
  margin-right: 10px;
}
.seccion-productos .owl-theme .owl-nav {
  text-align: right;
}
.seccion-productos .owl-theme .owl-nav button:focus {
  outline: none;
}

.producto .botones .btn-primary, .producto .botones .btn-ver-producto{
  display: none;
}
.producto {
  position: relative;
  background: #fff;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  border: 2px solid #e6e6e6;
  box-shadow: 0 0 2px #e6e6e6;
}
.producto:hover {
  border: 2px solid var(--primary-light);
  box-shadow: 0 0 3px var(--primary-light);
  cursor: pointer;
}
.producto:hover .btn-primary, .producto:hover .btn-ver-producto{
  display: flex;
}
.producto .dto,
.vista-desplegada .imagen .dto {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 2;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  padding: 4px 5px;
}
.producto .imagen {
  height: 206px;
  width:205px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.producto .imagen img {
  width: 100%;
}
.producto .imagen .icon-youtube {
  position: absolute;
  bottom: 5px;
  left: 13px;
  font-size: 20px;
  color: #ff0000;
}
.producto .detalle {
  min-height: 70px;
  padding: 10px 15px 13px;
}
.producto .detalle .categoria {
  color: #908e8e;
  font-size: 13px;
  font-weight: 600;
}
.producto .detalle .nombre {
  color: #000000;
  max-height: 40px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  padding: 3px 0 0;
  text-align: left;
}
.relacionados .producto .detalle .nombre {
  color: #000000;
  max-height: 340px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  padding: 3px 0 0;
  text-align: left;
}
.producto .precio,
.c-contenido-sw .c-contenido .top .titulo .precio,
.c-contenido-sw .c-contenido .info .detalles .precio,
.vista-carro-compras .c-p .precio,
.vista-finalizar-compra .c-p .precio {
  color: var(--primary);
  font-weight: bold;
  font-size: 17px;
}
.producto .precio span,
.c-contenido-sw .c-contenido .top .titulo .precio span,
.c-contenido-sw .c-contenido .info .detalles .precio span,
.vista-carro-compras .c-p .precio span {
  font-weight: normal;
  color: #908e8e;
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 5px;
}
.producto .botones {
  min-height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 10px 10px;
}

.star-rating a,
.star-rating span {
  display: inline-block;
  color: #cccccc;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: -1px;
}
.star-rating:hover a,
.star-rating:hover span {
  text-decoration: none;
}
.star-rating:hover a:not(.disabled),
.star-rating a.active,
.star-rating:hover span:not(.disabled),
.star-rating span.active {
  color: #f7ba00;
  text-decoration: none;
}
.star-rating:hover a:hover ~ a {
  color: #ccc;
}

.redes-sociales {
  position: fixed;
  bottom: 130px;
  right: 20px;
  z-index: 9;
}
.redes-sociales a {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  background: #1bd741;
  padding-top: 15px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}
.redes-sociales a.facebook {
  background: #017efc;
}
.redes-sociales a i {
  color: white;
  font-size: 30px;
}
.redes-sociales a:hover {
  text-decoration: none;
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

.popover.bs-popover-left {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  width: 250px;
}
.popover.bs-popover-left .popover-header {
  display: none;
}
.popover.bs-popover-left .popover-body {
  padding: 0;
}
.popover.bs-popover-left .popover-body .top {
  padding: 18px 17px 15px;
  background: #daf0e3;
}
.popover.bs-popover-left .popover-body .top .texto {
  max-height: 100px;
  overflow-y: auto;
}
.popover.bs-popover-left .popover-body .top .texto h4 {
  font-family: Lato;
  font-weight: bold;
  color: #000;
  font-size: 13px;
  margin: 0 0 3px;
}
.popover.bs-popover-left .popover-body .top .texto p {
  color: #000;
  text-align: left;
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 13px;
}
.popover.bs-popover-left .popover-body .b {
  padding: 10px 20px;
}
.popover.bs-popover-left .popover-body .b p {
  color: #000;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}
.popover.bs-popover-left .popover-body .b a {
  text-align: left;
  padding: 1px 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.popover.bs-popover-left .popover-body .b a span {
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
  background: #1bd741;
  border-radius: 50px;
  width: 47px;
  height: 47px;
  font-size: 30px;
  line-height: 34px;
  margin-right: 5px;
}
.popover.bs-popover-left .popover-body .b a span i {
  position: relative;
  top: 7px;
}
.popover.bs-popover-left .popover-body .b .listado {
  max-height: 300px;
  overflow-y: auto;
}

.c-contenido-sw .c-contenido {
  padding-top: 40px;
  transition: transform 0.4s;
  background: #fff;
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 41;
  transform: translate(100vw, 0px);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2), 0 0 24px 2px rgba(0, 0, 0, 0.14),
    0 0 30px 5px rgba(0, 0, 0, 0.12);
}
.c-contenido-sw .c-contenido.n1.abrir {
  transform: translate(17vw, 0px);
  max-width: 83vw;
}
.c-contenido-sw .c-contenido.n2.abrir {
  transform: translate(32vw, 0px);
  max-width: 68vw;
}
.c-contenido-sw .c-contenido.n3.abrir {
  transform: translate(47vw, 0px);
  max-width: 53vw;
}
.c-contenido-sw .c-contenido.n4.abrir {
  transform: translate(62vw, 0px);
  max-width: 38vw;
}
.c-contenido-sw .c-contenido.n5.abrir {
  transform: translate(62vw, 0px);
  max-width: 38vw;
}
.c-contenido-sw .c-contenido-capa {
  opacity: 0;
  visibility: hidden;

  transition: all 0.4s;
  background: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 41;
}
.c-contenido-sw .c-contenido-capa.abrir {
  opacity: 0.32;
  visibility: visible;
}

.c-contenido-sw .c-contenido .top {
  top: 0;
  height: 40px;
  background: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-contenido-sw .c-contenido .top .icon-x:before{
  border: 3.5px solid var(--primary-light);
  color: var(--primary-light);
  font-size: 28px;
  font-weight: bold;
}
.c-contenido-sw .c-contenido .top a.btn-cerrar-nivel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.c-contenido-sw .c-contenido .top .titulo {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
}
.c-contenido-sw .c-contenido .top .subtitulo {
  color: #cacaca;
  font-weight: normal;
}
.c-contenido-sw .c-contenido .top .titulo .precio {
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
}
.c-contenido-sw .c-contenido .top .titulo .precio span {
  color: #8ebee4;
  font-size: 15px;
}

.c-contenido.blog-videos .info,
/* .c-contenido.blog-noticias .info, */
.c-contenido.vista-resultados-categoria .info .resultados-categoria,
.c-contenido.vista-resultados-subcategoria .info,
.c-contenido.vista-resultados-buscador .info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
.c-contenido .info {
  padding: 35px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  color: #000000;
  text-align: justify;
}
.c-contenido-sw .c-contenido .info li{
  list-style: initial;
}
.c-contenido-sw .c-contenido .info ul{
  padding: inherit;
}
.c-contenido-sw .c-contenido .info h2,.c-contenido-sw .c-contenido .info h1{
  font-size: 16px;
  padding-top: 20px;
  color: #000;
  font-weight: bold;
}
.c-contenido-sw .c-contenido .info h1{
  font-size: 22px;
}
.c-contenido-sw .c-contenido .info form .form-control {
  border: 1px solid #bbbbbb;
  color: #353535;
}
.c-contenido-sw .c-contenido .info .form-control:focus {
  border-color: var(--primary-light);
}
.c-contenido-sw .c-contenido .info ul li {
  line-height: 1.4 !important;
}
.c-contenido-sw .c-contenido .info .esqueleto {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.c-contenido-sw .c-contenido .info .esqueleto .item {
  float: left;
  width: 250px;
  margin: 5px 5px 25px;
}
.c-contenido-sw .c-contenido .info .esqueleto .item .imagen {
  width: 100%;
  min-height: 150px;
  background: #ccc;
}
.c-contenido-sw .c-contenido .info .esqueleto .item .titulo,
.c-contenido-sw .c-contenido .info .esqueleto .item .subtitulo {
  width: 90%;
  background: #e3e3e3;
  height: 25px;
  margin: 10px 0;
}
.c-contenido-sw .c-contenido .info .esqueleto .item .subtitulo {
  width: 60%;
}
.c-contenido-sw .c-contenido .info .esqueleto .fotoproducto {
  float: left;
  width: 57%;
  background: #ccc;
  height: 300px;
  margin-right: 20px;
}
.c-contenido-sw .c-contenido .info .esqueleto .detalles {
  float: right;
  width: 40%;
}
.c-contenido-sw .c-contenido .info .esqueleto .detalles .titulo,
.c-contenido-sw .c-contenido .info .esqueleto .detalles .texto {
  width: 60%;
  background: #e3e3e3;
  height: 25px;
  margin: 0 0 20px;
}
.c-contenido-sw .c-contenido .info .esqueleto .detalles .texto {
  width: 100%;
}
.c-contenido-sw .c-contenido .info .esqueleto .c1,
.c-contenido-sw .c-contenido .info .esqueleto .c2,
.c-contenido-sw .c-contenido .info .esqueleto .c3 {
  background: #e3e3e3;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.c-contenido-sw .c-contenido .info .esqueleto .c2 {
  height: 100px;
}
.c-contenido-sw .c-contenido .info .esqueleto .c3 {
  height: 260px;
}
.c-contenido-sw .c-contenido .info .legal {
  font-size: 13px;
}

.c .c-producto {
  position: relative;
  background: #f5f9fa;
  padding: 9px 15px;
  min-height: 80px;
  margin-bottom: 10px;
}
.c .c-producto img {
  float: left;
  margin-right: 15px;
}
.c .c-producto .texto {
  width: 82%;
  padding-top: 6px;
  float: left;
  line-height: 19px;
}
.c .c-producto .nombre {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.c .c-producto .cat {
  min-height: 19px;
  color: var(--primary);
  font-size: 14px;
}
.c .c-producto .programa {
  color: #909191;
}
.c .c-producto .cerrar {
  position: absolute;
  top: 26px;
  right: 15px;
  color: var(--primary);
  font-size: 14px;
}
.c .c-producto .cerrar:before {
  color: #8a8c82;
}
.c .c-producto .cerrar:hover {
  color: #001c7d;
  cursor: pointer;
}
.c .ui-widget-content .ui-state-active {
  background: var(--primary) !important;
  color: #fff !important;
}
.c .select2-container {
  width: 100% !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  width: 100%;
}
.c .c-calendario {
  background: var(--primary);
  border-radius: 4px;
  overflow: hidden;
  padding: 1px;
}
.c .c-calendario > div {
  float: left;
  width: 50%;
}
.c .c-calendario .horarios {
  padding: 8px 15px 0 11px;
  text-align: center;
  color: #fff;
}
.c .c-calendario .horarios .titulo {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 15px;
}
.c .c-calendario .horarios .c-h {
  border: 1px solid #fff;
  display: inline-block;
  padding: 1px 4px;
  margin: 3px;
  font-size: 13px;
  min-width: 71px;
  border-radius: 2px;
}
.c .c-calendario .horarios .c-h:hover,
.c .c-calendario .horarios .c-h.active {
  background: #fff;
  color: var(--primary);
  cursor: pointer;
}

.vista-desplegada .info {
  padding: 20px 35px 35px;
}
.vista-desplegada .header-main, .vista-resultados-categoria .header-main {
  border-bottom: none;
  padding: 0 0 15px;
}
.vista-desplegada .header-main .wrapper, .vista-resultados-categoria .header-main .wrapper{
  padding: 0;
}
.vista-desplegada .header-main .wrapper > ul, .vista-resultados-categoria .header-main .wrapper > ul {
  justify-content: end;
}
.vista-desplegada .header-main .c-buscador, .vista-resultados-categoria .header-main .c-buscador {
  margin-right: 10px;
}
.vista-desplegada .galeria {
  width: 100%;
  position: relative;
}
.vista-desplegada .galeria .item.ampliar {
  cursor: zoom-in;
}
.vista-desplegada .galeria .imagen {
  position: relative;
  min-height: 300px;
  /* min-height: 250px; */
  overflow: hidden;
}
.vista-desplegada .galeria .owl-thumbs {
  margin-top: 15px;
}
.vista-desplegada .galeria .owl-thumbs .owl-thumb-item {
  outline: none;
  width: 70px;
  height: 70px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  background: #fff;
  font-size: 40px;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 24px;
  border-radius: 8px;
}
.vista-desplegada .galeria .owl-thumbs .owl-thumb-item img{
  width: 100%;
}
.vista-desplegada .galeria .owl-thumbs .owl-thumb-item.active,
.c-contenido-sw .c-contenido .info .galeria .owl-thumbs .owl-thumb-item:hover {
  border-color: var(--primary-light);
}
.vista-desplegada .galeria .owl-item img {
  width: initial;
  height: 100%;
  max-height: 300px;
  /* max-height: 250px; */
  margin: 0 auto;
}

.vista-desplegada .detalles {
  /* float: left; */
  width: 100%;
}
.vista-desplegada .detalles .categoria {
  color: var(--primary);
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.vista-desplegada .detalles .nombre {
  text-align: left;
  line-height: 20px;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: var(--inter-smk);
}
.vista-desplegada .detalles .nombre .precio {
  display: none;
}
.vista-desplegada .detalles .cat-ref span {
  color: #1e7dca;
  display: inline-block;
  margin: 2px 5px 0 0;
  font-size: 15px;
}
.vista-desplegada .detalles .cat-ref span.ref {
  color: #7d7777;
}

.vista-desplegada .detalles .marca,
.vista-desplegada .detalles .personalidad {
  font-size: 14px;
  color: #777;
  font-weight: 600;
}
.vista-desplegada .detalles .marca span,
.vista-desplegada .detalles .personalidad span {
  color: #f00;
  padding-left: 6px;
}

.vista-desplegada .detalles .descripcion {
  font-weight: 300;
  font-size: 15px;
  color: #6e6e6e;
  padding: 10px 0 10px;
  line-height: 18px;
}
.vista-desplegada .detalles .descripcion * {
  color: #6e6e6e !important;
}
.vista-desplegada .detalles .precio {
  font-size: 20px !important;
}
.vista-desplegada .detalles .precio span {
  font-size: 16px;
}
.vista-desplegada .detalles .opciones {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0;
  margin: 20px 0;
}
.vista-desplegada .detalles .opciones .op {
  color: #000;
}
.vista-desplegada .detalles .opciones .op .foto {
  height: 40px;
  background: #f1f1f1;
  width: 40px;
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  display: inline-block;
}
.vista-desplegada .detalles .opciones .op .foto img {
  width: 100%;
}
.vista-desplegada .detalles .opciones .op .nombre {
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 13px;
  display: inline-block;
  width: 76%;
  position: relative;
  top: 8px;
}
.vista-desplegada .detalles .opciones .op .nombre.unalinea {
  top: 1px;
}
.vista-desplegada .detalles .opciones .op .input-group-text,
.vista-carro-compras .c-p .input-group-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid #e0dcdc;
  padding: 0px 12px;
}
.vista-desplegada .detalles .opciones .op .input-group-text:hover,
.vista-carro-compras .c-p .input-group-text:hover {
  cursor: pointer;
  background: #eee;
}
.vista-desplegada .detalles .opciones .op .input-group,
.vista-carro-compras .c-p .input-group {
  margin-top: 7px;
}
.vista-desplegada .detalles .opciones .op .input-group input,
.vista-carro-compras .c-p .input-group input {
  background: #fff;
  border-color: #e0dcdc;
  height: 25px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.vista-desplegada .detalles .msg .alert {
  line-height: 16px;
  font-size: 14px;
}
.vista-desplegada .detalles .msg .alert li {
  padding-bottom: 10px;
}
.vista-desplegada .detalles .msg .alert li:last-child {
  padding: 0;
}
.vista-desplegada .detalles .detalleAdd {
  color: #000;
  line-height: 17px;
  font-size: 15px;
  padding-top: 20px;
}
.vista-desplegada .detalles .detalleAdd .loteImportador span {
  color: #716e6e;
  display: inline-block;
  margin-right: 10px;
}
.vista-desplegada .detalles .detalleAdd .atencion {
  padding: 4px 0;
}
.vista-desplegada .informacion {
  padding-top: 95px;
}
.vista-desplegada .informacion .nav-tabs {
  display: flex;
  justify-content: space-between;
}
.vista-desplegada .informacion .nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000;
  font-family: var(--inter);
  font-size: 13px;
  padding: 0;
  text-transform: uppercase;
}
.vista-desplegada .informacion .nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  background: transparent;
  color: var(--primary);
  font-weight: bold;
}
.vista-desplegada .informacion #descripcion {
  color: #4d4d4d;
  font-size: 14px;
  text-align: justify;
  padding: 15px 0;
}
.vista-desplegada .informacion .btn {
  margin-bottom: 20px;
}

.vista-desplegada .opciones .input-group, .vista-finalizar-cotizacion .input-group {
  background: white;
  border-radius: 30px;
  border: solid 1px var(--light-grey);
  width: 135px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.vista-desplegada .opciones .input-group input, .vista-finalizar-cotizacion .input-group input {
  background: #fff;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  border: none;
  color: #000;
}
.vista-desplegada .opciones .input-group-prepend, .vista-desplegada .opciones .input-group-append, .vista-finalizar-cotizacion .input-group-prepend, .vista-finalizar-cotizacion .input-group-append{
  padding: 10px;
}
.vista-desplegada .opciones .input-group-text, .vista-finalizar-cotizacion .input-group-text {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  background-color: var(--primary-light);
  border: none;
  padding: 12px 6px;
  border-radius: 50% !important;
  line-height: 0;
}
.vista-desplegada .opciones .input-group-text.sum, .vista-finalizar-cotizacion .input-group-text.sum {
  font-size: 28px;
  padding: 1px 3px 5px;
}
.vista-desplegada .opciones .input-group-text:hover, .vista-finalizar-cotizacion .input-group-text:hover {
  cursor: pointer;
}
.vista-desplegada .opciones .btn {
  width: 100%;
  justify-content: left;
  margin-right: 20px;
}

.vista-desplegada .tab-pane .c-mas-preguntas a {
  display: inline-block;
  color: #1a1a1a;
  font-weight: 500;
  padding: 7px 35px;
  border-radius: 7px;
  border: 2px solid #1e7dca;
}
.vista-desplegada .tab-pane .c-accion .text {
  font-size: 25px;
  padding-top: 25px;
  font-weight: 500;
}
.vista-desplegada .tab-pane .c-accion span {
  display: block;
  color: #000;
  text-align: left;
  line-height: 18px;
  font-size: 17px;
  padding: 17px 0 25px;
}
.vista-desplegada .lista-valoraciones {
  max-height: 500px;
  overflow: auto;
}
.vista-desplegada .lista-valoraciones .alert {
  margin: 0 30px 30px;
}
.vista-desplegada .lista-valoraciones .c-valoracion {
  border-top: 1px solid #c9dae0;
  padding: 35px 0 33px 0;
}
.vista-desplegada .lista-valoraciones .c-valoracion:first-child {
  border: none;
}
.vista-desplegada .lista-valoraciones .c-valoracion .star-rating a {
  font-size: 24px;
}
.vista-desplegada .lista-valoraciones .c-valoracion .autor {
  color: #00a1db;
  font-size: 16px;
  font-weight: bold;
}
.vista-desplegada .lista-valoraciones .c-valoracion .autor span {
  color: #000;
  font-weight: 500;
}
.vista-desplegada .lista-valoraciones .c-valoracion .comentario {
  padding-top: 5px;
  text-align: left;
  line-height: 21px !important;
  font-family: "Lato" !important;
  font-size: 16px !important;
  color: #4d4d4e !important;
}
.vista-desplegada .lista-preguntas .c-pregunta {
  color: #000;
  margin-bottom: 0;
  border-top: 1px solid #e9e9e9;
  padding: 35px 0px 10px 0px;
  position: relative;
  border-bottom: 1px solid #c9dae0;
}
.vista-desplegada .lista-preguntas .c-pregunta:first-child {
  border: none;
}
.vista-desplegada .lista-preguntas .c-pregunta .p,
.vista-desplegada .lista-preguntas .c-pregunta .r {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 15px 38px;
  position: relative;
}
.vista-desplegada .lista-preguntas .c-pregunta .p i,
.vista-desplegada .lista-preguntas .c-pregunta .r i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 23px !important;
}
.vista-desplegada .lista-preguntas .c-pregunta .r * {
  text-align: left !important;
  line-height: 21px !important;
  font-family: "Lato" !important;
  font-size: 16px !important;
  color: #575757 !important;
}
.vista-desplegada .lista-preguntas .c-pregunta .r i {
  font-family: "icomoon" !important;
}
.vista-desplegada .lista-preguntas .c-mas-preguntas .c {
  text-align: center;
  border-top: 1px solid #c0c0c0;
  padding: 30px 0;
}
.vista-desplegada .lista-preguntas .c-mas-preguntas .mas-preguntas {
  display: none;
}

.vista-desplegada .productos-relacionados .titulo {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 50px 0 25px;
}
.vista-desplegada .productos-relacionados .producto {
  width: 25%;
}

.vista-desplegada .productos-similares {
  margin-top: 35px;
  position: relative;
  border-top: 1px solid #f1f1f1;
  padding-top: 25px;
}
.vista-desplegada .productos-similares:after {
  top: -1px;
  background: #1e7dca;
  left: 0;
  content: " ";
  display: block;
  width: 20%;
  position: absolute;
  bottom: 0;
  height: 3px;
}
.vista-desplegada .productos-similares .producto {
  width: 31.5%;
  margin-right: 20px;
}
.vista-desplegada .productos-similares .producto:last-child {
  margin: 0;
}
.vista-desplegada .productos-similares .producto .imagen {
  border: none;
  height: initial;
  background: #f1f1f1;
  float: left;
  width: 30%;
  margin: 0 15px 0 10px;
}
.vista-desplegada .productos-similares .producto .detalle {
  min-height: initial;
}
.vista-desplegada .productos-similares .producto .detalle .nombre {
  font-size: 12px;
  line-height: 13px;
  padding: 10px 0 4px;
}
.vista-desplegada .productos-similares .producto .detalle .star-rating,
.vista-desplegada .productos-similares .producto .detalle .categoria {
  display: none;
}
.vista-desplegada .productos-similares .producto .detalle .precio {
  font-size: 14px;
}

.vista-finalizar-cotizacion .info .lista {
  width: 400px;
}
.vista-finalizar-cotizacion .info .lista .c-p{
  border: 1px solid var(--primary);
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 10px;
}
.vista-finalizar-cotizacion .info .lista .c-p .col-5{
  display: flex;
  align-items: center;
}
.vista-finalizar-cotizacion .info .lista img{
  max-width: 80px;
  max-height: 80px;
}
.vista-finalizar-cotizacion .info .lista .nombre{
  text-align: left;
  font-size: 12px;
}
.vista-finalizar-cotizacion .input-group {
  width: 115px;
}

.vista-resultados-categoria .info{
  padding: 20px 0 0;
}
.vista-resultados-categoria .info .row{
  padding: 0 35px;
}
.vista-resultados-categoria .info .lista-resultados {
  margin-top: 15px;
}
.vista-resultados-categoria .info .owl-theme .owl-nav {
  text-align: right;
}
.vista-resultados-categoria .info .owl-theme .owl-nav button:focus {
  outline: none;
}
.vista-resultados-categoria .info .clientes, .vista-nosotros .info .clientes{
  margin-top: 40px;
  padding: 40px 0 30px;
}
.vista-resultados-categoria .info .clientes .marcas, .vista-nosotros .info .clientes .marcas {
  margin-top: 0;
}
.vista-resultados-categoria .info .clientes .titulo-seccion, .vista-nosotros .info .clientes .titulo-seccion {
  padding-top: 0;
  font-size: 31px;
  font-weight: normal;
}
.vista-resultados-categoria .info .clientes .marcas figure, .vista-nosotros .info .clientes .marcas figure {
  background-color: transparent;
}

.vista-nosotros .top .btn-secondary{
  width: 135px;
  height: 25px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-right: 20px;
  text-align: center;
}
.vista-nosotros .top .btn-secondary svg{
  width: 30px;
  fill: #fff;
}
.vista-nosotros .info{
  padding: 0;
}
.vista-nosotros .info .imagen-top{
  height: 300px;
  overflow: hidden;
}
.vista-nosotros .info .imagen-top img{
  margin-top: -100px;
}
.vista-nosotros .info .contenido{
  padding: 35px 35px 0;
}
.vista-nosotros .info .contenido .p{
  font-size: 14px;
  margin-bottom: 15px;
}

.vista-cotizar-producto label.radio-inline, .vista-finalizar-cotizacion label.radio-inline {
  cursor: pointer;
  background: #fff;
  padding: 6px 0 8px 0px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 46%;
  font-weight: 100;
  text-align: center;
  margin-right: 5px;
}
.vista-cotizar-producto label.radio-inline:hover, .vista-finalizar-cotizacion label.radio-inline:hover {
  background: #eae5e5;
}
.vista-cotizar-producto label.radio-inline input, .vista-finalizar-cotizacion label.radio-inline input {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.vista-carro-compras {
  color: #000;
}
.vista-carro-compras .th {
  border: 1px solid #f1f1f1;
  font-weight: bold;
  padding: 11px 10px 14px 25px;
  margin-bottom: 15px;
}
.vista-carro-compras .c-p,
.vista-finalizar-compra .c-p {
  border: 1px solid #f1f1f1;
  border-bottom: none;
  padding: 5px 10px;
}
.vista-carro-compras .c-p .foto,
.vista-finalizar-compra .c-p .foto {
  float: left;
  margin-right: 15px;
  width: 90px;
  height: 90px;
  background: #eee;
}
.vista-carro-compras .c-p .nombre,
.vista-finalizar-compra .c-p .nombre {
  text-align: left;
  line-height: 18px;
  font-size: 15px;
  padding-top: 14px;
}
.vista-carro-compras .c-p .nombre a {
  display: block;
  margin-top: 5px;
  color: var(--primary);
}
.vista-carro-compras .c-p .nombre a:hover {
  text-decoration: underline;
}
.vista-carro-compras .c-p .precio,
.vista-finalizar-compra .c-p .precio {
  padding-top: 34px;
}
.vista-carro-compras .c-p .cantidad,
.vista-finalizar-compra .c-p .cantidad {
  padding: 26px 15px 0 26px;
}
.vista-carro-compras .lista .c-p:last-child,
.vista-finalizar-compra .lista .c-p:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.vista-carro-compras .resumen,
.vista-finalizar-compra .resumen {
  border: 1px solid #f1f1f1;
  margin: 25px 0;
  padding: 20px 28px 22px;
  font-size: 15px;
}
.vista-carro-compras .resumen .titulo,
.vista-finalizar-compra .resumen .titulo {
  font-size: 19px;
  font-weight: bold;
}
.vista-carro-compras .resumen .costos,
.vista-finalizar-compra .resumen .costos {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 20px 0;
  padding: 20px 0;
  line-height: 29px;
  color: #8d8d8d;
}
.vista-carro-compras .resumen .costos .valor,
.vista-finalizar-compra .resumen .costos .valor {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.vista-carro-compras .resumen .costos .infoCupon *,
.vista-finalizar-compra .costos .infoCupon * {
  color: #1e7dca !important;
}
.vista-carro-compras .resumen .total .valor,
.vista-finalizar-compra .resumen .total .valor {
  font-size: 19px;
  font-weight: bold;
  color: var(--primary);
}
.vista-carro-compras .cupon,
.vista-finalizar-compra .cupon {
  background: #fff6cb;
  color: #000;
  line-height: 36px;
  padding: 13px 24px 13px 28px;
  font-weight: bold;
  font-size: 16px;
  top: -19px;
  margin-top: 15px;
}
.vista-carro-compras .cupon input,
.vista-finalizar-compra .cupon input {
  height: 38px;
  border-radius: 50px;
  border-color: #fdcd00;
}
.vista-carro-compras .cupon input:disabled,
.vista-finalizar-compra .cupon input:disabled {
  cursor: not-allowed;
}

.vista-desplegada .tab-pane .c-accion a.btn{
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.vista-carro-compras .cupon .msg-cupon,
.vista-finalizar-compra .cupon .msg-cupon {
  color: var(--primary);
  font-size: 14px;
  line-height: 0;
}
.vista-carro-compras .cupon img.cargador,
.vista-finalizar-compra .cupon img.cargador {
  position: absolute;
  top: 7px;
  right: 23px;
}

.vista-carro-compras .productos-recomendados {
  padding-top: 40px;
}
.vista-carro-compras .productos-recomendados .titulo {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 25px;
}
.vista-carro-compras .productos-recomendados .producto {
  width: 33%;
}

.vista-finalizar-compra {
  color: #000;
}
.vista-finalizar-compra .titulo {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.vista-finalizar-compra label,
.vista-direccion-usuario label {
  font-weight: bold;
}

.vista-finalizar-compra .form-group {
  margin-bottom: 1.2rem;
}
.vista-finalizar-compra select,
.vista-direccion-usuario select {
  padding: 3px 0 5px 20px !important;
}
.vista-finalizar-compra .c-p .precio {
  color: #000;
}
.vista-finalizar-compra .c-p .nombre {
  text-align: left;
  font-size: 16px;
  padding-top: 28px;
}
.vista-finalizar-compra .resumen {
  border-top: 0;
  margin: 0;
}
.vista-finalizar-compra .resumen .costos {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.vista-finalizar-compra .cupon {
  top: 0 !important;
}
.vista-finalizar-compra .accordion .card {
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f1f1f1;
}
.vista-finalizar-compra .accordion .card .card-header,
.vista-finalizar-compra .accordion .card .card-header button,
.vista-finalizar-compra .accordion .card-header .form-check {
  padding: 0;
}
.vista-finalizar-compra .accordion .card .card-header button {
  border: none;
}
.vista-finalizar-compra .accordion .card-header input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 35px;
  top: 15px;
}
.vista-finalizar-compra .accordion .card-header label {
  width: 100%;
  padding: 18px 20px 18px 45px;
  font-size: 19px;
  color: #000;
}
.vista-finalizar-compra .accordion .card-header label:hover {
  cursor: pointer;
  background: #f9f7f7;
}
.vista-finalizar-compra .accordion .card .franquicia {
  background-color: #fff;
  text-indent: 0;
  border: 1px solid #a5c407;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-position: -240px -334px;
  height: 40px;
  width: 60px;
  background-image: url(../img/metodos-pago.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.vista-finalizar-compra .accordion .card .franquicia.MasterCard {
  background-position: -120px -334px;
}
.vista-finalizar-compra .accordion .card .franquicia.AmEx {
  background-position: -324px -152px;
}
.vista-finalizar-compra .accordion .card .franquicia:hover,
.vista-finalizar-compra .accordion .card .franquicia.active {
  box-shadow: 0 0 6px 1px #a5c407;
}
.vista-finalizar-compra .accordion .card-body {
  border-top: 1px solid #f2f2f2;
  padding: 16px 0;
  margin: 0 1.5rem;
}
.vista-finalizar-compra .accordion .card .cargador {
  display: none;
  text-align: center;
  color: #1e7dca;
  background: #eeeeee94;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  z-index: 1;
  padding-top: 45%;
}

.vista-iniciar-sesion .box,
.vista-iniciar-sesion-finalizar-compra .box,
.vista-contacto .box,
.vista-recuperar-contrasena .box,
.vista-recuperar-contrasena-cambiar .box,
.vista-estado-pedido .box {
  margin-bottom: 40px;
}
.vista-iniciar-sesion h3,
.vista-mi-cuenta h3,
.vista-iniciar-sesion-finalizar-compra h3,
.vista-contacto h3,
.vista-recuperar-contrasena h3,
.vista-recuperar-contrasena-cambiar h3,
.vista-estado-pedido h3 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.vista-iniciar-sesion p,
.vista-iniciar-sesion-finalizar-compra p {
  color: #444444;
}
.vista-iniciar-sesion label,
.vista-mi-cuenta label,
.vista-iniciar-sesion-finalizar-compra label,
.vista-contacto label,
.vista-enviar-pregunta label,
.vista-enviar-valoracion label,
.vista-cotizar-producto label {
  color: #000;
  /* font-weight: bold; */
}
.vista-iniciar-sesion .btn-olvidar-contrasena {
  color: var(--primary);
  font-size: 16px;
  text-align: left;
  display: block;
  margin: 20px 0 25px;
}
.vista-iniciar-sesion .btn-olvidar-contrasena:hover,
.vista-crear-cuenta .btn-ver-form-iniciar-sesion:hover {
  text-decoration: underline;
}

.vista-iniciar-sesion .btn-ver-form-crear-cuenta {
  padding: 7px 75px 10px;
  display: inline-block;

  border-radius: 50px;
  border: 1px solid #686868;
  color: #000;
  font-weight: bold;
}

.vista-crear-cuenta select {
  padding-bottom: 2px !important;
}
.vista-crear-cuenta .btn-crear-cuenta {
  margin: 15px 0 30px;
}
.vista-crear-cuenta .btn-ver-form-iniciar-sesion {
  color: var(--primary);
}
.vista-crear-cuenta .form-check input,
.vista-contacto .form-check input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.vista-crear-cuenta .form-check label,
.vista-contacto .form-check label {
  text-align: left;
  font-size: 15px;
  /* font-weight: 300; */
  position: relative;
  top: 1px;
  left: 6px;
  cursor: pointer;
}

.vista-mi-cuenta .info {
  padding: 0 !important;
}
.vista-mi-cuenta .tab-pane,
.vista-mi-cuenta .esqueleto {
  padding: 35px;
}

.vista-mi-cuenta .nav-tabs {
  padding-left: 35px;
  border-bottom: 1px solid #f1f1f1;
}
.vista-mi-cuenta .nav-link {
  color: #7f7f7f;
  padding: 12px 2px;
  margin-right: 25px;
}
.vista-mi-cuenta .nav-tabs .nav-link.active,
.vista-mi-cuenta .nav-tabs .nav-item.show .nav-link {
  color: #2074be;
  background-color: transparent;
  border-bottom: 3px solid #2074be;
}
.vista-mi-cuenta .btn-cerrar-sesion {
  color: #000;
  font-weight: bold;
  position: relative;
  top: 0;
  padding: 13px 30px 14px 14px;
  float: right;
  border-bottom: 1px solid #f1f1f1;
}
.vista-mi-cuenta .c {
  border: 1px solid #f1f1f1;
  padding: 13px 24px;
  color: #000;
}
.vista-mi-cuenta .c.cabecera {
  font-weight: bold;
}
.vista-mi-cuenta .dir {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding: 22px 20px 26px 61px;
  position: relative;
}
.vista-mi-cuenta .dir .info {
  color: #717171;
}
.vista-mi-cuenta .dir .info span {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vista-mi-cuenta .dir .info i {
  position: absolute;
  left: 28px;
  top: 22px;
  font-size: 22px;
  color: #000;
}
.vista-mi-cuenta .dir a {
  color: var(--primary);
  margin-left: 20px;
}
.vista-mi-cuenta .dir a:hover {
  text-decoration: underline;
}

.vista-contacto textarea.form-control,
.vista-enviar-pregunta textarea.form-control,
.vista-enviar-valoracion textarea.form-control,
.vista-cotizar-producto textarea.form-control {
  height: initial;
  border-radius: 15px;
}

.vista-direccion-usuario .btn-cerrar {
  border-color: #686868;
  background: #fff;
  color: #000;
}

.c-transaccion {
  margin: 180px 30px 20px;
}
.c-transaccion > div {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c-transaccion * {
  font-family: "Lato", sans-serif !important;
}
.c-transaccion h4 {
  color: #2074be;
}

#eg-toolbox-wrapper {
  position: fixed;
  top: -150px;
  right: 56px;
  z-index: 5000;
}
.eg-toolbox {
  background: var(--primary);
  color: var(--white);
  width: 450px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.2), 0 7px 30px 0 rgba(0, 0, 0, 0.2);
  height: 90px;
}
.eg-toolbox .icono {
  position: relative;
  width: 85px;
  height: 90px;
  display: inline-block;
  background: var(--dark-primary);
}
.eg-toolbox .icono i {
  position: absolute;
  top: 32px;
  left: 20px;
  font-size: 30px;
  width: 32px;
  height: 31px;
}
.eg-toolbox .texto {
  float: left;
  width: 81%;
  padding: 14px 20px;
  line-height: 18px;
}
.eg-toolbox .texto .nombreProducto {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.eg-toolbox .texto span {
  display: block;
  font-size: 15.5px;
  padding-right: 27px;
  font-weight: 300;
}
.eg-toolbox .texto a {
  position: relative;
  display: inline-block;
  padding-top: 7px;
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
}
.eg-toolbox .texto a i {
  position: relative;
  top: 2px;
}
.eg-toolbox .texto a:hover,
.eg-toolbox .texto a:hover i:before {
  color: rgb(209, 209, 209);
}
.eg-toolbox.show {
  animation: show 1s;
  animation-fill-mode: forwards;
}
.eg-toolbox.hide {
  animation: hide 1s;
  animation-fill-mode: forwards;
}
.eg-toolbox i.btn-cerrar {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 20px;
}

/* Empresa */
.list-primary ul {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
  font-size: 15px;
  color: var(--secondary-dark);
  text-align: initial;
}
  
.list-primary ul li::before {
  content: "\2022";
  color: var(--primary);
  display: inline-block;
  padding-right: 10px;
  font-size: 37px;
  line-height: 18px;
  vertical-align: -6px;
  /* width: 15px; */
}
.title-primary{
  color: var(--secondary);
  font-weight: bold;
  font-size: 16px;
  align-items: center;
}
.title-primary span{
  color: var(--primary);
  font-family: var(--passion-sm);
  font-weight: bold;
  font-size: 58px;
  margin-right: 8px;
}
.title-primary.all-orange span,.title-primary.all-orange{
  color: var(--primary);
  align-items: start;
}
.title-primary.all-orange span{
  top: -10px;
  position: relative;
}
.title-primary.all-orange-xl span,.title-primary.all-orange-xl{
  color: var(--primary);
  font-size: 32px;
  font-weight: bold;
  align-items: start;
}
.title-primary.all-orange-xl span{
  top: -10px;
  position: relative;
  font-family: var(--passion-sm);
  font-weight: bold;
  font-size: 88px;
  margin-right: 8px;
}
.border-bottom-gray{
  border-bottom: var(--border-blue);
}
.border-right-gray{
  border-right: var(--border-blue);
} 
.line-23{
  line-height:23px;
}
body.vermensaje { 
  background: #f0f1f6 !important;
}
body.vermensaje .lateral {
  display: none !important;
}
body.vermensaje .contenido {
  margin: 190px 0 0 0 !important;
  background: #f0f1f6 !important;
}

#modalAviso .modal-content {
  background: transparent;
  box-shadow: none !important;
}
#modalAviso .modal-header {
  padding: 0;
}
#modalAviso .modal-header button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 55px;
  color: #fff;
  opacity: 1;
  padding: 0 15px;
  z-index: 10;
  text-shadow: 0 0 2px #000;
}
#modalAviso .modal-body {
  padding: 0;
}
#modalAviso .modal-body img {
  width: 100%;
}

/*Modulo Cotizaciones*/
#cotizacion-info .iniciales {
  background: #ff9752;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  line-height: 55px;
}
#cotizacion-info .nombre {
  font-size: 18px;
  color: #292c55;
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: 7px;
  margin-left: 5px;
}
#cotizacion-info .nombre .razonSocial {
  font-size: 90%;
}
#cotizacion-info .fecha {
  font-weight: 500;
  display: block;
  color: #8e8d8d;
  padding-top: 10px;
}
#cotizacion-info .fecha i {
  color: #757575;
  font-size: 17px;
  position: relative;
  top: 2px;
}
#cotizacion-info .numero {
  color: #292c55;
  line-height: 20px;
}
#cotizacion-info .numero span {
  color: #ea6620;
  font-size: 20px;
  position: relative;
  top: 1px;
}
#cotizacion-info .c {
  border: 1px solid #ecedf0;
  margin: 20px 0;
  padding: 20px 26px 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#cotizacion-info .c .form-group {
  margin-bottom: 23px;
  line-height: 15px;
}
#cotizacion-info .c .form-group label {
  display: block;
}
#cotizacion-info select.form-control,
#cotizacion-info input.form-control {
  height: 33px !important;
}
#cotizacion-info .seleccion-producto {
  background: #f1f4fb;
  padding: 0 12px;
}
#cotizacion-info .seleccion-producto .select2-container {
  width: 170px !important;
  margin-right: 15px;
}
#cotizacion-info .seleccion-producto .select2-selection--single {
  border-color: #e3e3e3 !important;
  background: #fbfcfc;
  height: 33px !important;
  padding-top: 2px;
}
#cotizacion-info .seleccion-producto .select2-selection__arrow {
  top: 4px !important;
}
#cotizacion-info .seleccion-producto #cantidad {
  width: 60px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
#cotizacion-info .seleccion-producto .agregar-producto {
  margin: 0 !important;
  height: 30px;
}
#cotizacion-info .lista-productos .table th,
#cotizacion-info .lista-productos .table td {
  padding: 0.75rem 0.6rem;
  text-align: center;
}
#cotizacion-info .lista-productos .table .btn-eliminar-producto {
  font-size: 17px;
  color: #b9b0b0;
  padding: 7px 10px;
}
#cotizacion-info .lista-productos .table .btn-eliminar-producto:hover {
  color: #f00;
}
#cotizacion-info .lista-productos .table td.titulo {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
#cotizacion-info .lista-productos .table td.titulo div {
  min-width: 130px;
  line-height: 17px;
}
#cotizacion-info .lista-productos .table tbody td {
  vertical-align: middle;
  font-size: 13px;
}
#cotizacion-info .exentaDeIVA input {
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin-top: -1px;
}
#cotizacion-info .exentaDeIVA label {
  cursor: pointer;
  padding-left: 6px;
}

#cotizacion-detalle-pago h4 {
  margin-bottom: 14px;
}
#cotizacion-detalle-pago .row {
  line-height: 32px;
}
#cotizacion-detalle-pago .l {
  color: #292c55;
  font-weight: bold;
  font-size: 13px;
}
#cotizacion-detalle-pago .r {
  color: #292c55;
  text-align: right;
}
#cotizacion-detalle-pago .descuento {
  color: #cababa;
}
#cotizacion-detalle-pago .total {
  color: #ea6620;
  font-weight: 500;
  font-size: 17px;
}

#cotizacion-acciones {
  padding-bottom: 10px;
  border-top: 1px solid #ecedf0;
}
#cotizacion-acciones button {
  margin: 0 0 15px;
  height: 33px;
  display: block;
  width: 100%;
}
#cotizacion-acciones button.btn-bg,
#cotizacion-acciones button.btn-bg i {
  color: #292c55;
}

.c-r {
  max-height: 440px;
  overflow: auto;
}
.c-r .c_registro {
  color: #000;
  position: relative;
  border-bottom: 1px solid #bcbcbc;
  padding: 35px 0 20px;
}
.c-r .c_registro:first-child {
  padding-top: 10px;
}
.c-r .c_registro .notificaciones {
  position: absolute;
  top: 13px;
  right: 0;
}
.c-r .c_registro .notificaciones span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.c-r .c_registro .notificaciones .btn-group button {
  border: 1px solid #d8cece;
  color: #000;
  font-weight: 400;
  padding: 3px 10px;
  font-family: helvetica;
}
.c-r .c_registro .notificaciones .btn-group button span.estado {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: #aba4a4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 3px;
}
.c-r .c_registro .notificaciones .btn-group button span.estado.rojo {
  background: #ff0000;
}
.c-r .c_registro .notificaciones .btn-group button span.estado.verde {
  background: #529214;
}
.c-r .c_registro .notificaciones .btn-group button span.estado.amarillo {
  background: #ffeb3b;
}
.c-r .c_registro .msgr {
  line-height: 19px;
  font-size: 15px;
  padding-top: 25px;
}
.c-r .c_registro .msgre {
  padding: 20px 0 12px;
}
.c-r .c_registro .msgre span {
  color: #529115;
  font-weight: bold;
}
.nav.nav-tabs .nav-item .nav-link {
  font-family: var(--passion-sm);
  color: var(--primary);
  border-bottom: 4px solid transparent;
}
.nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none !important;
  background-color: unset;
  color: var(--primary);
  border-radius: 0 !important;
}
.nav-link .active {
  border-color: 2px solid #e76621;
}

.blog-information {
  padding: 35px;
  background: #f3f3f3;
}
.vista-desplegada-blog .tab-content {
  min-height: 300px;
  padding: 20px 0;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes show {
  0% {
    top: 0px;
  }
  100% {
    top: 220px;
  }
}
@keyframes hide {
  0% {
    top: 220px;
  }
  100% {
    top: 0px;
  }
}

@keyframes barra-descuento {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.modal-ofertas.modal.show .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: initial;
}
.modal-ofertas.modal.show .modal-content img {
  max-height: 100%;
  max-width: 100%;
}
.modal-ofertas .modal-content {
  background: transparent;
  border: none;
  width: 80%;
  height: 80%;
  box-shadow: none !important;
}
.modal-ofertas button {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 50px;
}

/*PAGES*/
.left-column > picture {
  position: relative;
  display: block;
}
.left-column > picture .btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.benefits,
.portal-modules,
.portal-desc {
  padding: 50px;
}
.portal-main .subtitle {
  font-size: 18px;
  font-family: var(--passion-sm);
}
.portal-main .paragraph,
.portal-main .subtitle,
.portal-main .subtitle-2 {
  margin-bottom: 15px;
}
.portal-informes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin: 50px 0;
}
.portal-informes li {
  background: white;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  color: var(--secondary);
  font-family: var(--passion-sm);
  line-height: 16px;
  border: var(--border-blue);
  padding: 10px;
}
.crm-module,
.benefits-list,
.portal-module {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.benefits-list li,
.portal-module li {
  position: relative;
  padding: 7px;
  padding-left: 14px;
  background: white;
  font-size: 15px;
  font-family: var(--passion-sm);
  color: var(--secondary);
  display: flex;
  align-items: center;
  line-height: 16px;
  min-height: 40px;
}
.portal-module li::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ebf5d6;
}

.portal-module li:nth-child(2):before {
  background: #e4e2fb;
}
.portal-module li:nth-child(3):before {
  background: #feebcf;
}
.portal-module li:nth-child(4):before {
  background: #d2edfa;
}
.portal-module li:nth-child(5):before {
  background: #e7ebed;
}
.portal-module li:nth-child(6):before {
  background: #f8dff8;
}
.portal-module li:nth-child(7):before {
  background: #f8dff8;
}
.portal-module li:nth-child(7):before {
  background: #ebf5d6;
}
.portal-modules {
  background-image: url(../img/bg-portales-inteligentes.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benefits-list.comercial li,
.portal-modules.comercial {
  background-color: #f9eec1;
}
.benefits-list.asesores li,
.portal-modules.asesores {
  background-color: #d4e3ba;
}
.benefits-list.b2b li,
.portal-modules.b2b {
  background-color: #f2c9cf;
}
.benefits-list.colaboradores li,
.portal-modules.colaboradores {
  background-color: #b6e1e7;
}
.benefits-list.proveedores li,
.portal-modules.proveedores {
  background-color: #c1c9eb;
}
/*END PAGES*/
@media (min-width: 1440px) {
  .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
  .portal-main,
  .content-wrapper {
    max-width: 870px;
    margin: 0 auto;
  }
}
@media (min-width: 1248px) {
  .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
  .portal-main,
  .content-wrapper {
    max-width: 870px;
    margin: 0 auto;
  }
}
@media screen and  (min-width: 700px){
  .border-bottom-gray-xl{
    border-bottom: var(--border-blue);
  }
  .border-right-gray-xl{
    border-right: var(--border-blue);
  } 
  .border-left-gray-xl{
    border-left:  var(--border-blue);
  } 
}
@media (max-width: 1025px) {
  .c-contenido-sw .c-contenido.n1.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n2.abrir {
    transform: translate(10vw, 0px);
    max-width: 90vw;
  }
  .c-contenido-sw .c-contenido.n3.abrir {
    transform: translate(20vw, 0px);
    max-width: 80vw;
  }
  .c-contenido-sw .c-contenido.n4.abrir,
  .c-contenido-sw .c-contenido.n5.abrir {
    transform: translate(30vw, 0px);
    max-width: 70vw;
  }
  .contenido {
    grid-template-columns: 1fr 320px;
  }
  .header-top-links {
    padding: 0 20px;
  }
  .header-top-links,
  .header-top {
    position: relative;
    height: 65px;
    gap: 10px;
  }
  .header-logos,
  .header-top-links a:not(h2 a),
  .header-top-links > div {
    height: auto;
    padding: 5px;
  }
  .header-logos {
    display: none;
  }
  .header-top p,
  .header-top-links a div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-main {
    height: 100px;
    flex-direction: column;
  }
  .header-main .nav-item-other,
  .header-main .nav-link {
    text-align: center;
    line-height: 14px;
    height: 50px;
    white-space: initial;
  }
  .header-main .wrapper {
    gap: 0;
    height: 100%;
  }
  .header-main .wrapper > a {
    align-self: flex-start;
    padding: 10px;
    padding-left: 0;
  }
  .lateral {
    top: 165px;
    width: 320px;
  }
  .lateral > aside {
    width: calc(100% - 40px);
  }
  .lateral-videos {
    display: none;
  }
  .footer-top {
    margin-right: 280px;
  }
  a.lateral-videos,
  .lateral-movil {
    display: flex;
  }
  footer {
    margin-right: 40px;
  }
  footer .c-buscador {
    width: 280px;
  }
  .c-buscador input {
    width: 200px;
  }
  footer .header-top-links p {
    font-size: 12px;
  }
  .options .title-primary{
    font-size: 14px;
    font-weight: bold;
  }
  .options .title-primary span{
    font-size: 50px;
  }
}
@media (max-width: 769px) {
  footer {
    margin-right: 0;
  }
  header > a {
    padding: 0 25px;
  }
  .bar-movil {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: var(--primary);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
  .bar-movil a {
    width: 23%;
    display: inline-block;
    padding: 9px 0 4px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
  }
  .bar-movil a i {
    display: block;
    font-size: 22px;
  }
  .bar-movil a i:before {
    color: white;
  }
  .bar-movil a.ofertas i {
    font-size: 62px;
    line-height: 18px;
  }
  .bar-movil a.categorias i {
    line-height: 20px;
  }
  .bar-movil a:hover,
  .bar-movil a.active {
    color: white;
    background: linear-gradient(0deg, var(--primary-light), transparent);
  }

  .header-main {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header-main .navegacion ul {
    left: -770px;
  }
  .header-main .navegacion .menu .ofertas a {
    width: 100%;
  }
  .header-main .icono-compras {
    padding: 0 12px;
    width: 50px;
    margin-top: 5px;
  }
  .lateral {
    display: none;
  }
  .contenido {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
  header {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  header > a {
    align-self: center;
  }
  .header-top-links {
    flex-wrap: wrap;
  }
  .header-top-links > div {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .header-top-links > div div {
    display: flex;
    gap: 10px;
  }
  .header-logos,
  .header-top-links a:not(h2 a),
  .header-top-links > div {
    padding-bottom: 0;
    color: var(--secondary);
  }
  .header-top-links > div {
    display: none;
  }
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 55px;
    height: auto;
    background: white;
    box-shadow: 6px 0 20px 0 lightgrey;
  }
  .header-main .wrapper > a {
    height: 90px;
  }
  .header-main .wrapper > a img {
    height: 100%;
    object-fit: contain;
    width: auto;
  }
  .header-main .wrapper ul {
    flex-direction: column;
    width: 100%;
  }
  .header-main .wrapper li {
    border-top: var(--border-blue);
  }
  .header-main .inicio a:first-child::after {
    content: "Inicio";
    color: var(--secondary);
  }
  .header-main .header-btn {
    padding: 0;
    margin: 0;
  }
  .header-main .icon-home,
  .nav-item-other i {
    display: none;
  }
  .header-main a {
    font-size: 15px !important;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .contact-links a {
    width: auto;
  }
  .contact-links i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px;
    color: var(--secondary);
  }
  .header-main .nav-item.dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-main .nav-item.dropdown::after {
    content: "\e901";
    font-family: "icomoon" !important;
    font-size: 25px;
    color: #cdcdcd;
  }
  .c-buscador input, .c-buscador input:focus, .c-buscador button {
    height: 45px;
    font-size: 16px;
  }
  header .c-buscador {
    display: block;
  }
  .resultados-buscador {
    width: 100%;
  }
  .site-map {
    padding-bottom: 65px;
  }
  header .c-buscador {
    z-index: 2;
    position: fixed;
    top: 170px;
    z-index: 1;
    left: 10px;
    right: 10px;
  }
  header .c-buscador input {
    width: 100%;
  }
  .searcher {
    max-width: 100%;
  }
  footer .c-buscador {
    /* display: none !important; */
  }
  .footer-top {
    width: 100%;
  }
  .header-main .icono-compras {
    display: none;
  }
  .header-top-movil{
    width: 100%;
    display: block;
    padding: 0;
  }
  .header-top-movil .icono-compras{
    background-color: var(--primary);
    padding: 10px;
    border-radius: 50%;
    float: right;
    margin-top: 10px;
  }
  .header-top-links-movil {
    display: flex;
    justify-content: center;
    background: #000;
    width: 100%;
    padding: 10px 15px;
  }
  .header-top-links-movil div {
    margin-right: 20px;
    display: flex;
  }
  .header-top-links-movil a {
    text-align: center;
    color: #fff;
  }
  .header-top-links-movil svg{
    fill: #fff;
    width: 25px;
  }
  .header-main .nav-link {
    text-align: left;
  }
  .lateral-movil a {
    display: flex;
    padding: 5px 0;
  }
  .header-top {
    display: none;
  }
  .c-contenido-sw .c-contenido .top {
    height: 50px;
    padding: 5px;
  }
  .lateral-movil {
    display: none;
    top: 115px;
    gap: 10px;
  }
  .header-main .wrapper {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  .header-main .nav-item .submenu {
    position: relative;
    width: 100%;
  }
  .header-logos {
    display: flex;
    height: 100%;
    padding: 0 20px;
    background: #e9e8f6;
  }
  .header-logos p {
    font-family: var(--passion-sm);
    color: var(--secondary);
  }
  .header-logos figure {
    display: none;
  }
  .after-header {
    background: white;
    display: flex;
    align-items: center;
    padding: 3px 20px;
    border: solid 1px;
    border-color: #e0defc transparent;
    justify-content: space-between;
  }
  .after-header div {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .after-header *:not(i) {
    font-size: 14px;
    color: var(--secondary);
    font-family: var(--passion-sm);
  }
  .after-header i {
    color: var(--secondary);
    font-size: 20px;
  }
  footer .header-top-links {
    height: auto;
    padding: 10px 20px;
    justify-content: center;
  }
  footer .header-top-links > div {
    display: flex;
    width: auto;
  }
  footer .header-top-links > div div {
    display: initial;
  }
  .options .title-primary{
    font-size: 14px;
    font-weight: bold;
  }
  .options .title-primary span{
    font-size: 50px;
  }
  .c-banner .texto {
    top: 100px;
    left: 10px;
    width: 90%;
  }
  .producto .botones {
    /* justify-content: left; */
  }
  .producto .botones .btn-primary, .producto .botones .btn-ver-producto {
    width: 49%;
    display: flex;
    text-align: center;
    margin-right: 20px;
  }
  .vista-desplegada .galeria .imagen {
    min-height: auto;
  }
  .vista-desplegada .galeria .owl-item img {
    width: 100%;
  }
  .vista-resultados-categoria .info .row {
    padding: 0;
  }
  .c-contenido-sw .c-contenido {
    padding-top: 51px;
  }
  .c-contenido .info {
    padding: 35px 15px;
  }
  .vista-nosotros .info {
    padding: 0;
  }
  .vista-nosotros .info .imagen-top {
    height: auto;
  }
  .vista-nosotros .info .imagen-top img {
    margin-top: 0;
  }
  .vista-nosotros .info .contenido {
    padding: 25px 15px 0;
  }
  .vista-finalizar-cotizacion .info .lista {
    width: 330px;
  }
  .vista-finalizar-cotizacion .info .lista .c-p .col-4 {
    padding: 0;
  }
  .nosotros {
    padding: 50px 15px;
  }
  .nosotros .video {
    margin-bottom: 20px;
  }
  .nosotros .video img {
    width: 100%;
  }
  .servicios {
    padding: 50px 15px;
    background-position-x: 51%;
  }
  .maquinas {
    padding: 50px 15px 50px 55px;
    background-position-x: 54%;
  }
  .clientes {
    padding: 50px 15px;
  }
  .contacto {
    padding: 50px 15px;
  }
  .contacto .left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contacto .formulario {
    padding: 10px;
  }
  footer {
    width: 100%;
    /* padding: 0 0 52px; */
    padding: 10px 15px 52px;
  }
  footer .linea {
    display: none;
  }
  .footer-movil {
    display: block;
    color: var(--primary);
    margin: 20px 0 10px;
    font-weight: bold;
  }
  .footer-center .linea {
    display: block;
  }
  .footer-top {
    display: none;
  }
  .footer-center {
    padding: 30px 10px 50px;
    width: 100%;
  }
  .footer-center .logo {
    display: flex;
    justify-content: center;
  }
  .footer-center .lista-redes svg{
    fill: #000;
  }
  footer .copy ul{
    margin-left: -15px;
    width: 100vw;
  }
  footer .copy ul{
    display: block;
    padding: 10px;
  }
  footer .copy ul p{
    padding-left: 5px;
  }
  footer .copy span{
    display: none;
  }
}
@media (max-width: 600px) {
  .seccion-productos .container{
    padding-right: 0;
    padding-left: 0;
  }
  /* .owl-carousel.productos .owl-item{
    width: 160px !important;
    margin-right: 10px !important;
  } */
  .producto .botones {
    align-items: center;
    flex-direction: column;
  }
  .producto .botones .btn-primary, .producto .botones .btn-ver-producto {
    width: 100%;
    margin-right: 0;
  }
  .producto .detalle {
    min-height: 90px;
    padding: 5px 5px 0;
  }
  .producto .detalle .nombre {
    max-height: 100%;
    text-align: center;
  }
  .producto .imagen {
    height: 130px;
  }

  .c-contenido-sw .c-contenido.n1.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n2.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n3.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n4.abrir,
  .c-contenido-sw .c-contenido.n5.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .intranet-desc {
    flex-direction: column;
  }
  .intranet-desc figure {
    text-align: center;
  }
  .site-map,
  .home-description {
    padding: 20px;
  }
  .site-map {
    padding-bottom: 65px;
  }

  .header-top-links h2 {
    justify-content: center;
  }
  .site-map {
    grid-template-columns: 1fr;
  }
  header {
    position: relative;
  }
  .header-top-links > div {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
  .header-top-links a,
  .header-top-links > div {
    font-size: 12px;
  }
  .header-main {
    width: 100%;
  }
  .header-top-links,
  .header-top {
    position: initial;
  }
  .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    width: 100% !important;
  }
  .c .c-calendario > div {
    width: 100%;
  }
  a:not([href]):not([tabindex]) {
    /* display: none; */
  }
  .c .c-producto {
    min-height: 140px;
  }
  .c-contenido.blog-noticias .info .blog-wrap .post {
    width: 100%;
}
}
@media (max-width: 426px) {
  a.paragraph {
    display: block;
    margin-top: 15px;
  }
  .home-portal-wrap div {
    width: 100%;
  }
  header > a {
    padding: 0 10px;
  }
  .after-header .horario,
  .after-header [data-accion="vista-contacto"] {
    display: none;
  }
  .header-logos,
  .header-top-links {
    padding: 0 10px;
  }
  #eg-toolbox-wrapper {
    right: 0;
    width: 100%;
  }
  #eg-toolbox-wrapper .eg-toolbox {
    border-radius: 0;
  }
  .home-portal-wrap,
  .home-we > div,
  .home-intro {
    flex-direction: column;
  }
  .home-portal-wrap figure,
  .home-portal-wrap ul,
  .home-intro > div {
    width: 100%;
  }
  .benefits,
  .portal-modules,
  .portal-desc {
    padding: 50px 20px;
  }
  .header-top-links h2,
  .header-top p,
  .header-top-links a div {
    font-size: 12px;
  }
  .bar-movil a {
    /* font-size: 12px; */
  }

  .title-primary.all-orange-xl span,.title-primary.all-orange-xl{
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    align-items: start;
  }
  .title-primary.all-orange-xl span{
    top: -10px;
    position: relative;
    font-family: var(--passion-sm);
    font-weight: bold;
    font-size: 64px;
    margin-right: 8px;
  }
  .content-bor{
    padding: 8px 0;
    border-bottom: var(--border-blue);
  }
  .pt-8{
    padding-top: 16px;
    padding-left: 0px !important;
  }
}
@media (max-width: 375px) {
  .header-logos {
    display: none;
  }
  .header-top-links {
    justify-content: center;
    width: 100%;
  }
  .informes {
    display: flex;
    flex-direction: column;
  }
  .title-primary{
    font-size: 14px;
  }
  .options .title-primary span{
    font-size: 46px;
  }
}
@media (max-width: 320px) {
}
