.fa-barra {
    font-size: 2.5em;
}

.sombramd {
    box-shadow: 5px 10px 8px #888888
}

/* Only for snippet */

.double-nav .breadcrumb-dn {
    color: #fff;
}

.side-nav.wide.slim .sn-ad-avatar-wrapper a span {
    display: none;
}

.light-blue-skin input[type=checkbox]:checked+label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688;
    font-weight: bold;
}

.modificado {
    border: solid 1px blue;
}

.auxiliar {
    background-color: #fafbffcc;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

body::after {
    content: '';
    display: block;
    height: 100px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height:100px; */
}

.modal-dialog {
    max-width: 900px !important;
    margin: 1.75rem auto;
}

.main-tabs-docs .nav-mtd {
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

@media (min-width: 62rem) {
    .main-tabs-docs .nav-mtd {
        overflow-x: hidden;
    }
}

.main-tabs-docs .nav-mtd li a {
    display: block;
    padding: 20px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    border-bottom: 3px solid #33b5e5;
}

.main-tabs-docs .nav-mtd li a.active {
    border-bottom: 3px solid;
    color: #fff;
}

@media (min-width: 62em) {
    .main-tabs-docs .nav-mtd li:first-child {
        margin-left: 56px;
    }
}

.documentation .primary-heading {
    font-size: 2.7rem;
    font-weight: 500;
}

.documentation .secondary-heading {
    font-size: 1.5rem;
    font-weight: 500;
    color: #444343;
    overflow: hidden;
    padding-bottom: .3rem;
    margin-bottom: .7rem;
}

.documentation .section-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
}

.documentation .docs-pills {
    margin-top: 1.4rem;
}

.documentation .section-preview {
    border: 1px solid #e0e0e0;
    padding: 15px;
}

@media only screen and (max-width: 991px) {
    .sticky,
    .sticky2,
    .sticky3,
    .sticky-placeholder {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    #mimain {
        /* padding-left: 0.5rem; */
    }
}

.switch-version {
    position: fixed;
    top: 300px;
    right: 0;
    width: 40px;
    background: #fff;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.switch-version {
    z-index: 1000;
}

.switch-off {
    display: none;
}

.switch-title {
    font-size: 11px;
}

.switch-web {
    border-top: 1px solid #33b5e5;
    border-left: 1px solid #33b5e5;
    color: #6b6e72;
    border-top-left-radius: 4px;
    transition: background-color 0.3s;
}

.switch-mobile {
    border-bottom: 1px solid #FF8800;
    border-left: 1px solid #FF8800;
    color: #6b6e72;
    border-bottom-left-radius: 4px;
    transition: background-color 0.3s;
}

.switch-web.active,
.switch-web:not(.active):hover {
    color: white;
    background-color: #33b5e5;
}

.switch-mobile.active,
.switch-mobile:not(.active):hover {
    color: white;
    background-color: #FF8800;
}

.switch-web i,
.switch-mobile i {
    position: relative;
    top: 4px;
}

.switch-web span,
.switch-mobile span {
    width: 100%;
    position: relative;
    top: -4px;
}

.switch-web-products {
    border-left: 1px solid #33b5e5;
}

.switch-mobile-products {
    border-left: 1px solid #FF8800;
}

.switch-version a:last-child>.switch-to {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.switch-version a:first-child>.switch-to {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.switch-to-mobile.mdb-vue-mobile {
    background-image: url('https://mdbootstrap.com/img/logo/mdb-angular.png');
    background-position: 0 -80px;
}

.switch-to-mobile.mdb-angular-mobile {
    background-image: url('https://mdbootstrap.com/img/logo/mdb-angular.png');
    background-position: 0 0;
}

.item-activo {
    background-color: #baecba;
}

/* tabs ver https://codepen.io/inupurnomo/pen/MWWRmQr */

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    background-color: #3f5c80;
    color: white;
    font-weight: 400;
    margin-right: 0.1rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    background-color: #4285f4;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-pane {
    /* border-radius: 30px; */
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    margin-top: -10px;
    min-height: 300px;
}

.nav-tabs {
    border-bottom: none;
}

.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.map-container-3 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-3 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

body {
    background: url(../images/bg/bg-3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card .md-form label {
    font-weight: 600;
}

body {
    font-weight: 600;
}