#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.azul{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAAD8;
    text-decoration: underline;
    padding: 70px 20px;
    height: 100px;
    
}

.azul a{
    /* text-align: center; */
    color: white;
}

.centrado-columna{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centrado-fila{
    display: flex;
    justify-content: center;
    align-items: center;
}

.importante{
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
}

.texto-centrado{
    text-align: center;
}


/* ************************************************* */
/* Estos estilos son comunes en todos los dispositivos */
/* *********************************************** */

@font-face {
    font-family: Deca;
    src: url(../fonts/LexendDeca-VariableFont_wght.ttf);
}

.boletin-semanal{
    font-size: 1.5rem;
    text-align: center;
    color: #222222;
}

.titulo-ppal{
    font-size: 2rem;
    color: #222222;
}

.centrado{
    display: flex;
    justify-content: center;
}

.centrado img{
    width: 80%;
    margin: 2rem 0;
}

.lista-desplazada{
    margin-left: 50px;
}

.doble-columna{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.centrado-fila{
    display: flex;
    justify-content: center;
    align-items: center;
}

.columna2-3 {
    width: 60%;
}

.columna1-3{
    width: 30%;
}

.leyenda{
    text-align: center;
    font-size: 0.7rem;
}

.rrss{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}

.rrss img{
    /* display: block; */
    width: 60px;
    margin: 15px 0 0 0;
}

.rrss-follow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}

.rrss-follow img{
    /* display: block; */
    width: 40px;
    margin: 15px 0 0 0;
}

.azul{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAAD8;
    text-decoration: underline;
    padding: 70px 20px;
    height: 100px;
}

.azul a{
    /* text-align: center; */
    color: white;
}

.border {
    border: black 2px solid;
}

a {
    text-decoration: underline;
}

.red {
    color: red;
}

.blue {
    color: lightblue;
}

.small {
    font-size: 0.75rem;
}

.right {
    text-align: right;
}

.white {
    color: white;
}

/* strong {
    color: rgb(143, 131, 131);
} */

.yellow {
    color: #FBD700;
}

.shadow{
    text-shadow: #222222 2px 2px 3px;
}

.green {
    color: #008103;
}

.sub {
    text-decoration: underline;
}

img, video, iframe {
    border-radius: 10px;
}

.verySmall {
    text-align: right;
    font-size: 0.5rem;
}

.orange {
    color: rgb(255, 132, 0);
}

#myImg {
    cursor: pointer;
    transition: 0.3s;
}

ul{
    list-style-type: disc;
}

.importante{
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
}

/* ************************************************* */
/* Fin de los estilos comunes */
/* ********************************************** */

/* ************************************************* */
/* Estilos para PC */
/* ********************************************** */

@media screen and (min-width:768px) {
    #content {
        max-width: 700px;
        margin: 0 auto;
        padding: 10px 20px;
    }

    iframe {
        width: 560px;
        height: 315px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold;
        text-align: center;
        /* text-transform: uppercase; */
        font-family: Deca;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 2rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    p {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: justify;
        color: #696161;
        font-family: Deca;
    }

    .fin {
        color: white;
        background-color: darkslategrey;
        padding: 50px;
        width: 100%;
        text-align: center;
    }

    .bold {
        font-weight: bold;
    }

    .center {
        text-align: center;
    }

    hr {
        background-color: rgb(88, 86, 86);
        margin: 3rem 0;
    }

    /* Style the Image Used to Trigger the Modal */
    #myImg {
        cursor: pointer;
        transition: 0.3s;
    }

    #myImg:hover {
        opacity: 0.7;
    }

    .lista-desplazada{
        margin-left: 50px;
    }

    .centrado-fila{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .texto-centrado

}


/* ********************************************* */
/* Estilos para movil */
/* ******************************************* */

@media only screen and (max-width: 768px) {

    .modal-content {
        width: 100%;
    }

    .content {
        width: 50vw;
    }

    p,
    li {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: left;
        color: #696161;
        font-family: Deca;
    }

    .small {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 0.8rem;
        font-family: Deca;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold;
        text-align: center;
        /* text-transform: uppercase; */
        font-size: 1.5rem;
        font-family: Deca;
        margin-bottom: 15px;
    }

    .bold {
        font-weight: bold;
    }

    .center {
        text-align: center;
    }

    hr {
        background-color: rgb(88, 86, 86);
    }

    iframe {
        width: 100%;
    }

    img {
        padding-left: 2px;
        padding-right: 2px;
    }

    body{
        padding: 0 10px;
    }

    .lista-desplazada{
        margin-left: 50px;
    }

    .fin {
        color: white;
        background-color: darkslategrey;
        padding: 50px;
        width: 100%;
        text-align: center;        
    }

    
    .azul {
        text-align: center;
        color: white;
    }
    
}