﻿.page-link {
    color: mediumpurple !important;
}

.page-item.active .page-link {
    background-color: mediumpurple !important;
    border-color: mediumpurple !important;
    color: white !important;
}

.price-travel {
    margin-top: 3rem !important;
}

.filtro-busqueda {
    margin-top: 60px;
}

@media (min-width:1121px) {
    .price-travel {
        margin-top: 8rem !important;
    }

    .filtro-busqueda {
        margin-top: 118px;
    }
}

dl.dropdown {
    margin: 0 !important;
}

.donate-now-custom {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.donate-now-custom li{
    width: auto !important;
}

.elemento-top {
    padding-top: 120px;
}

/* MOBILE */
@media (max-width:1120px) {
    .modal-dialog {
        padding: .5rem !important;
        /*margin: 0 !important;*/
    }

    .nav-contenedor.left.categorias {
        height: auto;
        max-height: fit-content;
    }

    .elemento-top {
        padding-top: 60px;
    }
}
