/*Estilos Footer*/
@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-SemiBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Bold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Thin";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Light";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Poppins/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Medium";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
.footer{
    background: rgba(0,0,0,0.4);
}

.copyright{
    color: #FFFFFF;
    text-align: right;
    line-height: normal !important;
}

.logoFooter{
    width: 40%;
}

.center{
    text-align: center;
}
.continue{
    margin-top: 30px;
    color: #115AB4;
    font-weight: 600;
    cursor: pointer;
}
.continue:hover{
    text-decoration: underline;
}

.back{
    margin-top: 30px;
    color: #FF3636;
    font-weight: 600;
    cursor: pointer;
}

.back:hover{
    text-decoration: underline;
}