/* ------------------ */
/* CARGA DE FUENTES   */
/* ------------------ */

/* @font-face {
    font-family: 'KantarBrown';
    src: url('../fonts/kantar-brown-tt/KantarBrownTT-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'KantarBrown';
    src: url('../fonts/kantar-brown-tt/KantarBrownTT-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'KantarBrown';
    src: url('../fonts/kantar-brown-tt/KantarBrownTT-Light.ttf') format('truetype');
    font-weight: 300;
}

body {
    font-family: 'KantarBrown', sans-serif;
} */

/* LOGO */
.logo-ibope {
    height: 70px;
}

/* FRANJA SUPERIOR */
.franja-header {
    background-image: url('../assets/images/franja.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

/* VIDEO */
.video-container {
    /* border: 2px solid #0059FF; */
    border: 1px solid rgba(0,96,255,0.15);
    border-radius: 12px;
}

.video-logo {
    height: 40px;
    margin-bottom: 10px;
}

/* TARJETAS */
.card-step {
    border: 2px solid #0072ff;
    border-radius: 10px;
}

.card-step h2 {
    font-size: 2rem;
    font-weight: bold;
}

.card-step p {
    margin-top: -10px;
    font-size: 1.1rem;
}

.card.h-100 {
    border: 1px solid rgba(0,96,255,0.15)
}

/* BOTÓN */
.btn-step {
    background: transparent;
    border: none;
    margin-top: 10px;
    padding: 0;
}

.btn-img {
    width: 130px;
    cursor: pointer;
}


/* BOTÓN IBOPE */

.btn-ibope {
    position: relative;
    /* width: 320px; */
    height: 55px;

    background-image: url('../assets/images/boton.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;

    border: none;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 22px;
    cursor: pointer;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-ibope:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 80, 255, 0.3);
}

/* TEXTO */
.btn-ibope .btn-text {
    font-family: 'Geist';
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
}

/* ÍCONO DERECHA */
.btn-ibope .btn-icon {
    width: 44px;
    height: 44px;

    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    
    transform: translateY(0%) translateX(15px);
}

/* FLECHA */
.btn-ibope .btn-icon::before {
    content: '';
    width: 14px;
    height: 14px;

    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;

    transform: rotate(45deg);
}

.ver-pdf-link {
  font-weight: 600;
  color: #0059ff;
  text-decoration: underline;
  cursor: pointer;
}

.ver-pdf-link:hover {
  color: #003dbb;
}

.card-img-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-wrapper-ppal {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-fallback svg {
  width: 48px;
  height: 48px;
  fill: #94a3b8;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25D366;
  font-weight: 600;
  text-decoration: none;
}

.whatsapp-link:hover {
  text-decoration: underline;
}

.whatsapp-link i {
  font-size: 1.3rem;
}
