header {
    background: #000!important;
    background-color: #000!important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

header ul li::before {
  content: '';  /* Add content: \2022 is the CSS Code/unicode for a bullet */
}

header .navbar-toggler{
    width: fit-content;
}

.nav-link{
    padding: 0!important;
}
/***** G L O B A L E S ******/

img {
    max-width: 100%;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.6rem;
}

a {
    text-decoration: none;
}

p{
    text-align: justify;
}

/*Utilizades*/

.mg-t {
    margin-top: 5rem;
}

.mgt-mas {
    margin-top: 7rem;
}

.color {
    color: #ff832a;
    text-decoration: none;
}

.fw-b {
    font-weight: bold;
}

.menu-black{
    background-color: rgba(0, 0, 0, .5)!important;
    border-radius: 1rem;
}

.menu-black a{
    color: #fff !important;
}
.menu-black a:hover{
    color: #000 !important;
}

.menu-black .dropdown-item:active{
    color: #000 !important;
    background-color: #e9ecef;
}

.btn-dis {
    font-size: .8rem;
}
.disclaimer {
    font-size: .8rem;
}

.modal-body{
    padding: 2rem!important;
}
/* Header */

@media (max-width: 1200px) {
    em.assent {
        display: none;
    }
    .first-menu {
        padding-left: 20%!important;
    }
    .first-menu2 {
        padding-left: 10%!important;
    }
}

.navbar {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 65%;
}

.first-menu {
    width: 100%;
    padding-left: 40%;
    font-size: 1rem;
}

.lista {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.lista li {
    color: #fff;
}

.lista li:not(.cliente) {
    font-size: .8rem;
    padding-top: 1rem!important;
}

.lista li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.lista li p {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.cliente {
    background-color: #ff832a;
    border-radius: 2rem;
    padding: .7rem 3rem;
    margin: 1rem;
    line-height: 1.5rem;
}

.pais {
    background-color: #fff;
    padding: 0 4rem 0.5rem;
    border-bottom-left-radius: 2rem;
    color: #000 !important;
}

.pais:hover{
    background-color: #fff;
}

.pais .dropdown-item:active{
    background-color: #fff;
}

.lista .pais a {
    color: #000;
}

.lista .pais a img {
    position: relative;
    left: .3rem;
    top: -0.4rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
}

.navbar-nav .seleccionar{
    margin-bottom: 2rem!important;
}
  
@media (min-width: 992px) {
    .show .dropdown-menu .dropdown-item{
        background-color: #fff!important; 
    }
}

/* Menu principal*/
/*antiguo
.logo {
    width: 40rem;
}
*/

.logo {
    width: 15rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 100%;
        padding-left: 5%;
    }
}

.modal.fade.show{
    background-color: rgba(0, 0, 0, .1);
    border-radius: 0;
}

img,
svg {
    vertical-align: middle;
    width: 3rem;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
}
.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-item .nav-link {
    padding: 0 !important;
}

.nav-item .nav-link p {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    margin: 0;
    max-width: 10rem;
}

.nav-item .nav-link p em.icon {
    position: relative;
    left: -.8rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

@media (min-width: 992px) {
    .nav-item .nav-link p em.assent {
        background: url(../img/GRA_FICAS-02.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nav-item .nav-link p em.wealth {
        background: url(../img/GRA_FICAS-07_1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nav-item .nav-link p em.corredores {
        background: url(../img/GRA_FICAS-06.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nav-item .nav-link p em.activos {
        background: url(../img/GRA_FICAS-05.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nav-item .nav-link p em.servicio2 {
        background: url(../img/GRA_FICAS-09.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nav-item .nav-link p em.quienes {
        background: url(../img/GRA_FICAS-03.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .nav-item .nav-link p em.videos {
        background: url(../img/GRA_FICAS-10.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (max-width: 992px) {
    .ocultar {
        display: none;
    }
    .pc{
        display: none;
    }
    header .first-menu {
        display: none;
    }
    header .first-menu2 {
        display: none;
    }
}
.nav-item .nav-link p img {
    position: relative;
    left: -.8rem;
    top: -.4rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 2rem;
    }
}

/* Menu principal mobil*/

.nav-item .nav-link p {
    max-width: 20rem;
}

.collapsing ul li {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.collapsing ul {
    padding-top: 1rem;
}

.show ul {
    padding-top: 1rem;
}

.show ul li {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .mobil {
        display: none;
    }
    .mob {
        display: none;
    }
}

.mobil {
    margin-left: 3rem;
    margin-bottom: 1rem!important;
}


@media (max-width: 1920px) {
    /*.logo {
        width: 40rem;
    }
    */
    .logo {
        width: 12rem;
    }
}