.cid-ttRteJbtJm .nav-dropdown .link.f-bolder {
    font-weight: bolder !important;
}

.terms-and-conditions.f-bolder {
    font-weight: bolder !important;
    color: white;
}

.terms-and-conditions.f-bolder:hover {
    color: #b6b6b6;
}

.terms-and-conditions-title {
    font-family: 'DM Sans', sans-serif;
    color: white;
    font-size: 2.2rem;
    font-weight: bold;
}

.terms-and-conditions-text {
    font-family: 'DM Sans', sans-serif;
    color: #b6b6b6;
    font-size: 1rem;
}

.dm-sans {
    font-family: 'DM Sans', sans-serif !important;
    color: white !important;
}

.img-container {
    overflow: hidden;
}

.img-section {
    max-height: 400px;
    max-width: 400px;
    border-radius: 30px;
}

#section-container {
    gap: 50px;
}

#hr-section-container {
    color: white;
}

.terms-and-conditions {
    color: #b6b6b6;
}

.iconfont-wrapper {
    transition: all 0.2s ease-in-out 0s;
}

.iconfont-wrapper:hover {
    opacity: .5;
}

.input-container {
    display: flex;
    flex-direction: row;
}

.item-wrap .iconfont-wrapper {
    color: #b6b6b6;
}

.item-wrap .iconfont-wrapper:hover {
    color: white;
    opacity: 1;
}

@media (max-width: 767px) {
    #section-container {
        flex-direction: column;
    }

    #mas-informacion-button {
        text-align: center !important;
    }

    .img-container {
        display: flex;
        justify-content: center;
    }

    .input-container {
        flex-direction: column;
    }
}