@charset "utf-8";
/*Cambios Riobó 09/08/2018*/
.fondo {
	background-color: #000 !important
}
.eslogan {
	background: transparent !important
}
.form-container {
	background: rgba(22,33,51,0.75) !important
}
::placeholder {
 color: #fff !important;
 opacity: 1
}
::placeholder {
 color: #fff !important;
 opacity: 1
}
:-ms-input-placeholder {
 color: #fff !important
}
option {
 color: #333 !important
}
.footer__text {
	font-size: 0.8rem !important;
	line-height: 1rem
}
.footer__text:last-child {
	margin-bottom: 40px
}
.form__label-lopd {
	line-height: 1.1rem !important;
	font-size: 13px !important
}
.footer__text a {
	color: #fff;
	text-decoration: underline
}
.form__text-required {
	font-size: 13px !important
}
figure img {
	width: 90% !important
}
.eslogan {
	margin: 8% 0 !important
}

@media (min-width: 1100px) {
.eslogan {
	margin: 0 auto !important
}
}

@media (min-width: 1100px) {
.slider-for img {
	margin-top: 75px !important
}
}

@media (min-width: 1100px) {
.slider-for__title {
	font-size: 2.6rem;
}
}

@media (min-width: 1500px) {
.slider-for__figcaption {
	top: 20px !important;
	right: 60px !important
}
}
#message::placeholder {
 font-size:0.8rem
}
#message::placeholder {
 font-size:0.8rem
}
#message:-ms-input-placeholder {
 font-size:0.8rem
}/*Lightbox*/
.lightbox {
	display: none;
	outline: none;
	position: fixed;
	width: 50%;
	height:75%;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 0;
	box-sizing:content-box;
	box-shadow: 0 0 600px #000;
	transform: translate(-50%, -50%);
	z-index: 14;
	overflow-y: hidden
}
.close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #0062c5;
	text-decoration: none;
	font-size: 1.6rem
}
.lightbox div {
	font-size: 0.9rem;
	line-height: 1.1rem;
	height:90%;
	position: absolute;
	top:50px;
	left:0;
	margin:0 15px;
    overflow-y: scroll
}
.lightbox strong {
	font-size: 1rem
}
.lightbox:target {
	display: block
}
.slick-prev:before {
    content: "◄";
}
.slick-next:before {
    content: "►";
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.50;
}

