@media (max-width: 601px){
    .node-type-catalogo-proyectos #header-catalogo-proyectos-wrapper {
        padding-top: 25px;
    }
    .node-type-catalogo-proyectos #filtros-esenciales {
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
        
    }
    .node-type-catalogo-proyectos .view-catalogo-proyectos {
        position: relative;
    }
    .node-type-catalogo-proyectos #filtro-titulo {
        overflow: hidden;
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        color: #1b3c6c;
        width: 100%;
        padding: 0;
        margin-bottom: 12.5px;
        float: none;
    }
    .node-type-catalogo-proyectos .view-catalogo-proyectos .view-filters {
        overflow: hidden;
        padding: 0 12px;
    }
    .node-type-catalogo-proyectos #filtro-titulo .form-item-title {
        width: 100%;
        margin: 0 auto;
    }
    .node-type-catalogo-proyectos #filtro-titulo label {
        text-align: center;
        margin-bottom: 12.5px;
    }
    .node-type-catalogo-proyectos #filtro-titulo input,
    .node-type-catalogo-proyectos #filtro-titulo select,
    .node-type-catalogo-proyectos #filtro-titulo textarea {
        font-size: 14px;
        color: #555555;
        font-family: 'roboto', sans-serif;
        border-radius: 3px;
        border: thin solid #bdc3c7;
        padding: 7px;
        /*min-width: 260px;*/
        box-sizing: border-box;
        margin-top: 10px;
        cursor: pointer;
        /*margin: 0 auto;
        display: block;*/
        width: 100%;
        height: 50px;
        font-size: 18px;
    }
    .node-type-catalogo-proyectos #filtro-titulo #autocomplete {
        border-radius: 3px;
        border: thin solid #bdc3c7; /*#bdc3c7*/
        width: 100%;
        min-width: 260px;
        margin: 0 auto;
        display: block;
        left: 0 !important;
        right: 0 !important;
        /*z-index: 99999;*/
        
    }
    .node-type-catalogo-proyectos #filtro-titulo .reference-autocomplete {
        width: 100%;
        font-size: 14px;
        -webkit-text-fill-color: #555555;
        color: #555555;
        font-family: 'Roboto', sans-serif;
        /*border: thin solid blue;*/
        padding: 5px;
        display: block;
        margin: 0 auto;
        
    }
    .node-type-catalogo-proyectos #filtro-titulo .reference-autocomplete -webkit-autofill:hover {
        background-color: gray;
    }
    .node-type-catalogo-proyectos .views-submit-button {
        overflow: hidden;
        width: 100%;
        padding: 0;
        float: none;
    }
    .node-type-catalogo-proyectos .views-submit-button input[type="submit"] {
        -webkit-appearance:none;
        -moz-appearance: none;
        font-size: 14px;
        font-family: 'roboto', sans-serif;
        border-radius: 3px;
        border: thin solid #bdc3c7;
        padding: 7px;
        box-sizing: border-box;
        cursor: pointer;
        text-transform: uppercase;
        color: white;
        width: 150px !important;
        background-color: #1b3c6c;
        margin: 0 auto;
        display: block;
        height: 50px;
    }
    .node-type-catalogo-proyectos #filtro-ubicacion,
    .node-type-catalogo-proyectos #filtro-duracion,
    .node-type-catalogo-proyectos #filtro-ordenar {
        display:none;
    }
    .page-node-222 #filtro-prioridades,
    .page-node-441 #filtro-prioridades {
        display: none;
    }
    .page-node-222 .view-content,
    .page-node-441 .view-content {
        float: none;
    }
    .page-node-222 .views-row,
    .page-node-441 .views-row {
        width: auto;
        margin: 12px 12px 25px 12px;
        background-color: white;
        padding: 25px 12px 25px 12px;
        border-radius: 5px;
    }
    .page-node-222 .views-row .views-field-title,
    .page-node-441 .views-row .views-field-title {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        line-height: 22px;
        font-size: 18px;
        color: #979797;
        margin-bottom: 25px;
    }
    .view-catalogo-proyectos {
        width: auto;
    }
    .page-node-222 .views-row .field-content img,
    .page-node-441 .views-row .field-content img {
        width: 100%;
        object-fit: cover;
    }
    .node-type-catalogo-proyectos  .header-catalogo-proyecto{
        margin-top: 75px;
        margin-bottom: 50px;
    }
    .header-catalogo-proyecto p {
        display: none;
    }
    .view-catalogo-proyectos .pager {
        width: 100%;
        margin: 50px 0px;
        font-family: "Roboto",sans-serif;
        font-style: normal;
        font-weight: bold;
        line-height: 20px;
        font-size: 15px;
        text-align: center;
        color: #1B3C6C;
    }
     .view-catalogo-proyectos .pager-item:nth-of-type(1n+4) {
        display: none;
    }
}