body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
}

.container_registro {
    height: 100vh;
    background: url(../images/bkg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    width: 100%;
}

.container_registro .row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100vw;
    padding: 0;
    margin: 0;
}

.container_registro .row .titulo {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100vh;
    flex-direction: column;
    text-align: left;
    padding: 0 3rem;
}

.container_registro .row .titulo h1 {
    font-size: 5rem;
    line-height: 5rem;
    text-shadow: 2px -1px 10px #000;
    color: #ffffff;
}

.container_registro .row .formulario {
    background: #003d5ce6;
    height: 100vh;
    display: flex; 
    align-items: flex-start;
    color:#004562;
    flex-direction: column;
    justify-content: start;
    padding: 2rem;
    color: #fff;
    overflow: auto;
}

.container_registro .row .formulario h1 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
}

.container_registro .row .formulario h3 {
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    width: 100%;
}

.container_registro .row .formulario h4 {
    padding: 0.5rem 0;
    font-weight: 100;
    text-align: center;
    width: 100%;
}

.container_registro .row .formulario p {
    font-size: 0.9rem;
    line-height: 1rem;
}

.container_registro .row .formulario h3 {
    font-weight: 400;
}

.form_registro label {
    margin: 0;
    padding-bottom: 0.3rem;
}

button.btn.btn-primary {
    font-family: "Roboto", sans-serif;
    background: #2789bc;
    transition: all 1s;
    font-size: 1.3rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

button.btn.btn-primary:hover {
    background: #fff;
    color: #003d5c;
}

button.btn.btn-secondary {
    font-family: "Roboto", sans-serif;
    background: #002132;
    transition: all 1s;
}

button.btn.btn-secondary:hover {
    background: #fff;
    color: #003d5c;
}

.form-text.text-muted {
    color: #fff !important;
}

.card {
    background-color: #012c42;
    margin-bottom: 1rem;
    padding: 0.8rem;
}

.card h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    background: #011621;
    margin: 0;
    padding: 10px;
}

.card .custom-control {
    background: #011621;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
}

.card .custom-control .custom-control-input {
    position: relative;
    margin-left: 1rem;
    padding: 0;
}

.card .custom-control label {
    margin: 0;
    padding-bottom: 0;
}

.form-spec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
}

#checkout-button {
    width: 100%;
    text-align: center;
    background: #2f8dc4;
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    transition: all 1s;
}

#checkout-button:hover {
    background: #17445e;
    border: 1px solid #2f8dc4;
}

.container_registro_dashboard {
    background: url(../images/bkg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container_registro_dashboard.ponencia {
    background: url(../images/bkg_azul.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container_registro_dashboard .container {
    padding: 50px 0;
    padding-bottom: 0;
}

.container_registro_dashboard .card h2 {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.container_registro_dashboard .container-fluid.titulo {
    text-align: center;
    background: rgba(255,255,255,0.8);
}

.container_registro_dashboard .container-fluid.titulo h1 {
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 25px;
}

.container_registro_dashboard .card h3 {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    font-weight: 100;
}

.container_registro_dashboard .container-fluid.footer {
    text-align: center;
    background: #022c42;
    padding: 10px 0;
}

.container_registro_dashboard .container-fluid.footer p {
    color: #fff;
    padding: 10px 0;
}

.container_registro_dashboard .container-fluid.cuerpo {
    padding: 3rem;
}

.container-fluid.header {
    background: #fff;
    padding: 10px 3rem;
    box-shadow: 0 0 10px #000;
}

.container-fluid.header .row .col-md-6 img {
    width: 250px;
}

.container-fluid.cuerpo .col-md-3 a.lideres .card {
    transition: all 1s;
    min-height: 350px;
    display: flex;
    justify-content: space-between;
}

.container-fluid.cuerpo .col-md-3 a.lideres:hover .card {
    background: #333;
}

.container.comentarios {
    background: rgba(250,250,250,0.8);
    box-shadow: 0 0 10px #000;
    margin-bottom: 1rem;
    padding: 10px;
}

.container.comentarios .row {
    padding: 1rem;
}

.container.comentarios .card {
    background: #fff;
    box-shadow: 0 0 10px #f2f2f2;
}

.container.comentarios .card p {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px){
    .container_registro .row .titulo {
        height: auto;
        padding: 120px 20px 0 20px;
    }
    .container_registro .row .titulo h1 {
        font-size: 3rem;
        line-height: 3rem;
        height: auto;
    }
    .container_registro .row .formulario{
        height: auto;
    }
    .container_registro .row {
        grid-template-columns: 1fr;
    }
}