:root {
    --nav-background: #88223B;
    --nav-divider: #fff;
}
.navbar {
    color: #fff;
    background-color: #791a38 !important;
    border-radius: 0;
    box-shadow: none;
}
.navbar .navbar-brand {
    height: 80px;
    line-height: 22px;
}
#logoNav {
    width: 200px;
}
.divider {
    border-left: 1px solid var(--nav-divider);
    height: 54px;
    margin-left: 2px;
}
.navbar .header-brand {
    padding: 0 8px;
}
.text-cont-navbar {
    margin-top: -2px;
}
.title-navbar {
    font-size: 1.125rem;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
    .navbar-brand {
        height: 60px !important;
    }
    #logoNav {
        width: 39px;
    }
    .divider {
        height: 41px;
        margin-left: 0;
    }
    .header-brand {
        padding: 0 6px !important;
    }
    .text-cont-navbar {
        margin-top: -2px;
        line-height: 0.9;
    }
    .title-navbar {
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
    .divider {
        height: 52px;
    }
    .header-brand {
        padding: 0 8px !important;
    }
    .text-cont-navbar {
        margin-top: -2px;
        line-height: 1.1;
    }
    .title-navbar {
        font-size: 1.063rem;
    }
}
@media screen and (min-width: 425px) and (max-width: 499px) {
    .divider {
        height: 52px;
    }
    .header-brand {
        padding: 0 8px !important;
    }
    .text-cont-navbar {
        margin-top: -2px;
        line-height: 1.1;
    }
    .title-navbar {
        font-size: 1.063rem;
    }
}
@media screen and (min-width: 500px) and (max-width: 575px) {
    .divider {
        height: 52px;
    }
    .header-brand {
        padding: 0 8px !important;
    }
    .text-cont-navbar {
        line-height: 1.1;
    }
    .title-navbar {
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .title-navbar {
        font-size: 1rem;
    }
}
.navbar-brand .ripple-container .ripple-decorator.ripple-on {
    opacity: 0.1;
    transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    background-color: #264089 !important;
}
.navbar-brand .ripple-container .ripple-decorator.ripple-out {
    opacity: 0;
    transition: opacity 0.1s linear 0s !important;
}
#icoContact,
#icoContactHover {
    color: var(--nav-divider);
    font-size: 2rem;
    cursor: pointer;
}
#icoContactHover {
    display: none;
}
@media screen and (max-width: 500px) {
    .nav-div {
        display: none;
    }
}
#nav-menu {
    z-index: 1000;
}
.nav__content {
    height: 100%;
    grid-template-rows: max-content 1fr max-content;
    row-gap: 2rem;
}
.bd-grid {
    max-width: 1200px;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.header__toggle {
    font-size: 1.5rem;
    cursor: pointer;
}
.nav__close {
    position: absolute;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
}
.nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav__item {
    text-transform: uppercase;
    font-size: 18px;
    margin: 1.5rem 0;
}
.nav__link {
    cursor: pointer;
    color: #fff !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size 0.3s;
}
.nav__menu {
    align-self: auto;
}
.nav__link:hover,
.nav__link:focus {
    background-size: 100% 2px;
}
.nav__social {
    padding-top: 0.5rem;
}
.nav__social-ico {
    font-size: 1.2rem;
    color: #fff !important;
    margin-right: 1rem;
}
.nav__social-ico svg {
    transition: 0.5s;
}
.nav__social-ico svg:hover {
    transform: scale(1.3) translate(0, -4px);
    transition: 0.5s;
}
@media screen and (max-width: 991px) {
    .nav__ {
        position: fixed;
        top: 0;
        left: -100%;
        background: var(--nav-background);
        width: 100%;
        height: 100vh;
        padding: 1.5rem 0;
        transition: 0.5s;
    }
    .nav__item {
        font-size: 20px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .nav__item {
        font-size: 24px;
        margin: 2rem 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav__item {
        font-size: 15px;
    }
}
@media screen and (min-width: 992px) {
    .nav__perfil,
    .header__toggle,
    .nav__close,
    .nav__social {
        display: none;
    }
    .bd-grid {
        grid-template-rows: min-content;
        margin-left: 0;
        margin-right: 0;
    }
    .nav__list {
        display: flex;
    }
    .nav__item {
        margin: 0 0.25rem;
    }
    .nav__link {
        padding: 0.5rem 1rem;
        border-radius: 0.25rem;
    }
    .nav__link:hover {
        background-color: #6b1f30;
        border-radius: 5px;
        color: #fff !important;
        background-size: 0 !important;
    }
    .active-m {
        background-color: #6b1f30;
        border-radius: 5px;
        color: #fff !important;
        font-weight: 400 !important;
        background-size: 0 !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav__item {
        margin: 0 !important;
    }
}
.show {
    left: 0;
}
.active-m {
    font-weight: 600;
}
.nav__link__gob_title {
    color: #fff !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size 0.3s;
}
.nav__link__gob {
    color: #00b2ef !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size 0.3s;
}
.nav__link__gob_title:hover {
    background-size: 100% 2px;
}
@media screen and (min-width: 992px) {
    a._nav__link__gob_title,
    a.nav__link__gob_title {
        font-size: 1.4rem;
        font-weight: 600;
    }
}
@media screen and (min-width: 1200px) {
    a._nav__link__gob_title,
    a.nav__link__gob_title {
        font-size: 1.8rem;
        font-weight: 600;
    }
}
.nav__link__gob:hover,
.nav__link__gob:focus {
    background-size: 100% 2px;
}
.nav__gob {
    position: fixed;
    z-index: 1000;
    bottom: 200%;
    height: 100vh;
    transition: 0.5s;
}
.show-gob {
    bottom: -80px;
}
@media screen and (max-width: 374px) {
    .show-gob {
        bottom: -60px !important;
    }
}
@media screen and (max-width: 500px) {
    .show-gob {
        bottom: -80px;
    }
}
@media screen and (max-width: 767px) {
    .nav__gob .container {
        height: 85%;
        overflow-y: auto;
    }
}
@media screen and (min-width: 768px) {
    .nav__gob .container {
        height: 90%;
        overflow-y: auto;
    }
}
#nav-menu-gob .container::-webkit-scrollbar {
    width: 0.7em;
}
#nav-menu-gob .container::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0.5em;
    border: 1px solid var(--dfl-blue-dark);
}
.gradient-nav {
    background-image: linear-gradient(90deg, #be924b, #be924b);
}
.none-overflow {
    overflow: hidden;
}
#searchPort {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: linear-gradient(to top, #264089 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #eff8f8 1px, rgba(210, 210, 210, 0) 1px);
}
.search-border {
    border-style: solid;
    border-width: 2px;
    border-color: #264089 !important;
}
#sendSearch {
    border-radius: 0 10px 10px 0;
    width: 100%;
}
#searchPortMenuAyunt,
#searchPortM {
    background-color: var(--dfl-blue-dark) !important;
    border-radius: 10px;
    color: white;
    background-image: linear-gradient(to top, var(--dfl-cyan) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, var(--dfl-blue-dark) 1px, rgba(210, 210, 210, 0) 1px);
}
#searchPortMenuAyunt::placeholder,
#searchPortM::placeholder {
    color: var(--dfl-cyan);
    font-size: 18px;
}
@media screen and (max-width: 370px) {
    #namePage {
        font-size: 15px;
    }
    .col-adj-ico-min {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-adj-ico-max {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.menu-float-right {
    width: 65px;
    background-color: var(--dfl-blue);
    position: fixed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    right: -100%;
    top: 45%;
    z-index: 1;
    opacity: 0;
    box-shadow: -2px 2px 5px 0 #092a59;
}
.by-mfr {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #3155b9;
}
.menu-float-right td svg {
    font-size: 40px;
    color: #fff;
}
.menu-float-right td svg:hover {
    color: var(--dfl-cyan);
}
@media screen and (max-width: 576px) {
    .menu-float-right {
        width: 45px;
        background-color: rgba(38, 64, 137, 0.8);
    }
    .menu-float-right a svg {
        font-size: 2rem;
    }
}
.__hover-effect-0 svg {
    transition: 0.5s;
}
.__hover-effect-0:hover svg {
    transform: scale(1.3) translate(0, -4px);
    transition: 0.5s;
}
.ico-fa-size-lg {
    font-size: 2.813rem;
}
.anim-live {
    border-radius: 50%;
    background-color: transparent !important;
    position: absolute;
    top: 84px;
    left: -5px;
    z-index: 1;
}
.anim-live::before {
    -webkit-animation: wave 1.2s infinite;
    animation: wave 1.2s infinite;
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: 0;
    display: block;
    width: 5rem;
    height: 5rem;
    border: 60px solid var(--dfl-blue);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.anim-live::after {
    -webkit-animation: wave 1.4s infinite;
    animation: wave 1.4s infinite;
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: 0;
    display: block;
    width: 5rem;
    height: 5rem;
    border: 60px solid var(--dfl-blue);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    -webkit-transform: scale(0.15);
    transform: scale(0.15);
    opacity: 0;
}
@-webkit-keyframes wave {
    10% {
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes wave {
    10% {
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}
.zi-2 {
    z-index: 2;
}
.btn-orden-dia {
    background: transparent !important;
    border: 1px solid white !important;
}
