.single.siber .title p.subtitle {
    color: #FFF;
    margin-top: 8px;
}

.right-index h3{
  font-size: 2rem;
  font-weight: 500;
  color: white;
  margin-bottom: 1rem;
}

.right-index ul {
    list-style: circle;
}

.right-index .sections a:hover {
    color: #FFF;
    text-decoration: underline;
}

.index{
    padding: 3rem 0;
}
.index h3{
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-courses);
    margin-bottom: 1rem;
}
.index ul{
    list-style: none;
    list-style-image: url('../img/extras/binieta.jpg'); 
}
.index .previous-reports h3{
    font-size: 1.4rem;
    padding: 3rem 0 0;
}
.index .previous-reports ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.single.siber .banner .text {
    justify-content: start;
}

@media screen and (max-width: 767px) {
    .single.siber .banner .text {
        padding: 0 2rem;
    }
}

.precipitation .slider .slides .slide,
.reserves .slider .slides .slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section > .container .row,
.section > .container .row{
    padding: 2rem 0;
}

.section{
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    max-width: 90%;
    margin: 0 auto 2rem;
}

.section h3{
    text-align: left;
    color: var(--color-courses);
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 0rem;
    border-bottom: 1px solid #e5e5e5;
}
.section h1, .section h2, .section h4, .section h5{
    text-align: left;
    color: var(--color-courses);
    font-weight: 700;
    padding: 1rem 0rem;
    border-bottom: 1px solid #e5e5e5;
}

.section p{
    text-align: left;
}
.section a {
    background: none !important;
    border: none !important;
    font-weight: 700;
    color: #a65c45;
    transition: all 0.3s ease-in-out;

}

.section a:hover{
    color: var(--color-courses);
    background: transparent;
    border-color: var(--color-courses);
}

img.wp-image-8109 {
    display: flex;
    margin: auto;
}
