/*----------catmandu nff------------*/

.CommandButton,
.Head,
.Normal,
.NormalBold,
.NormalDisabled,
.NormalRed,
.NormalTextBox,
.SubHead,
.SubSubHead,
a:hover,
a:link,
a:visited,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th {
    font-family: "Montserrat", Sans-serif;
}

#catmanduHeader {
    margin-bottom: 30px;
}

.nff-header .menu-items li:last-child,
#catmanduHeader .menu-items li:last-child {
    padding-right: 0;
}

.nff-header #userdata-contact-container ul li button,
#catmanduHeader #userdata-contact-container ul li button {
    padding: 2px 5px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

#userdata-contact-container ul li span,
#userdata-contact-container ul li a {
    color: var(--menu-user-items-color);
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
}

#catmanduHeader #userdata-contact-container ul li a {
    font-size: 14px;
}

.nff-header .menu-items li a,
.nff-header .menu-items li.active a {
    color: var(--menu-items-bg-hover-color) !important;
}

.nff-header .menu-items li a:hover {
    color: var(--menu-items-bg-hover-color) !important;
    text-decoration: underline;
}

#catmanduHeader header .menu-items li::before {
    display: none;
}

.nff-footer .links-footer a,
.nff-footer p a {
    color: var(--footer-link-color) !important;
}

.nff-footer .cms-flex__footer_columns ul li a,
.nff-footer .cms-flex-accordion h2 a {
    color: #fff !important;
    line-height: 1.7em;
    font-weight: 500;
}

.nff-footer .cms-flex__redes-footer a {
    color: var(--footer-bg-color) !important;
    padding: 9px;
    width: 12px;
}

#catmanduHeader header .menu-items>li:first-child a {
    padding-right: 20px;
}

.nff-header .menu-items li a {
    font-size: 18px;
}

#catmanduHeader header .menu-items li a {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*------------HEADER------------*/

.user-menu .cms-dropdown .fa-caret-down,
.user-menu .cms-flex_dropbtn .fa-caret-down {
    margin-left: 5px;
}

.user-menu {
    background-color: var(--menu-user-bg-color);
}

.header-container {
    background-color: var(--header-bg-color);
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    min-height: 74px;
    height: auto;
    z-index: 99;
}

#mainHeader-inner-flex {
    padding-top: 12px;
    position: relative;
    padding-bottom: 12px;
}

#mainHeader-inner {
    padding-top: 20px;
    position: relative;
}

#userdata-contact-container ul {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: auto;
}

#userdata-contact-container ul li {
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

#userdata-contact-container ul li a {
    color: var(--menu-user-items-color);
}

.misReservas {
    color: #3f3f3f;
    font-size: 16px;
    float: left;
    padding: 6px 20px;
}

.misReservas:hover {
    color: #979797;
    text-decoration: none;
}

.hide-lang {
    display: none !important;
}

#lang-mobile-options:active,
#lang-mobile-options:focus,
#lang-mobile-options {
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
}


/*-----------FLEX MENU-------*/

.menu-items li a .caret {
    display: block;
    margin-left: 6px;
    margin-top: 8px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    z-index: 99;
    display: none;
    position: absolute;
    min-width: 140px;
    left: 0;
    background-color: var(--menu-user-bg-color);
    margin-left: 0;
}

.menu-item-has-children .sub-menu li .sub-menu {
    z-index: 99;
    display: none;
    position: absolute;
    min-width: 140px;
    background-color: var(--menu-user-bg-color);
    margin-left: 0;
    left: 120px;
    top: 0;
}

.menu-item-has-children .sub-menu li a {
    color: #fff;
}

.menu-item-has-children .sub-menu li:hover .sub-menu,
.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 6px 0;
}

.menu-items li {
    display: block;
    list-style-type: none;
    text-transform: capitalize;
}

.menu-items li a {
    display: -webkit-box;
    display: flex;
    text-align: center;
    text-decoration: none;
    color: var(--menu-items-color);
    padding: 6px 20px;
    font-size: 19px;
}

.menu-items li.active a {
    border-bottom: 2px solid var(--menu-items-bg-hover-color);
    ;
}

.menu-items li a:hover {
    background: #f9cd45;
    color: #fff;
    border-bottom: 2px solid var(--menu-items-bg-hover-color);
}

.cms-useroptions-dropdown {
    position: relative;
}

.user-menu ul li div.cms-useroptions-dropdown-menu {
    background: var(--dropdown-menu-bg-color);
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}

.user-menu ul li div.cms-useroptions-dropdown-menu li {
    display: block;
}

@media (min-width: 1025px) {
    .menu-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: end;
    }
}

.cms-flex__menu--hamburguer {
    position: absolute;
    background-color: transparent;
    right: 0px;
    top: 14px;
    height: 30px;
    width: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #636567;
}

.cms-flex__menu--hamburguer.is-active .fa-bars {
    display: none;
}

.cms-flex__menu--hamburguer .fa-times {
    display: none;
}

.cms-flex__menu--hamburguer.is-active .fa-times {
    display: block;
}

.cms-flex__menu--hamburguer .fa-bars {
    font-size: 30px;
    color: #fff;
}

.cms-flex__menu--hamburguer .fa-times {
    font-size: 30px;
}


/* Dropdown Button */

.cms-flex_dropbtn {
    font-size: 14px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
}

.cms-flex_dropdown .cms-flex_dropbtn:visited,
.cms-flex_dropdown .cms-flex_dropbtn:focus,
.cms-flex_dropdown .cms-flex_dropbtn:active,
.cms-flex_dropdown .cms-flex_dropbtn:hover {
    background-color: #636567;
    border: none;
}

.cms-flex_dropdown .caret {
    margin-left: 5px;
}


/* Dropdown button on hover & focus */

.cms-flex_dropbtn:hover,
.cms-flex_dropbtn:focus {
    background-color: #2980B9;
}


/* The container <div> - needed to position the dropdown content */

.cms-flex_dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.cms-flex_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* Links inside the dropdown */

.header-container .cms-flex_dropdown-content .defaultUserName,
.header-container .cms-flex_dropdown-content a {
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
    float: none;
}


/* Change color of dropdown links on hover */

.cms-flex_dropdown-content a:hover {
    background-color: var(--dropdown-menu-item-bg-hover-color);
    cursor: pointer;
    color: var(--dropdown-menu-item-hover-color)
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

.user-menu-mobile .defaultUserName {
    margin-bottom: 0;
    padding: 4px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.header-container .cms-flex_dropdown-content .defaultUserName a {
    padding: 0;
}

@media (max-width: 1024px) {
    .cms-flex__menu--hamburguer.is-active {
        z-index: 9999;
    }

    #userdata-contact-container .fa {
        margin-right: 4px;
        color: #777 !important;
    }

    #mainHeader-inner-flex {
        padding-top: 0;
        padding-bottom: 0;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 80%;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-container {
        min-height: auto;
    }

    .menu-items li a {
        padding: 6px 0px;
        color: #777;
    }

    .cms-flex__menu {
        bottom: 0;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        transform: translate3d(100%, 0px, 0px);
        transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
        width: 100%;
        z-index: 1001;
    }

    .cms-flex__menu.is_active {
        transform: translate3d(0px, 0px, 0px);
    }

    .menu-items {
        margin-top: 40px;
        margin-left: 20%;
        margin-right: 5%;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .cms-flex__menu .nav-navigation-container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        position: relative;
        min-height: 100%;
        background: #fff;
        margin-left: 20%;
    }

    .footer .links-footer a {
        padding-left: 0px;
        padding-right: 0px;
        border-right: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .logos-footer-container a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .cms-flex__menu .nav-navigation-container:before {
        position: absolute;
        content: "";
        background: #000;
        opacity: 0.4;
        width: 40%;
        height: 100%;
        left: -40%;
        top: 0;
    }

    .main-navigation {
        width: 100%;
    }

    #dnn_dnnMobileLOGO_hypLogo {
        margin-top: 50px;
        margin-left: 20%;
        margin-right: 5%;
    }

    #dnn_dnnMobileLOGO_hypLogo img {
        width: 50%;
    }

    #userdata-contact-container {
        margin-left: 20%;
        margin-right: 5%;
    }

    #userdata-contact-container ul li {
        color: #000;
        display: block;
        padding: 6px 0px;
    }

    #userdata-contact-container ul li a {
        color: #777 !important;
        font-size: 16px !important;
        font-weight: 600;
        font-family: "Montserrat", Sans-serif;
    }

    .mi-cuenta-mobile {
        text-decoration: underline !important;
    }

    .user-menu-mobile li {
        padding: 4px 0px !important;
    }

    .user-menu-mobile li a {
        font-weight: 600;
    }

    .mi-cuenta-mobile {
        font-weight: 600;
    }
}


/*---------------------------*/

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#dnnMenu {
    float: left;
}

#dnnMenu .topLevel>li>a {
    color: #3f3f3f;
    padding: 6px 12px;
    font-size: 16px;
}

#userdata-contact-container .fa {
    margin-right: 4px;
    margin-left: 4px;
    color: var(--menu-user-icon-color);
}

.cms-flex_dropdown-content a .fa {
    margin-left: 4px;
    color: #000 !important;
}

#dnnMenu .topLevel>li.active>a {
    border-radius: 10px;
}

.misReservas .fa {
    font-size: 20px;
    margin-right: 4px;
}

#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover {
    color: #979797;
}

#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
    color: #3f3f3f;
}

#dnnMenu .topLevel>.open>a,
#dnnMenu .topLevel>.open>a:hover,
#dnnMenu .topLevel>.open>a:focus {
    background: none;
}

#dnnMenu .topLevel>.active.open>a,
#dnnMenu .topLevel>.active.open>a:hover,
#dnnMenu .topLevel>.active.open>a:focus {
    background-color: #e7e7e7;
}

#dnnMenu .navbar-default .topLevel>li>a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f1f1f1;
    padding: 0;
}

#dnnMenu .dropdown-menu::after {
    bottom: 100%;
    left: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -30px;
}

#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    padding: 5px 5px;
    border-bottom: 1px solid #e1e1e1;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

#dnnMenu .dropdown-menu li:hover {
    background: #7ca0c0;
}

#dnnMenu .dropdown-menu li:last-child {
    border: none;
}

#dnnMenu .dropdown-menu li>a {
    background: transparent;
}

#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
    color: #3f3f3f;
    font-weight: 600;
}

#dnnMenu .dropdown-menu a:hover {
    color: #ffffff;
}

#dnnMenu .subLevelRight::after {
    border: none;
}


/*---------END-MENU------------*/


/*---------FOOTER------------*/

.accordion-container p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat", Sans-serif;
}

.footerbg {
    background: #fff;
}

.footer {
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: -20px;
    padding: 130px 0px 30px 0px;
    background-image: url('/Portals/45/images/footer-bg.png');
    background-position: top center;
    background-color: #fff;
    z-index: 100;
}

.logos-footer-container {
    text-align: right;
    margin-bottom: 12px;
}

.footer p {
    color: rgb(51 51 51);
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.footer p a {
    color: rgb(51 51 51);
}

.links-footer {
    text-align: right;
}

.links-footer a {
    color: var(--footer-link-color);
    font-size: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #B5B5B5;
    font-weight: 500;
}

.links-footer a:last-child {
    border: none;
}

footer .footer-above {
    background-color: #093254;
    padding-top: 2px;
}

footer .footer-above h2,
footer .footer-above p {
    color: #ffffff;
}

footer .footer-below,
footer .terms-priv a:link,
footer .terms-priv a:visited {
    color: #fff;
    font-size: 12px;
}

footer .footer-below {
    background-color: #666;
    padding: 15px 0;
}

footer .copyright {
    float: left;
}

footer .terms-priv {
    float: right;
}

footer .copyright,
footer .terms-priv {
    padding-left: 15px;
    padding-right: 15px;
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
}

footer .links-list ul li a:active,
footer .links-list ul li a:link,
footer .links-list ul li a:visited {
    color: #ffffff;
}

footer .links-list ul li a:hover {
    color: #f0f0f0;
}

footer .links-list ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #383838;
    position: relative;
    bottom: 1px;
    padding-right: 9px;
}

footer a {
    color: #fff;
}

.cms-flex__footer_columns ul {
    margin: 0;
}

.cms-flex__footer_columns ul li {
    list-style-type: none;
    font-size: 14px;
    color: rgb(51 51 51);
}

.cms-flex__footer_columns ul li a {
    color: rgb(51 51 51);
    font-size: 14px;
}

.cms-flex-accordion h2 {
    font-size: 18px;
    margin-bottom: 6px;
}

.cms-flex-accordion h2 a {
    color: rgb(51 51 51);
    text-decoration: none;
    display: block;
    position: relative;
}

.cms-flex__redes-footer {
    display: flex;
    justify-content: flex-end;
}

.cms-flex__redes-footer p {
    margin: 0;
    margin-right: 5px;
    padding-top: 5px
}

.cms-flex__redes-footer a {
    margin-right: 5px;
    padding: 6px;
    border-radius: 50px;
    background-color: rgb(255 208 53);
    color: rgb(51 51 51);
    width: 30px;
    text-align: center;
    height: 30px;
}

.cms-flex__footer-separator {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.cms-flex__logo-footer {
    margin-top: 30px;
}

.cms-flex__logo-footer a img {
    width: 160px;
}

@media only screen and (max-width: 1024px) {
    .cms-flex__footer-separator {
        border-top: none;
    }

    .cms-flex__redes-footer {
        justify-content: start;
        padding-top: 16px;
    }

    .cms-flex__plus-icon {
        display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 0px;
        width: 22px;
        text-align: center;
        border-radius: 50px;
        position: absolute;
        right: 0;
    }

    .cms-flex-accordion h2 {
        margin-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #CCC;
        padding-bottom: 4px;
    }

    #userdata-contact-container .user-menu-mobile .fa-list-ul {
        margin-right: 6px;
    }

    #userdata-contact-container .user-menu-mobile .fa-sign-in {
        margin-right: 8px;
    }

    .logos-footer-container {
        margin-bottom: 10px;
        text-align: center;
        margin-top: 20px;
    }

    .links-footer {
        text-align: left;
    }

    .links-footer a:nth-child(1) {
        padding-left: 0;
    }

    .mobile-view {
        display: none;
    }
}


/*-----END-FOOTER------------*/

.header-container .cms-flex_dropdown-content a,
.header-container .cms-flex_dropdown-content .defaultUserName {
    color: var(--dropdown-menu-item-color) !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
    float: none;
    margin-bottom: 0;
}

.user-menu-mobile .defaultUserName {
    margin-bottom: 0;
    padding: 4px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.header-container .cms-flex_dropdown-content .defaultUserName a {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .footer {
        background-size: cover;
        background-position: right;
    }

    .cms-flex-accordion a[data-target='links-7'] {
        padding-top: 10px;
    }
}





/* ----------------------------------------------
 * Generated by Animista on 2020-9-22 11:59:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
.heartbeat {
    -webkit-animation: heartbeat 4s steps(2, end) 8s infinite both;
    animation: heartbeat 4s steps(2, end) 8s infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.btn-solicita-demo {
    background: #333;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    padding: 6px 20px;
    font-size: 19px;
}

#button-container {
    padding: 14px 0;
}

.demo-desktop {
    animation: 4s steps(2, end) 2s infinite normal both running heartbeat;
}

@media only screen and (min-width: 1024px) {
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .sticky+.cms-flex__main .cms-flex__page-content {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 1024px) {
    #button-container {
        display: none;
    }

    .demo-mobile {
        margin-top: 20px;
        margin-left: 20%;
        margin-right: 5%;
    }

    .demo-mobile {
        animation: 4s steps(2, end) 8s infinite normal both running heartbeat;
    }
}

.cms-flex__col-5 {
    flex-basis: 20%;
    max-width: 20%;
}

@media only screen and (max-width: 1024px) {
    .cms-flex__col-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.dot.is-big {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #3bd671;
    background: #3bd671;
    position: relative;
    -ms-transform: none;
    transform: none;
}

.dot:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3bd671;
    animation: pulseBig 2s infinite;
    opacity: 1;
    border-radius: 50%;
    top: 0;
    left: 0;
}

@keyframes pulseBig {
    0% {
        opacity: 0.5;
    }

    70% {
        opacity: 0;
        transform: scale(1.6);
    }

    100% {
        opacity: 0;
    }
}

div#mainHeader-inner-flex {
    flex-wrap: nowrap;
    align-items: center;
}

.monitor {
    display: block;
    margin-left: 0.5vw;
    border: 1px solid #000;
    padding: 7px 8px;
    font-size: 14px;
    border-radius: 6px;
}

.monitor>i {
    color: #000;
}

@media (max-width:1024px) {
    .monitor {
        display: none;
    }

    ul.menu-items.monitorM {
        margin-top: 10px;
    }
}

.item .dropdown a {
    background: no-repeat;
    border: none;
    color: #000;
    font-size: 16px;
}

.item .dropdown {
    display: flex;
    align-items: center;
}

.item .dropdownMenu1 li {
    list-style-type: none;
}

@media (min-width:1025px) {
    .item .dropdown {
        padding-left: 5px;
    }

}

@media (max-width:1024px) {
    .item3 {
        display: none;
    }

    .item .dropdown a {
        align-items: center;
        padding-left: 10px;
        gap: 5px;
    }

    .item .dropdown a:hover {
        background: none;
        color: #000;
    }
}

.cms-flex__col-lg-2:has(.cms-flex__redes-footer) {
    margin: auto;
}

.cms-flex__redes-footer {
    align-items: center;
}