.grecaptcha-badge {
    visibility: visible !important;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
#registro-container{
    padding: 180px 40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    transition: .3s ease all;
}
.the-ancient{
    font-family: "TheAncient";
}
#registro-container > h2{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    margin-bottom: 10px;
}
#registro-container > h2 > span{
    position: relative;
    top: 2px;
    width: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    padding: 7px 15px;
    background-color: #333333;
    border-radius: 4px;
    margin-left: 10px;
}
.info-register{
    margin: 40px 0px;
    max-width: 100%;
    text-align: center;
}
.info-edit{
    margin: 40px 0px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.btn-edit-part:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-edit-part:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-edit-part {
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 35px;
    width: 100%;
    min-width: 150px;
    transition: all .2s;
    position: relative;
    font-size: 20px;
    margin-top: 30px;
    font-family: 'Averta-Title' !important;
    cursor: pointer;
    background-color: #ffcc00;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    /*    transition: all 0.5s !important;
        opacity: 0 !important;*/
}

.btn-edit-part::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-edit-part::after {
    background-color: #ffcc00;
}

.btn-edit-part:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.btn-edit-part > span{
    font-size: 30px;
    padding-left: 10px;
}
.btn-edit-part:hover {
    color: #232323 !important;
}
#form-edit-participant{
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    margin: 80px auto;
    transition: .3s ease all;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
#form-register{
    max-width: 100%;
    min-width: 250px;
    transition: .3s ease all;
    display: flex;
    flex-flow: row wrap;
}
#form-register > section {
    background-color: #fff;
    padding: 40px;
    width: 100%;
}
.input-form{
    width: 100%;
    position: relative !important;
    display: flex;
    flex-flow: column nowrap;
    transition: .3s ease all;
}
.input-form > label{
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#form-register > a{
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: .3s ease all;
    color: #333333;
}
#form-register > a:hover{
    color: #000000;
}
#form-register input[type="checkbox"]{
    color: #333333;
    margin: 20px 10px 20px 0;
    border: none;
}
#form-register input[type="email"], #form-register input[type="password"], #form-register input[type="text"], #form-register input[type="number"], #form-edit-participant input[type="password"], #form-edit-participant input[type="text"]{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    padding: 14px ;
    font-size: 14px;
    height: 49px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: .3s;
    flex: auto;
}
#form-register input[type="email"]:focus, #form-register input[type="password"]:focus, #form-register input[type="text"]:focus, #form-edit-participant input[type="password"]:focus, #form-edit-participant input[type="text"]:focus, #form-register input[type="number"]:focus, #form-register select:focus{
    border: 1px solid #2b2f5a;
    outline: 0 none;
}
#form-register select{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    padding: 14px;
    font-size: 14px;
    height: 49px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: .3s;
    flex: auto;
}
.wrapper-radio{
    display: inline-flex;
    height: 49px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}
.wrapper-radio .optionRadio{
    background: #fff;
    height: 49px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
}
.alertOptionRadio{
    background: rgba(231, 76, 60, 0.05) !important;
    border: 1px solid #e74c3c !important;
    color: #e74c3c !important;
}
.wrapper-radio .optionRadio .dot{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.wrapper-radio .optionRadio .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #fc0;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
input[type="radio"]{
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
    border-color: #fc0;
    background: #fc0;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
    background: #232323;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
}
.wrapper-radio .option span{
    font-size: 20px;
    color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
    color: #232323;
}
.arroba{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px 10px;
    color: #333333;
}
.boton-submint:focus {
    outline: none;
    box-shadow: none;
}
.boton-submint{
    cursor: pointer;
    transition: .3s ease all;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: 2px solid transparent;
    color: #fff !important;
}
.boton-submint:hover{
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000 !important;
}
.60porciento{
    width: 40% !important;
    max-width: 40% !important;
}
.10porciento{
    width: 100% !important;
    max-width: 10% !important;
}
.30porciento{
    width: 100% !important;
    max-width: 30% !important;
}

.dialogo{
    font-size: 12px !important;
    z-index: 99 !important;
    position: absolute;
    top: calc(100% + 5px) !important;
    left: 50%;
    padding: 15px 19px;
    width: 360px;
    max-width: 75vw;
    display: none;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #f9f9f9;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    z-index: 10;
    box-sizing: border-box;
    transition: .4s ease all;
}
.dialogo:before{
    position: absolute;
    top: -6px;
    left: 30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    transform: rotate(45deg);
    background: #f9f9f9;
    content: '';
}
.alert-input{
    display: none;
    flex-flow: row nowrap;
    align-items: center;
    top: calc(100% - 10px);
    color: #e74c3c;
    font-size: 14px;
    margin-bottom: 5px;
    transition: .3s ease all;
}
.alert-input > span{
    padding-right: 6px;
}
.input-row{
    transition: .3s ease all;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-items: center;
}
.input-row > span{
    padding: 0px 10px;
}
.icon-register{
    padding-right: 10px;
    font-size: 20px;
    color: #232323;
}
.icon-edit{
    padding-right: 10px;
    font-size: 20px;
    color: #fc0;
}
.look-pass{
    cursor: pointer;
    top: calc(50% - 2px);
    right: 10px !important;
    position: absolute;
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 20;
    color: #333333;
}
.placeholder-color::-webkit-input-placeholder {
    color: #e74c3c;
}
.placeholder-color::placeholder {
    color: #e74c3c !important;
}
.contenedor-input-row{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #fff;
}
.contenedor-input-triple{
    width: 30%;
    display: flex;
    flex-flow: column nowrap;
}
.contenedor-input-triple-span{
    width: 5%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.contenedor-input-dividido{
    width: 48%;
    display: flex;
    flex-flow: column nowrap;
}
.contenedor-event-row{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #fff;
}
.contenedor-event-dividido{
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    padding: 40px;
}
@media screen and (max-width:1450px){
    
    .contenedor-event-dividido{
        width: 45%;
    }
}
@media screen and (max-width:1270px){
    
    .contenedor-event-dividido{
        width: 50%;
    }
}
@media screen and (max-width:1195px){
    
    .contenedor-event-dividido{
        width: 100%;
        padding: 40px 0px;
    }
}
@media screen and (max-width:800px){
    #form-register input[type="email"], #form-register input[type="password"], #form-register input[type="text"], #form-register input[type="number"]{
        padding: 12px ;
        font-size: 12px;
        height: 45px !important;
    }
    #form-register select{
        padding: 12px ;
        font-size: 12px;
        height: 45px !important;
    }
    .section-full-height-auto {
        padding: 0px 20px;
    }
    .info-register{
        margin: 0px 0px 40px 0px;
    }
    #form-register{
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 80px;
    }
    .contenedor-input-dividido{
        width: 100%;
    }
    .contenedor-event-dividido{
        width: 100%;
        padding: 40px 0px;
    }
    .wrapper-radio{
        height: 45px;
    }
    .wrapper-radio .optionRadio{
        height: 45px;
    }
}