@font-face {
	font-family: "Ibercaja";
	src:
		url("/fonts/Ibercaja-Medium.eot") format("eot"),
		url("/fonts/Ibercaja-Medium.woff2") format("woff2"),
		url("/fonts/Ibercaja-Medium.woff") format("woff"),
		url("/fonts/Ibercaja-Medium.ttf") format("truetype"),
		url("/fonts/Ibercaja-Medium.svg") format("svg");
	font-style: normal;
	font-weight: 500;
}

body {
	background-color: #FFFBFE;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

body .container-fluid {
	background: url('/patio/img/fondo.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1 {
	font-family: "Ibercaja";
	font-size: 30px;
}


.modal,
.modal-open {
	z-index: 1052;
}

.modal-content {
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	background-color: black;
	color: white;
	font-size: 12px;
}


.boton-idioma {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 15px 30px;
	text-align: center;
	margin-bottom: 10px;
	color: white;
	background-color: #2D3047;
}

#barra {
	z-index: 1050;
}

#barra2 {
	width: 100%;
	color: white;
	font-family: 'Montserrat', sans-serif;

}

button.navbar-toggler {
	border: 0;
	padding: 0;
}

button:focus {
	outline: none;
}

#visual.on {
	color: yellow;
	background-color: rgba(0, 0, 0, 0.7);
	padding-left: 5px;
	border-radius: 5px;
}

#auditiva.on {
	color: yellow;
}

.card-body {
	font-size: 14px;
}


.badge {
	overflow: hidden;
	text-overflow: ellipsis;
}

.badge-info.planta2,
.badge.planta0,
.badge.planta1,
.badge.planta2,
.badge.planta3,
.badge.planta4 {
	font-size: 13px;
	padding: 7px;
	margin-top: 10px;
	margin-right: 2px;
	letter-spacing: 1px;
}

.badge.planta0 {
	background-color: #2D3047;
	width: 100%;
	align-self: center;
	padding: 10px;
	text-align: left;
}

.badge.planta1 {
	color: #2D3047;
	background-color: white;
	width: 100%;
	align-self: center;
	padding: 10px;
	text-align: left;
}

.badge.planta2 {
	color: black;
	background-color: #FFB100;
	width: 100%;
	align-self: center;
	padding: 10px;
	text-align: left;
}

.badge.planta3 {
	background-color: #2D3047;
}

.badge.planta4 {
	background-color: #2D3047;
}

.badge.planta5 {
	background-color: #2D3047;
}

.btn.btn-planta-1 {
	text-align: left;
	width: 100%;
	color: white;
	background-color: #2D3047;
}

.btn.btn-planta-2 {
	text-align: left;
	width: 100%;
	color: white;
	background-color: #2D3047;
}

.btn.btn-planta-3 {
	text-align: left;
	width: 100%;
	color: black;
	background-color: #FFB100;
	font-weight: bold;
}

.btn.btn-planta-4 {
	text-align: left;
	width: 100%;
	color: white;
	background-color: #2D3047;
}

.btn.btn-planta-5 {
	text-align: left;
	width: 100%;
	color: white;
	background-color: #2D3047;
}

#accordion {
	width: 100%;
}


#accordion .card {
	border: 0;
	background-color: transparent;
}

.card-header {
	border: 0;
}


.navbar {
	width: 100%;
	color: white;
}

.mensaje-menu {
	/* font-family: 'Comic Neue', cursive; */
	font-family: "Ibercaja";
	font-size: 14px;
	margin: 10px;
}

.card-header {
	color: white;
}

.card-body {
	color: black;
	margin-left: 15px;
	margin-right: 15px;
}

#audio {
	border-top: 4px solid #E4252A;
}

#audio #fila4 {
	display: none;
}

#audio-texto {
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	max-height: 44px;
	height: 44px;
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

#zona-texto {
	margin: 0 !important;
	min-height: 45px;
	vertical-align: middle;
}

#imagenObra {
	max-height: 170px;
}

.containerTexto ul,
.containerTexto ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.containerTexto {
	width: 360px;
	height: 120px;
	line-height: 30px;
	font-size: 25px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #343a40;
	color: #fff;
	padding: 5px 0;
	margin: 30px auto;
}