@import '../rebranding/css/tokens_rebranding.css';
.newHeader-container {
	height:132px;
	display:none;
}
#headerUXFTA {
	display:none;
}
.main-container {
    position: relative;
    height: 100%;
    width: auto;
    bottom: 188px;
    margin-left: 174px;
    margin-right: 174px;
    /* border-left: 1px solid white;
    border-right: 1px solid white; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}
.blue-main-head {
    width: 100%;
    background-color: var(--blue-300);
    position: relative;
    height: 162px;
}
.black-main-head {
    width: 100%;
    background-color: #001E22;
    position: relative;
    height: 32px;
}
.ayuda-container {
    display: none;
    position: absolute;
    left: 79.5%;
    display: flex;
    flex-direction: column;
    width: 228px;
    height: 152px;
    margin: 4px 0px 0px 0px;
    border-radius: 8px;
    background-color: var(--neutral-0,#FFFFFF);
    z-index: 1;
    position: relative;
    border: 1px solid var(--gray-300, #DAE9EE);
    margin-top: 0px;
}
.ayuda-container::before{
    content: '';
    width: 195px;
    height: 1px;
    background-color: var(--gray-300, #DAE9EE);
    display: block;
    position: absolute;
    top: 75px;
    left: 15px;
}
.ayuda-container a {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    height: 76px;
}
.ayuda-container a:hover {
    text-decoration: none !important;
}
div.ayuda-1 a:hover{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
div.ayuda-2 a:hover{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ayuda-container a label {
    width: 161px;
    height: 40px;
    margin: 0 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: var(--line-height-20, 20px);
    letter-spacing: normal;
    color: #001E22;
    cursor: pointer;
}
.ayuda-container a:hover {
    background-color: var(--cream-400);
}
.ayuda-container a img {
    width: 18px !important;
    height: 18px !important;
    display: block;
    display: none;
}
.ayuda-container .ayuda-1 label::before{
    content: '\F050';
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 28px;
    font-family: 'Banamex-Icons';
	font-size: 18px;
	color: #007C94;
}
.ayuda-container .ayuda-2 label::before{
    content: '\F0AB';
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 104px;
    font-family: 'Banamex-Icons';
	font-size: 18px;
	color: #007C94;
}
.ayuda-container .ayuda-divider {
    width: 195px;
    height: 1px;
    margin-left: 16px;
    background-color: #DAE9EE;
    position: relative;
    top: 1px;
}
.headermenu-container .active {
    height: 4px;
    border-radius: 2px;
    background-color: #056dae;
    position: relative;
    top: 12px;
    margin: 0px 18%;
}
.header {
    width: 1091px;
    height: 132px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.header .blackhead {
    max-width: 1440px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header .leftlabel {
    font-family: var(--font-micro-regular);
    font-size: var(--size-12);
    line-height: var(--line-height-16);
    font-weight: 300;    
    position: relative;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    top: 15px;
}
.rightcontainer, .leftcontainer {
    display: inline;
    height: 32px;
    position: relative;
    bottom: 12px;
}
.header .rightlabel-1 {
    width: 68px;
    height: 12px;    
}
.header .rightlabel-2 {    
    width: 110px;
    height: 12px;
    margin: 2px 24px;
}
.header .rightlabel-3 {
    width: 54px;
    height: 12px;
}
.header .rightlabel-4 {
    width: 30px;
    height: 14px;
    margin: 2px 0 0 8px;
}
.header .rightlabel-1, .header .rightlabel-2,
.header .rightlabel-3, .header .rightlabel-4 {
    font-family: var(--font-micro-regular);
    font-size: var(--size-12);
    line-height: var(--line-height-16);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
}
.header .triangle {
    cursor: pointer;
    position: relative;
    object-fit: contain;
    left: 2px;
}
.header .contact-dropdown-menu {
    z-index: 2;
    position: absolute;
    display: none;
    border: none;
    padding: 0px 10px;
    box-shadow: none;
    top: 30px;
    border-radius: 0px 42px 42px 42px;
    /* webkit-transition: opacity 400ms, visibility 400ms; */ /*Fix sonar issues blocker*/
    transition: opacity 400ms, visibility 400ms;
    width: 240px;
    min-height: max-content;
    border-radius: var(--border-radius-s);
    /* box-shadow: 0 3px 6px 0 rgba(130, 167, 217, 0.32); */
    background-color: var(--neutral-0);
}
.without-hamburger a {
	cursor:pointer;
}
.burgerMenu-container {
    position: absolute;
    display: inline;
    /* webkit-transition: opacity 400ms, visibility 400ms; */ /*Fix sonar issues blocker*/
    transition: opacity 400ms, visibility 400ms;
    z-index: 4;
    width: 256px;
    height: 583px;
    background-color: #000000;
    margin: 22px 10px 0px -244px;
}
.burgerMenu-container ul li{
    border-bottom: 1px solid #666;
    display: inline-block;
    text-align: left;
    border-right: none;
    width: 178px;
    padding: 10px 1px 20px 0px;
}
.burgerMenu-container ul  {
    margin-bottom: 0px;
}
.burgerMenu-container ul li a {
    display: inline-block;
    zoom: 1;
    color: #ffffff;
    font-size: 12px !important;
    line-height: 1.2;
    white-space: normal;
    padding: 0;
    background-color: transparent;
    float: left;
    text-decoration: none;
}
.rightlabel-1-burger, .rightlabel-2-burger, .rightlabel-3-burger {
    width: 200px;
    height: 16px;
    padding: 14px 0px;
    text-decoration: none;
    margin: 8px 10px 1px 20px;
    border-bottom: 1px solid #666;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.displayBlock{
    visibility: visible;
    opacity: 0.95;
}
.displayNone {
    opacity: 0;
    visibility: hidden;    
}
.ul-displayNone {
    display: none;
}
.ul-displayBlock {
    display: block;
}
.header .contact-dropdown-menu li {
    border-top: 1px solid var(--gray-300);
    display: inline-block;
    text-align: left;
    border-right: none;
    padding: 18px 16px;
    width: -webkit-fill-available;
}
.header .contact-dropdown-menu li a {
    display: inline-block;
    zoom: 1;
    color: var(--blue-400);
    font-family: var(--font-text-regular);
    font-size: var(--size-16);
    line-height: var(--line-height-20);
    white-space: normal;
    padding: 0;
    background-color: transparent;
    float: left;
    text-decoration: none;
}
.header .contact-dropdown-menu li a::before {
    font-family: 'Banamex-Icons';
    content: '\F0F7';
    color: var(--gray-600);
    font-size: var(--size-16);
    margin-right: 16px;
}
.header .contact-dropdown-menu li a#CallUs::before {
    content: '\F0F7';
}
.header .contact-dropdown-menu li a#listenYou::before {
    content: '\F067';
}
.header .rightcontainer label {
    cursor: pointer;
    color: var(--neutral-0);
    font-family: var(--font-micro-regular);
    font-size: var(--size-12);
    line-height: var(--line-height-16);
}
.header .headerchat {
    position: relative;
    object-fit: contain;
    cursor: pointer;
    margin: 0px 0px 0px 24px;
}
.header .bluehead {
    max-width: 1440px;
    width: 1091px;
    height: 108px;
    position: relative;
    display: inline-block;
    padding-top: 24px;
    /* top: 3px; */
    margin: 0 auto;
}
.header .logo-container {
     float: left;
}
.header .logout-container {    
    float: right;
}
.header .logo-container, .header .logo-container {
    display: inline-block;
    height: 32px;
}
.header .banamexlogo, .header .headerlogout {
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.header .banamexlogo-img {
    /* width: 114.16px; */
    height: 32px;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    vertical-align: bottom;
    /* bottom: 17px; */
}
.header .line {
    width: 1px;
    height: 24px;
    margin: 0px 14px 7px 4px;
    background-color: #ffffff;
    position: relative;
    left: 4px;
    display: inline-block;
    bottom: -6px;
}
.header .banamexlogo-label {
    font-family: var(--font-text-semibold);
    font-size: var(--size-14);
    line-height: var(--line-height-18);
    width: 74px;
    height: 16px;
    position: relative;
    bottom: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
}
.header .banamexlogo-at {
    font-family: var(--font-text-semibold);
    font-size: var(--size-14);
    line-height: var(--line-height-18);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    bottom: 12px;
    right: 0px;
    position: relative;
}
.header .logout-img {
    object-fit: contain;
    cursor: pointer;
    position: relative;
    right: 8px;
    bottom: 4px;
}
.header .logoutlabel {
    font-family: var(--font-text-regular);
    font-size: var(--size-14);
    line-height: var(--line-height-18);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    cursor: pointer;
    bottom: 3px;
    right: 3px;
    position: relative;
}
.blue-top-container {
    width: 100%;
    height: 32px;
    display: inline-block;
    margin-bottom: 24px;
}
.header .cust-label {
    height: 60px;
    position: relative;
}
.header .namelabel {
    font-family: var(--font-text-regular);
    font-size: var(--size-20);
    line-height: var(--line-height-24);
    height: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.header .namelabel-1 {
    font-family: var(--font-micro-regular);
    font-size: var(--size-12);
    line-height: var(--line-height-16);
    float: right;
    position: relative;
    height: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    top: 8px;
}
.header .with-hamburger , .burgerMenu-container{
    display: none;
}
.header .without-hamburger {
    display: block;
}
.openBurger {
    z-index: 2;
    position: absolute;
    display: inline;
    border: none;
    padding: 0px 0px 0px 10px;
    box-shadow: none;
    top: 12px;
    border-radius: 0px 42px 42px 42px;
    /*webkit-transition: opacity 400ms, visibility 400ms;*/ /*Fix sonar issues blocker*/
    transition: opacity 400ms, visibility 400ms;
    width: 256px;
    height: 783px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(130, 167, 217, 0.32);
    background-color: #000000;
}
.header .blackhead {
    height: 24px;
}
.header .headerchat {
    display: inline-block;
}
.header .rightlabel-4 {
    display: inline-block;
}
.header .rightlabel-4::before {
   content: "\F059";
   text-align: center;
   padding-right: 8px;
   font-family: 'Banamex-Icons';
   font-size: 16px;
   text-decoration: none !important;
}

.logoutlabel::before {
   content: "\F0CC";
   text-align: center;
   padding-right: 8px;
   font-family: 'Banamex-Icons';
   font-size: 16px;
   text-decoration: none !important;
}

.header .rightcontainer {
    float: right;
    position: relative;
    bottom: 0px;
    width: 381px;
}
.headerlogout {
    right: 15%;
}
.header .logo-container {        
    position: relative;
}
.header .logout-container {
    position: relative;
    left: 18px;
}

@media only screen and (max-width:1199px) {
	.newHeader-container {
		width: 1200px;
	}
}
@media only screen and (min-width:1200) {
	.newHeader-container {
		width: 100%;
	}
}
	
/*Header menu style*/
.cS-structBodyContainer {
	position: relative;
}
.displayNone{
    display: none !important;
}
.headermenu-container {
    width: 1091px;
    margin: 0px 174px;
    height: 42px;
    margin: 0 auto;
}
.headermenu-main-container {
    height: 42px;
    bottom: 174px;
    position: relative;
}
.headermenu-main-container a {
	cursor:pointer;
}
.more-container {
    width: 224px;
    height: 136px;
    position: relative;
    padding: 8px 0;
    z-index: 3;
    top: 50px;
    /*webkit-transition: opacity 400ms, visibility 400ms;*/ /*Fix sonar issues blocker*/
    transition: opacity 400ms, visibility 400ms;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(130, 167, 217, 0.32);
    background-color: #ffffff;
    display: none;
}
.more-container div {
    width: 224px;
    height: 48px;
}
.more-container div:hover{
   background-color: #e6f7ff;
}
.more-container a {
    position: absolute;
    width: 191px;
    height: 48px;
    margin-left: 23px;
    border-bottom: 1px solid #acb2bf;
    cursor: pointer;
}
.more-container .ele-more-5 a{
    border-bottom: none;
}
.more-container label {
    position: absolute;
    margin: 13px 0px 0px 12px;
    font-size: 16px;
}
.more-container img {
    width: 20px;
    height: 20px
}
.more-container img {
    position: relative;
    margin: 12px 0px 0px 0px;
}
.headermenu-container .headermenu-ul {
    display: flex;
    max-width: 1440px;
    justify-content: space-between;
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
}
.headermenu-container .headermenu-ul li{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0px 16px;
    border-radius: 8px 8px 0 0;
}

.headermenu-container .headermenu-ul li:has(.active){
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0px 16px;
    border-radius: 8px 8px 0 0;
    background: #Ffff;
    color: #000;
    height: 42px;
}
.headermenu-container .headermenu-ul li:has(.active) label{
color: var(--red-300);
}

.headermenu-container .headermenu-ul li:has(.active)::before{
  content: " ";
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  margin-left: -36px;
  margin-top: 22px;
  box-shadow: 2px 2px 0 0 #FFf;
  border-radius: 0 0 8px 0;
}

.headermenu-container .headermenu-ul li:has(.active)::after{
  content: " ";
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  margin-left: 16px;
  margin-top: 22px;
  box-shadow: -2px 2px 0 0 #FFF;
  border-radius: 0 0 0 8px;
}


.headermenu-container .headermenu-ul li.active::before{
    content: "";
    height: 20px;
    width: 20px;
    background-color: transparent;
    position: absolute;
    left: -20px;
    top: 22px;
    box-shadow: 2px 2px 0 0 #FFF;
    border-radius: 0 0 8px 0;
}
.headermenu-container .headermenu-ul li a {
    text-decoration: none;
    height: 42px;
    overflow:hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.headermenu-container .IconsCitiDirectionBasichome {
    width: 16px;
    height: 16px;
    position: relative;
    top: 7px;
    object-fit: contain;
    cursor: pointer;    
}

img.IconsCitiDirectionBasichome, img.logout-img, img.headerchat {
    display: none !important;
}

.li-more-option .IconsCitiDirectionBasichome {
    transform: rotate(90deg)
}

.headermenu-container .Inicio-Copy, .headermenu-container .Inicio-Copy-1 {
    font-family: var(--font-text-regular);
    font-size: var(--size-14);
    line-height: var(--line-height-18);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--neutral-0);
    cursor: pointer;
    display: block;
    position: relative;
    top: 10px;
    color: var(--neutral-0);
}

.headermenu-container .active {
    height: 2px;
    /* border-radius: 2px; */
    background-color: var(--red-300);
    position: relative;
    top: 22px;
    margin: 0px 0;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .headermenu-container .li-more-option {
        display: none !important;
    }
}
@media print
{    
    .newHeader-container
    {
        display: none !important;
    }
}

i#header-logout-icon {
    position: relative;
    bottom: 4px;
    right: 4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .header .bluehead {
        max-width: 1092px;
        width: 100%;
        height: 108px;
        position: relative;
        display: inline-block;
        padding-top: 24px;
        top: 3px;
    }
}