@charset "UTF-8";
.lateral {
  background: #E8E5ED;
  padding: 30px;
  height: 100vh;
  position: fixed;
  left: 0px;
}

.logo-lateral {
  max-width: 200px;
  margin-bottom: 20px;
}

.wrapper {
  display: flex;
}

.sidebar {
  width: 370px;
  height: 100%;
  background: #E8E5ED;
  padding: 20px;
  position: fixed;
  overflow: auto;
}

/* Estilos para Firefox */
/* Nota: Firefox no soporta estilos personalizados para la barra de desplazamiento, 
pero podemos aplicar estilos usando el pseudo-elemento ::-moz-scrollbar. */
* {
  scrollbar-color: #888 #f1f1f1; /* Color del thumb y del fondo de la barra */
  scrollbar-width: thin; /* Ancho de la barra de desplazamiento */
}

.sidebar h3 {
  font-size: 34px;
  font-weight: 700;
  /* text-transform: uppercase; */
  line-height: 32px;
}

.descripcion {
  line-height: 23px;
  font-size: 21px;
  padding-bottom: 40px;
  font-weight: 300;
}

.sidebar h2 {
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

a.ver-clase {
  display: grid;
  grid-template-columns: 10% 80%;
  grid-gap: 10px;
  align-items: center;
  padding: 5px;
}

a.ver-clase.prender {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.duracion {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0px;
}

.content {
  flex: 1;
  margin-left: 250px; /* Ancho del menú para desplazar el contenido */
}

.contenido-curso {
  max-width: 700px;
  margin: 0 auto;
}

.numero {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #0092FF;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 15px;
}

a.ver-clase h3 {
  font-size: 15px !important;
  color: #000;
  padding-bottom: 10px;
  line-height: 18px;
  margin: 0px;
}

.ver {
  background: #59578d;
  width: fit-content;
  font-size: 13px;
  padding: 7px;
  border-radius: 5px;
  margin-top: 9px;
  color: #fff;
}

.descripcion-clase {
  color: #000;
  font-size: 13px;
  line-height: 16px;
}

.sidebar .ver-clase h3 {
  font-size: 21px !important;
  /* text-transform: uppercase; */
  line-height: 22px;
  letter-spacing: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}

.sidebar .ver-clase .abierto {
  position: absolute;
  right: 15px;
}

.sidebar .cerrado {
  right: 15px !important;
}

.volver-cursos {
  position: relative;
  font-size: 28px;
}

.abrir-menu-cursos {
  font-size: 25px;
  display: none;
}

.bot-curso {
  display: flex;
  justify-content: right;
  margin-top: -30px;
  margin-bottom: 30px;
  max-width: 90%;
  margin: 0 auto;
}

.tit-clase {
  font-size: 50px;
  line-height: 41px;
  padding-bottom: 30px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (para videos de YouTube) */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenidos-class ul {
  padding: 0px 0px 0px 14px;
}

.texto-clase {
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

a.boton-pdf {
  background: #fff;
  color: #000;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: solid 1px;
  margin-bottom: 100px;
}

.close-menu {
  font-size: 30px;
  position: absolute;
  right: 30px;
  display: none;
}

@media (max-width: 812px) {
  .content {
    flex: inherit;
    margin-left: 0px;
    max-width: 90%;
    margin: 0 auto;
  }
  .sidebar {
    width: 100%;
    height: 100%;
    background: #E8E5ED;
    padding: 0px;
    position: fixed;
    overflow: auto;
    left: -100%;
    z-index: 10;
  }
  .abrir-menu-cursos {
    font-size: 25px;
    display: block;
  }
  .cont-sidebar {
    max-width: 90%;
    margin: 30px auto;
  }
  .close-menu {
    font-size: 30px;
    position: absolute;
    right: 30px;
    display: block;
  }
  .bot-curso {
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.titulo-secciones h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
}

.titulo-secciones h2 strong {
  font-style: normal;
}

.foto-servicio {
  border-radius: 10px;
  overflow: hidden;
  /* max-height: 250px; */
  /* min-height: 250px; */
  margin-bottom: 15px;
  height: 250px;
}

.foto-servicio img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  height: 100% !important;
}

.des {
  font-size: 15px;
}

.titulo-seccion-productos h2 {
  font-size: 30px;
  text-align: center;
  color: #000;
  padding-bottom: 30px;
}

.contenedor-items .sin-resultados-buscador {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}

.contenedor-items .sin-resultados-buscador p {
  text-align: center;
  margin-bottom: 40px;
}

.botone-negros .botonera ul .destacado a {
  padding: 10px 20px;
}

.descripcion-equipo .info-boton {
  padding: 7%;
}

body {
  font-size: 18px;
  font-family: "Poppins", system-ui;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

div#cobertura {
  color: #fff;
}

.gradient {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(195, 213, 226) 100%);
}

.sas {
  overflow: hidden;
  width: 100%;
}

.salto {
  height: 100px;
}

div#cobertura h2 {
  color: #fff;
}

.number-phone a {
  font-size: 25px;
}

@media (max-width: 812px) {
  .salto {
    height: 48px;
  }
}
.gradiente {
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  color: #fff;
}

.bg-grisclaro {
  background-color: #EFEFEF;
}

.bg-grisoscuro {
  background-color: #161616;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

@media (max-width: 812px) {
  .bg-negro {
    background-color: #000;
  }
}
/*BOTONES*/
a.boton-gradiente {
  color: #fff;
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  border-radius: 50px;
  padding: 10px 15px;
  display: block;
  width: fit-content;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

/*TITULOS*/
.titulo-seccion h2 {
  margin: 0px;
  font-weight: 200;
}

.titulo-seccion {
  max-width: 80%;
}

@media (max-width: 812px) {
  .titulo-seccion {
    max-width: 100%;
  }
}
/*HEADER*/
.cont-header.botonera-fija {
  position: fixed;
}

@media (max-width: 812px) {
  .cont-header.botonera-fija {
    position: fixed;
    top: 0;
  }
}
.cont-header.botonera-fija .logo {
  max-width: 106px;
}

.mensaje-top {
  background: #000000;
  color: #fff;
}

.mensaje-top strong {
  color: #fff;
  font-weight: 500;
}

.header {
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header.interno {
  background: #003761;
}

.header a {
  color: #fff;
}

.iconos-cabecera {
  display: flex;
  justify-content: end;
}

.iconos-negros a {
  color: #000;
}

.logo {
  width: fit-content;
  max-width: 150px;
}

@media (max-width: 812px) {
  .logo {
    width: fit-content;
    max-width: 134px;
    margin: 0 auto;
  }
}
.texto-extra {
  max-width: 750px;
  margin-top: 12px;
}

.iconos-cabecera ul {
  list-style: none;
  padding: 0px;
  display: flex;
}

.iconos-cabecera li {
  margin-left: 15px;
}

.iconos-cabecera li a {
  font-size: 19px;
}

.cont-header {
  position: absolute;
  /* top: 0px; */
  z-index: 1000;
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1000;
  background: #2e2e2e;
}

.sticky .header {
  padding: 10px;
}

.cont-header.sticky .mensaje-top {
  display: none;
}

.sticky .header.blanco {
  background: #eee;
}

@media (max-width: 812px) {
  .sticky {
    top: 0px;
  }
}
/*BOTONERA*/
.botonera ul {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
}

a.active-page {
  background: #ff8b13;
}

.botonera ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: none;
}

.botone-negros .botonera ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 10px 10px;
  text-transform: none;
  border-radius: 50px;
  text-decoration: none;
}

li.destacado a {
  background: #0092FF;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  font-size: 20px !important;
}

li.destacado a:hover {
  background: #fb6b04 !important;
  color: #fff !important;
  border-radius: 50px;
  /* font-size: 24px; */
  animation: pulsate 1s infinite; /* Inicia la animación de pulsación */
}

@keyframes pulsate {
  0% {
    transform: scale(1); /* Tamaño normal */
    opacity: 1; /* Opacidad completa */
  }
  50% {
    transform: scale(1.04); /* Tamaño aumentado */
    opacity: 0.7; /* Opacidad reducida */
  }
  100% {
    transform: scale(1); /* Tamaño normal */
    opacity: 1; /* Opacidad completa */
  }
}
.boton {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.botonera ul li a:hover {
  background: #fff;
  color: #FD6B04;
}

.botone-negros .botonera ul li a:hover {
  background: #fff;
  color: #FD6B04;
}

.menu li a:hover {
  background: #000 !important;
}

@media (max-width: 812px) {
  li.destacado a {
    /* margin-bottom: 40px; */
    text-align: center;
    max-width: 85%;
    box-sizing: border-box;
    margin: 15px auto 60px;
  }
  li.con-mega.desplegado > a {
    background: #006cb5;
  }
  .botonera {
    display: none;
  }
}
.menu-normal.uno.has-mega-menu {
  position: ABSOLUTE;
  background: #fff;
  display: none;
}

.menu-normal ul {
  flex-direction: column;
  display: flex !important;
  max-width: 250px;
}

.menu-normal ul li a {
  font-weight: 400 !important;
  display: block;
}

/*FOOTER*/
.publique a {
  display: flex;
  align-items: center;
}

.publique {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 50px;
}

.foto-public {
  max-width: 78px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: solid 3px #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.texto-boton-public {
  background: #EDAF50;
  font-weight: 700;
  padding: 17px 20px 17px;
  border-radius: 50px;
  /* margin-left: -41px; */
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  color: #fff;
}

.footer {
  background-color: #F4FAFF;
  color: #013762;
}

.logo-footer img {
  max-width: 212px;
}

.logo-footer span {
  display: block;
  margin-bottom: 20px;
}

ul.menu-footer {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.menu-footer li a {
  font-size: 20px;
  line-height: 25px;
}

.logos-metodos {
  max-width: 90%;
}

.copy {
  font-size: 15px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.info-footer ul {
  list-style: none;
  padding: 0px;
  font-size: 15px;
}

.info-footer li {
  padding-bottom: 8px;
}

.info-footer li a {
  font-weight: 700;
  text-decoration: underline;
}

.redes ul {
  list-style: none;
  display: flex;
  padding: 0px;
}

.redes li a {
  margin-right: 11px;
  color: #005F99;
  font-size: 32px;
}

.disefix a strong {
  font-family: "Poppins", system-ui;
  font-weight: 800;
}

.botones-footer ul {
  list-style: none;
  padding: 0px;
  font-size: 20px;
}

.botones-footer li a {
  font-size: 15px;
}

.caja-footer h3 {
  font-size: 17px;
}

.logo-footer {
  max-width: 150px;
  padding-bottom: 28px;
}

.slogan {
  font-size: 16px;
  max-width: 90%;
}

.footer a {
  color: #013762;
}

@media (max-width: 812px) {
  .copy {
    flex-direction: column;
  }
}
/*BOTONERA*/
.botonera li.active > a {
  background-color: #707070;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  display: none;
}

@media (max-width: 812px) {
  .mega-menu {
    position: relative;
    left: 0%;
    transform: translateX(0%);
    width: 100%;
    max-width: 900px;
    display: none;
    margin: 0 auto;
  }
}
.menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 540px;
  padding: 30px !important;
}

.mega-menu img {
  display: block;
}

.flex-menu {
  background: #000;
  padding: 19px;
  box-sizing: border-box;
}

.flex-menu li {
  margin: 0px;
}

ul#menu-productos > li {
  margin-right: 33px;
}

@media (max-width: 812px) {
  .menu {
    display: flex;
    flex-wrap: inherit;
    flex-direction: column;
    max-height: 100%;
    padding: 0px !important;
    max-width: 100% !important;
  }
}
.botones li a {
  color: #ffffff !important;
  text-transform: none;
  padding: 0px 0px 5px !important;
  font-size: 14px !important;
  min-width: 150px;
}

.botones li a:hover {
  color: #fff !important;
}

.botones > ul {
  list-style: none;
  padding: 0px;
}

.botones ul ul {
  flex-direction: column;
  display: flex;
  margin-bottom: 15px;
}

.botones ul li a {
  font-weight: 600;
  font-size: 20px;
}

.botones > ul > li > a {
  font-weight: 400 !important;
  text-decoration: underline;
}

.botones ul ul li a {
  font-weight: 400;
  font-size: 18px;
}

.menu-normal {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  display: none;
}

.menu-normal ul li a {
  padding: 10px !important;
}

a.prend {
  background: #EBC627;
}

.logo-menu {
  max-width: 100px;
  padding: 22px 0px;
}

.header-menu-mov {
  max-width: 90%;
  margin: 0 auto;
}

.bt-movil {
  background: #004a7c;
  position: fixed;
  top: 0px;
  z-index: 1000000;
  width: 90%;
  max-width: 400px;
  right: 0px;
  height: 100%;
  overflow: auto;
  right: -100%;
}

a.closs {
  color: #fff;
  font-size: 20px;
  float: right;
}

.botonera-mov ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.botonera-mov li {
  padding: 0px;
  background-color: #161616;
  border-bottom: 1px solid #333;
}

.botonera-mov li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  font-size: 23px;
  text-transform: uppercase;
  font-style: italic;
}

.botonera-mov .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.botonera-mov .sub-menu li {
  padding: 0px;
  background-color: #424141;
  border-bottom: 1px solid #5b5858;
}

.botonera-mov .sub-menu li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
}

.visible {
  display: block !important;
}

/* Estilos para el formulario */
#search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-input {
  width: 94%;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 26px;
  font-weight: "Barlow Condensed", sans-serif !important;
}

/* Estilos para los resultados de la sugerencia */
.busqueda {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  overflow: auto;
  padding-bottom: 50px;
  display: none;
}

.contenedor-buscador h2 {
  text-transform: uppercase;
  font-size: 31px;
}

.instrucciones {
  font-size: 18px;
  padding-bottom: 20px;
}

.contenedor-buscador {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cerrado {
  position: absolute;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
}

#search-results {
  max-width: 600px;
  /* margin: 0 auto; */
  padding: 0px;
  display: none;
  padding-top: 20px;
}

#search-results a {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 3px;
  align-items: center;
}

.product-busqueda .price {
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}

#search-results a img {
  width: 40px;
  margin-right: 10px;
}

#search-results a:hover {
  background-color: #e0e0e0;
  color: #000;
}

@media (max-width: 812px) {
  .contenedor-buscador {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .contenedor-buscador h2 {
    text-transform: uppercase;
    font-size: 31px;
    max-width: 90%;
  }
  .font-60 {
    font-size: 42px;
    line-height: 44px;
  }
}
.is-valid {
  border-color: #28a745;
}

.is-invalid {
  border-color: #dc3545;
}

.desc-seccion {
  font-size: 20px;
  max-width: 70%;
  padding-bottom: 30px;
}

.maximo {
  max-width: 1680px;
  margin: 0 auto;
}

.item h3 {
  color: #fff;
  font-size: 18px;
  padding: 20px 0px;
  /* text-transform: uppercase; */
}

.item:hover .item-foto img {
  transform: scale(1.1);
}

.item-foto {
  height: 300px;
  overflow: hidden;
}

.item-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

.qr img {
  max-width: 170px;
}

.qr {
  text-align: right;
  display: flex;
  justify-content: end;
}

.flexis {
  display: flex;
  align-items: center;
}

.logo-serna {
  margin-right: 20px;
}

@media (max-width: 812px) {
  .flexis {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .span-2.flexis img {
    max-width: 233px;
    margin-bottom: 30px;
  }
  .texto-senatur {
    max-width: 90%;
    text-align: center;
  }
  .logo-serna {
    margin-right: 0px;
  }
  .qr {
    text-align: right;
    display: flex;
    justify-content: center;
  }
}
.banner-paginas {
  height: 250px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 0;
  width: 100%;
}

.banner-paginas img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-paginas h2, .banner-paginas h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
}

.velo-pagina {
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  background: rgba(3, 68, 116, 0.5882352941);
  z-index: 2;
}

.abrir-filtro a {
  display: none;
}

.filtro-drawer-header {
  display: none;
}

.registro-mensaje.success {
  padding: 20px;
  background: #f3dbdb;
  margin-bottom: 30px;
  border-radius: 20px;
}

@media (max-width: 812px) {
  .menu-telefono li a {
    padding: 10px 30px;
    border-bottom: solid 1px #fff;
  }
  .botones ul li a {
    border: none;
    text-decoration: none;
    padding: 10px 20px !important;
    width: 100%;
    box-sizing: border-box;
    background: #033b60;
  }
  .filtro-drawer-header {
    display: block;
  }
  .abrir-filtro a {
    background: #0092ff;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    display: block;
  }
  .abrir-filtro {
    margin-bottom: 30px;
  }
  /* ================================
     DRAWER FILTROS MÓVIL
  ================================ */
  .filtro-overlay {
    display: none;
  }
  .filtro-drawer-header {
    display: none;
  }
  /* Desktop: filtro normal */
  /* Móvil */
}
@media (max-width: 812px) and (min-width: 813px) {
  .filtro-pagina {
    position: relative;
    transform: none;
    height: auto;
    overflow: visible;
    z-index: auto;
  }
}
@media (max-width: 812px) and (max-width: 812px) {
  body.filtros-abiertos {
    overflow: hidden;
  }
  .abrir-filtros::before {
    content: "\f0b0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
  }
  .filtro-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9997;
    transition: 0.25s ease;
  }
  body.filtros-abiertos .filtro-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .filtro-pagina {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 390px);
    height: 100vh;
    background: #fff;
    z-index: 9998;
    transform: translateX(105%);
    transition: transform 0.28s ease;
    overflow-y: auto;
    padding: 0 18px 24px;
    box-shadow: -20px 0 45px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
  }
  body.filtros-abiertos .filtro-pagina {
    transform: translateX(0);
  }
  .filtro-drawer-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 -18px 20px;
    padding: 0 18px;
  }
  .filtro-drawer-header span {
    font-size: 20px;
    font-weight: 900;
    color: #111;
  }
  .cerrar-filtros {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 0;
    background: #f1f3f6;
    color: #111;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .cerrar-filtros:hover {
    background: #e5e8ed;
  }
  /* Ajuste del plugin dentro del drawer */
  .filtro-pagina .wpc-filters-main-wrap {
    box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .filtro-pagina .wpc-filters-open-button-container {
    display: none !important;
  }
  .filtro-pagina .wpc-filters-widget-content {
    display: block !important;
  }
}
@media (max-width: 812px) {
  .velo-pagina {
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    background: rgba(3, 68, 116, 0.5882352941);
    z-index: 0;
  }
}
.banner-paginas h2, .banner-paginas h1 {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 812px) {
  .banner-paginas {
    height: 250px;
  }
  .banner-paginas h2, .banner-paginas h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
  }
}
.header-movil {
  display: none;
}

.salto-producto {
  height: 40px;
}

@media (max-width: 812px) {
  .header {
    display: none;
  }
  .header-movil {
    display: block;
    background: #000;
    padding: 0px 30px 10px;
  }
  a.abre {
    background: #0092ff;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    border-radius: 50px;
    margin-left: 20px;
  }
  .abrir-menu {
    color: #fff;
    font-size: 24px;
    /* margin-right: 30px; */
    display: block;
    padding-left: 30px;
  }
  .header-movil.interno {
    padding-bottom: 20px;
    background: #013761;
  }
}
.accordion-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.titulo-acord h2 {
  text-align: center;
  font-weight: 300;
  font-size: 33px;
  margin: 0px;
}

.texto-acord {
  width: 250px;
}

.accordion {
  margin: 10px;
  background-color: #008ef9;
  display: flex;
  border-radius: 10px;
  align-items: center;
  color: #fff;
  position: relative;
}

.accordion.active .numero {
  color: #008ef9;
  background: #fff;
  font-weight: 700;
}

.accordion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
}

.active .accordion-item {
  background: transparent;
  color: #fff;
  box-shadow: none;
  min-width: 300px;
  overflow: hidden;
}

.accordion-item {
  eft: calc(50% - 0.5rem);
  line-height: 1;
  padding-top: 0.5rem;
  position: relative;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  display: flex;
  padding: 20px;
  background: #fff;
  height: 100%;
  max-height: 320px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  color: #000;
}

.active .accordion-item {
  background: transparent;
  color: #fff;
  box-shadow: none;
  min-width: 200px;
}

.foto-acord {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 250px;
  display: none;
}

.active .foto-acord {
  display: block;
}

.accordion-content {
  padding: 10px;
  display: none;
  opacity: 0;
  width: 250px;
  height: 320px;
}

.active .accordion-content {
  max-width: 250px;
  padding: 20px;
  opacity: 1;
}

.c-acr {
  padding-top: 99px;
}

.accordion-container-mobile {
  display: none;
}

.head-mar p {
  padding: 0px;
  margin: 0px;
  max-width: 60%;
  margin-left: 40px;
}

.head-mar {
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .head-mar {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .head-mar p {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
  }
  .accordion-container {
    flex-direction: column;
    display: none;
  }
  .accordion {
    margin: 10px;
    background-color: #e2eff9;
    display: flex;
    border-radius: 10px;
    align-items: center;
    color: #fff;
    position: relative;
    flex-direction: column;
    overflow: hidden;
  }
  .accordion-content {
    padding: 10px;
    display: none;
    opacity: 1;
    width: 100%;
    /* height: 320px; */
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    height: auto;
    background: #0092ff;
    border-radius: 10px;
    margin-top: -59px;
  }
  .numero {
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 30px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
  }
  .active .numero {
    display: none;
  }
  .accordion-item-mobile {
    box-sizing: border-box;
    display: flex;
    background: #fff;
    width: 100%;
    padding: 10px 30px;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    color: #000;
  }
  .ac-acord {
    display: flex;
    align-items: center;
  }
  .numero-cont {
    background: #fff;
    font-size: 30px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 15px;
    color: #0092ff;
    font-weight: 700;
    min-width: 40px;
  }
  .active .accordion-content {
    max-width: 100%;
    padding: 30px;
    opacity: 1;
  }
  .accordion-container-mobile {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}
#backToTop {
  display: none;
  position: fixed;
  bottom: 124px;
  right: 30px;
  z-index: 100;
  background-color: #01456e;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  width: 50px;
  height: 50px;
}

.texto-opcion a {
  font-weight: 700;
  text-decoration: underline;
}

#backToTop:hover {
  background-color: #555; /* Fondo al pasar el mouse */
}

.contenedor-top {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.sad {
  list-style: none;
  display: flex;
  justify-content: end;
}

ul#menu-productos > li {
  margin-right: 0px;
}

.menu-telefono li a {
  color: #fff;
  line-height: 25px;
  padding: 10px 0px;
  display: block;
}

.velo-telefono {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 74, 124, 0.5882352941);
  z-index: 100000;
  display: none;
}

.menu-telefono ul {
  list-style: none;
  padding: 0px;
  max-width: 100%;
  margin: 0 auto;
}

.menu-telefono li a {
  padding: 10px 30px;
}

.bienvenida h2 {
  font-weight: 900;
}

.caja-texto.bienvenida {
  max-width: 600px;
  margin: inherit;
  padding-bottom: 40px;
}

.bienvenida .textito {
  font-size: 18px;
}

.resultado-simple {
  display: none;
}

.contenedor-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.buscador {
  padding: 40px;
  background: #336FDD;
  max-width: 1100px;
  width: 90%;
  border-radius: 10px;
  margin: 50px auto;
}

.titulo-buscador {
  display: grid;
  grid-template-columns: 40% 55%;
  align-items: center;
  grid-gap: 50px;
}

.titulo-buscador h2 {
  font-family: "Poppins", system-ui;
  font-size: 51px;
  line-height: 55px;
}

.float input {
  padding: 20px;
  box-sizing: border-box;
  font-size: 23px;
  width: 100%;
  border-radius: 50px;
  border: none;
  position: relative;
  /* margin: 0 auto; */
}

.float {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.boton-buscar {
  position: absolute;
  top: 0px;
  color: #015f98;
  right: 30px;
  font-size: 30px;
  top: 17px;
}

.contenedor-items {
  color: #fff;
}

.contenedor-items {
  margin-top: 40px;
  color: #fff;
}

.titulo-buscador h2 {
  font-family: "Poppins", system-ui;
}

a.ver-todos-los-resultados {
  background: #fff;
  padding: 15px 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  color: #336fdd;
}

@media (max-width: 812px) {
  .primero > a {
    border-bottom: solid;
    margin-bottom: 10px;
  }
  .menu ul {
    max-width: 100%;
  }
  .titulo-buscador {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    grid-gap: 10px;
  }
  .boton-buscar {
    position: absolute;
    top: 0px;
    color: #015f98;
    right: 20px;
    font-size: 30px;
    top: 8px;
  }
  .float input {
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    border: none;
    position: relative;
    /* margin: 0 auto; */
  }
  .texto-buscador {
    font-size: 16px;
  }
  .buscador {
    padding: 40px;
    background: #336FDD;
    max-width: 1100px;
    width: 100%;
    border-radius: 0px;
    margin: 50px auto;
    box-sizing: border-box;
  }
  .titulo-buscador h2 {
    font-family: "Poppins", system-ui;
    font-size: 37px;
    line-height: 43px;
  }
  .contenedor-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .titulo-seccion-productos h2 {
    font-size: 23px;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
  }
}
/* ================================
   FILTROS PRODUCTOS - WPC PLUGIN
================================ */
.widget_wpc_filters_widget {
  width: 100%;
}

.wpc-filters-main-wrap {
  background: #fff;
}

.wpc-filters-widget-content {
  font-family: inherit;
}

.wpc-filters-widget-wrapper {
  display: flex;
  flex-direction: column;
}

/* Secciones */
.wpc-filters-section {
  background: #f8f9fb;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 0 15px 0 !important;
}

.wpc-filter-header {
  margin-bottom: 14px;
}

.widget-title.wpc-filter-title,
.wpc-filter-title {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin: 0 !important;
  line-height: 1.2;
}

/* Listas */
.wpc-filters-ul-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpc-filters-ul-list li,
.wpc-term-item {
  margin: 0 !important;
  padding: 0 !important;
}

.wpc-term-item-content-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: 0.2s ease;
}

.wpc-term-item-content-wrapper:hover {
  border-color: #0a94ff;
  box-shadow: 0 8px 22px rgba(10, 148, 255, 0.08);
}

/* Checkbox */
.wpc-term-item-content-wrapper input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 2px solid #c8d0da;
  background: #fff;
  cursor: pointer;
  flex: 0 0 19px;
  position: relative;
  margin: 0 !important;
}

.wpc-term-item-content-wrapper input[type=checkbox]:checked {
  background: #0a94ff;
  border-color: #0a94ff;
}

.wpc-term-item-content-wrapper input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Labels y links */
.wpc-term-item-content-wrapper label {
  margin: 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  color: #222;
}

.wpc-term-item-content-wrapper label a {
  color: #222 !important;
  text-decoration: none !important;
  font-weight: 600;
  flex: 1;
}

.wpc-term-item-content-wrapper label a:hover {
  color: #0a94ff !important;
}

/* Contador */
.wpc-term-count {
  color: #7a8491;
  font-size: 12px;
  font-weight: 700;
  background: #eef1f5;
  padding: 4px 7px;
  border-radius: 999px;
  margin-left: 6px;
}

.wpc-term-count-value {
  color: inherit;
}

/* Ver más / Ver menos */
.wpc-see-more-control,
.wpc-see-less-control,
.wpc-toggle-a {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 12px !important;
  font-size: 13px;
  font-weight: 800;
  color: #0a94ff !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}

/* Chips activos */
.wpc-filter-chips-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 16px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpc-filter-chip,
.wpc-filter-chips-list li {
  border-radius: 999px !important;
  background: #eef7ff !important;
  color: #0a5fa8 !important;
  border: 1px solid rgba(10, 148, 255, 0.2) !important;
  font-size: 13px;
  font-weight: 700;
}

/* Botón abrir filtros móvil */
.wpc-filters-open-button-container {
  margin-bottom: 18px;
}

.wpc-filters-open-widget {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0a94ff !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 13px 22px !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(10, 148, 255, 0.25);
}

.wpc-filters-button-text {
  color: #fff !important;
}

/* Icono hamburguesa */
.wpc-icon-html-wrapper {
  width: 18px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpc-icon-line-1,
.wpc-icon-line-2,
.wpc-icon-line-3 {
  display: block;
  height: 2px;
  background: currentColor;
  border-radius: 10px;
}

/* Botones inferiores */
.wpc-filters-widget-controls-container {
  margin-top: 22px;
}

.wpc-filters-widget-controls-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wpc-filters-apply-button,
.wpc-filters-close-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.wpc-filters-apply-button {
  background: #0a94ff !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(10, 148, 255, 0.25);
}

.wpc-filters-apply-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(10, 148, 255, 0.32);
}

.wpc-filters-close-button {
  background: #f1f3f6 !important;
  color: #222 !important;
}

.wpc-filters-close-button:hover {
  background: #e6e9ee !important;
}

/* Ocultar link de edición en frontend */
.wpc-edit-filter-set {
  display: none !important;
}

/* Popup / mobile */
.wpc-widget-close-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wpc-widget-popup-title {
  font-size: 20px;
  font-weight: 900;
  color: #111;
}

/* Scroll */
.wpc-filters-scroll-container {
  max-height: none;
  overflow: visible;
}

/* Responsive */
@media (max-width: 992px) {
  .wpc-filters-main-wrap {
    padding: 18px;
    border-radius: 18px;
  }
  .wpc-filters-section {
    padding: 15px;
    border-radius: 16px;
  }
  .widget-title.wpc-filter-title,
.wpc-filter-title {
    font-size: 16px !important;
  }
  .wpc-term-item-content-wrapper {
    padding: 10px 11px;
  }
}
@media (max-width: 576px) {
  .wpc-filters-widget-controls-wrapper {
    grid-template-columns: 1fr;
  }
  .wpc-filters-open-widget {
    width: 100%;
  }
}
/* ================================
   BANNER HOME / COMPONENTE BANNER
   Versión alineada izquierda
================================ */
.sas {
  width: 100%;
  overflow: hidden;
}

.slide {
  position: relative;
}

.banner {
  min-height: 640px;
  height: calc(100vh - 120px);
  max-height: 760px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
}

/* Imagen de fondo */
.foto-pc {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.foto-pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.95) contrast(1.05);
}

/* Overlay para texto a la izquierda */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.74) 32%, rgba(0, 0, 0, 0.46) 58%, rgba(0, 0, 0, 0.16) 100%);
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 22% 48%, rgba(0, 146, 255, 0.18) 0%, rgba(0, 146, 255, 0) 34%);
  pointer-events: none;
}

/* Contenedor */
.contenedor-banner {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

/* Por si el PHP antiguo sigue usando grid col-2 */
.contenedor-banner.grid,
.contenedor-banner.col-2 {
  display: block !important;
  grid-template-columns: none !important;
}

.contenedor-banner > .span-1:first-child {
  display: none !important;
}

/* Bloque de texto */
.bn {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.textos-banner {
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding: 40px 0;
  text-align: left;
}

.bajada {
  font-size: 22px !important;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  padding-top: 0 !important;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}

.textos-banner h1,
.tit-banner {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
  color: #fff;
  text-align: left;
  max-width: 620px;
}

.textos-banner h1 strong,
.tit-banner strong {
  display: block;
  font-weight: 900;
}

.descripcion-banner {
  max-width: 560px;
  padding: 0 0 30px !important;
  padding-left: 0 !important;
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.descripcion-banner p {
  margin: 0;
}

/* Botones */
.textos-banner .botones {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.textos-banner .botones a,
a.btn-negro,
a.btn-azul,
a.btn-blanco {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: 0.25s ease;
  letter-spacing: 0.02em;
}

a.btn-negro {
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

a.btn-azul,
.textos-banner .botones a:not(.btn-negro):not(.btn-blanco) {
  background: #0092ff;
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 146, 255, 0.28);
}

a.btn-blanco {
  background: #fff;
  color: #111;
}

.textos-banner .botones a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 146, 255, 0.34);
}

/* Owl */
.owl-nav {
  position: absolute;
  z-index: 10;
  width: 90%;
  max-width: 1280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  pointer-events: all;
}

button.owl-prev span,
button.owl-next span {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  transition: 0.25s ease;
}

button.owl-prev span:hover,
button.owl-next span:hover {
  background: #0092ff;
}

.owl-dots {
  display: none;
}

/* Compatibilidad */
.colores {
  background: transparent !important;
}

.velo-banner {
  display: none !important;
}

.foto-tel {
  display: none;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .banner {
    min-height: 560px;
    height: auto;
    padding: 90px 0;
  }
  .banner::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 55%, rgba(0, 0, 0, 0.28) 100%);
  }
  .textos-banner {
    max-width: 560px;
  }
  .bajada {
    font-size: 20px !important;
  }
  .descripcion-banner {
    font-size: 18px;
  }
}
@media (max-width: 812px) {
  .slide {
    margin-top: 0;
  }
  .banner {
    min-height: 620px;
    padding: 110px 0 70px;
    align-items: end;
  }
  .banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.92) 100%);
  }
  .banner::after {
    background: radial-gradient(circle at 30% 72%, rgba(0, 146, 255, 0.16) 0%, rgba(0, 146, 255, 0) 38%);
  }
  .contenedor-banner {
    width: 88%;
  }
  .bn {
    justify-content: flex-start;
  }
  .textos-banner {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }
  .bajada {
    font-size: 18px !important;
    margin-bottom: 12px;
  }
  .textos-banner h1,
.tit-banner {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1;
    margin-bottom: 18px;
  }
  .descripcion-banner {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 26px !important;
  }
  .textos-banner .botones a,
a.btn-negro,
a.btn-azul,
a.btn-blanco {
    min-height: 48px;
    padding: 0 24px;
    font-size: 15px;
  }
  .owl-nav {
    display: none;
  }
}
@media (max-width: 576px) {
  .banner {
    min-height: 560px;
    padding: 90px 0 55px;
  }
  .foto-pc img {
    object-position: center;
  }
  .bajada {
    font-size: 16px !important;
  }
  .textos-banner h1,
.tit-banner {
    font-size: 42px;
  }
  .descripcion-banner {
    font-size: 16px;
  }
}
/*CARD PRODUCTO*/
.texto-producto h4 {
  margin: 10px 0px;
  font-size: 20px;
}

.sale {
  font-size: 18px;
  padding-top: 10px;
}

.descripcion-listado {
  font-size: 18px;
  padding-bottom: 10px;
  max-width: 85%;
}

.precio {
  font-size: 25px;
}

.oferta .normal {
  text-decoration: line-through;
  color: #ccc;
}

.item-producto {
  opacity: 1; /* Aplicamos una opacidad por defecto */
  transition: opacity 0.2s ease-out; /* Añadimos una transición suave */
  position: relative; /* Añadimos posición relativa para alinear el botón */
}

.item-producto:hover {
  opacity: 0.8; /* Al hacer hover aumentamos la opacidad */
}

.agregar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.agregar:hover {
  background: #000;
  color: #fff;
}

.owl-item li {
  list-style: none;
  padding: 0px;
}

.navi .owl-nav .owl-next, .navi .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.navi .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 30px !important;
}

.navi .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 30px !important;
}

.navi li {
  margin: 4px;
}

.item-producto:hover .agregar {
  display: block; /* Mostramos el botón al hacer hover */
  opacity: 1; /* Añadimos opacidad 1 para animación */
  animation: fadeIn 0.5s ease-in-out; /* Añadimos una animación de fadeIn */
  width: fit-content;
  min-width: 130px;
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*CARRUCEL CATEGORIAS*/
.item-categoria {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.image-container:hover img {
  transform: scale(1.1);
}

.velo-gradiente {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.6;
  transition: opacity 0.5s;
}

.image-container:hover .velo-gradiente {
  opacity: 1;
}

.card {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  height: 100%;
  display: grid;
  align-items: end;
}

.image-container:hover .card {
  opacity: 1;
}

.image-container:hover h3.titulo-card-principal {
  opacity: 0;
}

.descripcion-card {
  font-size: 18px;
  margin-bottom: 20px;
}

.card a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff8b14;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s;
  font-size: 26px;
}

.card a:hover {
  background-color: #000;
  color: #fff;
}

h3.titulo-card-principal {
  left: 20px;
  bottom: 10px;
  position: absolute;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  opacity: 1;
  text-transform: uppercase;
}

.titulo-card {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  text-transform: uppercase;
}

h3.titulo-card-principal strong, .titulo-card strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
}

/*MENSAJE ENVIOS*/
.mensaje-env h3 {
  margin: 0px 0px 10px;
}

@media (min-width: 812px) {
  .mensaje-env h3 {
    margin: 0px 0px 0px;
  }
}
/*DESTACADOS*/
.destacado {
  height: 100%;
}

.contenedor-destacado {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.num {
  font-size: 115px;
  font-weight: 700;
  color: #EBC627;
}

.text-destacados strong {
  font-size: 43px;
  display: block;
  margin-top: -7px;
  padding-bottom: 15px;
}

.text-destacados {
  font-size: 29px;
  line-height: 32px;
}

.code {
  padding: 12px;
  border: dashed 1px #fff;
  margin-top: 20px;
  font-size: 22px;
}

.code strong {
  font-size: 36PX;
}

.mensajes .owl-nav {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  /* margin-top: -42px; */
  position: absolute;
  width: 100%;
  top: 43%;
}

.mensajes .owl-prev, .mensajes .owl-next {
  left: 0px;
  top: 0px;
  display: block;
  width: 38px;
  display: block;
  height: 50px;
}

.mensajes .owl-nav span {
  font-size: 54px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
}

.mensajes .owl-nav span:hover {
  font-size: 54px;
  display: block;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
}

.mensajes .owl-prev {
  margin-left: -50px;
}

.mensajes .owl-next {
  margin-right: -50px;
}

.pagina-aviso {
  background: #eee;
}

.pagina-aviso .code strong {
  font-size: 45PX;
}

.pagina-aviso .contenedor-destacado {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: inherit;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagina-aviso .num {
  font-size: 115px;
  font-weight: 700;
  color: #060606;
}

.pagina-aviso .text-destacados {
  font-size: 29px;
  line-height: 32px;
  margin-left: 16px;
}

.pagina-aviso .text-destacados strong {
  font-size: 63px;
  display: block;
  margin-top: 9px;
  padding-bottom: 11px;
}

.pagina-aviso .code {
  padding: 12px;
  border: dashed 1px #a0a0a0;
  margin-top: 0px;
  font-size: 22px;
  margin-left: 30px;
}

.pagina-aviso .code strong {
  display: block;
}

@media (max-width: 812px) {
  .pagina-aviso .contenedor-destacado {
    flex-wrap: wrap;
  }
  .pagina-aviso .text-destacados {
    font-size: 14px;
    line-height: 11px;
    margin-left: 16px;
  }
  .pagina-aviso .text-destacados strong {
    font-size: 28px;
    display: block;
    margin-top: 9px;
    padding-bottom: 11px;
  }
  .pagina-aviso .num {
    font-size: 52px;
    font-weight: 700;
    color: #060606;
  }
  .pagina-aviso .code strong {
    font-size: 21PX;
  }
  .pagina-aviso .code {
    padding: 8px;
    border: dashed 1px #a0a0a0;
    margin-top: 0px;
    font-size: 17px;
    margin-left: 30px;
    line-height: 20px;
  }
  .pagina-aviso {
    background: #eee;
    padding: 7px 0px;
  }
}
.imagen-carrucel {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.imagen-carrucel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imagen-carrucel:hover .tit-ca {
  opacity: 0;
  transition: 0.3s all ease;
}

.tit-ca {
  position: absolute;
  bottom: 20px;
  color: #fff;
  font-size: 26px;
  left: 20px;
  line-height: 25px;
  z-index: 1;
  opacity: 1;
}

.tit-ca strong {
  display: block;
}

.vel {
  background: rgb(0, 65, 108);
  background: linear-gradient(0deg, rgb(0, 65, 108) 0%, rgba(0, 65, 108, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  transition: 0.3s all ease;
}

.imagen-carrucel:hover .vel {
  background: rgba(4, 65, 105, 0.7215686275);
  cursor: pointer;
}

.caja-ca {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease;
}

.imagen-carrucel:hover .caja-ca {
  opacity: 1;
}

/*REPRODUCTOR DE VIDEO*/
.video-container {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 0;
  padding-bottom: 56.25%; /* Proporción 16:9 */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#play-video {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#play-video i {
  margin-top: 5px;
  margin-left: 7px;
}

.caja-texto h2 {
  margin: 0px;
  font-weight: 300;
  line-height: 40px;
}

.caja-texto h2 strong {
  margin: 0px;
  font-weight: 600;
  font-style: italic;
}

.caja-texto {
  padding-left: 0px;
}

@media (max-width: 812px) {
  .caja-texto {
    padding-left: 0px;
    padding-top: 20px;
  }
  .caja-texto h2 {
    font-size: 30px !important;
    padding-bottom: 0px !important;
    line-height: 32px !important;
  }
}
.paginas .texto-banner-cat h1 {
  font-size: 25px;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  font-weight: 300;
  padding-top: 50px;
}

.paginas .texto-banner-cat h1 strong {
  font-size: 80px;
  display: block;
}

.texto-banner-cat h2 {
  font-size: 54px;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: 200;
  font-style: italic;
}

.texto-banner-cat h2 strong {
  font-weight: 700;
  font-style: normal;
}

.texto-banner-categoria {
  font-size: 22px;
}

a.ir {
  padding: 10px 35px;
  display: block;
  background: #fb6b09;
  font-size: 28px;
  width: fit-content;
  border-radius: 0;
  margin-top: 31px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  margin: 30px auto 0px;
}

a.ir:hover {
  background: #fff;
  color: #fb6b09;
}

.imagen-banner {
  display: block;
  position: relative;
  height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.texto-banner-cat {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

.imagen-banner-tel {
  display: none;
}

.paginas .imagen-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

.banner-categoria {
  display: grid;
  position: relative;
  height: 700px;
  overflow: hidden;
}

.texno-interno.grid-center {
  z-index: 10;
  position: relative;
  height: 600px;
  text-align: center;
  width: 100%;
}

@media (min-width: 813px) {
  .banner-categoria.paginas .contenedor-seccion {
    background: transparent !important;
  }
}
@media (max-width: 812px) {
  .banner-categoria {
    display: grid;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .banner-categoria.paginas .contenedor-seccion {
    width: 100% !important;
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 strong {
    font-size: 50px;
  }
  .paginas .texto-banner-cat {
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 {
    font-size: 26px;
    text-transform: none;
    font-style: normal;
    line-height: 30px;
    font-weight: 300;
  }
  .paginas .texto-banner-cat {
    font-size: 16px;
    max-width: 85%;
    font-weight: 300;
    line-height: 19px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .texto-banner-categoria {
    padding-bottom: 30px;
    line-height: 30px;
  }
  .texto-banner-cat h2 {
    font-size: 42px;
    line-height: 41px;
    margin-bottom: 26px;
    font-weight: 300;
    font-style: italic;
  }
  .imagen-banner-tel {
    display: block;
    position: relative;
  }
}
.texyos h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 300;
}

.texyos h2 strong {
  font-weight: 700;
}

figure {
  border-radius: 10px;
  overflow: hidden;
}

.texto-caja {
  padding-top: 10px;
}

.caja-gris ul {
  padding: 0px;
  list-style: none;
}

.primero .texyos h2 {
  padding-top: 65px;
}

.primero img {
  border-radius: 0px;
}

.caja-gris ul li {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
}

.caja-gris ul li:last-child {
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}

.texto-caja p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 17px;
}

figcaption {
  padding-top: 22px;
  font-style: italic;
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
}

a.boton-caja {
  padding: 10px 30px;
  display: block;
  background: #003761;
  font-size: 20px;
  width: fit-content;
  border-radius: 0;
  margin-top: 31px;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}

a.boton-caja:hover {
  color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border: solid 2px;
}

.invertido .span-1:first-child {
  grid-column: 2;
}

.invertido .span-1:last-child {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 812px) {
  .primero {
    margin-top: -50px;
  }
}
@media (max-width: 812px) {
  .primero .contenedor-seccion {
    max-width: 100%;
    width: 100%;
  }
  .primero .texyos h2 {
    padding-top: 40px;
  }
  .texyos {
    max-width: 90%;
    margin: 0 auto;
  }
  .invertido .span-1:first-child {
    grid-column: 1/3;
    padding-top: 50px;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
ul.pasos-list {
  list-style: none;
  padding: 0px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  /* border-radius: 10px; */
}

.item-pasos {
  background: #fff;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  height: 300px;
}

.item-pasos .numero {
  text-align: center;
  padding: 18px;
  font-size: 35px;
  width: 43px;
  /* background: #e1b0fa; */
  /* background: rgb(189, 131, 230); */
  /* background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%); */
  color: #fff;
  /* min-width: 50px; */
  height: 40px;
  line-height: 40px;
  background: #fb6b04;
  margin: 0px auto 30px;
}

.pasos-list {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.num {
  padding-top: 20px;
}

.item-pasos .texto {
  font-size: 19px;
  /* margin-left: 20px; */
  max-width: 80%;
  margin: 0 auto;
  font-size: 17px;
  padding-bottom: 24px;
}

.texto strong {
  display: block;
  padding-bottom: 12px;
}

.contenedor-especial {
  background-size: cover !important;
  padding: 150px 0px 200px;
  margin-top: -150px;
}

div#nos_importa {
  z-index: 10;
}

h2.titulo-especial strong {
  display: block;
}

h2.titulo-especial {
  font-size: 46px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 44px;
  margin: 0px px;
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 812px) {
  .item-pasos {
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    height: 430px;
  }
  ul.pasos-list {
    list-style: none;
    max-width: 90%;
    margin: 0 auto;
  }
  ul.pasos-list .numero {
    text-align: center;
    padding: 18px 25px;
    font-size: 35px;
    width: auto;
    /* background: #e1b0fa; */
    background: rgb(189, 131, 230);
    background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
    color: #fff;
  }
}
.caja-texto h2 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 20px;
  line-height: 44px;
}

.caja-texto h3 {
  font-size: 26px;
  text-transform: uppercase;
}

.caja-texto {
  font-size: 16px;
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto;
}

.contenedor-texto {
  max-width: 800px;
  width: 90%;
}

.tit-caja-texto h2 {
  font-size: 50px;
  text-transform: none;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 48px;
  margin: 0px;
  max-width: 82%;
}

.tit-caja-texto h2 {
  color: #015f98;
  font-weight: 700;
  font-family: "Poppins", system-ui;
}

@media (max-width: 812px) {
  .tit-caja-texto h2 {
    padding-top: 34px;
    font-size: 30px;
    line-height: 34px;
  }
}
.texyos ul {
  list-style: none;
  padding: 0px;
}

.texyos li {
  padding-bottom: 15px;
}

.tit-caja-texto span {
  display: block;
  font-size: 29px;
  font-weight: 200;
}

.ui-lista a {
  display: grid;
  align-items: center;
  grid-gap: 27px;
  grid-template-columns: 40% 55%;
}

.foto-lista {
  width: 220px;
  overflow: hidden;
}

.foto-lista img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ui-pos .titulo-seccion h2 {
  padding-bottom: 20px;
}

.ui-pos .titulo-seccion {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}

.ui-lista a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 812px) {
  .ui-pos .titulo-seccion {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .ui-lista {
    margin-bottom: 30px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .foto-lista {
    width: 145px;
    overflow: hidden;
    height: 130px;
  }
  .ui-pos .titulo-seccion .font-20 {
    font-size: 15px;
  }
  .ui-lista a {
    display: grid;
    align-items: initial;
    grid-gap: 27px;
    grid-template-columns: 40% 55%;
  }
}
.contenedor-titulo h1 {
  font-size: 25px;
  font-weight: 400;
}

.contenedor-titulo h2 {
  font-size: 77px;
  font-weight: 300;
  max-width: 80%;
  line-height: 83px;
  padding-bottom: 20px;
  font-style: italic;
}

.contenedor-titulo h2 strong {
  display: block;
  font-style: normal;
}

.bajada-titulo {
  font-size: 21px;
  max-width: 80%;
  line-height: 32px;
  font-weight: 300;
}

a.back {
  position: absolute;
  right: 0px;
  font-size: 23px;
}

@media (max-width: 812px) {
  a.back {
    position: relative;
    right: 0px;
    font-size: 21px;
    margin-bottom: 0px;
    display: block;
    top: -80px;
    text-align: left;
  }
  .contenedor-titulo h2 {
    font-size: 50px;
    font-weight: 300;
    max-width: 100%;
    line-height: 48px;
    padding-bottom: 20px;
    font-style: italic;
  }
  .bajada-titulo {
    font-size: 16px;
    max-width: 100%;
    line-height: 21px;
    font-weight: 300;
  }
  .contenedor-titulo h1 {
    font-size: 20px;
    font-weight: 400;
    margin-top: -54px;
  }
}
.galeria-foto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-top: 30px;
}

.titulo-centrado h2 {
  font-size: 32px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 37px;
  margin: 0px;
  text-align: center;
  padding-bottom: 30px;
  color: #015f98;
}

/* Estilo general del lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
}

.lightbox-image {
  max-width: 600px;
  max-height: 100%;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Estilo para galería de imágenes */
.galeria-item {
  position: relative;
  cursor: pointer;
  height: 250px;
  margin: 0px;
}

.galeria-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  display: block;
}

.galeria-item img:hover {
  transform: scale(1.1);
}

.botones-light {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}

.botones-light button {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  margin-top: 0px;
}

@media (max-width: 812px) {
  .galeria-foto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 10px;
  }
  .galeria-item {
    position: relative;
    cursor: pointer;
    height: 200px;
    margin: 0px;
  }
}
.galeria-foto.tipos {
  display: grid;
  grid-gap: 30px;
  padding-top: 30px;
}

.item-tipos .galeria-item {
  position: relative;
  cursor: pointer;
  /* overflow: hidden; */
  margin: 0px auto;
  width: auto;
}

.descrp {
  font-size: 13px;
  line-height: 16px;
  display: none;
}

.descripcion h3 {
  font-size: 20px;
  max-width: 100%;
  margin: 20px auto 10px;
}

.item-tipos {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
  /* font-size: 14px; */
}

.item-tipos .descripcion {
  line-height: 18px;
  text-align: center;
  line-height: 24px;
}

.titulo-centrado.tipos h2 {
  font-size: 46px;
}

.bajada {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  /* padding-bottom: 33px; */
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 200;
}

.otros-contenidos {
  max-width: 70%;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0px 50px;
}

.texto-otros ul {
  list-style: none;
  padding: 0px;
}

.texto-otros li {
  padding: 20px 0px;
  border-bottom: solid 1px #ccc;
}

.titulo-otros h3 {
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
}

.bajada-tipos {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (max-width: 812px) {
  .item-tipos .descripcion {
    line-height: 18px;
    text-align: left;
    line-height: 24px;
  }
  .bajada-tipos {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .descripcion h3 {
    font-size: 20px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .descrp {
    font-size: 16px;
    min-height: 100px;
    line-height: 20px;
    display: block;
  }
  .titulo-centrado.tipos h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .otros-contenidos {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 50px;
  }
  .titulo-otros h3 {
    padding-bottom: 20px;
    font-size: 27px;
    font-weight: 700;
    margin: 0px;
  }
  .bajada {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0px;
    /* padding-top: 174px; */
  }
  .galeria-foto.tipos {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px;
    padding-top: 30px;
  }
  .item-tipos a {
    display: grid;
    grid-template-columns: 36% 61%;
    align-items: initial;
    grid-gap: 30px;
  }
  .item-tipos .galeria-item {
    height: 130px;
  }
  .tipos .titulo-centrado h2 {
    text-align: left;
  }
  .titulo-secciones .bajada {
    max-width: 90%;
    text-align: center;
  }
  .galeria-item img {
    max-width: auto;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    display: block;
    width: auto;
  }
}
.indice {
  color: #fff;
}

ul.menu-indice {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 20px 0 0;
  margin: 0px;
}

ul.menu-indice a {
  padding: 10px;
  border: solid;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.caja-texto.otros-contenidos li {
  padding: 20px 0px;
  border-bottom: solid 1px #ccc;
}

.caja-texto.otros-contenidos ul {
  padding: 0px;
  list-style: none;
}

.caja-texto.otros-contenidos {
  padding-top: 20px;
}

.titulo-secciones .bajada {
  padding-top: 40px;
}

@media (min-width: 812px) {
  ul.menu-indice {
    display: flex;
    flex-direction: initial;
    list-style: none;
    padding: 20px 0 0;
    margin: 0px;
    flex-wrap: wrap;
  }
  ul.menu-indice a {
    padding: 10px;
    border: solid;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    min-width: 200px;
    margin: 0px 15px 0px 0px;
  }
}
#banner-home .tit-banner {
  font-weight: 600;
}
#banner-home .boton-ofertas-slider-home {
  background: #0092FF;
  color: #fff !important;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  font-size: 20px;
  padding: 13px;
}

.foto-inicio {
  max-height: 600px;
  overflow: hidden;
}

.foto-inicio figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Para recortar la imagen si es necesario */
}

.foto-inicio figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 812px) {
  .foto-inicio {
    max-height: 300px;
    overflow: hidden;
  }
  .foto-inicio figure {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
    overflow: hidden; /* Para recortar la imagen si es necesario */
  }
  .foto-inicio figure img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
}
/* Estilo de la tabla */
table.info {
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  border-spacing: 0;
  table-layout: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

@media (min-width: 812px) {
  table.info {
    max-width: 70%;
    margin: 0 auto;
  }
}
table.info tr:first-child {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

/* Estilo de las celdas de encabezado */
.info tr {
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.info tr:last-child {
  text-align: left;
  border-bottom: solid 1px #fff;
}

/* Estilo de las celdas de datos */
.info td {
  padding: 10px;
  /* border: 1px solid #ccc; */
  border: solid 1px #ccc;
  border-bottom: solid 0px transparent;
  border-top: solid 0px transparent;
}

.info td:first-child {
  border-left: 0px #ccc;
}

.info td:last-child {
  border-right: 0px transparent;
}

/* Alternancia de filas (opcional) */
.info tr:nth-child(even) {
  background-color: #eee;
}

.faq-container {
  width: 100%;
  max-width: 900px;
  background-color: transparent;
  padding: 30px 0px;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  margin: 0 auto;
}

.faq {
  border-bottom: solid 1px #006EC1;
  margin-bottom: 0px;
  border-radius: 4px;
  /* background: #eee; */
}

.faq.active .faq-question {
  background: #006EC1;
}

.faq-question {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h2 {
  margin: 0;
}

span.toggle-btn {
  font-size: 34px;
}

.faq-question h2 {
  font-size: 21px;
}

.faq-answer {
  padding: 10px;
  display: none;
}

.vermas-plan {
  display: none;
}

.item-plan {
  padding: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.item-plan.basico {
  background: #eee;
}

.item-plan.premium {
  background: #fb6b04;
  color: #fff;
}

.titulo-plan {
  font-size: 40px;
}

.titulo-plan strong {
  font-size: 40px;
  display: block;
  line-height: 36px;
  margin-bottom: 16px;
}

.subtitulo-plan {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 20px;
}

.textoplan {
  font-size: 15px;
}

.item-plan ul.bot {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  position: absolute;
  margin: 0px;
  bottom: 20px;
  width: 87%;
  z-index: 1;
}

a.solicitar {
  background: #5a5a5a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
}

.vermas-plan {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 340px;
  background: #fff;
  padding: 20px;
  z-index: 2;
  color: #000;
  display: none;
}

.vermas-plan ul li {
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.vermas-plan ul li::before {
  content: "✓"; /* Código unicode para el icono de checkmark */
  margin-right: 8px; /* Espacio entre el icono y el texto */
  color: green; /* Color del icono (puedes cambiarlo según tu preferencia) */
  font-weight: bold; /* Puedes ajustar el peso de la fuente según tu preferencia */
}

.vermas-plan ul {
  list-style: none;
  padding: 0px;
}

a.clos {
  position: absolute;
  right: 20px;
  color: #fff;
  background: #dbdbdb;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 50px;
  bottom: 20px;
}

a.clos:hover {
  position: absolute;
  right: 20px;
  color: #fff;
  background: #e00;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 50px;
  bottom: 20px;
}

a.vermas {
  /* background: #ffffff; */
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
  color: #000;
  border: solid 2px #fb6b04;
}

.premium a.vermas {
  color: #fff;
  border: solid 2px #fff;
}

a.consultar {
  background: #fb6b04;
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: none;
  border-radius: 50px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}

a.consultar:hover {
  background: #fff;
  border: solid 2px #fb6b04;
  color: #fb6b04;
  font-weight: 700;
}

.precio span {
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.precio {
  font-weight: 700;
  position: absolute;
  bottom: 15px;
}

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background: #fff;
  color: #003761;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
}
.page-numbers:hover {
  background: #003761;
  color: #fff;
  border-color: #003761;
}
.page-numbers.current {
  background: #0092ff;
  color: #fff;
  border-color: #0092ff;
  font-weight: 700;
}
.page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
.page-numbers.dots:hover {
  background: transparent;
  color: #003761;
}

.prev,
.next {
  padding: 10px 20px;
  font-weight: 600;
}

@media (max-width: 812px) {
  .pagination,
.nav-links {
    gap: 5px;
    margin: 30px 0;
  }
  .page-numbers {
    padding: 8px 12px;
    font-size: 14px;
    margin: 0 2px;
    min-width: 35px;
  }
  .prev,
.next {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.servicios ul {
  list-style: none;
  padding: 0px;
}

.hidden {
  overflow: hidden;
}

.info-e h1 {
  font-size: 30px;
  line-height: 33px;
  padding-bottom: 20px;
}

.quantity-control {
  border-radius: 50px;
  border: solid;
}

.quantity-control input, .quantity-control button {
  border: none;
}

.sku {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.sku span {
  font-weight: 700;
  margin-right: 10px;
}

.categorias ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px;
}

.descripcion-equipo h3 {
  margin-bottom: 10px;
}

.descripcion-equipo h3 {
  padding-bottom: 20px;
}

.info-e h3 {
  font-size: 16px;
  margin: 0px;
}

.servicios ul li {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 10% 70% 20%;
  padding: 11px;
  margin-bottom: 15px;
  cursor: pointer;
  background: #fff;
}

.bola {
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
}

.precio-servicio {
  font-weight: 700;
}

.active .bola {
  background: #fff;
}

li.roller.active {
  background: #0092ff;
  color: #fff;
}

a.agregar-servicios {
  background: #003761;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 40px 0px 20px;
}

a.volver {
  display: block;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

a.volver:hover {
  background: #fff;
}

.cotizacion {
  position: fixed;
  width: 70%;
  max-width: 500px;
  background: #fff;
  height: 100vh;
  top: 0px;
  right: -100%;
  z-index: 10000000;
  padding: 30px;
  box-sizing: border-box;
  overflow: auto;
}

.eliminar {
  font-size: 12px;
  background: #047ede;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  transition: 0.3s all ease;
}

.eliminar:hover {
  font-size: 13px;
  background: #000;
}

.velo_cotizacion, .velo_busqueda {
  background: rgba(1, 55, 97, 0.7098039216);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}

button#enviar {
  background: #003761;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 20px 0px;
  /* background: #013761; */
  border: none;
}

.cotizacion h3 {
  padding: 0px;
  margin: 0px;
  /* padding-bottom: 20px; */
  font-size: 16px;
}

.marca {
  padding-bottom: 12px;
}

.dato {
  font-size: 16px;
  padding: 20px 0px;
}

a.cerrar-modal {
  position: absolute;
  right: 50px;
  top: 50px;
}

.cotizacion input {
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
  /* margin-bottom: 10px; */
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 17px;
}

ul.seleccion li {
  padding: 7px;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 10px;
}

.precio-ser {
  font-weight: 700;
}

.solicitud {
  padding: 20px 20px 10px;
  background: rgba(124, 169, 213, 0.1294117647);
  border-radius: 10px;
  margin-bottom: 20px;
}

ul.seleccion li {
  padding: 7px;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 10px;
  background: #fff;
  grid-template-columns: 10% 64% 26%;
  align-items: center;
}

.info-e h1 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.descripcion-equipo {
  font-size: 16px;
}

.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-top: 100px;
  position: relative;
  width: 90%;
  align-items: center;
  font-size: 16px;
}

.fondo {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(195, 213, 226) 100%);
  height: 600px;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100%;
}

.imagen-equipo {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  overflow: hidden;
}

.foto-telefono {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  border: solid 2px #fff;
  transition: 0.3s all ease;
}

.foto-telefono img {
  margin: 0 auto;
  transition: 0.3s all ease;
}

a.ver-todos-los-resultados {
  background: #fff;
  padding: 15px 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  color: #336fdd;
}

.item-telefono:hover .foto-telefono img {
  transform: scale(1.1);
}

.item-telefono:hover .foto-telefono {
  border: solid 2px #0092FF;
}

.marca-telefono {
  font-weight: 400;
  font-size: 13px;
}

.tit-telefono {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.datos {
  padding: 15px;
}

.marcas {
  max-width: 1100px;
  margin: 0 auto;
}

.item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  margin: 5px;
}

.elemento-activo {
  border: solid 2px rgba(237, 175, 80, 0.5490196078);
  filter: invert(100%);
}

.filtro-overlay {
  display: none;
}

@media (max-width: 812px) {
  .datos {
    padding: 0px;
    margin-top: 20px;
  }
  .foto-telefono {
    height: auto;
  }
  .foto-telefono img {
    max-height: auto;
    width: auto;
    margin: 0 auto;
    transition: 0.3s all ease;
    max-width: 100%;
    object-fit: cover;
  }
}
h1.page-title {
  font-size: 24px;
  margin: 0px auto;
}

.head-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
}

.marcas .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.marcas .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc !important;
  /* Color de los puntos */
  margin: 0 5px;
  /* Espacio entre los puntos */
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* Transición suave del color de fondo */
}

.marcas .owl-dot.active {
  background-color: #0092ff !important;
}

div#validacion {
  background: #dbdcf6;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0px;
}

button#enviar-solicitud {
  background: #003761;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 40px 0px 20px;
  border: none;
}

.baja-dos {
  font-size: 18px;
  padding-bottom: 50px;
  max-width: 80%;
  display: flex;
  align-items: center;
  line-height: 21px;
  margin: 0 auto;
}

.baja-dos img {
  width: 85px;
  margin-right: 26px;
  height: auto;
}

.mensaje-exito h2 {
  font-size: 20px;
  font-weight: 300;
}

.mensaje-exito h2 strong {
  display: block;
  font-size: 34px;
  margin-bottom: 30px;
}

.mensaje-exito {
  padding-top: 48px;
}

.form-busqueda {
  position: fixed;
  max-width: 400px;
  width: 100%;
  top: 0;
  right: -100%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
  z-index: 100000;
}

div#mensaje-validacion {
  background: #0090ff;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

form#form-ver-servicios {
  display: flex;
  flex-direction: column;
}

form#form-ver-servicios select {
  padding: 10px;
  font-size: 17px;
  border-radius: 10px;
  /* border: solid 1px #ccc; */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border: none;
}

form#form-ver-servicios label {
  margin-bottom: 14px;
}

button#ver-servicios {
  background: #003761;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 0px 0px 20px;
  border: none;
}

a.cerrar-busqueda {
  position: absolute;
  right: 50px;
  top: 30px;
}

.form-busqueda p {
  font-size: 14px;
  padding-bottom: 20px;
}

.mensaje-pagina {
  max-width: 60%;
  padding-bottom: 40px;
}

.item-marca a {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
  margin: 5px;
  display: block;
}

.item-marca img {
  transition: 0.3s all ease;
  border: solid 2px #fff;
}

.item-marca:hover img {
  border: solid 2px rgba(237, 175, 80, 0.5490196078);
  filter: invert(100%);
}

.item-marca h3 {
  text-align: center;
  padding-top: 20px;
}

a.hablar {
  color: #fff;
  background: #0092FF;
  padding: 10px 24px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  width: fit-content;
  border-radius: 50px;
}

.sos {
  position: relative;
  z-index: 1;
  padding: 50px;
  max-width: 1100px;
  margin: 0 auto;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  display: flex;
  overflow-x: auto;
  padding-left: 0;
  flex-wrap: wrap;
  font-size: 14px;
  text-transform: uppercase;
}

.widget.widget_wpc_filters_widget {
  font-size: 14px;
  text-transform: uppercase;
}
.widget.widget_wpc_filters_widget .wpc-filter-title,
.widget.widget_wpc_filters_widget .wpc-widget-popup-title,
.widget.widget_wpc_filters_widget .wpc-filters-button-text,
.widget.widget_wpc_filters_widget .wpc-filters-ul-list label,
.widget.widget_wpc_filters_widget .wpc-filters-ul-list label a,
.widget.widget_wpc_filters_widget .wpc-filters-open-widget,
.widget.widget_wpc_filters_widget .wpc-filters-apply-button,
.widget.widget_wpc_filters_widget .wpc-filters-close-button,
.widget.widget_wpc_filters_widget .wpc-see-more-control,
.widget.widget_wpc_filters_widget .wpc-see-less-control,
.widget.widget_wpc_filters_widget .wpc-widget-close-icon {
  font-size: 14px;
  text-transform: uppercase;
}
.widget.widget_wpc_filters_widget .wpc-term-count {
  text-transform: none;
}

.text {
  font-size: 28px;
  max-width: 374px;
  padding-right: 30px;
}

.no-encontraste {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  padding: 50px 0px;
  border-top: solid 1px #ccc;
  margin-top: 55px;
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 812px) {
  .mensaje-pagina {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .no-encontraste {
    flex-direction: column;
    align-items: inherit;
    max-width: 90%;
  }
  a.hablar {
    margin-top: 24px;
  }
  .text {
    font-size: 29px;
    max-width: 374px;
    line-height: 32px;
  }
  .nav {
    padding-top: 70px;
  }
  .cotizacion {
    width: 90%;
  }
}
button#ver-servicios-dos {
  background: #003761;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 0px 0px 20px;
  border: none;
}

.hablar {
  font-size: 17px;
  padding: 20px 0px;
}

a.btn_abla {
  display: block;
  /* background: #000; */
  background: #EDAF50;
  font-weight: 700;
  padding: 17px 40px 17px;
  border-radius: 50px;
  /* margin-left: -41px; */
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  color: #fff;
  width: fit-content;
  margin: 30px 0px;
}

.texto-hablar ul li {
  box-shadow: none;
  /* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27); */
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  /* border-radius: 5px; */
  display: grid;
  grid-template-columns: 10% 70% 20%;
  padding: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  background: #fff;
  align-items: center;
}

.texto-hablar img {
  width: 29px;
}

.texto-hablar ul {
  list-style: none;
  padding: 20px 0px 0px;
}

.texto-hablar {
  max-width: 70%;
}

.fono {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  max-width: 1100px;
  justify-content: end;
}

.mensaje {
  color: #fff;
}

@media (max-width: 812px) {
  .mensaje {
    display: none;
  }
  .fono {
    margin: 0 auto;
  }
}
.ico {
  margin-right: 10px;
}

.top {
  background: #005F99;
  padding: 10px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}

.nota {
  font-size: 14px;
  background: #eee;
  width: fit-content;
  padding: 5px 10px;
  margin-top: 19px;
}

.cantidad-caja {
  font-size: 16px;
  border-top: solid 1px #ccc;
  padding: 10px 0px;
  margin-top: 20px;
}

.fono a {
  color: #fff;
}

div#cargador {
  margin-bottom: 20px;
  display: flex;
  padding: 17px;
  background: #e0f1ff;
  /* color: #fff; */
  border-radius: 10px;
  font-weight: 700;
}

.contenedor-avisos {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.avisos-phone {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.promos .avisos-phone {
  padding: 40px 30px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.promos {
  margin-top: 20px;
}

.promos .tit-av {
  max-width: 100%;
  font-size: 16px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.avisos-phone {
  padding: 40px 30px 30px;
  border-radius: 10px;
  display: flex;
}

.tit-avisos {
  font-size: 23px;
  padding-bottom: 20px;
}

.porcentaje strong {
  font-size: 57px;
  font-weight: 700;
  display: block;
}

.porcentaje {
  line-height: 36px;
}

.tit-av {
  max-width: 60%;
  font-size: 22px;
  margin-right: 30px;
}

@media (max-width: 812px) {
  .tit-av {
    max-width: 100%;
    font-size: 22px;
    margin-right: 30px;
    padding-bottom: 23px;
    line-height: 26px;
  }
  .avisos-phone {
    padding: 40px 30px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
}
.textos-contacto {
  max-width: 500px;
  margin-left: 80px;
}

@media (max-width: 812px) {
  .textos-contacto {
    max-width: 85%;
    margin-left: 0px;
    margin: 50px auto 0px;
  }
}
.tit-contacto {
  /* font-size: 34px; */
  /* font-weight: 700; */
  /* padding-bottom: 20px; */
  font-size: 46px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 37px;
  margin: 0px;
  /* text-align: center; */
  padding-bottom: 30px;
  color: #015f98;
}

.opcion {
  padding-bottom: 20px;
}

.titulo-opcion {
  font-weight: 700;
  padding-bottom: 10px;
}

.titulo-opcion {
  display: none;
}

.texto-contacto {
  padding-bottom: 40px;
}

div#preguntas {
  color: #fff;
  padding: 150px 0px;
}

#preguntas .titulo-centrado.tipos h2 {
  color: #fff;
}

.contenedor-avisos.single {
  position: relative;
}

.informacion-tecnica ul {
  list-style: none;
  padding: 0px;
  border: solid 1px #333;
  border-radius: 10px;
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto;
}

.informacion-tecnica ul li:last-child {
  border-bottom: none;
}

.informacion-tecnica h3 {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.informacion-tecnica ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: solid 1px #333;
  padding: 5px;
  font-size: 14px;
}

.hed-tecni {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.informacion-tecnica {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 1000000;
  background: #fff;
  color: #000;
  padding: 50px 0px;
  min-width: 50%;
  height: 100%;
  box-sizing: border-box;
}

ul.grupo-botones {
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

ul.grupo-botones li a {
  align-items: center;
  display: grid;
  grid-template-columns: 20% 80%;
  background: #fff;
}

ul.grupo-botones li i {
  font-size: 43px;
}

ul.grupo-botones li a {
  align-items: center;
  display: grid;
  grid-template-columns: 25% 70%;
  border: solid 1px #ccc;
  padding: 16px;
  border-radius: 5px;
}

.no-scroll {
  overflow: hidden;
}

.velo-ficha {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); /* Aquí estamos usando 0.8 como un valor de opacidad */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(195, 213, 226, 0.8) 100%);
  top: 0px;
  left: 0px;
  z-index: 100000;
  display: none;
}

.salto-paginas {
  height: 150px;
}

@media (max-width: 812px) {
  .salto-paginas {
    height: 120px;
  }
  .mensaje-bienvenida {
    font-size: 12px;
  }
}
.header-cotizador {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.cantidad-control {
  display: flex;
  align-items: center;
  border: solid 1px #ccc;
}

.cantidad-control input {
  max-width: 50px;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  text-align: center;
  border-radius: 0px;
  border: none;
  border-left: none;
  border-radius: 0px;
  padding: 5px 0px;
}

.cantidad-control button {
  background: transparent;
  border: none;
}

.eliminar-producto {
  max-width: 24px;
}

.foto-producto-cotizador {
  background: #ccc;
  width: 100px;
  height: 100px;
}

.sku-item {
  font-size: 13px;
  padding-top: 5px;
}

.item-cotizado {
  margin-bottom: 15px;
}

.precio-item {
  font-weight: 700;
  margin-right: 15px;
  font-size: 19px;
}

.Total ul {
  list-style: none;
  padding: 0px;
  display: flex;
  font-size: 34px;
  border-top: solid 1px #ccc;
  padding-top: 16px;
}

.Total ul strong {
  margin-left: 10px;
}

a.enviar-cotizacion {
  background: #0092ff;
  color: #fff;
  padding: 0px 0px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
}

.info-producto-cotizador {
  padding-left: 15px;
}

.precio_cantidad ul {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 0px;
  font-size: 16px;
  padding-top: 10px;
  align-items: center;
}

.logo-cotizador {
  max-width: 150px;
}

.cotizar ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
}

.quantity-control {
  display: flex;
  align-items: center;
  padding: 3px;
}

.quantity-control button {
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

button.anadir_a_cotizacion {
  background: #0092ff;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  margin-left: 15px;
  font-weight: 700;
}

.precios {
  padding-bottom: 30px;
  font-size: 25px;
}

.precio-unitario {
  font-size: 16px;
}

.precio-normal.tachado {
  text-decoration: line-through;
  margin-right: 15px;
  opacity: 0.5;
}

.precio-rebajado {
  font-weight: 700;
}

.quantity-control input[type=number] {
  width: 50px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
}

#formulario {
  display: none;
}

form.formulario label {
  display: none;
}

ul.env a, .env button {
  margin-bottom: 13px;
  background: #0092ff;
  color: #fff;
  padding: 0px 20px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
}

.env button {
  background: #013761;
}

ul.env {
  list-style: none;
  display: flex;
  padding: 0px;
  flex-direction: column;
}

textarea#mensaje {
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  font-family: "Poppins", system-ui;
  font-size: 18px;
}

.leyenda h3 {
  font-size: 29px;
  padding-bottom: 15px;
}

.quantity-control-tax {
  display: flex;
  border: solid 1px #000;
  border-radius: 50px;
  background: #fff;
}

.quantity-control-tax button {
  border: none;
  background: transparent;
}

button.anadir_a_cotizacion_taxonomia {
  background: #0092ff;
  border: none;
  height: 29px;
  color: #fff;
  padding: 0px 15px;
  border-radius: 50px;
  margin-left: 10px;
  font-weight: 700;
}

.lista .precios {
  padding-bottom: 0px;
  font-size: 19px;
  padding-top: 10px;
}

.categorias ul {
  display: flex;
  font-size: 12px;
  /* background: #ccc; */
}

.categorias ul li {
  background: #eee;
  margin-right: 10px;
  border-radius: 5px;
}

.precio-normal {
  font-weight: 700;
}

input.cantidad {
  padding: 5px;
  border: none;
  text-align: center;
  max-width: 50px;
}

.confirmacion-envio {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 40px 20px;
  animation: fadeIn 0.5s ease-in;
}

.confirmacion-contenido {
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.icono-confirmacion {
  margin-bottom: 30px;
  animation: scaleIn 0.5s ease-out;
}
.icono-confirmacion i {
  font-size: 80px;
  color: #28a745;
  display: inline-block;
  animation: checkmark 0.6s ease-in-out;
}

.titulo-confirmacion {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  animation: slideUp 0.5s ease-out 0.2s both;
}

.mensaje-confirmacion {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
  animation: slideUp 0.5s ease-out 0.3s both;
}

.acciones-confirmacion {
  animation: slideUp 0.5s ease-out 0.4s both;
}

.btn-cerrar-cotizador {
  background: #0092ff;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}
.btn-cerrar-cotizador:hover {
  background: #007acc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 146, 255, 0.3);
}
.btn-cerrar-cotizador:active {
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(45deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 812px) {
  .cotizar ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: initial;
  }
  button.anadir_a_cotizacion_taxonomia {
    background: #0092ff;
    border: none;
    height: 29px;
    color: #fff;
    padding: 0px 15px;
    border-radius: 50px;
    margin-left: 0px;
    font-weight: 700;
    margin-top: 0px;
  }
  .icono-confirmacion i {
    font-size: 60px;
  }
  .titulo-confirmacion {
    font-size: 24px;
  }
  .mensaje-confirmacion {
    font-size: 16px;
  }
}
/* Contenedor principal del formulario */
.form-login {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
}

/* Títulos */
.form-login h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

/* Estilo de los campos de entrada */
.form-login input[type=text],
.form-login input[type=password],
.form-login input[type=submit] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Bordes y efectos al enfocarse en los campos de entrada */
.form-login input[type=text]:focus,
.form-login input[type=password]:focus {
  border-color: #4CAF50;
  outline: none;
}

/* Botón de envío */
/* Estilo para el enlace "¿Olvidaste tu contraseña?" */
.form-login .forgetmenot {
  text-align: center;
  margin-top: 10px;
}

.form-login .forgetmenot a {
  color: #4CAF50;
  text-decoration: none;
}

.form-login .forgetmenot a:hover {
  text-decoration: underline;
}

/* Estilo para el enlace "Registrarse" si es necesario */
.form-login .register-link {
  text-align: center;
  margin-top: 20px;
}

.form-login .register-link a {
  color: #4CAF50;
  text-decoration: none;
}

.form-login .register-link a:hover {
  text-decoration: underline;
}

.foto-login {
  width: 100%;
  height: 100vh;
  position: relative;
}

.foto-login img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.logo-login {
  max-width: 250px;
  margin-bottom: 30px;
}

.contenedor-formulario {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.btn-registrar {
  background-color: #224c99;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  max-width: fit-content;
  border-radius: 5px !important;
  padding: 15px 30px !important;
  border: none !important;
  margin-top: 13px;
}

.form-login input[type=submit] {
  background-color: #224c99;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  max-width: fit-content;
  border-radius: 5px !important;
  padding: 15px 30px !important;
  border: none !important;
  margin-top: 13px;
}

.form-login input[type=submit]:hover {
  background-color: #38C1C6;
}

.btn-registrar:hover {
  background-color: #38C1C6;
}

.top-formulario {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.success {
  background: #224c99;
  color: #fff;
  padding: 20px;
  text-align: center;
}

a.btn-cerrar-sesion {
  color: #fff;
  /* text-decoration: underline; */
  background: #0393ff;
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}

@media (max-width: 812px) {
  .foto-login {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}