*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.top{
    width: 100%;
    height: 550px;
    background-image: url("../img/bg_afiliacion.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infotop p{
    font-size: 42px;
    color: white;
}
.formulario{
    width: 100%;
    height: 70em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
div#input_file {
    position: relative;
    width:100%;
    height: 3em;
}

p#texto {
    text-align: start;
    margin-left: 4%;
    margin-top: 2%;
    color: #000000;
    font-size: 16px;
}
  
input#btn_enviar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
div#input_fileA {
    position: relative;
    width:100%;
    height: 3em;
}

p#textoA {
    text-align: start;
    margin-left: 4%;
    margin-top: 2%;
    color: #000000;
    font-size: 16px;
}
  
input#btn_enviarA {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.desc1 {
    position: absolute;
    right: 0;
    width: 16px;
    -webkit-transform: translate(-23px, -24px);
    transform: translate(-23px, -24px);
    z-index: -1;
}
.desc {
    position: absolute;
    right: 0;
    width: 15px;
    -webkit-transform: translate(-15px, -41px);
    transform: translate(-15px, -41px);
}
.form-edit{
    border-radius: 10px;
    border: 1px solid #598133;
    box-shadow: 0px 0px 6px 3px #0000001f;
    height: 3em;
}
.btnEnviarFormAfi{
    width: 100%;
    height: 3em;
    background-color: #598133;
    border-radius: 10px;
    color: white;
}
.tituloInfoForm{
    font-size: 42px;
    line-height: 1.2;
}
.infoFormText{
    font-size: 16px;
    line-height: 1.2;
}
.verRequisitos{
    font-size: 15px;
    text-decoration: solid;
    color: #598133;
    position: relative;
    cursor: pointer;
}
.verRequisitos::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #598133;
}
.backgroundTransparente{
    background-color: transparent!important;
}
.requisitosFormulario{
    width: 100%;
    height: 100vh;
    background-color: white;
    position: absolute;
    z-index: 10;
    left: -100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
}
.requisitosTitulo{
    font-size: 32px;
    color: #598133;
    line-height: 1.2;
}
.requisitosText{
    font-size: 18px;
    color: #598133;
}
.btnvolverAfiliacion{
    padding: 5px 30px;
    background-color: black;
    color: white;
    font-size: 18px;
}
.btnvolverAfiliacion:hover{
    padding: 5px 30px;
    background-color: black;
    color: white;
    font-size: 18px;
}
.activarRequisitos{
    left: 0;
}

@media(max-width:991px){
    .tituloInfoForm {
        font-size: 32px;
        margin-bottom: 1em;
    }
    .infoform{
        margin-bottom: 4em;
    }
    .formulario {
        height: 90em;
    }
    .requisitosFormulario{
        height: 90em;
    }
}
@media(max-width:575px){
    .infotop p {
        font-size: 44px;
        color: white;
        text-align: center;
    }
    .requisitosFormulario {
        padding: 20px;
    }
    .formulario {
        overflow: hidden;
    }
}