#header-desktop {
	width: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#btn-pay > span {
	color: #ffffff !important;
}

#btn-pay svg {
	margin: 0px !important;
}

#btn-pay path {
	fill: #ffffff !important;
}

#header-desktop > div {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
		0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
}

#header-desktop > div:first-child {
	background-color: #fff;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 50px;
}

#header-desktop > div:first-child div {
	height: 100%;
	height: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-desktop #content-logo-header {
	height: 100%;
	width: 10%;
}

#header-desktop #content-logo-header a {
	height: 50px;
}

#header-desktop #content-logo-header img {
	height: 50px;
}

#header-desktop #content-red-social-header a {
	margin-left: 15px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#header-desktop #content-red-social-header a:last-child {
	margin-left: 50px;
}

#header-desktop #content-red-social-header a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#header-desktop #content-red-social-header a:hover svg path {
	fill: #267980;
}

#header-desktop #principal-header {
	display: none !important;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#header-desktop #principal-header.extended {
	width: 90%;
	height: 100%;
	border-radius: 0px 0px 15px 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: #ffffff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

#header-desktop #btn-live-abroad {
	background-color: #267980;
	padding: 0px 30px;
	color: #fff;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#header-desktop #btn-live-abroad:hover {
	background-color: #e59f31;
	padding: 0px 30px;
	color: #fff;
}

#header-desktop #btn-pay {
	height: auto;
	background-color: #e59f31;
	border-bottom: 3px solid #DC9425;
	padding: 5px 20px;
	border-radius: 8px;
	color: #fff;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	margin-left: 30px;
}

#header-desktop #btn-pay:hover {
	height: auto;
	background-color: #267980;
	padding: 5px 20px;
	color: #fff;
}
#header-desktop #btn-pay >span{
	flex-direction: row-reverse;
}

#header-desktop #btn-pay svg{
	width: 25px;
	fill: #fff;
}

#header-desktop .menu-btn-container {
	width: 15%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-desktop .menu-btn-container #menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-desktop .brand-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-desktop .brand-container img {
	width: 80%;
}

#header-desktop .nav-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#header-desktop .nav-container nav {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-sesion {
	padding: 6px 20px;
	margin-left: 15px;
	border-radius: 8px;
	background-color: #26717C;
	border-bottom: 3px solid #0A5E60;
	height: auto !important;
	gap: 8px;
}

.btn-sesion span {
	color: #fff;
	font-family: "lato Bold";
	font-size: 16px;
}
.btn-sesion svg {
	fill: #fff;
	width: 20px;
}

.btn-sesion:hover {
	background-color: #DC9425;
}

#header-desktop .nav-container nav > ul {
	width: 100%;
	height: 100%;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-desktop .nav-container nav > ul > li {
	width: auto;
	height: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-family: "lato Bold";
	/* padding: 0px 25px */
}

#header-desktop .nav-container nav > ul > li > a {
	height: 100%;
	height: 90%;
	color: #acacac;
	text-decoration: none;
	font-size: 16px;
	font-family: "lato Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	letter-spacing: 0.5px;
}

#content-btn-ws a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#content-btn-ws {
	position: fixed;
	right: -138px;
	top: 380px;
	z-index: 2;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-btn-ws a {
	font-size: 16px;
	color: #ffffff;
	background-color: #267980;
	padding: 8px 20px;
	border-radius: 10px 10px 0px 0px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#content-btn-ws a > svg {
	margin-right: 5px;
}

#header-desktop .sub-menu {
	width: auto; 
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header-desktop .sub-menu > span {
	height: 100%;
	color: #acacac;
	padding: 0px 20px;
	text-decoration: none;
	font-size: 16px;
	font-family: "lato Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.hover-items-h {
	border-top: 4px solid transparent;
	transition: ease all 0.6s;
	padding: 0px 10px;
}

.hover-items-h:hover {
	color: #26717C !important;
	font-family: "lato Bold";
	background-color: #F5F5F5;
	border-top: 4px solid #26717C;
}

#header-desktop #btn-live-abroad > span {
	color: #ffffff !important;
}

#header-desktop #btn-live-abroad > span > svg > path {
	fill: #fff;
}

#header-desktop .sub-menu > span > svg {
	margin-left: 10px;
}

#header-desktop .sub-menu > span:hover {
	color: #565656;
}

#header-desktop .sub-menu > span:hover svg > path {
	fill: #565656;
}

#header-desktop .sub-menu > ul {
	display: none;
	width: 250px;
	position: absolute;
	top: 72%;
	left: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

a.btnTestimonios img {
	width: 27px;
}

a.btnTestimonios {
	margin: 2px 0 0 8px;
	height: 36px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#header-desktop .sub-menu:hover ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
}

#header-desktop .sub-menu > ul > li {
	list-style-type: none;
	color: #ffffff;
	margin: 0px !important;
}

#header-desktop .sub-menu > ul > li > a {
	padding: 10px 20px;
	height: 100%;
	color: #acacac;
	text-decoration: none;
	font-size: 16px;
	font-family: "lato Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	letter-spacing: 0.5px;
}

#header-desktop .sub-menu > ul > li > a:hover {
	color: #565656;
}

#header-desktop #btn-somos-nucleo:hover #mos-somos-nucleo > div {
	background-color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 58px;
	font-family: "lato Bold";
	color: #267980;
}

#header-desktop #btn-somos-nucleo:hover #mos-somos-nucleo > img {
	opacity: 0.5;
}

#header-movil {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#header-movil > div {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
		0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
}

#header-movil > div:first-child {
	background-color: #fff;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 10px;
}

#header-movil > div:first-child div {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil #content-btn-v-p-menu > a:not(:last-child) {
	margin-right: 10px;
}

#header-movil #content-logo-header {
	height: 100%;
}

#header-movil #content-logo-header a {
	height: 30px;
}

#header-movil #content-logo-header img {
	height: 30px;
}

#header-movil #content-red-social-header a {
	margin-left: 15px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#header-movil #content-red-social-header a:last-child {
	margin-left: 50px;
}

#header-movil #content-red-social-header a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#header-movil #content-red-social-header a:hover svg path {
	fill: #267980;
}

#header-movil #principal-header-movil {
	display: none !important;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#header-movil #principal-header-movil.extended {
	width: 60%;
	height: auto;
	border-radius: 0px 0px 15px 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: #ffffff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
	overflow: hidden;
}

.btn-sub-menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-sub-menu > svg {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

#header-movil #btn-live-abroad {
	background-color: #267980;
	padding: 4px 15px;
	color: #fff;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	border-radius: 20px;
	font-size: 11px;
}

#header-movil #btn-live-abroad:hover {
	background-color: #e59f31;
	padding: 0px 30px;
	color: #fff;
}

#header-movil #btn-pay {
	height: auto;
	background-color: #e59f31;
	padding: 4px 15px;
	border-radius: 8px;
	color: #fff;
	font-size: 11px;
	border-bottom: 3px solid #DC9425;
}

#header-movil #btn-pay:hover {
	height: auto;
	background-color: #267980;
	padding: 5px 20px;
	border-radius: 20px;
	color: #fff;
}

#header-movil .menu-btn-container {
	width: 15%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil .menu-btn-container #menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil .brand-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil .brand-container img {
	width: 80%;
}

#header-movil .nav-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#header-movil .nav-container nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil .nav-container nav > ul {
	width: 100%;
	height: 100%;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil .nav-container nav > ul > li {
	width: 100%;
	min-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	font-family: "lato Bold";
}

.sin-des {
	margin-right: 15px !important;
}

#header-movil .nav-container nav > ul > li.li-blue {
	background-color: #267980;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

#header-movil .nav-container nav > ul > li.li-blue a {
	color: #fff;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

#header-movil .nav-container nav > ul > li.li-blue a:hover {
	color: #e59f31;
}

#header-movil .nav-container nav > ul > li > a {
	width: 100%;
	height: 100%;
	color: #acacac;
	text-decoration: none;
	font-size: 14px;
	font-family: "lato Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	letter-spacing: 0.5px;
	/* margin-right: 20px; */
}

#header-movil .nav-container nav > ul > li > a:hover {
	color: #565656;
}

#content-btn-ws-movil a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#content-btn-ws-movil {
    position: fixed;
    right: 15px;
    top: auto;
    z-index: 111;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 150px;
}

#content-btn-ws-movil a {
	width: 70px;
	height: 70px;
	font-size: 16px;
	color: #ffffff;
	background-color: #32ba46;
	padding: 6px;
	border-radius: 50%;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header-movil .sub-menu.active {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 10px;
	background: #606060;
}

#content-btn-ws-movil svg{
	width: 100% !important;
	height: 100% !important;
}

#header-movil .sub-menu {
	display: none;
}

#header-movil .sub-menu > li {
	width: 100%;
	text-align: end;
}

#header-movil .sub-menu > li:not(:last-child) {
	border-bottom: 1px solid #267980;
}

#header-movil .sub-menu > li > a {
	width: 100%;
	padding: 5px 10px;
	color: #ffffff;
	text-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: end;
}

#header-movil .sub-menu > span {
	height: 100%;
	color: #acacac;
	padding: 0px 20px;
	text-decoration: none;
	font-size: 14px;
	font-family: "lato Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	letter-spacing: 0.5px;
}

#header-movil #btn-live-abroad > span {
	color: #ffffff !important;
}

#header-movil #btn-live-abroad > span > svg > path {
	fill: #fff;
}

#header-movil .sub-menu > span > svg {
	margin-left: 10px;
}

#header-movil .sub-menu > span:hover {
	color: #565656;
}

#header-movil .sub-menu > span:hover svg > path {
	fill: #565656;
}

#header-movil .sub-menu > ul {
	display: none;
	width: 250px;
	position: absolute;
	top: 80%;
	left: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#header-movil .sub-menu > ul > li {
	list-style-type: none;
	color: #ffffff;
}

#header-movil .sub-menu > ul > li > a {
	width: 100%;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #acacac;
	font-family: "lato Bold";
	letter-spacing: 1px;
}

#header-movil .sub-menu > ul > li > a:hover {
	color: #565656;
}

#header-movil #btn-somos-nucleo:hover #mos-somos-nucleo > div {
	background-color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 58px;
	font-family: "lato Bold";
	color: #267980;
}

#header-movil #btn-somos-nucleo:hover #mos-somos-nucleo > img {
	opacity: 0.5;
}

.btn-header-language {
	width: 30px;
	border-radius: 2px;
	overflow: hidden;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-header-language.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-header-language > img {
	width: 100%;
}

.solo-desktop {
	display: none !important;
}

.solo-movil {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

#content-info-log-m {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-info-log-m > h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 40px;
	font-family: "lato bold";
	margin-bottom: 40px;
	border-bottom: 2px solid #26797f;
	font-size: 18px;
	font-family: "lato bold";
	color: #606060;
	letter-spacing: 4px;
}

#content-info-log-m > img {
	width: 50%;
}

.line-h {
	height: 15px;
	width: 2px;
	background-color: #26717C;
}

@media screen and (min-width: 992px) {
	#header-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header-movil {
		display: none;
	}

	#content-btn-ws-movil {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.solo-desktop {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.solo-movil {
		display: none !important;
	}

	#s-banner-desk {
		display: -ms-grid !important;
		display: grid !important;
	}
}

@media screen and (max-width: 1300px) {
	#principal-header {
		width: 95% !important;
	}
}

@media screen and (max-width: 1400px) {
	#content-btn-ws-movil {
		top: auto;
        bottom: 120px;
        right: 4px;
	}

	#content-btn-ws-movil a {
		width: 40px;
		height: 40px;
		padding: 4px;
	}

	.icono-calculadora {
		bottom: 8px !important ;
	}

	#content-btn-ws {
		top: 320px;
	}

	#principal-header {
		width: 95% !important;
	}

	#content-info-log-m > img {
		width: 30%;
	}

	#btn-login,
	#btn-sign-up,
	#btn-confirm-password {
		font-size: 20px !important;
	}

	.login-container .col .input-container input,
	.login-container .col .input-container .password {
		font-size: 16px !important;
	}

	.content-icon-log {
		width: 80px;
		height: 80px;
	}

	.col-der .img-container .item span {
		font-size: 14px;
	}

	#forgot-password {
		font-size: 16px;
	}
}

#content-btn-v-p-menu > ul > li::marker {
	color: #ffffff;
}

#content-btn-v-p-menu .sub-menu > ul > li > a {
	padding: 2px 20px;
}

#content-btn-v-p-menu #btn-pay {
	padding: 0px !important;
}
