.text-naranja
{
    color: #fd7e14;
}

.text-blanco
{
    color: #fafbff;
}


.bg-naranja
{
    background: #fd7e14;
}

.bg-greencard
{
    background: #28a745;
}

.btn-naranja:not(:disabled):not(.disabled):active, .btn-naranja:not(:disabled):not(.disabled).active,
.show > .btn-naranja.dropdown-toggle {
    color: #fff;
    background: #fd7e14;
    border-color: #000000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .show > .nav-linkk, .navbar-light .navbar-nav .active > .nav-linkk, .navbar-light .navbar-nav .nav-linkk.show, .navbar-light .navbar-nav .nav-linkk.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-linkk:hover, .navbar-light .navbar-nav .nav-linkk:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-linkk {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-expand-md .navbar-nav .nav-linkk {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}
.navbar-nav .nav-linkk {
    padding-right: 0;
    padding-left: 0;
    color: black;
}
.nav-linkk:hover, .nav-linkk:focus {
    text-decoration: none;

    color: #fc9540;
}
a:hover {
    color: #fc9540;
    text-decoration: underline;
}
.text-dark {
    color: #343a40 !important;
}
.nav-linkk {
    display: block;
    padding: 0.5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
*, ::before, ::after {
    box-sizing: border-box;
}
.dropdown-menu {
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
}
.navbar-nav {
    list-style: none;
}
body {
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}
.contenido-centrado
{
    margin-right: 14px;
    margin-left: 39px;
}


.form-negro {
    background-color: transparent;
    border-radius: 0px;
    color: #000 !important;
    border-color: #0000003d;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-catalogo {
    background-color: transparent;
    border-radius: 0px;
    color: #000 !important;
    border-color: #0000003d;
    display: block;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-formulario {
    background-color: transparent;
    border-radius: 0px;
    color: #000 !important;
    border-color: #0000003d;
    display: block;
    width: 33%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-limon:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    border-radius: 5px 30px;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
}
th {
    text-align: inherit;
}
table {
    border-collapse: collapse;
}


.card-bodyy {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background: #f7f7f7;
color: black;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: border-box;
}

.cardd {
    word-wrap: break-word;
}
body {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.bg-gris{
    background: #63a08491;
    color: black;
    font-family: Arial;
}
h8{
    font-size: 30px;
}

.contenido-full {
    width: 1504px;
}


.navbar-graficas {
    background-color: #f9f9f9;
    border:0px;
    padding: 20px 0;

    transition: all 0.3s;
}

.navbar-graficas .navbar-brand:focus, .navbar-graficas .navbar-brand:hover
{
    color: #002F2F;
}

.top-nav-collapse {
    padding: 10px;
    background: #f9f9f9;
}

.logo-dec
{
    color: #fc9540;
}
.navbar-graficas .navbar-brand {
    color: #28a745;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar-graficas .navbar-brand:hover, .navbar-graficas .navbar-brand:focus
{
    color:#28a745;
}
.navbar-brand {
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-top: 6px;
}
.navbar-graficas .navbar-nav > li > a
{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    color: black;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.navbar-graficas .navbar-nav > .active > a, .navbar-graficas .navbar-nav > .active > a:focus, .navbar-graficas .navbar-nav > .active > a:hover {
    color: #fd7e14;
    background-color: transparent;
}
.navbar-graficas .navbar-nav > li > a:focus, .navbar-graficas .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fd7e14;
}
