/*BODY - 2025/02____________________________________________________________*/
/*Quitarle el fondo - 2023/09*/
div#page {
    background: rgba(0, 0, 0, 0)!important;
    background-repeat: no-repeat!important;
}
/*Opciones de creación de cuenta - 2024/02*/
.estilo-verde-enlace {
	color: #007f37;
    text-decoration: none;
    background-color: transparent;
	cursor: pointer;
}
.estilo-verde-enlace:hover {
    color: #003316; 
    text-decoration: underline; 
}
/* Interrogante Cookies  */
.icon_login_interrogante:hover {
  transform: scale(1.2);
}
/*Div de cookies*/
.div_cookie_1 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.div_cookie_2 {
    width: 100%;
    height: 100%;
}
/*Div de Acceder*/
.login-personalziado {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    width: 100%!important;
    box-sizing: border-box!important;
}
.recaptcha-edit-login {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
}
.g-recaptcha-login {
    width: 304px !important;
    height: 78px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
    border-radius: unset!important;
    border: unset!important;
    border-color: unset!important;
    padding: unset!important;
    padding-bottom: unset!important;
    padding-top: unset!important;
    border-width: unset!important;
    padding-right: unset!important;
	background-color: unset!important;
}
