@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;900&display=swap");
.bg-primary .navbar-brand,
.bg-secondary .navbar-brand,
.bg-success .navbar-brand,
.bg-info .navbar-brand,
.bg-warning .navbar-brand,
.bg-danger .navbar-brand,
.bg-dark .navbar-brand {
  color: #FFFFFF;
}
.bg-primary .navbar-brand:hover,
.bg-secondary .navbar-brand:hover,
.bg-success .navbar-brand:hover,
.bg-info .navbar-brand:hover,
.bg-warning .navbar-brand:hover,
.bg-danger .navbar-brand:hover,
.bg-dark .navbar-brand:hover {
  color: #e6e6e6;
}

.bg-light .navbar-brand {
  color: #A82C13;
}
.bg-light .navbar-brand:hover {
  color: #7a200e;
}

/* typography */
p {
  font-size: calc(13px + 1 * (100vw - 300px) / 1000);
  font-weight: 300;
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.85);
}

.title {
  font-size: calc(15px + 5 * (100vw - 300px) / 1000);
  font-weight: 700;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(52, 62, 74, 0);
}

@media (max-width: 700px) {
  html {
    font-size: 93%;
  }
  p {
    font-size: 18px !important;
  }
  .op-block-list li,
  .play-modal-ficha li {
    font-size: 18px !important;
  }
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  background: #343E4A;
  box-sizing: border-box;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #DE3A1A;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #A82C13;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #A09CB0;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

input::file-selector-button {
  color: #FFFFFF;
  background-color: #DE3A1A;
  padding: 5px 10px 5px 10px;
  font-size: 1em;
  box-shadow: none;
  border: none;
  border-radius: 0.1rem;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}

input::file-selector-button:hover {
  color: #DE3A1A;
  background-color: #FFFFFF;
  border: 1px solid #DE3A1A;
}

.width-limit {
  max-width: 300px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 1.85rem;
}

h4,
.h4 {
  font-size: 1.6rem;
}

h5,
.h5 {
  font-size: 1.3rem;
}

h6,
.h6 {
  font-size: 1rem;
}

#logo-atp {
  height: 32px !important;
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0;
}

#logo-atp2 {
  width: 35%;
  display: block;
  opacity: 1;
}

.navbar-brand {
  flex-shrink: 0;
}

#logo-insignia {
  height: 32px;
  width: auto;
  display: none;
  flex-shrink: 0;
}

@media (min-width: 800px) and (max-width: 899px) {
  #logo-atp {
    display: none;
  }
  #logo-insignia {
    display: inline-block;
  }
}
/* Navbar: no overflow */
nav.page-navbar .container {
  flex-wrap: nowrap;
  overflow: visible;
}

.navbar-brand-text {
  display: none;
}

@media (max-width: 700px) {
  nav.page-navbar .container {
    position: relative;
  }
  .navbar-brand-text {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #343E4A;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
    text-decoration: none;
  }
  .navbar-brand-text-accent {
    color: #DE3A1A;
  }
  .navbar-brand-text-dot {
    color: #E8A529;
  }
}
nav.page-navbar .navbar-nav {
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

nav.page-navbar .nav-item {
  flex-shrink: 1;
  min-width: 0;
}

/* Reducir espacio entre items del menú a medida que achica */
@media (min-width: 800px) and (max-width: 879px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 2px;
    font-size: 0.52rem;
    letter-spacing: 0.01em;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}
@media (min-width: 880px) and (max-width: 999px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 4px;
    font-size: 0.58rem;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 6px;
    font-size: 0.64rem;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1151px) and (max-width: 1300px) {
  nav.page-navbar .nav-item .nav-link {
    margin: 0 10px;
    font-size: 0.7rem;
  }
}
#logo-atp-blanco {
  width: 60%;
}

@keyframes whatsappShake {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  6% {
    transform: scale(1.15) rotate(-12deg);
  }
  12% {
    transform: scale(1.15) rotate(12deg);
  }
  18% {
    transform: scale(1.1) rotate(-6deg);
  }
  24% {
    transform: scale(1.05) rotate(4deg);
  }
  30% {
    transform: scale(1) rotate(0deg);
  }
}
/* Estilos para el botón flotante */
.whatsapp-button {
  animation: whatsappShake 5s ease-in-out infinite;
  position: fixed;
  bottom: 95px;
  right: 20px;
  background-color: #DE3A1A;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 2px 5px rgba(52, 62, 74, 0.3);
  cursor: pointer;
  z-index: 1000;
}

/* Estilos para el ícono de WhatsApp */
.whatsapp-button i {
  font-size: 30px;
}

.scroll-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #A9E3FB;
  color: #343E4A;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 2px 5px rgba(52, 62, 74, 0.3);
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.15s ease-in-out;
}
.scroll-button:hover {
  background-color: #60cbf8;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #FFFFFF;
}

a > code {
  color: inherit;
}

.container {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.margin-right {
  margin-right: 30px;
}

.margin-left {
  margin-left: 30px;
}

.margin-top {
  margin-top: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.78rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.07);
  background-clip: padding-box;
  border: 1px solid rgba(222, 58, 26, 0.3);
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #DE3A1A;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.04);
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #A09CB0;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #A09CB0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #A09CB0;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #A09CB0;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 0.78rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #A09CB0;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #DE3A1A;
  border-color: #DE3A1A;
}

.btn-primary:hover {
  color: #343E4A;
  background-color: #E8A529;
  border-color: #E8A529;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #A82C13;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #DE3A1A;
  border-color: #DE3A1A;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #A82C13;
  border-color: #A82C13;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 182, 44, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #E8A529;
  border-color: #E8A529;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: #A09CB0;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: #A09CB0;
}

.btn-outline-primary {
  color: #DE3A1A;
  border-color: #DE3A1A;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #DE3A1A;
  border-color: #DE3A1A;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #DE3A1A;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #DE3A1A;
  border-color: #DE3A1A;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.btn-outline-secondary {
  color: #A09CB0;
  border-color: #A09CB0;
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem #A09CB0;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #A09CB0;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #A09CB0;
  border-color: #A09CB0;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #A09CB0;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 0.78rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A09CB0;
  text-align: center;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid rgba(52, 62, 74, 0.25);
  border-radius: 0.2rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.78rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #DE3A1A;
  background-color: #DE3A1A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(232, 165, 41, 0.4);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #A09CB0;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #A09CB0 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #DE3A1A;
  background-color: #DE3A1A;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 58, 26, 0.3);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(222, 58, 26, 0.3);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 58, 26, 0.3);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #A09CB0;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 58, 26, 0.3);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 1.78rem 0.4rem 0.78rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A09CB0;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.78rem center/8px 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(52, 62, 74, 0.25);
  border-radius: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: rgba(232, 165, 41, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.custom-select:focus::-ms-value {
  color: #A09CB0;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.78rem;
  background-image: none;
}

.custom-select:disabled {
  color: #A09CB0;
  background-color: #FFFFFF;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.6rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.8rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(232, 165, 41, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(222, 58, 26, 0.3);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #FFFFFF;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A09CB0;
  background-color: #FFFFFF;
  border: 1px solid rgba(52, 62, 74, 0.25);
  border-radius: 0.2rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.8rem);
  padding: 0.4rem 0.78rem;
  line-height: 1.5;
  color: #A09CB0;
  content: "Browse";
  background-color: #FFFFFF;
  border-left: inherit;
  border-radius: 0 0.2rem 0.2rem 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #A09CB0;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #FFFFFF;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.nav-tabs .nav-link.disabled {
  color: #A09CB0;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #A09CB0;
  background-color: #FFFFFF;
  border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #DE3A1A;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #DE3A1A;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #DE3A1A;
}

.navbar-light .navbar-nav .nav-link {
  color: #A09CB0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(52, 62, 74, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #DE3A1A;
}

.navbar-light .navbar-toggler {
  color: #343E4A;
  background-color: rgba(52, 62, 74, 0.12);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  color: #343E4A;
}

.navbar-light .navbar-text {
  color: #A09CB0;
}

.navbar-light .navbar-text a {
  color: #DE3A1A;
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #DE3A1A;
}

.navbar-dark .navbar-brand {
  color: #DE3A1A;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #DE3A1A;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #DE3A1A;
}

.navbar-dark .navbar-toggler {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #FFFFFF;
}

.navbar-dark .navbar-text a {
  color: #DE3A1A;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #DE3A1A;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #343E4A;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}

.close:hover {
  color: #343E4A;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  text-align: left;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #343E4A;
  background-clip: padding-box;
  border: 1px solid rgba(222, 58, 26, 0.3);
  border-radius: 0.15rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #343E4A;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #A09CB0;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #A09CB0;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #DE3A1A !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #A82C13 !important;
}

.bg-secondary {
  background-color: #A09CB0 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #A09CB0 !important;
}

.border-0 {
  border: 0 !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(52, 62, 74, 0.075) !important;
}

.shadow {
  box-shadow: 0 1px 1px rgba(52, 62, 74, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(52, 62, 74, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(52, 62, 74, 0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #DE3A1A !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #A82C13 !important;
}

.text-secondary {
  color: #A09CB0 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #A09CB0 !important;
}

.text-light {
  color: #FFFFFF !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #FFFFFF !important;
}

.text-dark {
  color: #A09CB0 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #343E4A !important;
}

.text-body {
  color: #A09CB0 !important;
}

.text-muted {
  color: #A09CB0 !important;
}

.modal-content .text-muted {
  color: rgba(52, 62, 74, 0.5) !important;
}

.text-black-50 {
  color: rgba(52, 62, 74, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #A09CB0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #343E4A;
  }
}
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif !important;
  color: #FFFFFF;
  background: #343E4A;
  box-sizing: border-box;
}

* {
  font-family: "Lato", sans-serif;
}

/* typography */
p, .simil-p {
  font-size: calc(13px + 1 * (100vw - 300px) / 1000);
  font-weight: 500;
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 700px) {
  p, .simil-p {
    font-size: 18px;
  }
}

.title {
  font-size: calc(15px + 5 * (100vw - 300px) / 1000);
  font-weight: 700;
}

.bg-primary .navbar-brand,
.bg-secondary .navbar-brand,
.bg-success .navbar-brand,
.bg-info .navbar-brand,
.bg-warning .navbar-brand,
.bg-danger .navbar-brand,
.bg-dark .navbar-brand {
  color: #FFFFFF;
}

.bg-primary .navbar-brand:hover,
.bg-secondary .navbar-brand:hover,
.bg-success .navbar-brand:hover,
.bg-info .navbar-brand:hover,
.bg-warning .navbar-brand:hover,
.bg-danger .navbar-brand:hover,
.bg-dark .navbar-brand:hover {
  color: #FFFFFF;
}

.bg-light .navbar-brand {
  color: #A09CB0;
}

.bg-light .navbar-brand:hover {
  color: #343E4A;
}

.dropdown-menu.form {
  width: 300px;
}

/* Page Navbar*/
nav.page-navbar {
  min-height: 70px;
  padding: 10px 0px 10px 20px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #A9E3FB;
}

nav.page-navbar .navbar-brand {
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

nav.page-navbar .navbar-brand .text-dark {
  color: #FFFFFF !important;
}

nav.page-navbar .nav-item .nav-link {
  color: #343E4A;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding-bottom: 4px;
  text-transform: uppercase !important;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0 18px;
  white-space: nowrap;
}
nav.page-navbar .nav-item .nav-link:not(.btn)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: no-repeat center/contain;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4) rotate(-10deg);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: -1;
  pointer-events: none;
}
nav.page-navbar .nav-item .nav-link:not(.btn):hover::after {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(1) .nav-link::after {
  background-image: url(../imgs/formas/onda.svg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(2) .nav-link::after {
  background-image: url(../imgs/formas/circulo.svg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(3) .nav-link::after {
  background-image: url(../imgs/formas/rombo.svg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(4) .nav-link::after {
  background-image: url(../imgs/formas/estrella.svg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(5) .nav-link::after {
  background-image: url(../imgs/formas/semicirculo.svg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(6) .nav-link::after {
  background-image: url(../imgs/formas/escalera.svg);
}

nav.page-navbar .navbar-nav .nav-item:nth-child(7) .nav-link::after {
  background-image: url(../imgs/formas/espiral.svg);
}

nav.page-navbar .nav-item .nav-link.active:not(.btn) {
  color: #343E4A;
}
nav.page-navbar .nav-item .nav-link.active:not(.btn)::after {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

nav.page-navbar .nav-link-admin {
  font-size: 0.9rem;
  margin-left: 6px;
  padding-left: 20px;
  border-left: 1px solid rgba(52, 62, 74, 0.25);
  opacity: 0.6;
}
nav.page-navbar .nav-link-admin:hover {
  opacity: 1;
}

@media (max-width: 799px) {
  nav.page-navbar .nav-link-admin {
    margin: 18px 0 0;
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(52, 62, 74, 0.25);
  }
}
.admin-login-nav-item {
  position: relative;
}

.admin-login-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 240px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(52, 62, 74, 0.25);
  padding: 16px;
  z-index: 1100;
  text-align: left;
}
.admin-login-dropdown[hidden] {
  display: none;
}

.admin-login-field {
  margin-bottom: 10px;
}
.admin-login-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  color: #343E4A;
  margin-bottom: 4px;
}
.admin-login-field input {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid rgba(52, 62, 74, 0.25);
  border-radius: 5px;
  font-size: 0.85rem;
  font-family: inherit;
  color: #343E4A;
}

.admin-login-error {
  font-size: 0.75rem;
  color: #DE3A1A;
  margin: 0 0 10px;
}
.admin-login-error:empty {
  display: none;
}

.admin-login-submit {
  width: 100%;
  background: #DE3A1A;
  color: #FFFFFF;
  border: 0;
  padding: 8px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.admin-login-submit:hover {
  opacity: 0.9;
}
.admin-login-submit:disabled {
  opacity: 0.6;
  cursor: default;
}

@media (max-width: 799px) {
  .admin-login-dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
    border: 1px solid rgba(52, 62, 74, 0.15);
    margin-top: 10px;
  }
}
nav.page-navbar .nav-item .btn {
  color: #FFFFFF !important;
  margin-right: 20px;
}

@media (max-width: 799px) {
  nav.page-navbar .container {
    position: relative;
  }
  nav.page-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #A9E3FB;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  nav.page-navbar .navbar-collapse.show {
    height: auto;
    opacity: 1;
  }
  nav.page-navbar .navbar-nav {
    flex-direction: column;
    align-items: center;
    padding: 10px 0 24px;
  }
  nav.page-navbar .nav-item .nav-link {
    margin: 10px 0;
  }
  nav.page-navbar .container:has(.navbar-collapse.show) .navbar-brand-text {
    display: none;
  }
}
nav.page-navbar.affix {
  min-height: 75px;
  padding: 10px 0px 10px 20px;
  background: #A9E3FB;
  box-shadow: 0 2px 24px rgba(222, 58, 26, 0.4);
  border-bottom: 1px solid rgba(222, 58, 26, 0.3);
  color: #343E4A;
}

nav.page-navbar.affix .nav-link {
  color: #343E4A;
}

nav.page-navbar.affix .navbar-brand {
  font-size: 24px;
}

nav.page-navbar.affix .navbar-brand .text-dark {
  color: #343E4A !important;
}

.pre-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pre-footer .list {
  list-style-type: none;
  padding-left: 0;
  width: 33.3333333333%;
  padding: 0 30px;
}

.pre-footer .list2 {
  width: 250px !important;
}

.pre-footer .list3 {
  width: auto !important;
}

.pre-footer .list-head {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 6px;
}

.pre-footer .list-body {
  padding-top: 6px;
}

.pre-footer .list-body p {
  margin-bottom: 5px;
}

.pre-footer .list-body p i {
  display: inline-block;
  width: 20px;
}

.pre-footer .list-body a {
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
}

.pre-footer .list-body .social-links {
  margin-top: 15px;
}

.pre-footer .list-body .social-links a {
  display: inline;
  padding: 0 8px 0 0;
}

@media (max-width: 767.98px) {
  .pre-footer {
    display: block;
  }
  .pre-footer .list {
    width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .pre-footer .list {
    width: 80%;
  }
}
.footer {
  border-top: 1px solid #FFFFFF;
  margin: 40px 30px 0;
  padding: 15px 5px;
  text-align: end;
}

.footer p {
  margin: 0;
}

.footer-sitemap {
  text-align: left;
  margin-bottom: 16px;
}
.footer-sitemap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  margin: 0;
  padding: 0;
}
.footer-sitemap a {
  color: #FFFFFF;
  font-size: 0.85rem;
  text-decoration: none;
}
.footer-sitemap a:hover, .footer-sitemap a:focus {
  color: #A9E3FB;
}
@media (min-width: 701px) {
  .footer-sitemap ul {
    gap: 6px 8px;
  }
  .footer-sitemap li:not(:last-child)::after {
    content: "-";
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-sitemap a {
    font-family: "Lato", sans-serif;
  }
}
@media (max-width: 700px) {
  .footer-sitemap ul {
    flex-direction: column;
  }
  .footer-sitemap a {
    color: #DE3A1A;
    font-weight: 700;
  }
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  background: #343E4A;
  color: #FFFFFF;
  padding: 12px 20px;
  z-index: 2000;
  text-decoration: none;
  font-weight: 700;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}

.header {
  background: #FF9E83;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  height: 100vh;
  height: 100dvh;
  min-height: 500px;
  overflow: visible;
  --header-collision-color: #A9E3FB;
}
@media (max-width: 700px) {
  .header {
    --header-collision-color: #E8A529;
  }
}

.header-corner-dot {
  --dot-size: clamp(320px, 90vh, 750px);
  --dot-size: clamp(320px, 90dvh, 750px);
  position: absolute;
  bottom: calc(var(--dot-size) * -0.18 - 40px);
  left: calc(var(--dot-size) * -0.12);
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #E8A529;
  z-index: 0;
  animation: cornerDotPulse 6s ease-in-out infinite;
}
@media (max-width: 700px) {
  .header-corner-dot {
    --dot-size: clamp(150px, 95vw, 480px);
    bottom: calc(var(--dot-size) * -0.18 - 160px);
  }
}

@keyframes cornerDotPulse {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(40px) scale(1.08);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.header-intersection {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.header-brand {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-brand-box {
  position: relative;
  width: calc(92vw + 60px);
  height: 55vw;
  max-width: 1300px;
  max-height: 720px;
  flex-shrink: 0;
  transform: translateY(-10%);
  overflow: hidden;
}
.header-brand-box::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  bottom: 0;
  left: 0;
  background: #343E4A;
  clip-path: polygon(115px 0, 100% 0, 100% 100%, 0 calc(100% - 133px));
  --brand-rotate: -13deg;
  transform: rotate(var(--brand-rotate));
  animation: brandBoxFloat 5s ease-in-out infinite;
}

@keyframes brandBoxFloat {
  0%, 100% {
    transform: translateY(0) rotate(var(--brand-rotate, -13deg));
  }
  50% {
    transform: translateY(-24px) rotate(var(--brand-rotate, -13deg));
  }
}
.header-brand-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  transform: translateY(-7%);
  z-index: 3;
}
.header-brand-content #logo-atp2 {
  width: 32%;
  margin-bottom: 0;
}

.header-brand-description {
  width: 42%;
  max-width: 420px;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  margin: 16px 0 0;
  transform: translate(125px, 10px);
}

.header-eyebrow-stack {
  position: relative;
  display: inline-block;
  margin: 15px 0 10px;
  transform: translate(max(-525px, -50vw + 197px), 180px);
  z-index: 999;
}

.header-eyebrow {
  text-transform: lowercase;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
.header-eyebrow span {
  display: inline-block;
  animation: eyebrowWave 4.5s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.15s);
}

.header-eyebrow--base {
  color: #343E4A;
}

@keyframes eyebrowWave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
@keyframes eyebrowWave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.header .header-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  margin-top: 40px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header .header-content h6 {
  margin-bottom: 25px;
  font-size: calc(35px + 25 * (100vw - 300px) / 900);
}

@media (max-width: 700px) {
  .header {
    height: calc(78vh - 40px);
    min-height: 560px;
  }
  .header-brand {
    top: 20px;
    bottom: auto;
    right: 0;
    left: 0;
    transform: none;
    align-items: flex-end;
  }
  .header-brand-box {
    width: 100%;
    height: 230vw;
    min-width: 0;
    max-width: none;
    max-height: 860px;
    min-height: 0;
    transform: none;
  }
  .header-brand-box::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    --brand-rotate: 0deg;
  }
  .header-brand-content {
    justify-content: flex-start;
    align-items: center;
    padding: 10% 5% 0;
    transform: none;
  }
  .header-brand-content #logo-atp2 {
    width: 68%;
    margin-top: 80px;
  }
  .header-brand-description {
    display: block;
    width: 70%;
    max-width: none;
    font-size: 15px;
    text-align: left;
    transform: none;
    margin: 40px 0 0;
  }
  .header-eyebrow-stack {
    transform: translateY(360px);
    width: 92%;
    max-width: 400px;
  }
  .header .header-content .header-eyebrow {
    font-size: 1.7rem !important;
    letter-spacing: 0.05em;
    white-space: normal;
    text-align: center;
  }
}
.header-title {
  font-size: 2.4rem;
  font-weight: bold;
  opacity: 0.8;
}

.header-mini {
  min-height: 24rem;
  height: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background: #343E4A !important;
}

.logo {
  margin-bottom: 15px;
}

body,
html {
  height: 100%;
}

section {
  padding: 100px 0;
}

#home,
#institucional,
#otros-proyectos,
#servicios,
#obras-teatrales {
  scroll-margin-top: 90px;
}

#quienes-somos {
  scroll-margin-top: 105px;
}

section:nth-child(odd) {
  background-color: #343E4A;
}

/*Slide*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: #343E4A;
  box-shadow: 0 10px 20px -5px rgba(222, 58, 26, 0.2);
  height: 155px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(52, 62, 74) 0%, rgba(52, 62, 74, 0) 100%);
  content: "";
  height: 155px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide-track:hover {
  animation-play-state: paused;
}
.slider .slide {
  height: 100px;
  width: 250px;
}

@keyframes scroll-apoyos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--apoyos-scroll-distance, -1400px));
  }
}
.slider--apoyos {
  background: transparent;
  box-shadow: none;
  height: 165px;
}
.slider--apoyos::before, .slider--apoyos::after {
  display: none;
}
.slider--apoyos .slide {
  width: auto;
  height: auto;
}
.slider--apoyos .slide-track {
  align-items: center;
  height: 100%;
  width: max-content;
  animation-name: scroll-apoyos;
}

.apoyo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}
.apoyo-slide span {
  color: #343E4A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  line-height: 1.3;
}
.apoyo-slide img {
  height: 60px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
.apoyo-slide img[src*=logo-defensoria-del-pueblo] {
  height: 65px;
}
.apoyo-slide img[src*=logo-granja-zenon], .apoyo-slide img[src*=logo-ctba] {
  height: 82px;
}
.apoyo-slide img[src*=logo-ort] {
  height: 130px;
}
.apoyo-slide img[src*=logo-chacra-remedios] {
  height: 95px;
}
.apoyo-slide img[src*=logo-ocppc], .apoyo-slide img[src*=logo-paseo-la-plaza], .apoyo-slide img[src*=logo-la-matanza] {
  height: 42px;
}

#seguridadehigiene {
  background: #343E4A;
}

#servicios {
  background-color: #FF9E83;
  position: relative;
  overflow: hidden;
  padding-top: 4rem !important;
}

#servicios .container {
  position: relative;
  z-index: 3;
}

#servicios h2[data-section=our-services][data-translate=title] {
  color: #343E4A !important;
}

#seguridadehigiene {
  color: #FFFFFF;
}
#seguridadehigiene p {
  color: #FFFFFF;
  font-size: 0.94em;
}
#seguridadehigiene .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.p-seguridadehigiene {
  margin-left: 40%;
  margin-right: 120px;
}

#servicios li {
  text-align: left;
  line-height: 2;
}
#servicios ol {
  margin: 0 100px 100px 100px;
}

section.p-sm {
  padding: 30px 0 !important;
}

section.p-md {
  padding: 60px 0 !important;
}

section.has-bg-img {
  background-image: url(../imgs/bg-img-1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 450px;
  position: relative;
}

section.has-bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 62, 74, 0.7);
}

section.has-bg-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid rgba(222, 58, 26, 0.3);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding: 13px 0 4px 23px;
}

section.has-bg-img a i {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #DE3A1A;
}

section.height-auto {
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}

.has-bg-overlay {
  position: relative;
}

.has-bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/header.jpg) no-repeat center center fixed;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

.has-bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343E4A;
  z-index: -2;
}

.middle-items {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title {
  font-size: 4rem;
}

.has-height-xs {
  min-height: 75px;
}

.has-height-sm {
  min-height: 150px;
}

.has-height-md {
  min-height: 300px;
}

.has-height-lg {
  min-height: 500px;
}

/* about */
.about-title {
  position: relative;
  z-index: 5;
}
@media (max-width: 700px) {
  .about-title {
    transform: translateY(-20px);
  }
}

@media (min-width: 701px) {
  #quienes-somos .about-title {
    color: #343E4A !important;
  }
}
.about-intro {
  position: relative;
  z-index: 5;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.about-intro p {
  color: #343E4A;
  font-weight: bold;
  margin-bottom: 16px;
}
.about-intro p:last-child {
  margin-bottom: 0;
}

.about-carousel {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 10px;
  padding: 0 60px;
}

.about-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #DE3A1A;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease-in-out;
}
.about-carousel-arrow:hover {
  background: #DE3A1A;
}
.about-carousel-arrow--prev {
  left: 0;
}
.about-carousel-arrow--next {
  right: 0;
}

.about-wrapper {
  margin-left: 0;
  position: relative;
  height: 640px;
}

.about-wrapper .content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 430px;
  max-width: calc(100vw - 140px);
  background-color: rgba(255, 158, 131, 0.75);
  box-shadow: 0 3px 80px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(222, 58, 26, 0.2);
  border-radius: 0.2rem;
  padding: 34px;
  color: #343E4A;
  pointer-events: auto;
  --hover-scale: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, filter 0.35s ease;
}
.about-wrapper .content .title,
.about-wrapper .content p {
  color: #343E4A;
  opacity: 1;
}
.about-wrapper .content .title {
  font-size: 1.4rem;
}
.about-wrapper .content p {
  font-size: 0.95rem;
}
.about-wrapper .content.about-card--active {
  transform: translateX(-50%) scale(var(--hover-scale));
  opacity: 1;
  filter: blur(0);
  z-index: 5;
}
.about-wrapper .content.about-card--active:hover {
  --hover-scale: 1.06;
}
.about-wrapper .content.about-card--next1 {
  transform: translateX(calc(-50% + 230px)) scale(calc(0.82 * var(--hover-scale)));
  opacity: 0.65;
  filter: blur(2px);
  z-index: 3;
}
.about-wrapper .content.about-card--prev1 {
  transform: translateX(calc(-50% - 230px)) scale(calc(0.82 * var(--hover-scale)));
  opacity: 0.65;
  filter: blur(2px);
  z-index: 3;
}
.about-wrapper .content.about-card--next2 {
  transform: translateX(calc(-50% + 420px)) scale(calc(0.66 * var(--hover-scale)));
  opacity: 0.35;
  filter: blur(3px);
  z-index: 1;
}
.about-wrapper .content.about-card--prev2 {
  transform: translateX(calc(-50% - 420px)) scale(calc(0.66 * var(--hover-scale)));
  opacity: 0.35;
  filter: blur(3px);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about-wrapper {
    margin-left: 0;
    height: 800px;
  }
  .about-wrapper .content {
    max-width: calc(100vw - 48px);
  }
}
.img-wrapper {
  position: relative;
}

.img-wrapper .after {
  position: absolute;
  top: 10%;
  left: -30px;
  width: 100px;
  height: 80%;
  box-shadow: 0 3px 80px rgba(222, 58, 26, 0.3), 0 0 10px rgba(222, 58, 26, 0.2) !important;
  border-radius: 0.2rem;
  background: #DE3A1A;
}

.img-wrapper .after.right {
  left: auto;
  right: -30px;
}

.img-wrapper img {
  position: relative;
  width: 90%;
  border-radius: 0.2rem;
  box-shadow: 0 3px 80px rgba(222, 58, 26, 0.4), 0 0 10px rgba(222, 58, 26, 0.3) !important;
}

@media (max-width: 767.98px) {
  .img-wrapper .after {
    display: none;
  }
  .img-wrapper img {
    display: block;
    margin: 20px 0;
  }
}
/* otros proyectos */
#otros-proyectos {
  background: #343E4A;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.op-bg-spiral {
  position: absolute;
  top: 0;
  right: -20px;
  height: 92%;
  width: auto;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.op-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.op-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.op-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.op-block {
  text-align: left;
  flex: 1 1 calc((100% - 48px) / 3);
  min-width: 280px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.6rem;
  padding: 0 24px;
}

.op-block-trigger {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  padding: 24px 0;
  min-height: 300px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  outline: none;
}
.op-block-trigger:has(.op-block-title img) {
  padding-top: 2px;
}
.op-block-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 4px;
}

.op-block-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

.op-block-title {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 0;
  flex: 0 0 auto;
  align-self: stretch;
  text-align: center;
}
.op-block-title img {
  display: block;
  margin: 0 auto;
  max-height: 130px;
  width: auto;
}
.op-block-title img[src*=logo-acceder-II] {
  max-height: 155px;
}
.op-block-title img[src*=logo-podcast] {
  max-height: 150px;
  margin-bottom: 14px;
}

.op-block-preview {
  flex: 1 1 auto;
  min-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 700px) {
  .op-block-preview {
    font-size: 18px;
  }
}

.op-block-icon {
  flex: 0 0 auto;
  align-self: center;
  width: 12px;
  height: 12px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.op-block.is-open .op-block-icon {
  transform: rotate(-135deg);
}

.op-block-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.op-block-panel-inner {
  padding-bottom: 30px;
}

.op-block-list {
  padding-left: 20px;
  margin-bottom: 12px;
}
.op-block-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.op-block-list li:last-child {
  margin-bottom: 0;
}

.op-block-media {
  display: flex;
  gap: 12px;
  margin: 15px 0;
}
.op-block-media img,
.op-block-media .missing-photo {
  width: calc((100% - 12px) / 2);
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.2rem;
}
.op-block-media .missing-photo {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
}
.op-block-media video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.2rem;
  background: #343E4A;
}

.op-block-media--3 img,
.op-block-media--3 .missing-photo {
  width: calc((100% - 24px) / 3);
  aspect-ratio: 1/1;
}

.op-block-sponsors {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  margin-top: 12px;
  margin-bottom: 8px;
}

.op-block-sponsor-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.op-block-sponsor-logos img {
  height: 56px;
  width: auto;
  background: #FFFFFF;
  padding: 6px 10px;
  border-radius: 0.2rem;
}
.op-block-sponsor-logos span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.op-block-youtube {
  display: inline-block;
  margin-top: 10px;
  color: #DE3A1A;
  font-weight: 700;
  text-decoration: underline;
}
.op-block-youtube:hover {
  color: #FFFFFF;
}

/* services */
.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.services-wrapper {
  background: rgba(255, 158, 131, 0.75);
  border: 1px solid rgba(222, 58, 26, 0.2);
  box-shadow: 0 2px 5px 0 rgba(222, 58, 26, 0.3) !important;
  border-radius: 0.2rem;
  padding: 20px 40px;
  text-align: left;
  flex: 1 1 560px;
  max-width: 580px;
}
.services-wrapper:hover {
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.9) !important;
}
.services-wrapper p:not(.services-wrapper-credit) {
  color: #343E4A;
  font-size: 1rem;
  margin-bottom: 12px;
}
.services-wrapper p:not(.services-wrapper-credit):last-child {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .services-wrapper p:not(.services-wrapper-credit) {
    font-size: 18px;
  }
}

.services-wrapper .title {
  color: #343E4A;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .services-wrapper .title {
    white-space: normal;
  }
}

.services-wrapper-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 0.2rem;
  margin-bottom: 15px;
}

.services-wrapper-text-flyer {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
}

.services-wrapper-text {
  flex: 1 1 auto;
  min-width: 0;
}

.services-wrapper-flyer-col {
  flex: 0 0 140px;
  width: 140px;
}

.services-wrapper-flyer {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 0.2rem;
}

.services-wrapper-credit {
  color: #343E4A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .services-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .services-wrapper-text-flyer {
    flex-direction: column;
  }
  .services-wrapper-flyer-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* Projects Section */
#obras-teatrales {
  padding: 80px 0 100px;
  background-color: #FFFFFF;
  background-image: url(../imgs/portada-obras.jpg);
  background-size: 925px auto;
  background-position: -120px bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1253px) {
  #obras-teatrales {
    background-position: left bottom;
    background-size: 420px auto;
  }
}
#obras-teatrales .projects-title {
  color: #343E4A !important;
}
#obras-teatrales .projects-intro {
  color: #343E4A;
}

.projects-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.projects-title,
.choose-subtitle,
h1[data-section=choose][data-translate=title],
h2[data-section=our-services][data-translate=title],
h1[data-section=banner][data-translate=title],
h2[data-section=contact][data-translate=title],
h1[data-section=contact][data-translate=title], .about-title, .op-title {
  font-family: "Lato", sans-serif !important;
  font-weight: 900 !important;
  font-size: 2.2rem !important;
  color: #FFFFFF !important;
  text-align: center;
  text-transform: uppercase !important;
  margin-bottom: 30px;
}

.projects-subtitle {
  text-align: center;
  color: #DE3A1A;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.projects-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.projects-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.project-card {
  display: block;
  flex: 1 1 200px;
  max-width: 260px;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  overflow: visible;
  cursor: pointer;
  background: #3c4856;
  z-index: 1;
  aspect-ratio: 1/1;
  transition: transform 0.35s ease, z-index 0s;
}
.project-card:focus-visible {
  outline: 3px solid #A9E3FB;
  outline-offset: 3px;
}
.project-card .project-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #455262;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.project-card .project-img__default, .project-card .project-img__hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card .project-img__hover {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.project-card .project-img img[src*=obras-teatrales-sirena-2] {
  object-position: center top;
}
.project-card .project-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px 7px;
  background: rgba(52, 62, 74, 0.68);
  text-align: center;
  z-index: 2;
}
.project-card .project-ribbon-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.project-card .project-tap-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(52, 62, 74, 0.68);
  box-shadow: 0 2px 8px rgba(52, 62, 74, 0.35);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  animation-name: project-tap-blink;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.project-card .project-tap-icon-glyph {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  filter: brightness(0) invert(1);
  transform: scaleY(1.35);
  transform-origin: center bottom;
}
.project-card:hover {
  transform: scale(1.18);
  z-index: 10;
  transition: transform 0.35s ease, z-index 0s 0s;
}
.project-card:hover .project-img__hover {
  opacity: 1;
}

@keyframes project-tap-blink {
  0%, 55% {
    opacity: 0;
  }
  65%, 82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  .projects-grid {
    gap: 10px;
  }
  .project-card {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .project-card .project-ribbon-text {
    font-size: 0.62rem;
  }
  .project-card .project-tap-icon {
    display: flex;
  }
}
#contact {
  background-color: transparent !important;
  background-image: url(../imgs/portada-contactanos.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 20px;
  aspect-ratio: 4000/2250;
}
@media (max-width: 700px) {
  #contact {
    background-image: url(../imgs/portada-contactanos-vertical.jpg);
    background-size: cover;
    background-position: center top;
    aspect-ratio: auto;
  }
}
#contact .footer {
  margin: 20px 0 0 -15px;
  border-top: none;
  text-align: left;
}
#contact .footer p,
#contact .footer a {
  color: #FFFFFF;
}
@media (max-width: 700px) {
  #contact .footer {
    margin-top: -30px;
  }
  #contact .footer a {
    color: #DE3A1A;
  }
  #contact .footer p {
    color: #E8A529;
    font-weight: 700;
    font-size: 13px !important;
  }
}

#contact .container {
  gap: 20px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.6rem;
  padding: 60px;
  width: 100%;
  max-width: 700px;
  color: #343E4A;
}
@media (max-width: 700px) {
  .contact-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-card p {
  color: #343E4A;
}
.contact-card h2[data-section=contact][data-translate=title] {
  color: #343E4A !important;
}
.contact-card .form-control {
  color: #343E4A;
  border-color: #343E4A;
}
.contact-card .form-control:focus {
  color: #343E4A;
  border-color: #343E4A;
}
.contact-card .form-control::placeholder {
  color: #343E4A;
  opacity: 0.65;
}

.contact-form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.form-success-msg,
.form-error-msg {
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
}

.form-success-msg {
  background: rgba(169, 227, 251, 0.35);
  color: #343E4A;
}

.form-error-msg {
  background: rgba(222, 58, 26, 0.12);
  color: #DE3A1A;
}

.contact-info-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.contact-info-row .contact-info-item {
  color: #343E4A;
}
.contact-info-row .contact-info-item:hover {
  color: #343E4A;
  opacity: 0.7;
}
@media (max-width: 700px) {
  .contact-info-row .contact-info-item span {
    display: none;
  }
}

#contact .footer {
  align-self: stretch;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(52, 62, 74);
  /* Fallback color */
  background-color: rgba(52, 62, 74, 0.4);
  /* Black w/ opacity */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.modal-open .project-card {
  transform: none !important;
  z-index: 1 !important;
}

/* Modal Content */
.modal-content {
  background-color: #343E4A;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid rgba(222, 58, 26, 0.3);
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: rgba(255, 255, 255, 0.5);
  float: right;
  font-size: 28px;
  font-weight: bold;
  align-self: end;
}

.close:hover,
.close:focus {
  color: #DE3A1A;
  text-decoration: none;
  cursor: pointer;
}

.play-modal {
  max-width: 900px;
  text-align: left;
}

.play-modal-title {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.play-modal-text {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 20px;
}

.play-modal-media {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.play-modal-media-main {
  flex: 1 1 auto;
  min-width: 0;
  aspect-ratio: 16/9;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #343E4A;
}
.play-modal-media-main img,
.play-modal-media-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-modal-thumbs {
  flex: 0 0 96px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 480px;
  overflow-y: auto;
}

.play-modal-thumb {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.2rem;
  overflow: hidden;
  cursor: pointer;
  background: #343E4A;
  opacity: 0.7;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.play-modal-thumb img,
.play-modal-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-modal-thumb:hover {
  opacity: 1;
}
.play-modal-thumb.is-active {
  opacity: 1;
  border-color: #DE3A1A;
}

.play-modal-thumb--video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
}

@media (max-width: 600px) {
  .play-modal-media {
    flex-direction: column;
  }
  .play-modal-thumbs {
    flex-direction: row;
    flex: 0 0 auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: visible;
  }
  .play-modal-thumb {
    flex: 0 0 72px;
  }
}
.play-modal-subtitle {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding-top: 15px;
  margin-bottom: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.play-modal-ficha {
  list-style: none;
  padding: 0;
  margin: 0;
}
.play-modal-ficha li {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 6px;
}
.play-modal-ficha strong {
  color: #FFFFFF;
}

.play-modal-notes {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
.play-modal-notes:has(+ .play-modal-sponsors) {
  margin-bottom: 10px;
}

.play-modal-sponsors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.play-modal-sponsors img {
  height: 32px;
  width: auto;
  background: #FFFFFF;
  padding: 6px 10px;
  border-radius: 0.2rem;
}

.about-layout {
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.about-photo-wrapper {
  flex: 0 0 auto;
  width: 200px;
  margin: 0 auto;
}

.about-photo {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.about-layout .flex-column {
  flex: 1 1 auto;
  min-width: 0;
}

#quienes-somos {
  background-color: #FF9E83;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
#quienes-somos .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.about-shape {
  position: absolute;
  bottom: -12%;
  right: -8%;
  width: 45%;
  padding-bottom: 45%;
  background-image: url(../imgs/formas/circulo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

#institucional {
  background-color: #E8A529;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.institucional-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
.institucional-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ip-shape {
  transform-box: fill-box;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ip-shape--grow {
  animation-name: ip-shape-grow;
}

.ip-shape--shrink {
  animation-name: ip-shape-shrink;
}

@keyframes ip-shape-grow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@keyframes ip-shape-shrink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.55);
  }
}
.missing-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(52, 62, 74, 0.6);
  border: 1px dashed rgba(52, 62, 74, 0.4);
  font-size: 0.7rem;
  line-height: 1.3;
  padding: 6px;
}

.institucional-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto 50px;
}

.institucional-tab {
  background: none;
  border: 2px solid #DE3A1A;
  border-radius: 2rem;
  color: #DE3A1A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  padding: 10px 22px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.institucional-tab:hover {
  background-color: rgba(222, 58, 26, 0.1);
}
.institucional-tab.active {
  background-color: #DE3A1A;
  color: #FFFFFF;
}

.institucional-panel {
  display: none;
}
.institucional-panel.active {
  display: block;
}

.institucional-block {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: left;
  color: #343E4A;
}

.institucional-block[data-tab-panel=participaciones] {
  max-width: 1200px;
}

.institucional-block-title {
  color: #343E4A;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.apoyos-block {
  background: #FFFFFF;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.apoyos-title {
  color: #E8A529;
}

.alianza {
  margin-bottom: 50px;
}
.alianza:last-child {
  margin-bottom: 0;
}

.alianza-name {
  color: #343E4A;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: none;
}

.alianza-body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.alianza-slideshow {
  position: relative;
  flex: 0 0 40%;
  aspect-ratio: 4/3;
}
.alianza-slideshow--arch {
  align-self: stretch;
  aspect-ratio: auto;
}
.alianza-slideshow--arch .alianza-slideshow-shadow,
.alianza-slideshow--arch .alianza-slideshow-frame {
  border-radius: 999px 999px 0 0;
}
.alianza-slideshow--rombo {
  aspect-ratio: 1/1;
  flex: 0 0 55%;
  order: 2;
}
.alianza-slideshow--rombo .alianza-slideshow-shadow,
.alianza-slideshow--rombo .alianza-slideshow-frame {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.alianza-slideshow--rombo ~ .alianza-copy {
  order: 1;
}

.alianza-slideshow-shadow {
  position: absolute;
  inset: 0;
  transform: translate(28px, 10px);
  background: #DE3A1A;
  border-radius: 0.2rem;
  z-index: 0;
}

.alianza-slideshow--arch .alianza-slideshow-shadow {
  transform: translate(-22px, -22px);
  background: #DE3A1A;
}

.alianza-slideshow-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.alianza-slideshow-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: alianza-slideshow-fade 18s infinite;
}
.alianza-slideshow-frame img:nth-child(1) {
  animation-delay: 0s;
}
.alianza-slideshow-frame img:nth-child(2) {
  animation-delay: 6s;
}
.alianza-slideshow-frame img:nth-child(3) {
  animation-delay: 12s;
}

.alianza-slideshow--arch .alianza-slideshow-frame img {
  animation-duration: 12s;
}

@keyframes alianza-slideshow-fade {
  0% {
    opacity: 0;
    transform: scale(1.12) rotate(-2deg);
  }
  8.33% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  41.67% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0;
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 0;
  }
}
.alianza-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.alianza-text {
  color: #343E4A;
  opacity: 1;
  line-height: 1.6;
  margin-bottom: 12px;
}
.alianza-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .alianza-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .alianza-slideshow {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .alianza-slideshow--arch {
    align-self: center;
    aspect-ratio: 4/3;
  }
  .alianza-slideshow--rombo {
    width: 70%;
    max-width: 260px;
    order: 0;
  }
  .alianza-copy {
    padding: 0 20px;
  }
  .alianza-slideshow--rombo ~ .alianza-copy {
    order: 0;
  }
}
.timeline {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #FFFFFF;
}

.timeline-item {
  position: absolute;
  left: 0;
  width: calc(50% - 20px);
  box-sizing: border-box;
  text-align: right;
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.8s ease, transform 0.8s ease, top 0.3s ease;
}
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(232, 165, 41, 0.45), 0 0 14px 4px rgba(232, 165, 41, 0.5);
  z-index: 1;
}
.timeline-item:nth-child(even) {
  left: calc(50% + 20px);
  text-align: left;
}
.timeline-item:nth-child(even)::before {
  right: auto;
  left: -27px;
}

.timeline-card {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  background: rgba(52, 62, 74, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border-radius: 0.6rem;
  padding: 16px 20px;
  text-align: left;
  transition: transform 0.25s ease;
}
.timeline-card:hover {
  transform: scale(1.05);
  z-index: 2;
}
.timeline-item:nth-child(even) .timeline-card {
  flex-direction: row-reverse;
}

.timeline-card-copy {
  min-width: 0;
}

.timeline-card-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.timeline-photo {
  display: block;
  flex: 0 0 130px;
  width: 130px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.3rem;
}
.timeline-photo.missing-photo {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
}

.timeline-card p {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  line-height: 1.5;
  margin: 0;
  font-size: 0.85rem;
}

@media (max-width: 700px) {
  .timeline::before {
    left: 10px;
  }
  .timeline-item,
  .timeline-item:nth-child(even) {
    position: relative !important;
    left: 0;
    width: 100%;
    padding: 0 0 20px 40px;
    text-align: left;
  }
  .timeline-item::before,
  .timeline-item:nth-child(even)::before {
    left: 2px;
    right: auto;
  }
  .timeline-card,
  .timeline-item:nth-child(even) .timeline-card {
    flex-direction: column;
    align-items: stretch;
  }
  .timeline-photo {
    flex-basis: auto;
    width: 100%;
  }
}
#contact .footer a:hover {
  color: #E8A529;
}

.logo-caroca {
  opacity: 1;
}

.logo-caroca:hover {
  opacity: 0.7;
}

@media (max-width: 700px) {
  .logo-caroca {
    height: 34px;
  }
}
@media (max-width: 1550px) {
  #servicios .container {
    width: 90%;
  }
}
@media (max-width: 1350px) {
  .p-seguridadehigiene {
    margin-right: 50px;
  }
  #servicios .container {
    width: 100%;
  }
  #servicios .container ol {
    margin: 0 200px 100px 200px;
  }
  #quienes-somos .container {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  nav .container {
    width: 98%;
  }
}
@media (max-width: 1200px) {
  nav .container {
    width: 98%;
  }
  #seguridadehigiene .container {
    margin-right: 0px;
  }
  #workwithus {
    padding-left: 50%;
  }
}
@media (max-width: 1100px) {
  nav .container {
    width: 98%;
  }
  .navbar-brand {
    width: 30%;
  }
  .navbar-brand img:not(#logo-atp):not(#logo-insignia) {
    width: 50% !important;
  }
  .contact-form {
    width: 70%;
  }
  #logo-atp {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-form {
    width: 100%;
  }
  h2[data-section=contact][data-translate=title] {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 1000px) {
  .pre-footer .list {
    width: 33.3333333333% !important;
  }
  .pre-footer .list2,
  .pre-footer .list3 {
    width: auto;
  }
}
@media (max-width: 900px) {
  #workwithus {
    padding-left: 50%;
    padding-top: 250px;
  }
  #footer .container {
    width: 98%;
  }
  #quienes-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: contain !important;
  }
  #quienes-somos .container {
    width: 90%;
  }
  #seguridadehigiene {
    background-color: #343E4A;
    background-image: none !important;
  }
  #seguridadehigiene .container {
    margin: auto;
  }
}
@media (max-width: 799px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  #quienes-somos .container {
    background-size: cover !important;
  }
}
/* Tablet medio: menú 50% ancho, alineado a la derecha */
@media (min-width: 500px) and (max-width: 799px) {
  nav.page-navbar .navbar-collapse.show {
    width: 50%;
    margin-left: auto;
  }
}
/* Mobile chico: menú 100% ancho */
@media (max-width: 499px) {
  nav.page-navbar .navbar-collapse.show {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  nav.page-navbar {
    padding: 10px 0px 0px 10px !important;
  }
  .navbar {
    padding: 0px;
  }
}
/* Con 6 items el menú horizontal no entra cómodo entre 800 y 1299px:
   se mantiene el comportamiento de hamburguesa (como en mobile) en ese rango
   en vez de forzar el menú en una sola línea. */
@media (min-width: 800px) and (max-width: 1299px) {
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column !important;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: wrap !important;
  }
  nav.page-navbar .navbar-collapse {
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: all 0.3s linear 0s;
  }
  nav.page-navbar .navbar-collapse.show {
    height: auto !important;
    opacity: 1 !important;
  }
  nav.page-navbar .nav-item .nav-link {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 800px) {
  .flex-row {
    flex-direction: column !important;
  }
  .margin-right {
    margin-right: 0px;
  }
  .p-seguridadehigiene {
    margin-left: 10%;
  }
  #servicios .container ol {
    margin: 0 50px 100px 50px;
  }
  #workwithus {
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 60px;
    background-image: none;
    height: auto;
  }
  .navbar-brand {
    padding-right: 0px;
  }
  .navbar-brand img:not(#logo-atp):not(#logo-insignia) {
    width: 100% !important;
  }
  #logo-atp {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #seguridadehigiene {
    background-image: url(../imgs/bg-img-4-mb.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .p-seguridadehigiene {
    margin-top: 200px;
  }
  .pre-footer .list,
  .pre-footer .list2,
  .pre-footer .list3 {
    width: 90% !important;
  }
  #servicios li {
    font-size: 0.94em;
  }
  .header .header-content {
    margin-top: 0px;
  }
  .header .header-content .logo {
    margin-bottom: 40px;
    margin-left: -10px;
  }
  .header .header-content p {
    font-size: 1em;
    margin-left: 0px;
  }
  #quienes-somos {
    padding: 170px 0 50px;
  }
  #logo-atp {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .header .header-content .logo {
    margin-bottom: 40px;
    width: 80%;
  }
  input::file-selector-button {
    display: flex;
    flex-direction: column;
  }
  input[type=file] {
    display: flex;
    flex-direction: column;
  }
  .navbar-brand {
    width: 50%;
    padding-right: 0px;
  }
  #logo-atp {
    width: 100%;
  }
  .navbar {
    padding: 0px;
  }
  .has-bg-img h1 {
    font-size: 2.8em;
  }
}
.colorblind-toggle-button {
  position: fixed;
  bottom: 170px;
  right: 20px;
  background-color: #A9E3FB;
  color: #343E4A;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 2px 5px rgba(52, 62, 74, 0.3);
  cursor: pointer;
  z-index: 1000;
}
.colorblind-toggle-button[aria-pressed=true] {
  background-color: #DE3A1A;
  color: #FFFFFF;
}

body.a11y-colorblind #scrollspy,
body.a11y-colorblind #contenido-principal {
  filter: url(#daltonize-deuteranopia);
}
body.a11y-colorblind .header-brand-description,
body.a11y-colorblind .op-intro,
body.a11y-colorblind .op-block-preview,
body.a11y-colorblind .op-block-sponsors,
body.a11y-colorblind .op-block-panel-inner p,
body.a11y-colorblind .timeline-card p,
body.a11y-colorblind .op-block-list li,
body.a11y-colorblind .play-modal-text,
body.a11y-colorblind .play-modal-ficha li,
body.a11y-colorblind .play-modal-notes {
  color: #FFFFFF;
  opacity: 1;
}
body.a11y-colorblind .choose-subtitle {
  color: #343E4A !important;
}
body.a11y-colorblind .institucional-tab {
  border-color: #343E4A;
  color: #343E4A;
}
body.a11y-colorblind .institucional-tab:hover {
  background-color: rgba(52, 62, 74, 0.1);
}
body.a11y-colorblind .institucional-tab.active {
  background-color: #343E4A;
  border-color: #343E4A;
  color: #FFFFFF;
}
