/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
      url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



h2{
  font-size: 36px !important;
  font-family: 'Roboto-Black';
  line-height: 45px;
}

h5{
  font-size: 28px !important;
  font-family: 'Roboto-Black';
  color: black;
  line-height: 45px;
}

h6{
  color: #0A075F;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
}

p {
  font-size: 20px;
  line-height: 151%;
  font-family: 'Roboto-Regular';
}

button {
  background: #0A075F !important; 
  border-radius: 100px !important; 
  padding: 14px 38px !important; 
}

button a {
  font-size: 16px !important;
}

header#header .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.container {
  max-width: 1304px !important;
  margin: 0 auto;
}

nav img{
  width: 216px;
  height: auto !important;
  object-fit: cover;
}

nav .max-w-screen-xl{
  padding-left: 0;
  margin-left: 0;
}

nav ul li a {
  color: white;
  font-size: 18px;
  padding: 0 11px;
  font-family: 'Roboto-Black';
}

nav.bg-white.border-gray-200.dark\:bg-gray-900 {
  z-index: 10;
  position: absolute;
  width: 100%;
  background: transparent;
}

nav {
  padding-top: 40px;
}

header#header {
  top: 0;
  width: 100%;
  height: 685px;
  background-size: cover;
}

header#header img {
  width: 575px;
  border-radius: 10px !important;
  object-fit: cover;
  margin-top: 20px;
}

header#header .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  align-items: center;
}

header#header .container>div:nth-child(2) {
  padding-top: 95px;
}

div {
  text-align: center;
  color: white;
}

header#header h2 {
  width: 634px;
  margin-bottom: 15px;
}

.wrapper_category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}

.category {
  text-align: left;
  padding-left: 15px;
  height: 147px;
  border-radius: 10px;
  background-size: cover;
  margin-top: 48px;
  position: relative;
}

.category a {
  position: absolute;
  bottom: 10px;
  color: white !important;
  text-decoration: none !important;
}

button#dropdown-button-2 {
  width: 30%;
  border-radius: 0 !important;
  background: black !important;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: 'Roboto-Regular';
}

input#location-search {
  background: #E5E1E1;
  height: 50px;
  font-size: 21px;
  font-family: 'Roboto-Regular';
  padding-left: 23px;
  border: 0;
  color: black;
}

.icon_search img {
  width: 28px;
  height: 35px;
  margin: 0 auto;
}

.icon_search {
  background: black !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important;
  width: auto;
  text-align: center;
}

form {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.form_content{
  height: 50px;;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: black !important;
}

.category a{
  font-size: 21px;
  font-family: 'Roboto-Regular';
}

section#events {
  padding-top: 75px;
  padding-bottom: 45px;
}

.wrapper_events {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 19px;
}

.post_event img {
  height: 239px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}

.wrapper_text {
  background: white;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 7px 21px -11px #000;
  display: grid;
  grid-template-columns: 1fr 9fr;
  text-align: left;
  padding: 20px 0px 20px 10px;
}

div#dropdown-search-city div.inline-flex {
  color: black;
}

.wrapper_text>div:nth-child(2) {
  margin-top: -3px;
  text-align: left;
  padding-left: 9px;
}

.wrapper_text h4 strong {
  color: #464646;
}

.wrapper_text h4  {
  color: #000;
}

.wrapper_text h5 {
  color: black;
  position: relative;
  top: -9px;
  font-family: 'Montserrat-Bold';
}

section#events h2 {
  color: black;
  text-align: left;
  padding-bottom: 31px;
}

div#datafetch {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 19px;
}

.flex.form_content {
  margin-top: 54px;
}

footer {
  background: #040F09;
  float: left;
  width: 100%;
}

.wrapper_footer {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}

.wrapper_footer p {
  font-size: 18px;
  text-align: left;
}

.wrapper_footer strong {
  text-align: left;
  display: block;
}

.wrapper_menufooter ul li {
  padding: 0 18px;
  margin-top: 20px;
}

.wrapper_menufooter ul {
  display: inline-flex;
  /* padding: 0 15px; */
}

.wrapper_menufooter{
  text-align: center;
}

#events button{
  margin-top: 74px !important; 
}

.wrapper_menufooter button {
  margin-top: -11px;
}

footer {
  background: #040F09;
  padding: 50px 0px 30px 0px;
}

.wrapper_footer div:nth-child(2) {
  margin-top: 10px;
}


/* SINGLE */
section#header_single {
  height: 834px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 80px;
}

nav.header-secondary.bg-white.border-gray-200.dark\:bg-gray-900{
  padding-top: 0;
  background-color: black;
}

section#event_details .wrapper_event_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section#event_details {
  background: black;
  padding-top: 67px;
}

section#event_details .wrapper_event_details div:nth-child(1) img {
  width: 64%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}

section#event_details .wrapper_event_details div:nth-child(2) img {
  width: 69%;
  margin: 0 auto;
}

section#event_details div.container>h2 {
    padding-bottom: 70px;
}

.wrapper_event_details button {
  width: 69%;
  border-radius: 10px !important;
  margin-top: 40px;
}

.wrapper_data {
  margin-top: 95px;
}

.wrapper_data_events {
    margin-top: 47px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.wrapper_event_details button a{
  font-size: 24px !important;
  font-family: 'Roboto-Regular';
}

.wrapper_profile {
    display: grid;
    grid-template-columns: 1.4fr 4fr;
    text-align: left;
}

.wrapper_profile div:nth-child(2) {
    text-align: left;
    padding-left: 20px;
    background: white;
    color: black;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 30px;
    padding-bottom: 14px;
}

.wrapper_profile div:nth-child(1) img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 280px;
    width: 250px;
}

section#playlist {
    padding-top: 70px;
    padding-bottom: 95px;
    background-size: cover;
}

section#playlist .container {
    max-width: 960px !important;
}

section#event_details {
    background: black;
    padding-top: 67px;
    padding-bottom: 90px;
}

.wrapper_profile h2 {
    background: black;
    color: white;
    border-radius: 10px;
    padding-left: 40px;
    padding-top: 4px;
    margin-top: 13px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.wrapper_iframe iframe {
    width: 702px;
    height: 352px;
    margin: 0 auto;
    margin-top: 74px;
}

section#banner_profile {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    margin-bottom: 50px;
}

.um-form {
  color: black;
}

nav.header-secondary.header-registros.bg-white.border-gray-200.dark\:bg-gray-900 {
  position: relative;
}

.wrapper_login {
    background-size: cover;
    background-position: center;
    align-items: center;
    padding-top: 50%;
    justify-content: center;
    /* flex: 1 100%; */
}

main#main-content {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    height: 147vh;
    float: left;
}

.wrapper_login p {
    width: 642px;
    margin-top: 22px;
}

.wrapper_form img {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 204px;
}

.wrapper_form.wrapper_form_register{
    padding-top: 189px;
    padding-bottom: 100px;
}

.wrapper_form{
  padding-top: 189px; 
  background: white;
}

.wrapper_form .um-login {
    width: 100%;
    max-width: 591px !important;
    margin-top: 20px;
}

.wrapper_form h2 {
    color: black;
}

.wrapper_form .um-login input {
    border-radius: 10px !important;
}

.wrapper_form .um-field-label {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

span.um-field-checkbox-option {
    text-align: left;
    font-family: 'Roboto-Regular';
    color: #000 !important;
}

.wrapper_form .um-field {
    position: relative;
    padding: 20px 0 0 0;
}

.wrapper_form  .um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above{
  border: 1.8px solid black !important;
  border-radius: 12px;
}

.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=password], .um .um-form textarea{
  border:1px solid black !important;
}

.um-form input[type="text"], .um-form input[type="search"], .um-form input[type="tel"], .um-form input[type="number"], .um-form input[type="password"]{
  border:1px solid black !important;
}

input#user_password-73 {
    border: 1.8px solid black !important;
}

.wrapper_form .um-field-label label {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold;
    font-weight: 400;
    color: black;
    font-family: 'Roboto-Regular';
}

.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above {
    border: 1px solid #000 !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #0A075F !important;
    width: 68%;
    margin-top: 0px;
}

.wrapper_form h2{
    font-family: 'Roboto-Regular';
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt{
    color: white !important;
}

.wrapper_form .um-field {
  position: relative;
  padding: 0px 0 20px 0;
}

.wrapper_form .um-row._um_row_1{
  margin: 0 0 3px 0 !important;
}

.wrapper_form_text {
    width: 590px;
    margin: 0 auto;
}

.wrapper_form_text p {
    color: black;
    text-align: left;
    float: left;
    padding-top: 66px;
    font-size: 16px;
    line-height: 158%;
    font-family: 'Roboto-Regular';
}

.um-login  a.um-link-alt{
  text-align: left !important;
  color: #0A075F !important;
  font-family: 'Roboto-Regular';
}

.um-right.um-half a {
    float: right;
    border-radius: 10px !important;
}

.wrapper_form .link_registro {
    text-align: left;
    display: block;
    color: black !important;
    max-width: 594px;
    margin: 0 auto;
    margin-top: 50px;
    font-family: 'Roboto-Regular';
}

a.um-button.um-alt{
    display: none;
}

.wrapper_form .link_registro a {
    color: #0A075F !important;
    font-family: 'Roboto-Regular';
    font-weight: 600;
}

/*REGISTRO*/
.wrapper_form .um-register .um-field {
    width: 50%;
    float: left;
}

.wrapper_form .um-register  .um-72.um {
    max-width: 592px;
}

.um.um-register.um-72{
  opacity: 1;
}

.um.um-register .um-field {
    position: relative;
    padding: 15px 5px 0px 0;
    width: 100%;
    float: left;
    text-align: left;
}

.um.um-register.um-72.um {
    max-width: 591px;
}

.wrapper_form_register .um .um-button {
    color: #ffffff;
    margin-top: 41px !important;
}


.wrapper_form_register .wrapper_form_text p{
  padding-top: 29px;
}

.main-content-register {
    height: auto !important;
}

input#user_password-72{
  border:1.8px solid black !important;
}

input#confirm_user_password-72 {
    border: 1.8px solid black !important;
}

.wrapper_form_password .um-field-block div {
    color: black;
}

.wrapper_form_password .um-um_password_id.um {
    max-width: 591px;
}

.wrapper_form_password  input#um-submit-btn {
    margin-top: 0px !important;
    float: left;
}

.wrapper_form_password .um-field-block div {
    color: black;
    text-align: left !important;
    padding-top: 4px;
}

.wrapper_form_password .um-col-alt-b {
    padding-top: 0;
}

.wrapper_form_password .link_registro {
    margin-top: 38px;
    margin-bottom: 8px;
}

.wrapper_form_password{
  padding-bottom: 100px !important;
} 

/* SINGLE EVENT */
section#tribe-events-pg-template {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    background-color: white;
    width: 100%;
    float: left;
}

.tribe-events-event-meta.primary+.event-tickets, .tribe-events-event-meta.secondary+.event-tickets {
    margin-bottom: 0;
    float: left;
    background: white;
    width: 100%;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    padding: var(--tec-spacer-5) var(--tec-spacer-5) var(--tec-spacer-4);
    border: 0;
    padding: 0;
    max-width: 100%;
    float: left;
    height: auto;
    padding-top: 21px;
}

.tribe-events-meta-group .tribe-events-single-section-title{
   display: none !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity, .event-tickets .tribe-tickets__tickets-item-quantity{
  grid-row: 1;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item, .event-tickets .tribe-tickets__tickets-item {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add:focus, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add:hover, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove:focus, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove:hover, .event-tickets .tribe-tickets__tickets-item-quantity-add:focus, .event-tickets .tribe-tickets__tickets-item-quantity-add:hover, .event-tickets .tribe-tickets__tickets-item-quantity-remove:focus, .event-tickets .tribe-tickets__tickets-item-quantity-remove:hover{
  background: transparent !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-footer, .event-tickets .tribe-tickets__tickets-footer{
  display: block;
}

.event-tickets .tribe-common-b3--min-medium{
  text-align: center;
}

.event-tickets .tribe-common-h6--min-medium{
  text-align: center;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more, .event-tickets .tribe-tickets__rsvp-actions-button-not-going, .event-tickets .tribe-tickets__rsvp-form-button, .event-tickets .tribe-tickets__tickets-item-quantity button{
  margin-top: 0;
  background: none !important;
}

header#masthead {
    display: none;
}

.site-header, .site-main, .widget-area, .site-footer{
  padding-top: 0;
}

section#banner_profile{
  margin-bottom: 0px;
  padding-bottom: 0;
}

.single-tribe_events footer{
  margin-bottom: 0;
  margin-top: 0;
}

main#main {
    padding-top: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right;
    width: 48%;
}

table td, table th, .wp-block-table td, .wp-block-table th{
  border:0;
}

table td, table th, .wp-block-table td, .wp-block-table th{
  border:0;
}