html, body{font-family: 'clan';}
*{box-sizing: border-box;}
.wp{max-width: 1220px;width:100%;padding: 0 20px;position: relative;margin:auto;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
select{width: 100%}
h2{
	font-weight: 600;
	color:#171717;
	font-size: 1.75em;
	margin-bottom: 40px
}
h2 img.ico{position: relative;top:8px;margin-right: 10px;}
.bt{
	min-width: 180px;
	display: inline-block;
	border:none;
	border-radius: 4px;
	line-height: 40px;
	text-transform: uppercase;
	color:#FFF;
	font-size: .875em;
	text-align: center;
	font-weight: 300;
	padding: 0;
	background:#231f20;
	font-family: 'clan';
	cursor: pointer;
	outline: none;
}
#buscador{
	opacity: 0;
	position: fixed;
	z-index: -1;
	top:50%;left:50%;
	background-color: #27ace3;
	color: #FFF;
	width: 0;height: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#buscador.open{
	width: 100%;height: 100%;
	z-index: 9999;
	top:0;left:0;
	opacity: 1
}
#buscador h2{color: #FFF;padding-top:50px;margin-bottom: 30px;}
#buscador input{font-size: 24px;
	color: #fff;
	margin-bottom: 50px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	font-weight: 200;
	width: 100%;
}
#buscador .close{
	position: absolute;
	top:50px;right:20px;
	cursor: pointer;
}
#buscadorresultados li {
    list-style: none;
    margin-bottom: 30px;
}
#buscadorresultados li span {
    font-size: 12px;
    color: #fff;
    opacity: 0.9;
    display: block;
}
#buscadorresultados li a {
	display: block;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
article .wpBox{display: flex;justify-content: space-between;flex-wrap: wrap}
a{
	color: inherit;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	text-decoration: none;
}
header{
	padding: 15px 20px;
	position: absolute;
	width: 100%;
	top:0;left:0;
	z-index: 99;
}
header.fix{
	position: fixed;
	top:-100px;
	background-color: #FFF;
	padding: 10px inherit;
	
}
/*header.fix h1 img{	
	-webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%);
}*/
header.fix h1 .st0{fill:#32ade1;}
header.fix h1 .st1{fill:#231f20;}

header.fix #burguer span{color:#212121;}
header.fix #burguer i{background-color: #212121;}
header.fix .lupa{color:#212121;}
header.view{
	top:0;
	-webkit-transition:top 0.3s ease-out;
	-moz-transition:top 0.3s ease-out;
	-ms-transition:top 0.3s ease-out;
	-o-transition:top 0.3s ease-out;
	transition:top 0.3s ease-out;
}
@media (max-width: 1280px){
	header{	padding: 15px 20px;}
}
header h1{
	display: inline-block;
	position: relative;
	z-index: 9;
	width: 105px;
}
header h1 .st0,
header h1.open .st0{fill:#FFFFFF;}
header h1 .st1,
header h1.open .st1{fill:#231F20;}
/*header h1 img{
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}*/
#burguer, .lupa{
	float: right;
	position: relative;
	z-index: 9
}
#burguer{
	width: 50px;
	padding: 10px;
}
#burguer i{
	width: 100%;
	height: 2px;
	background: #FFF;
	margin:6px 0;
	display: block;
}
#burguer span{	
	position:absolute;
	right: 52px;
	white-space: nowrap;
	color: #FFF;
	font-size: 1em;
	font-weight: 300;
	top: 0;
	line-height: 50px
}
#burguer span:after{
	content: 'MENÚ';
}

header.fix #burguer.open span{color:#FFF;}
header.fix #burguer.open i{background-color: #FFF;}
#burguer.open span:after{
	content: 'CERRAR';
}
#burguer.open i:nth-child(2){display: none}
#burguer.open i{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#burguer.open i:first-child{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position: relative;
	top:8px;
}
.lupa{
	padding: 15px 0;
	font-size: 1.1em;
	color: #FFF;
	margin-left: 10px;
}
/*NAV*/
nav{
	position: absolute;
	z-index: 8;
	background: #1e272c;
	height: 720px;
	width: 100%;
	top:0;right: 0;
	display: none;
}
nav .bgblue{
	background-color: #32ade1;
	color:#FFF;width:43%;
	height: 100%;position:relative;
}
nav .bgblue .wpUl{
	position: absolute;
	right: 0;top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 480px;
	width: 100%;
}
nav .bgblue .wpUl h3{
	font-size: 1.75em;
	font-weight: 600;
	color:#FFF;
	margin-bottom: 25px;
}
nav .bgblue .wpUl ul li{
	position: relative;
	line-height: 40px;
	font-weight: 300;
	border-top:1px solid #84ceed;
	white-space: nowrap;
	color: #beecff
}
nav .bgblue .wpUl ul li img{position: absolute;right: 40px;top:12px;opacity: 0.6}
nav .bgblue .wpUl ul li:first-child{border:none;}
nav .bgblue .wpUl ul li ul{position: absolute;left: 99%;padding-left:20%;top:0;}
nav .bgblue .wpUl ul li ul li{border-top:none;color:#9e9e9e;}
nav .bgblue .wpUl ul li ul li ul{left:0;top:99%;font-size:0.81em;padding:4% 0 0}
nav .bgblue .wpUl ul li ul li ul li{line-height: 30px;color:#FFF;}
nav .bgblue .wpUl ul li:hover,
nav .bgblue .wpUl ul li:hover img,
nav .bgblue .wpUl ul li.active,
nav .bgblue .wpUl ul li.active img{opacity: 1;color:#FFF;}
footer {
    padding: 50px 0;
    overflow: hidden;
    background: #32ade1;
}
.footerlogo {
	float: left;
	margin-right: 30px;
}
footer p{
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	float:left;
	text-align: left;
}
footer p a{
	color: #27ace3;
}
footer a.social{
	float: right;
	margin-left: 5px;
	 -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
footer a:hover{
	opacity: 0.7;
}
/*SLIDE HOME*/
article.slideHome{
	height: 600px;
	position: relative;
}
article.slideHome .flex-viewport{height: 600px;}
article.slideHome ul.slides,
article.slideHome ul.slides li{
	width: 100%;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
}
article.slideHome ol.flex-control-nav{
	position: absolute;
	font-size: 0;
	top:50%;
	left:calc(50% + 600px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media(max-width: 1280px){
	article.slideHome ol.flex-control-nav{left: auto;right:20px;}
}
article.slideHome ol.flex-control-nav li{
	width: 10px;
	height: 10px;
	margin:10px 0;
	display: block;;
}
article.slideHome ol.flex-control-nav li a{
	display: block;
	width: 8px;
	height: 8px;
	margin: 1px;
	border-radius: 10px;
	background: #FFF
}
article.slideHome ol.flex-control-nav li a.flex-active{
	border:1px solid #FFF;
	width: 10px;
	height: 10px;
	background: transparent;
	margin: 0px;
}
article.slideHome ul.slides li .copy{
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#FFF;
}
article.slideHome ul.slides li .copy h3{
	font-size: 0.75em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 30px;
}
article.slideHome ul.slides li .copy h3 img{
	margin-right: 15px;
	top:14px;
	position: relative;
}
article.slideHome ul.slides li .copy h2{
	font-size: 2.625em;
    font-weight: 900;
    max-width: 600px;
    line-height: 1.1;
    margin-bottom: 55px;
    color:#FFF;
}
/*STRIPE*/
article.stripe{
	height: 120px;
	background-color: #32ade1;
	color: #FFF
}
article.stripe .wp{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
article.stripe .wp p{
	font-weight: 300;
	font-size: 1.5em;
}
article.stripe .wp .select-tramites{
	max-width: 700px;width: 100%;
	border-radius: 4px;
	height: 50px;
	background-color: #FFF;
	position: relative;
}
article.stripe .wp .select-tramites:after{
	content: url(../img/ico-arrow-down.png);
	position: absolute;
	right: 20px;top:15px;
	z-index: 0
}
article.stripe .wp .select-tramites select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	background: transparent;
	position: relative;
	padding: 0 20px;
	z-index: 2;
	font-family: 'clan';
	font-weight: 300;
	color:#9e9e9e;
	text-transform: uppercase;
	font-size: 0.75em;
	line-height: 50px;
	outline: none;
}
/*PAGOS ONLINE*/
article.pagos-online{
	background-color: #ecf2f4;
	padding: 60px 0;
	/*background-image: url(../img/bg-image-fc.png);
	background-repeat: no-repeat;
	background-position: top center;*/
}
article.pagos-online .boxPO{
	max-width: 280px;
	width: 24%;
	background: #FFF;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 20px;
}
article.pagos-online .boxPO h3{
	position: relative;
	background: #43dacc;
	background: -moz-linear-gradient(-45deg, #43dacc 0%, #32ade1 100%);
	background: -webkit-linear-gradient(-45deg, #43dacc 0%,#32ade1 100%); 
	background: linear-gradient(135deg, #43dacc 0%,#32ade1 100%); 
	position: relative;
	font-size: 2em;
	color:#FFF;
	font-weight: 200;
	height: 130px;
}
article.pagos-online .boxPO h3 span{
	position: absolute;
	top:50%;left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}
article.pagos-online .boxPO h3 img{
	position: absolute;
	right: -50px;
	opacity: 0.3;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
article.pagos-online .boxPO p{
	padding: 20px;padding-bottom:0px;
	color: #383838;
	font-size: 0.81em;
	line-height: 1.4;
	font-weight: 400;
	height: 75px;
	overflow: hidden;
}
article.pagos-online .boxPO a{
	background: #32ade1;
	width: calc(100% - 40px);
	display: block;
	margin:40px auto 0;
}
article.pagos-online .boxPO .select{
	background: #32ade1;
	width: calc(100% - 40px);
	display: block;
	margin:40px auto 0;
	position: relative;
}
article.pagos-online .boxPO .select:after{
	content: url(../img/ico-arrow-down.png);
	position: absolute;
	right: 20px;top:-1px;
	-webkit-filter: brightness(0%) invert(100);
	filter: brightness(0%) invert(100);
	z-index: 0;
}
article.pagos-online .boxPO .select select{
	-webkit-appearance:none;
	-moz-appearance:none;
	background: none;
	border: none;
	padding: 0 15px;
	color:#FFF;
	outline: none;
	font-family: 'clan';
	font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    font-size: .875em;
    height: 37px;
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 1
}
/*TRAMITES*/
article.tramitesutilizados,
article.calendario{
	padding: 60px 0;
	position: relative;
}
article.tramitesutilizados h3,
article.calendario h3{
	color:#32ade1;
	font-size: 1.375em;
	font-weight: 300;
	margin-bottom: 15px;
}
article.tramitesutilizados .boxTU{
	width: 50%;
	padding: 20px;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;;
	color:#171717;
	font-weight: 200;
}
article.tramitesutilizados .boxTU h4{font-weight: 600;margin-bottom: 24px;font-size: 0.875em}
article.tramitesutilizados .boxTU li{
	margin-top: 7px;
	line-height: 1.2;
	font-size: 0.81em;
	padding-left: 15px;
	position: relative;
}
article.tramitesutilizados .boxTU li i{color:#32ade1;position: absolute;left: 0;}
article.tramitesutilizados .boxTU:nth-child(2),
article.tramitesutilizados .boxTU:nth-child(4){border-right: 0}
article.tramitesutilizados .boxTU:nth-child(3),
article.tramitesutilizados .boxTU:nth-child(4){border-bottom: 0}
/*CALENDARIO*/
article.calendario{min-height: 580px;padding-bottom: 100px}
article.calendario .wp{display: flex;justify-content: space-between;}
article.calendario .wp-filtrar{max-width: 580px;width: 100%;}
article.calendario .wpFilters{
	max-width: 580px;	
}
article.calendario .wpFilters .select{position: relative;}
article.calendario .wpFilters .select:after {
    content: url(../img/ico-arrow-down.png);
    position: absolute;
    right: 24px;
    top: 10px;
    z-index: 0;
}
article.calendario .wpFilters select{
	-webkit-appearance:none;
	-moz-appearance:none;
	padding: 0 25px;
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 3px;
	border:1px solid #dedede;
	font-size: .81em;
	text-transform: uppercase;
	color:#9e9e9e;
	font-weight: 400;
	background: transparent;
	outline: none;
}
article.calendario .wpFilters a.pdf{
	display: inline-block;
	color:#32ade1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	margin-top: 10px;
}
article.calendario .wpFilters a.pdf img{
	position: relative;
	top: 10px;
	margin-right: 10px;
}
article.calendario .wpFilters button.bt{
	float: right;
	background:#32ade1;
	margin-top: 15px; 
}
article.calendario .wpFilters hr{margin: 40px 0 30px;}
article.calendario .wpFilters .bt.md{
	width: 48%;
	display: inline-block;
}
article.calendario .wpFilters .bt.md.last{float: right;}
article.calendario #calendar{}
/*ACCESOS*/
article.accesos{
	background-color: #ecf2f4;
	padding: 80px 0;
}
article.accesos .owl-dots{
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
	left: 0;
}
article.accesos .owl-dots .owl-dot{
	display: inline-block;
	width: 12px;height: 12px;
	border-radius: 10px;
	background: #ccc;
	opacity: .3;
	margin: 0 4px;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-ms-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
article.accesos .owl-dots .owl-dot.active{opacity:1;}
article.accesos .owl-carousel .boxAccess{
	height: 260px;
	background: #1a68c0;
	color:#FFF;
	position: relative;
	width: 100%;
	text-align: center;
}
article.accesos .owl-carousel .boxAccess .bt{width: 210px;}
article.accesos .owl-carousel .boxAccess.black{background-color: #1d262b}
article.accesos .owl-carousel .boxAccess.lgBlue{background-color: #32ade1}
article.accesos .owl-carousel .boxAccess.grey{background-color: #3c4148}
article.accesos .owl-carousel .boxAccess.black .bt,
article.accesos .owl-carousel .boxAccess.grey .bt{background-color: #32ade1}
article.accesos .owl-carousel .boxAccess .copy{
	width: 100%;
	max-width: 420px;
	position: absolute;
	top:50%;left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
article.accesos .owl-carousel .boxAccess .copy p{font-size:2em;margin-bottom: 30px;font-weight: 200}
article.accesos .owl-carousel .boxAccess .copy strong{font-weight: 600;}
/*NOVEDADES*/
article.novedades{
	height: 155px;
	background: #32ade1;
}
article.novedades .wp{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
article.novedades .wp p{color: #FFF;font-size: 1.25em;}
article.novedades input{
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius: 4px;
	background: #FFF;
	padding: 0 15px;
	margin-right: 20px;
	outline: none;
	height: 40px;
	border:none;
	font-family: 'clan';
	text-transform: uppercase;
	width: 500px;
}
/*INTERNA*/
article.head-interna{
	height: 480px;
	background-color:#1a68c0;
	background-repeat:no-repeat;
	background-position: 33vw 85px;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
article.head-interna.headMini{
	height: 320px;
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
}
article.head-interna .wp{height: 100%;color:#FFF;}
article.head-interna .copy{position: absolute;left: 20px;top:53%;}
article.head-interna .copy h3{
	position: relative;
	font-size: 2.625em;
	font-weight: 900;
	padding-left: 55px;
}
article.head-interna .copy h3 img{position: absolute;left:0;top:0;}
article.head-interna .copy h4{font-size: 0.75em;text-transform: uppercase;margin-bottom: 5px;padding-left: 55px}
article.descripcion{
	padding: 80px 0;
	background: #f1f6f7;
}
article.descripcion h3{
	color: #171717;
	font-size: 2em;
	font-weight: 200;
}
article.descripcion p{
	color: #7a7e89;
	font-size: .875em;
	font-weight: 300;
	margin: 20px 0;
	line-height: 1.5625
}
article.descripcion p strong{font-weight: 400;color:#171717;}
article.descripcion i{
	position: absolute;
	color: #7a7e89;
	left:20px;bottom:-50px;
}
article.tabs{
	padding: 70px 0;
}
article .wpNews{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
article .wpNews .block{
	width: calc(33.33% - 14px);
	margin:20px 0;
}
article .wpNews .block .img{
	padding-top: 56.25%;
	background-color:#ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover 
}
article .wpNews .block h5{
	margin:15px 0;
	font-size: 13px;
	text-transform: uppercase;
	color:#7a7e89;
}
article .wpNews .block h4{
	font-size: 18px;
	color:#171717;
}
article .wpNews .end{
	width: 100%;
	text-align: center;
	margin-top: 60px
}
/*TABS*/
ul.tabs li {
	display: inline-block;
	color: #7a7e89;
	font-size: .81em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
ul.tabs li a{
	display: block;
	height: 22px;
	padding: 0 8px;
	border-bottom: 1px solid #dedede;
}
ul.tabs li.active a {
	border-bottom: 2px solid #2bade1;
	color:#2bade1;
}
.body-tabs{
	clear: both;
	padding: 70px 0;
}
.body-tabs article h2{
	font-size: 1.5em;
	color:#171717;
}
.body-tabs article p{
	font-size: .875em;
	color:#9e9e9e;
	margin:25px 0;
	line-height: 1.5625;
	font-weight: 300
}
.body-tabs article p span{
	color:#383838;
}
.body-tabs article a:not(.btNews) {
	display: inline-block;
	line-height: 40px;
	color:#FFF;
	text-transform: uppercase;
	background: #2bade1;
	font-size: .875em;
	border-radius: 4px;
	padding: 0 14px;
}
.body-tabs article .wpIframe{margin-top: 50px;}
/*NOTA DETALLE*/
article.detail-note{
	padding: 150px 0;
	position: relative;
}
article.detail-note:before{
	content: '';
	width: 100%;
	height: 600px;
	position: absolute;
	background: #f1f6f7;
	top:0;left:0;
	z-index: 0;
}
article.detail-note .wp-detail{
	position: relative;
	z-index: 1;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}
article.detail-note .wp-detail a.back{
	color: #171717;
	margin-bottom: 30px
}
article.detail-note .wp-detail h5{
	margin:50px 0 25px;
	font-size: 13px;
	text-transform: uppercase;
	color:#7a7e89;
}
article.detail-note .wp-detail img{width: 100%;display: block;margin-bottom: 30px}
article.detail-note .wp-detail p {
    color: #7a7e89;
    font-size: .875em;
    font-weight: 300;
    margin: 20px 0;
    line-height: 1.5625;
}
article.detail-note .wp-detail strong {
    font-weight: 400;
    color: #171717;
}
article.detail-note .wpNews .block{width: 100%;}
article.detail-note .owl-dots{
	width: 100%;
	position: absolute;
	bottom:-20px;
	text-align: center;
}
article.detail-note .owl-dots .owl-dot{
	display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #ccc;    
    margin: 0 3px;
    opacity: .5;
	-webkit-transition: ease-out .3s;
	-moz-transition: ease-out .3s;
	-ms-transition: ease-out .3s;
	transition: ease-out .3s;
}
article.detail-note .owl-dots .owl-dot.active{
    opacity: 1;
}
article.detail-note h2.otras{
	margin:50px 0 0 0;
}
/*CALENDAR*/
.c-nav-btn-over{background-color: #1a68c0 !important;}
.calendar{width: 378px;height: auto;}
.c-event-grid,
.c-grid{
	float: none;
	width: 100%;
	    box-shadow:none;
	    clear: both;
}
.calendar .c-pad-top{padding: 0}
.calendar .c-grid-title{
	height: 80px;
	background-color: #1a68c0;
}
.c-previous{border-radius: 5px 0 0;font-size: 0;background: url(../img/prev.png) no-repeat center 25px #1a68c0;}
.c-next{border-radius: 0 5px 0 0;font-size: 0;background: url(../img/next.png) no-repeat center 25px #1a68c0;}
.c-month{padding-top: 24px !important;text-transform: uppercase;color: #FFF;font-family: 'clan', sans-serif;font-size:16px;font-weight: normal;}
.c-week-day{
	height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'clan', sans-serif;
	background-color: #1a68c0;
	margin-bottom: 10px;
	width: 14.28%;
}
.c-day-previous-month,
.c-day-next-month,
.c-day{
	height: 52px;
	line-height: 52px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-family: 'clan', sans-serif;
	background-color: #FFF;   
	color: #9e9e9e;
	border-radius: 50px;
	margin: 1px 0;
}
.c-day-previous-month,
.c-day-next-month{color: #dedede}
.c-event{color:#171717;border:2px solid;line-height: 48px}
.c-today{color:#FFF;background:#1a68c0;}
.c-event.auto{border-color: green}
.c-event.casa{border-color:brown;}

.c-event-title{display: none;}
.c-event-body{background:transparent;}
.c-event-item {
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
.c-event-item:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 20px;
	border:3px solid;
	position: absolute;
	left:0;top:2px;
}    	
.c-event-item.auto:after{border-color: green}
.c-event-item.casa:after{border-color:brown;}

.c-event-item *{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal !important;
	font-family: 'clan', sans-serif;
	color:#9e9e9e;    		
}
.c-event-item > div{display: inline;margin-left: 5px;color:#171717;}
.c-event-item .title span{display: none;}

/*FAQS*/
article.head-interna.faqs{height: 250px}
article#faqs .wp{
	display: flex;
}
article#faqs .head {
    max-width: 1220px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: auto;
    margin-bottom: 60px
}
article#faqs .head ul a {
    display: block;
    height: 22px;
    padding: 0 8px;
    border-bottom: 1px solid #dedede;
}
article#faqs .head ul li {
    display: inline-block;
    color: #7a7e89;
    font-size: .81em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
article#faqs .head ul li.active a {
    border-bottom: 2px solid #2bade1;
    color: #2bade1;
}

article#faqs .head-tabs.aside{
	min-width: 400px;
	padding-right: 40px
}
article#faqs .head-tabs.aside ul.tabs li{display: block;margin-bottom: 20px}
article#faqs .body-tabs{padding-top: 0}
article#faqs .wp-faq{
	padding-bottom: 20px;	
}
article#faqs .wp-faq.pa{border-bottom: 1px solid #eee;margin-bottom: 40px;}
article#faqs .wp-faq h4{
	cursor: pointer;
	margin-bottom: 25px;
	font-size: 18px;
    color: #2bade1;
}
article#faqs .wp-faq h3{
	cursor: pointer;
}
article#faqs .wp-faq:not(.pa){padding-left: 20px;}
article#faqs .wp-faq .hide{
	display: none;
}
article#faqs li {
    font-size: .875em;
    color: #9e9e9e;
    margin: 25px 0;
    line-height: 1.5625;
    font-weight: 300;
}
article#faqs table{
	margin:20px 0;
	text-align: center;
}
article#faqs table td{padding: 5px}

@media(max-width: 1024px){
	article.slideHome ol.flex-control-nav{ 
		left: 20px;
	    bottom: 40px;
	    top: auto;
	    -webkit-transform: translate(0);
	    -moz-transform: translate(0);
	    -ms-transform: translate(0);
	    -o-transform: translate(0);
	    transform: translate(0);
	}
	article.slideHome ol.flex-control-nav li{display: inline-block;margin-right: 10px;}
}
@media (max-width: 1000px){
	article.stripe .wp .select-tramites{width: 50%;}
	article.calendario .wp{flex-wrap: wrap;justify-content: center;}
	article.calendario .wpFilters{max-width: 100%;}
	article.calendario #calendar{padding: 30px}
	article.accesos .owl-carousel,
	article.novedades .wp{flex-wrap: wrap;}
	article.accesos .owl-carousel .boxAccess{width: 100%;}
	article.novedades .wp p{width: 100%;}
	article.novedades form{width: 100%}
	article.novedades input{width: calc(100% - 210px)}
	article.slideHome ul.slides li .copy h2{font-size: 2em}
	article .wpNews .block {
	    width: calc(50% - 14px);
	    margin: 20px 0;
	}
}
@media (max-width: 640px){
	header h1{width: 90px}
	#burguer span{display: none;}
	h2{font-size: 1.2em}
	h2 img.ico{width: 30px}
	article .wpBox{flex-wrap: wrap;justify-content: center;}
	article.pagos-online .boxPO{width: 100%;margin: 10px 0}
	article.tramitesutilizados .boxTU{width: 100%;}
	article.tramitesutilizados .boxTU:nth-child(2) {border-top: 0;border-bottom: 0;border-left: 1px solid #dedede;border-right: 1px solid #dedede;}
	article.calendario .wpFilters button.bt{float: none;width: 100%;position: relative;top:20px;}
	article.calendario .wpFilters .bt.md{width: 100%;margin: 10px 0;}
	article.calendario .wpFilters .bt.md.last{float: none;}
	article.calendario #calendar{padding: 20px 0}
	article.calendario .calendar img{width: 100%;}
	article.accesos{padding: 40px 0}
	article.accesos .owl-carousel .boxAccess .copy{padding: 20px}
	article.accesos .owl-carousel .boxAccess .copy p{font-size: 1.2em}
	article.novedades input{width: 100%;margin: 20px 0 0;}
	article.novedades button{width: 100%;margin:10px 0;}
	article.novedades{min-height: 160px;height: auto;padding: 20px 0}
	article.stripe .wp p{width: 100%;}
	article.stripe .wp .select-tramites{width: 100%;margin-top: 20px}
	article.stripe .wp{flex-wrap: wrap;}
	article.stripe{height: auto;padding: 20px 0}

	nav{height: 100vh;overflow: auto;background: #32ade1;}
	nav .bgblue{width: 100%;padding:20px;padding-top:90px;height: auto;}
	nav .bgblue .wpUl{
		position: static;
		-webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	}
	nav .bgblue .wpUl ul{font-size: 12px;margin-top: 15px}
	nav .bgblue .wpUl ul li,
	nav .bgblue .wpUl ul li ul li,
	nav .bgblue .wpUl ul li ul li ul li{white-space: normal;line-height: 1.2;padding: 10px 0;}
	nav .bgblue .wpUl ul li ul{
		position: relative;
		left:0;top:0;
		padding: 20px;
		background: transparent;
	}
	nav .bgblue .wpUl ul li ul li{color: #FFF}
	nav .bgblue .wpUl ul li ul li.sbm:after {
	    content: url(../img/ico-arrow-down.png);
	    position: absolute;
	    left: 100px;
	    top: 8px;
	    -webkit-filter: brightness(0%) invert(100);
	    filter: brightness(0%) invert(100);
	    z-index: 0;
	}
	nav .bgblue .wpUl ul li ul li ul{padding: 0}
	nav .bgblue .wpUl ul li:hover img, 
	nav .bgblue .wpUl ul li.active img{
		right: 5px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	nav .bgblue .wpUl ul li ul,
	nav .bgblue .wpUl ul li ul li ul{display: none;}
	nav .bgblue .wpUl ul li:hover > ul{display: block;}

	ul.tabs li{display:block;margin-bottom: 10px;text-align: center;}

	.c-day-previous-month, .c-day-next-month, .c-day{line-height: 40px;height: 40px}
	.c-event{line-height: 36px}
	article .wpNews .block {
	    width: 100%;
	    margin: 20px 0;
	}
}