.modal .modal-dialog {
	z-index:3000;
}
.modal #newsletterUsuario .enlace_texto,
.contenido-newsletter-home .termsReCaptcha a {
	color: #427314 !important;
}

.modal .close-btn {
	position: absolute;
	padding: 15px 15px 21px 21px;
	border: 4px solid white;
	top: -70px;
	right: -15px;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background: transparent;
	color: white;
	cursor: pointer;
}
.contenido-newsletter-home {
 	font-family: Dialog, sans-serif;
}
.contenido-newsletter-home p {
	font-family: Dialog Light, sans-serif;
	font-size: 2.49em;
    line-height: 1.17em;
    margin-top: 0.5em 0;
}
.contenido-newsletter-home p.newsletter-titulo {
	font-family: Dialog Light, sans-serif;
	font-size: 30px;
    line-height: 1.17em;
    color: #427314 !important;
    margin-top: 0.5em 0;
}

.contenido-newsletter-home input.texto{
    font-family: Dialog Light, sans-serif;
    /*margin-bottom: 25px; j180*/
    padding: 12px;
    border: 0;
	border-radius: 0;
    color: #707070;
    width: 62%;
    background-color: #eee;
}
@media screen and (max-width: 47.95em) {
    .contenido-newsletter-home input.texto{
        margin-bottom: 0;
    }
}
.contenido-newsletter-home label {
 	font-family: Dialog Light, sans-serif;
 	font-size: 0.9em;
}

.contenido-newsletter-home input[type=checkbox]:checked + label {
    font-family: Dialog Light, sans-serif;
 	font-size: 0.9em;
}

.contenido-newsletter-home .labelCheck  > span {
 	vertical-align: middle;
}

.contenido-newsletter-home .boton-newsletter {
	background-color: #C2CFB5;
	border: 0;
	color: #FFFFFF;
    border-radius: 0;
    text-transform: uppercase;
	height: 43px;
	width: 38%;
	float: right;
}
.contenido-newsletter-home input#emailNewsletter {
	margin-top: 0 !important;
}

.contenido-newsletter-home .titular-newsletter{
	color: #427314 !important;
	font-family: Dialog Light, sans-serif;
	font-size: 2.50em;
	line-height: 1.25em;
	margin-top: 0.75em;
	margin-bottom: 0.9em;
}
.suscribete-section {
	position: relative;
	display: block;
	height: 0;
	width: 100%;
	z-index: 1000;
	top: 30px;
}

#decContentShapes .suscribete-section {
	top: 200px;
}
.suscribete-section .link-suscribete {
	height: 155px;
	max-height: 155px;
	transition: all .4s ease-in-out;
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 0;
	font-family: Dialog, sans-serif;
	font-size: 1.500rem;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #fc8838;
	background-image: url(/o/com.iberdrola.wcorp.newsletter/img/sobre_blanco.svg); 
	background-repeat: no-repeat;
	background-position: center calc(100% - 13px);
	width: 40px;
	text-orientation: upright;
	/*
	writing-mode: sideways-lr;
	writing-mode:vertical-rl;*/
	cursor: pointer;
	overflow: hidden;
}
#decContentShapes .suscribete-section .link-suscribete{
	font-family: Dialog, sans-serif;
	font-size: 24px;
}
.suscribete-section .link-suscribete-text {
	opacity: 1;
	width: 20px;
	display: block;
	position: relative;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	height: 46px;
	word-break: unset;
	white-space: nowrap;
	line-height: 43px;
	transition: all .4s ease-in-out;
	transition-delay: .1s;
}
html:lang(pt-BR) .suscribete-section .link-suscribete-text,
html:lang(pt) .suscribete-section .link-suscribete-text {
	font-size: 22px;
}
.suscribete-section.sticky {
	position: fixed;
	z-index: 1000;
	margin-top: 53px;
}

#decContentShapes .suscribete-section.sticky {
    margin-top: 0px;
    top: 20px;
}

.suscribete-section.sticky .link-suscribete {
	height: 47px;
	max-height: 47px;
	padding: 0;
	transition: all .4s ease-in-out;
	transition-delay: .1s;
	top: 20px;
}
.suscribete-section.sticky .link-suscribete-text {
	opacity: 0;
	width: 0;
	font-size: 0;
	transition: all .4s ease-in-out;
}
.link-suscribete-vertical{
	transform: rotate(270deg);
	/* margin-top: 55px; */
	height: 100%;
}

.suscribete-section+.modal {
display: none;
overflow-x: hidden;overflow-y: auto;/* j180*/
position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;outline: 0;
}
.suscribete-section+.modal .modal-dialog {
	position: relative;
}

@media screen and (min-width: 47.95em) {
	.modal .modal-dialog {
	    margin: 90px auto;
		width: 720px;
	}
	.contenido-newsletter-home {
		padding: 60px 50px;
	}
}
@media screen and (max-width: 73em) and (min-width: 60em){
	#decContenedorInterior #decContenidosCentrales div.contenido2Columnas {
		margin-right: 0;
	}
}
/* Para pantallas inferior a 768px(mobile) */
@media screen and (max-width: 47.95em) {
	.modal .modal-dialog {
	    margin-top: 70px;
	}
	.modal .close-btn {
	    top: -65px;
		right: -8px;
	}
	.contenido-newsletter-home {
		/*padding: 20px 30px; j180*/
		padding: 20px 16px;
	}
	.contenido-newsletter-home input#emailNewsletter {
	    width: 100%;
	    margin-bottom: 5px;
	}
	.contenido-newsletter-home .boton-newsletter {
	    width: 100%;
	}
	.suscribete-section.sticky .link-suscribete {
	    top: -20px;
	}
}
/* IE ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.suscribete-section .link-suscribete {
		right: 17px;
	}
	.modal-open {
		padding-right: 0 !important;
	}
}