body {
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: #fff;
	height: 100%;
}
  
body:before {
    content: "";
	height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; 
}

body.offcanvas-menu:before {
	opacity: 1;
	z-index: 1002;
	visibility: visible; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}

a, a:hover {
	text-decoration: none !important; }


.hidden {
	display: none !important;
}

/*Microphone*/
.btn1 {
	border: none;
	padding: 0;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 2.2em;
	color: #fff;
	padding: 0;
	margin: 0;
	background: red;
	position: relative;
	z-index: 999;
	display: inline-block;
	line-height: $size;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}

main {
	/*max-width: 900px;*/
	margin: auto;
	/*padding: 0.5rem;*/
	text-align: center;
}


.container {
	height: 100%;
}

.logos {
	max-width: 70%; 
	height: auto;
}	

@media (min-width: 1000px) {  
	.espa_logo, .footer_menu, .container {
		max-width: 20%;
	}
	
	.logos {
		max-width: 60%; 
		height: auto;
	}
}

.card{
    word-wrap: break-word;
    background-clip: initial;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
	max-width: 100%;
}


.apps {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 80%;
	height: 0;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	color: #4e9ab1;
	font-weight: 500;
	font-size: 0.9em;
	border: 1px solid;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	box-shadow: 10px 10px 5px 0px rgba(207,207,207,0.34);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(207,207,207,0.34);
	-moz-box-shadow: 10px 10px 5px 0px rgba(207,207,207,0.34);
}	
	
	
.start_buttons {
	padding-top: 15px;
}

.logo {
	margin-top: 20%;
}
	
	.buttons {
		margin-top: 10%;
	}
	

.footer_menu {
    border-radius: 20px;
    left: 10px!important;
    right: 10px!important;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1)!important;
}

.row {
	flex-wrap: nowrap !important;
}
}

