/* ARCHIVE */
.bloque-filtros {
    text-align: center;
}

.bloque-filtros a {
    background: var(--marron);
    padding: .5rem 1rem;
    color: white;
    border-radius: .5rem;
    margin-right: 1rem;
    display: inline-block;
    margin-bottom: 1rem;

    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    border-bottom-right-radius: 225px 15px;
    border-bottom-left-radius: 15px 255px;

    transition: all .25s ease-in-out;
}

.bloque-filtros a:hover {
    background-color: var(--amarillo);
    color: white;
}

.bloque-proyectos {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.bloque-proyectos .proyecto {
    width: 30%;
    margin: 1rem 1%;
    max-width: 500px;
    padding: 1.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);

    transition: all .25s ease-in-out;
}

.bloque-proyectos .proyecto:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transform: rotate(-3deg);
}

.bloque-proyectos .proyecto .titulo-proyecto,
.bloque-proyectos .proyecto .titulo-proyecto a {
    font-size: 1.5rem;
    color: var(--verde);
    font-family: "Yeseva One", serif;
}

.bloque-proyectos .proyecto .info-proyecto-logo {
    margin-bottom: 1rem;
}

.bloque-proyectos .proyecto .lugar-proyecto{
    padding-left: 35px;
    position: relative;
}

.bloque-proyectos .proyecto .lugar-proyecto:before {
    content: '';
    display: inline-block;
    background: url('https://outoniacoop.gal/wp-content/themes/generatepress-child/img/lugar-icon.png') center center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
    margin-right: .5rem;
    position: absolute;
    left: 0;
}

.bloque-proyectos .proyecto .ano-proyecto{
    color: var(--amarillo);
}

/* SINGLE */

.single-proyecto .grid-container {
    max-width: 100%;
}

.single-proyecto .grid-container .wrap-content {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.single-proyecto #main {
    background: white;
    padding: 2rem;
}

.single-proyecto h1 {
    color: var(--amarillo);
    text-transform: uppercase;
    font-weight: bold;
}

.single-proyecto h1 .subtitle {
    color: var(--marron);
    font-size: 1.25rem;
    font-weight: normal;
    display: block;
}

.single-proyecto .wrap-titulo {
    width: 100%;
    background-image: url("https://outoniacoop.gal/wp-content/uploads/2021/01/Outonia-cooperativa-Galicia-proxectos.jpg");
    background-size: cover;
    background-position: center center;

    text-align: center;
    padding: 3rem;
    position: relative;
}

.single-proyecto .wrap-titulo * {
    position: relative;
}

.single-proyecto .wrap-titulo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .3;
}

.single-proyecto .wrap-titulo h1 {
    font-family: "Yeseva One", serif;
    max-width: 23em;
    margin: 1rem auto;
    text-transform: none;
}

.single-proyecto .wrap-titulo h1,
.single-proyecto .wrap-titulo h1 .subtitle a {
    color: white;
}

.single-proyecto .wrap-titulo h1 .subtitle {
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
}

.single-proyecto .wrap-titulo .bloque-filtros {
    text-align: center;
}

.single-proyecto h2 {
    color: var(--verde);
    text-transform: uppercase;
    font-size: 1.75rem;
    font-family: "Yeseva One", serif;
    font-weight: bold;
    text-transform: none;
}

.single-proyecto blockquote {
    font-family: "Yeseva One", Sans-serif;
    color: var(--verde);
}

.single-proyecto a {
    color: var(--verde);
}

.single-proyecto .site-content {
    display: flex;
    flex-wrap: wrap;
}

.single-proyecto .bloque-filtros {
    text-align: left;
}

.single-proyecto .bloque-filtros a {
    color: white;
}

.single-proyecto #main h2 {
    border-top: 1px solid var(--amarillo);
    padding-top: 2rem;
    margin-top: 3rem;
    font-weight: bold;
    font-family: "Yeseva One", serif;
    font-weight: bold;
    text-transform: none;
}


.single-proyecto #content ul:not([class^="elementor"]) {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.single-proyecto #content ul:not([class^="elementor"]) li {
    padding-left: 24px;
}

.single-proyecto #content ul:not([class^="elementor"]) li:before {
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: -24px;
    width: 10px;
    background: url('/wp-content/themes/generatepress-child/img/bullet-green.png') no-repeat center left;
    background-size: auto;
    height: 21px;
    background-size: contain;
    margin-top: 3px;
}

.single-proyecto #right-sidebar {
    position: relative;
}

.single-proyecto .inside-right-sidebar {
    background: var(--amarillo);
    padding: 2rem;
    color: white;
    font-weight: 500;

    position: sticky;
    top: 165px;
}

.single-proyecto .inside-right-sidebar a {
    color: white;
    font-weight: 500;
}

.single-proyecto .inside-right-sidebar a:hover {
    color: var(--verde);
}

.single-proyecto .inside-right-sidebar .ficha-proyecto {
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto ul li {
    margin-bottom: .75rem;
    padding: 0;
    position: relative;
    padding-left: 45px;
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto ul li:before {
    content: '';
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
    position: absolute;
    margin-left: -45px;
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto .ano-proyecto:before {
    background-image: url('https://outoniacoop.gal/wp-content/themes/generatepress-child/img/calendar-icon.png');
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto .lugar-proyecto:before {
    background-image: url('https://outoniacoop.gal/wp-content/themes/generatepress-child/img/lugar-icon.png');
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto .imagen-proyecto:before {
    background-image: url('https://outoniacoop.gal/wp-content/themes/generatepress-child/img/imagen-icon.png');
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto .audiovisual-proyecto:before {
    background-image: url('https://outoniacoop.gal/wp-content/themes/generatepress-child/img/audiovisual-icon.png');
}

.single-proyecto #content .inside-right-sidebar .ficha-proyecto .label {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
}

.single-proyecto .inside-right-sidebar .section-title {
    margin-bottom: 1rem;
}

.single-proyecto .inside-right-sidebar h3 {
    margin-bottom: .5rem;
    margin-top: 1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--verde);
    font-family: "Yeseva One", serif;
    font-weight: bold;
    text-transform: none;
}


.single-proyecto .proyecto-footer {
    width: 100%;
}

.single-proyecto .proyecto-footer .wrap-proyectos-relacionados {
    padding: 2rem;
    background: white;
}

.single-proyecto .proyecto-footer .wrap-proyectos-relacionados h2 {
    font-weight: bold;
    text-align: center;
}

.single-proyecto .proyecto-footer .proyectos-enlaces {
    padding: 2rem;
}

.single-proyecto .proyecto-footer .btn-link.link-back {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 52px;
}

.single-proyecto .proyecto-footer .btn-link.link-back:before {
    content: '';
    background: url('https://outoniacoop.gal/wp-content/themes/generatepress-child/img/atras-icon.png') center center no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    display: inline-block;
    top: -7px;

    transition: all .25s ease-in-out;
}

.single-proyecto .proyecto-footer .btn-link.link-back:hover:before {
    transform: translateX(-5px);
}