html *{
    font-family: "Barlow Condensed"!important;
}
.navbar-collapse p{
    color: white!important;
    align-self: center!important;
    margin-bottom: 0px!important;
}
.navbar-dark .nav-link{
    color: white!important;
}
.navbar-dark .navbar-toggler{
    color: white!important;
}
.navbar-dark .nav-link:hover{
    color: grey!important;
}
.nav-link{
    font-size: 25px!important;
    font-weight: 500!important;
    
}
.separator{
    margin-top: -1rem!important;
    align-self: center!important;
    font-size: 50px!important;
    font-weight: 100!important;
}
.nav-bg{
    background:
        linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0.221) 80%, transparent 100%);
    background-size: cover;
}
.nav-bg-scrolled{
    background:
    linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0.221) 80%, transparent 100%);
}
.carousel-indicators [data-bs-target]{
    border-radius: 100%!important;
    width: 10px!important;
    height: 10px!important;
}
button.active{
    background-color:#c6504b!important;
}
.icon{
    max-height: 65px;
}
@media (max-width: 991px) {
    html *{
        line-height: 30px!important;
    }
    .banner-content{
        padding-top: 175px!important;
    }
    .banner1{
        min-height: 400px!important;
        background-size: cover!important;
    }
    .banner2{
        min-height: 400px!important;
        background-size: cover!important;
    }
    .banner3{
        min-height: 400px!important;
        background-size: cover!important;
    }
    li{
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
    .navbar-brand{
        align-self: baseline!important;
    }
    .border-start-desktop{
        border: none!important;
    }
    .border-end-desktop{
        border: none!important;
    }
    .border-bottom-desktop{
        border: none!important;
    }
    .mobileHidden{
        display: none;
    }
    .mobileOnly{
        display: block;
    }
    .contacto-text{
        font-size: 20px;
    }
    .carousel-indicators{
        margin-bottom: 2rem!important;
    }
    .cards-text{
        font-size: 20px!important;
    }
    .valores-text{
        font-size: 20px!important;
    }
    .footer-text{
        font-size: 20px!important;
    }
}
@media (min-width: 992px) {
    .border-start-desktop{
        border-left: 2px solid black!important;
    }
    .border-end-desktop{
        border-right: 2px solid black!important;
    }
    .border-bottom-desktop{
        border-bottom: 2px solid black!important;
    }
    .mobileHidden{
        display: block;
    }
    .mobileOnly{
        display: none;
    }
    .card-heigth-desktop{
        height: 425px;
    }
    .contacto-text{
        font-size: 30px;
    }
    .carousel-indicators{
        margin-bottom: 8rem!important;
    }
}
.banner1{
    background-image: url(/im1.jpg);
    background-size: cover;
    background-position: 0%  20%;
    color: white!important;

}
.banner2{
    background-image: url(/im2.jpg);
    background-size: cover;
    color: white!important;

}
.banner3{
    background-image: url(/im3.jpg);
    background-size: cover;
    color: white!important;

}
.banner-content{
    padding: 15vw; 
}
.triangle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:
      linear-gradient(to bottom right, transparent 0%, transparent 50%, white 50.1%, white 50%);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.red{
    color:#c6504b;
    font-weight: 700;
}
.cards-text{
    font-weight: 500;
    line-height: 20px;
    font-size: 22px;
}
#valores{
    background-image: url(/im.jpg);
    background-size: cover;
    background-position: 0%  50%;
    color: white!important;
}
.valores-text{
    color: white!important;
    line-height: 35px;
    font-size: 30px;
}
.lideres-text{
    font-size: 40px;
}

.footer-text{
    color: white!important;
    font-size: 15px;
}