
#buscar-email {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid var(--tema-color, #39BEFF);
    border-radius: 25px;
    transition: all 0.3s ease;
    outline: none;
}

#buscar-email:focus {
    border-color: var(--tema-color, #39BEFF);
    box-shadow: 0 0 10px var(--tema-color-soft, rgba(57, 190, 255, 0.5));
}
 

.alert-danger {
    --bs-alert-color: #c5a9ac;
    --bs-alert-bg: #4b3e3f;
 
}
       .text-cambios {
            display: inline-block;
            overflow: hidden;
            height: 30px; /* Ajusta segï¿½n el tamaï¿½o de tu texto */
			color:#39beff
        }
        .dynamic-text {
            display: inline-block;
            animation: slideUp 2s infinite;
        }
        @keyframes slideUp {
            0% { transform: translateY(100%); opacity: 0; }
            10% { transform: translateY(0); opacity: 1; }
            90% { transform: translateY(0); opacity: 1; }
            100% { transform: translateY(-100%); opacity: 0; }
        }
.texto-contenido {
    color: #d2d0d0;
    font-size: 17px;
    max-width: 80%;
    line-height: 1.6;
	text-align:justify;
}
@keyframes entrada-desde-la-derecha {
 0% {
                transform: translateX(100%);
            }
            60% {
                transform: translateX(-30%);
            }
            80% {
                transform: translateX(10%);
            }
            100% {
                transform: translateX(0);
            }
}
 @keyframes entrada-desde-la-izquierda {
            0% {
                transform: translateX(-100%);
				opacity: 0;
            }
            60% {
                transform: translateX(30%);
			   opacity: 0.5;

            }
            80% {
                transform: translateX(-10%);
				opacity: 0.8;
            }
            100% {
                transform: translateX(0);
				opacity: 1;
            }
        }
@keyframes entrada-desde-abajo {
            0% {
                transform: translateY(100%);
            }
            60% {
                transform: translateY(-30%);
            }
            80% {
                transform: translateY(10%);
            }
            100% {
                transform: translateY(0);
            }
        }		
.imagenyorobot {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 45px 3px;
    transition: 0.2s;
}
.hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 70vh;
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 0;
}
.hero-title {
    text-align: center;
}
.hero-title::before,
.hero-title::after {
    left: 50%;
    transform: translateX(-50%);
}
.hero-row {
    align-items: center;
    margin-top: 30px;
}
.hero-row .texto-contenido {
    max-width: 100%;
    text-align: center;
}
.hero-cta {
    margin-top: 25px;
    padding: 12px 32px;
    background: #39beff;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    box-shadow: 0 8px 20px rgba(57, 190, 255, 0.35);
}
.hero-cta:hover {
    background: #1d9fe0;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(57, 190, 255, 0.5);
}
.logo-img-animacion {
    max-width: 320px;
    transform: translatey(0px);
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.45));
}
 .section-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}
.section-title::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 150px;
    height: 1px;
    border-radius: 5px;
    background: #d2d0d0;
}
.section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: #39beff;
}
.section-title.fondo-netflix {
    color: #ff0218;
}
.section-title.fondo-netflix::after {
    background: #ff0218;
}
.section-title.fondo-disney {
    color: #1d53ff;
}
.section-title.fondo-disney::after {
    background: #1d53ff;
}
.section-title.fondo-prime {
    color: #39beff;
}
.section-title.fondo-prime::after {
    background: #39beff;
}
.section-title.fondo-hbo {
    color: #b957f2;
}
.section-title.fondo-hbo::after {
    background: #9b26d6;
}

/* Color de marca por plataforma, reutilizado por el input y los botones
   de la pantalla de consulta (mismos tonos que los íconos de #plataformas). */
#fondo1 {
    --tema-color: #39beff;
    --tema-color-soft: rgba(57, 190, 255, 0.5);
}
#fondo1.fondo-netflix {
    --tema-color: #ff0218;
    --tema-color-soft: rgba(255, 2, 24, 0.5);
}
#fondo1.fondo-disney {
    --tema-color: #1d53ff;
    --tema-color-soft: rgba(29, 83, 255, 0.5);
}
#fondo1.fondo-prime {
    --tema-color: #39beff;
    --tema-color-soft: rgba(57, 190, 255, 0.5);
}
#fondo1.fondo-hbo {
    --tema-color: #9b26d6;
    --tema-color-soft: rgba(155, 38, 214, 0.5);
}

#emailForm .btn-consultar {
    background: var(--tema-color, #39beff);
    border: none;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 8px 20px var(--tema-color-soft, rgba(57, 190, 255, 0.35));
}
#emailForm .btn-consultar:hover {
    filter: brightness(1.12);
    color: #ffffff;
    transform: translateY(-2px);
}
#emailForm .btn-consultar:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none;
}
#emailForm .btn-consultar .spinner-border {
    vertical-align: -2px;
}
#emailForm .btn-volver {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-weight: 600;
    padding: 8px 26px;
    border-radius: 30px;
    transition: 0.2s ease-in-out;
}
#emailForm .btn-volver:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
}

.url {
    text-decoration: none;
}
 .links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
#plataformas {
    background: rgba(10, 10, 14, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px 15px;
}
.link-plataformas {
    display:  ;
    flex-direction: column;
    gap: 10px;
    background: var(--stats-background);
    padding: 10px;
    border-radius: 5px;
    max-width: 400px;
	margin:5px
}
.link-plataformas:hover   {
 background:#272727
}
  .tituloplataformas {
     color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
            transition: margin-left 0.3s ease; /* Agrega una transiciï¿½n suave */
        }
.url:hover .tituloplataformas  {
            margin-left: 20px; /* Ajusta el valor segï¿½n tus necesidades */
 }
 h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
 h5:hover {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
 .link-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}
 .description {
    color: #D2D0D0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
	text-align:left;
	padding:0px 5px 0px 5px;
	  transition: margin-left 0.3s ease; /* Agrega una transiciï¿½n suave */

}
.url:hover .description  {
            margin-left: 20px; /* Ajusta el valor segï¿½n tus necesidades */
 }
.icono-netflix{
    border-radius: 5px;
    background: rgba(255,2,24, 0.5);
    padding: 10px;
    transition: 0.2s ease-in-out;
}
 .icono-netflix i, .icono-netflix img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    background: #ff0218;
    color: #ffffff;
    border-radius: 5px;
}
.animacionnetflix {
    animation: entrada-desde-la-derecha 0.5s ease-out;
}
.icono-disney{
    border-radius: 5px;
    background: rgba(29,83,255, 0.5);
    padding: 10px;
    transition: 0.2s ease-in-out;
}
 .icono-disney i, .icono-disney img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    background:#1d53ff;
    color: #ffffff;
    border-radius: 5px;
}
.animaciondisney {
    animation: entrada-desde-la-izquierda 0.5s ease-out;
}
.icono-star{
    border-radius: 5px;
    background: rgba(13,31,88, 0.5);
    padding: 10px;
    transition: 0.2s ease-in-out;
}
 .icono-star i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    background:#0d1f58;
    color: #ffffff;
    border-radius: 5px;
}  
.animacionstar {
    animation: entrada-desde-abajo 0.5s ease-out;
}
.icono-primevideo{
    border-radius: 5px;
    background: rgba(57, 190, 255, 0.5);
    padding: 10px;
    transition: 0.2s ease-in-out;
}
 .icono-primevideo i, .icono-primevideo img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    background:#39beff;
    color: #ffffff;
    border-radius: 5px;
}
.icono-hbo{
    border-radius: 5px;
    background: rgba(155, 38, 214, 0.5);
    padding: 10px;
    transition: 0.2s ease-in-out;
}
.icono-hbo img {
    background: #9b26d6;
    border-radius: 5px;
}
.icono-netflix:hover , .icono-disney:hover , .icono-star:hover, .icono-primevideo:hover, .icono-hbo:hover   {
    transform: scale(1.1); /* Aplicar el zoom al pasar el mouse */
}
.plataforma-logo {
    width: 40px;
    height: 40px;
    padding: 8px;
    object-fit: contain;
}
.icon {
    border-radius: 5px;
    background: rgba(57, 190, 255, 0.5);
    padding: 10px;
    transition: 0.2s ease-in-out;
}
.icon:hover {
    transform: scale(1.1); /* Aplicar el zoom al pasar el mouse */
}
  .icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    background: #39beff;
    color: #ffffff;
    border-radius: 5px;
}
  .miiconoborde{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 2 0px;
    position: relative;
    background: #39beff;
    color: #ffffff;
    border-radius: 5px;
	
}  
.fa-solid, .fas,  .bi {
   font-weight: 900;  
}
.hero-logos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 300px;
    margin: 0 auto;
    animation: entrada-desde-la-izquierda 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.hero-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 20px;
    animation: float 4s ease-in-out infinite;
    transition: transform 0.25s ease-in-out;
}
.hero-logo-card:hover {
    transform: translateY(-6px) rotate(-2deg);
}
.hero-logo-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.hero-logo-netflix {
    background: #ff0218;
    box-shadow: 0 12px 28px rgba(255, 2, 24, 0.35);
    animation-delay: 0s;
}
.hero-logo-disney {
    background: #1d53ff;
    box-shadow: 0 12px 28px rgba(29, 83, 255, 0.35);
    animation-delay: 0.3s;
}
.hero-logo-prime {
    background: #39beff;
    box-shadow: 0 12px 28px rgba(57, 190, 255, 0.35);
    animation-delay: 0.6s;
}
.hero-logo-hbo {
    background: #9b26d6;
    box-shadow: 0 12px 28px rgba(155, 38, 214, 0.35);
    animation-delay: 0.9s;
}

.alertanocorreoborde {
    border-radius: 5px;
    background: rgba(57, 190, 255, 0.5);
    padding: 10px;
	width:100%;
	
   
}
.alertanocorreo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
    font-size: 18px;
    position: relative;
    background: #39beff;
    color: #ffffff;
    border-radius: 5px;
}