/* --- OLD CSS ---*/


.fake-ct {
    width: 80%;
    background: white;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142,151,209,0.04);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142,151,209,0.04);
    box-shadow: 0px 0px 15px 0px rgba(142,151,209,0.04);
}

.up-ct {
    width:100%;
}

.reg-img {
    display: flex;
    align-items: flex-end;
    margin-bottom:40px;
}

.reg-img img {
    width:85%;
}

/*----ESTILOS HEAD LOGO----*/
#head-log {
    margin:0 10px 0 10px;
}

    #head-log .content {
        border-top: 3px solid #A2BE31;
    }

/*----ESTILOS FORM-----*/
.form-reg label {
    font-weight:bold;
    text-align:left;
}

.form-reg input,
.form-reg select {
    border: 0;
    background: #F8F7FD;
    color: #303030;
}

.form-reg input:focus {
    border: 0;
    background: #e5e5e5;
}

.form-reg #btn2 {
    background: #AFDF2B;
    border: 0;
    padding:10px;
    border-radius: 20px;
    color: #014D6F;
    font-weight: 600;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    border: 0;
    background: #F8F7FD;
}
.chec-custom label {
    font-weight:500;
}

.chec-custom a {
    color: #AFDF2B;
    font-weight: 500;
}

#btncancelcupon,
#btncupon {
    padding: 10px;
    color: white;
}

/*----ESTILOS FOOTER----*/
footer {
    margin-top: 70px;
    margin-bottom: 70px;
}

footer .wdg-foot .sec1{
    margin-top:15px;
}

footer .wdg-foot .sec2 {
    margin-top: 7px;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
}

footer .wdg-foot .sec1 span {
    color: #014D6F;
    font-size:12px;
    font-weight:300;
    padding-right:10px;
}

footer .wdg-foot .sec2 img{
    width:60%;
}

footer .wdg-foot .sec3 span {
    color: #014D6F;
    font-size: 12px;
    font-weight: 300;
}

footer .foot-bar {
    background-color: #004D6F;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    font-weight: 500;
    color: white;
    text-align: left;
    height: 25px;
}

/*-----------RESPONSIVE------------*/
@media (max-width: 1194px) {
    .reg-img {
        display:none;
    }
}

@media (max-width:800px) {
    #head-log .content img {
        width: 80%;
    }

    .form-reg .col-6{
        width:100%;
        display:block;
    }


    footer .wdg-foot {
        text-align: center;
        margin: 20px 0 60px 0;
    }

    footer .wdg-foot .sec1 span{
        display:none;
    }

    footer .wdg-foot .sec1 img{
        display:block;
        margin:auto;
        width:30%;
    }

    footer .wdg-foot .sec2 {
        border:0;
    }

     footer .wdg-foot .sec2 img {
        width:40%;
        margin:20px 0 20px 0;
    }

    .ctn-ppl div {
        display: block;
        width: 100%;
    }

    .ctn-ppl .form-reg input {
        display: block;
    }

}
}