/* GENERAL */
html, body {
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Cambria", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: bold;
}

p, a, li, input, button, select, label {
	font-family: "Calibri", sans-serif;
	font-weight: 200;
	font-size: 1.1rem;
}

h1 small, h2 small {
	color: #ddd;
}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}

small {
	font-size: 65%;
}

span.nav-link, .nav a.nav-link, .navbar a.nav-link {
	color: white!important;
}

body {
	min-height: 100vh;
}

footer {
	top: 100%;
	position: sticky;
}

footer div.container {
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

footer li a {
	color: white;
}

footer li a:hover {
	color: red;
}

footer h3 {
	font-size: 1.5rem;
}

a:hover {

	color: red;
}

.bg-dark {
	
    background-color: #343a40!important;
}

.navbar {

    padding: 0.5rem 1rem;
}

.page-header {

	background-color: black;
	position: relative;
	margin-bottom: 5%;
}

.header-background,.header-background-blog {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	pointer-events: none;
}
.page-header, .header-background,.header-background-blog {

	color: white;
	min-height: 15em;
	padding: 1.875rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 25% 30%;
}
.header-background-blog {

	background-position: 25% 53%;
}

.page-title {

	padding-top: 3%;
	font-size: 3em;
}

.page-subtitle {

	font-size: 2em;
}

.page-title, .page-subtitle {

	margin-bottom: 0;
	position: relative;
	line-height: 1.27;
}

#pd-header {

	height: 15em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F9F9F9;
	margin-bottom: 3em;
}

#pd-titulo {

	font-size: 3.5em;
}

#mobile-share #mobile-img {
	position: absolute;
}

#mobile-img {
	width: 100%;
    height: 42px;
}

#mobile-img a {
	position: absolute;
	right: 0;
	margin-top: 0px;
	transition: margin-top 1s ease-in-out;
}

#mobile-img.slideup > a:nth-child(1) {
	margin-top: -220px;
	transition: margin-top 1s ease-in-out;
}

#mobile-img.slideup > a:nth-child(2) {
	margin-top: -175px;
	transition: margin-top 1s ease-in-out;
}

#mobile-img.slideup > a:nth-child(3) {
	margin-top: -130px;
	transition: margin-top 1s ease-in-out;
}

#mobile-img.slideup > a:nth-child(4) {
	margin-top: -85px;
	transition: margin-top 1s ease-in-out;
}

div#mobile-share {
    position: sticky;
    bottom: 0;
    text-align: right;
}

ul#mobile-rrss-menu{
	height: 0;
}

button.btn.btn-danger {
    position: relative;
    z-index: 10;
}

#mobile-share #mobile-img img {
	width: 42px;
    margin-bottom: 2px;
}

@media (max-width: 1024px) {

	#wrapper-rrss{
		display: none;
	}

	#mobile-share {
		display: block;
	}
}

@media (min-width: 1024px) {

	#wrapper-rrss{
		display: block;
	}

	#mobile-share {
		display: none;
	}
}

div#social-media {

	margin-top: 20%;
	position: absolute;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 48px;
}

div#social-media a {

	padding-bottom: 5px;
}

#wrapper-rrss {

	position: sticky;
	z-index: 1;
	top: 5px;
}

#wrapper-rrss img {

	width: 80%;
}

#share {

	position: sticky;
	bottom: 0;
}

#btn-share {

	position: absolute;
	right: 5px;
    bottom: 5px;
}

/******* ERROR PAGE */
div.error-404 {
	display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 338px);
    justify-content: center;
}

div.error-404 h2 {
	text-align: center;
}

/****** FIN ERROR PAGE */

/******* POPULARES */

#populares div.container h1 {
    text-align: center;
    margin: 50px 0;
    font-weight: 300;
}

#populares div.container .card-body {
	text-decoration: none;
}

#populares div.container .card-body h2 {
	font-weight: normal;
	font-size: 1em;
	color: black;
	max-width: 90%;
	align-self: center;
	margin: 0;
}

@media(max-width: 991px) {

	#populares div.container .card-body {
		text-align: center;
	}
}

@media(min-width: 992px) {

	#populares div.container .card-body h2 {
		max-width: 90%;
	}

	#populares div.container .card-body {
		display: flex;
	    justify-content: space-between;
	}
}

#populares div.container .card-body:hover h2 {
	color: red;
}

#populares div.container .card-body svg {
	align-self: center;
	margin-right: 3%;
}

#populares div.container .card-body:hover svg {
	margin-right: 0%;
	transition: margin-right .5s;
}

/******* POLITICA DE PRIVADIDAD */

#page-title {

	text-align: center;
}

/****** FIN POLITICA DE PRIVADIDAD */

/******* BLOG */

#blog .card {

	height: 100%;
}

#blog .card-body {

	padding: 0 0.5rem 0 1rem;
}

@media(max-width: 991px) {

	#blog .card-img-top {

		height: 250px;
	}
}

#blog .card-img, .card-img-bottom, .card-img-top{
	height: 300px;
    object-fit: cover;
}

#blog .card .card-title {

	color: inherit;
	text-decoration: none;
}

#blog .card .card-title:hover {

	color: red;
    text-decoration: underline;
}

/****** FIN BLOG */

/******* CONTACTO */

@media(max-width: 991px) {

	.small-middle-container {

		margin: auto;
		width: 80%;
	}
}

@media(min-width: 992px) and (max-width: 1191px) {

	.small-middle-container {

		margin: auto;
		width: 60%;
	}
}

@media(min-width: 1200px) {

	.small-middle-container {

		margin: auto;
		width: 50%;
	}
}

#button {

	width: 100%;
}

#main #mensaje {

	resize: none;
}

/******* FIN CONTACTO */
 
/******* C0MO FUNCIONAMOS */

.pd-intro {

	width: 70%;
	margin: 0 auto;
}

.pd-info {

	margin-top: 5%;
}

.pd-como-funcionamos {

	padding-top: 50px;
}

@media(min-width: 768px) {

	.pd-como-funcionamos h2 {

		margin-top: 8%;
	}
}

/******* FIN C0MO FUNCIONAMOS */


#btn-contacto {

	width: 80%;
	padding: 15px 0px 15px 0px;
}

#btn-contacto a#btn-link {
	
	text-decoration: none;
}

#btn-contacto a#btn-link:hover {
	
	text-decoration: underline;
}

#btn-link{
	color: white;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.5em;
}

/******* ARTICULO */

#post h2, #post h3,#post h4, #post h5 {
	margin-top: 3.5rem;
}

#post p strong {
	font-weight: bold;
}

header#articulo-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header#articulo-header h1 {
	color: white;
}

#articulo-header {

	height: 100%;
	min-height: 15em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F9F9F9;
	margin-bottom: 4.5em;
}

#post .container img {

	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#post .container img.alignright {

	display: inline;
    float: right;
    margin-left: 1.5em;
}

#post .container img.alignleft {

	display: inline;
    float: left;
    margin-right: 1.5em;
}

.aligncenter, .alignnone {

	display: block;
	width: auto !important;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
	text-align: center;
}

.aligncenter, .alignnone {

	clear: both;
}

#post .container p {

	text-align: justify;
	text-justify: inter-word;
}

#post .restaurant-card-box {
	width: 18rem;
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

#post h2, #post div[class*="-card-box"] {
	clear: both;
}

#post .restaurant-card {
	width: 18rem;
	margin-left: auto;
    margin-right: auto;
}

#post .restaurant-card .restaurant-card-title {
	text-align: center;
}

#post div[class*="-card-box"] .restaurant-card .restaurant-card-title {
	text-align: center;
	height: 2.3em;
	overflow: hidden;
}

#post .restaurant-card .restaurant-card-title .restaurant_url {
	color: black;
}

#post .restaurant-card .restaurant-card-title .restaurant_url:hover {
	color: red;
}

#post div[class*="-card-box"] .restaurant-card p.restaurant-card-text {
	height: 2.8em;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

#post .estrellas {
	text-align: center;
}

#post .restaurant-card .euros {
	display: inline;
}

#post .restaurant-card .card-img-top {
	height: 144px;
	object-fit: cover;
}

#post .restaurant-card .restaurant-card-info {
	display: flex;
    gap: 30%;
    justify-content: center;
}

#post .restaurant-card .restaurant-card-schedule, #post .restaurant-card .restaurant-card-title .restaurant-card-text {
	text-align: center;
}

#post .restaurant-card .restaurant-card-schedule .restaurant_closed {
	color: red;
}

#post .restaurant-card .restaurant-card-schedule .restaurant_open {
	color: green;
}

#post div[class*="-card-box"] .ver-todos a {
	color: black;
	padding: .5em;
	font-weight: bold;
	text-decoration: none;
}

#post div[class*="-card-box"] .ver-todos a:hover p {
	color: red;
}

#post div[class*="-card-box"] .ver-todos a:hover svg {
	fill: red;
}

#post div[class*="-card-box"] .ver-todos a p {
	display: inline;
	font-weight: bolder;
}

#post table {
	border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    empty-cells: show;
    font-size: 15px;
    line-height: 24px;
}

#post th:first-child, #post td:first-child {
	padding-left: 0;
}

#post th:last-child, #post td:last-child {
	padding-right: 0;
}

#post th, #post td {
	padding: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

@media (max-width: 576px) {

	#post h1#articulo-title {

		font-size: 2em;
	}
}

@media (max-width:768px){

	#post p {

		font-size: 1.3em;
	}

	#post h2 span {

		font-size: 1.3em;
	}
}

@media (min-width: 769px) {

	#post p {

		font-size: 1.1em;
	}

	#post h2 span {

		font-size: 1em;
	}
}


/******* FIN ARTICULO */

#administrarImg > hr {

	border-top: .5em solid rgba(0,0,0,.1);
}

#administrarImg .imgdata{

	margin-left: 20px;
}


img.last-blog-post {

	max-height: 455px;
}

@media (min-width: 576px) and (max-width: 768px) {

	img.last-blog-post {

		max-height: 414px;
	}
}

#home #last-article-title {

	top: auto;
	color: white;
	background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.8) 100%);
	padding: 1rem 1.25rem;
}

.local-name {

	display: inline;
}

@media (min-width: 576px) and (max-width: 992px) {

	.card-body.text-center{

		padding: 0px;
	}
}

@media (min-width: 992px) {

	img.last-blog-post {

		object-fit: cover;
		height: 455px;
	}
}