section.container {
    margin-bottom: 15px !important;
}

.modulo-titulo {
    border-bottom: 1px solid #cccccc;
}

h1.titulo {
    font-family: 'RobotoBold', sans-serif;
    color: #355e9f;
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
}
h2 {
    font-family: 'RobotoBold', sans-serif;
}
h2 a {
    color: #355e9f;
}

.modulo-texto-imagen .texto p:first-child {
    padding-top: 0;
}
.modulo-texto-imagen .texto {
    margin-top: -4px;
}

.derecha .texto {
    order: 2;
}
.derecha .galeria {
    order: 1;
}

.izquierda .texto {
    order: 1;
}
.izquierda .galeria {
    order: 2;
}

.modulo-galeria {
    flex-wrap: wrap;
    justify-content: center;
}
.contenido-imagen {
    text-align: center;
    padding: 10px;
}
.contenido-imagen a {
    color: #595959;
}
.contenido-imagen .nombre {
    font-family: 'RobotoBold', sans-serif;
    font-size: 15px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modulo-blog a {
    color: #595959;
}

.is-half input {
    width: 100%;
    border: 1px solid #d1d0d0;
    line-height: 25px;
}
.is-half textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #d1d0d0;
}
label {
    line-height: 25px;
}
input, textarea {
    color: rgb(89, 89, 89);
    font-size: 1rem;
    padding: 2px 5px 6px;
    height: 28px;
    display: inline-block;
}

.has-error label {
    color: rgb(235, 0, 41);
}
.has-error input,
.has-error textarea {
    border: 1px solid rgb(235, 0, 41);
}

.boton-envio {
    text-align: right;
    padding-right: 5px !important;
}

.button:focus {
    border-color: rgb(0, 155, 222);
}

#paginator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modulo-documento {
    padding: 10px;
}
.titulo-li {
    cursor: pointer;
}
.item-documento {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}
.item-documento a {
    color: #595959;
    padding: 2px;
}

.ver-galeria {
    cursor: pointer;
    padding: 3px 15px;
    color: rgb(0, 96, 171);
    display: inline-block;
}
.ver-galeria span {
    text-decoration: underline;
}

.icono-galeria {
    line-height: 21px;
    margin-right: 20px;
}

.modulo-galeria-visual {
    flex-wrap: wrap;
    justify-content: center;
}
.mail a {
    color: #355e9f;
}

.imagen {
    text-align: center;
}

.imagen img {
    object-fit: cover;
    object-position: center 0;
}

.section {
    padding: 40px 10px;
}


@media screen and (max-width: 1000px) {
    .blog-item {
        border-bottom: 1px solid #cccccc;
        padding: 70px 0 40px;
    }

    .blog-item:last-child {
        border-bottom: none;
    }

    .derecha .texto {
        order: 2;
        width: 100%;
    }
    .derecha .galeria {
        order: 1;
        width: 100%;
    }

    .izquierda .texto {
        order: 2;
        width: 100%;
    }
    .izquierda .galeria {
        order: 1;
        width: 100%;
    }

    #paginator {
        font-size: 40px;
    }
    #paginator a {
        font-size: 40px;
    }
    .go-to-page {
        height: 69px !important;
    }
    .go-to-page > * {
        font-size: 40px;
        line-height: 65px !important;
        height: 69px !important;
        width: 84px !important;
    }

    .imagen {
        width: 100%;
    }
    .section {
        padding: 20px 30px;
    }
}