﻿@import url('https://fonts.googleapis.com/css?family=Exo+2|Fira+Sans+Extra+Condensed|Oswald');
body {
    background-image: url('textura.png');
    background-size: 20%;
    margin: 0;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.cartel {
    text-align: center;
    margin: auto;
}

.container {
    width: 65%;
    margin: 25px auto;
    text-align: center;
}
.fukinGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 433px);
    grid-auto-rows: 80px;
    grid-gap: 10px;
}
.login {
	display: block;
	width: 40%;
	margin: auto;
	text-align: left;
}

h1 {
    font-size: 45px;
    color: #696887;
    margin: auto;
    display:block;
    text-align: center;
}

label {
    color: rgb(170, 168, 204);
    font-size: 14px;
    font-weight: 500;
    padding-left: 7px;

}
input, textarea {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 35px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    background: none;
    border:unset;
    color: whitesmoke;
    overflow:hidden; 
    resize:none;
    padding-left: 10px;
}
textarea {
    font-size: 28px;
}

box {
    /*width: 100%;*/
    /*height: 65px;*/
    background-color: rgb(56, 46, 74);
    /*opacity: 0.8;*/
    display: block;
    padding: 5px 0;
    /* margin: 5px auto; */
    border-radius: 4px;
}

.media {
    width: 100%;
    /* height: 60px;
    display: inline-grid; */

    /* margin-right: 4px; */
}
.xl { width: 80%; }
.big { width: 876px; }
.media input { font-size: 35px; }
.mail input { font-size: 18px; }

.text {
    font-size: 19px; /* input o textarea */
}
.big .text {
    font-size: 30px;
}

.boton {
    width: 30%;
    background-color: #696887;
    display: block;
    padding: 5px 10px;
    margin: 30px auto;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.boton h1 {
	color: white;
}
.boton input { text-align: center; cursor: pointer; }
    .boton:hover {
        background-color: rgb(56, 46, 74); 
    }

.programa, .preregistro, .acceso {
    text-align: center;
    color:rgb(56, 46, 74);
    background-color: rgba(56, 46, 74,0.05);
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
}
a {
    color:rgb(56, 46, 74);
    line-height: 20px;
}
.nolink{
    text-decoration: none;
}

.c1 { background-color: rgb(35, 31, 70); }
.c2 { background-color: #696887; }
.c3 { background-color: rgb(212, 212, 212); }
.c4 { background-color: rgb(58, 55, 60); }
.c5 { background-color: rgb(35, 31, 70); }
.c6 { background-color: rgb(65, 59, 73); }
.c7 { background-color: rgb(56, 46, 74); }
.c8 { background-color: rgb(77, 66, 114); }
.c9 { background-color: rgb(122, 121, 142); }
.c10 { background-color: rgb(170, 168, 204); }
.c11 { background-color: rgb(212, 211, 226); }
.c12 { background-color: rgba(31, 30, 32, 0.8); }


@media only screen and (max-width: 1000px) {
    .container {
        width: 95%;
    }
    .media {
        width: 95vw;
    }
    .cartel img {
        width: calc(100vw - 1px * 0.6) !important;
    }
    .fukinGrid {
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, 370px);
        grid-auto-rows: 80px;
        grid-gap: 10px;
    }
    
}