.event-container p,
h1,
h2 {
    margin: 0;
}

.event-container {
    padding: 251px 0 48px 0;
}

.event-container .container {
    color: #000;
    margin: 0 auto;
    width: 100%;
    max-width: 1023px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-container .container .social-icons,
.logo-container,
h1,
.event-info,
.event-description,
.footer-text {
    max-width: 844px;
}

/* Social icons */
.event-container .social-icons {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.event-container .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #828282;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.event-container .social-icons a:hover {
    background: #0d6efd;
    color: #fff;
}

.event-container .social-icons a i {
    font-size: 20px;
    font-weight: 300;
    color: white;
}

/* Logos */
.event-container .logo-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 23px;
}

.event-container .logo-container .logo-item {
    max-width: 262px;
}

.event-container .logo-container .logo-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Title */
.event-container h1 {
    text-align: center;
    color: #043cf8;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 124%;
    margin-bottom: 36px;
}

/* Info grid */
.event-container .event-info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: space-between;
    margin-bottom: 45px;
    gap: 14px;
}

.event-container .event-info .info-item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

p.number {
    font-size: 84px !important;
    font-weight: 900;
    margin: 0;
}

span.info-icon {
    /*max-width: 108px;*/
}

span.info-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-item.pd {
    /*padding-right: 15px;*/
}

.info-item.pd-lf {
    padding-left: 15px;
    border-left: 2px solid #043cf8;
}

.info.date {
    font-size: 27px;
    font-weight: 800;
    margin: 0;
}

.content-container-calendar {
    padding-left: 10px;
}

p.info-location {
    font-size: 24px;
    font-weight: 800;
    line-height: 35px;
}

p.info-address {
    font-weight: 600;
    font-size: 24px;
}


.event-container .event-info .info-item .info-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-container .event-info .info-item .info-text p {
    margin: 0;
}

.event-container .event-info .info-item .info-text.col {
    flex-direction: column;
    align-items: flex-start;
}

.event-container .event-info .info-item .info-icon {
    color: #043cf8;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.event-container .event-info .info-item .info-text p.info-date {
    font-weight: bold;
}

.event-container .event-info .info-item .info-text p.info-time {
    color: #555;
}

/* Description */
.event-container .event-description {
    text-align: center;
    margin-bottom: 2rem;
}

.event-container .event-description p {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: justify;
}

.event-container .event-description p .highlight-blue {
    color: #043cf8;
    font-weight: bold;
}

/* Blue container */
.event-container .blue-container {
    width: 100%;
    background: #043cf8;
    color: #fff;
    padding: 14px;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 82px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3), 0 -10px 30px -10px rgb(0 0 0 / 55%);
}

.event-container .blue-container h2 {
    max-width: 320px;
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
}

.event-container .blue-container .blue-button {
    min-width: 338px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 2px 6px;
    text-decoration: none;
    color: #043cf8;
    transition: all 0.3s ease;
}

.event-container .blue-container .blue-button:hover {
    background: #fff;
    color: #043cf8;
}

.event-container .blue-container .blue-button p {
    padding: 7px;
    border: 2px solid blue;
    width: 100%;
    height: 100%;
    font-size: 44px;
    font-weight: 900;
    margin: 0;
}

/* Footer text */
.event-container .footer-text {
    font-size: 0.85rem;
    color: #555;
}

.event-container .footer-text .footer-top {
    text-align: center;
    margin-bottom: 27px;
}

.event-container .footer-text .footer-top p {
    margin: 0.2rem 0;
}

.event-container .footer-text .footer-bottom {
    text-align: justify;
    line-height: 1.4;
    color: #1e1e1e;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.event-container .footer-text .footer-bottom a {
    color: #1e1e1e !important;
    text-decoration: underline !important;
}

.event-container .footer-text .footer-bottom p {
    margin: 0;
    font-size: 17px;
}

span.flex-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 25px;
    margin-top: 18px;
    color: #043cf8;
}

.blue {
    font-size: 22px;
    color: #043cf8;
    word-wrap: break-word;
}

p.small {
    font-size: 15px !important;
}


/* Responsive para tablets */
@media (max-width: 992px) {
    .event-container h1 {
        font-size: 2.8rem;
    }

    .event-container h1 {
        font-size: 2.8rem;
    }

    .event-container .blue-container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .event-container .blue-container h2 {
        text-align: center;
        max-width: 100%;
        height: auto;
    }

    .event-container .blue-container .blue-button p {
        font-size: 1rem;
    }

    .event-container .blue-container .blue-button {
        min-width: auto;
        width: 100%;
    }

    .event-container .blue-container .blue-button p {
        font-size: 2rem;
    }
}

/* responsive */
@media (max-width: 1023px) {

    .event-container {
        padding: 28px 20px;
    }

    .event-container .container{
        padding-top: 90px;
    }

    .event-container h1 {
        font-size: 1.8rem;
    }

    p.number {
        font-size: 28px !important;
    }

    .info.date {
        font-size: 18px;
    }

    p.info-location {
        font-size: 17px;
        line-height: 23px;
    }

    p.info-address {
        font-size: 16px;
    }

    .event-container .event-description p {
        font-size: 1rem;
    }

    .event-container .blue-container h2 {
        font-size: 1.5rem;
    }

    .content-container-calendar {
        padding-left: 0px;
    }

    .info-item.pd-lf {
        padding-left: 0px;
        border-left: 0px;
    }

    .event-container .event-info .info-item .info-text {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    span.flex-row{
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .event-container .footer-text {
        width: 100%;
        max-width: initial;
    }
}


section.evento.banner-hero {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }
 
 section.evento.banner-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(269.97deg, rgba(0, 0, 0, 0.5) 0.03%, rgba(0, 0, 0, 0.5) 75.07%);
 }
 
 section.evento.banner-hero .container .social-icons {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px;
    margin-left: auto;
 }
 
 section.evento.banner-hero .container .social-icons a {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    transition: background-color 400ms ease;
 }
 
 section.evento.banner-hero .container .social-icons a:hover {
    background-color: rgba(0, 0, 0, 1);
 }
 
 section.evento.banner-hero .container .content-text {
    max-width: 555px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
 }
 
 section.evento.banner-hero .container .content-text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: white;
    text-align: center;
 }
 
 section.evento.banner-hero .container .content-text a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 14px 18px;
    background-color: #003DF6;
    color: white;
    transition: transform 400ms ease;
 }
 
 section.evento.banner-hero .container .content-text a:hover {
    transform: scale(1.1);
 }
 
 section.evento.banner-hero {
    border-bottom: 3px solid #757575;
 }
 
 section.evento.banner-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    gap: 152px;
    padding: 224px 0 204px 0;
 }
 
 
 section.evento.date .container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #000000;
 }
 
 section.evento.date .container .container-date {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
 }
 
 section.evento.date .container .item-date {
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 16px;
    border-radius: 6px;
    border: 1px solid #BFCEFC;
 }
 
 section.evento.date .container .item-date .circle {
    min-width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #f2f5fe;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 
 section.evento.date .container .item-date .circle img {
    width: 40px;
    height: 40px;
 }
 
 section.evento.date .container .item-date .content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 11px;
 }
 
 section.evento.date .container .item-date h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    text-transform: uppercase;
    color: #003DF6;
 
 }
 
 section.evento.date .container .item-date p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 108%;
    vertical-align: middle;
    color: #003DF6;
 }
 
 section.evento.date .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 0 32px 0;
 }
 
 section.evento.paragraph .container p {
    padding: 32px 0 60px 0;
 }
 
 section.evento.paragraph {
    padding: 0 20px;
 }
 
 section.evento.paragraph .container p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.6);
 }
 
 section.evento.contact {
    background-color: #f2f2f2;
    padding: 60px 0;
 }
 
 section.evento.contact .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
 }
 
 section.evento.contact .container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #000;
    text-align: center;
 }
 
 section.evento.contact .container .content-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 
 section.evento.contact .container .content-links a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #003DF6;
    transition: color 400ms ease;
 }
 
 section.evento.contact .container .content-links a:hover {
    color: #0044ffa3;
 }
 
 section.evento .container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
 }
 
 @media (max-width: 767px) {
    section.evento h1 {
       font-size: 30px !important;
    }
 
    section.evento h2 {
       font-size: 34px !important;
    }
 
    section.evento h3 {
       font-size: 22px !important;
    }
 
    section.evento a {
       font-size: 14px !important;
    }
 
    section.evento.date .container .container-date {
       flex-direction: column;
    }
 
    section.evento.contact .container .content-links {
       flex-wrap: wrap;
       justify-content: center !important;
       gap: 20px;
    }
 
    section.evento.date .container .item-date {
       justify-content: flex-start !important;
    }
 
    section.evento.date .container {
       padding: 60px 20px 32px !important;
   }
 }
 
 @media (max-width: 960px) {
    section.evento.banner-hero .container {
       padding: 100px 20px 120px !important;
       gap: 60px !important;
    }
 }
