﻿body {
    font-family: 'Quantico', sans-serif;
}

@media (min-width: 550px) {
    .responsiveGrande {
        display: block;
    }
    .responsivePequeno {
        display: none;
    }
}
@media (max-width: 549px) {
    .responsiveGrande {
        display: none;
    }
    .responsivePequeno {
        display: block;
    }
    .cardsListPeq {
       
    }
    .loadingPeq {
        margin: auto;
        position: relative;
    }
    .cargarPeq {
        margin-left: calc((100% - 225px)*0.5)!important;
    }
}

.redondoSubir {
    width: 90%;
    border: 1px solid #DDDDDD;
    padding: 16px;
    padding-bottom: 4px;
    border-radius: 10px;
    background-color: #FAFAFA;
    margin: auto;
}

.cursorPointer {
    cursor: pointer;
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.menuContent {
    margin: 100px auto;
    width: 270px;
}

.main-menu .sidebar-navigation {
    border-radius: 10px;
    display: inline-block;
    height: 550px;
    width: 250px;
    background-color: #111111;
}
    .main-menu .sidebar-navigation li:hover {
        color: #98D7EC;
    }
/* card records styles*/
.cardsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cardRecord {
    width: 300px;
    box-shadow: 0px 0px 10px midnightblue;
    margin-bottom: 33px;
    margin-right: 25px;
    margin-left: 25px;
    border-radius: 7px;
}
.cardTitle {
    display: flex;
}
.titleCardName {
    padding: 5px;
    text-align: center;
    max-height: 52px;
    width: 100%;
    color: darkorange;
    overflow: hidden;
    font-size: 17px;
    font-weight: 700;
}
.upvotesCard {
    font-weight: bold;
    margin-left: 14px;
    float: left;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 3px;
}
.upvotesCard i {
    cursor: pointer;
}
.consolaRight {
    margin-right: 14px;
    float: right;
    font-size: 12px;
    margin-top: 2px;
    color: palevioletred;
}
.recordEnTarjeta {
    margin-top: 5px;
    margin-left: 11px;
    border: solid 2px #111111;
    border-radius: 10px;
    width: 280px;
    height: 180px;
    object-fit: cover;
}
.cardDescription {
    text-align: center;
    padding: 5px;
    padding-right: 9px;
    height: 48px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    margin-top: 5px;
}
.cursPointer {
    cursor: pointer;
}
.cardTags {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 5px;
    justify-content: space-around;
    margin-bottom: 5px;
}
    .cardTags span {
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
        font-size: 12px;
        color: #444444;
        background-color: lavender;
    }
/*end card records styles*/

.radioBtn {
    width: 100%;
    margin-left: 15px;
    text-align: left;
}
.formularioReportar label {
    font-weight: normal !important;
    margin-left: 5px;
    display: inline;
}

.sidebar-navigation ul {
    color: #fd6a02;
}

    .sidebar-navigation ul li {
        cursor: pointer;
        min-height: 60px;
        display: flex;
        align-content: center;
    }

        .sidebar-navigation ul li div {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .sidebar-navigation ul li i {
            display: block;
            font-size: 24px;
            margin-left: 15px;
        }

    .sidebar-navigation .active i,
    .sidebar-navigation .active div {
        color: #98D7EC;
    }
    .sidebar-navigation .list-menu {
        padding: 0;
    }

    .list-menu {
        margin-top: 5px;
        overflow: hidden;
    }
    
    .list-menu i {
        width: 18%;
    }

        .list-menu span {
            width: 82%;
        }
.small-caps {
    font-variant: small-caps;
}
.ntcnames .namentc {
    width: 500px;
    margin-right: 80px;
    font-size: 40px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
    font-variant: small-caps;
}
.buttonGamesByFarLink {
    text-align: center;
}
.selectPGenerico {
    font-size: 18px;
    width: 90% !important;
    font-variant: small-caps;
}
.buttonP {
    background-color: #111111;
    border: none;
    padding: 5px;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    border-radius: 20px;
    width: 200px;
    text-align: center;
    color: #fd6a02;
    font-variant: small-caps;
}
    .buttonP:hover {
        text-decoration: none;
        color: #98d7ec;
        background-color: #444444;
    }
    .buttonP >i {
        margin-left: 10px;
    }
    .buttonPGrande {
        width: 235px!important;
    }
.activeTabRecords {
    text-decoration: none;
    color: #98d7ec;
    background-color: #111111;
}
.tabsRecords {
    flex-wrap: wrap;
}
.tabsFiltrarRecords {
    margin-top: 5px;
    margin-bottom: 5px;
}
.botonAddRecord {
    color: yellowgreen!important;
}
.round-header {
    border: solid 4px #111111;
    border-radius: 30px;
}
.textAreaForm {
    resize: none;
    width: 80%;
    height: 130px;
}

#votosNumero {
    margin-right: 3px;
}

.top {
    top: 0px;
    left: -5px;
}


.bottom {
    bottom: 0px;
    left: -5px;
}

body.modal-open {
    overflow: hidden;
}

.novedades {
    display: flex;
    margin-top: 24px;
    margin-left: 25px;
    margin-right: 25px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 12px;
    padding-bottom: 12px;
    /*border-radius: 5px;*/
}

    .novedades .tituloNovedad {
        font-weight: 700;
        min-width: 120px;
    }

    .novedades .textoNovedad {
        font-weight: normal;
        margin-left: 16px;
    }

    .novedades .naranja {
        color: #fd6a02;
    }

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.marginTop {
    margin-top: 25px;
}
.marginTopMinimo {
    margin-top: 15px;
}
.marginLeft {
    margin-left: 25px;
}
.gamesbyfarTitle {
    width: 100%;
}
.genericMainContent {
    max-width: 1440px;
    margin: auto;
}
.npvacTitle {
    display: flex;
    margin-top: 20px;
}
.videoNpvac {
    margin-left: 20px;
    width: 45%;
}
.videoRecordYTB {
    margin: auto;
    width: 63%;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 35.6%;
    position: relative;
    margin-top: 10px;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.textoSecciones {
    text-align: center;
    padding: 15px;
}

.redondeado {
    border: 1px solid #FD6A02;
    border-radius: 20px;
    background-color: azure;
    margin: 15px 25px;
    padding: 15px;
}

.noRecords {
    border: 1px solid #FD6A02;
    border-radius: 20px;
    background-color: azure;
    margin-right: 25px;
    padding: 15px;
    min-height: 200px;
    font-size: 20px;
    text-align: center;
    margin-top: -20px;
}

.textCenter {
    text-align: center;
}
.selectSubir {
    width: 80%;
    font-size: 14px;
    font-variant: small-caps;
}
.titleRecord {
    color: mediumblue;
    font-size: 20px;
}
.subCategoriaRecord {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: flex;
}
.votos {
    font-weight: bold;
    font-size: 17px;
    width: 50%;
    text-align: center!important;
}
.votos i{
    cursor: pointer;
}
.votosGrande {
    font-size: 15px;
    width: 50%;
    text-align: center !important;
}
.miniAnotation {
    font-size: 10px;
    font-style: italic;
    margin-left: 5px;
}
.style2 {
    font-weight: bold!important;
    font-size: 17px!important;
}
.style22 {
    font-size: 15px!important;
    font-weight: normal!important;
}
.imgRecordSecc {
    border: solid 2px #111111;
    border-radius: 10px;
}
.seccEnlaces {
    margin-top: 10px;
    text-align: center;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 10px!important;
}
.reportRecord {
    font-size: 17px;
    width: 33px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    margin-right: 3px;
}
    .reportRecord a,
    .reportRecord i {
        color: white;
    }
    .reportIzq {
        width:20%;
    }
.reportDcha {
    width: 80%;
    display: flex;
    margin-left: 25px;
}
.descriptRecr {
    width: 100%;
    padding: 15px;
    max-width: 600px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}
.descriptRecr i {
    font-size: 25px!important;
    color: #717070;
    margin-left: 5px;
    margin-right: 5px;
}
.reportIc {
    background-color: red;
}
.fabIc {
    background-color: #3b5998;
}
.twitIc {
    background-color: #55acee;
}
.wkIc {
    background-color: #45668e;
}
.tgramIc {
    background-color: #08c;
}
.wasIc {
    background-color: #25d366;
}
.compIc {
    background-color: #22489b;
}
.cardTagsRS {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: space-around;
    margin: auto;
}

    .cardTagsRS span {
        border: solid 1px #111111;
        border-radius: 5px;
        padding-left: 3px;
        padding-right: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
        font-size: 14px;
    }
/*end animation borders menu*/

.cabecera {
    width: 100%;
    background-color: #333333;
}

.cabecera .imgCabecera {
    height: 30px;
    margin-top: 10px;
    margin-left: 5px;
}
.cabeceraPanel {
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
    height: 50px;
}
.masSecciones {
    max-width: 1440px;
    margin: auto;
    text-align: center;
    overflow-x: hidden;
}
.nombreSeccion {
    color:blue;
    font-weight: bold;
    margin-right: 7px;
}
.cabeceraIzq {
    display: flex;
}
.buttonSeccion {
    border: 2px solid blue;
    padding: 3px;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    width: 140px;
    text-align: center;
    color: #333333;
    font-variant: small-caps;
}
.buttonSeccion:hover {
    text-decoration: none;
    color: orange;
}
.buttonFraseAleatoria {
    margin-top: 8px;
    margin-right: 5px;
}

.buttonFraseAleatoria i {
    position: relative;
    top: 1px;
}

/* The Modal (background) */
.modalFAR {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalFAR-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 7px solid #FF9933;
    border-radius: 10px;
    width: 95%;
    max-width: 500px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    text-align: center;    
}
.modalFAR-contentGrande {
    margin: 5% auto!important;
}
    .modalFAR-content h1 {
        margin-bottom: 20px;
    }

/* The Close Button */
.closeFAR {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -28px;
    right: -15px;
}

    .closeFAR:hover,
    .closeFAR:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    /* Spinner */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #777777;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #777777 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}