/*  ! Start  Overwrite */
.container-fluid {
	padding: 0 !important;
}

.row {
	margin: 0;
	padding: 0;
}

/*  ! End  Overwrite */

/*  ! START CSS for HTML tags */

html, body {
	scroll-behavior: smooth !important;
}

ul {
	list-style-type: disc !important;
}

/*  ! END CSS for HTML tags */

/*  ! START xd_al_inv_dropdown */
.xd_al_main_wrapper_holder{
	margin-left: 18vw;
	margin-right: 18vw;
	padding-left: 10px;
	padding-right: 10px;
}

.xd_al_jump_top_bar_height {
	padding-top: 14vh;
	/* background-color: blue; */
	background-color: transparent;
}

.xd_al_save_top_bar_height {
	height: 160px !important;
	background-color: transparent;
}

.xd_al_inv_dropdown {
		position: relative;
		background-color:  transparent;
		width: auto;
		float: right;
}

.xd_al_inv_dropdown_btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: white !important;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		/* padding: 0.375rem 0.75rem; */
		/* border-radius: 0.25rem; */
		/* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.xd_al_inv_dropdown_toggle {
		font-family: Bitter Slab, sans-serif;
		font-weight: 900;
		white-space: nowrap;
		font-size: 4vw !important;
		background-color:  transparent;
		float: right;
}

.xd_al_inv_dropdown_toggle::after {
		display: inline-block;
		font-size: 40px !important;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		border-top: .3em solid white;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
}

.xd_al_inv_dropdown_togglee:empty::after {
		margin-left: 0;
}



.xd_al_inv_dropdown_menu {
		position: absolute;
		z-index: 99999;
		display: none;
		width: auto;
		font-size: 1.8vw;
		color: white;
		text-align: right;
		list-style: none !important;
		list-style-type: none !important;		
		background-color: #3e69a0;
		border-radius: 0px !important;
		top: -4px !important;
		left: 14% !important;
		padding: 0 !important;
}



.xd_al_inv_dropdown_item {
		display: block;
		z-index: 99999;		
		width: auto;
		padding-top: 14px;
		padding-right: 14px;
		padding-bottom: 14px;
		padding-left: 14px;
		clear: both;
		font-weight: 700 !important;
		color: white;
		text-align: inherit;
		text-decoration: none;
		white-space: nowrap;
		background-color: #3e69a0;
		background-color: transparent;
		border: 0;
}

.xd_al_inv_dropdown_item:hover {
		font-weight: 800;
		color: white;
		background-color: #3975a6;
	
	
}

/*  ! END xd_al_inv_dropdown */

/*  ! START xd_al_inv_accordion_button */

/* ! xd_al_inv_accordion_button */
.xd_al_inv_accordion_button {
		font-family: Bitter Slab, sans-serif;
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		padding: 1rem 1.25rem;
		font-size: 1.4vw;
		line-height: 2vw;
		font-weight: 600;
		color: white;
		text-align: left;
		background-color: #1f4873;
		border: 0px solid transparent;
		border-radius: 10px;
		overflow-anchor: none;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


.xd_al_inv_accordion_button:hover {
		z-index: 2;
		color: white;		
}

.xd_al_inv_accordion_button::after {
		background-color: transparent;
		margin-left: auto;
		content: "";
		color: white;
		background-image: url('../../../../images/icons/xd_al_inv_icon_accordion_to_open.svg');
		background-position: center;
		background-repeat: no-repeat;		
		width: 20px;
		height: 20px;
		transition: all 0.3s linear 0s;	
		flex-shrink: 0;	
}

.xd_al_inv_accordion_button:focus-visible:after {
		outline-offset: 0px;
		border-radius: 11px;
		outline: 2px solid #ff0;
		padding-left: 6px;
		padding-right: 6px;
}
/*
.xd_al_inv_accordion_button:hover::after {
	-webkit-transform: scale(1.4) !important;
	-moz-transform: scale(1.4) !important;
	transform: scale(1.4) !important;
}*/

.xd_al_inv_accordion_button.collapsed {
		background-color: transparent !important;
}

.xd_al_inv_accordion_button:not(.collapsed) {
		color: white;
		font-weight: 900;
		font-size: 1.6vw;
		background-color: #1f4873;
		border: 1px solid #487b9f;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
}

.xd_al_inv_accordion_button:not(.collapsed)::after {
		color: white;	
		content: "";
		background-image: url('../../../../images/icons/xd_al_inv_icon_accordion_to_close.svg');
		background-position: center;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
}

/* ! xd_al_inv_accordion_item */

.xd_al_inv_accordion_item {
		margin-top: 20px;
		background-color: transparent;
		border: 1px solid #80a6c6;
		border-radius: 10px;
		color: white;
}	

.xd_al_inv_accordion_body {
		background-color: #1f4873;
		border: 1px solid #80a6c6;		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
}


/*  ! END xd_al_inv_accordion_button */	

/*  ! START xd_al_inv_accordion_01_button */

/* ! xd_al_inv_accordion_01_button */
.xd_al_inv_accordion_01_button {
		font-family: Roboto Slab, sans-serif;
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		padding: 1rem 1.25rem;
		font-size: 2vw;
		font-weight: 600;
		color: white;
		text-align: left;
		background-color: #5489B1;
		border: 0px solid tra;
		border-radius: 10px;
		overflow-anchor: none;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


.xd_al_inv_accordion_01_button:hover {
		z-index: 2;
		color: white;		
}

.xd_al_inv_accordion_01_button::after {
		background-color: transparent;
		margin-left: auto;
		content: "";
		color: white;
		background-image: url('../../../../images/icons/xd_al_inv_icon_accordion_to_open.svg');
		background-position: center;
		background-repeat: no-repeat;		
		width: 40px;
		height: 40px;
		transition: all 0.3s linear 0s;		
}

.xd_al_inv_accordion_01_button:focus-visible:after {
		outline-offset: 0px;
		border-radius: 11px;
		outline: 2px solid #ff0;
		padding-left: 6px;
		padding-right: 6px;
}

.xd_al_inv_accordion_01_button:hover::after {
	-webkit-transform: scale(1.4) !important;
	-moz-transform: scale(1.4) !important;
	transform: scale(1.4) !important;
}

.xd_al_inv_accordion_01_button.collapsed {
		background-color: transparent !important;
}

.xd_al_inv_accordion_01_button:not(.collapsed) {
		color: white;
		font-size: 2.2vw;
		background-color: #5489B1;
		border: 1px solid #5489B1;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
}

.xd_al_invbutton:not(.collapsed)::after {
		color: white;	
		content: "";
		background-image: url('../../../../images/icons/xd_al_inv_icon_accordion_to_close.svg');
		background-position: center;
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
}

/* ! xd_al_inv_accordion_01_item */

.xd_al_inv_accordion_01_item {
		margin-top: 20px;
		background-color: transparent;
		border: 1px solid #80a6c6;
		border-radius: 10px;
		color: white;
}	

.xd_al_inv_accordion_01_body {
		background-color: #5489B1;
		border: 1px solid #5489B1;		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
}


/*  ! END xd_al_inv_accordion_01_button */	

/*  ! End Quadra Overwrite */

/*  ! Custom CSS */


.xd_al_inv_link {
	font-family: Fira Sans, sans-serif;
	font-size: 1.2vw;
	font-weight: 300;
	line-height: 120%;
}

.xd_al_inv_link:hover {
	font-weight: 600;
	color: #005782;	
}

.xd_al_link_hover:hover {
	text-decoration: underline;
	/* color: #005782 !important; */
}


.xd_al_image_mobile_hide {
	display: block;
}

.xd_al_focus_visible:focus-visible {
		outline-offset: 0px;
		border-radius: 11px;
		outline: 2px solid #ff0;
		padding-left: 6px;
		padding-right: 6px;
}

.xd_al_custom_cursor_pointer {
	cursor: pointer !important;
}

.xd_al_inv_icon_size {
	width: 60px;
	height: 60px;
}

.xd_al_inv_icon_20 {
	width: 20px;
	height: 20px;
}

.xd_al_inv_icon_40 {
	width: 40px;
	height: 40px;
}

.xd_al_inv_icon_50 {
	width: 50px;
	height: 50px;
}

.xd_al_inv_icon_60 {
	width: 60px;
	height: 60px;
}

.xd_al_border_radius {
	border-radius: 20px !important;
}

.xd_al_border_radius_image_grid {
	border-radius: 10px !important;
}

.xd_al_border_radius_left{
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
}	

.xd_al_border_radius_right {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
}		

.xd_al_border_radius_top_left{
		border-top-left-radius: 20px;
}	

.xd_al_border_radius_top_right {
		border-top-right-radius: 20px;
}		

.xd_al_border_radius_top {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
}	

.xd_al_position_bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.xd_al_position_bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
}		

.xd_al_inv_interior_section_fixed {
		position: fixed;
		top: 0;
}

.xd_al_inv_interior_wrapper {
	z-index: 800;
	padding-top: 25vh;
}

.xd_al_inv_bullet_list {
	font-family: Fira Sans, sans-serif;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	padding-left: 0px;
}

.xd_al_inv_bullet_list li {
	font-family: Fira Sans, sans-serif;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;	
	padding-left: 0px;
}

/*  ! google recaptcha   */

.xd_al_google_recaptcha {
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;	
}

/*  ! transition scale   */

.xd_al_aas_transition_scale {
	transition: all 0.3s linear 0s;
}

.xd_al_aas_transition_scale:hover {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.xd_al_aas_transition_scale_small {
	transition: all 0.3s linear 0s;
}

.xd_al_aas_transition_scale_small:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}


.xd_al_links_underline {
	position: relative;
	text-decoration: none;
}


/* Animate the line from the left */
.xd_al_links_underline::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: white;
	transform: scaleX(0);
	transform-origin: top left;
	transition: transform 0.3s ease;
}

.xd_al_links_underline:hover::before {
	cursor: pointer;
	transform: scaleX(1);
}

/*  ! WebFlow Overwrite   */
.xd_al_p3_div p {
	font-family: Fira Sans, sans-serif;
	font-size: 2vw;
	font-weight: 300;
	line-height: 1.3vw;
	color: white !important;		
}
.xd_al_inv_accion_content-2{
	height: auto !important;
	overflow-y: hidden;
}
.xd_al_inv_accion_wrapper{
	height: 100% !important;
}
.xd_al_solapa_info_column_left{
	align-items: end !important;
}
/*  ! Imagen del home en sustentabilidad, cambiar en webflow  */
.xd_al_tercera_image_01{
	z-index: 600 !important;	
}

/* Tamaño de logos en somos alsea unidades, 1 vw menos */

.xd_al_unidades_pais_logo_container{
	width: 5vw !important;
}

/*  ! FN Styles Start    */
.xd_al_color_blue{
	color: #005782;
}
.xd_al_inv_accion_content-2{
	overflow-y: hidden;
}


	.xd_al_investors_submit_btn{
	text-align: center;
	text-transform: uppercase;
	background-color: #084976;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 30px;
	color: white;
	margin-left: auto;
}

.xd_al_investors_submit_btn:hover{
	background-color: #4FB0D1;
	color: white;
}
.xd_al_link_span:hover{
	color: #000000 !important;
}	
.xd_al_link_span{
	color: #005782 !important;
}

/*  ! FN Styles End    */
.xd_al_sost_btn1{
	text-align: center;
	text-transform: uppercase;
	background-color: #42276E;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
	color: white !important;
}
.xd_al_sost_btn1:hover{
	background-color: #8870B2;
	color: white !important;
}
.xd_al_sost_btn2{
	text-align: center;
	text-transform: uppercase;
	background-color: #8870B2;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
}
.xd_al_sost_btn2:hover{
	background-color: #261345;
}

.xd_al_brands_btn{
	text-align: center;
	text-transform: uppercase;
	background-color: #084976;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
}
.xd_al_brands_btn:hover{
	background-color: #fff;
	color: #063557 !important;
}

.xd_al_press_btn{
	text-align: center;
	text-transform: uppercase;
	background-color: #EF4961;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
	color: white !important;
}
.xd_al_press_btn:hover{
	text-align: center;
	text-transform: uppercase;
	background-color: white;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
	color: #EF4961 !important;
	
}
.xd_al_press_btn2{
	text-align: center;
	text-transform: uppercase;
	background-color: #F79A97;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
}
.xd_al_press_btn2:hover{
	text-align: center;
	text-transform: uppercase;
	background-color: #EF4961;
	border-radius: 40px;
	font-family: Fira Sans, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 40px;
	
}


