﻿.amda-agenda__title {
    font-weight: 800;
    letter-spacing: .04em;
    color: #0b3b2e; /* verde tipo AMDA */
}

.amda-agenda__divider {
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin: 0;
}

.amda-agenda__talk {
    font-weight: 800;
    color: #111;
}

.amda-agenda__speaker {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111;
}

.amda-agenda__role {
    font-style: italic;
    color: #333;
    margin-top: .15rem;
    line-height: 1.35;
}
h3{
    font-size: 18px !important;
}

.amda-agenda__item:not(:last-child) {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.align-items-center:not(:last-child) {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.banner-section h3 {
    font-size: 36px !important;
}

.amda-agenda__pdf {
    display: inline-block;
    margin-top: .65rem;
    color: blue;
    text-decoration: none;
    font-weight: 600;
}

    .amda-agenda__pdf:hover {
        text-decoration: underline;
    }

.amda-agenda__video {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.amda-agenda__photoWrap {
    background: #0b3b2e;
    border-radius: 6px;
    padding: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amda-agenda__photo {
    width: 100%;
    height: auto;
    max-width: 140px;
    display: block;
    border-radius: 4px;
    background: #0b3b2e;
}

.amda-agenda__heroImg {
    max-width: 520px;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(0,0,0,.10);
}


@media (max-width: 768px) {

    .texto{
        width: 100% !important;
    }

}