/**
 * ---------------------------------
 *               ULTRA              
 * ---------------------------------
 * Autor: Alexander Aceves <aaceves@ultrasolutions.com.mx>
 * Fecha:
 * Descripción:
 * 
 */
body {
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 100%;
}

p {
    font-size: 14px;
}

ul li {
    font-size: 14px;
}

.banner_Home {
    background: url('/images/bannerMaravilia.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image_logoMaravilia {
    width: 10%;
}

.image_logoTyA {
    width: 82%;
    margin-bottom: -2px;
    margin-left: -6px;
}

.btn-close:focus {
    box-shadow: none !important;
}

.offcanvas-bottom {
    height: 80vh;
}

.lg-backdrop {
    background-color: rgba(34, 34, 34, 0.9);
}

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

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FFF !important;
    color: #000 !important;
}

.banner_HomeCaption {
    text-align: center;
}

.banner_HomeCaption h1 {
    text-shadow: 0px 0px 8px #2d2d2d;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    font-size: 44px;
}

@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {
    .image_logoTyA {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {}