@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@font-face {
    font-family: 'Zamenhof-Solid';
    font-weight: bold;
    src: url('/recursos/webfonts/zamenhof-solid.ttf');
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5rem;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

.bg0 {
    background-image: url('/recursos/img/social/background-pastoral-social.jpg');
    background-size: cover;
}

.bg1 {
    background-image: url('/recursos/img/social/background-pastoral-social-1.jpg');
    background-size: cover;
}

.bg2 {
    background-image: url('/recursos/img/social/background-pastoral-social-2.jpg');
    background-size: cover;
}

.bg3 {
    background-image: url('/recursos/img/social/background-pastoral-social-3.jpg');
    background-size: cover;
}

.bg4 {
    background-image: url('/recursos/img/social/background-pastoral-social-4.jpg');
    background-size: cover;
}

.bg5 {
    background-image: url('/recursos/img/social/background-pastoral-social-5.jpg');
    background-size: cover;
}

.bg6 {
    background-image: url('/recursos/img/social/background-pastoral-social-6.jpg');
    background-size: cover;
}

.bg7 {
    background-image: url('/recursos/img/social/background-pastoral-social-7.jpg');
    background-size: cover;
}

.bg8 {
    background-image: url('/recursos/img/social/background-pastoral-social-8.jpg');
    background-size: cover;
}

.bg9 {
    background-image: url('/recursos/img/social/background-pastoral-social-9.jpg');
    background-size: cover;
}

.bg10 {
    background-image: url('/recursos/img/social/background-pastoral-social-10.jpg');
    background-size: cover;
}

.bg11 {
    background-image: url('/recursos/img/social/background-pastoral-social-11.jpg');
    background-size: cover;
}

.bg12 {
    background-image: url('/recursos/img/social/background-pastoral-social-12.jpg');
    background-size: cover;
}

.linea__verde__abajo {
    height: 0.4em;
    background: #025830;
    margin: 0.5em 0 1em 0;
}

.logo-central {
    width: 50%;
}

.logo-footer {
    height: 3em;
}

.resaltado {
    color: #8CF4BD;
}

.subtitulo {
    font-family: 'PT Sans';
    font-weight: 0.5em;
}

.texto {
    font-weight: bold;
    margin: 3em;
}

.texto__blanco {
    color: white;
}

.texto__gris {
    color: #333333;
}

.texto__verde {
    color: #0B4925;
}

.titulo {
    font-family: 'Zamenhof-Solid';    
    font-weight: bolder;
}

@media (max-width: 600px) {
    body {
        font-size: 1rem;
    }
    .logo-central {
        width: 100%;
    }
}
