@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-buscador div#resultados-jugadores {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 20px;
  padding: 20px 0;
  width: 100%;
  clear: both;
}

.contenedor-buscador div#resultados-jugadores h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

@font-face {
  font-family: "gomme_sansbold";
  src: url("../fonts/fonnts.com-gomme_sans_bold-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-gomme_sans_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gomme_sansextralight";
  src: url("../fonts/fonnts.com-gomme_sans_extralight-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-gomme_sans_extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gomme_sansregular";
  src: url("../fonts/fonnts.com-gomme_sans-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-gomme_sans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gomme_sanslight";
  src: url("../fonts/fonnts.com-gomme_sans_light-webfont.woff2") format("woff2"), url("../fonts/fonnts.com-gomme_sans_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 18px;
  font-family: "gomme_sansextralight";
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  background: #000;
}

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: 60px;
  }
}
.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 {
  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;
  background: #D1362F;
  padding: 28px 20px 20px;
  position: absolute;
  top: 0;
  /* min-height: 46px; */
}

@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;
  justify-content: end;
}

.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;
  justify-content: center;
}

a.active-page {
  background: transparent;
  border-bottom: solid 3px #d1352f;
}

.cont-header.botonera-fija .header {
  background: #000;
}

.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: 18px;
  display: block;
  font-weight: 500;
  padding: 10px 10px;
  text-transform: none;
  border-radius: 0px;
}

.menu li {
  margin: 0px;
}

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;
  text-align: center;
}

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;
}

.botone-negros .botonera ul li a:hover {
  color: #fff;
  border-bottom: solid 3px #999;
}

@media (max-width: 812px) {
  .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: #000;
  color: #fff;
}

ul.locales {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  font-size: 16px;
  margin: 0px;
  color: #B9B9B9;
}

@media (max-width: 812px) {
  ul.locales {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nombre-local h3 {
  margin: 0px;
  font-size: 22px;
  margin-bottom: 11px;
  font-family: "gomme_sansbold";
  font-size: 22px;
  color: #B9B9B9;
}

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

ul.logos-footer li {
  margin-right: 15px;
}

ul.datos li span {
  display: block;
  font-size: 14px;
}

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

ul.datos li a, ul.datos li strong {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}

.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: #fff;
  font-size: 32px;
}

.caja-footer.sig {
  width: fit-content;
  float: right;
}

.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;
}

.logo-footer {
  max-width: 150px;
  /* padding-bottom: 28px; */
  margin-bottom: 30px;
  background: #d1352f;
  padding: 10px;
}

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

.footer a {
  color: #013762;
}

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

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

.mega-menu img {
  display: block;
}

.botones li a {
  text-transform: none;
  padding: 0px 0px 5px !important;
  font-size: 16px !important;
}

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

.botones > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 740px;
  float: right;
}

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

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

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

.menu-normal {
  position: absolute;
  background: #000;
  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;
}

@media (max-width: 812px) {
  .botones li a {
    display: block;
    color: #fff;
    padding: 13px 30px;
    border-radius: 0px;
    width: 100%;
    background: #01375b !important;
    box-sizing: border-box;
    color: #fff !important;
  }
  li.has-menu-normal.active a {
    background: #0092ff;
    padding-left: 10px;
  }
  .menu-normal {
    position: relative;
    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;
  }
}
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: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  padding-top: 100px;
}

.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: 51px;
  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);
}

.banner-paginas h2, .banner-paginas h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 51px;
  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: 36px;
    text-align: center;
    padding-top: 0px;
  }
}
.header-movil {
  display: none;
}

.salto-producto {
  height: 40px;
}

@media (max-width: 812px) {
  .header {
    display: none;
  }
  .header-movil {
    display: block;
    padding: 0px 0px 0px;
  }
  .cont-header.botonera-fija {
    background: #000;
  }
  a.abre {
    background: #0092ff;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    border-radius: 50px;
    margin-left: 20px;
    display: none;
  }
  .abrir-menu {
    color: #fff;
    font-size: 24px;
    /* margin-right: 30px; */
    display: block;
    padding-left: 30px;
    margin-right: 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;
}

.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;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.menu-telefono {
  padding: 25px;
  box-sizing: border-box;
}

.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;
  max-width: 1100px;
  margin: 0 auto;
}

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

.buscador {
  padding: 70px 0px;
  background: #00BDEB;
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
  margin: 0px auto;
}

.titulo-buscador {
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 22px;
}

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

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

.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) {
  .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: 0px 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(2, 1fr);
    grid-gap: 10px;
  }
  .titulo-seccion-productos h2 {
    font-size: 23px;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
  }
}
.contacto {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 90%;
  max-width: 550px;
  height: 100%;
  background: #1d1b3d;
  z-index: 10000000;
  padding: 30px;
  color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.mensaje-jugador {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 90%;
  max-width: 550px;
  height: 100%;
  background: #1d1b3d;
  z-index: 10000000;
  padding: 30px;
  color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.velo-formulario {
  background: rgb(32, 28, 65);
  background: linear-gradient(0deg, rgb(32, 28, 65) 10%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 100000;
  opacity: 0.9;
  display: none;
}

.header-mensaje {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.antes-form {
  padding-bottom: 30px;
}

.antes-form strong {
  display: block;
}

input#gform_submit_button_1, input#gform_submit_button_2 {
  background: #d1352f;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  font-family: "gomme_sansregular";
}

.formulario-jugador textarea, .formulario-jugador input {
  font-family: "gomme_sansregular";
}

.formulario-jugador {
  padding-bottom: 100px;
}

.validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
  color: #fff !important;
}

.header-mensaje a {
  color: #fff;
}

div#resultados-jugadores h3 {
  color: #fff;
}

a.busca {
  color: #fff;
  font-size: 24px;
}

.cierre {
  color: #fff;
}

.interno-buscador input, .interno-buscador select, .interno-buscador button {
  font-size: 18px;
  padding: 11px;
  border-radius: 5px;
  border: none;
  margin: 8px;
  font-family: "gomme_sansregular";
}

form#buscador-jugadores {
  display: flex;
  flex-direction: column;
}

button#buscar-boton {
  background: #d1352f;
  color: #fff;
}

#youtube-container h2 {
  text-align: center;
}

.contenedor-buscador {
  background: #201c41;
  position: fixed;
  z-index: 10000000;
  width: 90%;
  right: -100%;
  top: 0px;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  overflow: auto;
}

a.buscar {
  color: #fff;
  font-size: 24px;
}

.contenedor-quienes {
  color: #fff;
  margin-top: 50px;
}

.contenedor-quienes .texyos {
  max-width: 500px;
  padding-left: 50px;
}

@media (max-width: 812px) {
  .contenedor-quienes {
    margin-top: -7px;
  }
  .contenedor-quienes .texyos {
    max-width: 80%;
    padding-left: 0px;
  }
}
.flexs {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 30px;
  border-top: solid 1px #333;
  margin-top: 30px;
}

.creado img {
  max-width: 110px;
  margin-left: 16px;
}

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

/*BANNER*/
.sas {
  overflow: hidden;
  width: 100%;
}

.banner {
  height: 750px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.textos-banner {
  max-width: 450px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  float: right;
}

.descripcion-banner {
  font-size: 23px;
  padding-top: 25px;
  max-width: 100%;
  /* margin: 0 auto; */
  /* padding-left: 70px; */
}

.vertical-text {
  position: fixed;
  bottom: -100px;
  right: -58px;
  font-size: 121px;
  font-weight: bold;
  transform-origin: top right;
  transform: rotate(90deg);
  white-space: nowrap;
  margin: 0px;
  color: rgba(255, 255, 255, 0.0784313725);
  font-family: "gomme_sansbold";
  text-transform: uppercase;
}

.botons a {
  background: #6CB2F3;
  display: block;
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  width: fit-content;
}

a.btn-negro {
  color: #fff;
  background: #000;
  display: block;
  width: fit-content;
  padding: 13px 30px;
  font-size: 18px;
}

.textos-banner h1 {
  font-weight: 200;
  line-height: 98px;
  margin: 0px;
  /* font-style: italic; */
  font-size: 106px;
  font-family: "gomme_sansextralight";
  font-style: italic;
  text-transform: uppercase;
  width: fit-content;
}

.textos-banner h1 strong {
  display: block;
  font-style: normal;
  font-family: "gomme_sansbold";
}

.foto-pc {
  position: absolute;
  z-index: -1;
  width: 750px;
  overflow: hidden;
  width: 100%;
  top: 0px;
}

.foto-pc img {
  height: 750px;
  object-fit: cover;
}

.foto-pc {
  display: block;
}

.foto-tel {
  display: none;
}

.colores {
  background: transparent !important;
}

.slide {
  position: relative;
}

@media (max-width: 812px) {
  .slide {
    position: relative;
    margin-top: 0px;
  }
}
/* Estilo para los dots */
.carrucel-imagenes .owl-dots, .carrucel-jugadores .owl-dots {
  text-align: center;
  margin-top: 0px;
  display: block;
}

/* Estilo para cada dot */
.carrucel-imagenes .owl-dot, .carrucel-jugadores .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999 !important;
  margin-right: 5px;
}

/* Estilo para el dot activo */
.carrucel-imagenes .owl-dot.active, .carrucel-jugadores .owl-dot.active {
  background-color: #007dff !important;
}

.carrucel-imagenes button.owl-prev span, .carrucel-jugadores button.owl-prev span {
  margin-left: -60px;
  color: #ffffff;
}

.carrucel-jugadores .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.carrucel-imagenes button.owl-next span, .carrucel-jugadores button.owl-next span {
  margin-right: -60px;
  color: #ffffff;
}

button.owl-prev span, button.owl-next span {
  color: #ffffff;
  font-size: 52px;
}

.velo-banner {
  position: absolute;
  /* background: rgba(1, 55, 97, 0.6509803922); */
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 9%, rgba(47, 47, 47, 0) 86%);
  z-index: 1;
}

.textos-banner {
  margin: 0 auto;
}

.foto-jugador-single img {
  max-width: 90%;
}

@media (max-width: 812px) {
  .foto-jugador-single img {
    max-width: 100%;
  }
  .velo-banner {
    top: -50px;
  }
  .foto-pc {
    height: 500px;
  }
  .foto-tel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banner {
    color: #fff;
    position: relative;
    align-items: end;
    height: auto;
    overflow: hidden;
  }
  .foto-pc {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
  }
  .foto-pc img {
    height: 500px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 20px 60px 20px;
    text-align: left;
  }
  .textos-banner h1 {
    line-height: 61px;
    font-size: 63px;
    text-align: center;
    margin: 0 auto;
  }
}
.buscador-banner {
  background: rgb(0, 146, 255);
  background: linear-gradient(0deg, rgb(0, 146, 255) 0%, rgb(0, 65, 108) 100%);
  color: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
}

.buscador-banner form#form-ver-servicios {
  display: flex;
  flex-direction: inherit;
  justify-content: space-around;
  max-width: 850px;
}

.buscador-banner form#form-ver-servicios select {
  /* min-width: 30%; */
  height: 52px;
  width: 36%;
}

.cont-ss {
  max-width: fit-content;
  margin: 0 auto;
}

.cont-ss p {
  max-width: 60%;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
}

@media (max-width: 812px) {
  .buscador-banner form#form-ver-servicios {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    max-width: 850px;
    flex-direction: column;
  }
  .buscador-banner form#form-ver-servicios select {
    /* min-width: 30%; */
    height: 52px;
    width: 100%;
  }
  .cont-ss p {
    max-width: 90%;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .descripcion-banner {
    font-size: 20px;
    padding-top: 25px;
    max-width: 90%;
    margin: 0 0px;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
  }
}
/*CARD PRODUCTO*/
.titulo-seccion-destacados h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
}

.titulo-seccion-destacados h2 strong {
  font-family: "gomme_sansbold";
}

.datos {
  display: flex;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-family: "gomme_sansbold";
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 66px;
}

.tit-jugador span {
  display: block;
  font-size: 11px;
  font-family: "gomme_sansextralight";
}

.item-jugador:hover .fondo-foto {
  height: 300px;
  position: absolute;
  /* background: #000; */
  width: 100%;
  bottom: 10px;
  border-radius: 10px;
  background: rgb(178, 57, 59);
  background: linear-gradient(180deg, rgb(178, 57, 59) 0%, rgb(33, 30, 68) 100%);
  transition: 0.3s all ease;
  transform: scale(0.9);
}

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

.numero-jugador {
  background: #e00;
  font-size: 18px;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  min-height: 66px;
  max-width: 40px;
}

.fondo-foto {
  height: 300px;
  position: absolute;
  /* background: #000; */
  width: 100%;
  bottom: 10px;
  border-radius: 10px;
  background: rgb(66, 59, 135);
  background: linear-gradient(180deg, rgb(66, 59, 135) 0%, rgb(33, 30, 68) 100%);
  transition: 0.3s all ease;
}

.foto-jugador {
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
  height: 350px;
  overflow: hidden;
}

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

@media (max-width: 812px) {
  .navi .owl-nav {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    position: relative;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
  }
}
.foto-banner {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.nombre-single {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 150px;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
  font-weight: bold; /* Opcional: para que el texto se vea más destacado */
  color: transparent; /* Hace que el texto sea transparente */
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.6745098039); /* Borde negro de 2px de grosor */
  text-align: center; /* Opcional: alinea el texto al centro */
  text-transform: uppercase;
  font-family: "gomme_sansbold";
}

.foto-jugador-single {
  position: absolute;
  bottom: 0px;
}

.numero-j {
  position: absolute;
  background: #d1352f;
  color: #fff;
  width: 70px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 26px;
  border-radius: 5px;
  font-family: "gomme_sansbold";
  top: 50px;
}

.info-jugador h1 {
  color: #fff;
  font-size: 40px;
}

.info-jugador h1 strong {
  color: #fff;
  font-size: 40px;
  font-family: "gomme_sansbold";
}

.info-persona {
  color: #fff;
  padding: 30px;
  background: #22203E;
}

.numero-edad {
  font-size: 50px;
  font-family: "gomme_sansbold";
}

.ssan {
  font-size: 16px;
  /* text-align: center; */
  font-family: "gomme_sansregular";
}

.anos {
  text-align: center;
  line-height: 35px;
}

.dato-jugador span {
  font-size: 14px;
}

.dato-jugador strong {
  font-size: 20px;
  font-family: "gomme_sansbold";
}

.dato-jugador-perfil {
  display: flex;
  min-height: 31px;
  font-size: 14px;
  /* align-items: center; */
  /* flex-direction: column; */
  padding-top: 4px;
  line-height: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2196078431);
}

.dato-jugador-perfil strong {
  font-size: 20px;
  padding-left: 20px;
  font-family: "gomme_sansbold";
}

.fech.span-4 div:first-child {
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1882352941);
}

.cancha {
  width: 170px;
  position: relative;
}

.club-actual {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 30px;
}

.info-club {
  margin-left: 30px;
}

.info-club h3 {
  font-family: "gomme_sansbold";
}

.span {
  font-size: 14px;
  color: #fff;
}

.posiciones ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  margin-top: 10px;
}

.posiciones {
  padding-left: 30px;
  padding-top: 10px;
}

.posiciones li {
  font-size: 14px;
  background: #5c5884;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.modal-video {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #232222;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}
.modal-video .modal-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-video .modal-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.foto-video {
  width: 100px;
  overflow: hidden;
  height: 100px;
  position: relative;
}

.icono-video {
  color: #fff;
  width: 30px;
  height: 30px;
  border: solid;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 30px;
  left: 34px;
  background: #e00;
}

.logo-club {
  max-width: 70px;
}

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

.foto {
  position: relative;
  overflow: hidden;
}

.texto-video {
  padding-left: 20px;
}

.nombre-video {
  color: #fff;
  font-size: 20px;
  font-family: "gomme_sansbold";
}

.club {
  padding-bottom: 60px;
}

.video {
  display: flex;
  align-items: center;
  background: #000;
  margin-left: 30px;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.grupo-jugadores .item-jugador {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.item-jugador {
  position: relative;
}

.velo-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.foto-banner.pagina-jugadores img {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
}

.cerrar-video {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 4px;
}

.video-reproductor iframe {
  width: 600px;
  height: 380px;
}

.contenedor-llamada {
  color: #fff;
  padding: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.llamada-jugador {
  background: #000;
}

.contenedor-llamada {
  color: #fff;
  padding: 60px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

strong {
  font-family: "gomme_sansbold";
}

.ams {
  font-size: 25px;
  padding-bottom: 15px;
}

.boton-llamada-jugador a {
  color: #fff;
  background: #d1352f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 20px;
  max-width: 200px;
  float: right;
  width: 100%;
  border-radius: 5px;
  font-family: "gomme_sansbold";
}

.foto-banner.pagina-jugadores {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.titulo-jugadores {
  color: #fff;
  font-size: 30px;
  height: 450px;
  line-height: 450px;
  text-align: center;
  z-index: 10;
  position: relative;
  font-family: "gomme_sansbold";
  text-transform: uppercase;
}

.titulo-jugadores strong {
  font-family: "gomme_sansextralight";
}

.cancha.tel {
  display: none;
}

.jugadores-relacionados h2 {
  margin: 0 auto;
  color: #fff;
  text-align: CENTER;
  padding-bottom: 50px;
}

@media (max-width: 812px) {
  .foto-banner.pagina-jugadores {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .foto-jugador-single {
    position: relative;
    bottom: 0px;
  }
  .cancha.tel {
    display: block;
  }
  .cancha.pc {
    display: none;
  }
  .cancha.tel {
    /* margin: 0 auto; */
    margin: 30px;
  }
  .dato-jugador strong {
    font-size: 16px;
  }
  .dato-jugador-perfil strong {
    font-size: 16px;
  }
  .contenedor-llamada {
    color: #fff;
    padding: 60px;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
  }
  .boton-llamada-jugador a {
    margin-top: 40px;
    float: none;
  }
  .nombre-single {
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 54px;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6745098039);
    text-align: center;
    text-transform: uppercase;
    font-family: "gomme_sansbold";
  }
  .foto-banner {
    position: relative;
    height: 450px;
    overflow: hidden;
  }
}
.foto-jugador-resultado {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.numero-jugador.res {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.datos-resultado {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.datos-resultado .tit-jugador {
  font-size: 22px;
  font-family: "gomme_sansbold";
}

.numero-jugador.res {
  background: #e00;
  font-size: 16px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
}

.item-jugador-resultado a {
  display: flex;
  align-items: center;
  color: #fff;
}

.datos-resultado {
  display: flex;
  align-items: center;
}

.item-jugador-resultado {
  background: #3f3d50;
  position: relative;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}

.datos-resultado .tit-jugador {
  font-size: 17px;
  font-family: "gomme_sansbold";
}

.circulo {
  width: 10px;
  height: 10px;
  background: #e00;
  border-radius: 50px;
  position: absolute;
}

.carrilero-derecho {
  top: 192px;
  right: 8px;
}

.carrilero-izquierdo {
  top: 192px;
  left: 8px;
}

.volante-mixto {
  top: 155px;
  left: 35px;
}

.volante-mixto-derecho {
  top: 155px;
  right: 35px;
}

.volante-mixto-izquierdo {
  top: 155px;
  left: 35px;
}

.volante-defensivo {
  top: 162px;
  left: 80px;
}

.arquero {
  top: 242px;
  left: 80px;
}

.central {
  top: 196px;
  left: 80px;
}

.central-derecho {
  top: 195px;
  right: 48px;
}

.central-izquierdo {
  top: 195px;
  left: 48px;
}

.lateral-derecho {
  top: 170px;
  right: 8px;
}

.lateral-izquierdo {
  top: 170px;
  left: 8px;
}

.defensa-central {
  top: 218px;
  right: 46px;
}

.defensor-izquierdo {
  top: 218px;
  left: 46px;
}

.delantero {
  top: 36px;
  left: 80px;
}

.delantero-centro {
  top: 50px;
  left: 80px;
}

.delantero-derecho {
  top: 35px;
  right: 39px;
}

.delantero-izquierdo {
  top: 35px;
  left: 39px;
}

.extremo {
  top: 57px;
  left: 14px;
}

.extremo-derecho {
  top: 37px;
  right: 13px;
}

.extremo-izquierdo {
  top: 37px;
  left: 13px;
}

.interior-derecho {
  top: 126px;
  right: 38px;
}

.interior-izquierdo {
  top: 126px;
  left: 38px;
}

.lateral-volante-derecho {
  top: 165px;
  left: 10px;
}

.mixto-izquierdo {
  top: 85px;
  left: 28px;
}

.otras {
  top: 85px;
  right: 28px;
}

.libero {
  top: 224px;
  right: 79px;
}

.media-punta {
  top: 80px;
  left: 80px;
}

.medio-defensivo {
  top: 93px;
  left: 80px;
}

.segundo-delantero {
  top: 50px;
  right: 43px;
}

.stoper-izquierdo {
  top: 176px;
  left: 25px;
}

.stopper {
  top: 175px;
  right: 80px;
}

.stopper-derecha {
  top: 176px;
  right: 42px;
}

.stopper-derecho {
  top: 176px;
  right: 42px;
}

.volante-central {
  top: 146px;
  right: 80px;
}

.volante-derecho {
  top: 146px;
  right: 41px;
}

.volante-interior {
  top: 110px;
  left: 80px;
}

.volante-izquierdo {
  top: 148px;
  left: 47px;
}

.volante-ofensivo {
  top: 70px;
  left: 75px;
}

.volante-ofensivo-derecho {
  top: 96px;
  right: 28px;
}

.volante-ofensivo-izquierdo {
  top: 96px;
  left: 28px;
}

.circulo.primera-posicion {
  background: #d1352f;
  width: 20px;
  height: 20px;
}

.circulo.segunda-posicion {
  background: #5c5884;
}

.circulo.tercera-posicion {
  background: #aeadb5;
}

li.primera-posicion {
  background: #d1352f;
}

li.tercera-posicion {
  background: #aeadb5;
}

/*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;
}

/* Estilo para hacer que el contenedor del vídeo ocupe toda la pantalla */
.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 145%; /* Proporción 16:9 (9 / 16 * 100) */
  position: relative;
  overflow: hidden; /* Evita que el vídeo se desborde del contenedor */
}

/* Estilo para el vídeo dentro del contenedor */
.video-container iframe {
  width: 100%;
  height: 100%; /* Ajusta el vídeo al 100% de la altura del contenedor */
  position: absolute;
  top: 0;
  left: 0;
}

#youtube-player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}

#cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div#cover-image h2 {
  padding-top: 20px;
  font-size: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

#play-icon {
  line-height: 64px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  border: solid 3px;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  padding-left: 2px;
}

@media (min-width: 812px) {
  .video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }
}
@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 {
  overflow: hidden;
  margin-bottom: 0px;
}

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

.texto-caja ol {
  list-style-type: none; /* Quita el estilo numérico predeterminado */
  padding-left: 0; /* Elimina el padding predeterminado */
  counter-reset: li-counter; /* Inicializa el contador de lista */
}

.texto-caja ol li {
  position: relative;
  padding-left: 40px; /* Añade espacio para el número personalizado */
  margin-bottom: 10px; /* Espacio entre cada elemento de la lista */
  font-size: 16px; /* Ajusta el tamaño del texto */
}

.texto-caja ol li::before {
  content: counter(li-counter); /* Inserta el número de la lista */
  counter-increment: li-counter; /* Incrementa el contador */
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #523AD3; /* Color de fondo personalizado */
  color: #ffffff; /* Color del texto del número */
  font-weight: bold;
  font-size: 16px; /* Tamaño del número */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Hace que el fondo sea redondo */
}

.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: #00BDEB;
  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%;
}

.contenedor-quienes .tit-caja-texto h2 {
  color: #fff;
  font-size: 37px;
  font-family: "gomme_sansbold";
}

.tit-caja-texto h2 {
  color: #000;
  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 {
  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: 0 auto 10px;
}

.item-tipos {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  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: center;
    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: auto;
    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 {
    grid-gap: 20px;
    padding-top: 30px;
  }
  .item-tipos {
    display: grid;
    grid-template-columns: 100%;
    align-items: initial;
    grid-gap: 30px;
    /* font-size: 14px; */
  }
  .tipos .titulo-centrado h2 {
    text-align: left;
  }
  .titulo-secciones .bajada {
    max-width: 90%;
    text-align: center;
  }
  .galeria-item img {
    max-width: auto;
    height: 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;
  }
}
.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%;
  }
}
.filtros-jugadores {
  color: #fff;
}
.filtros-jugadores .filtro-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filtros-jugadores .filtro-item label {
  color: #fff;
  font-size: 16px;
  font-family: "gomme_sansregular";
  margin-bottom: 5px;
}
.filtros-jugadores .filtro-select {
  background: #22203E;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  font-family: "gomme_sansregular";
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
}
.filtros-jugadores .filtro-select:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: #2a2748;
}
.filtros-jugadores .filtro-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background-color: #2a2748;
}
.filtros-jugadores .filtro-select option {
  background: #22203E;
  color: #fff;
  padding: 10px;
}
.filtros-jugadores .filtro-acciones {
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 812px) {
  .filtros-jugadores .filtro-acciones {
    align-items: stretch;
  }
}
.filtros-jugadores .btn-limpiar-filtros {
  color: #fff;
  background: #d1352f;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-family: "gomme_sansregular";
  display: block;
  transition: all 0.3s ease;
  text-align: center;
  border: 2px solid transparent;
  width: 100%;
  box-sizing: border-box;
}
.filtros-jugadores .btn-limpiar-filtros:hover {
  background: #b82a25;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(209, 53, 47, 0.3);
}
.filtros-jugadores .btn-limpiar-filtros:active {
  transform: translateY(0);
}

.contador-resultados {
  color: #fff;
}
.contador-resultados p {
  color: #fff;
  font-size: 18px;
  font-family: "gomme_sansregular";
  margin: 0;
}
.contador-resultados p strong {
  color: #fff;
  font-family: "gomme_sansbold";
}

.sin-resultados {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 40px 20px;
}
.sin-resultados a {
  color: #d1352f;
  text-decoration: underline;
}
.sin-resultados a:hover {
  color: #b82a25;
}

@media (max-width: 812px) {
  .filtros-jugadores .filtro-item {
    margin-bottom: 20px;
  }
  .filtros-jugadores .filtro-acciones {
    margin-top: 10px;
  }
}
/* 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;
}

.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;
  margin-bottom: 15px;
}

.sku {
  margin-top: 15px;
}

.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;
  padding-bottom: 40px;
}

.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-top: 30px;
  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: 0px;
  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;
}

.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%);
}

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

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

@media (max-width: 812px) {
  .head-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 19px;
    margin-bottom: 40px;
  }
  .head-page h1 {
    font-size: 16px;
    margin: 0px;
  }
}
.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;
}

.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 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;
  }
  a.hablar {
    margin-top: 24px;
  }
  .text {
    font-size: 29px;
    max-width: 374px;
    line-height: 32px;
  }
  .nav {
    padding-top: 55px;
  }
  .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;
}

.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;
}

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

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

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

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%;
}

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(0, 0, 0, 0.8196078431);
  top: 0px;
  left: 0px;
  z-index: 100000;
  display: none;
}

.modal-video {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #232222;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
}
.modal-video .cerrar-video {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
}
.modal-video .modal-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-video .modal-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 813px) {
  .modal-video {
    width: 50%;
    max-width: 50%;
  }
}

.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;
}

a#verTodosResultados {
  margin-top: 40px;
}

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

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

@media (max-width: 812px) {
  .cotizar ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: initial;
    margin: 0px;
    flex-direction: column;
  }
  .info-e .cotizar ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: initial;
    margin: 0px;
    flex-direction: row;
  }
}
.productos-relacionados h3 {
  margin-bottom: 40px;
}

.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 {
  display: flex;
  padding-bottom: 30px;
  font-size: 25px;
}

.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;
}

@media (max-width: 812px) {
  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: 10px;
  }
  .quantity-control-tax {
    display: flex;
    border: solid 1px #000;
    border-radius: 50px;
    background: #fff;
    width: fit-content;
  }
}
.lista .precios {
  display: flex;
  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;
}

.paginador span, .paginador a {
  background: #ccc;
  width: fit-content;
  display: block;
  padding: 10px;
  min-width: 20px;
  text-align: center;
  border-radius: 50px;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 10px;
}

.paginador {
  display: flex;
  margin-top: 40px;
}

span.page-numbers.current {
  background: #0092ff;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sas {
    overflow: hidden;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
