@font-face {
	font-family: 'metropolis';
	src:url('../fonts/metropolis.eot?5hty84');
	src:url('../fonts/metropolis.eot?#iefix5hty84') format('embedded-opentype'),
		url('../fonts/metropolis.ttf?5hty84') format('truetype'),
		url('../fonts/metropolis.woff?5hty84') format('woff'),
		url('../fonts/metropolis.svg?5hty84#metropolis') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
	font-family: 'metropolis';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-en:before {
	content: "\e600";
}
.ico-es:before {
	content: "\e601";
}
.ico-menu:before {
	content: "\e602";
}
.ico-search:before {
	content: "\e603";
}
.ico-switch1:before {
	content: "\e604";
}
.ico-switch2:before {
	content: "\e605";
}

.centeralltop {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.centerallbot {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.centerall {
	display: flex;
	justify-content: center;
	align-items: center;
}

.centerallspacebetween {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.centerallspacebetweentop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.centerallspacebetweenbot {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.centerallspacearound {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.centerallspacearoundtop {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.centerallspacearoundbot {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.centerall2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.centerallRight {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.centerallLeft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.centerallRightcolumn {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}

.centerallLeftcolumn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.centerallcolumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.centerallcolumntop {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.centerallcolumnbot {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}
.centerallcolumnLeft {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
}
.centerallcolumnRight {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

.centercolumn {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.centerraro {margin: 0;position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.ache1{
	background-color: rgb(0, 0, 0, 0.8);
    margin-top: 20px !important;
    padding: 10px !important;
    font-size: clamp(10px, 2vw, 22px) !important;
    text-align: left;
    line-height: normal !important;
    width: 80%;
}

.ache1a{
	position: absolute;
	bottom: 10px;
	background-color: rgb(0, 0, 0, 0.8);
    margin-top: 20px !important;
    padding: 10px !important;
    font-size: clamp(10px, 1.2vw, 22px) !important;
    text-align: left;
    line-height: normal !important;
    width: 95%;
}

.ache2{
	color: white;
	/* background-color: rgb(0, 0, 0, 0.8); */
    margin-top: 20px !important;
    padding: 10px !important;
    font-size: clamp(15px, 2vw, 28px) !important;
    text-align: left;
    line-height: normal !important;
    width: 70%;
}

.minwidth400{
	min-width: 400px;
}

.minwidth450{
	min-width: 450px;
}

.h100{
	height: 100%;
}

#footer{
	min-width: 450px;
}

.tituloINFO{
	padding-top: 70px;
	text-align: center;
	color: white;
	font-size: 45px;
	margin: 0px;
	line-height: 40px;
	text-transform: uppercase;
}

.tituloINFO a{
	text-decoration: none;
	color: white;
	transition: all .2s;
}

.tituloINFO a:hover{
	cursor: pointer;
	color: rgba(234, 0, 106, 1);
}

.ache3{
	color: white;
	/* background-color: rgb(0, 0, 0, 0.8); */
    margin-top: 20px !important;
    padding: 10px !important;
    font-size: clamp(15px, 2vw, 28px) !important;
    text-align: center;
    line-height: normal !important;
    width: 70%;
}

.ache3 a{
	text-decoration: none;
	color: white;
	/* background-color: rgb(0, 0, 0, 0.8); */
    font-size: clamp(15px, 2vw, 28px) !important;
    text-align: center;
    line-height: normal !important;
    width: 100%;
	transition: all .2s;
}

.ache3 a:hover {
	cursor: pointer;
	color: rgba(234, 0, 106, 1);
}

.ache2 a{
	text-decoration: none;
	color: white;
	/* background-color: rgb(0, 0, 0, 0.8); */
    font-size: clamp(15px, 2vw, 28px) !important;
    text-align: left;
    line-height: normal !important;
    width: 100%;
	transition: all .2s;
}

.ache2 a:hover {
	cursor: pointer;
	color: rgba(234, 0, 106, 1);
}