/*
    
    Objetivo Creativo
    www.objetivocreativo.com
    
*/
@font-face {
    font-family: Escolar;
    src: url(../font/Escolar_G.TTF);
}
@font-face {
    font-family: EscolarNegra;
    src: url(../font/Escolar_N.TTF);
}


html, body {
    font-family: Escolar, EscolarNegra, sans-serif;
    background-color: #efefef;
    background-color: white;
    
}

.wrapper-game {
    
    width: 600px;
    height: 480px;
    
    margin: 15px auto;
    
    background-color: white;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: none;
    
    padding-left: 7.5px;
    padding-right: 7.5px;
    
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    
    position: relative;
    
}

.circulo {
    
    background: url('../img/bg-circulo.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    
    margin: 7.5px auto;
    
    width: 500px;
    height: 500px;
    
    position: relative;
    
}

.circulo .elefante {
    
    position: absolute;
    left: 65px;
    top: 45px;
    max-width: 75%;
    
    z-index: 1;
    
}

.circulo a {
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 500;
    font-size: 50px;
    
    color: white;
    
    position: absolute;
    
    z-index: 2;
    
    transition-duration: 150ms;
       
}

.circulo a:hover {
    
    color: #bd0403;
    text-decoration: none;
    
}

.circulo .a { top: 0%; left: 49%; }
.circulo .b { top: 2%; left: 58%; }
.circulo .ca { top: 5%; left: 66%; }
.circulo .ce { top: 11%; left: 75%; }
.circulo .ch { top: 19%; left: 80%; }
.circulo .d { top: 28%; left: 87%; }
.circulo .e { top: 35%; left: 91%; }
.circulo .f { top: 44%; left: 90%; }
.circulo .ga { top: 53%; left: 85%; }
.circulo .ge { top: 62%; left: 81%; }
.circulo .h { top: 71%; left: 77%; }
.circulo .i { top: 75%; left: 73%; }
.circulo .j { top: 78%; left: 69%; }
.circulo .k { top: 82%; left: 61%; }
.circulo .l { top: 85%; left: 55%; }
.circulo .ll { top: 85%; left: 46%; }
.circulo .m { top: 82%; left: 35%; }
.circulo .n { top: 79%; left: 27%; }
.circulo .ene { top: 74%; left: 20%; }
.circulo .o { top: 67%; left: 16%; }
.circulo .p { top: 58%; left: 12%; }
.circulo .q { top: 49%; left: 8%; }
.circulo .r { top: 41%; left: 6%; }
.circulo .s { top: 33%; left: 6%; }
.circulo .t { top: 26%; left: 9%; }
.circulo .u { top: 18%; left: 12%; }
.circulo .v { top: 12%; left: 17%; }
.circulo .x { top: 7%; left: 24%; }
.circulo .y { top: 2%; left: 32%; }
.circulo .z { top: 1%; left: 40%; }


.box {
    
    display: block;
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 600;
    font-size: 50px;
    
    line-height: 20px;
    
    /* padding: 0 30px; */
    
    padding-top: 40px;
    padding-bottom: 20px;
    
    text-align: center;
    
    width: 100%;
    
    margin: 0 auto;
    
    position: relative;
    
    top: 225px;
    
    transition-duration: 150ms;

    color: red;
    
}

.box-intro {
    
    display: block;
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 600;
    font-size: 40px;
    
    line-height: 1;
    
    /* padding: 0 30px; */
    
    padding-top: 10px;
    padding-bottom: 15px;
    
    text-align: center;
    
    background-color: red;
    
    color: white;
    
    width: 420px;
    
    margin: 0 auto;
    
    position: relative;
    
    top: 315px;
    
    transition-duration: 150ms;
    
}

.box-mira-letra {
    display: block;

    font-family: Escolar, EscolarNegra, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 50px;

    margin: 0 auto;
    line-height: 1;
    
    padding: 0 30px;

    padding-bottom: 20px;
    
    text-align: center;
}

.box-letra {

    display: block;

    line-height: 1;
    
    text-align: center;
    width: 320px;
    
    margin: 0 auto;
    

}
.span-letras {
    font-family: Escolar, Helvetica,sans-serif;
    font-weight: bold;
    font-size: 250px;
    position: relative;
    bottom: 15px;   
}
.span-silabas {
    font-family: Escolar, Helvetica,sans-serif;
    font-weight: bold;
    font-size: 200px;
    position: relative;
    bottom: 15px;   
}
.span-palabras {
    font-family: EscolarNegra, Helvetica,sans-serif;
    font-size: 100px;
    position: relative;
 
}
.texto-rojo {
    color: red;
    font-family: Escolar, Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
}


html body .palabras-item .box {
    
    cursor: pointer;
    position: static;
    
}

a.box:not([href]):not([tabindex]) {
    
    color: white;
    
}

a.box:hover, a.box-intro:hover {
    
    background-color: red;
    text-decoration: none;
    color: white;
    
}


.letra {
    
    position: absolute;
    
    top: 125px;
    left: 300px;
    
}

.carousel-control-prev {
    
    background-color: red;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 75px;
    
}

.carousel-control-next {
    
    background-color: #01b124;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 75px;
}

.sel-act {
    
    margin: 10px auto;
    
}

.transformacion .palabra {
    
    display: block;
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 600;
    font-size: 50px;
    
    line-height: 1;
    
    padding: 0 30px;
    
    padding-top: 5px;
    padding-bottom: 20px;
    
    text-align: center;
    
    background-color: #01b124;
    
    color: white;
    
    width: 320px;
    
    margin: 0 auto;
    
    position: relative;
    
    transition-duration: 150ms;
    
    cursor: pointer;
    
}

.trans-1,
.trans-2,
.trans-3,
.trans-4,
.trans-5 {
    
    position: absolute;
    
    left: 35%;
    
}

.trans-2,
.trans-3,
.trans-4,
.trans-5 {
    
    opacity: 0;
    
}

.nodisplay {
    
    display: none;
    
}

.escuchar-sonido {
    
    margin-top: 15px;
    margin-left: 160px;
    
    padding: 10px;
    border: 0;
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 600;
    font-size: 30px;
    
    color: white;
    
    background-color: #00beff;
    
    cursor: pointer;
    
}

.escuchar-sonido i,
.btn-buscar-palabra,
.btn-buscar-palabra img {
    
    cursor: pointer;
    
}

.pincha,
.letra-canasta {
    
    position: absolute;
    cursor: pointer;
    transition-duration: 150ms;
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 600;
    font-size: 40px;
    
}

.pincha:hover,
.letra-canasta:hover {
    
    color: gray;
    
}

.letra-canasta {
    
    cursor: move;
    
}

.pincha-1 { font-size: 85px; color: red; top: 75%; left: 8%; }
.pincha-2 { font-size: 105px; color: blue; top: 70%; left: 30%;}
.pincha-3 { font-size: 100px; color: red; top: 56%; left: 78%; }
.pincha-4 { font-size: 80px; color: green; top: 21%; left: 73%; }
.pincha-5 { font-size: 85px; color: blue; top: 53%; left: 53%; }
.pincha-6 { font-size: 105px; color: yellow; top: 37%; left: 10%; }
.pincha-7 { font-size: 100px; color: blue; top: 88%; left: 74%; }
.pincha-8 { font-size: 80px; color: green; top: 28%; left: 30%; }
.pincha-9 { font-size: 100px; color: red; top: 74%; left: 53%; }
.pincha-10 { font-size: 100px; color: green; top: 20%; left: 16%; }
.pincha-11 { font-size: 80px; color: yellow; top: 24%; left: 58%; }
.pincha-12 { font-size: 105px; color: red; top: 46%; left: 33%; }
.pincha-13 { font-size: 80px; color: green; top: 47%; left: 64%; }
.pincha-14 { font-size: 80px; color: blue; top: 63%; left: 18%; }

.letra-canasta-1 { font-size: 130px; color: blue; top: -3%; left: 16%; }
.letra-canasta-2 { font-size: 125px; color: blue; top: 70%; left: 30%;}
.letra-canasta-3 { font-size: 120px; color: red; top: 56%; left: 78%; }
.letra-canasta-4 { font-size: 100px; color: red; top: 21%; left: 77%; }
.letra-canasta-5 { font-size: 105px; color: blue; top: 62%; left: 53%; }

.roja {
    color: red; 
}

.canasta {


    transition-duration: 150ms;
    
    border: 3px dashed transparent;
}


.canasta-encestada {
    
    border: 3px solid silver;
    
    background-color: #61bc61;
    
}

.escuchar-canasta {
    
    margin: 0 auto;
    position: absolute;
    
    left: 40%;
    
    padding: 5px;
    border: 0;
    
    font-family: Escolar, 'Dawning of a New Day';
    font-weight: 600;
    font-size: 30px;
    
    color: white;
    
    background-color: #00beff;
    
    cursor: pointer;
    top: 18%;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}
