*{
    margin: 0;
    padding: 0;
}
@font-face{
    font-family: baby;
    src: url("../font/BABYBLOC.ttf") format("truetype");
}
.contenidorPrincipal{
    width: 100%;
}
.imagenContenedora{
    width: 70%;
    left: 15%;
    margin-top: 40px;
    position: absolute;
}
#imagen{
    width: 100%;
}
#imagenMovil{
    display: none;
}
.botones{
    position: absolute;
    top: 22%;
    left: 65%;
    width: 25%;
    display: flex;
    flex-direction: column;
}
.boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, .boton10{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.parlante{
    width: 20px;
}
.texto{
    width: 75%;
    font-family: baby;
    font-size: 16px;
}
.color{
    width: 24px;
    height: 24px;
    border: 1px solid #7D4E24;
    border-radius: 3px;
}
.boton1 div{
    background: #009EE3;
}
.boton1 div:hover{
    opacity: 0.5;
}
#textoAzul{
    color: #009EE3;
}
.boton2 div{
    background: #FFED00;
}
.boton2 div:hover{
    opacity: 0.5;
}
#textoAmarillo{
    color: rgba(255, 255, 0, 0.99);
}
.boton3 div{
    background: #F39200;
}
.boton3 div:hover{
    opacity: 0.5;
}
#textoNaranja{
    color: #F39200;
}
.boton4 div{
    background: #BE1621;
}
.boton4 div:hover{
    opacity: 0.5;
}
#textoRojo{
    color: #BE1621;
}
.boton5 div{
    background: #009640;
}
.boton5 div:hover{
    opacity: 0.5;
}
#textoVerde{
    color: #009640;
}
.boton6 div{
    background: #662382;
}
.boton6 div:hover{
    opacity: 0.5;
}
#textoMorado{
    color: #662382;
}
.boton7 div{
    background: #ED77AC;
}
.boton7 div:hover{
    opacity: 0.5;
}
#textoRosado{
    color: #ED77AC;
}
.boton8 div{
    background: #878786;
}
.boton8 div:hover{
    opacity: 0.5;
}
#textoGris{
    color: #878786;
}
.boton9 div{
    background: #1C1C1B;
}
.boton9 div:hover{
    opacity: 0.5;
}
.boton10 div{
    background: #ffffff;
}
.boton10 div:hover{
    opacity: 0.5;
}
#textoBlanco{
    color: #ffffff;
}
.reset{
    position: absolute;
    top: 85%;
    left: 73%;
}
.resetMovil{
    display: none;
}
/*//////////////////////////////////////  MEDIA QUERIES  //////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 960px) and (max-width: 1024px){
    .imagenContenedora{
        width: 95%;
        left: 2.5%;
    }
}

@media screen and (min-width: 900px) and (max-width: 959px){
    .imagenContenedora{
        width: 95%;
        left: 2.5%;
    }
    .botones{
        top: 18%;
    }
}

@media screen and (min-width: 840px) and (max-width: 859px){
    .imagenContenedora{
        width: 95%;
        left: 2.5%;
    }
    .botones{
        top: 20%;
        left: 64%;
        width: 27%;
    }
    .boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, .boton10{
        margin-top: 14px;
     }
    .texto{
/*        width: 75%;*/
        font-size: 14px;
    }
    .parlante{
        width: 18px;
    }
    .color{
        width: 22px;
        height: 22px;
    }
    .reset{
        top: 86%;
        left: 70%;
        width: 120px;
    }

}

@media screen and (min-width: 769px) and (max-width: 839px){
    .imagenContenedora{
        width: 95%;
        left: 2.5%;
    }
    .botones{
        top: 18%;
        left: 64%;
        width: 27%;
    }
    .boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, .boton10{
        margin-top: 14px;
     }
    .texto{
/*        width: 75%;*/
        font-size: 12px;
    }
    .parlante{
        width: 16px;
    }
    .color{
        width: 20px;
        height: 20px;
    }
    .reset{
        top: 86%;
        left: 68%;
        width: 120px;
    }
}

@media screen and (min-width: 700px) and (max-width: 768px){
    .imagenContenedora{
        width: 95%;
        left: 2.5%;
    }
    .botones{
        top: 19%;
        left: 64%;
        width: 27%;
    }
    .boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, .boton10{
        margin-top: 12px;
     }
    .texto{
        font-size: 10px;
    }
    .parlante{
        width: 14px;
    }
    .color{
        width: 18px;
        height: 18px;
    }
    .reset{
        top: 86%;
        left: 70%;
        width: 100px;
    }
    #imagen{
    }
}
@media screen and (min-width: 600px) and (max-width: 699px){
    #imagen{
        display: none;
    }
    #imagenMovil{
        display: block;
    }
    .imagenContenedora{
        width: 90%;
        left: 5%;
    }
    .botones{
        top: 80%;
        left: 10%;
        width: 70%;
        height: 15%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, .boton10{
        margin-top: 3px;
        margin-right: 5%;
    }
    .parlante{
        width: 15px;
    }
    .texto{
        width: 75%;
        font-family: baby;
        font-size: 10px;
    }
    .color{
        width: 15px;
        height: 15px;
        border: 1px solid #7D4E24;
        border-radius: 3px;
    }
    .reset{
        display: none;
    }
    .resetMovil{
        position: absolute;
        display: block;
        top: 80%;
        left: 80%;
        width: 8%;
    }
}