

/* modals */

.modalOuter{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	height:100vh;
	z-index:70;

	display:table;
	pointer-events: none;
}

.modalOuter.blockFondo{
	background:rgba(0,0,0,0.4);
	pointer-events: auto;
}

.modalInner{
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	pointer-events: none;
}

.modalInner.blockFondo{
	pointer-events: auto;
}


.modalWindow{
	position:relative;
	display:inline-block;
	background:#fff;
	padding:15px;
	border:1px solid #000;
	pointer-events: auto;
	margin:10px;
}

.modalClose{
    position: absolute;
    display: inline-block;
    top: -10px;
    right: -10px;
    padding: 3px 7px;
    background: #333;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 14px;
}

.modalButtons{
	display:inline-block;
	padding:4px 20px;
	padding-bottom:0px;
	border-top:1px solid #ccc;
	margin-top:15px;
}

.modalButtons.error{
	color:#841f1f;
}

.modalButtons.success{
	color: #005500;
}

.modalButtonOk{
	display:inline-block;
	width:20px;
	height:20px;
/*	background: transparent url("../img/yes.png?val=12052021") no-repeat center center;*/
	margin-right:3px;
	cursor:pointer;
}

.modalButtonKo{
	display:inline-block;
	width:20px;
	height:20px;
/*	background: transparent url("../img/no.png?val=12052021") no-repeat center center;*/
	margin-left:3px;
	cursor:pointer;
}

.modalContentText{
	font-weight:600;
}

.modalWindow .newsResponse{
	margin-top:0px;
}

.submitWithCaptcha.blocked{
	opacity:0.5;
}

#jsCaptcha.newsletter{
	margin-top:10px;
}

#chimpPopUp{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:10000;
	width:615px;
	/*height:250px;*/

	max-width:100%;
	max-height:100%;
}

#chimpPopUpIn{
	width:100%;
	height:100%;
	padding-bottom:65px;
	padding-left:50px;
	padding-right:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chimpPopUpInIn{
	position:relative;
	width:100%;
	height:100%;
	background:#225320;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    2px 2px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         2px 2px 3px 0px rgba(0, 0, 0, 0.15);
}


#chimpPopUpCont{
	/*position:absolute;
	top:0px;
	left:0px;
	width:104%;*/
	width:100%;
	height:100%;
	/*overflow-y:auto;*/
}

#chimpPopUpClose{
	color:#fff;
	position:absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

#contentErrorPop{
	position:relative;display:block;height:100%;
}

#contentErrorPopIn{
	position:relative;display:block;height:100%;
}

#popUpTxt{
	position:relative;display:block;height:100%;
}

#popLeft{
	position:relative;display:inline-block;width:50%;vertical-align:middle;height:100%;
}

#popLeft img{
	width:100%;height:100%;display:block;object-fit: cover;
}

#popRight{
	position:relative;display:inline-block;width:50%;vertical-align:middle;
}

#popRightIn{
	padding:23px;
	padding-bottom:13px;
/*	padding-right: 43px;
	padding-bottom:0px;*/

}

#titularPopUp.mailchimp{
	padding-bottom: 0px;
}

#titularPopUp.mailchimp h1{
	font-family: Helvetica Neue, Verdana, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 110%;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
}

#formLegal{
	position:relative;
	display:inline-block;
	width:49%;
	/*float:left;*/
	vertical-align:top;
	color:#fff;
}

#formLegal a{
	color:#f57b15;
}

#formSend{
	display:inline-block;
	width:50%;
	/*float:left;*/
	vertical-align:top;
}

#formBottom{
	position:relative;
	width:100%;
	overflow:hidden;
}

.mc-field-group.segundo{
	margin-top:10px;
}

.mc-field-group label{
	margin-bottom: 5px;text-transform: uppercase;
}

#news_form_popup .mc-field-group label{
	display:none;
}

#news_form_popup .fila.privaciCheck{
	margin-top: 10px;margin-bottom: 5px;
}

#news_form_popup .fila.boton{
	padding-top:20px
}

#news_form_popup .fila.boton button{
	width:100%;font-family: OptimaLTStdBold, Helvetica Neue, Verdana, Arial, sans-serif;font-size: 135%;padding: 10px 15px;
	background:#d0650c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#news_form_popup input{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}


.fila.privaciLink{
	margin-top:20px;
}

.fila.privaciLink a{
	font-weight:600;
}

#chimpPopUp .newsResponse {
    color: #f57b15;
	font-weight:600;
}

/*
@media only screen and (max-width:810px){
	#popLeft{
		position:relative;display:block;width:100%;vertical-align:middle;height:35%;
	}

	#popRight{
		position:relative;display:block;width:100%;vertical-align:middle;height:auto;
	}

	#popRightIn {
		padding: 15px;
	}
	
	#titularPopUp.mailchimp{
		padding-bottom: 0px;
	}

	#titularPopUp.mailchimp h1 {
		font-size: 120%;
	}

	#news_form_popup .fila.privaciCheck {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.mc-field-group.segundo {
		margin-top: 15px;
	}

	#news_form_popup .fila.boton {
		padding-top: 15px;
	}
}*/

@media only screen and (max-width:570px){
	/*#popRightIn {
		padding-right: 23px;
	}*/


	#formSend,
	#formLegal {
		display: block;
		width: 100%;
	}

	/*#chimpPopUp {
		height: 305px;
	}*/
	#chimpPopUpIn{
		padding-bottom: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#news_form_popup .fila.boton {
		padding-top: 10px;
	}

	#news_form_popup .fila.privaciCheck {
		margin-top: 10px;
	}

	.fila.privaciLink{
		margin-top:10px;
	}
}

@media only screen and (max-width:400px){
	#titularPopUp.mailchimp h1 {
		font-weight: 400;
		font-size: 90%;
	}

	#chimpPopUpIn #acceptPolTxt{
		font-size:80%;
	}

	#chimpPopUp{
		/*height:240px;*/
	}

}	