/* 
a {
    color: #19305c !important;
} */

.link-ubicacion {
    color: #19305c !important;
}

.custom-navbar {
    border-color: #19305c;
    border-width: 0.1rem 0 0.3rem 0;
    border-style: solid;
}

strong {
    color: black;
}

.quienes-somos-descripcion {
    justify-self: center;
    text-align: center;
    margin: auto;
    font-size: 1.2rem;
    width: 50vw; /* change to your preferences */
    align-content: center;
}

.question {
    background-color: #19305c;
    width: 100%;
    color: #dbac68;
    padding: 1.4rem 0 1.4rem;
}

.company-title {
	font-size: 2rem;
	text-decoration: none;
}

.carousel-img {
    min-height: 40vh;
}

.bg-color {
    background-color: #19305c;
    color: #dbac68 !important;
}

.bg-color-hover:hover {
    background-color: #dbac68;
    color: #19305c !important;
}