@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

/* Mensaje del presidente area */
strong{
    font-weight: 700;
}


#message-section {
    padding: 2vh;
    background-image: url(../images/background_congress25.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
}

#message-section article:nth-child(1) {
    margin-top: 30vh;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    word-wrap: break-word;
}

#message-section article p {
    text-align: justify;
    line-height: 140%;
    font-family: "CustomFont" !important;
    color: #000;
}

#message-section .col-md-7 img {
    width: 45%;
}

#message-section .col-md-7 div {
    padding-top: 2vh;
}

@media (max-width: 767px) {
    /* Mensaje del presidente area */
    #message-section {
        background-image: none;
    }

    #message-section article:nth-child(1) {
        margin-top: 18vh;
        padding: 0;
    }

    #message-section article p {
        margin: 0;
    }

    #message-section .col-md-7 {
        margin-top: 2vh;
        padding: 0;
    }

    #message-section .col-md-7 img {
        width: 75%;
    }

    #message-section .col-md-7 div {
        padding-top: 2vh;
    }
}