main {
    /*height: 100vh;*/
    height: -webkit-fill-available;
    /*max-height: none;
    overflow-x: none;
    overflow-y: none;*/
    overflow: auto;
}

/* <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 100 to 900 */

.raleway-oficial {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.raleway-oficial-middle {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
}

.raleway-oficial-strong {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.m-b-t-3 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

/*
 <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 200 to 700
*/

.oswald-oficial {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.mt-2x {
    margin-top: 2rem;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.bg-corporativo {
    background-color: #1d264d;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #fff !important;
}

/*----------------*/
.modal-sheet .modal-dialog {
    width: 380px;
    transition: bottom 0.75s ease-in-out;
}
.modal-sheet .modal-footer {
    padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
    width: 380px;
}

.modal-tour .modal-dialog {
    width: 380px;
}

.nav-item.active > a {
    background-color: lightblue;
    color: #1d264d !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #fff !important;
}

.btn-xs {
    padding: 0.15rem 0.25rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.cancelada td,
.cancelada td small.cell {
    color: #dc3545;
}

.enviada td,
.enviada td small.cell {
    background-color: #198754;
    color: #fff;
}

.capturada td,
.capturada td small.cell {
    font-weight: bold;
    color: lightslategray;
}

.autorizada td,
.autorizada td small.cell {
    color: black;
}

.finalizada td,
.finalizada td small.cell {
    color: blue;
}

.table-wrapper {
    max-height: 200px;
    overflow: auto;
    /*display:inline-block;*/
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.link-menu,
.text-blue {
    color: #2f3879 !important;
}

.link-menu:hover {
    color: #809b70 !important;
}

a:visited {
    color: #809b70;
}

.link-menu.active {
    color: #809b70 !important;
}

.link-bg-dark {
    color: #b4c8a8 !important;
}

.link-bg-dark:hover {
    color: #fff !important;
}

.link-bg-light {
    color: #2f3879 !important;
}

.link-bg-light:hover {
    color: #d0e5f7 !important;
}

.mt--4 {
    margin-top: -4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.pt-section {
    padding-top: 50px;
}

.pb-section {
    padding-bottom: 50px;
}

.text-principal-color {
    color: #809b70;
}

.text-secundary-color {
    color: #96f05d;
}

.text-marcador-color {
    color: #b4c8a8 !important;
}

.foto-max-size {
    max-height: auto;
    width: 100%;
}

.bg-principal-color {
    background-color: #809b70 !important;
}

.bg-secundary-color {
    background-color: #96f05d !important;
}

.text-decoration-none {
    text-decoration: none;
}

a.link-servicios {
    color: #272728 !important;
}
/*
https://animate.style/
*/

.img-square-circle {
    border-radius: 50%;
}

.text-justify-align {
    text-align: justify;
}

.bg-blue-bg {
    background-color: #19327f;
}

#header-container-menu-movil {
    display: none;
}

header#header-container-menu.d-flex {
    display: block;
}

#c-menu-movil {
    display: none;
}

#c-menu {
    display: block;
}

@media (max-width: 995px) {
    #header-container-menu-movil {
        display: block;
    }

    header#header-container-menu.d-flex {
        display: none !important;
    }

    #c-menu-movil {
        display: block;
    }

    #c-menu {
        display: none;
    }
}

.navbar-brand {
    background-color: #fff;
    box-shadow: none;
}

#breadcrumb-options {
    display: block;
}

#breadcrumb-option-movil {
    display: none;
}

@media (max-width: 770px) {
    #breadcrumb-options {
        display: none;
    }

    #breadcrumb-option-movil {
        display: block;
    }
}

ul .list-inline {
    display: inline;
}

ul .is-rs {
    font-size: 1.3rem;
}

ul .is-rs-top {
    font-size: 0.9rem;
}

#lista-redes-sociales-top ul a {
    padding: 8px;
    text-decoration: none;
}

ul a {
    padding: 8px;
    text-decoration: none;
}

#lista-redes-sociales ul,
#lista-redes-sociales-top ul {
    padding-left: 0;
}

#button-whatsapp {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 90%;
}

.whatsapp {
    background-color: #0dc143 !important;
}

.button-rounded {
    border-radius: 50px;
    padding: 6px 10px;
}
