/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.post-comments{
    display: none !important;
}

.has-text-align-center {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0056b3; /* Color azul elegante */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 20px auto;
    background: linear-gradient(135deg, #f0f4ff, #d9e6ff);
    border: 2px solid #0056b3;
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.has-text-align-center a {
    color: #ff5722; /* Un color atractivo para el enlace */
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.has-text-align-center a:hover {
    color: #0056b3;
    border-bottom: 2px solid #ff5722;
    text-decoration: underline;
}

.has-text-align-center:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#setting-error-tgmpa {
    display: none !important;
}

