#registro{
    position: relative;
    overflow: hidden;
    background: url('../archivos/ciudad.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#registro:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
#registro .skew{
    transform: skew(10deg, 10deg);
}
#registro .rectangle1Form{
    width: 200px;
    height: 80px;
    background: var(--verde2);
    transform: rotate(50deg) skew(10deg, 5deg) translateX(-43px);
    position: absolute;
    left: -20px;
    top: 80px;
    padding: 5px;
}
#registro .rectangle2Form{
    width: 200px;
    height: 80px;
    background: var(--verde);
    transform: rotate(50deg) skew(10deg, 5deg) translateX(-45px);
    position: absolute;
    left: -20px;
    top: 130px;
    padding: 5px;
}
#registro .rectangle3Form{
    width: 100px;
    height: 100px;
    background: var(--azul);
    transform: rotate(50deg) skew(10deg, 5deg) translateX(-25px);
    position: absolute;
    left: 95px;
    top: 180px;
    padding: 5px;
}
#registro .rectangle4Form{
    width: 200px;
    height: 80px;
    background: var(--verde2);
    transform: rotate(50deg) skew(10deg, 5deg) translateX(40px);
    position: absolute;
    left: -60px;
    top: 209px;
    padding: 5px;
}
#registro .rectangle5Form{
    width: 200px;
    height: 80px;
    background: #fff;
    transform: rotate(50deg) skew(10deg, 5deg);
    position: absolute;
    left: 20px;
    top: 250px;
    padding: 5px;
}
#registro .rectangle6Form{
    width: 90px;
    height: 90px;
    background: var(--azul);
    transform: rotate(50deg) skew(10deg, 5deg);
    position: absolute;
    left: 100px;
    top: 280px;
    padding: 5px;
    z-index: 1;
}
#registro .rectangle7Form{
    width: 200px;
    height: 90px;
    background: var(--verde);
    transform: rotate(50deg) skew(10deg, 5deg);
    position: absolute;
    left: -80px;
    top: 315px;
    padding: 5px;
}
#registro .rectangle8Form{
    width: 200px;
    height: 90px;
    background: var(--verde2);
    transform: rotate(50deg) skew(10deg, 5deg);
    position: absolute;
    left: 53px;
    top: 410px;
    padding: 5px;
}
#registro .rectangle9Form{
    width: 100px;
    height: 100px;
    background: var(--azul);
    transform: rotate(50deg) skew(10deg, 5deg);
    position: absolute;
    left: 10px;
    top: 435px;
    padding: 5px;
}
@media screen and (max-width: 640px) {
    #registro div[class*="rectangle"]{
        opacity: .8;
        z-index: 0;
    }
}
.formRegistro{
	padding: 70px 0;
}
.subscription-form{
	text-align: center;
}
.tnp-field{
	width: 40%;
    margin: 5px;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
}
@media screen and (max-width: 640px) {
    .tnp-field{
        width: 100%;
        padding: 0;
    }
}
.tnp-field.tnp-full{
	width: 81%;
    margin: 5px;
    padding: 0 15px;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .tnp-field.tnp-full{
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }
}
.subscribe-input{
	width: 100%;
    outline: none;
    padding: 5px 15px 5px 5px;
    border: none;
    border-bottom: 2px solid var(--verde);
}
@media screen and (max-width: 640px) {
    .subscribe-input{
        padding: 5px;
    }
}
.subscribe-input:focus{
    background: rgb(94 190 188 / 20%);
    border-bottom: 1px solid var(--verde);
}
@media screen and (max-width: 640px) {
    .subscribe-input:focus{
        background: rgb(94 190 188 / 70%);
        border-bottom: 1px solid var(--verde);
    }
}
.tnp-submit{
	background: transparent;
    outline: none;
    color: var(--negro);
    border: 1px solid var(--verde);
    padding: 5px 15px;
    margin-top: 25px;
    font-size: 18px;
    transition: .5s ease-in-out;
    display: table;
    margin: 25px auto 0;
    cursor: pointer;
}
.tnp-submit:hover{
	background: var(--verde);
    border: 1px solid var(--verde);
	color: #fff;
}
.widget{
    margin-bottom: 0;
}
@media (max-width: 760px){
    .tnp-field{
        width: 100%; 
        display: block;
        margin: 5px 0;
    }
}
.disclaimer{
    font-size: 15px; 
    color: #000;
    margin: 15px auto;
    font-weight: 600!important;
    background: var(--verde);
    width: fit-content;
    padding: 10px 40px;
}
/* Form */
label.error{
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -35px;
    left: 15px;
}

/* 06/09/2022 */
.inactiveScroll{
    overflow-y: hidden;
}
.formForo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}
.formForo .contForm{
    background: #000;
    padding: 25px 45px;
    box-shadow: 0 0 15px rgb(0 0 0 / 70%);
}
@media screen and (max-width: 640px) {
    .formForo .contForm{
        padding: 25px 15px;
    }
}
.formForo .contForm .header-title .title{
    color: #fff;
}
@media screen and (max-width: 640px) {
    .formForo .contForm .header-title .title{
        font-size: 30px;
        line-height: 30px;
    }
}
.formForo .contForm .formBox{
    max-width: 800px;
    width: 100%;
    background: #000;
}
.formForo .tnp-submit{
    color: #fff;
    border: 1px solid var(--verde);
}
.formForo .tnp-field{
    width: 47%;
    margin: 5px 0;
    margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
    .formForo .tnp-field{
        width: 100%;
        margin-bottom: 30px;
    }
}
.formForo .subscribe-input:focus{
    background: rgb(255 255 255 / 95%);
    border-bottom: 2px solid var(--verde);
}
.logoRegistro{
    width: 290px;
    height: auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
    .logoRegistro{
        width: 230px;
        margin-bottom: 15px;
    }
}
#timeCount{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}
@media screen and (max-width: 640px) {
    #timeCount{
        font-size: 18px!important;
        line-height: 23px!important;
    }
}
#timeCount #demo{
    color: var(--verde);
    font-weight: 600;
}