h4,
h2,
small,
a {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.Carousel {
  width: 100%;
  margin: 0px 60px;
}

.Carousel h2 {
  font-size: 26px;
  line-height: 38px;
  padding-bottom: 24px;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}

/* imagenes */

.slick-list {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 304px;
  padding: 10px 0px;
  margin: 0px auto;
  max-width: 90vw;
  overflow: hidden;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  transition: .5s ease-in-out;
}

.slick {
  position: relative;
  width: 275px;
  padding: 0 18px;
  float: left;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.slick h4 {
  position: absolute;
  z-index: 1;
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  padding: 15px;
}

.slick h4 small {
  font-size: 15px;
  display: block;
}

.slick a img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 10%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
  transition: .3s ease-in-out;
  background-color: #003366ff;
}

.slick a img:hover {
  opacity: .85;
}

/* botones */

.slick-arrow {
  border-radius: 1%;
  background-color: #003366ff;
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
  border: 0;
  cursor: pointer;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow svg {
  width: 12px;
  height: 100%;
  color: rgba(0, 0, 0, .7);
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

/*Ajustes para el timer*/
p,
ul {
  border: 2px;
}

span,
li {
  border: 2px;
}

ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.inline {
  display: inline;
}

/*Ajusta tamaño de letra dentro del timer*/
h5 {
  font-size: small;
}

h6 {
  font-size: large;
}

/*Ajuste del login*/
.contenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}

.texto-encima {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Slider del welcome*/
.content-all {
  width: 210px;
  margin: auto;
  perspective: 800px;
  position: relative;
  margin-top: 50px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  animation: rotar 30s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}


.content-carrousel figure {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 0px 20px 0px black;
  transition: all 300ms;

}

.content-carrousel figure:hover {
  box-shadow: 0px 0px 0px 0px black;
  transition: all 300ms;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
  transform: rotateY(360deg) translateZ(300px);
}

.content-carrousel img {
  width: 100%;
  transition: all 300ms;
}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}


@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

/*Grafica*/
.bottom-bars {
  width: 500px;
  height: 100px;
}

/* Timer de tono */
.boton {
  background-color: #3498db;
  color: #000000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin: 5px;
}

/* Estilos para los botones de pausar/reiniciar */
.boton-pausar {
  background-color: #e74c3c;
  color: #000000;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  margin-top: 5px;
}

/* Estilos para los contenedores de los cronómetros */
.cronometros {
  display: flex;
  flex-direction: column;
}

.cronometro {
  font-size: 24px;
  display: none;
}

/* Botones para ocultar */
.btn-desplegable {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.opciones {
  display: none;
}

.opciones button {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  border: none;
  background-color: #f1f1f1;
  cursor: pointer;
}

.opciones button:hover {
  background-color: #3498db;
}

/* Estilos de las card */
.fond {
  background-color: #003366ff;
  color: #fff;
  border: #003366ff;
  /* background-color: #003366ff;
  color: #fff;
  border: #003366ff; */
}

/* Tips, algo más y entérate */
.enterate {
  margin: 30px 0;
}

.cabecera-texto mark {
  background-color: rgb(43, 112, 180);
  padding: 7px;
  color: #d9d9d9;
}

.contenedor-contenido {
  background-color: #d9d9d9;
  padding: 20px;
  margin: 0px 100px 25px;
}

.contenido {
  max-width: 800px;
  margin: 25px auto;
  padding: 0 30px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  transition: all 0.4s ease;
}

.intro {
  margin-bottom: 20px;
  color: black;
}

/* Botones */
.cont-btns {
  display: flex;
  justify-content: space-evenly;
  margin: 5px auto;
  width: 70vw;
}

.btn-pag {
  text-align: center;
  font-size: larger;
  width: 250px;
  border-top: 20px;
  margin: 0 15px;
  background: #003366ff;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.btn-pag:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px) scale(1.2);
}

.btns-abajo {
  padding-bottom: 65px;
}

/* Responsive */

@media only screen and (max-width: 1000px) {

  /* For tablets: */
  .contenido {
    margin: 0 10% 30px 10%;
    width: 80%;
    max-width: 800px;
    padding-left: 0px;
    border: 0;
  }

  .cont-cabecera {
    margin: 0px auto;
  }
}

@media only screen and (max-width: 767px) {

  /* For mobile phones: */
  .contenido {
    margin: 0 5% 30px 5%;
    width: 90%;
  }

  .cabecera-texto mark {
    padding: 3px;
  }

  .contenedor-contenido {
    margin: 0px 0px 25px;
  }

  .cont-cabecera {
    padding: 0px 5%;
    margin: -5vh 0px;
  }

  .cabecera-texto {
    margin: 95px auto;
  }

  .cont-btns {
    width: 100%;
  }

  .btn-pag {
    font-size: smaller;
    margin: 0px 5px;
    padding: 7.5px;
  }

}

.panel-izquierda {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  background-color: rgba(255, 255, 255, 0);
  color: black;
  padding: 5px 0;
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

/* Estilo de la lista de elementos */
.panel-izquierda ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Estilo para los items de la lista */
.panel-izquierda li {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilo para los enlaces */
.panel-izquierda a {
  color: white;
  text-decoration: none;
  font-size: 10px;
  transition: background 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  padding: 5px;
}

/* Estilos específicos para cada red social */
.panel-izquierda a.facebook {
  background-color: #3b5998;
}

.panel-izquierda a.youtube {
  background-color: #ff0000;
}

.panel-izquierda a.telegram {
  background-color: #0088cc;
}

.panel-izquierda a.instagram {
  background-color: #e4405f;
}

.panel-izquierda a.twitter {
  background-color: black;
}

.panel-izquierda a.whatsapp {
  background-color: #25d366;
}

.panel-izquierda a:hover {
  background-color: #007bff;
  border-radius: 50%;
}

/*VISTA DE PAQUETES*/
.container-packages {
  padding: 100px 40px;
  display: flex;
  justify-content: center;
}

.div-container-packages {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  width: 100%;
}

.heading,
.subheading {
  color: #111418;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}

.heading {
  font-size: 32px;
  padding-top: 24px;
}

.subheading {
  font-size: 28px;
  padding-top: 20px;
}

.plan-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}

@media (max-width: 768px) {
  .planes {
    flex-direction: column;
  }
}

.plan-card {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 800px;
  width: 100%;
}

.plan-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.plan-options {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.plan-option {
  flex: 1;
  min-width: 160px;
  text-align: center;
}

.plan-duration {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.price-amount {
  font-size: 1.5rem;
  font-weight: 700;
}

.price-label {
  margin-left: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.price span:first-child {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.033em;
}

.price span:last-child {
  font-size: 16px;
  font-weight: bold;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: #111418;
}

.feature-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.comparison-table {
  padding: 16px;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid #dbe0e6;
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  color: #111418;
  border-top: 1px solid #dbe0e6;
}

.comparison-table th {
  background-color: white;
  font-weight: 500;
}

.checkbox {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 2px solid #dbe0e6;
  background: transparent;
}

.checkbox:checked {
  background-color: #0c7ff2;
  border-color: #0c7ff2;
}

.choose-plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  max-width: 480px;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 9999px;
  background-color: #f0f2f4;
  color: #111418;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.015em;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.choose-plan-btn span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.choose-plan-btn:hover {
  background-color: #9ab0c5;
}
.img-check {
  width: 24px; 
  height: 24px;
}