    * {
        padding: 0;
        margin: 0;
    }
    
    body {
        background: rgb(243, 241, 241);
    }
    
    p {
        text-align: justify;
    }
    
    hr {
        background: rgb(9, 9, 145);
        height: 4px;
    }
    
    .card {
        margin: 5px;
        -webkit-box-shadow: inset 10px 10px 82px 25px rgba(20, 13, 224, 0.36);
        -moz-box-shadow: inset 10px 10px 82px 25px rgba(20, 13, 224, 0.36);
        box-shadow: inset 10px 10px 82px 25px rgba(20, 13, 224, 0.36);
    }
    
    .integrantes p {
        text-align: center !important;
    }
    
    .leyes-reglamentos a {
        color: rgb(112, 107, 107);
        font-size: 1em;
        margin-right: 1.25em;
    }
    
    .leyes-reglamentos a:hover {
        color: blue;
        text-decoration: none;
    }
    
    .navbar-nav a {
        font-size: 15px;
        color: black;
        margin: 5px;
    }
    
    .navbar-nav a:hover {
        text-decoration: underline !important;
    }
    
    .container-noticias {
        background: white;
        margin-top: 30px;
    }
    
    .container-noticia {
        margin-top: 30px;
    }
    
    .container-redondo {
        margin-bottom: 100px !important;
        border-radius: 20px;
    }
    
    .main .titulo-seccion h3,
    sidebar .titulo-seccion h3 {
        font-family: "Oswald";
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: normal;
        color: grey;
        padding-bottom: 0.62em;
        border-bottom: 4px solid rgb(9, 9, 145);
        margin-bottom: 1.25em;
    }
    
    .main .titulo_seccion {
        padding: 0;
    }
    
    .portada {
        background: rgb(7, 7, 102);
        height: 500px;
        text-align: center;
        align-items: center;
        color: white;
    }
    /* ////////////////////////////////////////////////// */
    
    .posts .post {
        margin-bottom: 1.875em;
    }
    
    .single-post .categorias {
        margin-bottom: 1.875em;
    }
    
    .post .contenedor {
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    }
    
    .post .contenedor .thumb img {
        width: 100%;
        vertical-align: top;
        height: auto;
    }
    
    .post .contenedor .info {
        padding: 1.25em;
    }
    
    .post .contenedor .info .titulo {
        line-height: 1.125em;
        margin-bottom: 1.25em;
        font-size: 1.125em;
        font-weight: bold;
        margin-top: 0px !important;
    }
    
    .post .contenedor .info .titulo a {
        color: #5A5A5A;
    }
    
    .post .contenedor .info .fecha {
        color: #B3B3B3;
        font-size: 0.87em;
        margin-bottom: 1.25em;
    }
    
    .post .contenedor .info .extracto {
        color: #B3B3B3;
        font-size: 1em;
        height: 8.125em;
        max-height: 8.125em;
        line-height: 1.75em;
        margin-bottom: 1.25em;
        overflow: hidden;
    }
    
    .texto {
        font-size: 1em;
        max-height: 300px;
        margin-bottom: 50px;
        overflow: hidden;
    }
    
    .post .contenedor .info .extracto:hover,
    .texto {
        overflow: auto;
    }
    
    .post .contenedor .info .categorias ul {
        list-style: none;
    }
    
    .post .contenedor .info .categorias a {
        color: #B3B3B3;
        font-size: 1em;
        font-weight: bold;
        margin-right: 1.25em;
    }
    
    .post .contenedor .info .categorias a:hover {
        color: blue;
        text-decoration: none;
    }
    
    .post .contenedor .info .categorias ul li {
        display: inline-block;
    }
    /* ////////////////////////////////////////////////// */
    
    .paginacion div {
        padding: 0;
    }
    
    .paginacion ul {
        list-style: none;
        overflow: hidden;
        margin-bottom: 1.25em;
        font-size: 1em;
    }
    
    .paginacion ul li {
        float: left;
        background: rgb(3, 3, 48);
        color: #ffffff;
        margin-right: 0.62em;
        font-size: 1.125em;
        line-height: 1.125em;
    }
    
    .paginacion ul .disabled {
        padding: 0.62em 0.937em;
        font-size: 1.125em;
        line-height: 1.125em;
    }
    
    .paginacion ul li a {
        background: rgb(9, 9, 145);
        color: white;
        line-height: 1.125em;
        display: inline-block;
        padding: 0.62em 0.937em;
    }
    
    .paginacion ul li a:hover {
        background: rgb(32, 32, 226);
        text-decoration: none;
    }
    
    footer .container-fluid {
        background: white;
        margin-top: 0px;
        padding: 10px;
    }
    
    footer .copyright p {
        font-size: 1em;
        color: black;
        text-align: center;
        margin: 0px;
    }
    
    html {
        min-height: 100%;
        position: relative;
    }
    
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px;
        color: black;
        -webkit-box-shadow: 10px 10px 51px 8px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 51px 8px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 51px 8px rgba(0, 0, 0, 0.48);
    }
    
    .principal {
        background: url('../img/background.png');
        padding: 140px;
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        text-align: center;
        color: white;
    }
    
    aside {
        font-family: "Oswald";
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: normal;
        color: grey;
        padding: 50px;
        text-align: center;
    }
    
    .titulo-subtitulo {
        margin: auto !important;
    }
    
    .titulo-subtitulo h1 {
        font-size: 100px;
    }
    
    .principal img {
        border-radius: 10px;
    }
    
    .card img {
        height: 300px;
    }
    /* ////////////////////////////////////////////////// */
    
    .wpcf7 select,
    .wpcf7 textarea,
    .wpcf7 input[type="text"],
    .wpcf7 input[type="password"],
    .wpcf7 input[type="datetime"],
    .wpcf7 input[type="datetime-local"],
    .wpcf7 input[type="date"],
    .wpcf7 input[type="month"],
    .wpcf7 input[type="time"],
    .wpcf7 input[type="week"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="url"],
    .wpcf7 input[type="search"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="color"] {
        width: 100%;
    }
    
    .wpcf7-submit,
    .btn {
        margin-top: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        box-sizing: content-box;
        background-color: rgb(0, 4, 248);
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 15px 25px;
        border-radius: 30px;
        outline: 0 !important;
        border: 0;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }
    
    .wpcf7-submit:hover,
    .btn:hover {
        background-color: #1a0c5f !important;
        color: white;
    }
    
    .wpcf7-textarea {
        resize: none;
        height: 100px;
    }
    
    .wpcf7-form-control {
        border: 1px solid #C2C2C2;
    }
    
    .wpcf7-form-control:focus {
        border: 3px solid #1a03e6;
        -webkit-box-shadow: 10px 10px 139px -4px rgba(5, 27, 232, 0.34);
        -moz-box-shadow: 10px 10px 139px -4px rgba(5, 27, 232, 0.34);
        box-shadow: 10px 10px 139px -4px rgba(5, 27, 232, 0.34);
    }
    /* /////////////////////////// */
    
    .paginacion .wp-pagenavi {
        margin-bottom: 1.25em;
    }
    
    .paginacion .wp-pagenavi .pages,
    .paginacion .wp-pagenavi span {
        background: rgb(20, 20, 148);
        color: white;
        margin-right: 0.62em;
        font-size: 1.125em;
        line-height: 1.125em;
        padding: 0.62em 0.937em;
    }
    
    .paginacion .wp-pagenavi a {
        background: rgb(32, 32, 226);
        color: white;
        font-size: 1.125em;
        display: inline-block;
        padding: 0.62em 0.937em;
        margin-right: 0.62em;
    }
    
    .paginacion .wp-pagenavi a:hover {
        background: rgb(67, 67, 231);
        text-decoration: none;
    }
    
    @media screen and (max-width: 600px) {
        a.page.smaller,
        a.page.larger,
        span.extend {
            display: none;
        }
        footer img {
            width: 100%;
            vertical-align: top;
            height: auto;
        }
        .imagen-confemel {
            width: 100%;
        }
    }
    
    @media (max-width: 807px) {
        .principal {
            background: url('../img/background.png');
            padding: 40px;
        }
        .principal h1 {
            font-size: 40px;
        }
        .principal h3 {
            font-size: 20px;
            color: white !important;
            font-weight: 500 !important;
        }
    }