@charset "UTF-8";
@font-face {
  font-family: 'Codec Pro';
  src: url("../fonts/CodecPro-Bold.woff2") format("woff2"), url("../fonts/CodecPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Codec Pro';
  src: url("../fonts/CodecPro-Regular.woff2") format("woff2"), url("../fonts/CodecPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  background: #0f172a;
  font-family: "Poppins", sans-serif; }

section {
  padding: 60px 0; }

span {
  color: #5a97ba; }

.hero {
  background: url("../img/hero-bg.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero h1 {
    font-weight: bold;
    font-family: "Codec Pro", sans-serif;
    font-size: 50px; }
  .hero p {
    font-size: 20px; }

.prueba {
  background: rgba(255, 255, 255, 0.05);
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .prueba h2 {
    font-family: "Codec Pro", sans-serif;
    font-size: 48px;
    line-height: 48px; }
  .prueba p {
    font-weight: 600;
    font-size: 20px; }

.font-alt {
  font-family: "Codec Pro", sans-serif;
  font-size: 30px;
  line-height: 60px; }

.standard-spacing {
  margin-top: 20px;
  margin-bottom: 20px; }

.btn-beasty {
  background: #fa505b;
  color: white;
  font-weight: 600;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease; }
  .btn-beasty:hover {
    background: #5a97ba; }

.centered-btn {
  margin: auto; }

.lista-arrow {
  list-style: none;
  /* quitamos las viñetas por defecto */
  padding-left: 0;
  /* sacamos sangría */ }

.lista-arrow li {
  background: url("../img/arrow-right-circle.png") no-repeat left 4px;
  background-size: 16px 16px;
  /* ajustá al tamaño del ícono */
  padding-left: 25px;
  /* espacio para que no se superponga el texto */
  margin-bottom: 8px; }

.casosdeuso .card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
  min-height: 567px; }

.casosdeuso h5 {
  font-family: "Codec Pro", sans-serif;
  font-size: 22px;
  font-weight: bold; }

.casosdeuso p {
  font-size: 16px; }

.servicios {
  color: white; }
  .servicios h2 {
    font-family: "Codec Pro", sans-serif;
    padding-bottom: 50px;
    font-size: 30px; }
  .servicios li {
    background: url("../img/arrow-right-circle.png") no-repeat left 7px;
    background-size: 16px 16px;
    /* ajustá al tamaño del ícono */
    padding-left: 25px;
    /* espacio para que no se superponga el texto */
    font-size: 20px; }

.titulo-wrap {
  display: flex;
  justify-content: center;
  /* centra todo el conjunto */ }

.titulo {
  position: relative;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px; }

.titulo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 130px;
  /* ancho fijo */
  height: 0.4em;
  background-color: #c44d58;
  border-radius: 6px;
  z-index: -1; }

.card-img-top {
  width: 48px;
  padding-bottom: 25px; }

.listCanales {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  color: white;
  flex-wrap: wrap; }
  .listCanales img {
    display: block;
    margin: 15px auto; }

.features h5 {
  font-family: "Codec Pro", sans-serif;
  font-size: 20px;
  font-weight: bold; }

.features .card-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px; }

.featuresGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px; }
  .featuresGrid .card {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: white; }

footer {
  height: 250px; }

@media (max-width: 768px) {
  .hero {
    height: auto; }
    .hero h1 {
      font-size: 38px; }
  .features .featuresGrid {
    display: grid;
    grid-template-columns: 1fr;
    /* fuerza 1 columna en xs */
    gap: 16px;
    margin-top: 24px; }
  .features .featuresGrid .card {
    padding: 0; }
  /* Si querés 2 por fila a partir de ~400px: */ }

@media (max-width: 768px) and (min-width: 400px) and (max-width: 575.98px) {
  .features .featuresGrid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .casosdeuso .card {
    padding: 0;
    min-height: fit-content; }
  .prueba h2 {
    font-size: 30px; }
  /* Cards más respiradas en mobile */
  .card .card-body {
    padding: 1rem; }
  /* Canales: ancho fijo amigable al pulgar */
  .listCanales .canal {
    width: 46%;
    min-width: 140px;
    text-align: center; }
  /* Botón flotante de WhatsApp: más grande el hit area */
  .whatsapp-button img {
    width: 68px !important;
    height: 68px !important; } }
