.main-intern {
    padding: 64px 0px;
}

.info-padding{
    padding: 100px 0;
}

.main-intern__container-title {
    padding-top: 16px;
    background:url(../images/top-title-background.webp);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}

.main-intern__title-container {
    padding: 55px 0;
}

.main-intern__title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.5px;
}

.main-intern-section-title{
    color: var(--BlueDark);
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
}

.main-intern__second-title {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.main-intern__third-title {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.main-intern__paragraph {
    color: var(--Grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

/* mapa */

.map-container iframe {
    width: 100%;
    height: auto;
}

.map-container {
    display: flex;
    height: 560px;
}

@media only screen and (max-width: 850px) {
    .main-intern__title-container {
        padding: 40px 0;
    }
    .info-padding{
        padding: 60px 0;
    }

    .main-intern__title {
        font-size: 32px;
        letter-spacing: -1.00px;
    }
}

@media only screen and (max-width: 500px) {

    .map-container {
        height: 40vh;
    }
}

