/*2023-04-26*/
@import url('https://fonts.cdnfonts.com/css/cano');
/*end*/

body{
/*	font-family: 'Cano', sans-serif !important;*/
	/* background: url('../imagenes/canea-background.png') no-repeat center center fixed; */
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
/*	background-size: cover;*/
}

/* Estilos generales del body */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF !important;
}

/* Estilos adicionales para dispositivos móviles en modo paisaje */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  body {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
  }
}

.canea-home-text{
	font-family: 'Cano', sans-serif !important;
	font-size: 14vh;
}

.canea-home-legend{
	font-size: 22px;
}

.canea-think-user-container > img{
	height: 40vh;
}

@media(max-width: 420px){
	.canea-home-text{
		font-size: 8vh;
		text-align: center;
	}

	.canea-home-legend{
		font-size: 18px;
		text-align: center;
	}
}

@media(max-width: 767.5px){
	.canea-image-container{
		display: none !important;
	}

	.canea-home-legend{
		font-size: 18px;
/*		text-align: center;*/
	}
}

body{
	background-color: #ffffff;
	/* opacity: 0.8; */
	background-image:  radial-gradient(#2c3e50 0.5px, transparent 0.5px), radial-gradient(#2c3e50 0.5px, #ffffff 0.5px);
	background-size: 20px 20px;
	background-position: 0 0,10px 10px;
}

.canea-home-text-letters{
	font-size: 28px;
	letter-spacing: 3px;
}

.canea-letter-featured{
	background-color: #2c3e50;
	color: #FFFFFF;
	text-align: center;
	/* margin: 5px; */
	border-radius: 5px;
}

.canea-letters-images{
	/* height: 10px; */
}