@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-size: 15px;
	color: #ffffff;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #0c2742;
}
a {
	text-decoration: none;
	color: inherit;
}
.noDesk{ display:none; }
.header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	box-sizing: initial;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	color: #FFF;
	font-family: "transducer", sans-serif;
}
.header .nav {
	height: 80px;
	width: 100%;
}
.header .lang {
	color: #fff;
	float: right;
	/*
	background-image: url(rs/ico-lang.png);
	background-repeat: no-repeat;
	background-position: left center;
	*/
	line-height: 50px;
    margin-top: 20px;
}
.header .nav .logo {
	float: left;
	width: 189px;
	padding-top: 22px;
	line-height: 0;
	margin-right:25px;
}
.header .nav .logo img{ width:100%; }
.header .nav .menu {
    float: left;
    line-height: 50px;
    margin-top: 10px;
}
.header .nav .btMenu {
	float: right;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	margin-top:15px;
}
.header .nav .menu .opt {
	float: left;
	margin-left: 1px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 0.01em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}
.header .nav .menu .opt.on{
	font-weight: 600;
}

@media screen and (min-width: 1279px) {
	.header .nav .menu .sub {
		position: relative;
		cursor: pointer;
	}
	.header .nav .menu .sub a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .nav .menu .submenu {
		min-width: 120px;
		padding: 0;
		background-color: #123456;
		line-height: 1.2;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		transform: translateY(-10px);
		transition: visibility .25s, opacity .25s, transform .25s;
	}
	.header .nav .menu .submenu a {
		display: block;
		padding: 12px 15px;
	}
	.header .nav .menu .submenu a:hover {
		background-color: #0f3b68;
	}
	.header .nav .menu .sub:hover .submenu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.wrap {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	max-width: 1240px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.wrap.large{
	max-width: 1800px;
}
.wrapLarge {
	max-width: 1620px;
}
.page {
	width: 100%;
	margin-top: 0;
	position: relative;
	z-index: 5;
	float: left;
	min-height:100vh;
	margin-bottom:-80px;
}
.page.pfs{
	min-height:100vh;
	background-color:#555555;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:-90px;
}
.page.pfs.fix{
	padding-bottom:90px;
}
.page .overPage {
	position: absolute;
	z-index: 5;
	height: 100%;
	width: 100%;
	background-image: url(rs/velado-50.png);
}

.area {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
    z-index: 10;
}
.area.padM{
	padding:75px 0px;
}
.msg{
	padding-top: 200px;
	max-width: 680px;

}
.titulo {
	font-family: "transducer", sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.subtit{
	font-family: "transducer", sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.msg .info{
	margin-top:25px;
	line-height: 25px;
	font-size:19px;
}
.btStand{
	font-family: "transducer", sans-serif;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	background-color: #ede325;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color: #0c2742;
	cursor:pointer;
}
.btStand:hover{
	background-color: #ffffff;
}
.btStand.center{
	display:block;
	text-align:center;
	margin: 0 auto;
	float:none;
	clear:both;
	width:220px;
}
.spM {
	clear: both;
	float: left;
	height: 200px;
	width: 100%;
}
.page.pfs .showroom {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.page.pfs .showroom .sld {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}

.page .nota{
	max-width: 900px;
	border-bottom: solid 2px #fff;
   padding-bottom: 75px;
	margin-bottom: 100px;
}

.page .news{
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 640px;
    gap: 5%;
}
.page .news .item {
	flex-basis: 30%;
	margin-bottom: 50px;
	text-decoration: none;
}
.page .news .item .thumb {
	clear: both;
	float: left;
	height: 200px;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page .news .item .infoNew {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 25px;
}
.page .news .item .infoNew .titNew {
    font-family: "transducer", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    letter-spacing: 0.01em;
}
.page .programa{ max-width:870px; margin:0 auto;}
.page .programa .item{
	width: 100%;
	border: solid 1px #fff;
	border-radius: 18px;
	padding: 5%;
	margin-bottom: 20px;
	box-sizing:border-box;
}
.page .programa .item .date {
	font-size: 50px;
	font-weight: bold;
	text-transform:uppercase;
	font-family: "transducer", sans-serif;
	    line-height: 55px;
    margin-bottom: 15px;
}
.page .programa .item .date .amarillo{
	color:#ede325;
}
.page .programa .item .obs {
	font-size: 16px;
}
.page .txtLegal {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size:14px;
	line-height:24px;
}
.page .txtLegal .titulo {
	font-family: "transducer", sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	margin-bottom:25px;
}
.page .partners {
	display: flex;
	 flex-wrap: wrap;
	 justify-content: flex-start;
	 min-height: 100px;
	 gap: 5%;
}
.page .partners .item {
	font-size: 24px;
    color: #FFF;
    text-align: center;
    width: 30%;
    min-height: 150px;
}


.page .dualCbox{
	float:left;
	width:100%;
	    font-family: "transducer", sans-serif;
}
.page .area .c-box{
	float:left;
	width:60%;
	margin-top:25px;
}
.page .area .c-box .adress{
padding: 25px 0px;
    margin: 25px 0px;
    float: left;
    clear: both;
	     font-size: 12px;
    letter-spacing: 0.02em;
}
.page .area .form-contact {
font-size: 15px;
padding-top:30px;
max-width: 800px;
margin: 0 auto;
}
.page .area .form-contact .campo {
  float: left;
  width: 50%;
}
.page .area .form-contact .campo-doble {
  float: left;
  width: 100%;
}
.page .area .form-contact .campo .ffield {
width: 90%;
height: 30px;
margin-top: 5px;
margin-bottom: 15px;
border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
	  font-family: "transducer", sans-serif;
}
.page .area .form-contact .campo-doble .ffield {
width: 95%;
height: 30px;
margin-top: 5px;
margin-bottom: 15px;
border: 1px solid #fff;
background-color: transparent;
color: #fff;
font-family: "transducer", sans-serif;
resize:none;
}
.page .area .form-contact .campo label {
  font-size: 12px;
}
.page .area .campo-doble a {
text-decoration: underline;
}
.page .area #button  {
    font-family: "transducer", sans-serif;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 25px;
    background-color: #ede325;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #0c2742;
    border: none;
    height: 40px;
    width: 176px;
	 cursor:pointer;
}
.page .area #button:hover{
	background-color: #ffffff;
}
.page .area .form-contact .mini {
  font-size: 13px;
  font-style: italic;
  color: #999;
}

.page .area .mapBox{
	float:left;
	margin-left: 10%;
	width:30%;
}
.page .hoyos{
	max-width: 450px;
    padding-bottom: 25px;
    float: left;
    clear: both;
}
.page .hoyos .item{
	font-family: "transducer", sans-serif;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	text-align: center;
	background-color: #ede325;
	display: block;
	float: left;
	color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-weight: 600;
}
.bYear{
padding-bottom: 45px;
    font-size: 36px;
    font-family: "transducer", sans-serif;
    font-weight: 500;
}
.mesBar{
	float:left;
	clear:both;
	width:100%;
	height:40px;
	margin-top:-60px;
	padding-bottom:45px;
}
.mesBar .item{
	float:left;
	width:90px;
	line-height:40px;
	    background-color: #fff;
	border-radius:25px;
	margin-right:15px;
	color: #0c2742;
    cursor: pointer;
	 text-decoration:none;
	     font-family: "transducer", sans-serif;
		  font-size:14px;
		  text-align:center;
	font-weight:bold;
}
.mesBar .item.on{
	 background-color: #ede325;
}
.footer {
	font-family: "transducer", sans-serif;
	clear: both;
	float: left;
	width: 100%;
	position:relative;
	z-index:10;
}
.footer .end{
	clear: both;
	float: left;
	width: 100%;
	padding: 30px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	color:#fff;
}
.footer .end .date{
	float:left;
}
.footer .end .flinks{
	float: right;
	font-size: 13px;
}
.footer .end .flinks .fopt {
	float: left;
	margin-left: 30px;
}

.page .galeria{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:80px;
}

/* Masonry */

.grid {
	clear: both;
	float: none;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer, .grid-item {
	width: 33.33%;
}
.grid-item {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	padding: 0;
	position:relative;
	padding: 1%;
}
.page .area .grid .grid-item .thumb {
	background-color: #0c2742;
	width: 100%;
	line-height: 0px;
	position: relative;
	overflow:hidden;
}
.clear{
	float:none;
	clear:both;
}

.galeria .grid-item .thumb {
	position: relative;
	padding-bottom: 66%;
}
.galeria .grid-item .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* PLUGINS */

#cookiesAlert{
    color: #fff;
    font-size: 12px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 25px 35px;
    text-align: center;
    background-color: #83889f;
    z-index: 9999;
    max-width: 360px;
}

#cookiesAlert div{
	max-width: 840px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
#closeCookie{
	padding: 5px;
    color: #fff;
    background-color: #fff;
    color: #000;
    padding: 6px 18px;
    text-decoration: none;
    margin:0 auto;
    clear: both;
    display: block;
}



@media screen and (max-width: 1278px) {
	.noDesk{ display:block; }
	.noPhone{ display:none; }
	.header{ background-color:#ffffff; color:#0c2742; position:fixed;}
	.header .nav .btMenu{ display: block; margin-top:12px;}
	.header .nav .logo{    margin-right: 0;
    position: absolute;
    left: 50%;
    margin-left: -95px;
	 padding-top:15px;}
	.header .lang{ float:left; color:#0c2742; margin-top:12px;}
	.header .nav .menu{display: none;position: absolute;width: 100%;background-color: #f7f7f7;top: 70px;left: 0px;text-align: center;line-height:60px;}
	.header .nav .menu .opt{float: none; margin:0; padding:0px; border-top: solid 1px #c9c9c9;font-weight:500;color:#0c2742; font-size:18px;}
	.header .nav .menu .sub svg path { fill: #0c2742 }
	.header .nav .menu .sub > a { display: flex; align-items: center; justify-content: center; }
	.header .nav .menu .submenu { line-height: 1.1; display: flex; align-items: center; justify-content: center; }
	.header .nav .menu .submenu > a { padding: 8px 20px 24px 20px; position: relative; }
	.header .nav .menu .submenu > a + a::before { content: "|"; position: absolute; left: -2px; }
	.page .news .item { flex-basis: 47.5%; }
	.page .news .item .thumb { height:300px; }
	.spM{ height:150px; }
	.mesBar{    margin-top: 15px;
    padding-bottom: 35px;}
	.grid-sizer, .grid-item{ width:50%;}
}

@media screen and (max-width: 768px) {
	.page.pfs{ margin-bottom:0px; height: auto;min-height: 90vh;}
	.page{ margin-bottom:0px; min-height: auto;}
	.page .news .item { flex-basis: 100%; margin-bottom: 40px; }
	.page .news .item .thumb { height:240px; }
	.msg { padding-top: 145px; float: left; margin-bottom: 0; }
	.spM{ height:100px; }
	.grid-sizer, .grid-item{ width:100%;}
	.page .programa .item .date {font-size: 30px; margin-bottom: 20px; line-height:35px;}
	.page .programa .item .date .amarillo {display: block;}
	.page .programa .item .obs{ font-size:18px; line-height:25px;	}
	.page .partners{ gap:10%;}
	.page .partners .item { width:45%; min-height:auto; }

	.footer .end{ border: none; }
	.footer .end .date{ margin-bottom:25px;}
	.footer .end .flinks{ float:left; }
	.footer .end .flinks .fopt {float: left; margin-left: 0; width: 100%; line-height: 30px;}
}

@media screen and (max-width: 1200px) {
	.page .area .c-box {
		clear: both;
		width: 100%;
	}
	.page .area .mapBox{
		display: none;
	}
}

@media screen and (max-width: 760px) {
	.page .area .form-contact .campo {
		width: 100%;
	}
	.page .area .form-contact .campo .ffield {
		width: 95%;
	}
}


/* Popup */
.popupoverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.popupoverlay__content {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 20px;
	color: #202A44;
	width: 100%;
	max-width: 480px;
	transition: top .2s, opacity .2s;
	max-height: 100%;
	opacity: 0;
}
.opened .popupoverlay__content {
	top: 50%;
	opacity: 1;
}
.popupoverlay__img {
	display: block;
	max-width: 100%;
	height: auto;
}
.popupoverlay__close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	.popupoverlay__close {
		top: 25px;
		right: 25px;
	}
}

.fans-wrap {
	display: flex;
}
.fans-banner {
	padding: 270px 0 0 90px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.fans-wrap {
		flex-direction: column;
	}
	.fans-banner {
		padding: 0;
	}
	.fans-banner .img-responsive {
		margin: auto;
	}
}
.foto-noticia {
	padding-top: 30px;
	padding-bottom: 20px;
}