@charset "UTF-8";
@import url('base.css');
@import url('header.css');

header .nav-arriba {
	background: #fcc367;
}

header .nav-abajo .eventos {
	background: #ffdc78;
}

header .nav-abajo .agenda {
	background: #ffd176;
}

header .dropdown {
	background-color: #ffd176;
}

main {
	display: flex;
}

section {
	flex: 1;
	display: flex;
}

section .columna {
	width: 50%;
}

section .foto {
	height: 11.250rem;
	background-size: cover;
	background-position: center;

	display: flex;
	align-items: flex-end;
}

#la-boca {
	background-image: url(../img/la-boca.jpg);
}

#botanico {
	background-image: url(../img/botanico.jpg);
}

#colon {
	background-image: url(../img/colon.jpg);
}

#floriles {
	background-image: url(../img/floriles.jpg);
}

#cck {
	background-image: url(../img/cck.jpg);
}

#jardin-japones {
	background-image: url(../img/jardin-japones.jpg);
}

#biblioteca {
	background-image: url(../img/biblioteca.jpg);
}

#rojas {
	background-image: url(../img/rojas.jpg);
}

#usina {
	background-image: url(../img/usina.jpg);
}

#impa {
	background-image: url(../img/impa.jpg);
}

#museo-ciencias {
	background-image: url(../img/museo-ciencias.jpg);
}

#rosedal {
	background-image: url(../img/rosedal.jpg);
}

#congreso {
	background-image: url(../img/congreso.jpg);
}

#plaza-de-mayo {
	background-image: url(../img/plaza-de-mayo.jpg);
}

section .foto .content {
	height: 2.112rem;
	background: rgba(0,0,0,0.5);
	width: 100%;
	color: white;
	font-weight: normal;
}

section .foto .content p {
	padding: 0.5rem 0 0.5rem 1.25rem;
}

section .partido {
	height: 3.406rem;
	border-bottom: 1px solid rgba(227,93,82,0.25);
	margin: 0 0.789rem;

	display: flex;
	align-items: center;
}

section .partido img {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.789rem;
}

section .partido .texto {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

section .partido .texto .horario-partido {
	font-size: 1.188rem;
	font-weight: 700;
}

section .partido .texto .detalle-partido {
	width: 100%;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

section .partido .texto .detalle-partido .equipos-partido {
	font-weight: 700;
	color: #00cfff;
}

section .vacio {
	height: 3.406rem;
	margin-left: 3.078rem;
	font-weight: 300;
	font-style: italic;

	display: flex;
	align-items: center;
}

section .vacio a {
	padding: 0.938rem;
	background-color: #26a9e0;
	border-radius: 1.875rem;
	font-style: normal;
	color: white;
}

.fab {
	background-color: #26A9E0;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 3rem;
	box-shadow: 0 0 0.938rem 0 rgba(0,0,0,0.4);

	position: fixed;
	bottom: 1.250rem;
	right: 2.75rem;

	display: flex;
	justify-content: center;
	align-items: center;
}

.fab img {
	width: 1.875rem;
	height: 1.875rem;
}

.barra-lateral {
	width: 2rem;
	padding: 0.6rem 0 0.6rem 0;
	box-shadow: 0 0 0.938rem 0 rgba(0,0,0,0.4);
	color: black;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.barra-lateral img {
	width: 1rem;
	height: auto;
}

.barra-lateral > * {
	padding: 0.25rem 0 0.25rem 0; 
}