.bonton {
    line-height: var(--bs-body-line-height);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    text-align: center!important;
    box-sizing: border-box;
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: none;
    pointer-events: auto;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid var(--color-primary);
    transition-property: opacity, transform, -webkit-transform;
    transition-delay: .2s;
    background: var(--color-primary);
    opacity: 1;
    transform: none;
}

.bonton:hover {
    color: #FFF;
    background-color: #df1529;
}

.contact .php-email-form-j {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.contact .php-email-form-j .form-group {
    padding-bottom: 20px;
}

.contact .php-email-form-j .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form-j .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form-j .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form-j .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form-j .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form-j input,
.contact .php-email-form-j textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form-j input:focus,
.contact .php-email-form-j textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form-j input {
    height: 44px;
}

.contact .php-email-form-j textarea {
    padding: 10px 12px;
}

.contact .php-email-form-j button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .php-email-form-j button[type=submit]:hover {
    background: rgba(254, 185, 0, 0.8);
}

.img-rel-thumbnail {
    height: 400px !important;
    object-fit: cover;
    border: 0px solid black;
    border-radius: 5%;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline !important;
}

.img-posts-thumbnail {
    height: 300px !important;
    object-fit: cover;
    border: 0px solid black;
    border-radius: 5%;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline !important;
}

.label-morado {
    color: var(--color-secondary);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-morado.active,
.label-morado:hover {
    background: var(--color-primary);
    color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: var(--color-white);
}

.footer {
    background-image: url('../img/sogeosa/PRESA BURDALO- CACERES (CH GUADIANA).jpg');
    background-image: url('../img/sogeosa/BALSA LA PERNERA- MURCIA (AGUAS CUENCAS SEGURA).jpg');
    background-image: url('../img/sogeosa/PRESA SILES- JAEN (CH GUADALQUIVIR).jpg');
}

.header .logo img {
    max-height: 45px;
    margin-right: 6px;
}