html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    background-color: whitesmoke;
}


body::-webkit-scrollbar {
    background-color: #333;
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    background-color: #fbce12;
    color: whitesmoke;
    width: 7px;
}


.logo {
    width: 3rem;
}

.logo_login {
    font-size: 3rem;
}


footer {
    background-color: #212529 !important;
    min-height: 70px;
    bottom: 0;
    width: 100%;
    text-align: center;
}



.img-footer {
    width: 6rem;
    text-align: center;
    margin-top: 7vh;
    margin-bottom: 10vh;
}

.hstack {
    background-color: #212529 !important;
    color: whitesmoke;
    padding: 30px;
    font-size: 0.8em;
}

.navbar {
    font-family: 'system-ui', sans-serif !important;
    font-size: 0.9em;
}

.navbar-brand {
    font-weight: bolder;
}

.nav-link {
    margin-right: 1vh;
}

.nav-link:hover {
    color: #fbce12;
}

.dropdown-menu {
    font-size: 0.9em !important;
    font-family: 'system-ui', 'sans-serif';
    margin-left: -40px;
}

.nav-link-effect {
    background-image: linear-gradient(to right,
            #fbce12,
            #fbce12 50%,
            rgb(209, 206, 206) 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease-in-out;
}

.nav-link-effect:before {
    content: '';
    background: whitesmoke;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.5s ease-in-out;
}

.nav-link-effect:hover {
    background-position: 0;
}

.nav-link-effect:hover::before {
    width: 100%;
}

.navbar .btn-primary {
    background-color: transparent;
    border: none;
    color: rgb(223, 221, 221);
}

.navbar .btn-primary:hover {
    background-color: transparent;
    border: none;
    color: white;
}

.home {
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
    position: relative;
}

table {
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1em !important;
}

.wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}


.img-home {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    background: url('../img/pagina.webp');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.img-home2 {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    background: url('../img/web.webp');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.img_plan_contain {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    background: url('../img/plan2.webp');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.txt-home {
    width: 50%;
    max-width: 50%;
    height: 100%;
    display: inline-block;
    background-color: #222;
    text-align: center;
}

.txt-home2 {
    width: 50%;
    max-width: 50%;
    height: 100%;
    display: inline-block;
    background-color: #222;
    text-align: center;

}

.txt-plan {
    width: 50%;
    max-width: 50%;
    height: 100%;
    display: inline-block;
    background-color: #333;
}


.home-row {
    height: 100%;
    background-color: transparent;
}

.p-gsr {
    margin-top: 12vh;
    padding: 10px;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 2.3em;
    text-align: left;
    opacity: 1;
    user-select: none;
    color: rgb(197, 197, 197);
}

.p-gsr-p {
    margin-top: 3vh;
    padding: 30px;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 1.3em;
    text-align: left;
    opacity: 1;
    user-select: none;
    color: rgb(197, 197, 197);

}

.p-gsrd {
    padding: 10px;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 1.7em;
    text-align: center;
    opacity: 1;
    user-select: none;
    color: #444;
}

.p-gsr-d {
    padding-left: 30px;
    padding-bottom: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: bolder;
    font-size: 1.2em;
    text-align: left;
    opacity: 1;
    user-select: none;
    color: rgb(197, 197, 197);

}

.logo-home {
    width: 4em;
    margin: auto auto;
}

.carousel {
    width: 100%;
}

.carousel img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(34, 33, 33, 0.7);
}

.planes {
    width: 100%;
    min-height: 100%;
    text-align: center;
    background-color: #333;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;

}

.servicios-info {
    width: 50%;
    height: 100%;
}

.servicios-detalles {
    width: 50%;
    height: 100%;
}

.servicios h3 {
    font-family: 'Rubik Mono One', sans-serif;
    color: rgb(197, 197, 197) !important;
    padding: 10px;
    font-size: 1.4em;
    user-select: none;

}

hr {
    color: rgb(197, 197, 197) !important;
}

.card {
    margin: auto auto;
    margin-top: 5vh;
    text-align: center;
    background-color: #2B3035;
    color: whitesmoke;
    text-align: center;
}

.card img {
    height: 12rem;
    object-fit: cover;
}

.btn-primary {
    background-color: white;
    border-color: black;
    color: black;
}

.btn-primary:hover {
    background-color: whitesmoke;
    color: #333;
    border-color: #333;
}

.swiper {
    width: 85%;
    background-color: transparent;
}

.swiper-wrapper {
    margin-top: 5vh;
    background-color: transparent;
    margin-bottom: 10vh;
}

.swiper-slide {
    padding: 10px 10px;
    background-color: transparent;
}

.swiper-button-next,
.swiper-button-prev {
    color: whitesmoke !important;
}

#servicios h3 {
    text-align: center;
    margin: auto auto;
    margin-top: 10vh;
    color: white;
    font-weight: bold;
}

.precio {
    background-color: whitesmoke;
    color: #333;
    padding: 5px;
    font-size: 0.9rem;
}

.precio_pro {
    background-color: #666;
    color: whitesmoke;
    font-size: 1.2rem;
    padding: 5px;
}

.precio_ultra {
    background-color: #DEAC2B;
    color: #333;
    font-size: 0.9rem;
    padding: 5px;
}

.login {
    width: 100%;
    height: 100%;
    padding-top: 13vh;
    position: relative;
    background: url('../img/home.webp');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.login .alerta {
    margin-top: 16vh;
}

.form-label {
    font-weight: bold;
}

.card-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2B3035 !important;
    color: whitesmoke !important;
}

.card-login i {
    color: #fbce12;
}

.card-login .form-control {
    text-align: center;
}

.btn-login {
    background-color: #fbce12 !important;
    color: #333 !important;
}

.btn-login:hover {
    opacity: 0.9;
}

#alerta {
    text-align: center;
}

.container {
    margin-bottom: 10vh;
}

.container h1 {
    margin-bottom: 5vh;
}

.col-md-4 {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.title-beta {
    margin-top: 0 !important;
}

.breadcrumb {
    background-color: #fbce12;
    padding: 10px;
}

.breadcrumb a {
    color: #333 !important;
}

#filtros {
    background-color: whitesmoke;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 10px;
}

#productos .card {
    height: 26rem;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: white;
    background-color: #333;
    border-color: #333;
}

.btn-outline-primary {
    border-color: #333;
    color: #333;
}

.btn-outline-primary:hover {
    border-color: #333 !important;
    color: gray !important;
}

#InfoNegocio {
    background-color: whitesmoke;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 10px;
}

.logo-banner {
    width: 6rem;
    margin: auto auto;
}

#InfoNegocio h2 {
    font-weight: bolder;
    text-align: center;
}

#InfoNegocio p {
    padding: 10px;
    margin: auto auto;
}

.demo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background: linear-gradient(rgba(255, 251, 251, 0.65), rgba(43, 43, 43, 0.5)), url('../img/demo.webp');
    text-align: center;
    align-items: center;
    justify-content: center;
}

.title-demo {
    width: 30%;
    height: 5vh;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 1.4em;
}

.demos-section {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #222;
}

.demos-section img {
    width: 0px;
    flex-grow: 1;
    opacity: 0.5;
    object-fit: cover;
    transition: .5s ease;
}

.demos-section img:hover {
    width: 80vh;
    opacity: 1;
    filter: contrast(120%);

}

.contacto {
    width: 100%;
    min-height: 100%;
    position: relative;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(107, 107, 108, 0.55)), url('../img/contact.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.img-modal {
    width: 100%;
    height: 18rem;
    object-fit: cover;
}

.modal-title {
    font-weight: bold;
}

.caracteristicas h4 {
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.btn-modal {
    background-color: #333 !important;
}

.accordion-button:not(.collapsed) {
    color: whitesmoke !important;
    background-color: #444 !important;
}

.red-link {
    display: inline-block;
    color: whitesmoke;
    margin-right: 1vh;
}

.red-link:hover {
    color: #666;
}

.contacto_whatsapp {
    width: 40%;
    height: 35vh;
    background-color: #333;
    color: whitesmoke;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.contacto_whatsapp a {
    color: rgb(202, 199, 199);
    margin-bottom: 2vh !important;
    margin-top: 1vh !important;
    display: block;
    text-decoration: none;
}

.contacto_whatsapp a:hover {
    color: whitesmoke;
}

.btn-secondary {
    width: 50%;
    height: 5em;
    margin-top: 2vh;
    background-color: #666;
}

.btn-active {
    background-color: #222;
    color: whitesmoke;
    border-color: #222;
}

.btn-secondary:hover {
    background-color: #222;
    color: whitesmoke;
    border-color: #222;
}

.tarjeta-gsr {
    width: 50%;
    height: 50%;
    color: whitesmoke;
    text-align: center;
    opacity: 0.8;
    border-radius: 10px;
    font-size: 1.5em;

}

.a-demos {
    width: 30%;
    height: 50%;
    background-color: #222;
    opacity: 0.8;
    text-decoration: none;
    font-family: 'Rubik Mono One', sans-serif !important;
    text-align: center;
    border-radius: 10px;
}


.a-demos h3 {
    text-align: center;
    margin: auto auto;
    text-align: center;
}

.title-separator {
    padding-top: 10vh;
    margin-bottom: 0;
    text-align: center;
    font-size: 2em;
    color: whitesmoke;
    font-family: 'Rubik Mono One', sans-serif !important;
    background-color: #333;
}

.title-separator2 {
    padding-top: 10vh;
    margin-bottom: 0;
    padding-bottom: 5vh;
    text-align: center;
    font-size: 2em;
    color: whitesmoke;
    font-family: 'Rubik Mono One', sans-serif !important;
    background-color: #222;
}

.img-demo {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    background: url('../img/platform.webp');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.img-demo2 {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    background: url('../img/inv_demo.jpeg');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.container {
    min-height: 100vh;
    margin: auto auto;
    padding-top: 15vh;
    padding-bottom: 20vh;
}

.container .col-md-6 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container .col-md-5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container .col-md-7 {
    margin: auto auto;
    text-align: center;
}

.tab-1 {
    border: 0.6px solid whitesmoke;
    background-color: whitesmoke;
    padding: 10px;
}

.tab-2 {
    border: 0.6px solid whitesmoke;
    background-color: whitesmoke;
    padding: 10px;
    font-size: 1.7rem;
}

.table-carga {
    font-size: 0.7em;
}

.table-carga th {
    background-color: #fbce12;
    color: #333;
}

.table-carga h5 {
    font-weight: bolder;
}

.table-bitacora {
    font-size: 0.7em;
}

.table-bitacora th {
    background-color: #fbce12;
}

.table-bitacora td {
    background-color: #fbce12;
    height: 8vh;
}

#modalNuevoEmp .btn-primary {
    background-color: #444;
    color: whitesmoke;
    border: none;
}

#modalNuevoEmp h4 {
    padding-top: 1vh;
}

#unidades-table a {
    color: #333;
}

.active>.page-link,
.page-link.active {
    background-color: #fbce12;
    color: #111;
    border: none;
}

.btn-add {
    background-color: #333;
    color: whitesmoke;
}

.btn-add:hover {
    background-color: #444;
    color: whitesmoke;
}

#btn-user {
    background-color: whitesmoke;
    color: #333;
    border: 0.5px solid #666;
    margin: auto auto;
    text-align: center !important;
    font-size: 0.9em;
    margin-right: 0.4vh;
}

#btn-user:hover {
    background-color: #fbce12;
    color: #333;
}

#btn-user i {
    text-align: center;
    margin: auto auto;
}

.success-register {
    text-align: center;
    color: #fbce12;
    margin-bottom: 7vh;
}

.apagado {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 85%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.apagado h1 {
    color: whitesmoke;
}

.apagado .logo {
    width: 5rem;
}

.invalid_input {
    border-color: red !important;
}

.btn-primary:hover {
    background-color: #fbce12;
}

.title-asignacion {
    text-align: center;
    background-color: rgb(226, 218, 218);
}


.link-pipa {
    text-decoration: none;
    color: #333;
}

#info-trasvase .form-control {
    text-align: center !important;
}

#info-trasvase-ac .form-control {
    text-align: center !important;
}

.a-color {
    text-decoration: none;
    color: transparent;
    margin-bottom: 0;
}

.a-color:hover {
    color: #333;
}

.a-refineria {
    text-decoration: none;
    color: transparent;
    margin-bottom: 0;
}

.a-refineria:hover {
    color: #333;
}

.bolder-font {
    font-weight: bolder;
    font-size: 0.8rem;
}


.OTRO {
    background-color: #fbce12!important;
}

.pc-ESPERA {
    background-color: #2edbeb!important;
}


.importacion-ESPERA {
    background-color: rgb(244,176,132)!important;
}

.pc-PROCESO {
    background-color: rgb(253, 253, 26) !important;
}

.pc-CARGADA,
.FILA {
    background-color: rgb(0, 176, 78) !important;
}

.pc-TRANSITO {
    background-color: greenyellow !important;
}

.importacion-PATIO{
    background-color: rgb(0, 176, 80) !important;
}

.REYNOSA {
    background-color: rgb(112, 16, 16) !important;
    color: whitesmoke !important;
    font-weight: bolder;
}

.REYNOSA i {
    color: whitesmoke;
}

.REYNOSA .link-pipa {
    text-decoration: none;
    color: whitesmoke;
}

.importacion-CARGANDO{
    background-color: yellow;
}

.importacion-CARGADA{
    background-color: greenyellow !important;
}

#tab-plan-carga {
    text-align: center;
    margin: auto auto;
    margin-top: 10vh;
}

.btn-cargar-estatus {
    font-size: 1.1em;
}

#info-unidad .form-control {
    border: none;
    border-top: 1px solid rgb(219, 216, 216);
}

#info-bol-1i .form-control {
    border: none;
    border-top: 1px solid rgb(219, 216, 216);
}

#info-bol-2i .form-control {
    border: none;
    border-top: 1px solid rgb(219, 216, 216);
}

#info-unidad-carg .form-control {
    border: none;
    border-top: 1px solid rgb(219, 216, 216);
}

#unidadFormData .form-control {
    border: none;
    border-top: 1px solid rgb(219, 216, 216);
}

#unidadFormDataVacia .form-control {
    border: none;
    border-top: 1px solid rgb(219, 216, 216);
}

.table-cell {
    position: relative;
}

.table-cell:before {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    background-color: black;
    width: 1px;
    height: 100%;
}

.table-bitacora-gb {
    width: 18%;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 0.7em;
}

.table-bitacora-gb th {
    background-color: #fbce12;
}

.table-bitacora-gb td {
    background-color: #ece3e3;
}

@media (min-width: 1200px) {
    .cdc_td_1 img{
        height: 22vh !important;
    }

    .cdc_td_2 img{
        height: 21vh !important;
    }

    .cdc_td_3 img{
        height: 22vh !important;
    }

    .cdc_td_4 img{
        height: 11vh !important;
    }

    
}

@media (max-width: 840px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 768px) {

    .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .img-footer {
        width: 4rem;
        text-align: center;
        margin-top: 7vh;
        margin-bottom: 1vh;
    }

    .offset-8 {
        margin-left: 0;
    }

    .logo-banner {
        width: 4rem;
        margin-left: 40%;
        margin-bottom: 1vh;
    }

    .nav-item {
        margin: auto auto;
    }

    .nav-link {
        margin-right: 0;
        margin-left: 0;
    }

    .dropdown-menu {
        font-size: 0.9em !important;
        font-family: 'system-ui', 'sans-serif';
        margin-left: 0px;
    }


    .card {
        width: 16rem !important;
    }

    .contacto_whatsapp {
        width: 70%;
        height: 25vh;
        background-color: #333;
        color: whitesmoke;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }

    .demos-section img:hover {
        width: 100%;
        opacity: 1;
        filter: contrast(120%);

    }

    .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .img-home {
        width: 100%;
        height: 50%;
        display: inline-block;
        text-align: center;
        background: url('../img/pagina.webp');
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
    }

    .txt-home {
        width: 100%;
        max-width: 100%;
        height: 50%;
        display: inline-block;
        background-color: #222;
    }

    .p-gsr {
        margin-top: 1vh;
        padding: 10px;
        font-family: 'Rubik Mono One', sans-serif;
        font-size: 1.4em;
        text-align: center;
        opacity: 1;
        user-select: none;
    }

    .p-gsrd {
        padding: 10px;
        font-family: 'Rubik Mono One', sans-serif;
        font-size: 1em;
        text-align: center;
        opacity: 1;
        user-select: none;
        color: #444;
    }

    .planes {
        flex-direction: column;
    }

    .home-w1 {
        display: none;
    }

    .home-w2 {
        display: block !important;
    }


    .servicios-info {
        width: 100%;
        height: 50%;
    }

    .servicios-detalles {
        width: 100%;
        height: 50%;
    }

    .servicios-1 {
        display: none;
    }

    .servicios-2 {
        display: block !important;
    }

    .demo-w1 {
        display: none;
    }

    .demo-w2 {
        display: block !important;
    }

    .img-home2 {
        width: 100%;
        height: 50%;
        max-height: 50%;
        display: inline-block;
        text-align: center;
        background: url('../img/web.webp');
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
    }

    .txt-home2 {
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 50%;
        max-height: 50%;
        display: inline-block;
        background-color: #222;
    }

    .img_plan_contain {
        width: 100%;
        height: 40%;
        display: inline-block;
        text-align: center;
        background: url('../img/plan2.webp');
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
    }

    .txt-plan {
        width: 100%;
        max-width: 100%;
        height: 80%;
        display: inline-block;
        background-color: #444;
    }

    .img-demo {
        width: 100%;
        height: 50%;
        display: inline-block;
    }


    .img-demo2 {
        width: 100%;
        height: 50%;
        display: inline-block;
    }

    .p-gsr-d {
        padding-left: 30px;
        padding-bottom: 3px;
        font-family: 'Kanit', sans-serif;
        font-weight: bolder;
        font-size: 1.2em;
        text-align: left;
        opacity: 1;
        user-select: none;
        color: rgb(197, 197, 197);

    }

    .title-separator {
        margin-top: 3vh;
        padding-top: 3vh;
        margin-bottom: 0;
        text-align: center;
        font-size: 2em;
        color: whitesmoke;
        font-family: 'Rubik Mono One', sans-serif !important;
    }

    #servicios h3 {
        text-align: center;
        margin: auto auto;
        margin-top: 3vh;
        color: white;
        font-weight: bold;
    }

    .card {
        margin-top: 3vh;
    }

    .p-gsr-p {
        margin-top: 1vh;
    }
}