@import 'reset.css';
@import 'classes.css';

/*
=============================
>>> GENERAL
=============================
*/


html{
	background-repeat:repeat-y;
	background-position:bottom center;
	background-color:white;
	background-attachment:fixed;
	position: relative;
}

html.bg-scroll-en{background-image:url(../images/bg-scroll-en.png);}
html.bg-scroll-es{background-image:url(../images/bg-scroll-es.png);}
html.bg-scroll-pt{background-image:url(../images/bg-scroll-pt.png);}

body{
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Gotham', sans-serif!important;
	font-weight: 500;
	color:#333;
	background-color: rgb(255,255,255);
	overflow-x: hidden;
}

input, select, textarea{
	font-family: inherit;
}

a{
	color:inherit;
	text-decoration:none;
	font-weight:inherit;
}

#form-postular .form-group a {
	color:#ef5224;
}

#documentos {
	line-height: 1.45em;
}


a:hover, a:active{
	text-decoration:underline;
}

a.no-inderline:hover,
a.no-inderline:active{text-decoration:none;}

.content{line-height:1.5em; font-size:13px;}

.content h5,
.content p{margin-bottom:20px;}

.content img{
	height: auto;
	max-width: 100%;
	}


div.content  h5 {
	font-weight: bold;
}


.content ul{list-style-type:disc;}
.content ol{list-style-type:lower-alpha;}

.content ul,
.content ol{
    list-style-position: outside;
    margin-bottom: 15px;
    margin-left: 20px;
}

.content ul > li,
.content ol > li{margin-bottom:5px;}

.content hr{
    margin-top: 15px;
    margin-bottom: 20px;
    width: 255px;
    border: 0;
    height: 1px;
    border-radius: 4px;
    margin-left: 0;
    background-color: #000;
}

.content table{
	width:100%;
	line-height: 1em;
}

.content table th{text-align:left;}

.content table td{
	border-bottom:1px solid #000;
	padding: 10px 0;
	width: 50%;
}

.content h3{line-height:1.2em;}

.languages select{
	border:none;
	text-transform:uppercase;
	font-weight:inherit;
	color:inherit;
}

.smedia > .ico-smedia{
	display:inline-block;
	font-size:10px;
	padding-left:28px;
	height:20px;
	line-height:20px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size: auto 100%;
}

.smedia > .ico-smedia.ico-blog{background-image:url(../images/ico-blog.png)}
.smedia > .ico-smedia.ico-twitter{background-image:url(../images/ico-tw.png)}
.smedia > .ico-smedia.ico-facebook{background-image:url(../images/ico-fb.png)}

.ico-twitter-mini{
	padding-left:15px;
	background:url(../images/twitter.png) no-repeat center left;
}

.smedia-moon {
	display:flex;
	flex-wrap: wrap;
	width: 100px;
}

.smedia-moon > a{
	display:flex;
	justify-content: center;
	align-items: center;
	width:26px;
	height:26px;
	font-size:14px;
	color:#fff;
	background-color: #4e4e4e;
	border-radius: 50%;
	text-decoration: none;
	opacity: 1;
	transition: opacity ease-in-out 0.3s;
	margin:0 20px 10px 0;
	flex-grow: 0;
	flex-shrink: 0;
}

.smedia-moon > a:hover{
	opacity: 0.8;
}

section.home{overflow-x:hidden;}

small{font-size:90%;}

.ptop-80{padding-top:80px;}

/*
=============================
>>> HEADER
=============================
*/

.row-header{
	display:flex;
	flex-wrap: wrap;
}

.row-header > div{
	flex:1;
}

.row-header > .row-header--col-centered{
	margin: 0 auto;
}
/*
.row-header > .row-header--col-menu{
	flex:none;
} */

.row-header > .row-header--col-menu{
	white-space: nowrap;
}

.mleft-20{margin-left:15px;}


header nav{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header nav > div{
	/* float:left; */
}

header nav .menu{
	display: flex;
	align-items: center;
}

header nav .menu > li{
	margin-left:15px;
	/* float: left; */
}

header nav .menu > li:first-child{
	margin-left:0;
}

header nav .menu > li a{
	text-decoration:none;
	position:relative;
}

header nav .menu > li a:after{
	content:'';
	height:2px;
	width:16px;
	border-radius:5px;
	position:absolute;
	left:0;
	bottom:-6px;
	background-color:#ffb71b;
	opacity:0;
}

header nav .menu > li a:hover:after,
header nav .menu > li.current-menu-item a:after{
	opacity:1;
}

header .postulacion-alert{
	width:100%;
	position:relative;
}

header .postulacion-alert > .btn{
	min-width: 180px;
}

header .postulacion-alert > span{
	height:29px;
	padding-top:4px;
	border-radius: 35px;
	background-color:white;
	width:100%;
	/*line-height:1.2em;*/
	line-height:29px;
	font-size:12px;
}

header .postulacion-alert > span:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 33px;
    float: left;
}

header .smedia > .ico-smedia{
	display:block;
	margin-bottom:5px;
}

header .smedia > .ico-smedia.ico-blog{background-image:url(../images/ico-blog-gray.png)}
header .smedia > .ico-smedia.ico-twitter{background-image:url(../images/ico-tw-gray.png)}
header .smedia > .ico-smedia.ico-facebook{background-image:url(../images/ico-fb-gray.png)}

.logo .img-responsive{
	max-width: 470px;
	width:100%;
}

header .logo .img-responsive{
	height: 105px;
}

@media (max-width: 480px){
	.logo .img-responsive{
	max-width: 360px;
	}
}

@media (max-width: 480px){
	body{
	max-width: 480px;
	}
}

@media (max-width: 380px){
	body{
	max-width: 375px;
	}
}

/*
=============================
>>> FOOTER
=============================
*/

footer nav .menu > li{
	margin-right:25px;
	float: left;
}

footer .smedia > .ico-smedia{margin-left:24px;}
footer .smedia > .ico-smedia:first-child{margin-left:0;}

footer .smedia-moon{
	width:auto;
}

footer .smedia-moon >a{
	background: rgba(0,0,0,0);
  border: 1px solid #fff;
	margin: 0 15px 0 0;
}

footer .footer-menu{
	display:flex;
	align-items: center;
}

/*
=============================
>>> PLUGINS
=============================
*/

.slick-list,
.slick-track{height:100%;}

.slick-home{
	opacity:0;
	transition:opacity 0.2s ease-in-out;
	height:570px;
}

.slick-home .slide > div{
	/* width:645px; */
	margin:0 auto;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	width:95%;
	max-width:1120px;
}

.slick-home .slide > div.row{
	width:95%;
	max-width:1120px;
}


.slick-home .slide h1{
	width: 100%;
	text-align:left;
	padding-top: 7px;
}

.slick-dots{
	position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.slick-dots li{
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    width: 10px;
    margin: 0 12px;
    height: 10px;
}

.slick-dots li.slick-active{background-color:#fff;}

.slick-dots li button{
	visibility:hidden;
	width:100%;
	height:100%;
	padding:0;
}

.mCustomScrollbar{height:200px;}

.mCSB_scrollTools .mCSB_draggerRail{background-color: rgba(0,0,0,.4);}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: rgba(1, 160, 198,1); width:4px;}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: rgba(1, 160, 198,1);}

.uploadify,
.uploadify > object{width:100%!important;}

.uploadify > object{cursor:pointer;}

span[class^='parsley-']{
	position:absolute;
	font-size:11px;
	margin-top:2px;
}

.login span[class^='parsley-']{color:white;}

/*
=============================
>>> PASOS
=============================
*/

.paso-current > span{color:#ffb71b;}

.pasos{text-align: justify;}

.pasos:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.pasos > .paso{
	display:inline-block;
	vertical-align: top;
	width: 78px;
}

.pasos > .paso > span{
	height: 25px;
	line-height: 25px;
	display:block;
}

.pasos > .paso > span > span{
	vertical-align:middle;
	display:inline-block;
	line-height:normal;
}

/*
=============================
>>> TABS
=============================
*/

.tabs-container .tabs{
	border-bottom:1px solid #a0a0a0;
}

.tabs-container .tabs > .tab{
	width: 50%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
}

.tabs-container .tabs > .tab.active{
    background-color: #ffb71b;
    color: #fff;
}

.tabs-container .tabs-content{
	width:65%;
	margin:0 auto;
}

/*
=============================
>>> OTROS
=============================
*/

.login{
	height: 560px;
}

.postulacion-abierta{color:#ffb71b;}

.postulacion-cerrada{
	text-align:center;
	color:#414141;
	height:31px;
	border-radius: 35px;
	background-color:white;
	line-height:30px;
	font-size:12px;
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
}

.postulacion-cerrada-slider{
	display: block!important;
    margin-top: 20px;
    white-space: normal;
    line-height: 14px;
    padding-top: 4px;
}

.page-header{
	height:575px;
}

.documentos > li{
	margin-top:35px;
}

.documentos > li:before{
	content:"";
	display:block;
	float:left;
	width:35px;
	height:4px;
	border-radius:4px;
	background-color:#414141;
	margin-right:25px;
	margin-top: 5px;
}

.documentos > li:first-child{margin-top:0;}

.documentos > li > div{
	margin-left: 60px;
}

.home-navigation a .item-round, .home-navigation a path{transition:background-color ease-in-out 0.2s;}
.home-navigation a:hover .item-round{background-color:#ffb71b; border-color:#ffb71b;}
.home-navigation a:hover path{stroke:#fff; fill:#fff;}

.gototop{
	background-image:url(../images/ico-gotop.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	top: -40px;
    right: 40px;
	width:41px;
	height:40px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

/*
=============================
>>> CRONOGRAMA
=============================
*/

.cronograma .etapa{
	position:relative;
	margin-top:50px;
}

.cronograma .etapa:before{
	content:"";
	width:1px;
	height:50px;
	background-color:#ffb71b;
	display:block;
	position:absolute;
	top:-50px;
	left:45px;
}

.cronograma .etapa:first-child{margin-top:0;}
.cronograma .etapa:first-child:before{display:none;}

.cronograma-title > .width-fix{width:85px;}

.just-mobile{display:none;}
.just-desktop{display:block;}

.btn-plus.just-desktop{display:inline-block;}

.cronograma-categoria-titulo{
    width: 270px;
    white-space: normal;
}

.cronograma-categoria:last-child .cronograma-categoria-titulo{width: 255px;}

/*
=============================
>>> USER LOGGED IN
=============================
*/

.user-in {
    height: 33px;
    /* width: 365px; */
    font-size: 13px;
    line-height: 33px;
    position: relative;
    /*position: absolute;
    right: 0;
    top: 46px;*/
	text-align: right;
    white-space: nowrap;
}

.user-in > .postulante{
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border:1px solid #fff;
	padding:0 20px;
}

.user-in > .links{
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	padding:0 25px 0 40px;
	background-image:url(../images/user_pic.png);
	background-position:left 5px center;
	background-repeat:no-repeat;
	margin-left: -15px;
	margin-top:1px;
}

.user-in > .links > a{display:inline-block;}
.user-in > .links > a:first-child{margin-right:15px;}

/*
=============================
>>> PRENSA
=============================
*/

.nota{
	margin-bottom:20px;
}

.nota > a{
	height:250px;
	position:relative;
}

.nota > a > .h5{
	position:absolute;
	width:94%;
	left:3%;
	bottom:10px;
}


.recuadro {
    border: 1px solid #ffb71b;
    overflow: hidden;
    height: auto;
    padding: 3%;
    margin: 4% 0;
}

.borwserWarning {
	padding: 10px;
	border: 1px solid rgb(255, 0, 0);
	color: rgb(255, 0, 0);
	line-height: 12px;
	font-weight: bold;
	margin-top: 30px;
}


.video>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video{
	/*height:320px;*/
	overflow:hidden;
	position:relative;
	text-align:center;
	width: 100%;
	margin-bottom: 20px;
}

.video:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100px auto;
	opacity:0.8;
	z-index: 10;
}

.video.paused:before{
	background-image:url(../images/play3.png);
}

.video video{
	height:100%;
	width:auto;
}
.video::after{
	display: block;
	padding-top: calc(9 / 16 * 100%);
	content:'';
}

/*
=========================================
*/

.redes-wrapper{
	max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.redes-wrapper .single-tweet{
	line-height:1.5em;
}

/*
.header-height{
	height:80px;
}
*/

.slider-icon{
	width:90px;
}

@media (max-width: 1280px){
	header.bgcolor-white{margin-top:60px;}
}

@media (max-width: 1199px){
	header .postulacion-alert > span{font-size: 9px;}
	header .postulacion-alert > span:before{width:7px;}

	footer nav .menu > li {margin-right: 16px;}
	footer .smedia > .ico-smedia {margin-left: 4px;}
	footer .languages.mleft-45{margin-left: 25px;}
}

@media (max-width: 1145px) and (min-width: 769px){
	.logo{width:60%;}

	.user-in{
		width: 290px;
		font-size: 11px;
	}
}

@media (max-width: 865px) and (min-width: 769px){
	.logo{width:40%;}

}

@media (max-width: 845px) and (min-width: 769px){
	.languages.mleft-20,
	header nav .menu > li{
		margin-left:10px;
	}
}

@media (max-width: 768px){

	.just-mobile{display:block;}
	.just-desktop{display:none!important;}

	header{ padding:20px 10px!important; overflow:hidden;}

	header, footer{text-align:center;}

	/* header nav > div{
		float:none;
	} */

	header .postulacion-alert{margin-bottom:0; margin-left:auto; margin-right:auto;}

	header .postulacion-alert > .btn,
	footer .btn{
		display: block;
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom:10px;
	}

	header .postulacion-alert > span{
		display: block;
		text-align: center;
		font-size: 11px;
		line-height: 26px;
	}

	header nav{
		justify-content: center;
	}

	header nav,
	footer nav{
		text-align:center!important;
		float:none!important;
	}

	header nav .menu > li,
	footer nav .menu > li{
		float:none;
		display:inline-block;
	}

	header nav .menu > li:first-child{margin-left:0;}

	.row-header > div{
		margin-bottom: 20px!important;
	}

	.row-header{
		flex-direction:column;
	}

	footer nav{
		margin-top:20px;
	}

	footer nav .menu > li:last-child{margin-left:0;}

	footer .pull-left, footer .pull-right,
	.documentos-title .pull-left{float:none;}

	footer .d-flex,
	footer .footer-menu{
		flex-direction: column;
	}

	footer nav .menu > li{
		margin-right: 10px;
	}

	footer .smedia-moon{
		justify-content: center;
	}
	footer .smedia-moon > a{
		margin:0 10px 5px 0;
	}

	.user-in {
    	height: 73px;
	}

	.user-in > .postulante {
		display: block!important;
	}

	.languages,
	.smedia{float:none!important;}


	.user-in{
		top:auto;
		bottom:0px;
		width:auto;
	}

	.user-in > .links{text-align:left;}

	header .smedia > .ico-smedia,
	footer .smedia > .ico-smedia{
		width: 100px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	footer .languages{margin-top:10px; text-align: center;}
	footer .languages.mleft-45{margin-left:0;}

	footer .row-middle,
	.documentos-title .row-middle,
	.slick-home .slide .row-middle,
	.cronograma-title.row-middle,
	.cronograma-title .row-middle,
	.cronograma .etapa.row-middle{white-space: normal;}


	footer .row-middle > div,
	.documentos-title .row-middle > div,
	.slick-home .slide .row-middle > div{display:block;}

	.home-navigation > a{
		margin-bottom: 40px;
		/* display: block!important; */
		width: 48%;
		/* float: left; */
		margin-left: 0px!important;
		margin-right: 0!important;
		/* display: inline-block; */
	}

	.mob-paddings > div{
		padding-left:15px;
		padding-right:15px;
	}

	.prensa{
		margin-bottom:30px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.slick-home .slide > div{text-align:center;}


	.slick-home .slide div > img{display:inline-block;}

	.pasos{text-align:center;}
	.pasos > .paso.paso-next, .pasos > .paso.paso-done{display:none;}

	.pasos > .paso.paso-current{width:auto;}

	.pasos > .paso.paso-current > .item-round{
		display: inline-block;
		margin-right: 10px;
	}

	.pasos > .paso.paso-current > span{display:inline-block;}

	.anclas > .ancla,
	.anclas > .ancla2{display:block; margin-bottom:5px;}





	.documentos-title{text-align:center;}
	.documentos-title .mleft-70{margin-left:0; margin-top:15px;}
	.documentos-title .mright-10{margin-right:0; margin-bottom:15px;}

	.cronograma-title{text-align:center;}
	.cronograma-title .mright-25{margin-right:0; margin-bottom:10px;}
	.cronograma .etapa{text-align: center;}

	.cronograma-title > .width-fix{width:100%;}

	.cronograma .etapa{margin-top:20px;}
	.cronograma .etapa .item-round{margin-bottom:20px; margin-right:0; display: inline-block;}

	.cronograma .etapa > div{display:block;}
	.cronograma .etapa:before{display:none;}

	.cronograma-title .cronograma-categoria{
		text-align:left;
		width: 100%;
		margin-left:auto;
		margin-right:auto;
		display:block;
		margin-bottom:20px;
	}

	.years{text-align:center;}

	.years .pull-left{
		float: none;
		display: inline-block;
	}
	/*
	.years .mright-15{
		position: absolute;
		top: 0;
		transform: translateX(-130%);
		left: 50%;
	}

	.years > .year{
		text-align: left;
		transform: translateX(40%);
	}
	*/

	.header-height{
		height:auto;
	}

	div.col-inline{
		margin-left:0!important;
		margin-right:0!important;
		width: 55%;
		min-width: 200px;
		width: calc(50% - 30px);
		min-width: 0;
		margin-bottom: 40px;
	}

	.years > .year .mbottom-30{
		margin-bottom:15px;
	}

	.years > .pull-left{
		float:left;
	}

	.anclas > .ancla:empty,
	.anclas > .ancla2:empty{
		display:none;
	}

	.row-middle {
		white-space: normal;
	}

	.login{height:770px;}

	.slick-home{
		height: 630px;
	}

	.slick-home .slide h1{
		font-size: 16px;
		line-height: 20px;
	}

	.slider-icon{
		width:55px;
		margin-right: 10px;
		margin-bottom:20px;
	}

	.slick-home .slide > div,
	.slick-home .slide .col-6{
		width:265px;
		width:80%;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	.slick-home .slick-dots{
		bottom:20px;
	}

	h1, .h1 {
		font-size: 23px;
		line-height: 26px;
	}

	.btn-lower{
		margin-top:0;
	}

	.content .row-middle .fsize-20{font-size:15px;}

	.content .row-middle .pull-left,
	.cronograma-categoria .pull-left{display:none;}

	.page-header {
		height: 265px;
	}

	.page-header.row-middle{    white-space: nowrap;}

	.cronograma-categoria-titulo{font-size:17px;}

	textarea.form-control{height:210px;}

}

.tabs {
	height: auto;
    overflow: hidden;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: rgba(236, 235, 235, 0.6);
	border-radius: 5px;
}

/* Style the buttons that are used to open the tab content */
.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab a.active{
	text-decoration: underline;
	    color: black;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 0px;
    /* border: 1px solid #ccc; */
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.file-caption {
    line-height: 35px;
    margin-bottom: 12px;
    opacity: 0;
    height: 0px;
}

.file-caption.icon-visible {
    opacity: 1;
    height: auto;
}

.filled {
	display: block;
    height: auto;
    overflow: hidden;
    height: 5px;
    /* margin-left: 11px; */
    margin: 1px;
    margin-bottom: 0px;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.formulario hr.hr-big{display:none!important;}

.parsley-error{border-color:#bf2d2d}
span[class^='parsley-']{color:#bf2d2d}

.onbeforeunload{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10;
	background-color: rgba(255,255,255,0.5);
}

.onbeforeunload.show{display:block;}

.onbeforeunload .loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.onbeforeunload .loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #ffb71b;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.jurado19 .anclas{display:none;}

.jurado19 #jurados img{
	border-radius:50%;
	overflow:hidden;
	max-width:100px;
	margin: 0 auto;
    display: block;
}

.jurado19 #jurados>h5{
	font-size:16px;
	margin-bottom: 35px;
}

.jurado19 #jurados>.hr-left{display:none;}

.ganadores2019 .documentos-title .fsize-20.text-uppercase.fweight-bold{
	text-transform:none;
	line-height: 1.2em;
}

.ganadores2019 .documentos h5{
	text-transform:uppercase;
	font-size:14px;
	color:#424242;
	margin-bottom: 10px;
}

.ganadores2019 .documentos > li {
    margin-top: 55px;
}

.ganadores2019 .btn-lower{
	border:0;
	font-size:13px;
	color:#fff;
	background-color:#ffb71b;
	background-color:#ffb71b;
	font-weight:normal;
}

/*
===============================
>>> MENUS BID
===============================
*/

header#idb_header{border-bottom: 3px solid #eee;}

header#idb_header #block-newsmenu p a{
	padding: 3px 9px 3px 0!important;
}

header#idb_header nav .menu > li a:after{display:none;}

footer#idb_footer { width: 100%!important;  overflow-x: hidden;}

footer#idb_footer nav{margin-top:0!important;}

footer#idb_footer .region-footer-second nav h2,
footer#idb_footer .region-footer-third{
	box-sizing: border-box;
}

@media (min-width: 1280px){
	footer#idb_footer .region-footer-fourth { padding: 0!important;}
	footer#idb_footer .region-footer-third{ box-sizing: border-box;}
	footer#idb_footer.footer-ppal .region-footer-second nav:first-child h2{
		padding: 16px 0!important;
		line-height: 30px;
	}

	footer#idb_footer .region-footer-second nav {width: 18.25%!important; overflow: hidden;}
	footer#idb_footer .region-footer-second nav:first-child{width: 27%!important;}

	footer#idb_footer .region-footer-second nav:last-child h2:before{
		top: 17px!important;
		right: 15px!important;
	}

	 .region-footer-second nav:first-child ul.menu{
		padding: 2rem 0!important;
	}

	footer#idb_footer .region-footer-second nav:first-child ul.menu li{
		margin: 0 11px 21px!important;
	}
}

@media (max-width: 1279px){

	header#idb_header{position:absolute!important; padding:0!important;}

	footer#idb_footer .region-footer-third{ margin-bottom: 15px;}
	header#idb_header #block-newsmenu p{margin-top:10px!important;}

	footer#idb_footer .region-footer-third{
		padding-left:15px!important;
		padding-right:15px!important;
	}

	footer#idb_footer #block-footerlinks ul.menu li{margin-bottom:5px;}
}


@media (min-width: 480px){
	header#idb_header #block-mainmenu ul.menu, header#idb_header #block-mainmenues ul.menu, header#idb_header #block-mainmenufr ul.menu, header#idb_header #block-mainmenupt ul.menu {
		width: 100%!important;
	}

}

/*
header#idb_header, footer#idb_footer{opacity:0;}
*/

.gobernarte2019 .anclas,
.gobernarte2019 #jurados .hr-medium{display:none;}

.gobernarte2019 .documentos > li:before{
	width: 5px;
	height: 2px;
  margin-right: 5px;
  margin-top: 8px;
}

.gobernarte2019 .documentos > li > div{
  margin-left: 12px;
}

.gobernarte2019 .btn-transparent-negro{
	background-color: #ffb71b;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.gobernarte2019 #jurados h5{
  font-size: 20px;
}

.gobernarte2019.jurado2020 #jurados h5{
  font-size: 16px;
	margin-bottom:40px;
}

.gobernarte2019 #jurados .text-jurado-name,
.gobernarte2019.jurado2020 #jurados .text-jurado-name{
	text-transform: none;
	font-size: 13px;
  line-height: 1.5em;
}

.gobernarte2019 #jurados .text-jurado-name > span{
	font-weight: normal;
}

.gobernarte2019 #jurados .img-responsive{
  border-radius: 50%;
}

.aclaracion {
	font-size: 14px;
	font-weight: 400;
}

.ganadores2019 .documentos img {
	max-width: 300px;
}

.tallerganadores h2{
	font-size:26px;
	font-weight: 700;
}

.tallerganadores img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	display: block;
}

.tallerganadores .btn{
	text-transform: none;
	padding: 0 20px;
}

.page-header h2{
	white-space: normal;
	line-height: 1.3em;
	letter-spacing: .3em;
	font-size: 32px;
}

.b-convocatoria{
	display:flex;

}

.b-convocatoria .b-convocatoria--img{
	margin-right:25px;
	flex-shrink: 0;
	flex-grow: 0;
}

.b-convocatoria .b-convocatoria--img img{
	width:106px;
	height:auto;
}

.img-jurado{
	position: relative;

}

.img-jurado:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid #ffb71b;
	position:absolute;
	z-index:1;
	left: -9px;
    top: -7px;
}

.ratio{
		position: relative;
		width: 100%;
		margin-bottom: 20px;
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ratio::before {
    display: block;
    padding-top: calc(9 / 16 * 100%);
    content: "";
}
