body{
	background-color: #0a0b0c;
}

body.prehome{
	background-image: url(../img/bg-prehome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex: 1;
    min-height: 100vh;
}

body.prehome .logo{
	width: 98px;
	height: 102px;
	background-image: url(../img/logo.png);
	background-size: cover;
	display: inline-block;
}

b{
	font-weight: bold;
}

i{
	font-style: italic;
}

#menu_mobile{
	display: none;
}

#maincontent{
	position: relative;
	left: 0px;
	transition: 1000ms;
	background-color: #fff;
}

#maincontent.menu_open{
	left: -390px;
	opacity: 0.3;
}

.warning{
	color: #fff;
	text-align: center;
	display: none;
}

.warning h2.big{
	font-family: 'MavenPro-Regular';
	font-size: 25px;
	line-height: 28px;
	width: 500px;
	padding-top: 30px;
	margin: 0 auto;
}

.warning h3{
	font-family: 'MavenPro-Regular';
	font-size: 18px;
	padding-top: 20px;
}

.warning p{
	font-family: 'MavenPro-Regular';
	font-size: 14px;
	padding-top: 40px;
	width: 550px;
	margin: 0 auto;
	line-height: 22px;
}

.warning p a{
	font-weight: bold;
	color: #fff;
}

.birthdate input{
	font-family: 'MavenPro-Regular';
	font-size: 23px;
	color: #fff;
	text-align: center;
	width: 100px;
	border: 0px;
	background-color: transparent;
	border-left: 1px solid #191716;
	border-right: 1px solid #191716;
	height: 60px;
	margin-top: 30px;
}

.birthdate input:first-child{
	border: 0px;
	width: 80px;
}

.birthdate input:last-child{
	border: 0px;
}

.birthdate input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.birthdate input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.birthdate input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.birthdate input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.bt_acceder{
	width: 140px;
	height: 55px;
	display: inline-block;
	margin-top: 25px;
	transition: 750ms;
	opacity: 1;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-family: 'MavenPro-Regular';
	font-size: 20px;
	line-height: 55px;
	text-decoration: none;
	margin-right: 20px;
}

.bt_acceder_no{
	width: 140px;
	height: 55px;
	display: inline-block;
	margin-top: 25px;
	transition: 750ms;
	opacity: 1;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-family: 'MavenPro-Regular';
	font-size: 20px;
	line-height: 55px;
	text-decoration: none;
}

.bt_acceder:hover{
	opacity: 0.6;
}

nav{
	width: 100%;
	height: 140px;
}

body.home nav{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

nav .logo{
	float: left;
	width: 89px;
	margin: 30px 0 0 30px;
}

nav ul{
	float: right;
	display: inline-block;
	padding: 30px;
	font-family: 'Merriweather-Regular';
	font-size: 14px;
}

nav ul li{
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}

nav ul li a{
	color: #4a4a4a;
	text-decoration: none;
	display: inline-block;
	padding-top: 13px;
}

body.home nav ul li a{
	color: #fff;
}

nav ul li a.btn{
	border: 2px solid #ff9e1b;
	line-height: 35px;
	padding: 0 15px;
	color: #ff9e1b;
	border-radius: 0;
	margin-top: 0px;
}

nav ul li a.social{
	font-size: 20px;
	padding-top: 10px;
}

nav ul li a.social img{
	max-height: 16px;
	filter: brightness(0) invert(1);
}

.menuico{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.menuico span{
	background-color: #4a4a4a;
	height: 2px;
	line-height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

body.home .menuico span{
	background-color: #fff;
}

.menuico span:nth-child(2){
	width: 90%;
	top: 6px;
}

.menuico span:nth-child(3){
	width: 80%;
	top: 12px;
}

#megabanner{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}

#megabanner .item{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	display: none;
}

#megabanner .item.active{
	display: block;
}

#megabanner .item.active a{
	display: block;
	width: 100%;
	height: 100%;
}

#megabanner .item img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#megabanner label, #megabanner a.label{
	position: absolute;
	top: 160px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	font-family: 'Merriweather-Regular';
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	text-align: left;
	text-shadow: 1px 4px 5px black;
	cursor: pointer;
}

#megabanner label span, #megabanner a.label span{
	font-size: 30px;
}

#megabanner .controls{
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0px;
	text-align: center;
}

#megabanner .controls a{
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
}

#megabanner .controls a.pager:after{
	width: 6px;
	height: 6px;
	background-color: #908f91;
	display: inline-block;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 9px;
    left: 7px;
    transition: 750ms;
}

#megabanner .controls a.pager.active:after, #megabanner .controls a.pager:hover:after{
	width: 9px;
	height: 9px;
	background-color: #fff;
	top: 7px;
    left: 5px;
}

#megabanner .controls a.pager:before{
	width: 6px;
	height: 6px;
	display: inline-block;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 9px;
    left: 7px;
    border: 2px solid #feba30;
    box-sizing: border-box;
    transition: 750ms;
}

#megabanner .controls a.pager.active:before, #megabanner .controls a.pager:hover:before{
	width: 17px;
    height: 17px;
    top: 3px;
    left: 1px;
}

#megabanner .controls a#prev_banner{
	width: 37px;
	height: 14px;
	background-size: cover;
	background-image: url(../img/arrow-left.png);
	display: inline-block;
}

#megabanner .controls a#next_banner{
	width: 37px;
	height: 14px;
	background-size: cover;
	background-image: url(../img/arrow-right.png);
	display: inline-block;
}

#asociate_banner {
	margin-top: 0px;
  height: 76px;
	background-color: #fff;
	background-image: url(../img/BREWERS2022_Banner-1024.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	/*background-color: #fcc147;*/
	background-color: #fbba06;
}

#somos{
	padding: 110px;
	width: 1160px;
	margin: 0 auto;
	box-sizing: border-box;
}

#somos .col50{
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
}

#somos .col50:first-child{
	padding-right: 120px;
	padding-bottom: 50px;
	
}

#somos .col50.pdr20{
	padding-right: 20px;
}

#somos .col50.pdr50{
	padding-right: 50px;
}

#somos .col50:first-child:after{
	content: '';
	border-bottom: 1px solid #333333;
	width: calc(100% - 120px);
	position: absolute;
	bottom: 0px;
	left: 0px;
display:none;
}

#somos .col50.noborder:after{
	display: none;
}

#somos .col50.noborder{
	padding-bottom: 0px;
}

#somos .col50.square{
	border: 4px solid #000;
	padding: 20px;
	box-sizing: border-box;
	min-height: 240px;
}

.flex190{
	display: flex;
	flex: 1;
	align-items: center;
	height: 190px;
}

#somos .col50.square h3{
	font-family: 'Merriweather-Regular';
	font-size: 14px;
	color: #1b1b1b;
	line-height: 24px;
}

#somos .col50.square h4{
	color: #ff9e1b;
	font-family: 'MavenPro-Regular';
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
}

#somos .col50.square a {
    font-family: 'MavenPro-Regular';
    color: #1b1b1b;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    background-image: url(../img/arrow-right.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 45px;
    background-size: 35px;
    padding-top: 10px;
}

#somos .col50 h2, #somos .col100 h2{
	font-family: 'Merriweather-Bold';
	font-size: 29px;
	color: #ff9e1b;
	padding-bottom: 20px;
}

#somos .col50 h3, #somos .col100 h3{
	font-family: 'Merriweather-Bold';
	font-size: 22px;
	color: #4a4a4a;
	line-height: 27px;
}

#somos .col50 p, #somos .col100 p{
	font-family: 'MavenPro-Regular';
	color: #4a4a4a;
	font-size: 14px;
	line-height: 28px;
}

a.btn{
	font-family: 'MavenPro-Regular';
	text-decoration: none;
	display: inline-block;
	border: 2px solid #484848;
	line-height: 45px;
	padding: 0 35px;
	color: #000;
	font-size: 18px;
	border-radius: 30px;
	margin-top: 15px;
}

#mision{
	height: 650px;
	width: 100%;
}

#mision .col70{
	width: calc(100% - 425px);
	height: 100%;
	float: left;
	background-image: url(../img/mision.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

#mision div.info{
	width: 500px;
	font-family: 'MavenPro-Regular';
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

#mision div.info h2{
	font-family: 'Merriweather-Bold';
    font-size: 29px;
    color: #ff9e1b;
    padding-bottom: 20px;
}

#mision div.info a{
	font-family: 'MavenPro-Regular';
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	background-image: url(../img/arrow-right.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 45px;
	background-size: 35px;
}

#mision .col30{
	width: 425px;
	height: 100%;
	float: right;
	background-color: #a6192e;
	display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

#mision .col30 div.info{
	width: 250px;
	font-family: 'MavenPro-Regular';
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

#ultimas_noticias{
	background-color: #f6f6f6;
	padding: 40px 0;
}

#ultimas_noticias h2{
	text-align: center;
    font-family: 'Merriweather-Bold';
    font-size: 29px;
    color: #4a4a4a;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

#ultimas_noticias h2:after{
	content: '';
	width: 270px;
	height: 1px; 
	background-color: #feba2f;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -135px;
}

#ultimas_noticias .cols{
	width: 1200px;
	margin: 0 auto;
}

#ultimas_noticias .col1{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

#ultimas_noticias .col1:first-child{
	margin-right: 20px;
}

#ultimas_noticias .col1:last-child{
	background-color:#e8e8e8;
	padding: 35px;
	box-sizing: border-box;
	margin-left: 20px;
}

#ultimas_noticias .col1:last-child h2{
	font-size: 18px;
	font-family: 'MavenPro-Regular';
	font-weight: bold;
}

#ultimas_noticias .col1:last-child h2:after{
	display: none;
}

#ultimas_noticias .col1 article{
	width: 100%;
	min-height: 450px;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

#ultimas_noticias .col1 article label{
	font-family: 'MavenPro-Regular';
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	display: block;
}

#ultimas_noticias .col1 article h3{
	font-family: 'Merriweather-Bold';
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}

#ultimas_noticias .col1 article .info_news{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-shadow: 1px 4px 5px black;
}

#ultimas_noticias .masinfo{
	width: 80px;
	height: 80px;
	border: 2px solid #ff9e1b;
	border-radius: 50%;
	box-sizing: border-box;
	font-family: 'Merriweather-Regular';
	color: #ff9e1b;
	font-size: 50px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin-top: 120px;
	opacity: 0;
	transition: 750ms;
}

#ultimas_noticias .col1 article:hover .masinfo{
	opacity: 1;
}

#logos{
	padding: 60px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	height: 190px;
}

#logos .pager{
	width: 48px;
	height: 61px;
	border: 1px solid #4c4c4c;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 60px;
	text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #4c4c4c;
}

#logos #prevlogo.pager{
	left: 60px;
}

#logos #nextlogo.pager{
	right: 60px;
}

#logos_slider{	
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -30px; 
	vertical-align: top;
}

#logos_slider .slider_ins{
	position: relative;
	left: 0px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: left;
}

#logos_slider a{
	margin: 0 15px;
}

/**************************seccion*******************/
.intro_text{
	width: 1000px;
	margin: 60px auto 10px auto;
	font-size: 15px;
	line-height: 28px;
	color: #4a4a4a;
	font-family: 'MavenPro-Regular';
}

body.la-cerveza-de-todos .intro_text{
	width: 95%;
	max-width: 1200px;
}

.intro_text h1{
	font-size: 55px;
	font-family: 'Merriweather-Bold';
	line-height: 65px;
	text-align: left;
	color: #1b1b1b;
	padding: 35px 0;
	width: 85%;
}

.intro_text h3{
	font-size: 28px;
	font-family: 'Merriweather-Regular';
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #ff9e1b;
}

.block_col2{
	column-count: 2;
	column-gap: 80px;
}

.block_col3{
	column-count: 3;
	column-gap: 60px;
}

.block_col4{
	column-count: 4;
	column-gap: 50px;
}

.contentblock {
    width: 1000px;
    margin: 60px auto 10px auto;
    font-size: 15px;
    line-height: 28px;
    color: #4a4a4a;
    font-family: 'MavenPro-Regular';
}

body.la-cerveza-de-todos .contentblock{
	width: 100%;
	max-width: 1200px;
}

.contentblock h2{
	font-size: 35px;
	font-family: 'Merriweather-Bold';
	line-height: 35px;
	text-align: left;
	color: #1b1b1b;
}

.contentblock h3{
	font-size: 28px;
	font-family: 'Merriweather-Regular';
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #ff9e1b;
}

.contentblock h4{
	font-size: 20px;
	font-family: 'Merriweather-Regular';
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.contentblock.flex{
	display: flex;
}

.contentblock ul{
	padding: 20px 40px;
}

.contentblock ul li{
	list-style: disc;
}

.contentblock .cols2{
	-webkit-box-flex: 1;
    -ms-flex: 1 0 calc(25% - 20px);
    flex: 1 0 calc(50% - 20px);
    box-sizing: border-box;
}

.contentblock .imgblock{
	max-width: 100%;
    margin: 0 auto;
    display: block;
}

.contentblock .cols2{
	margin: 0 15px;
}

.contentblock .cols2:first-child{
	margin-left: 0px;
}

.contentblock .cols2:last-child{
	margin-right: 0px;
}

.subsections{
	position: relative;
	width: 100%;
	background-size: cover;
	height: 560px;
	text-align: center;
	display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 40px;
}

.subsections ul{
	display: inline-block;
	position: relative;
}

.subsections ul li{
	display: inline-block;
	padding: 5px;
	width: 200px;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}

.subsections ul li a{
	font-family: 'MavenPro-Regular';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    height: 200px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 26px;
    padding: 0 15px;
    box-sizing: border-box;
}

.subsections ul li a:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	border: 1px solid red;
	border-radius: 50%;
	opacity: 0;
	transition: 750ms;
}

.subsections ul li a:hover:after{
	width: 100%;
	opacity: 0;
}

#followmouse{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	border: 1px solid #ff9e1b;
	transition: 750ms;
	opacity: 0;
}

#followmouse.hidden{
	opacity: 1;
	transform: scale(3);
	
}

.slider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slider img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: 1000ms;
	object-fit: cover;
	height: 100%;
}

.slider img.active{
	opacity: 1;
}

.subsections.slide{
	height: 680px;
	width: 1300px;
	margin: 0px auto 20px;
}

.subsections.slide .controls{
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -600px;
	width: 100%;
	font-size: 16px;
	font-family: 'Merriweather-Regular';
	color: #fff;
	text-align: left;
}

.subsections.slide .controls_bottom{
	position: absolute;
	bottom: 60px;
	right: 50px;
	width: 120px;
	font-size: 16px;
	font-family: 'Merriweather-Regular';
	color: #fff;
	text-align: left;
}

.subsections.slide a#prev{
	width: 37px;
	height: 14px;
	background-size: cover;
	background-image: url(../img/arrow-left.png);
	display: inline-block;
}

.subsections.slide a#next{
	width: 37px;
	height: 14px;
	background-size: cover;
	background-image: url(../img/arrow-right.png);
	display: inline-block;
	margin-left: 20px;
}

.subsections.slide .controls label{
	display: block;
	padding-top: 10px;
	font-size: 28px;
}

.subsections.slide h3{
	font-family: 'Merriweather-Bold';
	color: #ff9e1b;
	font-size: 75px;
	position: absolute;
	bottom: 95px;
	left: 50%;
	margin-left: -600px;
	display: block;
	width: 1200px;
	text-align: left;
}

.subsections.slide h3:after{
	content: '';
	width: 60%;
	position: absolute;
	bottom: -25px;
	left: 0px;
	border: 0px;
	border-bottom: 1px solid #a6192e;
}

.subsections.slide .text{
	color: #fff;
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	line-height: 2;
	width: 100%;
}

.subsections.slide .item{
	width: 1100px;
}

.subsections.slide .item.hidden{
	display: none;
}

#pager_sections{
	margin-top: 30px;
	padding: 0px 0;
    height: 210px;
    display: flex;
    position: relative;
	background: rgba(243,243,243,1);
	background: -moz-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,243,243,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1 );
}

#pager_sections h4{
	color: #4a4a4a;
	font-family: 'Merriweather-Bold';
	font-size: 30px;
	text-align: center;
	padding: 0 50px;
}

#pager_sections .prev_subsection{
	width: 50%;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

#pager_sections .next_subsection{
	width: 50%;
	float: right;
	position: relative;
	display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

#pager_sections a{
	text-decoration: none;
}

#pager_sections a.pagersection{	
	color: #4a4a4a;
	font-family: 'MavenPro-Regular';
	font-size: 14px;
	text-decoration: none;
	background-image: url(../img/arrow-left.png);
	background-size: 37px;
	padding-left: 50px;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}

#pager_sections a.pagersection.nextcontent{
	background-image: url(../img/arrow-right.png);
	background-position: center right;
	padding-left: 0px;
	padding-right: 50px;
	float: right;
}

#pager_sections .controls{
	position: absolute;
	top: 15px;
	left: 50%;
	width: 270px;
	margin-left: -135px;
}

#grid{
	width: 1200px;
	margin: 0 auto;
	/* Ric padding: 70px 0; */
	padding: 0 0 30px 0;
}

#grid h2{
	font-size: 28px;
    font-family: 'Merriweather-Regular';
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #ff9e1b;
    padding-bottom: 20px;
}

#grid .col1{
	width: 50%;
	float: left;
	height: 275px;
	background-color: #000;
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	background-size: cover;
}

#grid .col1:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	/*border-bottom: 1px solid #979797;*/
	border-bottom: 5px solid #fff;
}

#grid .col1.colimg img{
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
}

#grid .col1.colimg:before, #grid .col1.colimg:after{
	display: none;
}

#grid.gridimg .cols{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#grid.gridimg .col1.colimg{
	width: 100%;
	float: none;
	height: auto;
}

/*
#grid.g_efaf660ee0071c996146cf7cc261e886 .col1:before,
#grid.g_139ad160daf07cc8f44efd5ab8b74250 .col1:before{
	border-bottom: 5px solid #fff;	
}
*/

#grid .col1:nth-child(2n+1):after{
	content: '';
	position: absolute;
	right: 0px;
	/*bottom: -10%;
	height: 120%;
	width: 1px;
	border-right: 1px solid #979797;
	*/
	height: 100%;
	width: 5px;
	border-right: 5px solid #fff;
}
/*
#grid.g_efaf660ee0071c996146cf7cc261e886 .col1:nth-child(2n+1):after,
#grid.g_139ad160daf07cc8f44efd5ab8b74250 .col1:nth-child(2n+1):after{
	width: 5px;
	border-right: 5px solid #fff;
}
*/

/*
#grid.g_abe71b0acab43b396aefeb168e644c7a .col1{
	width: 33.3%;
}

#grid.g_abe71b0acab43b396aefeb168e644c7a .col1:after{
	content: '';
	position: absolute;
	bottom: -10%;
	right: 0px;
	width: 1px;
	height: 120%;
	border-right: 1px solid #979797;
}

#grid.g_abe71b0acab43b396aefeb168e644c7a .col1:nth-child(3n+3):after, #grid.g_abe71b0acab43b396aefeb168e644c7a .col1:last-child:after{
	display: none;
}
*/

#grid.g_00cc7a316ab506085a59578b9cfc6a6a .col1{
	margin-left: 25%;
}

#grid.rejilla_center .col1{
	margin-left: 25%
}

#grid h3{
	font-family: 'Merriweather-Bold';
	font-size: 29px;
	line-height: 1.17;
	text-align: center;
	color: #ffffff;
	padding: 0 60px;
	position: relative;
	transition: 750ms;
	text-shadow: -3px -2px 7px black;
}

#grid h3:after{
	content: '';
	width: 220px;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -110px;
}

/*#grid h3 span.black_text:after{
	content: '';
	width: 220px;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -110px;
	z-index: 100;
}*/

#grid p{
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	opacity: 0;
	position: absolute;
	padding: 10px 30px;
	transition: 750ms;
	text-align: center;
	text-shadow: 0px 1px 8px black;
}

#grid p a{
	color: #FFFFFF;
    text-decoration: none;
}

#grid .col1:hover h3{
	opacity: 0;
}

#grid .col1:hover p{
	opacity: 1;
}

/*#grid .black_text{
	color: #000;
}*/

.clearfix{
	clear: both;
}
/**************fin seccion****************/
/**************noticias*******************/
#banner_img{
	width: 100%;
	height: 400px;
	background-image: url(../img/actualidad.jpg);
	background-size: cover;
	text-align: center;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	background-position: center top;
}

#banner_img span{
	font-family: 'Merriweather-Bold';
	font-size: 50px;
	max-width: 690px;
	width: 100%;
	color: #fff;
	line-height: 65px;
	position: relative;
	text-shadow: 1px 4px 5px black;
}

#banner_img span.small{
	font-size: 38px;
	line-height: 45px;
}

#banner_img h1{
	font-family: 'Merriweather-Bold';
	font-size: 50px;
	max-width: 690px;
	width: 100%;
	color: #fff;
	line-height: 65px;
	position: relative;
	text-shadow: 1px 4px 5px black;
}

#banner_img span:after{
	position: absolute;
	bottom: -15px;
	border-bottom: 1px solid #fff;
	content: '';
	width: 50%;
	left: 50%;
	margin-left: -25%;
}

.articles{
	width: 1200px;
	margin: 0 auto 50px;
}

.articles article{
	width: 100%;
	height: 450px;
	background-color: #f1f1f1;
	overflow: hidden;
}

.articles article div{
	width: 50%;
	float: left;
	padding: 60px 40px 0;
	box-sizing: border-box;
}

.articles article.right div{
	float: right;
}

.articles article.right div div{
	float: initial;
}

.articles article div time{
	color: #4a4a4a;
	font-family: 'MavenPro-Regular';
	font-size: 14px;
}

.articles article div h2{
	font-family: 'Merriweather-Bold';
    font-size: 35px;
    color: #000;
    line-height: 41px;
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px;
    width: 90%;
}

.articles article div div{
	color: #4a4a4a;
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	line-height: 28px;
	width: 90%;
	margin-top: 20px;
	padding: 0px;
}

.articles article div div ul{
	padding-left: 20px;
}

.articles article div div ul li{
	list-style: disc;
}

.articles article div span{
	color: #ff9e1b;
	font-family: 'MavenPro-Regular';
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
}

.articles article div h2:after{
	content: '';
	width: 100%;
	border-bottom: 1px solid #000;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.articles article figure{
	width: 50%;
	float: right;
	position: relative;
	height: 100%;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
}

.articles article.right figure{
	float: left;
}

.articles article figure:after{
	content: '+';
    width: 75px;
    height: 75px;
    display: inline-block;
    border: 2px solid #ff9e1b;
    border-radius: 50%;
    position: absolute;
    font-size: 48px;
    color: #ff9e1b;
    text-align: center;
    line-height: 74px;
    font-family: 'Merriweather-Regular';
    opacity: 0;
    transition: 750ms;
}

body.agenda .articles article figure:after{
    content: "\f073";
    font-family: FontAwesome;
    font-size: 30px;
}

.articles article:hover figure:after{
	opacity: 1;
}

.articles article figure img{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social_noticia{
	width: 1200px;
	margin: 60px auto;
	font-family: 'MavenPro-Regular';
	font-size: 14px;
	color: #4a4a4a;
	position: relative;
}

.social_noticia a{
	color: #4a4a4a;
	text-decoration: none;
}

.social_noticia span{
	color: #ff9e1b;
}

.addthis_toolbox{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m{
	width: 27px!important;
	height: 27px;
	background-color: #4a4a4a;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 27px;
	font-size: 16px;
	margin-left: 5px;
}

body.noticia .contentblock {
    width: 1200px;
    margin: 0px auto;
    font-size: 15px;
    line-height: 28px;
    color: #4a4a4a;
    font-family: 'MavenPro-Regular';
}

body.noticia .contentblock h1{
	font-family: 'Merriweather-Bold';
	font-size: 45px;
	line-height: 65px;
	color: #000;
}
/**************fin noticias*******************/

/**************buscador**********/
.listado_busqueda ul{
	padding-bottom: 40px;
}

.listado_busqueda ul li{
	padding-top: 20px;
}

.listado_busqueda ul li a{
	text-decoration: none;
}

.listado_busqueda h3{
	font-size: 18px;
	color: #ff9e1b;
	line-height: 22px;
}

.listado_busqueda h3 b{
	color: #000;
}

.listado_busqueda h4{
	color: #000;
}

.listado_busqueda small{
	color: #000;
	font-size: 12px;
}

.listado_busqueda h2 b{
	font-size: 18px;
	color: #ff9e1b;
}

nav #searchform div, #searchmov #searchform div  {
    width: 0px;
    height: 45px;
    overflow: hidden;
    transition: 750ms;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-top: 9px;
}

nav #searchform div input, #searchmov #searchform div input{
	color: #4a4a4a;
	border: 1px solid #4a4a4a;
	font-size: 12px;
	padding: 3px 5px;
	font-family: 'Merriweather-Regular';
	border-radius: 3px; 
}

nav #searchform.active div{
	width: 200px;
}

#searchmov{
	display: none;
}

/**************fin buscador**********/

aside{
	position: fixed;
	width: 0px;
	height: 100vh;
	top: 0px;
	right: 0px;
	display: block;
	background-color: #fff;	
	box-sizing: border-box;
	z-index: 100;
	transition: 1000ms;
	overflow: hidden;
}

aside div.content{
	width: 390px;
    overflow: auto;
    padding: 30px 50px 10px 15px;
    height: 100%;
    box-sizing: border-box;
}

aside.open{
	width: 390px;
}

aside ul{
	display: inline-block;
}

aside ul li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}

aside ul li a.btn {
    border: 2px solid #ff9e1b;
    line-height: 35px;
    padding: 0 15px;
    color: #ff9e1b;
    border-radius: 0;
    margin-top: 0px;
}

aside .closemenu{
	width: 37px;
	height: 14px;
	background-size: cover;
	background-image: url(../img/arrow-left.png);
	display: inline-block;
	margin-top: 13px;
}

aside .social{
	color: #4a4a4a;
	font-size: 20px;
	margin-top: 8px;
    display: inline-block;
}

aside .secciones{
	margin-top: 20px;
	text-align: left;
	padding-left: 25px;
	width: 90%;
}

aside .secciones li{
	display: block;
	width: 100%;
	font-family: 'MavenPro-Regular';
	font-size: 16px;
}

aside .secciones li a{
	display: block;
	padding: 7px 0;
	color: #1b1b1b;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

aside .secciones li.submenu{
	margin-left: 25px;
	position: relative;
}

aside .secciones li.submenu:before {
    content: '>';
    position: absolute;
    top: 8px;
    left: -10px;
    color: #feba30;
    transition: 750ms;
    font-size: 20px;
    transition-delay: 0ms;
}

aside .secciones li.submenu a:before {
    content: '';
    display: none;
}

aside .secciones li a:hover{
	font-weight: bold;
}

aside .secciones li a:after{
	content: '';
	width: 0%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #d8d8d8;
	transition: 750ms;
}

aside .secciones li a:hover:after{
	width: 100%;
}

aside .secciones li a:before{
	content: '>';
	position: absolute;
	top: 8px;
	right: 0px;
	color: #feba30;
	transition: 750ms;
	font-size: 20px;
	opacity: 0;
	transition-delay: 0ms;
}

aside .secciones li a:hover:before{
	transition-delay: 500ms;
	opacity: 1;
}

aside .colfooter{
	width: 280px;
    margin: 20px auto 0;
    text-align: center;
}

aside .colfooter img{
	width: 70px;
    margin: 0 20px 20px;
}


/**************contacto******************/
section#formcontacto {
    margin: 70px auto;
    width: 1100px;
}

section#formcontacto h2{
    font-family: 'MavenPro-Regular';
    font-size: 19px;
    color: #4b5863;
    padding-bottom: 20px;
    line-height: 25px;
}

section#formcontacto .col {
    width: 49%;
    display: inline-block;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;    
}

section#formcontacto .col label, section#formcontacto .bigcol label {
    width: 100%;
    font-family: 'MavenPro-Regular';
    display: block;
    padding: 15px 0;
    color: #4b5863;
}

section#formcontacto .bigcol label.mb20{
	margin-bottom: 20px;
}

section#formcontacto .col ul li label, section#formcontacto .bigcol ul li  label {
    padding: 5px 0;
}

section#formcontacto .col ul, section#formcontacto .bigcol ul{
    margin-bottom: 15px;
}

section#formcontacto .col input,
section#formcontacto .bigcol input{
    border: 1px solid #d9d9d9;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    font-family: 'MavenPro-Regular';
}

section#formcontacto .col input[type="checkbox"],
section#formcontacto .col input[type="radio"],
section#formcontacto .bigcol input[type="checkbox"],
section#formcontacto .bigcol input[type="radio"]{
    height: auto;
    line-height: auto;
    padding: 0;
    width: auto;
    font-family: 'MavenPro-Regular';
}


section#formcontacto .col textarea {
    border: 1px solid #d9d9d9;
    height: 250px;
    line-height: 16px;
    box-sizing: border-box;
    padding: 6px 15px;
    width: 100%;
    font-family: 'MavenPro-Regular';
    resize: none;
}

section#formcontacto.asociate .col textarea {
    height: 310px;
}

section#formcontacto #lblpolitica.bigcol{
	padding: 15px 0;
}

section#formcontacto #lblpolitica.bigcol input[type="checkbox"] {
	width: auto;
	float: left;
	height: auto;
}

section#formcontacto #lblpolitica.bigcol label{
	display: inline-block;
	width: auto;
	float: left;
	padding: 2px 15px;
}

section#formcontacto .bigcol #enviar {
    background-color: #0a0b0c;
    margin-top: 45px;
    font-size: 25px;
    color: #fff;
    font-family: 'Merriweather-Bold';
    max-width: 500px;
}
/**************fin contacto******************/

footer{
	background-color: #0a0b0c;
	padding: 55px 0;
}

footer .cols{
	width: 1050px;
	margin: 0 auto;
}

footer .cols .col30{
	width: 40%;
	display: inline-block;
}

footer .cols .col30 div{
	padding-bottom: 40px;
}

footer .cols .col30 div a{
	margin-right: 10px;
}

footer .cols .col70{
	width: 60%;
	display: inline-block;
	float: right;
	font-family: 'MavenPro-Regular';
	font-size: 12px;
	color: #727272;
}

footer .cols .col70 a{
	color: #727272;
	text-decoration: none;
}

footer .secciones{
	width: 100%;
}

footer .secciones li{
	width: 25%;
	float: left;
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	padding-bottom: 15px;
}

footer .secciones li a{
	text-decoration: none;
	color: #b8b8b8;
}

footer .social{
	padding: 20px 0;
	color: #8f8f8f;
	font-size: 20px;
	clear: both;
}

footer .social a{
	margin-right: 10px;
}

footer .social img{
	max-height: 16px;
}

footer .colsgobierno{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: center;
}

footer .colsgobierno > img{
	width: 100%;
}

footer .colsgobierno div{
	max-width: 400px;
	font-family: 'MavenPro-Regular';
    font-size: 12px;
    color: #727272;
}

#error404{
	width: 300px;
	padding: 60px 0 100px;
	margin: 0 auto;
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	text-align: center;
}

#error404 h1{
	font-family: 'Merriweather-Bold';
	color: #ccc;
	font-size: 150px;
	padding-bottom: 20px;
}

#error404 div{
	line-height: 25px;
}

#errorconstruccion{
	width: 500px;
	padding: 60px 0 100px;
	margin: 0 auto;
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	text-align: center;
}

#errorconstruccion h1{
	font-family: 'Merriweather-Bold';
	color: #ccc;
	font-size: 50px;
	padding-bottom: 20px;
}

#errorconstruccion div{
	line-height: 25px;
}

#breadcrumb{
	width: 1200px;
	margin: 0 auto;
	color: #000;
}

#breadcrumb ul{
	width: 100%;
	margin: 0 auto;	
	font-family: 'Merriweather-Bold';
	font-size: 12px;
	color: #ff9e1b;
}

#breadcrumb ul li{
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

#breadcrumb ul li a{
	color: #8b8b8b;
	text-decoration: none;
}

#breadcrumb ul li:after{
	content: '>';
	position: absolute;
    bottom: 1px;
    right: 5px;
}

#breadcrumb ul li:last-child:after{
	display: none;
}

/**************area privada*********/
section#formcuota{
	margin: 70px auto;
	width: 1100px;
	text-align: center;
	font-family: 'MavenPro-Regular';
}

.area-privada-login {
    font-size: 15px;
    text-align: center;
}

section#formcuota .col{
	width: 49%;
	display: inline-block;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: top;
}

section#formcuota .bigcol{
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: top;
}

section#formcuota .col .w50{
	width: 49%;
	display: inline-block;
}

section#formcuota .col .w50.right{
	width: 50%;
}

section#formcuota .col label, section#formcuota .bigcol label{
	width: 100%;
	font-family: 'MavenPro-Regular';
	display: block;
	padding: 15px 0;
	color: #4b5863;
}

section#formcuota .col label.big, section#formcuota .bigcol label.big{
	font-size: 40px;
	padding: 40px 0;
}

section#formcuota .col input, section#formcuota .bigcol input{
	border: 1px solid #d9d9d9;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	font-family: 'MavenPro-Regular';
}

section#formcuota .col input.error, section#formcuota .bigcol input.error{
	border: 1px solid red;
}

section#formcuota label.error{
	color: red;
}

section#formcuota .col select {
    border: 1px solid #d9d9d9;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    font-family: 'MavenPro-Regular';
    background-color: #fff;
}

section#formcuota .col select.error{
	border: 1px solid red;
}

section#formcuota .col textarea{
	border: 1px solid #d9d9d9;
	height: 250px;
	line-height: 16px;
	box-sizing: border-box;
	padding: 6px 15px;
	width: 100%;
	font-family: 'MavenPro-Regular';
	resize: none;
}

section#formcuota .col textarea.error{
	border: 1px solid red;
}

section#formcuota .col input[type='radio'], section#formcuota .col input[type='checkbox']{
	width: auto;
	height: auto;
	padding: 0px;
	border: 0;
	vertical-align: top;
}

section#formcuota .bigcol input[type='radio'], section#formcuota .bigcol input[type='checkbox']{
	width: auto;
	height: auto;
	padding: 0px;
	border: 0;
	vertical-align: top;
}

section#formcuota .col .checkbox label, section#formcuota .bigcol .checkbox label{
    width: 90%;
    display: inline-block;
    padding: 0px 0 15px;
}

section#formcuota .col small{
	font-size: 11px;
	display: block;
	padding-top: 5px;
}

section#formcuota .col a, section#formcuota .bigcol a{
	color: #4b5863;
}

section#formcuota .bigcol #enviar{
	background-color: #000;
	margin-top: 45px;
	font-size: 25px;
	color: #fff;
	font-family: 'Merriweather-Bold';
	max-width: 500px;
}

section#formcuota h2{
	color: #4b5863;
	font-family: 'MavenPro-Regular';
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

section#formcuota .bigcol.text-center{
	text-align: center;
}

section#breadcrumb{
	padding: 35px 0;
	margin-top: 0px;
}

section#breadcrumb ul{
	display: inline-block;
}

section#breadcrumb ul li{
	float: left;
	font-family: 'MavenPro-Regular';
	font-size: 13px;
	color: #4b5863;
	margin: 0 5px;
}

section#breadcrumb ul li a{
	color: #4b5863;
	text-decoration: none;
}

section#breadcrumb ul li i{
	color: #ff9e1b;
}

section#breadcrumb ul li span{
	font-family: 'MavenPro-Regular';
	font-weight: bold;
	text-decoration: underline;
}

section.userlogged {
    margin-top: 0px;
    background-color: #f0f2f4;
}

section.userlogged.nobg {
	background-color: transparent;
}

section#formcuota .bigcol.text-center{
	text-align: center;
}

.area-privada-login{
	font-size: 15px;
	text-align: center;
}

#menusections ul>li div span.arrow.download{
	font-size: 18px;
}

#breadcrumb.userlogged{
	width: 100%;
	text-align: center;
}

#breadcrumb.userlogged ul li:after{
	display: none;
}

#breadcrumb.userlogged ul{
	width: auto;
}

#breadcrumb.userlogged ul li{
	padding-right: 5px;
}

#menusections.listado ul{
	text-align: center;
	margin: 20px 0;
}

#menusections.listado ul>li.clipping{
	height: 240px;
	width: 312px;
    display: inline-block;
    background-size: cover;
    box-sizing: border-box;
    margin: 10px;
    vertical-align: top;
}

#menusections.listado ul>li.clipping div.image {
    height: 100%;
}

#menusections.listado ul>li div.image {
    height: calc(100% - 220px);
    background-color: #000;
}

#menusections.listado ul>li div {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    text-align: left;
    transition: 750ms;
}

#menusections.listado ul>li div.imagebg {
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
    background-size: cover;
}

#menusections.listado ul>li div span.arrow {
    width: 35px;
    height: 35px;
    background-color: #ff9e1b;
    line-height: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50%;
    font-size: 23px;
    transition: 750ms;
    color: #ff9e1b;
    background-color: #fff;
}

#menusections.listado ul>li a{
	text-decoration: none;
}

#menusections.listado ul>li div h1 {
    padding: 0px;
    width: 340px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 30px;
    font-family: 'MavenPro-Regular';
    font-size: 28px;
}

#menusections.listado ul>li div h1 span {
    position: relative;
}

#menusections.listado ul>li div h1 span:after {
    content: '';
    width: 115px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: 30px;
    transition: 750ms;
}

#menusections.listado ul>li:hover div h1 span:after {
    left: calc(100% - 115px);
}

#menusections.listado ul>li div h1 span h2 {
    font-family: 'MavenPro-Regular';
    font-size: 20px;
    padding-top: 25px;
}

#menusections.listado ul>li:hover div.imagebg {
    opacity: 1;
}

#lang{
	font-family: 'Merriweather-Regular';
    font-size: 16px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #4a4a4a;
    color: #4a4a4a;
    margin-top: 9px;
}

body.home #lang {
    color: #fff;
    border-bottom: 1px solid #fff;
}

body #lang option{
	color: #4a4a4a;
}

#langmov{
	display: none;
}

aside .secciones li#langmov a{
	display: inline-block;
}

aside .secciones li#langmov a.active{
	border-bottom: 1px solid #4a4a4a;
}

.contentblock .iframevideo{
	width: 100%;
	height: 600px;
}

#menusections.listado ul.listado_row{
	max-width: 800px;
	margin: 20px auto;
	text-align: left;
	margin-bottom: 100px;
}

#menusections.listado ul.listado_row>li.clipping{
	width: 97%;
	height: auto;
	padding: 5px 0;
	margin: 4px;
	border-bottom: 1px solid #f0f2f4;
	transition: 750ms;
}

#menusections.listado ul.listado_row>li:hover{
	background-color: #f0f2f4;
}

#menusections.listado ul.listado_row>li div.image{
	background-color: transparent;
}

#menusections.listado ul.listado_row>li div.imagebg{
	background-image: none!important;
	background-color: transparent;
}

#menusections.listado ul.listado_row>li div h1{
	color: #000;
	width: calc(100% - 80px);
	font-size: 18px;
}

#menusections.listado ul.listado_row>li div h1 span h2{
	display: none;
}

#menusections.listado ul.listado_row>li div span.arrow{
	top: -7px;
}

#menusections.listado ul.listado_row>li div h1 span:after{
	display: none;
}

#pager{
	margin-top: 30px;
	text-align: center;
	color: #4a4a4a;
	font-family: 'MavenPro-Regular';
}

#pager a{
	display: inline-block;
    border: 1px solid #4a4a4a;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-decoration: none;
    color: #4a4a4a;
	margin: 0 5px;
	transition: 750ms;
}

#pager a.active{
	color: #ff9e1b;
	border: 1px solid #ff9e1b;
	font-weight: bold;
	/*transform: scale(1.2);*/
}

#pager a:hover{
	color: #ff9e1b;
	border: 1px solid #ff9e1b;
}

.video_block div{
	position: relative;
	padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}

.video_block iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

sup{
	vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.foro{
	max-width: 900px;
    margin: 20px auto;
    text-align: left;
    margin-bottom: 100px;
	font-family: 'MavenPro-Regular';
	padding: 0 10px;
}

#disclaimer_foro{
	font-size: 10px;
	line-height: 14px;
}

.m-b-20{
	margin-bottom: 20px;
}

.table{
	margin: 20px 0;
	border: 1px solid #ccc;
	font-size: 14px;
}

.listado{
	margin: 20px 0;
	font-size: 14px;
}

.listado .row{
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 20px;
    box-sizing: border-box;
}

#breadcrumb_foro, #breadcrumb_foro a{
	color: #105289;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.row:not(:first-of-type) {
	border-top: 1px solid #ccc;
}

#banner_img.hidden{
	display: none;
}

.foro a{
	color: #a6192e;
	font-weight: bold;
	text-decoration: none;
}

.foro .txt_respuesta{
	margin-top: 10px;
}

.foro .txt_respuesta p{
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.foro .title{
	color: #105289;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.foro .title2{
	color: #105289;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.foro a.btn, .foro button.btn{
	border-color: #ff9e1b;
	border-style: solid;
    background-color: #ffffff;
    color: 	#ff9e1b;
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;	
    border-radius: 4px;
}

.foro a.btn i{
	color: #8f8f8f;
}

.foro a.btn.hidden{
	display: none;
}

.foro .desc{
	width: calc(50% - 5px);
	display: inline-block;
	margin: 8px 0 8px 5px;
	position: relative;
	
}

.foro .table .row:not(:first-of-type) .desc{
	margin: 8px 0 8px 50px;
	width: calc(50% - 50px);
	line-height: 23px;
}

.foro .table .row:not(:first-of-type) .desc:after{
	position: absolute;
	content:'';
	border: 1px solid #105289;
	border-radius: 25px;
	height: 25px;
	width: 25px;
	top: calc(50% - 16px);
	left: -38px;
}

.foro .desc_resp{
	width: calc(50% + 285px);
	display: inline-block;
    margin: 8px 5px;
    position: relative;
    font-size: 14px;
	line-height: 23px;
	box-sizing: border-box;
	padding: 5px 15px;
}

.foro .desc_perfil{
	width: calc(100% - 10px);
	display: inline-block;
    margin: 8px 5px;
    position: relative;
    font-size: 14px;
    line-height: 23px;
}

.foro .desc_resp .intro{
	width: calc(100% - 185px);
	display: inline-block;
}

.foro .desc_resp .botonera{
	width: 176px;
	display: inline-block;
	vertical-align: top;
}

.foro .desc_resp .botonera a{
	margin: 0 5px;
	float: right;
	width: 15px;
    height: 15px;
    padding: 3px 5px 5px;
}

.foro .desc_resp .botonera a i{
	pointer-events: none;
}

.foro .desc_perfil .img_perfil{
	width: 250px;
    display: block;
    text-align: left;
    margin-left: 254px;
}

.foro .desc_perfil label{
	width: 250px;
	display: inline-block;
	text-align: right;
}

.foro .desc_perfil input{
	height: 26px;
    width: 250px;
    margin: 5px 0;
}

.foro .time{
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #444;
}

.foro .cont{
	width: 125px;
	display: inline-block;
	text-align: center;
	margin: 8px 0;
	vertical-align: top;
}

.foro .prop{
	width: calc(50% - 300px);
	display: inline-block;
	margin: 8px 0;
	vertical-align: top;
	line-height: 16px;
	color: #333;
}

.foro .table-resume .prop{
	width: calc(50% - 270px);
}

.foro .tbody .prop{
	line-height: 23px;
}

.foro .prop img{
	max-width: 100%;
	margin-bottom: 10px;
	margin-top: 6px;
}

.foro .prop span.empresa{
	color: #444;
}

.foro .prop a.ver_perfil{
	color: #999;
}

.foro .prop a.title{
	font-size: 14px;
}

.foro .prop a i{
	color: #333;
}

.foro .txt_respuesta blockquote{
	font-style: normal;
	font-family: 'MavenPro-Regular';
	padding: 2px 0;
	border: 1px solid #e8e9ed;
	background-color: #fafafa;
	margin: 0 0 0 25px;
	padding: 10px;
	margin-bottom: 15px;
}

.foro .txt_respuesta blockquote:before
{
	content: '';
	width: 13px;
	height: 11px;
	background-image: url("../img/quote_ico.png");
	background-size: cover;
	display: block;
	margin-bottom: 10px;
}

.foro .botonera-sup form{
	display: inline-block;
	float: right;
    margin-top: 15px;
}

.foro .botonera-sup form input{
	height: 21px;
    border: 1px solid #ff9e1b;
    border-radius: 3px 0 0 3px;
	padding-left: 10px;
	font-family: 'MavenPro-Regular';
	border-right: 0px;
	outline: none;
}

.foro .botonera-sup form button{
    background-color: #ffffff;
    border: 1px solid #ff9e1b;
    padding: 4px 5px;
    margin-left: -5px;
	color: #ff9e1b;
	border-radius: 0px 3px 3px 0px;
	vertical-align: top;
}

#foro_gototop{
	position: fixed;
    bottom: 0px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: 750ms;
}

#foro_gototop.active{
	opacity: 1;
	transform: translateY(-30px);
	pointer-events: initial;
}

.editedby{
	color: #999;
}

.btn_back{
	float: right;
}

a.cke_button.cke_button__creatediv{
	display: none;
}

.overlaw .wrap.add_tema.respuesta .hidden{
	display: none;
}

.overlaw .wrap.add_tema div.adjuntarlbl{
	font-size: 15px;
	margin: 10px 0 5px;
}

.text-right{
	text-align: right;
}

#pager .pagination {
    justify-content: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

#pager .page-item{
	display: list-item;
}

#pager .page-item .page-link{
	position: relative;
    display: block;
    padding: 8px;
    margin-left: -6px;
    color: #ff9e1b;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#pager .page-item.active .page-link{
	background-color: #ff9e1b;
	color: #fff;
}

#pager .page-item.disabled .page-link {
    color: #70657b;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
	border-color: #dee2e6;
	opacity: 0.5;
}

.forobd #pager a{
	line-height: 23px;
    width: 20px;
    height: 20px;
    font-size: 14px;
}

.foro_selector{
	max-width: 520px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 50px auto 80px;
	font-family: 'MavenPro-Regular';
	line-height: 23px;
	color: #015189;
}

.foro_selector a{
	text-decoration: none;
	color: #015189;
}

.foro_selector h2{
	color: #015284;
}

.foro_selector .grid2{
	display: flex;
    flex-direction: row;
    align-content: space-around;
	gap: 80px;
	margin-top: 75px;
}

.foro_selector .grid2 .cell{
	width: 190px;
}

.foro_selector figure{
	width: 190px;
	height: 190px;
	border: 1px solid #febe52;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.foro_selector label{
	font-weight: bold;
	text-align: center;
	display: block;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.foro_selector .cell div{
	font-size: 14px;
}

.foro_selector span, .foro_selector b{
	color: #b9180f;
}

.foro_selector span.grey{
	color: #797979;
}

.initreferer strong, .initreferer b, .initreferer a{
	font-weight: 700;
	color: #105289;
}

section#breadcrumb ul li a.link span{
	font-weight: normal;
}

.adjuntos{
	border-top: 1px solid #ccc;
	padding: 10px 20px;
	margin-top: 15px;
}

.adjuntos label{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.adjuntos a{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #e8e9ed;
	background-color: #fafafa;
	padding: 3px 5px;
	margin-bottom: 5px;
	color: #a6192e;
    font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.adjuntos a i{
	pointer-events: none;
}

.overlaw{
	background: rgba(33, 41, 52, .25);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
    font: 15px 'MavenPro-Regular';
    overflow: auto;
}

.hidden{
	display: none;
}

.overlaw .wrap{
	background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    margin: auto;
    max-width: 675px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
    font-family: 'MavenPro-Regular';
}

.overlaw .wrap h4{
	font-weight: bold;
	margin: 5px 0 20px;
	color: #105289;
    font-size: 18px;
}

.overlaw .wrap label{
	font-size: 15px;
	width: 65px;
	display: inline-block;
}

.overlaw .wrap input{
	height: 22px;
	width: calc(100% - 80px);
	display: inline-block;
	margin-bottom: 10px;
}

.overlaw .wrap textarea{
	width: 100%;
}

.overlaw .wrap input.error{
	border: 1px solid red;
}

.overlaw .wrap .btn{
	border-color: #666;
	color: #666;
	border-radius: 5px;
	padding: 2px 8px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    margin: 10px 5px 0;
    font-size: 13px;
    font-weight: 600;
    float: right;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border: 1px solid #e8e9ed;
	background-color: #fafafa;
	margin: 0 0 0 25px;
	padding: 10px;
}

blockquote em{
	font-style: italic;
}

blockquote:before
{
	content: '';
	width: 13px;
	height: 11px;
	background-image: url("http://kif.arkasoftware.com/cerveceros/cpascual/img/quote_ico.png");
	background-size: cover;
	display: block;
	margin-bottom: 10px;
}

.txt_respuesta iframe{
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

#menu_area_privada{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

#menu_area_privada ul{
	margin: 0;
}

#menu_area_privada div{
	text-align: right;
}

.text-center{
	text-align: center;
}

.flex{
	display: flex;
    gap: 30px;
    align-items: center;
}

#somos iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

#mapa-craft{
	height: 1000px;
	position: relative;
}

#mapa-craft > div:first-child{
	scale: 0.8;
    transform-origin: top left;
	margin-top: -200px;
}

.modal-map{
	display: none;
    max-width: 400px;
	width: 90%;
    max-height: 400px;
    overflow: auto;
    height: auto;
    padding: 15px;
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.modal-map.active{
	display: block;
	z-index: 2;
}


.modal-map .close-modal-map{
	rotate: 45deg;
    position: sticky;
    top: 0px;
    font-size: 40px;
    right: 15px;
    cursor: pointer;
    width: 20px;
    left: 100%;
	z-index: 2;
} 

.modal-map label{
	display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -20px;
    position: sticky;
    top: 0;
    left: 0;
	background-color: #fff;
}

.modal-map label::before{
	width: 100%;
	height: 30px;
	position: absolute;
	top: -25px;
	left: 0;
	background-color: #fff;
	content: '';
}

.modal-map > b{
	font-size: 18px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-map > b img{
	max-height: 30px;
}

.modal-map a{
	color: #000;
}

.modal-map > ul{
	padding: 10px 40px 30px;
}

#list-craft{
	display: none;
}

#list-craft .isprovince {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 30px;
}

#list-craft .isprovince label{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	grid-column-end: -1;
	grid-column-start: 1;
}

#list-craft .isprovince > div > b{
	font-size: 18px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#list-craft .isprovince > div > b img{
	max-height: 30px;
}

#list-craft .isprovince a{
	color: #000;
}

#list-craft .isprovince ul{
	padding: 10px 40px 30px;
}

#backdrop-overlay{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
}

#backdrop-overlay.active{
	display: block;
	z-index: 2;
	background: rgba(255, 255, 255, 0.6);
}