.main-menu-nav {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.flex-column, .nav-stacked {
    flex-direction: column !important;
}
ol, ul {
    list-style: none;
}
.button.ghost {
    background-color: transparent;
    border-color: #00008f;
    border-style: solid;
    color: #00008f;
    fill: #00008f;
    border-width: 2px;
}
.button.large {
    font-size: 14px;
    height: 48px;
}
.button.ghost::after {
    background: #00008f;
}
.button::after {
    backface-visibility: hidden;
    background: none;
    content: '';
    height: 890px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: width .3s, opacity .3s;
    width: 0;
    z-index: -1;
}
.main-menu-nav .mainheader {
    align-items: center;
    position: static;
}
.main-menu-nav .button_modal .main-link {
    max-width: none;
}
.main-menu-nav .responsive-button {
    background: none;
    cursor: pointer;
    fill: #00008f;
    padding: 0;
    width: 25px;
    z-index: 0;
}
.main-menu-nav .openmenu .responsive-nav {
    transform: translate3d(0, 0, 0);
}

img, svg {
    max-width: 100%;
}
.main-menu-nav .responsive-button .cross-gap {
    display: none;
    opacity: 0;
    transition: visibility 0s ease, opacity .2s ease;
    visibility: hidden;
}


@media (min-width: 480px) and (max-width: 1199.5px){
.has-control-menu .main-menu-nav .logo-resize .responsive-nav {
    top: 145px;
}
}
@media (max-width: 767.5px){
.main-menu-nav .responsive-nav {
    width: 100%;
}

}

@media (min-width: 768px) and (max-width: 1199.5px){
header.header {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 50%);
}
.main-menu-nav .responsive-nav {
    width: 49%;
}
.main-menu-nav .mainheader::after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    left: 0;
    min-height: 100vh;
    position: absolute;
    top: 100%;
    transition: visibility 0s ease 0s;
    visibility: hidden;
    width: 51%;
    z-index: 2;
}
}

@media (max-width: 1199.5px){


.main-menu-nav .mainheader {
    padding-bottom: 8px;
    padding-top: 8px;
}
.main-menu-nav .logo-resize .logo img {
    height: 32px;
    width: 32px;
}
.main-menu-nav .main-nav {
    display: none;
}

.main-menu-nav .main-link {
    color: #00008f;
    display: inline-block;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 55px);
}

.main-menu-nav .mainheader.openmenu .responsive-button .cross-gap {
    display: block;
    opacity: 1;
    visibility: visible;
}
.has-control-menu .main-menu-nav .responsive-nav {
    top: 168px;
}
.main-menu-nav .responsive-nav {
    background-color: #fff;
    bottom: 0;
    margin-top: 1px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 78px;
    transform: translate3d(100%, 0, 0);
    transition: transform .2s ease;
    z-index: 5;
}

.main-menu-nav .main-item {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.main-menu-nav .button_modal {
    order: -1;
}
.main-menu-nav .button_modal .main-link {
    width: 100%;
}
.main-menu-nav .button_modal .button {
    width: 100%;
}
.d-md-none, .d-lg-none, .d-xl-none{
    display: block !important;
}
}

@media (min-width: 1200px){
.main-menu-nav .logo-resize .logo img {
    height: 46px;
    width: 46px;
}
.main-menu-nav .main-link {
    align-items: center;
    box-sizing: border-box;
    color: #00008f;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 70px;
    justify-content: center;
    line-height: 1.4;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.main-menu-nav .responsive-button {
    display: none;
    margin-right: -25px;
    opacity: 0;
    transform: translateX(-100%);
    transition: visibility 0s ease, opacity .2s ease;
    visibility: hidden;
}
.flex-md-row {
    flex-direction: row !important;
}
}

@media (min-width: 1200px) and (max-width: 1919.5px){

.main-menu-nav .main-link {
    margin: 0 5px;
    max-width: 155px;
}
}

.main-menu-nav .openmenu::after {
    transition: visibility 0s ease .2s;
    visibility: visible;
}
.button {
    align-items: center;
    animation-delay: .2s;
    -webkit-animation-name: fadeinup;
    animation-name: fadeInUp;
    border-bottom: 2px solid #00005b;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    fill: #fff;
    font-weight: 600;
    justify-content: center;
    max-width: none;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: none;
    transition: all .25s ease;
    vertical-align: middle;
    z-index: 0;
    font-size: 14px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
}
button, input[type='submit'] {
    border: 0;
}
.main-menu-nav .mainheader.opensearch .responsive-button .menu-icon, .main-menu-nav .mainheader.openmenu .responsive-button .menu-icon {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.nav-link:hover, .nav-underline .tab a:hover{
    text-decoration: none;
}
.button.ghost:hover, .button.ghost:active{
    border-color: #00008f;
    color:#fff;
    fill: #fff;
}
.button:hover::after, .button:active::after{
    opacity: 1;
    width: 100%;

}
	/*Portal de distribuidores*/
	
  	/* Removing cookie policy and privacy policy */
	  div.cookie-policy-message {
					height:0px;
					weight:0px;
					display: none;
			}

			/* Removing espacio */
			.ui.divider.hidden {
				display: none;
			}
			
			/* Removing checkbox */
			.ui.checkbox label {
				display: NONE;			
				height:0px;
				weight:0px;
			}
	
			button.ui.primary.large.button{
				width: 335px;
				background-color: #D24723;
				position: relative;
				box-shadow: 0 5px #D24725;	
			}
				/*animacion del boton*/
				.button.ui.primary.large.button:hover{
				background-color:#B03C1D;
			}

				/* Cambiar el el SING IN*/
			.ui.header:first-child {
				font-family: 'PublicoHeadline-Bold';
				font-style: bold;
				font-weight: 700;
				font-size: 28px;
				color: #343C3D;
		
			}
				/* TamaÃ±o de la etiqueta reset */
			.field a{
				font-family: 'SourceSansPro-Semibold';
				font-size: 16px;
				}

					/* para quitar los botones de advertencia y privacidad*/
			.aviso-privacidad {
					display: none;	
				}

			/* para quitar el link de olvidaste correo */
			.correo {
				display: none;
			}

				/* QUITAR LA boton crear cuenta en My AXA*/
				.button.ui.primary.large.button.cre {
				display: none;
			}
		
            /* para quitar las etiquetas de correo electronico y contraseÃ±a my axa*/
				p {
				display: none;
			}
			.etiqueta {
				display: none;
			}
			
				/*Quitar el mansaje del portal de distribucion*/
				.portal-distribucion {
				display: none;
			}

				/* Para darle estilos a las etiquetas usuario y pass*/
			.etiqueta2 {
					font-family: 'SourceSansPro-Semibold';
					font-weight: 600;
					font-size: 28px;
					color: #343C3D;
				}
				/*cambiar el numero  de my axa*/
				.button.ghost.large.myaxa {
				display: none;
			}

			/* Para quitar el boton de crear usuario*/
			.column.mobile.center.aligned.tablet.left.aligned.computer.left.aligned.buttons.tablet.no-padding-left-first-child.computer.no-padding-left-first-child {
				display: none;
			}
			.ui[class*="two column"].grid>.column:not(.row), .ui[class*="two column"].grid>.row>.column {
				width: 0%;
			}
			
				/*cambiar el numero  footer
				.my-axa {
				display: none;
			}*/
		
			/*Quitar el chat de My axa del footer*/
			.chat{
				display: none;
			}

		  /* Darle formarto al modal */
			h6{
				font-family: sans-serif;
					color: #343C3D;
			}

			/* Quitar footer de my axa */
			.myaxa {
				display: none;
			}		

	
	
			html, body {
	
			}
			/* Estilo para btn DE RECUPERAR PASS-USER*/
			a {
				color:#103184;
				text-decoration:none;
				FONT-FAMILY: Verdana;	
				
			}
				a:hover{
					color:#6d6d6d;
					text-decoration:underline;
				}
				.field a{
					color: #00008F;
				}

				
			/* Estilo para BOTENES DE RECUPERAR PASS-USER*/
			main {
				flex-shrink: 0;
			}

	
			main.center-segment {
				margin: auto;
				display: flex;
				align-items: center;
			}
	
			.login-portal.layout .center-segment .product-title .product-logo img {
				height:120px;
				margin-top: 10px;
				}
				
			main.center-segment > .ui.container > .ui.segment .segment-form .buttons {
				margin-top: 1em;
			}
	
			main.center-segment > .ui.container > .ui.segment .segment-form .buttons.align-right button,
			main.center-segment > .ui.container > .ui.segment .segment-form .buttons.align-right input {
				margin: 0 0 0 0.25em;
			}
	
			main.center-segment > .ui.container > .ui.segment .segment-form .column .buttons.align-left button.link-button,
			main.center-segment > .ui.container > .ui.segment .segment-form .column .buttons.align-left input.link-button {
				padding: .78571429em 1.5em .78571429em 0;
			}
	
			main.center-segment > .ui.container > .ui.segment .segment-form {
				text-align: left;
			}
	
			main.center-segment > .ui.container > .ui.segment .segment-form .align-center {
				text-align: center;
			}
	
			main.center-segment > .ui.container > .ui.segment .segment-form .align-right {
				text-align: right;
			}
	
	
			footer {
				padding: 2rem 0;
			}
	
			body .product-title .product-title-text {
				margin: 0;
			}
	
			body .center-segment .product-title .product-title-text {
				margin-top: 2em;
				margin-bottom: 1em;
			}
		
	
			.ui.header {
				padding:10px;
				font-weight: 600;
			}
	
			.ui.menu.fixed.app-header .product-logo {
				padding-left: 0;
			}
	
			.ui.form .field .ui.input input {
				background-color: white;
				font-size: 0.8em;
			}
			
	
			.ui.attached.negative.message, .ui.negative.message{
				box-shadow: 0 0 0 1px #0505f1 inset, 0 0 0 0 transparent;
			}
		
			
			/* Removing cookie policy and privacy policy */
			div.cookie-policy-message{
				height:0px;
				weight:0px;
				
			}
			.login-portal.layout .cookie-policy-message{
				font-size:0px;
			}
			.ui.divider.hidden {
				display: none;
			}
			
		
			.ui.button{
				font-family:Helvetica Neue,Helvetica,Arial,sans-serif;	
			}
			
			.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url]{
				font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
			}
			
			/* Table of content styling */
	
			main #toc {
				position: sticky;
				top: 93px;
			}
	
			main .ui.segment.toc ul.ui.list.nav > li.sub {
				margin-left: 20px;
			}
			
			.ui.checkbox label {
				display: NONE;			
				height:0px;
				weight:0px;
			}
	
			.ui.button.link-button{
				
				height:0px;
				weight:0px;
			}
		
					
			.Axa-custom{
				background-color: white;
				width: -webkit-fill-available;
			}
			.logo-axa{
				margin-left: 200px;
				margin-top: 5px;
			}
					
					/* QUITAR EL LINK DE RECUPERAR USUARIO*/
					.recoveryuser{
					display: none;
				}
					/* QUITAR LA ETIQUETA OLVIDE*/
				 .olvide {
				display: none;
			}
	
			/* estilo para  advertencia y privacidad*/
			
			BODY {
			BACKGROUND-COLOR: #ffffff; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px
		}
		.Estilo1 {
			FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 9px
		}
		.Estilo2 {
			COLOR: #ff1021; FONT-WEIGHT: bold
		}
		.Estilo3 {
			COLOR: #103184
		}
		.Estilo4 {
			MARGIN-TOP: 1px; FONT-FAMILY: Verdana; COLOR: #103184; FONT-SIZE: 12px; FONT-WEIGHT: bold
		}
		.IamLink{
			COLOR: #808080
		}
		
		/* para hacer responsivo el boton de Ingresar */
	@media (max-width: 700px) {

		.button.ui.primary.large.button {
			width: 210px;

		}
		
	}
	
        .modal {
            height: 250px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-0%, 30%);
        }
		
    .portlet {
        margin-bottom: 0;
    }
    
    .portlet-decorate .portlet-content {
        border: none;
    }
    
    .navbar {
        align-items: center;
        border-width: 0;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.875rem;
        justify-content: space-between;
        padding: 0 0;
        position: relative;
    }
    
    .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .footer-menu-nav .footer__wrapperStyle {
        background: #1F1F9C;
    }
    
    .footer-menu-nav .footer__topStyle {
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    @media (min-width: 768px) {
        .footer-menu-nav .footer__linksWrapperStyle {
            -ms-flex-direction: row;
            flex-direction: row;
        }
    
        .footer-menu-nav .footer__linksGroupStyle {
            margin-bottom: 0;
            width: 33%;
        }
    
        .footer-menu-nav .footer__linksTitleStyle {
            margin-bottom: 16px;
        }
    
        .footer-menu-nav .footer__linkStyle {
            margin-bottom: 14px;
            opacity: 1;
        }
    
        .footer-menu-nav .footer__linksWrapperStyle .footer__linksGroupStyle:last-child {
            border-bottom: none;
        }
    
        .footer-menu-nav .container-plus {
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
            max-width: 100%;
        }
    
        .footer-menu-nav .footer__langsInnerStyle {
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: auto;
        }
    
        .d-sm-block {
            display: block !important;
        }
    
        .footer-menu-nav .footer__copyrightStyle {
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin: 0;
            max-width: none;
            padding: 0;
        }
    
        .footer-menu-nav .footer__copyrightStyle .list-menu {
            padding: 15px 0;
        }
    
        .footer-menu-nav .footer__copyrightStyle .list-menu ul>.lfr-nav-item:first-of-type .lfr-nav-item {
            padding-left: 0;
        }
    }
    
    @media (min-width: 1200px) {
        .footer-menu-nav .footer__topStyle {
            padding: 40px 0;
        }
    
        .footer-menu-nav .footer__linksWrapperStyle {
            flex-wrap: wrap;
            padding: 0;
            width: 81%;
        }
    
        .footer-menu-nav .footer__socialStyle {
            margin-bottom: 20px;
            padding: 0;
            width: 20%;
        }
    
        .social-media-menu-nav .list-nav {
            display: block;
        }
    
        .social-media-menu-nav .item-nav {
            width: auto;
        }
    
        .social-media-menu-nav .footer__socialTitleStyle {
            font-size: 16px;
            margin-bottom: 20px;
        }
    
        .d-md-block {
            display: block !important;
        }
    
        .social-media-menu-nav .item-nav:first-of-type .images-container {
            max-width: none;
        }
    }
    
    @media (min-width: 1200px) and (max-width: 1919.5px) {
    
        .container,
        #wrapper .portlet-search-results .taglib-empty-result-message {
            width: 1200px;
        }
    }
    
    @media (max-width: 1199.5px) {
        .footer-menu-nav .footer__topStyle {
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }
    
        .footer-menu-nav .footer__linksWrapperStyle {
            width: calc(100% + 30px);
        }
    
        .d-none,
        .hide {
            display: none !important;
        }
    
        .footer-menu-nav .footer__socialStyle {
            padding-top: 40px;
        }
    }
    
    @media (max-width: 767.5px) {
        .footer-menu-nav .footer__linksWrapperStyle {
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0 -15px;
            padding: 0;
        }
    
        .footer-menu-nav .footer__linksGroupStyle {
            border-bottom: 1px solid #00008f;
            margin-bottom: 0;
        }
    
        .footer-menu-nav .footer__linksTitleStyle {
            cursor: pointer;
            margin: 0;
            margin-top: 1px;
            padding: 16px 0;
        }
    
        .footer-menu-nav .footer__linksTitleStyle::after {
            border: solid #fff;
            border-width: 0 1.5px 1.5px 0;
            content: '';
            display: inline-block;
            margin-bottom: 4px;
            margin-left: 10px;
            padding: 5px;
            position: absolute;
            right: 6px;
            top: 20px;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all .2s;
        }
    
        .footer-menu-nav .footer__linksGroupStyle .subpage-container {
            background-color: #00008f;
            margin: 0 -12px;
        }
    
        .footer-menu-nav .footer__linkStyle:first-child {
            box-shadow: 0 2px 10px rgb(0 0 0 / 30%) inset;
        }
    
        .footer-menu-nav .footer__linkStyle {
            font-size: 16px;
            margin: 0;
            max-height: 0;
            opacity: 0;
            padding: 0;
            transition: max-height .3s ease-out, padding .3s ease-out, opacity .3s ease-out;
        }
    
        .footer-menu-nav .footer__linksGroupStyle .subpage-container {
            background-color: #00008f;
            margin: 0 -12px;
        }
    
        .footer-menu-nav .footer__socialStyle {
            border-bottom: 1px solid var(--axa-blue);
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 -15px;
            padding: 16px 12px;
            width: calc(100% + 30px);
        }
    
        .footer-menu-nav .footer__langsInnerStyle {
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
        }
    
        .footer-menu-nav .footer__copyrightStyle {
            display: block;
            margin: 0 auto;
            padding: 15px 0;
        }
    
        .container,
        .container-sm {
            margin-left: auto;
            margin-right: auto;
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
        }
    
        .footer-menu-nav .footer__linksGroupStyle.selected .footer__linksTitleStyle::after {
            transform: rotate(225deg);
        }
    
        .footer-menu-nav .footer__linksTitleStyle::after {
            border: solid #fff;
            border-width: 0 1.5px 1.5px 0;
            content: '';
            display: inline-block;
            margin-bottom: 4px;
            margin-left: 10px;
            padding: 5px;
            position: absolute;
            right: 6px;
            top: 20px;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all .2s;
        }
    
        .footer-menu-nav .footer__linksGroupStyle.selected .footer__linkStyle {
            border-bottom: 1px solid #1F1F9C;
            max-height: 60px;
            opacity: 1;
            padding: 16px 12px;
        }
    
        .footer-menu-nav .footer__socialStyle {
            border-bottom: 1px solid #00008f;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 -15px;
            padding: 16px 12px;
            width: calc(100% + 30px);
        }
    }
    
    .footer-menu-nav .footer__linksWrapperStyle {
        color: #fff;
        display: -ms-flexbox;
        display: flex;
    }
    
    .align-items-start {
        align-items: flex-start !important;
    }
    
    .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
    
    .footer-menu-nav .footer__langsBlockStyle {
        background: #00008f;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .footer-menu-nav .footer__linksGroupStyle {
        font-size: 16px;
        line-height: 20px;
        position: relative;
    }
    
    .footer-menu-nav .footer__linksGroupStyle:first-child,
    .footer-menu-nav .footer__linksGroupStyle:last-child {
        padding-top: 0;
    }
    
    .footer-menu-nav .footer__linksTitleStyle {
        background-color: #1F1F9C;
        display: block;
        font-weight: bold;
        letter-spacing: .32px;
        text-transform: uppercase;
    }
    
    .dropdown-toggle {
        white-space: nowrap;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    .footer-menu-nav .footer__linkStyle {
        display: block;
    }
    
    .footer-menu-nav .footer__linkStyle:last-child {
        margin-bottom: 0;
    }
    
    .footer-menu-nav .footer__linksGroupStyle:first-child,
    .footer-menu-nav .footer__linksGroupStyle:last-child {
        padding-top: 0;
    }
    
    .footer-menu-nav .footer__linksTitleStyle {
        background-color: #1F1F9C;
        display: block;
        font-weight: bold;
        letter-spacing: .32px;
        text-transform: uppercase;
    }
    
    .dropup,
    .dropright,
    .dropdown,
    .dropleft {
        position: relative;
    }
    
    .footer-menu-nav .footer__socialStyle {
        align-items: center;
        color: #fff;
        display: block;
        -ms-flex-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
    }
    
    .social-media-menu-nav .item-nav:last-of-type {
        margin-bottom: 0;
    }
    
    .social-media-menu-nav .images-container {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    
    .mr-spacing-xs,
    .social-media-menu-nav .item-nav:first-of-type .footer__linkStyle:not(:last-child) {
        margin-right: 16px;
    }
    
    
    .social-media-menu-nav .footer__linkStyle:first-child,
    .social-media-menu-nav .footer__linkStyle:last-child {
        box-shadow: none;
    }
    
    .social-media-menu-nav .footer__linkStyle {
        align-content: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        max-height: none;
        opacity: 1;
    }
    
    .social-media-menu-nav .item-nav img {
        max-height: 23px;
        max-width: 25px;
    }
    
    .dropdown-toggle::after {
        display: none;
        content: "";
    }
    
    /*/ 
    
    a {
        color: white;
        text-decoration: none;
        background-color: transparent;
    }

    */
    
    .footer-menu-nav .footer__langsInnerStyle {
        align-items: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: start;
        padding: 0;
    }
    
    .footer-menu-nav .footer__copyrightStyle {
        color: white;
        text-align: center;
    }
    
    .typo13 {
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.02em;
        line-height: 18px;
        margin-bottom: 9px;
    }
    
    .footer-menu-nav .footer__copyrightStyle .lfr-nav-item:last-of-type,
    .footer-menu-nav .footer__copyrightStyle .lfr-nav-item:nth-last-of-type(2) {
        border-right: none;
        padding: 0;
    }
    
    .footer-menu-nav .footer__copyrightStyle .lfr-nav-item {
        border-right: 1px solid rgba(255, 255, 255, 0.65);
        display: inline;
    }
    
    .footer-menu-nav .footer__copyrightStyle .lfr-nav-item:nth-last-of-type(2) .lfr-nav-item[href] {
        text-decoration: underline;
    }
    
    .footer-menu-nav .footer__copyrightStyle .lfr-nav-item:last-of-type,
    .footer-menu-nav .footer__copyrightStyle .lfr-nav-item:nth-last-of-type(2) {
        border-right: none;
        padding: 0;
    }
    
    .align-items-start {
        align-items: flex-start !important;
    }

    /* Quitar lista  footer*/
    @media screen and (max-width: 850px) {
        .footer__linksGroupStyle.col.PD1{
        display: none;
       }
    }

    @media screen and (max-width: 10000px) {
        .footer__linkStyle.desktop1{
        display: none;
       }
    }    

    @media screen and (max-width: 900px) {
        .footer__linkStyle.desktop1{
        display: block;
       }
    }    

