.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 14px;
	}
    
span.data_item {
		background-color: #4b7a4a;
		color: #fff;
		font-size: 13px;
		padding: 2px 12px;
		border-radius: 4px;
		white-space: nowrap;
	}
	.titulo {
		float: left;
		font-size: 14px;
		margin-right: 18px;
		font-weight:bold;
		width:100%;
	}

	.customfield-title {
		font-weight: 700;
		font-size: 21px;
		color: #4b7a4a;
		margin-bottom: 6px;
	}

	.customfield-item {
		margin-bottom: 12px;
	}
	.customlinks_container h3, .annexes_container h3 {
    	font-weight: 700;
    	font-size: 20px;
    	color: #4b7a4a;
		margin-bottom:25px;
	}

	.customlinks_container, .annexes_container {
		border: 1.5px solid #4b7a4a;
		border-radius: 20px;
		padding: 20px 20px;
	}
	li.customlink-item, li.annex-item  {
		list-style: none;
		margin-bottom: 12px;
	}

	li.customlink-item a, li.annex-item a {
		color: #fff;
		text-decoration: none;
		background-color: #55794f;
		padding: 5px 20px;
		border-radius: 9px;
	}

	li.customlink-item a:hover, li.annex-item a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #000000;
	}
	.backbutton-wrapper a.btn {
		color: #fff;
		background-color: #4a7949;
		border: none;
		text-decoration: none;
		padding:3px 25px
	}
	.backbutton-wrapper a.btn:hover {
		background-color:#000;
	}

    .recurso {
			background-color: #fbfbfb;
			padding: 16px 32px;
			margin-bottom: 27px;
			border: 1px solid #e6e6e6;
			box-shadow: 2px 2px 8px rgb(0 0 0 / 35%);
			border-radius: 20px;
		}
		span.etiqueta {
			background-color: #3c7c44;
			color: #fff;
			padding: 4px 9px !important;
			margin-right: 6px;
			font-size: 13px;
			font-weight: 400;
			white-space: nowrap;
			border-radius: 7px;
			line-height: 30px;
		}
		.contenido_recurso {
			margin-bottom: 10px;
		}
		p.num_resultados span {
			background-color: #3c7c44;
			color: #fff;
			padding: 5px 21px;
			font-weight: 400;
			border-radius: 9px;
		}
		#buscador label {
			font-size: 14px;
			margin-right: 12px;
		}
		.bloque_filtro {
			border-bottom: 1px solid #ebebeb;
			margin-bottom: 16px;
			padding-bottom: 16px;
		}
		.footer-bottom-above {
			background-color: #f0f0f0;
			padding: 35px 0;
			border-top: 10px solid #c6c6c6;
		}
		.vc_btn3-color-warning {
    		background-color: #00da50;
    		color: #fff !important;
		}
		.vc_btn3-color-warning {
			background-color: #c41b2c;
			color: #fff !important;
		}
		.vc_btn3-color-warning:hover, .vc_btn3-color-warning a:hover {
    		text-decoration: none !important;
		}
		.vc_btn3-container.vc_btn3-left {
 		   margin: 10px 0;
		}
		.bloque_filtro h5 {
			margin-bottom: 8px;
			font-weight: 600;
			color: #4b7a4a;
		}
		.bloque_filtro label {
    		white-space: nowrap;
		}
		input[type="checkbox"] {
			padding: 0;
			margin-right: 5px !important;
			top: 2px;
			position: relative;
		}
		input#buscar {
			padding: 9px 11px;
			width: 210px;
			border-radius: 5px;
			border: 1px solid #cccccc;
		}


/* Projects filters and grid v2.0 */
.dw-project-filters{
    width:100%;
    margin:0 0 34px;
}
.dw-filter-row{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:14px;
    align-items:end;
}
.dw-filter-item label{
    display:block;
    font-size:12px;
    line-height:1.2;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin:0 0 6px;
    color:#4d6049;
}
.dw-filter-item input[type="text"],
.dw-filter-item select{
    width:100%;
    min-height:42px;
}
.dw-project-filters .select2-container .select2-selection--multiple{
    min-height:42px;
    border:1px solid #d7ddd3;
    border-radius:0;
    padding:3px 6px;
}
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background:#526b50;
    border:0;
    color:#fff;
    border-radius:0;
    font-size:12px;
    padding:2px 6px;
}
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#fff;
    margin-right:5px;
}
.dw-project-list-wrapper .num_resultados{
    margin:0 0 24px;
}
.dw-project-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px 22px;
    align-items:start;
}
.dw-project-card{
    display:flex;
    flex-direction:column;
    min-width:0;
}
.dw-project-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    aspect-ratio: 4 / 2.15;
    margin:0 0 18px;
    text-decoration:none;
}
.dw-project-logo-img{
    display:block;
    max-width:100%;
    max-height:100%;
    width:100%;
    height:100%;
    object-fit:contain;
}
.dw-project-logo-placeholder{
    width:100%;
    height:100%;
    background:#f4f5f2;
}
.dw-project-acronym{
    font-size:24px;
    line-height:1.16;
    font-weight:300;
    color:#5d5d5d;
    margin:0 0 4px;
}
.dw-project-title{
    font-size:13px;
    line-height:1.45;
    color:#686868;
    margin:0 0 8px;
}
.dw-project-pills{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
    margin:0 0 14px;
}
.dw-project-pill{
    display:inline-flex;
    align-items:center;
    min-height:18px;
    padding:2px 7px;
    background:#526b50;
    color:#fff;
    font-size:11px;
    line-height:1.2;
    font-weight:700;
}
.dw-project-button{
    display:inline-flex;
    align-self:flex-start;
    margin-top:auto;
    padding:8px 14px;
    background:#526b50;
    color:#fff!important;
    font-size:12px;
    line-height:1;
    font-weight:700;
    text-decoration:none!important;
    text-transform:uppercase;
    letter-spacing:.03em;
}
.dw-project-button:hover{
    opacity:.86;
}
.dw-project-loader{
    text-align:center;
    padding:24px;
    font-weight:600;
    color:#526b50;
}
.dw-no-results{
    grid-column:1 / -1;
}
@media (max-width: 1100px){
    .dw-filter-row{grid-template-columns:repeat(3,minmax(0,1fr));}
    .dw-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 767px){
    .dw-filter-row{grid-template-columns:1fr;}
    .dw-project-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px 24px;}
    .dw-project-acronym{font-size:20px;}
}
@media (max-width: 520px){
    .dw-project-grid{grid-template-columns:1fr;}
}

/* Projects filters and grid v2.1 refinements */
.dw-filter-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px 16px;
    align-items:start;
}
.dw-filter-item{
    position:relative;
    min-width:0;
}
.dw-filter-text{
    grid-column:span 2;
}
.dw-filter-item input[type="text"]{
    width:100%;
    min-height:42px;
    border:1px solid #d7ddd3;
    border-radius:0;
    padding:8px 11px;
}
.dw-project-filters .select2-container{
    width:100%!important;
}
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-selection__choice{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:2px 7px 2px 4px;
    margin-top:4px;
}
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position:static;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    margin:0 3px 0 0;
    padding:0;
    border:0;
    color:#fff;
    font-size:14px;
    line-height:1;
}
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left:0;
    padding-right:0;
}
.dw-project-filters .select2-dropdown{
    margin-top:6px;
    border-color:#d7ddd3;
    z-index:99999;
}
.dw-project-filters .select2-container--open .select2-dropdown--below{
    top:100%!important;
}
.dw-project-list-wrapper .num_resultados{
    margin:0 0 22px;
}
.dw-project-list-wrapper p.num_resultados span,
p.num_resultados span{
    border-radius:0;
    font-size:11px;
    line-height:1;
    padding:4px 9px;
    font-weight:600;
    letter-spacing:.02em;
}
.dw-project-grid{
    align-items:stretch;
}
.dw-project-card{
    height:100%;
    background:#fff;
    padding:16px 16px 18px;
    box-shadow:0 8px 22px rgba(0,0,0,.055);
}
.dw-project-logo{
    height:120px;
    aspect-ratio:auto;
    margin:0 0 12px;
    background:#fff;
}
.dw-project-logo-img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:70%;
    object-fit:contain;
}
.dw-project-logo-placeholder{
    height:70%;
}
.dw-project-acronym{
    margin:6px 0 8px;
}
.dw-project-title{
    margin:0 0 10px;
}
.dw-project-pills{
    margin-top:auto;
    padding-top:2px;
}
.dw-project-pill{
    border-radius:0;
    min-height:15px;
    padding:1px 5px;
    font-size:9px;
    line-height:1.15;
    font-weight:700;
}
.dw-project-button{
    margin-top:8px;
}
@media (max-width: 1100px){
    .dw-filter-row{grid-template-columns:repeat(3,minmax(0,1fr));}
    .dw-filter-text{grid-column:span 1;}
}
@media (max-width: 767px){
    .dw-filter-row{grid-template-columns:1fr;}
    .dw-filter-text{grid-column:span 1;}
    .dw-project-logo{height:120px;}
}


/* Projects filters and grid v2.4 refinements */
.dw-filter-item input[type="text"]{
    border-radius:0!important;
    -webkit-border-radius:0!important;
    appearance:none;
    -webkit-appearance:none;
    font-size:12px!important;
    line-height:1.2!important;
    min-height:42px!important;
    height:42px!important;
    padding:8px 11px!important;
    box-shadow:none!important;
}
.dw-filter-item input[type="text"]::placeholder{
    font-size:12px!important;
    line-height:1.2!important;
    color:#777!important;
    opacity:1!important;
}
.dw-filter-item input[type="text"]::-webkit-input-placeholder{
    font-size:12px!important;
    line-height:1.2!important;
    color:#777!important;
}
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-search__field,
.dw-project-filters .select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    font-size:12px!important;
    line-height:1.2!important;
}
.dw-project-logo{
    height:120px!important;
}
.dw-project-grid{
    gap:28px 22px;
}
@media (max-width: 767px){
    .dw-project-logo{height:120px!important;}
    .dw-project-grid{gap:28px 22px;}
}


/* Projects filters and grid v2.5 refinements */
.dw-project-filters{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.dw-project-filters .dw-filter-row{
    display:grid;
    gap:14px 16px;
    align-items:start;
}
.dw-project-filters .dw-filter-row-first{
    grid-template-columns:repeat(4,minmax(0,1fr));
}
.dw-project-filters .dw-filter-row-second{
    grid-template-columns:repeat(3,minmax(0,1fr));
}
.dw-project-filters .dw-filter-text{
    grid-column:auto;
}
@media (max-width: 1100px){
    .dw-project-filters .dw-filter-row-first,
    .dw-project-filters .dw-filter-row-second{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 767px){
    .dw-project-filters .dw-filter-row-first,
    .dw-project-filters .dw-filter-row-second{
        grid-template-columns:1fr;
    }
}


.dw-term-logos {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.dw-term-logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dw-term-logo-img {
    display: block;
    max-height: 70px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
}


/* Project links v2.9 */
.dw-project-links{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}
.dw-project-link-item{
    list-style:none;
    margin:0;
    padding:0;
}
.dw-project-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:inherit;
    text-decoration:none;
    line-height:1.25;
}
.dw-project-link:hover{
    text-decoration:underline;
}
.dw-project-link-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    min-width:18px;
    height:18px;
    line-height:1;
}
.dw-project-link-icon svg{
    display:block;
    width:18px;
    height:18px;
    fill:currentColor;
}
