/* #region BANNER GPS pages */
.fondo{
    background-color: #753bbd;
    height: 100px;
    margin-bottom: 1.5rem;
}
footer .fondo{
    margin-bottom: 0;
}
.fondo img {
    width: 100%;
    height: 100px;
    opacity: 0.05;
    top: 0;
    object-fit: cover;
}
.fondo.small{
    background-color: #753bbd;
    height: 70px;
}
@media (max-width:991px) {
    .fondo {
        height: 50px;
    }
}
/* #region BANNER GPS pages */
/* #region BODY GPS pages */
.title-description h2.title-description__title,
.title-description .title-description__description {
    font-size: 16px!important;
    line-height: 24px !important;
    font-family: din-light!important;
    font-weight: bold!important;
    color: #000!important;
    margin-bottom: 32px;
}

.title-description h2.title-description__title {
    margin-bottom: 22px;
}

h2,
p {
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: din-light !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 32px;
}
.firts_block h2,
.firts_block p {
    color: #753bbd!important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: din-light !important;
    font-weight: bold !important;
}
.firts_block .info-block { 
    border-bottom: 1px solid #753bbd !important;
    margin-bottom: 40px;
}
.justify-content-between {
    justify-content: space-between;
}

.banner {
    padding: 0;
}
.banner__bg-image img {
    height: auto;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .banner__bg-image img {
        height: 292px;
    }
}

/* #endregion BODY GPS pages */

/* #region FOOTER GPS pages */
.footer-foundation {
    margin-top: 0;
}
/* #endregion FOOTER GPS pages */
/* #region RELATED PAGES */
.related-page {
    border-left: 1px solid #eee;
    height: 100%;
    padding-left: 30px;
}
.related-page .links {
    gap: 15px;
    padding-top: 15px;
}
.related-page h2 {
    margin-bottom: 15px;
    font-size: 16px!important;
    letter-spacing: 2px;
    font-family: 'din-medium' !important;
    line-height: 1.2 !important;
    padding-top: 30px;
    position: relative;
    color: #753bbd!important;
    font-weight: inherit!important;
}
.related-page h2::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 2px;
    min-height: 2px;
    background-color: #753bbd;
    width: 20px;
}
@media screen and (max-width: 768px) {
    .related-page {
        border-left: none;
        padding-inline: inherit;
    }
    .related-page .links {
        gap: 2px;
        padding-top: 0;
    }
    .related-page h2 {
        max-width: 100%;
        padding-top: 15px;
    }
    .related-page .links__zoom {
        padding-top: 31.333%!important;
    }

    .related-page .links__content-image:hover .image {
        transform: scale(1);
    }
    
}
/* #endregion RELATED PAGES */

/* #region SHARE */
.cont-share {
    position: relative;
}
.cont-share h1.info-block__title {
    font-family: 'din-light' !important;
    color: #753bbd !important;
    font-weight: bolder !important;
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 2.5rem;
}
#share-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#share-btn svg.feather.feather-share-2 {
    color: #753bbd;
    padding: 0;
}
#share-btn a::after {
    display: none;
}
#share-btn .dropdown-menu {
    margin-top: 10px !important;
    min-width: unset;
    display: none;
    position: absolute;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.175);
    border-radius: 5px;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
#share-btn .dropdown-menu.show {
    display: flex;
}

#share-btn .dropdown-item {
    padding: 10px;
    line-height: 1;
    font-size: 19px;
}
#share-btn .dropdown-item svg {
    width: 1em;
    height: 1em;
    vertical-align: text-top;
    color: #753bbd;
}
#share-btn .dropdown-item svg.logo-twitter{
    fill: #753bbd;
}
.dropdown-toggle::after {
    display: none;
}
@media (min-width: 577px) and (max-width: 992px) {
    .cont-share h1.info-block__title {
        font-size: 23px;
        margin-bottom: 20px;
    }
    #share-btn {
        top: -3px;
    }
}
@media (max-width: 576px) {
    .cont-share h1.info-block__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #share-btn {
        top: -3px;
    }
}
/* #endregion SHARE */
