﻿#outerContainer #mainContainer div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */
}

body {
    background: #f5f5f5;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.modulos-container {
    max-width: 850px;
    margin-top: 30px;
    /* margin: 40px auto;*/
    background: #fff;
}

.modulo-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 8px;
    border-radius: 2px;
    overflow: hidden;
}

.modulo-label {
    background: #1f3d8f;
    color: #fff;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    padding: 18px;
    text-transform: capitalize;
}

.modulo-content {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-left: none;
    padding: 18px 22px;
    flex: 1;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

    .modulo-content strong {
        display: block;
        margin-bottom: 5px;
        color: #222;
    }

@media (max-width: 768px) {
    .modulo-item {
        flex-direction: column;
    }

    .modulo-label {
        width: 100%;
        padding: 12px;
    }

    .modulo-content {
        border-left: 1px solid #d9d9d9;
    }
}

.pleca-title {
    position: relative;
    background: #002b55;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    padding: 18px 40px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    /* Forma trapezoidal */
    clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%);
}

    /* línea inferior */
    .pleca-title .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #2f80c3;
    }

@media(max-width:768px) {

    .pleca-title {
        font-size: 1.3rem;
        padding: 15px 20px;
    }

        .pleca-title::before,
        .pleca-title::after {
            width: 40px;
        }
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 2em;
    color: #2D3776;
    margin-left:40px;
}
.Parrafo {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #2D3776;
    margin:40px;
}