<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 821px) {
    #headerToggle {
        display: none;
    }
}
#iframeHeader {
    max-height: 70px;
}
@media (max-width: 451px) {
    #iframeHeader {
        max-height: 50px;
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

*,:after,:before {
    box-sizing: border-box
}

:root,body {
    height: 100%
}

:root {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    accent-color: #887bb8;
    scrollbar-color: #887bb8 #fff;
    text-rendering: optimizeLegibility
}

:root:focus-within {
    scroll-behavior: smooth
}

blockquote,body,dd,dl,figure,h1,h2,h3,h4,p {
    margin-block-end:0}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    background-color: #f5f5f5!important;
  /*  color: #535353!important;*/
    display: flex;
    flex-direction: column;
    font: 500 1.25rem/1.4 Montserrat,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif!important;
    margin: unset;
    min-height: 100vh
}
main {
  margin-inline:auto;max-width: 1750px;
  padding:  calc(1.325rem + .9vw);
  width: 100%;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.25)
}
@media(min-width: 1200px) {
    .main  {
        padding:5.25rem 2rem
    }
}

@media(max-width: 767.98px) {
    .main  {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media(max-width: 575.98px) {
    .main {
        padding-left:.5rem;
        padding-right: .5rem
    }
}
button,h1,h2,h3,h4,h5,h6,input,label {
    line-height: 1.2
}

[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline: 1px solid #c4bddc!important
}


/*Para que parezca como un button*/
a:link, a:visited {
  background-color: #white;
/*  color: #74699C;*/
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #887bb8;
  border-radius: .375rem;
}

a:hover, a:active {
  background-color: #74699C;
    color: white;
}
a {
  color: black;
}
/*termina a como button*/
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

h1 {
  text-wrap: balance;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: calc(1.3625rem + 1.35vw);
  line-height: 1.07;
  text-shadow: 0 4px 4px 0 rgba(0,0,0,.25);

}

h2 {
  font-size: 2.6rem;
  margin-top: 3rem;
}

h3 {
  font-size: 2rem;
  margin-top: 3rem;
}

h4 {
  font-size: 1.44rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 0.96rem;
}

p {
  margin: 1.5rem 0;
}

/* Prevent long strings from overflowing container */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Fix line height when title wraps */
h1,
h2,
h3 {
  line-height: 1.1;
}

/* Reduce header size on mobile */
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}
canvas,iframe,img,picture,svg,video {
    display: block;
    max-width: 100%
}

img {
    height: auto
}

button,input,select,textarea {
    font: inherit
}

button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    overflow: visible;
    text-transform: none;

}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

:is(ul,ol)[class] {
    list-style-type: ""
}

pre {
    max-width: 100%;
    overflow: auto;
    scrollbar-width: thin
}

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

pre::-webkit-scrollbar-track {
    border-radius: 10px
}
table {
  /*border-collapse: collapse;*/
  border: 1px solid
  margin: 1.5rem 0;
}

td,
th {
  border: 1px solid #a0aec0;
  padding: 8px;
}

th {
    background-color: var(--tab-color);
    font-weight: bold;
    color: #6f6f6f;
}

 tr:nth-child(even){
   background-color: #f5f5f5;
 }
 tr:hover {
   background-color: #ddd;
 }
 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #74699c;
  color: white;
}

table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

input,select {
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
  background-color: #fff;
  border: 1px solid #a0aec0;
  border-radius: .4375rem;
  caret-color: #5b3ea9;
  color: #535353;
  font-size: 1.125rem;
  font-weight: 400;
  padding: .525rem .875rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 60%
}

select:focus,select:focus-visible,
 input:focus,input:focus-visible{
    border-color: #c4bddc;
    box-shadow: 0 0 0 .25rem rgba(136,123,184,.25);
    outline: 0
}
    input[type="submit"] {
        background-color: #fff;
        border-width: 2px;
        width: 30%;
        color: #887bb8;
        display: block;
        font-weight: 700
    }
input[type="submit"]:hover {
    background-color: #74699c;
    border-color: #74699c;
    color: #fff
}
input[type=radio] {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    
}
input[type=checkbox]{
    width:1%;
}
input[type=checkbox]:checked{
    background-color: #75699c;
    bord-color: #75699c;
}
input[type=radio]:checked {
    background-color: #74699c;
    border-color: #74699c
}
input[type=radio]:hover {
    border-color: #74699c;
    box-shadow: 0 0 0 .25rem rgba(136,123,184,.25);
    outline: 0
}
    
select:not(select):-moz-read-only,
    {
        background-color: #f9f9f9;
        border-color: #f0f0f0;
        opacity: 1
    }

select:not(select):read-only,
 {
    background-color: #f9f9f9;
    border-color: #f0f0f0;
    opacity: 1
}

button {
    background-color: #887bb8;
    border: 1px solid #887bb8;
    border-radius: .375rem;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    padding: .5rem 1.425rem;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,color .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;

}

button:hover {
    background-color: #74699c;
    border-color: #74699c;
    color: #fff
}

button:focus-visible {
    border-color: #74699c;
    box-shadow: 0 0 0 .25rem rgba(136,123,184,.25);
    color: #ccc;
    outline: 0
}

button:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

button:active:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(136,123,184,.25),inset 0 3px 5px rgba(0,0,0,.125)
}

button:disabled,fieldset:disabled button {
    box-shadow: none;
    opacity: .65;
    pointer-events: none
}

button--icon {
    align-items: center;
    display: flex;
    gap: .5rem;
    padding-left: 1.25rem
}

button--icon img,button--icon svg {
    max-inline-size: revert
}

button--icon svg path {
    transition: all .15s ease-in-out
}

button--icon:hover svg path {
    fill: currentColor
}

button-outline {
    background-color: #fff;
    border-width: 2px;
    color: #887bb8
}

button-outline:hover {
    background-color: #887bb8;
    border-color: #887bb8;
    color: #fff
}

button-sm {
    border-radius: 11px;
    font-size: 1rem;
    font-weight: 600;
    padding: .25rem 1rem
}
label {
  display: block;
  color: #6f6f6f;
  font-weight: 600
}
th &gt; label {
  display: block;
  color: #fff;
  font-weight: 600
}
/* Main content */

/* Fixed sidenav, full height */
.sidenav {
height: 100%;
width: 500px;
background-color: #fff;
overflow-x: hidden;
padding-top: 20px;

position: relative;
top: 0;

}

/* Style the sidenav links and the dropdown button */
.dropdown-btn {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: #000;
display: block;
border: none;
background: none;
width: 100%;
text-align: left;
cursor: pointer;
outline: none;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;

}
/* On mouse-over */
    .sidenav a:hover, .dropdown-btn:hover {
        background-color: #74699C;
        border-color: #74699c;
        box-shadow: 0 0 0 .25rem rgba(136,123,184,.25);
        color: white;
    }

/* Add an active class to the active dropdown button */
.active {
    background-color: #74699C;
    border-color: #74699c;
    box-shadow: 0 0 0 .25rem rgba(255,255,255,.25);
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
display: none;
background-color: #D6C8D7;
padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 8px;
}
.fa-caret-right {
float: right;
padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

.column1 {
  float: left;
  width: 500px;
  padding: 10px;

}
.column2 {
  float: left;
  width: 700px;
  padding: 10px;
  margin-left: 20px;
}
#grad1 {
    height: 10px;
    background-image: linear-gradient(to left, rgba(205,191,206,0), rgba(116,105,156,1));
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.leaflet-bar a {
  padding: 0px 0px;
}
.leaflet-control-attribution a:hover{
  background-color: #ccc;
}
.leaflet-control-attribution a {
    padding: 2px 5px;
}
</pre></body></html>