@charset "utf-8";

/* ==============================
   CHIRINGUITO EL CID — style.css
   Rebuild from scratch, all paths relative to CSS file location (root)
   ============================== */

/* === BASE === */

html, body {
	width: 100%;
	height: 100%;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

/* === HEADER & NAV === */

header {
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E1E1E1;
}

#navigation {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

.nav-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-items li a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* === COVER (fullscreen hero) === */

.cover {
	height: 100%;
	background-image: url(images/el-cid-restaurante-conciertos-chiringuito-mojacar.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cover-small {
	height: 80px;
	background-color: #FFFFFF;
}

/* === INDEX HERO TEXT === */

.contenedor-index {
	position: absolute;
	z-index: 0;
	left: 5%;
	right: 5%;
}

.h1-index {
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

.subtitulo {
	font-size: 1.6em;
	color: #FFFFFF;
	margin-top: -10px;
	margin-bottom: 20px;
}

.subtitulo2 {
	font-size: 1.8em;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 5px;
}

/* === BUTTONS === */

a.txtboton:link,
a.txtboton:visited {
	padding: 10px 15px;
	background-color: #799900;
	font-size: 1.2em;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}

a.txtboton:hover {
	background-color: #5a7200;
}

/* === SERVICE SECTIONS === */

.contenedor-sp {
	max-width: 1024px;
	display: inline-block;
	margin: 34px 20px 14px 20px;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

section {
	display: inline-table;
	width: 270px;
	margin: 15px 22px;
	vertical-align: top;
}

section img {
	width: 270px;
	height: auto;
}

figure {
	margin: 0;
}

.h2-index {
	font-size: 1.8em;
	color: #799900;
	margin: 4px 0 -8px 0;
}

.h3-index {
	font-size: 1em;
	font-weight: normal;
	line-height: 25px;
}

/* === LLAMADA === */

.contenedor-llamada {
	background-image: url(images/el-cid-restaurante-conciertos-chiringuito-mojacar.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 65px 20px 42px 20px;
}

/* === NOSOTROS === */

.contenedor-nosotros {
	max-width: 690px;
	margin: -6px auto 31px auto;
	text-align: left;
}

/* === DESTACADOS === */

.contenedor-destacados {
	background-image: url(images/fondo.webp);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px 0;
}

.destacado {
	display: inline-table;
	max-width: 180px;
	padding: 25px 30px 23px 30px;
	vertical-align: top;
}

.txtdestacado {
	font-size: 1.3em;
	color: #FFFFFF;
}

/* === H1 SECCION BANNER === */

.contenedor-h1-seccion {
	background-image: url(images/fondo.webp);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.h1-seccion {
	font-size: 1.8em;
	color: #FFFFFF;
	padding: 10px 0;
	margin: 0;
}

/* === OPINIONES === */

.contenedor-opiniones {
	padding: 38px 25px 44px 25px;
	background-color: #e9ebee;
}

/* === LLAMADA SERVICE LINKS === */

.llamada-servicio {
	color: #799900;
}

a.llamada-servicio:link,
a.llamada-servicio:visited {
	color: #799900;
	font-weight: bold;
}

/* === FOOTER === */

footer.txtfooter {
	color: #FFFFFF;
	background-color: #3C3C3C;
	padding: 20px 10px;
	line-height: 1.8em;
}

.txtfooter {
	color: #FFFFFF;
}

a.txtfooter:link,
a.txtfooter:visited {
	color: #FFFFFF;
}

.padding12 {
	padding-top: 12px;
}

/* === COOKIES === */

.txt-rgpd {
	font-size: 0.7em;
}

#cookies {
	background-color: #FFFFFF;
	border-top: 1px solid #E1E1E1;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 111;
	display: flex;
	align-items: center;
	justify-content: center;
}

.txt-cookies {
	padding: 5px 5px 8px 10px;
}

.cerrar-cookies {
	cursor: pointer;
	padding: 0 10px 0 5px;
	flex-shrink: 0;
}

/* === YOUTUBE === */

.youtube {
	margin: 15px 0 30px 0;
	width: 88%;
	height: 480px;
	border: 0;
}

/* === JUSTIFY === */

.justify {
	text-align: justify;
}

/* === DESKTOP (≥1024px) === */

@media (min-width: 1024px) {
	#navigation {
		padding-bottom: 5px;
	}

	.logotipo {
		height: 88px;
		display: block;
		padding: 5px 0 10px 0;
		margin: auto;
	}

	.menu {
		display: none;
	}

	.whatsapp {
		display: none;
	}

	.cerrar-menu {
		display: none;
	}

	.nav-items {
		display: inline;
	}

	.nav-items li {
		display: inline;
		padding: 6px;
	}

	a.txtmenu:link {
		margin: 12px;
		font-size: 0.90em;
		font-weight: bold;
		color: #666666;
	}

	a.txtmenu:hover {
		color: #799900;
	}

	a.txtmenu-url:link {
		margin: 12px;
		font-size: 0.90em;
		font-weight: bold;
		color: #799900;
	}

	.contenedor-index {
		top: 28%;
		left: 5%;
		right: 5%;
	}
}

/* === MOBILE (≤1023px) === */

@media (max-width: 1023px) {
	#navigation:target .menu {
		display: none;
	}

	#navigation:target .cerrar-menu {
		display: block;
		float: left;
		padding: 18px 0 0 10px;
	}

	#navigation:target ul.nav-items {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		background-color: #FFFFFF;
		border-top: 1px solid #E1E1E1;
	}

	.whatsapp {
		float: right;
		padding: 14px 10px 0 0;
	}

	.logotipo {
		height: 50px;
		padding: 5px 0 0 0;
	}

	.menu {
		float: left;
		padding: 18px 0 0 10px;
	}

	.cerrar-menu {
		display: none;
	}

	.nav-items {
		position: relative;
		width: 100%;
		height: 0;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	a.txtmenu:link {
		display: block;
		padding: 10px;
		border-top: 1px solid #E1E1E1;
		font-size: 0.9em;
		font-weight: bold;
		color: #666666;
	}

	a.txtmenu:hover {
		background-color: #E1E1E1;
	}

	a.txtmenu-url:link {
		display: block;
		padding: 10px;
		border-top: 1px solid #E1E1E1;
		font-size: 0.9em;
		font-weight: bold;
		color: #799900;
		background-color: #E1E1E1;
	}

	.contenedor-index {
		top: 12%;
		left: 5%;
		right: 5%;
	}

	.youtube {
		width: 100%;
		height: 280px;
	}
}

@media (max-width: 575px) {
	.youtube {
		height: 199px;
	}

	section {
		width: 90%;
		margin: 10px auto;
	}
}
