/*-----------  Ventana emergente cookies ------------*/
.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
#barraaceptacion {
	display: none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.7);
	color:#fff;
	z-index:99999;
}
.inner {
	width:100%;
	padding: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: lighter;
}
.inner a.ok {
	text-decoration:none;
	background: #56B6D1;
	border-radius: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	margin-right: 0.7em;
	margin-left: 0.7em;
	font-weight: 300;
	padding: 0px 15px 4px 15px;
	color: #fff !important;
	transition: all 0.2s ease;
}
.inner a.ok b.aceptar-texto{
	font-weight: 300;
	font-weight: lighter;
	color: #fff;
	transition: all 0.2s ease;
}
.inner a.ok b.aceptar-texto:hover {
	color:#56B6D1;
}
.inner a.ok:hover {
	background:#fff;
}

.inner a.info {
	padding-left:5px;
	text-decoration:none;
	color:#56B6D1;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px; 
}
.inner a.info:hover {
	color: #fff !important;
}

/*----------  Botón scroll ------------*/
@keyframes point-up  {
	0% {
		bottom: 15px;
	}
	100% {
		bottom: 30px;
	}
}
.scrollup{
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	bottom: 4.9em;
	right: 30px;
	display:none;
	text-indent:-9999px;
	color: transparent;
	text-decoration: none;
	animation: point-up 1s infinite alternate;
	-webkit-animation: point-up 1s infinite alternate;
	bottom: 0px;
}

.scrollZindex{ /* para superponer la img de scroll sobre el resto de elementos*/
	z-index: 5;
	position: relative;
}

/* ------------ Lightbox contacto ----------- */
.lightbox {
	width: 100%;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.fondo-lightbox{
	width: 100%;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("img/fondo-opacity-black-80.png");
	background-repeat: repeat;
	z-index: 99999;
}
.lightbox .lightbox-content {
	max-width: 513px;
	background-color: #fff;
	margin: 3em auto 3em auto;
	box-shadow: 6px 6px 13px 0px rgba(0,0,0,0.3);
	position: absolute;
	left: 50%;
	top: 7%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 999999999999;
}
.home .lightbox .lightbox-content {
	top: 1% !important;
}
.lightbox .lightbox-content div.imagen-contacto {
	width: 100%;
	max-width: 173px;
	display: table-cell;
}
.lightbox .lightbox-content div.imagen-contacto .img-contacto{
	width: 100%;
}
.lightbox .lightbox-content header h3 {
	color: #313131;
	text-align: center;
	padding-bottom: 15px;
	font-family: 'Dancing Script', cursive, lighter, sans-serif;
	position: relative;
	font-size: 37px;
}
.lightbox .lightbox-content header a.cerrar-lightbox {
	position: absolute;
	top: -43px;
	right: -7px;
}
.lightbox .lightbox-content header a.cerrar-lightbox img {
	width: 37px;
	height: 37px;
	padding: 5px;
}
/* FORMULARIO */
.formulario-content p {
	font-weight: normal;
}
.lightbox .lightbox-content .formulario-content {
	background-color: #fff; 
	display: table-cell;
	width: 100%;
	max-width: 288px;
	padding: 30px;
	vertical-align: top;
}
.lightbox .lightbox-content .formulario-content .form_register {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.lightbox .lightbox-content .formulario-content .form_register .contactar-legal{
	margin-top: 0;
	margin-bottom: 5px !important;
	font-size: 14px;
}
.lightbox .lightbox-content .formulario-content .form_register .contactar-legal a{color: #56b6d1;}
/* Titulo contacto formulario*/

#gracias, #habla_conmigo {
	color: #fff;
}
textarea.form-text{
	border: 1px solid #e2e2e2;
	width: 100%;
	border-radius: 1px;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 253px;
	margin-bottom: 20px;
	padding: 10px;
}
input.form-text{
	border: 1px solid #e2e2e2;
	width: 253px;
	border-radius: 1px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 auto 20px auto;
	height: 45px;
	padding: 0px 10px;
}
input.btn-form {
	cursor: pointer;
	color: #fff !important;
	background: #2d2d2d;
	width: 7em;
	height: 1.9em;
	border-radius: 1px;
	font-family: 'Open Sans Condensed', sans-serif;
	border: none;
	font-size: 18px;
	margin-top: 10px;
}
input.btn-form:hover {
	color: #fff !important;
	background: #56b6d1;
}
.rc-anchor-light {
	background-color: #fff;
}
#rc-imageselect, .g-recaptcha {
	transform:scale(0.83);
	-webkit-transform:scale(0.83);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	width: 371px; 
	padding-left: 11px;
}

/*Formulario. Label flotando placeholder*/

.field {
	display: inline-block;
	width: 250px;
	position: relative;
}
label.field__label {
	box-sizing: border-box;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	left: 0;
	text-align: left;
	transform: translateY(3px);
	transition: all .2s ease-out;
	z-index: 9999999999;
	font-size: 13px;
	padding: 0px 10px;
	opacity: 0;
	color: #6e6e6e;
}
label.field__label.field--not-empty {
	opacity: 1;
	transform: none;
	display: block;
}
label.field__label .field__input {
	transition: all .2s ease-out;
	width: 100%;
	height: 45px;
	padding-top: 6px;
}
label.field__label.field__input:hover, label.field__label.field_input:focus {
	outline: 0;
	box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, .1);
}

label.field__label .field--not-empty {
	padding-bottom: 2px;
	padding-top: 18px;
}
/* POPUP MENSAJE FORMULARIO */
div.overlay div.popup {
	margin: 130px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	font-weight: lighter;
	min-width: 337px;
	max-width: 345px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}
div.overlay div.popup h2 {
	color: #56b6d1;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 27px;
	text-align: center;
}
div.overlay div.popup .content .popup p{
	padding-top: 5px;
	text-align: center;
}
div.overlay div.popup .content {
	text-align: center;
}
div.overlay div.popup .content a.cerrar {
	background-color: #56B6D1;
	border-radius: 2px;
	font-size: 17px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	padding: 0px 30px 5px 30px;
}
div.overlay div.popup .content a.cerrar:hover {
	background-color: #313131;
	color: #fff !important;
	text-decoration: none;
}
div.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("img/fondo-opacity-black-80.png");
	background-repeat: repeat;
	z-index: 99999999;
}
/* Errores lightbox o mensajes de enviado*/

.error {
	color: #FF0000;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 0.7em;
}
/* Página política cookies */
.cookies {
	font-weight: inherit;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI";
	font-size: 15px;
	padding-bottom: 30px;
}
.cookies .lightbox .lightbox-content {
	top: 16%;
}
.title-cookies {
	font-size: 23px;
	text-align: center;
	padding: 30px 0px
}
div.politica .linea-h2 {
	max-width: 50px;
	border-color: #56B6D1;
	border-width: 3px;
	margin-bottom: 25px;
}
div.politica h2 {
	font-size: 25px;
	color: #56B6D1;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: center;
}
div.politica h3 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 35px;
}
/*fin cookies*/


.responsive {display: none;}
.pc {display: block;}
div.politica.legal a {color: #56B6D1;}

@media (min-width: 300px) and (max-width: 964px){
	.lightbox .lightbox-content div.imagen-contacto .img-contacto{
		display: none;
	}
	.responsive {display: block;}
	.pc {display: none;}
}
@media only screen and (min-width: 706px){
	.home .lightbox .lightbox-content {top: 2.3% !important;}
}