﻿.bgCarruselInfo {
    /*  background: linear-gradient(to right, #603913 75%,#fff 50%);*/
    background-color: #6377a8;
}

.bgCarruselCompetense {
    /* background: linear-gradient(to right, #B7513D 75%,#fff 50%);*/
    background-color: #f48282;
}


.color1 {
    background-color: #6377a8;
    color: #fff;
}

.color2 {
    background-color: #f48282;
    color: #fff;
}

.color3 {
    background-color: #faf3dd;
    color: #000;
}

.color4 {
    background-color: #b8f2e6;
    color: #000;
}

.concept:hover {
    background: #6377a8;
    color: white;
}

.concept.active {
    background: #6377a8;
    color: white;
}

.item.active {
    border-color: #696969;
}

.fondo-titulo {
    background: url("/themes/dos18/img/bg/color10.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
}

.text-block-1 {
    background-color: #faf3dd;
}

.text-block-0 {
    background-color: #fff;
}

.text-block-2 {
    background-color: #b8f2e6;
}

.expert-card {
    background-color: #b8f2e6;
}

.modal-ExpertCard-1 {
    background-color: #b8f2e6;
}

.modal-ExpertCard-2 {
    background-color: #faf3dd;
}

.temas {
    background-color: #6377a8;
}

@media screen and (min-width: 993px) {

    .navbar-on-scroll {
        background: #6377a8;
    }
}

.BgTextBlockPrincipal {
    background: linear-gradient(to right, #6377a8 76%, #fff 50%);
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 540px) {
    .BgTextBlockPrincipal {
        background: #6377a8;
    }
}

header {
    background-color: #6377a8;
}

footer {
    background-color: #6377a8;
}

