/*--------------------------------------------------------------
# pdf-map
--------------------------------------------------------------*/
.pdf-map {
    min-height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0%;
}

.pdf-map .section-title {
    margin: 0% 0 4% 0;
    padding: 0%;

}

.pdf-map .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.pdf-map .content ul {
    list-style: none;
    padding: 0;
}

.pdf-map .content ul li {
    position: relative;
}

.pdf-map .content ul li+li {
    margin-top: 10px;
}

.pdf-map .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #2487ce;
    line-height: 1;
}

.pdf-map .content p:last-child {
    margin-bottom: 0;
}

.pdf-map .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #2487ce;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #2487ce;
}

.pdf-map .content .btn-learn-more:hover {
    background: #2487ce;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#pdf-map .icon-boxes {
    margin-top: 3%;
    display: flex;
    height: 100%;
    justify-content: center;
}

#pdf-map .icon-boxes2 {
    margin-top: 2%;
    display: flex;
    height: 100%;
    justify-content: center;
}

#pdf-map .icon-box {
    margin-top: 10px;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.685);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 90%;
}

#pdf-map .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #00042c;
}

#pdf-map .icon-box .title a {
    color: #000000;
    transition: 0.3s;
}

#pdf-map .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: rgba(5, 5, 5, 0.76);
}

#pdf-map .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #00042c;
}

#pdf-map .icon-box:hover {
    transform: scale(1.08);
}

#pdf-map .icon-box:hover .title a {
    color: #2487ce;
}

.pdf-map-background {
    border: #F8DD4F 3px solid;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.685);
    padding-bottom: 2%;
    border-radius: 30px;
    background-color: #00042c;
    margin: 3% 0;
}

.pdf-map-title-pdf {
    margin-top: 3%;
    padding: 0;
    font-size: 25px;
    color: white; 
    text-align: center;
}

.txt-zona {
  color: #ffffff;
  margin: 0 15% 3% 15%;
}

/* MOBILE */
@media (max-width: 991px) {
  .txt-zona {
    margin: 0 0 1rem 0;
    padding: 0 0.75rem; /* mesmo padding visual da imagem */
  }
}