@import "bootstrap.css";
@import "bootstrap-theme.css";
@import "font-awesome.min.css";
@import "sweetalert.css";
@import "../js/fancybox/jquery.fancybox.css";
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

html,body {
    overflow-x: hidden;
}

.registro {

    font-family: 'Lato', sans-serif;
    padding: 2% 0 0 0;
    background: url(../img/bg-registro.jpg);
    background-size: cover;
}
.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(38, 54, 90, .4);
}

.help a {
    color:#E6E474;
    font-size: 14px;

}

.relative {
    position: relative;
    z-index: 3;
}

.registro {
    position: relative;
    z-index: 3;
    min-height: 100vh;
}


.registro h2 {
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    margin-top: 10%;
    text-align: center;
    text-transform: uppercase;
}




p.fecha {
    font-size: 1.2em;
    color: #E6E474;
    letter-spacing: 3px;
}

label.error {
    background: #E14B57;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 11px !important;
}

.registroform {
    width: 100%;
    max-width: 500px;
    background: rgba(38, 54, 90, 1);
    color: #ffffff;
    margin: auto;
}

.registroform .form-group input {
    height: 40px;
    border-radius: 0;
}

.btn-custom {
    background: transparent;
    border-radius: 30px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
}

.btn-custom:hover, .btn-custom:focus {
    color: #E6E474;
    border: 2px solid #E6E474;
}

.btn-custom-registro {
    background: #E6E474;
    border-radius: 30px;
    color: #03132D;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
}

.btn-custom-registro:hover, .btn-custom-registro:focus {
    background: #ffffff;

}

.modal-footer {
    border-color: #03132D;
    background: #03132D;
    text-align: center;
}

.registroform .form-group {
    margin: 20px 0;
}

.registroform .form-group label {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}

.limite h3{
    font-size: 13px;
    margin: 0;

}

.limite h4{
    font-size: 15px;


}

.limite {
    margin:auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    width: 220px;
}

.numeros {
    font-size: 2.5em;
}

.r3 {

    font-size:11px;
    color:#fff;
    background-color:#555;
    padding:5px 10px;
    display: inline-block;
}

.numeros, .letras {
    display: block;

}

.content_registry {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.alert-success {
    background: #c6fdc6;
    border: none;
    color: #333333;
    border-radius: 0;
}

.mt-2 {
    margin-top: 2%;
}

.c-naranja {
    color: #ff0000;
}

span.d-block {
    display: block;
}


.item-puesto {
    background: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    margin: 40px;
}

.item-puesto .subtitulo {
    font-weight: bold;
    color: #0044cc;
    font-size: 1.3em;
}

.lista-detalle li {
    margin-top: 5px;
}

.comoaplicar {
    padding: 10% 0;
    background: #020e44;
    color: #ffffff;
    font-size: 1.5em;
}

.comoaplicar a {
    color: #0044cc;
}

@media (max-width: 800px) {



    .limite {
        position: relative;
        margin: 30px auto;
    }

    .registro {
        padding-bottom: 40px;
    }


}
