﻿.c-b7 {
    background-color: #003162 /*#006064*/;
    color: #fff;
}
.c-b6 {
    background-color: #024279 /*#00838f*/;
    color: #fff;
}

.c-b5 {
    background-color: #034F8B /*#0097a7*/;
    color: #fff;
}

.c-b4 {
    background-color: #0660A2 /*#00acc1*/;
    color: #fff;
}

.c-b3 {
    background-color: #076ab3 /*#00bcd4*/;
    color: #fff;
}

.c-b2 {
    background-color: #1B8DD6 /*#26c6da*/;
    color: #fff;
}

.c-b1 {
    background-color: #1e96e3 /*#4dd0e1*/;
    color: #fff;
}
.c-b0 {
    background-color: #46A7DE /*#80deea*/;
    color: #fff;
}
.c-b {
    background-color: #64B8E2 /*#B2EBF2*/;
    color: #fff;
}
textarea.form-control{
    resize: none !important;
}

.bg-org {
    background: #2A3B2A !important;
    color: #fff;
}
.bg-org-secondary {
    background: #fff7ed !important;
}
.bt-org {
    border-top: 5px solid #C49A6D !important;
}
.bl-org {
    border-left: 5px solid #C49A6D !important;
}
input,select {
    background: #fff7ed !important;
}
.icolor {
    color: #C49A6D !important;
}

/* MEDIA QUERIES */
@media screen and (min-width: 270px) and (max-width: 504px) {

    footer {
        font-size: 3vw !important;
    }

    #tituloOrg {
        font-size: 4vw;
    }
}

@media screen and (min-width: 505px) and (max-width: 685px) {

    #tituloOrg {
        font-size: 4vw;
    }
}

@media screen and (min-width: 686px) and (max-width: 862px) {

    #tituloOrg {
        font-size: 3vw;
    }
}

@media screen and (min-width: 863px) and (max-width: 1038px) {

    #tituloOrg {
        font-size: 3vw;
    }
}

