@font-face {
	font-family: "SF UI Bold";
	font-style: normal;
	font-weight: 600;
	src: local("SF UI Bold"), local("SF UI Bold"),
		url("/fonts/sf-ui-Display/sf-ui-display-bold.woff2") format("woff2"),
		url("/fonts/sf-ui-Display/sf-ui-display-bold.woff") format("woff");
}

@font-face {
	font-family: "SF UI Semi-Bold";
	font-style: normal;
	font-weight: 600;
	src: local("SF UI Semi-Bold"), local("SF UI Semi-Bold"),
		url("/fonts/sf-ui-Display/sf-ui-display-semibold.woff2") format("woff2"),
		url("/fonts/sf-ui-Display/sf-ui-display-semibold.woff") format("woff");
}

@font-face {
	font-family: "SF UI light";
	font-style: normal;
	font-weight: 500;
	src: local("SF UI light"), local("SF UI light"),
		url("/fonts/sf-ui-Display/sf-ui-display-light.woff2") format("woff2"),
		url("/fonts/sf-ui-Display/sf-ui-display-light.woff") format("woff");
}

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #ee8000;
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	background-color: #fefefe;
	font-family: "SF UI light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}

main {
	margin-top: 140px;
}

section {
	width: 100%;
	display: flex;
}

input,
textarea {
	font-family: "SF UI light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}

input:focus,
textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
	word-wrap: break-word;
	cursor: pointer;
}

ul {
	list-style: none;
}

.principal-title {
	max-width: 90%;
	font-size: 30px;
	margin-bottom: 30px;
	color: #606060;
	font-weight: bold;
	border-bottom: 4px solid #eb671b;
	text-align: center;
}

/* ----------------------------------------------------- categoria--------------------------------- */

#categoria-container {
	width: 100%;
	height: calc(100vh - 160px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 110px;
}

#categoria-container > div {
	height: calc(100vh - 160px);
	overflow: auto;
}

#menu-categoria {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #f0eeef;
	padding: 20px 0px;
}

#title-menu-cat {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#title-menu-cat > h3 {
	padding: 5px 35px;
	background-color: #606060;
	border-radius: 0px 30px 30px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: start;
}

#content-search-cat {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#content-search-cat input {
	width: calc(100% - 40px);
	height: 30px;
	font-size: 18px;
	padding: 5px 20px;
	border-radius: 30px 0px 0px 30px;
	border: none;
	background-color: #fff;
}

#content-search-cat a {
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eb671b;
	border-radius: 0px 30px 30px 0px;
}

#content-search-cat a svg {
	height: 25px;
	fill: #fff;
}

#content-icon-down {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: span 3;
}

#info-categoria {
	width: 75%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	gap: 40px;
}

#info-categoria > h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #606060;
	font-weight: bold;
	grid-column: span 3;
}

.content-cards-cat {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 70px;
	gap: 60px;
}

.item-categoria {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.item-categoria > p {
	width: 80%;
	border-radius: 50%;
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-categoria > p > img {
	width: 90%;
}

.item-categoria span {
	font-size: 20px;
	color: #606060;
	font-weight: bold;
	text-align: center;
}

.card-locales {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: #f0eeef;
	border-radius: 10px 20px;
	border: 2px solid #eb671b;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
.card-locales .btn-ver-mas-card:hover {
	transform: scale(1.05);
}
.card-locales .btn-ver-mas-card {
	transition: ease all 0.6s;
	font-size: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ee8000;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

.card-locales img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

.card-locales h4 {
	font-size: 20px;
	color: #606060;
	font-weight: bold;
	margin-bottom: 5px;
}

.card-locales h5 {
	font-size: 16px;
	color: #606060;
	font-weight: bold;
	margin-bottom: 5px;
}

.card-locales p {
	font-size: 16px;
	color: #606060;
	margin-bottom: 10px;
}

.btn-sitio {
	font-size: 14px;
	color: #606060;
	margin-bottom: 5px;
}

.content-redes-card {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #fff;
	padding: 10px;
}

.content-redes-card svg {
	width: 30px;
	fill: #eb671b;
}

.btn-mas-car-local {
	padding: 1px 25px;
	margin-top: 10px;
	border: 1px solid #606060;
	color: #606060;
	font-weight: bold;
	font-size: 18px;
}

/* -------------------------------footer------------------------------------------------ */

footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1d262d;
	position: relative;
}

footer.interna {
	position: fixed;
	bottom: 0px;
	padding: 10px 0px;
	height: 90px;
	z-index: 1;
}

footer.interna #content-footer {
	width: 100%;
	padding: 0px 0px;
	justify-content: SPACE-AROUND;
	flex-direction: row-reverse;
}

footer.interna #content-footer > div:nth-child(1) {
	width: auto;
}

footer.interna #content-footer > div:nth-child(1) img {
	width: 90px;
}

footer.interna #content-footer > div:nth-child(2) {
	align-items: center;
}

footer.interna #btn-subir {
	display: none;
}

footer.interna #content-icontec-footer {
	width: auto;
}

footer.interna #content-icontec-footer img {
	width: auto;
	height: 70px;
}

footer.interna #content-footer > div:nth-child(2) {
	width: auto;
	flex-direction: row;
}

footer.interna #content-footer > div:nth-child(2) h3 {
	display: none;
}

footer.interna #content-footer > div:nth-child(2) > a:nth-child(1),
footer.interna #content-footer > div:nth-child(2) > a:nth-child(2) {
	display: none;
}

footer.interna #content-footer > div:nth-child(3) {
	width: auto;
}

footer.interna #content-footer > div:nth-child(3) span,
footer.interna #content-footer > div:nth-child(3) iframe {
	display: none;
}

#content-footer {
	width: 90%;
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

#content-footer > div:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-footer > div:nth-child(1) img {
	width: 40%;
}

#content-footer > div:nth-child(2) {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#content-footer > div:nth-child(2) a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	color: #ffffff;
}

#content-footer > div:nth-child(2) svg {
	width: 30px;
	fill: #eb671b;
}

#content-footer > div:nth-child(3) {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-footer > div:nth-child(3) span {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

#content-footer > div:nth-child(3) iframe {
	width: 100%;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#cont-red-soc {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#cont-red-soc svg {
	fill: #fff;
	width: 40px;
}

#btn-subir {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#btn-subir a {
	width: 50px;
	height: 50px;
	background-color: #eb671b;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#btn-subir a svg {
	width: 40px;
	transform: rotate(-90deg);
	fill: #fff;
}

#info-cine {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-items: center;
	gap: 20px;
}

#info-cine > img {
	width: 100%;
}

#content-cards-cine {
	width: 90%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
	gap: 30px;
}

.card-cine-c {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}

.card-cine-c:hover img {
	display: none;
}

.card-cine-c:hover .info-card-cine-c {
	display: flex;
}

.card-cine-c img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-card-cine-c {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-evenly;
	align-items: center;
	display: none;
	background-color: #ee8000;
	position: relative;
	padding: 20px;
}

.peli-formato {
	position: absolute;
	top: 0px;
	right: 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	color: #ee8000;
	font-size: 30px;
	font-weight: bold;
}

.peli-sala {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.peli-nombre {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.peli-fecha {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.peli-hora {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.card-cine {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-cine img {
	width: 250px;
	height: 350px;
	object-fit: cover;
}

.info-card-cine {
	width: calc(100% - 250px);
	background-color: #f2f2f2;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	position: relative;
}

.info-card-cine h3 {
	color: #606060;
	font-weight: bold;
	font-size: 27px;
}

.info-card-cine > p {
	font-size: 22px;
	color: #000;
}

.info-card-cine > span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: #000;
	font-size: 22px;
}

.info-card-cine > span > span {
	font-weight: bold;
}

.info-card-cine > span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.info-card-cine h4 {
	font-size: 22px;
	font-weight: bold;
	color: #eb671b;
}

.info-card-cine h5 {
	font-size: 22px;
	color: #eb671b;
	font-weight: normal;
}

.content-tipo {
	width: 60px;
	height: 60px;
	border-radius: 0px 0px 30px 30px;
	background-color: #606060;
	position: absolute;
	right: 20px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-tipo span {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.content-duracion {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	right: -15px;
}

.content-duracion > span {
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background-color: #eb671b;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.content-duracion p {
	font-weight: normal;
}

/* page cine */
.content-banner-promociones {
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	margin: 0 0 54px 0;
}

#title-cine {
	padding: 5px 35px;
	color: #606060;
	font-weight: bold;
	font-size: 35px;
	border-bottom: 3px solid #eb671b;
	margin: 30px 0px;
}

#text-cine {
	width: 80%;
	text-align: center;
	color: #606060;
	padding: 20px;
	border-radius: 20px;
	background-color: #f2f2f2;
}

#text-cine a {
	color: #eb671b;
}

.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup .popup-container {
	width: 90%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: -55px;
	top: -35px;
}

#popup-concuros img {
	width: 100%;
}

.popup-content {
	width: 100%;
	max-height: 80vh;
	color: #4d4d4d;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	overflow: auto;
}

.popup-content h3 {
	padding: 5px 35px;
	/* color: #eb671b; */
	font-weight: bold;
	font-size: 35px;
	border-bottom: 3px solid #eb671b;
	margin: 30px 0px;
	color: #606060;
}

.popup-content p {
	font-size: 18px;
	color: #606060;
	margin-bottom: 10px;
}

.info-popup-header {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.info-popup-header iframe {
	width: 100%;
	height: 400px;
}
#horario-desk {
	width: 70%;
}

.con-domicilio {
	width: 90%;
	text-align: center;
	background-color: #eb671b;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff !important;
	font-weight: bold;
}

.line-separator {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}

.line-separator span {
	width: 80%;
	height: 4px;
	border-radius: 20px;
	background-color: #eb671b;
}

#content-btn-trabaja {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

#content-btn-trabaja a {
	background-color: #eb671b;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px;
	font-size: 18px;
}

#btn-categoria {
	display: none;
}

.description-cine {
	width: 80%;
	text-align: center;
	color: #606060;
	font-size: 20px;
}

#content-carousel-casiono {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

#carousel-casino {
	width: 100%;
	display: block;
}

#carousel-casino img {
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
}

.content-links-concuros {
	width: 100%;
	display: flex;
	/* flex-direction: column; */
	gap: 10px;
	justify-content: center;

	align-items: center;
	margin-top: 20px;
}

.p-c-concurso a {
	width: auto !important;
	background-color: #ff8b00;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	padding: 8px 10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

#popup-concuros .popup-container {
	width: 45% !important;
	max-height: 85% !important;
}

.p-c-concurso {
	max-height: 85% !important;
	padding: 15px;
}

#img-sin-local {
	width: 100%;
	grid-column: span 3;
}

#content-migas {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	/* margin-top: 70px; */
	padding: 10px;
	background-color: #eb671b;
	border-radius: 0px 0px 10px 10px;
	position: fixed;
	top: 70px;
}

#content-migas a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

#content-icontec-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-icontec-footer a{
	justify-content: center;
}

#content-icontec-footer img {
	height: 120px;
	border-radius: 10px;
	background-color: #fff;
}

#content-footer > div:nth-child(2) h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.btn-down {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.btn-down svg {
	fill: #ccd63f;
}

/*Preload inicio*/
.preloaderComplete {
	background: #ee8000bf;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.loaderComplete {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loaderComplete:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loaderComplete:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

#content-canva-firma {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#signature-pad {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #eb671b;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#clear-signature {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	border-radius: 50%;
	background-color: #eb671b;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
		
}

#clear-signature svg{
	width: 30px;
	fill: #fff;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


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

	#clear-signature svg{
		width: 40px;
	}

	#content-canva-firma {
		width: 60%;
	}
	.principal-title {
		font-size: 40px;
		margin-bottom: 30px;
		color: #606060;
		font-weight: bold;
	}

	.line-separator {
		margin: 100px 0px;
	}

	#content-footer {
		padding: 70px 0px;
		flex-direction: row;
		gap: 0px;
	}

	#content-footer > div:nth-child(1) {
		width: 30%;
	}

	#content-footer > div:nth-child(2) {
		width: 40%;
		align-items: flex-start;
	}

	#content-footer > div:nth-child(2) a {
		flex-direction: row;
	}

	#content-footer > div:nth-child(3) {
		width: 30%;
		align-items: flex-start;
	}
}

@media screen and (max-width: 1024px) {
	#categoria-container {
		height: calc(100vh - 70px);
	}

	#categoria-container > div {
		height: calc(100vh - 70px);
	}

	#btn-categoria.active {
		left: 80%;
	}

	#menu-categoria.active {
		display: flex;
	}

	#menu-categoria {
		display: none;
		position: absolute;
		left: 0;
		width: 80%;
		z-index: 999;
	}

	#content-cards-cine {
		width: 90%;
	}

	#info-cine {
		width: 100%;
	}

	.card-cine {
		flex-direction: column;
	}

	.info-card-cine {
		width: 100%;
	}

	.content-tipo {
		width: 40px;
		height: 40px;
	}

	.content-tipo span {
		font-size: 18px;
	}

	.info-card-cine > p {
		font-size: 18px;
		margin-top: 10px;
	}

	.info-card-cine h4 {
		font-size: 18px;
	}

	.info-card-cine > span {
		font-size: 18px;
	}
	.info-card-cine h5 {
		font-size: 18px;
	}

	.card-cine img {
		width: 60%;
		height: auto;
	}

	#btn-categoria {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 110px;
		left: 0px;
		display: flex;
		z-index: 9;
		background-color: #fff;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		fill: #eb671b;
		padding: 5px;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
			0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	}

	#info-categoria {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
	}

	#popup-concuros .popup-container {
		width: 55% !important;
	}

	.popup .popup-container .btn-close-popup {
		right: 0px;
		top: -55px;
	}

	.btn-down {
		display: flex;
	}

	footer.interna #content-footer > div:nth-child(2) a {
		flex-direction: row;
	}

	footer.interna #content-footer > div:nth-child(2) {
		align-items: center;
		flex-direction: row !important;
		gap: 5px;
	}

	#horario-desk {
		width: 100%;
	}

	#horario-header-popup .popup-content {
		padding: 5px;
	}

	#content-icon-down {
		grid-column: span 1;
	}

	#info-categoria > h3 {
		grid-column: span 1;
	}

	footer.interna .no-res {
		display: none !important;
	}

	footer.interna #content-footer {
		gap: 5px;
	}

	footer.interna #content-footer > div:nth-child(1) img {
		width: 65px;
	}

	#content-footer > div:nth-child(2) {
		align-items: flex-start;
	}

	#content-footer > div:nth-child(2) a {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}


.form-select {
    width: 100%;
    border: none;
    border-radius: 20px;
    background-color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}

.info-horarios {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #eb671b;

}

.card-horario {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.card-horario svg{
	width: 30px;
	fill: #ee8000;

}

.card-horario span{
	width: calc(100% - 30px);
	font-size: 18px;
	color: #4d4d4d;
	line-height: 25px;
}

.card-horario span b{
	font-family: "SF UI Bold";
	color: #ee8000;
}

#horario-header-popup .popup-container {
	width: 40%;
}

#content-404 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 70px);
	margin-top: 70px;
	background-color: #f0eeef;
}

#content-404 img{
	width: 40%;
	border-radius: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}