header{position:relative;z-index:1000;display:flex;justify-content:space-between;align-items:center;background-color:#d3d3d3;height:100px;color:#fff}header a{color:#fff}header img{height:100%}header .logoIram{margin-left:2rem;height:100%}header .logoMundial{margin-top:10rem}@media screen and (max-width: 500px){header .logoMundial{display:none}}@media screen and (max-width: 700px){header .logoMundial{width:40vw;height:fit-content}}header div{margin-right:2rem}.home{background-color:#d3d3d3;width:100 vw;min-height:80vh;padding-top:.5rem;display:flex;flex-direction:column;gap:2rem;align-items:center}.home span{font-size:3rem}.home button{padding:.5rem;margin:0 .5rem;font-size:1.5rem}.home .countdownContainer{border-radius:15px;background-color:#004690;max-width:60vw;color:#fff;padding:.8rem;display:flex;flex-direction:column;align-items:center}.home .countdownContainer .countdownTitle{font-size:1.8rem;margin-bottom:15px}@media screen and (max-width: 600px){.home .countdownContainer .countdownTitle{font-size:1rem}}.home .countdownContainer .countdown{display:flex;align-items:center}.home .countdownContainer .countdown .time{display:flex;flex-direction:column}.home .countdownContainer .countdown .time span{font-size:20px}@media screen and (max-width: 600px){.home .countdownContainer .countdown .time span{font-size:1rem}}.home .countdownContainer .countdown .timeFormat{align-self:end;font-size:2rem;padding:0 10px;margin-bottom:-4px}.home .apuestaTrioContainer{border-radius:15px;background-color:#e6e4e4;padding:.8rem}.home .apuestaTrio{display:flex;border-radius:15px;background-color:#e6e4e4;flex-direction:row;gap:15px}@media screen and (max-width: 600px){.home .apuestaTrio{width:60vw;display:flex;flex-direction:column;align-items:center}}.home .gruposContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.home .buttonEnviar{margin-bottom:1rem;width:300px}.apuestasFaltantes{border-radius:15px;background-color:#e6e4e4;width:40vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.apuestasFaltantes .faltantesTitle{width:80%;display:flex;justify-content:center;align-items:center;background-color:#004690;color:#fff;border-radius:15px;padding:10px;margin:1rem 0}.apuestasFaltantes .faltantesTitle span{font-size:2rem}.apuestasFaltantes li{font-size:1.1rem}@media (max-width: 800px){.apuestasFaltantes{width:80vw}}.homeHeader{display:flex;justify-content:center;margin-bottom:2px}.logoMundialHome{width:250px}.cardGrupo{width:90vw;max-width:500px;background-color:#e6e4e4;padding:10px;border-radius:10px;margin-bottom:2rem}.cardGrupo .articlePartido{margin:0 auto;width:95%}.cardGrupo .articlePartido .infoPartido{background-color:#004690;color:#fff;display:flex;justify-content:space-around;align-items:center;height:25px;margin-bottom:5px}.cardGrupo .articlePartido .infoPartido span{font-size:16px}.cardGrupo .articlePartido .partido{width:100%;display:flex;justify-content:space-between;align-items:center}.cardGrupo .articlePartido .partido img{width:25%;height:80px}@media screen and (max-width: 400px){.cardGrupo .articlePartido .partido img{width:20%;height:60px}}.cardGrupo .articlePartido .partido .radioContainers{display:flex;flex-direction:row;justify-content:space-between;width:40%}@media screen and (max-width: 400px){.cardGrupo .articlePartido .partido .radioContainers{justify-content:space-around;width:80%}}.cardGrupo .articlePartido .equipos{margin:5px 0;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.cardGrupo .articlePartido .equipos span{font-size:18px}.cardGrupo .articlePartido .equipos .vs{position:absolute;left:47.5%}.cardGrupo .articlePartido hr{margin:10px 0}.cardGrupo .articlePartido:last-child hr{display:none}.grupoTitle{background-color:#004690;color:#fff;display:flex;align-items:center;justify-content:start;border-radius:10px;padding:10px;margin-bottom:10px}.grupoTitle span{font-size:20px}*{margin:0;padding:0;text-decoration:none;font-family:Roboto,sans-serif}.fullScreen{position:absolute;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}.fullContainer{display:flex;justify-content:center;align-items:center;width:100%;height:100%}li{list-style:none}
