/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Tema hijo de GeneratePress
 Author:       Tu Nombre
 Author URI:   https://tusitio.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child
*/

/* Agrega aquí tus estilos personalizados */
body {
    background-image: url('https://www.dosd.com.ar/assets/img/bgs/2d_site_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.site-header {
    background-color: rgba(255, 255, 255, 0.5);
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
    background-color: rgba(255, 255, 255, 0.8);
}

.entry-title,
.entry-title a {
    color: #990033;
}

.featured-image {
    width: 100%;
}

@media (min-width: 769px) {
    .featured-image {
        width: 80%;
    }
}

@media (min-width: 1025px) {
    .featured-image {
        width: 60%;
    }
}

.site-info {
    display: none;
}

.texto-destacado {
    color: rgb(162, 191, 1);
    font-weight: 700;
}