@media (max-width: 1199.98px) {
  #contenedorPortada1{
    display: none;
}
    .bloque_desafio{
        width: 100%;
}
    .contenedor_desafios{
        font-size: 210%;
}

.juegos_freeplay{
    width: 100%;
}

#comollegar img{
    width: 100%;
}

.form_contacta{
    text-align: left;
    float: inherit;
    margin-right: 0;
	width: 100%;
}


table{
    width: 100% !important;
    font-size: 190%;
}

table td{
    background-color: black;
}

.elementoPortada2{
    margin-left: 0;    
}

p{
    width: 95% !important;
}

#contenedor_torneos{
    width: 100%;
}

.elementoPortada2 img{
	    max-width: 90%;
    margin-left: 5%;
}

label {
    float: left;
    width: 100%;
    font-size: 200%;
}

select, input {
    width: 70%;
    font-size: 200%;
    margin-bottom: 25px;
}

textarea{
	max-height: inherit;
	max-width: inherit;
	width: 70%;
	font-size: 200%;
	height: 200px;
}
button{
	font-size: 200%;
}


}


