/* ==================== */
/* POLO LIMÓN - ESTILOS */
/* ==================== */



/* ======= */
/* FUENTES */
/* ======= */

@font-face {
    font-family: 'Sue Ellen Francisco';
    src: url(../fonts/SueEllenFrancisco.ttf);
}



/* ========= */
/* GENERALES */
/* ========= */

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #231f20;
}

.contenido {
    position: absolute;
    width: 900px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -450px;
    /* background-color: rgba(0,0,0,.4); */
}



/* ========= */
/* RECUADROS */
/* ========= */

.recuadro-back {
    position: absolute;
    top: 60px;
    left: 310px;
    width: 280px;
    height: 280px;
    background: rgba(0,0,0,.6);
}

.recuadro {
    position: absolute;
    top: 75px;
    left: 325px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,1);
    background-image: url(../../imagenes/bckgrnd/index2.png);
    background-position: center;
    -webkit-box-shadow: inset 4px -4px 5px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 4px -4px 5px 0px rgba(0,0,0,0.8);
    box-shadow: inset 4px -4px 5px 0px rgba(0,0,0,0.8);
    /* animación */
    animation: recuadro 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    -webkit-animation: recuadro 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes recuadro {
    0%      {width: 10px; left: 455px;}
    50%     {width: 10px; left: 455px;}
    100%    {width: 250px; left: 325px;}
}

@keyframes recuadro {
    0%      {width: 10px; left: 455px;}
    50%     {width: 10px; left: 455px;}
    100%    {width: 250px; left: 325px;}
}

.recuadro:before,
.recuadro:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 60px;
}

.recuadro:before {
    bottom: 45px;
    left: -25px;
    background: url(../../imagenes/bckgrnd/hand-right.png);
    background-size: contain;
}

.recuadro:after {
    bottom: 20px;
    right: -30px;
    background: url(../../imagenes/bckgrnd/hand-left.png);
    background-size: contain;
}



/* ====== */
/* VIÑETA */
/* ====== */

.vineta {
    position: absolute;
    top: 50px;
    right: -50px;
    width: 100px;
    height: 75px;
    background-image: url(../../imagenes/mensajes/hola.png);
    z-index: 2;
}



/* ======= */
/* BOTONES */
/* ======= */

.opciones {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 380px;
    height: 20px;
    margin-left: 260px;
    /* background: rgba(255,255,255,.2); */
}

a {
    position: absolute;
    width: 85px;
    height: 50px;
    bottom: 0;
    border-radius: 50px;
    transition: all .25s ease;
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 1.7em;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0 30px;
    border-radius: 100px;
    border: 5px solid white;
    background: rgba(0,0,0,1);
    transition: all .25s ease;
    -webkit-box-shadow: -5px 5px 2px -3px rgba(0,0,0,1);
    -moz-box-shadow: -5px 5px 2px -3px rgba(0,0,0,1);
    box-shadow: -5px 5px 2px -3px rgba(0,0,0,1);
}

a:first-child {left: 0;}
a:last-child {right: 0;}

a:hover {
    background: rgba(255,255,255,.9);
    color: black;
}

a:active {
    -webkit-box-shadow: inset -5px 5px 2px -3px rgba(0,0,0,1);
    -moz-box-shadow: inset -5px 5px 2px -3px rgba(0,0,0,1);
    box-shadow: inset -5px 5px 2px -3px rgba(0,0,0,1);
}

a:first-child:before {
    content: "";
    position: absolute;
    top: -25px;
    right: -25px;
    width: 100px;
    height: 100px;
    background-image: url(../../imagenes/bckgrnd/gear.png);
    background-size: cover;
    z-index: -1;
    /* animación */
    animation: gear1 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation: gear1 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes gear1 {
    from    {-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
    to      {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes gear1 {
    from    {-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
    to      {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

a:last-child:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100px;
    height: 100px;
    background-image: url(../../imagenes/bckgrnd/gear.png);
    background-size: cover;
    z-index: -1;
    /* animación */
    animation: gear2 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation: gear2 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes gear2 {
    from    {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
    to      {-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
}

@keyframes gear2 {
    from    {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
    to      {-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
}

a:hover:first-child:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 75px;
    top: -285px;
    right: -230px;
    background-image: url(../../imagenes/mensajes/bienvenido.png);
    z-index: 3;
}

a:hover:last-child:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 75px;
    top: -285px;
    right: -5px;
    background-image: url(../../imagenes/mensajes/welcome.png);
    z-index: 3;
}