﻿.bgCarruselInfo {
    /*   background: linear-gradient(to right, #4490DF 75%,#fff 50%);*/
    background-color: #1A4982;
}

.bgCarruselCompetense {
    /* background: linear-gradient(to right, #B7513D 75%,#fff 50%);*/
    background-color: #40AA7C;
}

.fondo-titulo {
    background: url("/themes/dos18/img/bg/color4.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
}

.color1 {
    background-color: #1A4982;
    color: #fff;
}

.color2 {
    background-color: #40AA7C;
    color: #fff;
}

.color3 {
    background-color: #B8C2D3;
    color: #000;
}

.color4 {
    background-color: #EDF2F4;
    color: #000;
}

.concept:hover {
    background: #1A4982;
    color: white;
}

.concept.active {
    background: #1A4982;
    color: white;
}

.item.active {
    border-color: #696969;
}

.text-block-1 {
    background-color: #B8C2D3
}

.text-block-0 {
    background-color: #fff;
}

.text-block-2 {
    background-color: #EDF2F4;
}

.expert-card {
    background-color: #B8C2D3;
}

.modal-ExpertCard-1 {
    background-color: #B8C2D3;
}

.modal-ExpertCard-2 {
    background-color: #EDF2F4;
}

.temas {
    background-color: #1A4982;
}


@media screen and (min-width: 993px) {

    .navbar-on-scroll {
        background: #1A4982;
    }
}


.BgTextBlockPrincipal {
    background: linear-gradient(to right, #1A4982 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: #1A4982;
    }
}


header {
    background-color: #1A4982;
}


footer {
    background-color: #1A4982;
}