@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,600&display=swap');

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; margin: 0;
}
html, body {
    width: 100%; 
    font-size: 13px; line-height: 1.8; 
    color: #666; font-family: 'Open Sans', sans-serif;
}

.contenido {
    background: #fff; position: relative;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
            box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
.TopHeader {
    background-color: #10175C; padding: .6em 1.2em;
    position: relative; 
}
.TopHeader h6 {
    color: #fff; margin-bottom: 0;
}
.Logos {
    padding: 2em 0;
}
a {
    color: #75b1f1;
}
nav {
    background-color: #9d041a;
}
nav ul {
    list-style: none; margin-bottom: 0;
    padding: 0 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
nav ul li {
    height: 35px; position: relative; 
    margin: 0 .5em;
}
nav ul li a {
    padding: 0 1em; font-weight: 400;
    color: #fff;  line-height: 35px;
    text-transform: uppercase; font-size: 14px;
}
nav ul li.active {
    background-color: #0A3E90;
    height: 100%; display: block; 
}
nav ul li:hover {
    background-color: #fff;
}
nav ul li:hover a {
    color: #9d041a; text-decoration: none;
}


section.section-home .form {
    padding: 2em 1em; position: relative;
}
section.section-home .form h2 {
    color: #ff1400; font-weight: 400; font-size: 23px;
}
section.section-home .form3 p {
    font-size: 16px; font-weight: 400; color: #000;
    line-height: 22px;
}
section.section-home h4 {
    text-align: center; margin-top: 2.5em; margin-bottom: 2em;
}
.form-item {
    display: inline-block;
}
section.section-home label {
    display: inline-block; max-width: 100%; 
    color: #333; font-weight: 700; text-align: right;
    padding-right: 1.5em; margin-right: .5em;
    font-size: 14px; min-width: 180px; width: auto !important;
    float: left; line-height: 30px;
}
section.section-home .form2 label {
    text-align: right;
}
section.section-home .form2 label.left {
    text-align: left;
}
section.section-home input[type="text"], section.section-home input[type="password"], section.section-home input[type="number"]{
    width: 200px; margin-bottom: 15px; padding: 3px 8px;
    background: #fff; border-radius: 3px; line-height: 22px;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    border: 1px solid #c9c9c9; margin-left: 0 !important;
}
section.section-home .form1 label, section.section-home .form1 input[type="text"], section.section-home .form1 input[type="password"], section.section-home .form1 input[type="number"]{
    width: 100%;
    margin-left: auto; margin-right: auto;
    display: block;
}
section.section-home .form2 input[type="text"], section.section-home .form2 input[type="password"], section.section-home .form2 input[type="number"] {
    height: auto; padding: 1px; 
}
section.section-home input[type="checkbox"] {
    width: 15px; height: 15px; margin-top: .3em;
    position: relative; top: 2px;
}
section.section-home input[type="submit"], a.btn {
    display: inline-block; font-size: 14px; font-weight: 600; text-align: center;
    text-decoration: none; padding: 0 1em; line-height: 30px;
    border: 1px solid #ccc; border-radius: 2px; margin: 0 .3em;
}
section.section-home input[type="submit"] {
    margin: auto;
    display: block;
    color: #fff;
    border-radius: 0;
    background-color: #9d041a;
    border: 1px solid #9d041a;
    cursor: pointer;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home input[type="submit"]:hover {
	background-color: #fff; border-color: #9d041a; color: #9d041a;
}
section.section-home input[type="submit"]:disabled {
    background-color: #666; border: 1px solid #666 !important;
    cursor: no-drop;
    
}
a.btn-iniciar {
    text-transform: uppercase; color: #fff;
    background-color: #FF1400; border: 1px solid #FF1400;
}
a.btn-cancelar {
    color: #35964f;
    background-color: #f5f5f5;
}
a.btn-iniciar:hover {
    background-color: #fff; color: #ff1400;
    text-decoration: none;
}
a.btn-cancelar:hover {
    background-color: #fff;
}
.desaparecer {
    position: absolute; right: 0; bottom: 0;
    font-size: 8px;
}

footer {
    padding: .5em .5em; position: relative; margin-top: 160px;
    background-color: #505050; border-bottom: 1px solid #444747;
}
footer:before {
    content: '';
    position: absolute; left: 0; bottom: 100%;
    height: 121px; width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url(../img/Footer_Escritorio.png);
}
footer p{
    text-align: center; margin-bottom: 0; color: #fff;
}
footer p a{
    color: #fff;
}
footer p a:hover {
    text-decoration: underline; color: #fff;
}
.fw-regular {
    font-weight: 400 !important;
}
.fz-12 {
    font-size: 12px !important;
}
.green {
    color: #ff1400; font-size: 12px; font-weight: 600; line-height: 1; padding: 0 1px;
    vertical-align: middle;
}

.form2, .form3 {
    display: none;
}
.reloj_home figcaption {
    font-size: 16px !important;    
}

.timeTo span{
    margin: 0 .2em;
}
.checkbox-text {
    text-align: left !important; margin: 1em 0;
}
select {
    padding: 5px 0; border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #gvPartidos > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  #gvPartidos > .table > thead,
  #gvPartidos > .table > tfoot {
    display: none;
  }
  #gvPartidos > .table > tbody {
    display: block;
  }
  #gvPartidos > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  #gvPartidos > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  #gvPartidos > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
    }
}