@import url(//db.onlinewebfonts.com/c/7a6f2630cebd5e0ea712848621f9502e?family=SF+Pro+Display);

* {
    font-family: "SF Pro Display";
    src: url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.eot");
    src:
        url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.eot?#iefix") format("embedded-opentype"),
        url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.woff2") format("woff2"),
        url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.woff") format("woff"),
        url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.ttf") format("truetype"),
        url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.svg#SF Pro Display") format("svg");
}

body {
    background: linear-gradient(white 20%, #009c3b);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* image-rendering: auto; */
}

.logo {
    display: flex;
    top: -11px;
    width: 100%;
    justify-content: center;
}

.logo img {
    position: fixed;
    top: 10px;
    width: 341px;
    z-index: -1;
}

.logo_opa {
    display: flex;
    top: -11px;
    width: 100%;
    justify-content: center;
    opacity: 10%;

}

.logo_opa img {
    position: fixed;
    top: 10px;
    width: 341px;
    z-index: -1;
}



footer {
    /** position: fixed; */
    margin: 2px;
    display: flex;
    top: 221px;
    /* left: 5%; */
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.juego-respondsable {}

#multimedia {
    display: none;
}

.contenido_ruleta {
    position: fixed;
    top: 68px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 70%;
}

.marco_ruleta {
    display: flex;
    top: 63px;
    left: 0%;
    z-index: 10;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.aguja {
    position: relative;
    left: 194px;
    top: -49px;
    width: 53px;
    transform: rotate(270deg);
    z-index: 11;
}

.contador {
    position: relative;
    font-size: 27px;
    z-index: 12;
    top: 136px;
    left: 92px;
    background: #069e40;
    border: 2px solid #ed471e;
    color: white;
    border-radius: 10px;
    font-family: "SF Pro Display";
}

.ruleta {
    position: fixed;
    width: 87%;
    top: 75px;
    /* left: 13%; */
    z-index: 10;
}

.roulette {
    position: absolute;
    width: 375px;
    left: 26px;
    top: -18px;
    z-index: 10;
}

.animal {
    position: absolute;
    width: 286px;
    left: 70px;
    top: 57px;
    z-index: 15;
}


.resultado {
    width: 200px;
}

.horario {
    color: #ed2a2e;
}

.fecha-marco {
    color: #ffffff;
    left: 0px;
    top: 260px;
    font-size: 2rem;
    background-color: #c1704a;
    text-align: center;
    border-radius: 0.8rem;
    border: 1px solid gold;
    width: 45%;
    height: 52px;
    margin: 2rem auto 0 auto;
}


.fecha-texto {}

.fecha-fecha {
    position: relative;
}

.zebra {
    position: relative;
    width: 120px;
    left: 59%;
    top: 3px;
    z-index: 10;
}

#multimedia {
    display: none;
}

.sorteos {
    position: relative;
}

.card-desk {
    /* position: relative; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin-right: -7.5px;
    margin-left: -7.5px; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.card {
    position: relative;
    width: 16rem;
    z-index: 2;
    height: 169px;
}

.card-title {
    position: relative;
    left: 69px;
    bottom: 22px;
    font-size: 14px;
}

.card-img-top {
    position: absolute;
    top: 98px;
    width: 150px;
    z-index: 5;
}

.animal-numero {
    /* top: -57px;
    left: 179px;
    position: relative;
    font-size: 1.4rem;
    background-color: red;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0.4rem;
    text-shadow: 2px 1px 0 black; */
}

.animal-nombre {
    /* margin-top: -83px;
    z-index: 10;
    left: 29%;
    font-size: 18px;
    color: white;
    text-shadow: 2px 1px 0 black;
    position: relative;
    top: 100px;
    width: 81px;
    text-align: center; */
}

.animal-animal {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 220px;
    z-index: 7;
}

.animal-fondo {
    width: 145px;
    position: absolute;
    top: 12%;
    left: 18%;
    z-index: 5;
}

.hora-sorteo {
    /* position: absolute;
    width: 105px;
    top: 26px;
    left: 30px;
    z-index: 10;
    font-size: 18px;
    color: white;
    text-shadow: 2px 1px 0 black; */
}

.contr .btn-float .btn {
    text-decoration: none;
    font-size: 2rem;
    position: absolute;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: #009c3b;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    right: -299px;
    bottom: 39px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    z-index: 99;
    border: 3px solid #d53d41;

}

.fab,
.far {
    font-weight: 400;
    color: white;

}

.fa-twitter:before {
    content: "\f099";
    color: #1d9bf0;
    font-size: 1.5rem;
}

#aparecer {
    width: 525px;
    margin-bottom: -7px;
    position: absolute;
    margin-left: -249px;
    display: none;
    margin-top: -22px;
}

.edad {
    position: relative;
    font-size: 18px;
    right: 103%;
}

.juegor {
    position: relative;
    left: 2%;
}

.mostrar {
    display: flex;
}

.footer p {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.container .btn-float .btn {
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #18a54e;
    border: 2px solid red;
    padding: 7px 12px;
    border-radius: 20px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 35px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

input {
    background-color: #18a54e;
    border: 1px solid black;
    color: #ffff;
    bottom: 22px;
    border-radius: 0.4rem;
    position: relative;
    top: -4px;
}

.container .btn-float .btn:hover {
    color: #FFEB3B;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-7px);
}


.horario {
    color: #ed2a2e;
}

header {
    width: 100%;
    position: scroll;
    top: 0;
    left: 0;
    background: rgb(5, 5, 5);
}

/*HEADER SUPERIOR*/

.header__superior {
    max-width: 1562px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px;

}

/*BARRA MENU*/

.container__menu {
    position: absolute;
    width: 90%;
    height: 40px;
    background-color: #009c3c00;
    padding: 0px 20px;
    border-top: 1px solid #ffdd0000;
}

.menu {
    max-width: 1300px;
    height: 100%;
    z-index: 10;
}


nav {
    height: 100%;
    opacity: 1;
}


nav>ul {
    height: 100%;
    width: 57px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: -110px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans 3', sans-serif;
    text-decoration: none;

}

nav ul li {
    height: 100%;
    list-style: none;
    position: relative;
}


nav>ul>li:first-child>a {
    background-image: url(https://www.mrwve.com/img/hamburguesa.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 40px 20px 22px;
    height: 4px;
    width: 4px;
    border-radius: 0.4rem;
    background-attachment: fixed;

}


nav>ul>li:first-child:hover>a {
    background-image: url(https://www.mrwve.com/img/hamburguesa.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

}


nav>ul>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 14px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 300ms ease;

}


nav>ul>li>a:hover {
    transform: scale(1.1);
 
   

}

#selected {
    transform: scale(1.1);
    
}


/*SUBMENU*/
nav ul li ul {
    width: 200px;
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0);
    position: absolute;
    top: 90px;
    left: -5px;
    padding: 14px 0px;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: all 300ms ease;
    border-radius: 0.4rem;

}


nav ul li:hover ul {
    visibility: visible;
    top: 60px;

}

.footerrd {
    margin-top: 2350px;
}

nav ul li ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(0, 0, 0);
    position: absolute;
    top: -12px;
    left: 20px;
}


nav ul li ul li a {
    display: block;
    color: #0099E9;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
}


nav ul li ul li a:hover {
    background: #c70000;
    color: #fff;
    transform: scale(1.1);
    padding-left: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);

}



.navbar {
    box-shadow: 2px 2px 5px rgb(246, 246, 246);
    opacity: 0.9;
}


.navbar-brand {
    background-color: #ffffff00;
}

.navbar .nav-item .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgb(0, 0, 0);
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.form-control,
.btn {
    border-radius: 20px;
}

.mostrar {
    display: flex;
}

.contr .btn-float .btn {
    text-decoration: none;
    font-size: 2rem;
    position: absolute;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: #009c3b;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    right: -299px;
    bottom: 39px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    z-index: 99;
    border: 3px solid #d53d41;

}


.fab,
.far {
    font-weight: 400;
    color: white;

}

.fa-twitter:before {
    content: "\f099";
    color: #1d9bf0;
    font-size: 1.5rem;
}



@media (max-width:777px) {

    .roulette {
        left: -15px;
        top: -18px;
        width: 336px;
    }

    .aguja {
        position: relative;
        left: 127px;
        top: -49px;
        width: 53px;
        transform: rotate(270deg);
        z-index: 11;
    }

    .animal {
        position: absolute;
        width: 286px;
        left: -5px;
        top: 57px;
        z-index: 15;
    }

    .fecha-marco {
        width: 80%;
    }

    .fecha-texto {

        font-size: 18px;
    }

    .fecha-fecha {
        position: relative;
        font-size: 13px;
        width: 104px;
    }

    .zebra {
        position: relative;
        width: 79px;
        left: 40%;
        top: -6px;
        z-index: 10;
    }

    .ruleta {
        /* position: fixed; */
        width: 87%;
        /* top: 99px; */
        /* left: 7%; */
        z-index: 10;
    }

    .card-desk {
        /* position: relative; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        /* margin-right: -7.5px;
        margin-left: 90.5px; */
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .contador {
        position: relative;
        font-size: 27px;
        z-index: 12;
        top: 120px;
        left: 32px;
        background: #069e40;
        border: 2px solid #ed471e;
        color: white;
        border-radius: 10px;
        font-family: "SF Pro Display";
    }

}

.container .btn-float .btn {
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #18a54e;
    border: 2px solid red;
    padding: 7px 12px;
    border-radius: 20px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 35px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

input {
    background-color: #18a54e;
    border: 1px solid black;
    color: #ffff;
    bottom: 22px;
    border-radius: 0.4rem;
    position: relative;
    top: -4px;
}

.container .btn-float .btn:hover {
    color: #FFEB3B;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-7px);
}

.app-animal-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}