/*----------*/
    /*olvido de contraseña*/
.btn-abrir-popup{
    color:#29ab32!important;
    transition: 2s ease all;
    text-align:right; 
    margin-right:-256px; 
    font-size:13px;
    cursor: pointer;
}
.btn-abrir-popup:hover{
    color: #fff ;
}    
    /*POPUP*/
.overlay{
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.overlay .active{
    visibility: visible;
}
.popup{
    background:#fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    width: 600px;
    height: 400px;
    transition: .2s ease all;
    
    /*opacity: 0;*/
}
/*boton cerrar*/
.popup .btn-cerrar-popup{
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-align: right;
    color:#000;
    transition: .2s ease all; 
    cursor: pointer;
}
.popup .btn-cerrar-popup:hover{
    color:#29ab3e!important;
}
.popup h2{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    /*opacity: 0;*/
    color:#b3b7b5 ;
}
/*.popup form .contenedor-input{}*/
.popup form .contenedor-input input{
   /* width: 75%;*/
    /*margin-bottom: 20px;*/
    height: 30px;
    line-height: 52px;
    font-size:18px ;
    text-align: center;
    border:1px solid #BBBBBB;
}
.popup form .contenedor-input input:hover{
    border: 2px solid #29ab3e;
}
.popup form .contenedor-input  .g-recaptcha{
    padding-left: 139px;
    padding-top: 22px;

}
.popup .btn_submit{
    background-color:  #29ab3e;
    color:white;
    margin-top: 20px;
    width: 150px;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s ease all;
}
.popup .btn_submit:hover{
    background-color: #000;
}
/*.popup .contact{
    padding-left: 483px;
  
}*/
.popup .contac{
    color: #29ab3e;
    transition: .3s ease all;
}
.popup .contac:hover{
    color: #000;
}

