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

main {
	display: flex;
}

section {
	flex: 1;
	margin-bottom: 1.250rem;
}

section .foto {
	height: 9.156rem;
	background-image: url(../img/futbol-femenino.jpg);
	background-size: cover;
	background-position: center;

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

section .foto .content {
	height: 2.112rem;
	background: rgba(0,0,0,0.7);
	width: 100%;
	color: white;
}

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

#dia2 {
	background-image: url(../img/futbol-femenino2.jpg);
}

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: #fcc367;
	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; 
}