<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* FLAMENCO TICKETS CSS Document */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&amp;display=swap');

.info-compra .tg-section{
	position: static;
	top: 45px;
	z-index: 1010;
}

.tg-section .with_info {
	position: relative;
	padding-right: 2rem;
}


/** COMPRA FORM */
.tg-section .telefonoPlugin .iti {
	width: 100%;
}


/** VENTAS CRUZADAS */
.tg-modulo-ventas-cruzadas .card {
	padding-top: 100%;
	overflow: hidden;
	border: none;
	margin-bottom: 1.5rem;
}

.tg-modulo-ventas-cruzadas .card .tags {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: 0;
	padding-top: .5rem;
	padding-left: .5rem;
}

.tg-modulo-ventas-cruzadas .card .main_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tg-modulo-ventas-cruzadas .card .main_image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0);
}

.tg-modulo-ventas-cruzadas .card .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	color: #fff;
}

.tg-modulo-ventas-cruzadas .card .content {
	padding: 0 1rem;
}

.tg-modulo-ventas-cruzadas .card .content h6 {
	font-weight: 600;
	font-size: 1rem;
}

.tg-modulo-ventas-cruzadas .card .intro {
	font-size: 1rem;
}

.tg-modulo-ventas-cruzadas .card_hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	text-align: left;
	color: #fff;
	padding: 1rem;
	overflow: hidden;
}

.tg-modulo-ventas-cruzadas .card_hover .hover-header {
	height: 14%;
}

.tg-modulo-ventas-cruzadas .card_hover p {
	height: 53%;
	font-size: .8rem;
	padding-right: 1rem;
	overflow: auto;
	/*position: relative;
    z-index: 2;*/
}

/*.tg-modulo-ventas-cruzadas .card:hover .card_hover {
	opacity: 1;
}*/

.tg-modulo-ventas-cruzadas .wrapper-precio {
	text-align: left;
	margin-bottom: 1rem;
	white-space: nowrap;
}

.tg-modulo-ventas-cruzadas .precio {
	font-weight: 600;
	font-size: 1.6rem;
	text-align: right;
	white-space: nowrap;
}

.tg-modulo-ventas-cruzadas .outdated-precio,
.tg-modulo-ventas-cruzadas .card .smaller {
	vertical-align: baseline;
	font-size: .7rem;
	margin-right: .25rem;
}


/** NEWSLETTER MESSAGE */
.resultado-newsletter {
	background-color: var(--bs-secondary);
	color: #fff;
	text-align: center;
}

.resultado-newsletter .container:not(:empty) {
	margin-top: -5rem;
	padding-bottom: 3rem;
}


/** CONTACT METHODS */
.modal_contacto {
	position: fixed;
	right: -310px;
	bottom: -13rem;
	width: 300px;
	z-index: 9;
	background-color: #000;
	color: #fff;
	transition: all .5s ease;
}

.modal_contacto.visible {
	bottom: 10rem;
	right: 0;
}

.modal_contacto .icon {
	position: absolute;
	top: 0;
	right: 100%;
	width: 57px;
	height: 50px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 10px;
	background-color: var(--bs-primary);
	cursor: pointer;
}

.modal_contacto .icon svg {
	max-width: 24px;
	margin-top: 6px;
}

.modal_contacto .bocadillo_h4 {
	height: 50px;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 50px;
	text-transform: uppercase;
	background-color: var(--bs-primary);
	padding: 0 1rem;
}

.modal_contacto .aviso {
	background-color: #fff;
	color: #000;
}

.modal_contacto .pd,
.modal_contacto .aviso {
	padding: 1rem;
}

.modal_contacto p strong{
	white-space: nowrap;
}

.modal_contacto input,
.modal_contacto input.form-control,
.modal_contacto .uneditable-input,
.modal_contacto textarea,
.modal_contacto textarea.form-control,
.modal_contacto select,
.modal_contacto select.form-control,
.modal_contacto form button:not(.btn) {
	font-size: 1rem;
	line-height: 2.5rem;
	height: 2.5rem;
	padding: 0 1rem;
	margin-bottom: 1rem;
	border: 0;
	background-color: #fff;
	border-radius: 0;
}

.modal_contacto textarea,
.modal_contacto textarea.form-control {
	height: 80px;
	line-height: 1.4em;
	padding-top: .5rem;
	padding-bottom: .5rem;
}


/** SCROLLTOP */
.scrolltop {
	position: fixed;
	bottom: -18px;
	width: 50px;
	height: 50px;
	right: calc(50% - 25px);
	z-index: 8;
	background-color: var(--bs-primary);
	border-radius: 24px;
	cursor: pointer;
}

.scrolltop svg {
	position: relative;
	top: -7px;
	height: 100%;
}

.tg-modulo {
	text-align: center;
}
.tg-modulo .card {
	border-radius: 20px;
}
.tg-modulo .card-body {
	padding: 2rem .5rem;
	background:#e0fbe5;
}

/* CALENDARIO */

.tg-modulo .ui-datepicker-title {
	font-weight: 800;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1em;
}
.tg-modulo .ui-datepicker-prev,
.tg-modulo .ui-datepicker-next {
	width: 1.5rem;
	height: .8rem;
	margin-top: .1rem;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.tg-modulo .ui-datepicker-prev {
	float: left;
	margin-left: .5rem;
	background-image: url('../img/icons/arrow-prev.svg');
	background-position: center left;
}
.info-compra .tg-modulo .ui-datepicker-prev {
	margin-left: 1.5rem;
}
.tg-modulo .ui-datepicker-next {
	float: right;
	margin-right: .5rem;
	background-image: url('../img/icons/arrow-next.svg');
	background-position: center right;
}
.info-compra .tg-modulo .ui-datepicker-next {
	margin-right: 1.5rem;
}
.tg-modulo .ui-datepicker-calendar {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}
.tg-modulo .ui-datepicker-calendar thead {
	position: relative;
}
.tg-modulo .ui-datepicker-calendar thead:after {
	content: '';
	position: absolute;
	bottom: 1;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: .5;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	margin-bottom: 5px; /* 5px margin para separar gradient del border */
}
.tg-modulo .ui-datepicker-calendar thead th,
.tg-modulo .ui-datepicker-calendar thead td {
	font-weight: 400;
	font-size: .56rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--bs-primary);
	padding: .35em 0;
}
.tg-modulo .card-datepicker,
.tg-modulo .datepicker{
	max-width: 400px;
	margin: 0 auto;
}
.tg-modulo .datepicker tbody td {
	position: relative;
	width: calc(100%/7);
	font-size: .9rem;
	line-height: 1;
	padding: .3em 0;
	border: 0;
	color: var(--bs-text-color);
}
.tg-modulo .datepicker th a,
.tg-modulo .datepicker td a {
	display: block;
	position: relative;
	z-index: 2;
}
.tg-modulo .datepicker tbody td.aviso {
	color: var(--bs-warning);
}
.tg-modulo .datepicker tbody td.disabled {
	color: var(--bs-danger);
}
.tg-modulo .datepicker .ui-datepicker-current-day {
	position: relative;
	z-index: 2;
	color: var(--bs-white) !important;
}
/* __________________________________________________________________ */
.tg-modulo .datepicker .ui-datepicker-current-day:after {				 
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 0;
	z-index: 1;
	padding-top: 80%;
	background: var(--bs-primary);
	border-radius: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tg-modulo .datepicker tbody td.aviso.ui-datepicker-current-day:after {
	background: var(--bs-warning);
}
.tg-modulo .datepicker .ui-datepicker-unselectable {
	cursor: default;
	color: #ccc;
}
.tg-modulo .datepicker .ui-datepicker-other-month {
	border: 0;
	font-weight: 500!important;
}
.tg-modulo .datepicker .ui-datepicker-other-month:after,
.tg-modulo .datepicker .ui-datepicker-unselectable:after,
.tg-modulo .datepicker tbody td.pasado:after {
	display: none;
}
.tg-modulo .datepicker tbody td.disabled.ui-datepicker-unselectable:after {
	display: block;
}
.tg-modulo .datepicker tbody td.pasado,
.tg-modulo .datepicker tbody td.disabled {
	color:rgba(139, 139, 139, .3);
}
.tg-modulo .datepicker + .loader {
	position: absolute;
	top: 3rem;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	padding: 10% 25%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s linear;
}
.tg-modulo .datepicker.loading + .loader {
	z-index: 1;
	opacity: 1;
}
.tg-modulo .leyenda {
	margin: .35rem 0;
}
.tg-modulo .leyenda span {
	font-size: .56rem;
	display: inline-block;
	position: relative;
}
.tg-modulo .leyenda span:before {
	content: '';
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 60%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tg-modulo .leyenda span.hr-disponible:before {
	background-color: var(--bs-success);
}
.tg-modulo .leyenda span.hr-agotadas:before {
	background-color: var(--bs-danger);
}
.tg-modulo .leyenda span.hr-poca-disponibilidad:before {
	background-color: var(--bs-warning);
}

/* STEPS COMPRA */
.tg-modulo .start-compra {
	position: relative;
	z-index: 2;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tg-modulo .start-compra .btn{
	font-size: .72rem;
	width: 75%;
	padding: 1rem;
}
.tg-modulo .step_reserva {
	text-align: left;
	padding: 2.5rem 0;
}
.tg-modulo .step_reserva:first-child {
	margin-top: 0;
}
.tg-modulo .step_reserva:last-child {
	margin-bottom: 0;
}
.tg-modulo .step_reserva h6 {
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.tg-modulo .step_reserva h6:not(:first-child) {
	margin-top: 1.5rem;
}
.tg-modulo .step_reserva.note h6 {
	margin-bottom: 0;
}
/*.tg-modulo .step_reserva h6:after{
	content: '';
	position: absolute;
	left: 0;
	top: calc(100% + 6px);
	width: 100%;
	height: 5px;
	background: url('../img/subrayado.svg') no-repeat left center;
	background-size: contain;
}*/
.tg-modulo .agotadas {
	color: var(--bs-primary);
	font-size: .7rem;
}
.tg-modulo .step_reserva.servicios label {
	display: block;
	font-size: .9rem;
}
.tg-modulo .step_reserva.precios {
	border-top: 1px solid var(--bs-primary);
}
.tg-modulo .step_reserva.precios big {
	font-weight: 500;
	font-size: 1rem;
}
.tg-modulo .step_reserva .complementos_obligatorios {
	width: calc(100% + calc(calc(calc(var(--bs-gutter-x) * .5) + 1rem))*2);
    margin-left: calc(calc(calc(var(--bs-gutter-x) * .5) + 1rem)* -1);
    padding: 0.75rem calc(calc(var(--bs-gutter-x) * .5) + 1rem);
    background-color: #FBD0DF;
}
.tg-modulo .step_reserva .separador-tipo{
	/*width: calc(100% + calc(calc(calc(var(--bs-gutter-x) * .5) + 1rem))*2);
    margin-left: calc(calc(calc(var(--bs-gutter-x) * .5) + 1rem)* -1);
    padding: 0 calc(calc(var(--bs-gutter-x) * .5) + 1rem);*/
    width: calc(100% + 2rem);
    margin-left: -1rem;
	border-top: dashed 1px var(--bs-secondary);
	opacity: .3;
}

.tg-modulo .step_reserva.precios .info {
	display: block;
	color: var(--bs-primary);
	font-weight: 500;
	font-size: .8rem!important;
	font-style: italic;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada {
	padding: .5rem .5rem;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada p{
	font-size: .8rem;
	font-weight: 400;
	margin-bottom: .6em;
	color: var(--bs-primary);
}
.tg-modulo .step_reserva.precios .step_tipo_entrada:last-of-type {
	padding-bottom: 0;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada &gt; .row:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
.tg-modulo .step_reserva.precios .precio {
	font-size: 1.39rem;
	font-weight: 600;
}
.tg-modulo sup {
	top: -.2em;
}
.tg-modulo .step_reserva.precios input {
	width: 2.25rem !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 0;
	background-color: transparent;
	font-size: 1.2rem;
	line-height: 1; 
}
.tg-modulo .step_reserva.precios input:disabled {
	border: none;
}
.tg-modulo .step_reserva.precios input::-webkit-outer-spin-button,
.tg-modulo .step_reserva.precios input::-webkit-inner-spin-button {
	/* display: none; &lt;- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* &lt;-- Apparently some margin are still there even though it's hidden */
}
.tg-modulo .step_reserva.precios .menos,
.tg-modulo .step_reserva.precios .mas {
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	cursor: pointer;
}
.mas svg g circle{
	fill: rgb(87, 228, 110) !important;
  }
  
.tg-modulo .step_reserva.datos_personales {
	margin-top: 0;
	border-top: 1px solid var(--bs-secondary);
}
.tg-modulo .step_reserva.datos_personales small {
	font-size: .6rem;
}

/* FORM ELEMENTS */
.tg-modulo .form-control,
.tg-modulo .form-select {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .5);
	border-radius: 0;
	margin-bottom: 1.4rem;
}
.tg-modulo .form-control:focus,
.tg-modulo .form-select:focus,
.tg-modulo .form-control:invalid:focus,
.tg-modulo .form-select:invalid:focus {
	border-color: var(--bs-primary);
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	outline: 0;
}
.tg-modulo select:required:invalid {
	color: rgba(var(--bs-secondary-rgb), .5);
}
.tg-modulo select:required:invalid sup {
	color: var(--bs-danger);
}
.tg-modulo option[value=""][disabled] {
	display: none;
}
.tg-modulo option {
	color: var(--bs-secondary);
}
.tg-modulo .form-floating&gt;.form-control,
.tg-modulo .form-floating&gt;.form-select {
	height: auto;
    padding: .25rem .5rem;
    font-size: .76rem;
}
.tg-modulo .form-floating&gt;textarea.form-control {
	border: 1px solid rgba(33,35,34, .45);
	padding: .5rem;
	border-radius: 15px;
}
.tg-modulo .form-floating&gt;label {
    font-size: .67rem;
	padding: 0 .5rem;
}

.tg-modulo .form-floating&gt;.form-control:focus~label, 
.tg-modulo .form-floating&gt;.form-control:not(:placeholder-shown)~label, 
.tg-modulo .form-floating&gt;.form-select~label{
	transform: scale(.85) translateY(-1.3em) translateX(.15rem);
}
.tg-modulo .form-floating&gt;textarea.form-control:focus~label, 
.tg-modulo .form-floating&gt;textarea.form-control:not(:placeholder-shown)~label{
	transform: scale(.85) translateY(-1.5em) translateX(.15rem);
}

.tg-modulo .form-floating:not(.checkbox):not(.radio)&gt;label:not(.error) {
	color: rgba(var(--bs-secondary-rgb), .5);
}
.tg-modulo .limits_input {
	display: none;
}
.tg-modulo [type="checkbox"]+label {
	font-size: .67rem;
}
.tg-modulo [type="checkbox"]+label:last-of-type,
.tg-modulo [type="radio"]+label:last-of-type {
	margin-bottom: 0;
}
.tg-modulo [type="checkbox"]:disabled+label:before,
.tg-modulo [type="checkbox"]:disabled+label:after,
.tg-modulo [type="radio"]:disabled+label:before,
.tg-modulo [type="radio"]:disabled+label:after {
	opacity: .2;
}
.tg-modulo [type="checkbox"]:disabled+label,
.tg-modulo [type="radio"]:disabled+label {
	opacity: .5;
}
.tg-modulo [type="checkbox"]+label:before,
.tg-modulo [type="checkbox"]+label:after,
.tg-modulo [type="radio"]+label:before,
.tg-modulo [type="radio"]+label:after {
	content: '';
	position: absolute;
	top: .1rem;
	left: 0;
	width: .8rem;
	height: .8rem;
	transition: all .28s ease;
	border: 1px solid var(--bs-primary);
}
.tg-modulo [type="radio"]+label:before,
.tg-modulo [type="radio"]+label:after {
	border-radius: 50%;
	top: .3rem;
}
.tg-modulo [type="checkbox"]:not(:checked)+label:after,
.tg-modulo [type="radio"]:not(:checked)+label:after {
	-ms-transform: scale(0);
	transform: scale(0);
}
.tg-modulo [type="checkbox"]:checked+label:after,
.tg-modulo [type="radio"]:checked+label:after {
	background-color: var(--bs-green);
	-ms-transform: scale(.5);
	transform: scale(.5);
}
.tg-modulo .form-check {
	padding-left: 0;
}
.tg-modulo .icon_regalo + label svg {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	margin-left: .5rem;
	border: 0;
}
.tg-modulo .icon_regalo:checked + label svg {
	background-color: transparent;
}
.tg-modulo .advertencia {
	margin-top: 1rem;
	color: var(--bs-danger);
}
.tg-modulo .fixed_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 2;
	text-align: left;
}
.tg-modulo .resumen_submit {
	padding: 1rem 0;
	background: var(--bs-primary);
	color: var(--bs-white);
	line-height: 1.4rem;
}
.tg-modulo .resumen_submit strong {
	display: block;
	font-size: 1.7rem;
	border-bottom: none;
	padding-bottom: 0;
}
.tg-modulo .resumen_submit a,
.tg-modulo .resumen_submit button {
	font-weight: 500;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	font-size: .76rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.tg-modulo .resumen_submit button {
	display: none;
}
.tg-modulo .alert-danger {
	padding: 0;
	border: 0;
}
.tg-modulo .alert-danger &gt; div:not(:empty) {
	padding: 1rem;
}
.tg-modulo .alert-danger p:last-of-type {
	margin-bottom: 0;
}

/*.tg-modulo .alert-danger:not(:empty):before,*/
.tg-modulo .alert-danger p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	margin: .5rem .5rem .5rem 1rem;
	background: url(../img/icons/alert.svg) no-repeat top left / contain;
}

/* MODAL */
.tg-modulo .info_modal {
	position: relative;
	z-index: 1;
	font-size: .85rem;
	text-align: right;
	margin-top: -3rem;
	margin-left: 2rem;
	color: var(--bs-primary);
	cursor: pointer;
}

.tg-modulo .info_modal.info_unique_modal {
	position: absolute;
	top: -3rem;
	right: 0;
	max-width: 60%;
	font-size: 1rem;
	margin: 0;
}

.tg-modulo .info_modal figure {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 1.5rem;
	margin-right: .5rem;
	border: 1px solid var(--bs-primary);
	border-radius: 50%;
}

.tg-modulo .info_modal.info_unique_modal figure {
	width: 2rem;
}

.tg-modulo .info_modal figure:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.tg-modulo .info_modal svg {
	position: absolute;
	top: 15%;
	left: 50%;
	width: auto;
	height: 70%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tg-modulo .info_modal svg * {
	fill: var(--bs-primary);
}

.tg-modulo .step_reserva.complementos [data-bs-toggle="modal"] {
	position: absolute;
	top: 50%;
	right: .5rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.tg-modulo .step_reserva.complementos [data-bs-toggle="modal"] svg {
	width: 1.5rem;
}

.tg-modulo .modal .carousel-caption {
	position: static;
	bottom: 0;
	left: 0;
	right: 0;
	color: var(--bs-body-color);
	text-align: left;
	padding-bottom: 0;
}

/* DATEPICKER CON RANGO DE FECHAS*/
.tg-modulo .datepicker tbody td.dp-highlight.first,
.tg-modulo .datepicker tbody td.dp-highlight.middle,
.tg-modulo .datepicker tbody td.dp-highlight.last {
	color: #fff;
}

.tg-modulo .datepicker tbody td.dp-highlight.first::after,
.tg-modulo .datepicker tbody td.dp-highlight.last::after,
.tg-modulo .datepicker tbody td.dp-highlight.middle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 8px);
	height: 0;
	z-index: 1;
	padding-top: 85%;
	background: var(--bs-primary);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.tg-modulo .datepicker tbody td.dp-highlight.first::after {
	border-radius: 0;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

.tg-modulo .datepicker tbody td.dp-highlight.last::after {
	border-radius: 0;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.tg-modulo .datepicker tbody td.dp-highlight.middle::after {
	border-radius: 0;
}

.modal-backdrop.show{opacity: .75;}
#modals-body .modal-body{
	padding: 2rem 1rem;
}



/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) {
	header.tg-section .logo { height: 40px; }
	header.tg-section .topbarhora { text-align: right; }
	header.tg-section.scrolling .topbarhora { opacity: 1; height: auto; padding: 0; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
	.tg-modulo .resumen_submit .btn{min-width: 250px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width:1400px) {
	
}

/* calendario - medium devices */
@media only screen and (max-width: 1199px) and (min-width: 768px)  {
	.tg-modulo .datepicker .ui-datepicker-current-day:after {
		width: 90%;
		padding-top: 90%;
	}
}
</pre></body></html>