/* Style for custom login */
body.login {
	background: url('../images/login-fondo.jpg') no-repeat center scroll;
	background-size: cover;
	background-color: #fff;
    height: 100%;
    height: auto;
    min-height:100vh;		
	position: relative;
	font-family: 'Instrument Sans', sans-serif;

	min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
}

body.login:after {
	content: '';
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    right: 0;
    left: 0;
    background-color: #F0513E;
    mix-blend-mode: multiply;
    z-index: 1;
}

body.login * {
	font-family: 'Instrument Sans', sans-serif;
}

body #login {
    /*top: 8%;*/
    position: relative;
    z-index: 3;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
    width:450px;
}
@media(max-width:1023px){
	body #login {
		width:320px;
	}
}

#login a {
	/*color: #595B60!important;*/
    box-shadow: none!important;
}

body.login form {
	background:#EFEFEF;
	padding:0;
	/*border:1px solid #595B60;*/
	box-shadow: none;
	padding: 50px;
	border-radius:30px;
}

@media(max-width:1023px){
	body.login form {
		padding: 20px;
	}
}

body #login form p {
	color:#FFF;
}
body #login form p.description {
	color:#595B60;
}

body.login #login_error,
body.login .message,
body.login .success {
	border: none;
    background: #F0513E;
    color: #FFF;
}
body.login input.password-input {
	font-family: 'Instrument Sans', sans-serif;
}
body #pass1-text.strong,
body #pass1.strong {
	border-color: #04D9B2;
}

body #pass-strength-result.strong {
	background-color:#04D9B2;
    border-color:#04D9B2;
}

body #login form .wp-generate-pw {
	margin: 0 auto 10px;
}

body #login form p.reset-pass-submit {
	display: block;
	text-align: center;
}

body.login div#login h1 a {
    background-image: url("../images/svg/logo.svg");
    background-size: contain;
    width:100%;
    height: 58px;
    cursor:default;
}

body.login form .input,
body.login input[type=text] {
	width:100%;
    background-color:#FFF;
    color:#595B60;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-radius:6px;
    border: 1px solid  #B8BCBB;
}
body.login form .input::placeholder {
	color:#595B60;
}

body.login input:focus {
	border-color:  #595B60;
	outline: 0;
    box-shadow: none;
}

body.login label {
	/*display: none;*/
	color:#595B60;
	font-family: 'Instrument Sans', sans-serif;
	opacity: 1;
	font-weight: 700;
	margin-bottom:10px;
}

body.login .button.wp-hide-pw {
	height: 50px;
}

body.login .button.wp-hide-pw .dashicons {
	color:#FFF;
}

#login form p.submit {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#login form p.submit #wp-submit {
	background: #595B60;
	color:#FFF;
	font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
	/*text-transform: uppercase;*/
	border: #595B60;;
    padding:14px 18px;
    border-radius:25px;
	width:100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

#login form p.submit #wp-submit:hover {
	background: #FFF;
	border-color:#FFF;
	color:#595B60;
}

body.login .language-switcher {
	display: none;
}

body.login .forgetmenot {
	margin: 10px 0;
	float: none;
}

body.login .forgetmenot label {
	color: #595B60;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
	margin-bottom: 10px;,
}

body.login #backtoblog {
	display: none!important;
}
.login #nav {
    margin: 16px 0 0 0;
    position: relative;
    z-index: 3;
}
.login #nav a {
	color:#FFF;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin: 16px 0 0 0!important;
}
.login #nav a:hover {
	color:#FFF;
	text-decoration: underline;
}

body.login .privacy-policy-page-link {
	display: none;
}

/* FOOTER*/
.site-footer {
	width:100%;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	/*position: absolute;
	bottom:0;
	left:0;
	right: 0;*/
}

.footer-top {
	background-color:transparent;
	padding:17px 0;
}


.site-footer .odisea-container {
	max-width:1640px;
	padding-right: 20px;
	padding-left: 20px;
	margin:0 auto;
}

.footer-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-in .footer-logos__titulo {
	color: #FFF;
	font-size: 13px;
	line-height: 17px;
	font-family: 'Instrument Sans', sans-serif;
	margin:0;
	min-width: 127px;
}

.footer-logos {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap:20px;
}

.footer-logos__items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:20px;
}
.footer-logos-1 {
	width:50%;
}

.footer-logos-2 {
	width:25%;
}

.footer-logos-3 {
	width:25%;
}

.footer-logos-1 .footer-logos__items img {
	max-width: 37%;
}

.footer-logos-2 .footer-logos__items img {
	max-width: 90%;
}

.footer-logos-3 .footer-logos__items img {
	max-width: 90%;
}

@media(max-width:1620px){
	.footer-logos-1 {
		width:45%;
	}

	.footer-logos-1 .footer-logos__items img {
		max-width: 30%;
	}

	.footer-logos-2 .footer-logos__items {
		max-width: 180px;
	}

	.footer-logos-2 .footer-logos__items img {
		max-width: 90%;
	}

	.footer-logos-3 .footer-logos__items {
		max-width: 180px;
	}

	.footer-logos-3 .footer-logos__items img {
		max-width: 90%;
	}
}

@media(max-width:1250px){
	.footer-in {
		flex-wrap: wrap;
	}

	.footer-logos__items {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-logos {
		justify-content: center;
	}

	.footer-logos-1 {
		width:100%;
	}

	.footer-logos-2 {
		width:50%;
	}

	.footer-logos-3 {
		width:50%;
	}
}

@media(max-width:767px){
	body.login {
		background-image: none;
	}

	.footer-in {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:40px;

	}

	.footer-logos {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:20px;
		width:100%!important;
	}

	.footer-logos__items {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:20px;
	}

	.footer-logos .footer-logos__items img {
		max-width:100%!important;
	}
}

.footer-in p {
	margin:0;
	font-size: 14px;
}

.footer-in p,a,span,strong {
	color:#595B60;
	font-size: 14px;
	text-decoration: none;
}

.footer-in a:hover {
	color:#FFF;
	text-decoration: underline;
}


.footer-bottom {
	background-color:transparent;
	padding: 18px 0;
	border-top:1px solid #FFF;
}
.footer-bottom .footer-in {
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer-bottom .copy {
	display: block;
	color:#FFF;
}
.footer-bottom .copy b {
	font-weight:700;
}

.footer-bottom span {
	display: block;
	color: #FFF;
	font-family: 'Instrument Sans', sans-serif;
}

.footer-bottom a {
	color: #FFF;
	font-family: 'Instrument Sans', sans-serif;
}

.footer-bottom .nsn {
	display: block;
	color:#FFF;
}


@media(max-width:1023px){
	.footer-bottom .footer-in {
		flex-direction: column;
		gap:20px;
		align-items: center;
		justify-content: center;
	}
}

@media(max-width:767px){
	.footer-bottom span {
		text-align: center;
	}
}