:root {
  --yellow: #d6ff01;
  --black: #242223;
}

body {
    padding:0 !important;
}
body:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 35%;
    background: var(--yellow);
    z-index: 0;
}
a {
    color: #000;
}
.mainbox {
    min-height: 500px;
    margin: 0px auto;
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.mainbox {
    min-height: 500px;
    margin: 0px auto;
    width: 100%;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size:14px;
    font-weight: normal;;
}
h3 {
    font-size:20px;
    font-weight: normal;;
}
.registro_header {
    background-color: var(--yellow);
        overflow: hidden;
}
.registro_header img {
    display: block;
    margin: 50px auto;
    height: 90px;
}
.himg {
    display:block;
    width:100%;
}
.tcenter {
    text-align: center;
    background: #FFF;
    padding: 50px;
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 20px 45px -20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
form {
    margin-top: 0;
}
form label {
    display: block;
    text-align: left;
    margin: 0 auto;
    max-width: 320px;
}
form span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
form input {
    padding: 0 17px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 100px;
    border: 1px solid #333;
    line-height: 44px;
    width: 100%;
    box-sizing: border-box;
}
.btn_submit {
    display: block;
    margin: 40px auto;
    background: var(--black);
    border: none;
    padding: 0 22px;
    font-weight: bold;
    color: #FFF;
    border-radius: 100px;
    cursor: pointer;
    width: 340px;
    max-width: 100%;
    transition: color .5s;
}
.btn_submit:hover {
    color: var(--yellow);
}
.btn_pagar { 
    display: block;
    margin: 40px auto;
    background: #119c4c;
    border: none;
    padding: 14px 22px;
    font-weight: bold;
    color: #FFF;
    border-radius: 4px;
    cursor: pointer;
    max-width: 300px;
    text-decoration: none;
    transition:all .2s;
}
.btn_pagar:hover {
    background:#29b966;
}
.paso2 span {
    font-size: 20px;
}
.grecaptcha-badge {
    display:none;
}
.planes {
    margin-top: 40px;
    max-width: 500px;
    margin: 40px auto;
}
.planes .table-cell {
    vertical-align: middle;
}
.planes .table {
    border-radius: 10px;
    background: #FFF;
    padding: 15px 5px;
    box-sizing: border-box;
    margin: 15px 0;
    text-align: left;
    cursor:pointer;
    transition:all .34s;
    border:2px solid #FFF;
}
.planes .table:hover {
    box-shadow:0 0 10px #AAA;
}
.planes .table.activo {
    border: 2px solid #119c4c;
}
.planes .table-cell {
    font-size: 14px;
}
.planes .table-cell b {
    padding-bottom: 5px;
    display: block;
    font-size: 18px;
}
.planes_texto {
    font-size: 20px;
    margin-bottom: 30px;
}
.producto_precio {
    font-size: 16px !important;
    padding: 0;
    text-align: right;
    padding-right: 21px;
}
input[type="radio"] {
    margin: 0 10px;
    outline:none;
}
.leyenda_cursos span {
    display: inline-block;
}
.footcopy {
    color:#444;
    text-align:center;
    font-size:12px;
    margin:50px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 900px) {

    form {
        background:none;
        padding:0;
    }
    .tcenter {
        padding: 30px 40px;
        max-width: 85%;
        box-sizing: border-box;
    }
    form label {
        display:block;
        margin-top: 25px;
    }
    form span {
        font-size:18px;
    }
    form input {
        width: 100%;
        box-sizing: border-box;
    }
    .planes {
        padding: 0 15px;
    }
}