* {
    box-sizing: border-box;
    margin: 0;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

html {
    font-family: 'Open Sans', sans-serif;
    background: #f2f2f2;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

}

.derecha{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ancho{
    width: 70%;
    margin: auto;
}
.icono-verde{
    font-size: 50px!important;
    color: #45BDA4;
}
.ayuda{
    font-size: 25px;
    font-weight: bold;
}
.logo{
    padding: 20px 0px 20px 20px;
    max-width: 400px;
}
.caja-negra{
    width: 70%;
    background: black;
    border: 0;
    border-radius: 15px 15px 0 0;
    height: 160px;
    margin: auto;
}
.caja-areaP{
    width: 100%;
    background: black;
    border: 0;
    border-radius: 15px 15px 0 0;
    height: 120px;
    margin: auto;
    border-bottom: 2px solid #FFB700;
}
.numeros{
    margin: auto;
    color:white;
    text-align: center;
    font-size: 40px;
    padding-top: 45px;
}
.numero-activo{
    color:#F9B801;
}
.caja-blanca h3{
    letter-spacing: 5px;
    margin:unset;
    padding-top: 20px;
    font-size: 40px;
}
.caja-blanca{
    width: 70%;
    background: white;
    margin: auto;
    border-radius: 0px 0px 15px 15px;
    height: 500px;
    text-align: center;
}
.formulario{
    width: 80%;
    margin: 50px auto 0px;

}
.input-izquierda, .input-derecha{
    width: 45%;
    margin: 5px;
}
.input-derecha{
    float:right;
}
.input-izquierda{
    float: left;
}
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="number"],
.formulario input[type="password"],
.login input
{
    font-size: 14px;
    border: none;
    border-bottom: 0.5px solid  #45BDA4 ;
    outline: none;
    width: 100%;
    margin-top:30px;
}
.login input
{
    text-align: center;
}

.centrado{
    padding-top: 25px;
    text-align: center !important;
}
.centrado input{
    margin-left: 25px;
}
.formulario p{
    font-size: 10px;
    text-align: left;
    line-height: 0;
    color: gray;
}
#casilla{
    text-align: left !important;
}
.boton{
    background:  #45BDA4;
    padding: 15px;
    border: 2px solid #45BDA4;
    border-radius: 30px;
    font-size: 15px;
    color:#F2F2F2;
    text-decoration: none;
}
.acciones{
    width: 100%;
    text-align: center;
    float: left;
}
.boton:hover {
    color: #45BDA4;
    background: #F2F2F2;;
    border: 2px solid #45BDA4;
}
.formulario a{
    color: black;
}
hr{
    height: 50px;
    border: none;
}
.login{
    width: 25% !important;
    margin: 0 auto !important;
}
.lista{
    text-align: left;
    width: 25%;
    margin: auto;
}
@media only screen and (max-width:920px){
    .lista,.login{
        width: 90% !important;
    }
}
.error{
    color:darkred;
}
.caja-blanca a{
    text-decoration: none;
    color: #F9B801;
    font-weight: bold;
}
.opciones{
    color:#fff;
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.opciones a{
    color: #45BDA4;
}

.tabla-cliente{
    width: 90%;
    border-collapse: collapse;
    margin: 50px auto;
    font-size: 12px;
}
.tabla-cliente th{
    background-color: black;
    color:white;
    padding:5px 0;
    text-align: center;
    font-weight: bold;

}
.tabla-cliente tr:nth-child(even){
    background-color: #f2f2f2;
}
.ancha{
    width: 100% !important;
}
.paginacion{
    width: 70%;
    margin: 20px auto;
    text-align: center;
}

.paginacion a{
    color: black;
    padding: 10px 18px;
    text-decoration: none;


}
.paginacion a:hover:not(.active) {
    background-color: #F9B801;
    color: white;
}
