﻿/*Autor: Andres Gallegos Luque*/

html {
    width: 100%;
    height: 100%;
}

body {
    background: url(../Img/FONDO.png) center fixed;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

table {
    margin: auto;
    margin-top: 70%;
}

tbody {
    text-align: center;
}

.fila-1 {
    width: 100%;
    padding-bottom: 5%;
}


.fila-5-1 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-weight: 900;
    font-family: sans-serif;
}

.fila-5-2 {
    width: 30%;
}

.fila-5-3 {
    width: 44%;
}

.fila-6 {
    width: 39%;
    border-radius: 18px;
    font-size: 27px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #0080EE !important;
    min-width: 70%;
}

.fila-7 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7%;
    color: white;
    font-weight: bold;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
    letter-spacing: 1px;
    font-family: sans-serif;
}

.fila-5 {
    display: flex;
    justify-content: center;
    padding-bottom: 7%;
    margin-bottom: 2%;
}




@media (min-width: 1024px) {

    html {
        width: 100%;
        height: 100%;
    }

    body {
        background: url(../Img/FONDO.png) center fixed;
        background-size: cover;
        align-items: center;
        justify-content: center;
    }

    table {
        margin: auto;
        margin-top: 13%;
    }

    tbody {
        text-align: center;
    }

    .fila-1 {
        width: 60%;
        padding-bottom: 3%;
    }




    .fila-4 {
        color: white;
        font-size: 27px;
        padding-bottom: 1%;
    }

    .fila-6 {
        width: 39%;
        border-radius: 18px;
        font-size: 30px;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: #0080EE !important;
        min-width: 0%;
    }

    .fila-7 {
        font-size: 2.6rem;
        margin-top: 0;
        margin-bottom: 5%;
        padding-bottom: 1%;
        color: white;
        font-weight: bold;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        letter-spacing: 2px;
        font-family: sans-serif;
    }

    .fila-5-1 {
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 0;
        color: white;
        font-weight: 900;
        font-family: sans-serif;
    }

    .fila-5-2 {
        width: 25%;
    }

    .fila-5-3 {
        width: 39%;
    }

    .fila-5 {
        display: flex;
        justify-content: center;
        padding-bottom: 1%;
        margin-bottom: 5%;
    }
}
