﻿*, p, h1, h2, h3, h4, h5, h6.a {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url(../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.otf);
}

:root {
    --crema: #ac9478;
    --cremalight: #E7DFD3;
    --bbq: #30271D;
    --salsa: #de4501;
}


.oculto {
    visibility: hidden;
}

.centrado {
    margin: 0 auto;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Montserrat-Light, serif;
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url(../img/fondoResultados.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

    body::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-image: url(../img/logoFca2022Grande.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        max-height: 400px;
        width: 100%;
        height: 100%;
    }


.lista {
    padding-bottom: 10px;
}

.header {
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    background-color: var(--bbq);
    height: 25px;
    padding: 12px;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    justify-content: space-between;
    z-index: 10;
}


    .header p, .header a img, .header a {
        padding: 0;
        margin: 0;
        height: 20px;
    }

.contenedor {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 15px;
    justify-content: space-evenly
}

    .contenedor > p {
        text-align: center;
        color: white;
        font-size: 15px;
    }

.grid-numpad {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.contenedor img {
    height: 250px;
    align-self: center;
}

.contenedor p {
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
}

.contenedor .pin {
    letter-spacing: 10px;
    font-size: 30px;
}


form button, form input[type="button"] {
    height: 60px;
    border-width: 0;
    border-radius: 100px;
    font-size: 25px;
    color: black;
    margin: 5px;
    cursor: pointer;
}

.lista-equipos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.equipo {
    background-color: #c75643;
    border-width: 1px;
    border-color: #f8f7de;
    border-style: solid;
    display: grid;
    grid-template-columns: auto auto 1fr;
    height: 100px;
    align-content: center;
    column-gap: 10px;
    border-radius: 3px;
}

    .equipo h2 {
        margin: 15px;
        margin-left: 25px;
        font-family: Montserrat-Bold, serif;
        color: white;
        font-size: 35px;
    }

.separador {
    width: 2px;
    height: 95%;
    background-color: #f8f7de;
}

.datos-equipo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    gap: 8px;
}

    .datos-equipo p {
        text-align: left;
        color: #fff480;
    }

.equipo-calificado {
    opacity: 0.6;
}

/*.no-scroll {
    overflow: hidden !important;
    height: 100%;
}*/

.ver-detalles {
    margin: 0 auto;
    display: flex;
    gap: 5px;
}

.periodo-evaluacion {
    margin: auto auto 15px auto;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.bold {
    font-family: Montserrat-Bold, serif;
}

.puntuacion {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 5px 0;
}

    .puntuacion h3 {
        font-family: Montserrat-Bold, serif;
        color: white;
    }

.ver-detalles img, .periodo-evaluacion img {
    height: 20px;
}

.calificacion {
    height: 180px;
    width: 180px;
    background-color: #bcb02b;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

    .calificacion h2 {
        font-family: Montserrat-Bold, serif;
        color: white;
        font-size: 40px;
    }

.contenedor > div > h2 {
    font-family: Montserrat-Bold, serif;
    color: white;
    font-size: 40px;
    text-align: center;
}

.contenedor > div > p {
    font-family: Montserrat-Light, serif;
    color: white;
    text-align: center;
}

.hora-inicio h2 {
    font-family: Montserrat-Bold, serif;
    color: #fff480;
    font-size: 30px;
    text-align: center;
    margin: 5px 0;
}

.contenedor a {
    margin: 0 auto;
}

.footer {
    position: fixed;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0 10px 0;
    z-index: 3;
    background-color: #6b191b;
}

    .footer p {
        color: white;
    }

.evaluacion {
    margin: 65px 15px 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    padding: 15px;
    padding-bottom: 130px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid gray;
}

.elemento-evaluacion {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 10px 0;
    margin-top: 10px;
}

.elemento-evaluado {
    grid-column: span 2;
    padding: 10px 0;
    margin-top: 10px;
}

.slider {
    grid-column: span 2;
    background: transparent;
}


input[type="range"], progress {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 3px;
    background: rgba(209, 193, 6, 0.6);
    border-radius: 5px;
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #847a2b;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background .3s ease-in-out;
    }

    input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #847a2b;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background .3s ease-in-out;
    }

    input[type="range"]::-ms-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #847a2b;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background .3s ease-in-out;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        background: #847a2b;
    }

    input[type="range"]::-moz-range-thumb:hover {
        background: #847a2b;
    }

    input[type="range"]::-ms-thumb:hover {
        background: #847a2b;
    }

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

progress::-moz-progress-bar {
    background: #fff480;
    height: 5px;
}

progress::-webkit-progress-value {
    background: #fff480;
    height: 5px;
}

progress {
    color: #fff480;
    height: 5px;
}


.overlay {
    display: none;
    background-color: var(--bbq);
    background-image: url(../img/logoFca2022Grande.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center 20px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}
/*OVERLAY SECTION*/
.no-scroll .overlay section {
    display: flex;
    flex-direction: column;
    height: max-content;
    position: absolute;
    top: 60%;
}


.sticky {
    position: sticky;
    top: 50px;
    margin: 10px;
    z-index: 49;
}

.overlay h2, .overlay p {
    text-align: center;
    color: white;
    width: 80vw;
    margin: 0 10vw
}

.overlay h2 {
    color: #f3e8af;
    font-size: 1.5em;
    margin-bottom: 2em;
}

.overlay p {
    font-weight: 600;
    margin-bottom: 1em;
}

.instalar {
    border: 1px solid black;
    padding: 20px;
    color: black;
    background-color: palegoldenrod;
    font-size: large;
    margin: auto;
    width: 50vw;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.contenedorP .headerr {
    /*background-color: #6b191b;
    color: white;
    font-size: large;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 10px 20px;*/

    box-sizing: border-box;
    background-color: var(--bbq);
    color: white;
    font-size: large;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    height: 50px;
    box-sizing: border-box;
    top: 0px;
    position: fixed;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid var(--crema);
}

    .contenedorP .headerr a {
        margin: 0 20px 0 0px;
        align-self: center;
        text-decoration: none;
        color: white;
        font-size: x-large;
        vertical-align: central;
    }

.fondo {
    margin: auto;
    width: 30%;
    margin-left: 35%;
    margin-top: 5%;
    position: sticky;
    z-index: 1;
}

.contenedorP .menu {
    /*background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    display: none;
    z-index: 52;*/

    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    z-index: 52;
}

    .contenedorP .menu div {
        background-color: white;
        position: absolute;
        top: 0;
        height: 100vh;
        width: 100%;
        max-width: 425px;
        text-transform: uppercase;
        background-image: url(../img/fondoResultados.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 60vh;
        overflow: overlay;
    }

    .contenedorP .menu ul {
        background-image: url(../img/logoFca2022Grande.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 28vh;
        height: calc(100vh - 29vh);
        padding-top: 29vh;
        background-color: var(--bbq);
        border-right: 1px solid var(--crema);
    }

        .contenedorP .menu ul li {
            padding: 20px;
            font-weight: 600;
            background-color: white;
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 1.8em;
            padding-left: 40px;
            background-color: var(--bbq);
            color: white;
            border-top: 1px solid var(--crema);
        }
        
        .contenedorP .menu ul li:last-of-type {
            border-bottom: 1px solid var(--crema);
        }

            .contenedorP .menu ul li:hover {
                background-color: var(--bbq);
                color: white;
                cursor: pointer;
            }

@media (max-width: 640px) {
    /*.contenedorP .menu div {
        width: 60%;
    }*/

    .contenedorP .menu ul {
        background-size: 14vh;
        height: calc(100vh - 15vh);
        padding-top: 15vh;
    }

    main img {
        display: none;
        /*margin: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        max-height: 50vh;
        max-width: 80vw;*/
    }


    .contenedorP .headerr {
        font-size: small;
    }

        .contenedorP .headerr a {
            font-size: x-large;
        }

    .contenedorP .equipos .card-equipo {
        color: white;
        height: 200px;
        width: 100%;
        flex-direction: column;
        overflow: hidden;
        margin: 10px 10px;
        padding: 20px;
        border-radius: 10px;
    }

    .overlay h2, .overlay p {
        font-size: medium;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .contenedorP .equipos .card-equipo {
        color: white;
        height: 40vh;
        flex-direction: column;
        overflow: hidden;
        margin: 10px;
        width: calc(43% - 20px);
        flex-direction: column;
        overflow: hidden;
        padding: 20px;
        border-radius: 10px;
    }
}
/*CSS defs publico.css FCA */
main {
    /*height: 90vh;*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    position: absolute;
    top: 40vh;
    margin: 0 10vw;
    display: none;
    z-index: 51;*/
    /*background-image: url(../img/logoFca2022Grande.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
    overflow-y: scroll;*/
}

    main img {
        /*display: none;
        margin: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        max-height: 50vh;*/
    }

    main .img img {
        display: block;
    }

    main .footerP {
        display: block;
        height: 10vh;
        display: none;
    }

.main {
    /*    background-color: white;
    min-height: 200px;
    border-bottom: 1px solid black;
    padding: 15px 25px 25px 25px;
    margin: 0 5vw;
    display: none;
    line-height: 1.5em;*/
    height: 100vh;
    display: none;
}

    /*.main p, .main ol {
        font-weight: lighter;
        text-align: justify;
        padding: 15px;
    }*/

    .main h1 {
        text-align: center;
        margin: 0;
        padding: 15px;
        padding-top: 25px;
    }

    .main h2 {
        color: #ef4023;
        font-weight: normal;
        text-align: center;
    }

    .main > ul > li {
        margin: 10px 0;
    }

    .main > ul {
        padding: 0;
        margin: 0 15px;
        margin-bottom: 0;
    }

.equipos {
    display: none;
    /* height: 90vh; */
    position: relative;
    top: 50px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #e6e2df;
}

    .equipos ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .equipos h2 {
        margin: 20PX;
    }

    .equipos #equiposs {
        width: 100%;
        margin: auto;
    }

    .equipos .card-equipo {
        background-color: var(--bbq);
        color: white;
        display: flex;
        height: 40vh;
        width: calc(30% - 20px);
        flex-direction: column;
        overflow: hidden;
        padding: 20px;
        border-radius: 10px;
        margin: .5%;
        background-image: url(../img/equipoback.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-color: #de450140;
        background-blend-mode: overlay;
        position: relative;
        display: grid;
        grid-auto-rows: 1fr auto auto;
        align-items: center;
        align-content: center;
    }

.contenedorP .equipos .card-equipo > * {
    z-index: 1;
    margin: auto;
}

.contenedorP .equipos .card-equipo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 1;
}

.equipos .card-equipo label {
    font-size: larger;
    text-align: center;
    font-weight: 900;
    font-family: 'Courier New';
    text-transform: uppercase;
    font-size: 1.8rem;
}

.equipos .card-equipo img {
    margin: 10px 0;
    border-radius: 8px;
    height: 70%;
    background-color: white;
}

.equipos .card-equipo div {
    align-self: center;
    height: 15%;
    display: flex;
    align-items: center;
}

    .equipos .card-equipo div input[type="submit"] {
        background-color: var(--salsa);
        border: none;
        padding: 7px 15px;
        margin: 0 5px;
        color: white;
        border-radius: 5px;
        font-weight: 600;
    }

@keyframes marquesina {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-100%);
    }
}

.equipos .patrocinadores {
    position: sticky;
    top: 0;
    background: white;
    /*height: 60px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-bottom: 10px solid var(--salsa);
    border-top: 2px solid var(--crema);
    z-index: 5;
}

    .equipos .patrocinadores ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        transform: translate(0);
        animation: marquesina 120s linear infinite alternate;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {
        transform: translateX(-85%);
        -webkit-transform: translateX(-85%);
    }
}

.equipos .patrocinadores ul li {
    height: 80px;
    align-self: center;
}

/*    .equipos .patrocinadores ul li .img {
        height: 80%;
    }

        .equipos .patrocinadores ul li .img img {
            height: 80%;
        }*/

.sponsorsm {
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*overflow: hidden;*/
}

.patrocinadores ul .img {
    height: 80px;
}

.sponsorsm .img img {
    box-sizing: border-box;
    position: static;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: 0;
    padding: 10px;
    height: 80px;
    max-width: none !important;
    width: auto;
}

.portada {
    visibility: collapse;
    height: 0px;
}

.footerP {
    visibility: collapse;
    height: 0px;
}

.mninfo {
    position: relative;
    top: 50px;
    /*background: black;*/
    padding: 380px 0 100px 0;
}

.infocnt {
    min-height: 400px;
    height: 100%;
    background: var(--cremalight);
    /* background-image: url(../img/paperoverlay.png);
    background-blend-mode: overlay;
    background-size: 60px; */
    position: relative;
    z-index: 2;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.05rem;
    text-align: justify;
    padding: 50px 0;
    /* mask-image: url(../img/mask.png), 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 14px, rgba(255, 255, 255, 1) 14px, rgba(255, 255, 255, 1) calc(100% - 14px), rgba(0, 0, 0, 0) calc(100% - 14px)); */
    -webkit-mask-box-image: url(../img/papermask.png) 40 fill / 20px / 1px round;
    mask-border: url(../img/papermask.png) 40 fill / 20px / 1px round;
}

    .infocnt .centrado {
        width: 100%;
        max-width: 80%;
        min-width: 260px;
        margin: auto;
        height: max-content;
    }

    .infocnt blockquote {
        margin: 20px;
    }

    .infocnt h3 {
        text-align: center;
        font-weight: bolder;
        font-size: 1.5rem;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .infocnt strong {
        color: var(--salsa);
    }

    .infocnt table {
        width: 100%;
    }

    .infocnt table,
    .infocnt th,
    .infocnt td {
        background-color: #ffffff80;
        border: 1px solid var(--bbq);
    }

    .infocnt th,
    .infocnt td {
        padding: 6px;
    }

        .infocnt th:first-of-type {
            min-width: 96px;
        }

    .infocnt ul {
        text-decoration: dotted;
        list-style: disc;
    }

        .infocnt ul li {
            margin-bottom: 5px;
        }

.imginfo {
    height: 460px;
    width: 100%;
    top: 0;
    position: absolute;
    object-fit: cover;
    object-position: top center;
}

.infobottom {
    height: 160px;
    top: auto;
    bottom: 0;
    object-position: bottom center;
}

.mninfo img {
    display: block;
}

.sponsors {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    align-items: center;
    background: white;
    list-style: none !important;
}

    .sponsors img {
        height: 100px;
        max-width: 200px;
        object-fit: contain;
        aspect-ratio: 3 / 1;
        padding: 10px;
    }

.texto-seccion h2 {
    text-align: center;
    padding: 0;
    font-family: 'Courier New', sans-serif;
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    color: var(--bbq);
}

.infocnt .centrado hr {
    border: 2px solid var(--salsa) !important;
    margin-top: 20px;
    margin-bottom: 40px;
}

.allround-tabla.col-xs-12 {
    overflow: overlay;
}

@media only screen and (max-width: 768px) {
    .mninfo {
        padding: 200px 0 60px 0;
    }

    .infocnt {
        font-size: 1rem;
        line-height: 2;
    }

        .infocnt h3 {
            font-size: 1.5rem;
        }

    .imginfo {
        height: 240px;
    }

    .sponsors img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 426px) {
    .mninfo {
        padding: 200px 0 60px 0;
    }

    .infocnt h3 {
        font-size: 1.2rem;
    }

    .sponsors img {
        height: 200px;
        max-width: 260px;
    }
}
