/*  */
/* body { */
#main {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* background: #333; */
    background: burlywood;
    color:#fff;
    font-size: 0.8em;
    /* font-size: 1.1em; */
    line-height: 1.5;
    text-align: center;
}
#cont_redes {
    text-align: center;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.RS img {
    display:inline-block;
    width:60px;
    height:40px;
    height: auto;
}
h1, h2, h3 {
    margin: 0;
    padding: 0.3em 0;
    /* padding: 1em 0; */
}    
    /* padding: 1em 0; */

        a:link { font-weight: bold; color: #006600; text-decoration: none}
		a:visited { font-weight: bold; color: #9900FF; text-decoration: none}
		a:hover { font-weight: bold; color: #FF9966; text-decoration: none}
		a:active { font-weight: bold; color: rgb(75, 31, 18); text-decoration: none}
*{
    box-sizing: border-box;
  }
        
        /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
        .grid3{
          /* background: #fff; */
          padding-top: 30px;
          display: grid;
          /* cada auto una columna */
          grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
          grid-gap: 10px;
        }
        .grid3 img{
            width:90%;
            margin: 2em 2em 2em 2em;
            /* margin: auto; */
            border: 3px solid white;
            transition: all 0.5s ease;
        }
        .grid3 img:hover{
            transform: scale(1.01);    
            /* transform: scale(0.9);     */
        } 
        /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
        .btn {
            display: inline-block;
            /* background: #FF9966; */
            background:#fff;
            color:#000;
            text-decoration: none;
            padding: 1em 2em;
            border: 1px solid #666;
            margin: .5em 0;
            opacity: 0.4;
            border-radius: 5px;
		    box-sizing: border-box;
        }
        .btn:hover {
            background: #fff;
            color: black;
            text-align: center;
        }

 
/* Section A */
/* #section-a {
    background: #eaeaea;
    color: #333;
    padding-bottom: 2em;
} */
/* Section B */
#section-b {
  
    padding: 1em;
    /* padding: 2em 1em 1em; */
}
#section-b ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#section-b li {
    margin-bottom: 4em;
    /* margin-bottom: 1em; */
    background: #fff;
    color: #333;
}
/* #section-b a {
    /* margin-bottom: 1em; */
    /* background: yellowgreen;
    display: inline-block;
 
} 
*/ 
.card-content {
    /* padding: 0.9em; */
    /* height: 5em; */
    padding: 1.5em;
}

/* tarjetas pequennas */
#main2 {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* background: #333; */
    background: burlywood;
    color:#fff;
    font-size: 0.6em;
    /* font-size: 1.1em; */
    line-height: 2;
    text-align: center;
}
#section-b2 {
  
    padding: 1em;
    /* padding: 2em 1em 1em; */
}
#section-b2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#section-b2 li {
    margin-bottom: 4em;
    /* margin-bottom: 1em; */
    background: rgb(242, 245, 189);
    color: #333;
}
#section-b2 img {
    padding: 10px;
    /* border-radius: 50%; */
}

/* #section-b a {
    /* margin-bottom: 1em; */
    /* background: yellowgreen;
    display: inline-block;
 
} 
*/ 
.card-content2 {
    /* padding: 0.9em; */
    /* height: 5em; */
    padding: 1.5em;
}
/*                            main3               */
#main3 {
    margin: 0;
    background: rgb(214, 146, 51);
}
#section-b3 {
    box-sizing: border-box;
    padding: 1em;
    /* padding: 2em 1em 1em; */
}
#section-b3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#section-b3 li {
    /* margin-bottom: 0; */
    background: rgb(242, 245, 189);
}
#section-b3 img {
    padding: 5px;
    margin: 5px;
    filter: none;
    transition: all 0.5s ease;
}
#section-b3 img:hover {
    padding: 4px;
    filter: sepia(.3);


}
/* #section-b a {
    /* margin-bottom: 1em; */
    /* background: yellowgreen;
    display: inline-block;
 
} 
*/ 

/*                                    fin main3  */
/* Section C */
/* #section-c {
    background: #fff;
    color: #333;
    padding: 2em;
} */
/* Section D  boxes*/
/* #section-d .box {
    padding: 2em;
    color: #fff;
}
#section-d .box:first-child {
    background: #2690d4;
} */
/* footer */
/* #main-footer {
    padding: 2em;
    background: #000;
    color: #fff;
    text-align: center;
}
#main-footer a {
    color: #2690d4;
    text-decoration: none;
} */
/* Media Queries */
@media(min-width:700px) {
    /* body{
        display: none;
    } */
    .grid {
        display: grid;
        /* grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr; */
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
/* 
    #section-a .content-text {
        columns: 2;
        column-gap: 2em;

    }
    #section-a .content-text p {
        padding: 0;

    } */

    .content-wrap, #section-b ul {
        grid-column: 1/5;
    }
    /* .box, #main-footer div {
        grid-column: span 2;
    } */

    #section-b ul {
        display: flex;
        justify-content: space-around;
    }
    #section-b li {
        width: 20%;
        /* width: 31%; */
    }

    .content-wrap2, #section-b2 ul {
        grid-column: 1/5;
    }
    /* .box, #main-footer div {
        grid-column: span 2;
    } */

    #section-b2 ul {
        display: flex;
        justify-content: space-around;
    }
    #section-b2 li {
        width: 15%;
        /* width: 31%; */
    }


    .content-wrap3, #section-b3 ul {
        grid-column: 1/5;
    }
    /* .box, #main-footer div {
        grid-column: span 2;
    } */

    #section-b3 ul {
        display: flex;
        justify-content: space-around;
    }
    #section-b3 li {
        width: 45%;
        /* width: 31%; */
    }
}

#descargas {
    border: 1px solid brown; 
    padding: 5px; 
    margin: 5px;
    border-radius: 10px;
    display:inline-block;
}
#cuaresma{
    border: 1px solid brown; 
    padding: 5px; 
    margin: 5px;
    border-radius: 10px;
    display:inline-block;
    text-align: center;
}
