/*Separadores  */
.separador-secciones-dark-1-pu {
    height: 5px;
    width: 35px;
    background-color: rgba(9,72,102,1);

}
.separador-secciones-dark-2-pu {
    border-top: 1px solid #979797;
}
.separador-secciones-dark-3-pu {
    border-top: 1px solid #dce0e0;
}

.imagenes{
    margin-top:10%;
}
.mar-t-22
{
    margin-top:15%;
}

.card-azul {
    border-bottom: solid 3px rgb(4,47,65) !important;
}

.color-verde {
    color: rgb(0,111,62) !important;
}

.btn-not {
    color: white !important;
    background: #001f2f !important;
}
    .btn-not:hover {
        color: #001f2f !important;
        background: white !important;
        border: 2px solid #001f2f !important;
    }
.carousel {
    background-color: rgba(1,40,63,.85);
}
.bg-gray {
    background: #727272 !important;
}
.color-rojo {
    color: rgb(230,60,77) !important;
}
.color-rojofue {
    color: rgb(185,25,38) !important;
}
.color-rojoclaro {
    color: rgb(230,60,77) !important;
}
.color-verdecla{
    color: rgb(111,180,48) !important;
}
.color-azul
{
    color: rgb(4,47,65) !important;
}

.color-primary{
    color: red!important;
}