@charset "UTF-8";

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

html{
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}

a{
  cursor: pointer;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

html, body{
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Bolivar", sans-serif;
}

@media (max-width: 1535px) {
}

@media (max-width: 1279px) {
  html, body {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  html, body {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  html, body {
    font-size: 15px;
  }
}

@media (max-width: 639px) {
  html, body {
    font-size: 14px;
  }
}

@media (max-width: 426px) {
  html, body {
    font-size: 13px;
  }
}

.btn-primary{
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 220 93 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.btn-primary:hover{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

p{
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.legal{
  z-index: 50;
  transition: all 0.4s ease-in-out;
}

.legal.top{
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: flex;
  height: auto;
  width: 0.75rem;
  align-items: flex-start;
}

.legal.top.light{
  display: none;
}

.legal.top.dark{
  display: flex;
}

@media (max-width: 1535px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
}

@media (max-width: 639px) {
}

@media (max-width: 426px) {
}

.legal.bottom{
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  margin-bottom: 0px;
  display: flex;
  height: auto;
  width: 1.25rem;
  align-items: flex-end;
}

@media (max-width: 1535px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
  .legal.bottom{
    bottom: 9rem;
  }
}

@media (max-width: 639px) {
  .legal.bottom{
    bottom: 11rem;
  }
}

@media (max-width: 426px) {
  .legal.bottom{
    bottom: 15rem;
  }
}

.logo{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.logo img{
  width: 14rem;
}

body{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.burger-menu{
  position: fixed;
  top: 1.25rem;
  right: 2.5rem;
  z-index: 100;
  display: flex;
  height: 1.5rem;
  width: 2rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.burger-menu span{
  display: block;
  height: .2rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #999999;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.burger-menu.active span:nth-child(1){
  --tw-bg-opacity: 1;
  background-color: rgb(250 220 93 / var(--tw-bg-opacity));
  transform: translateY(10px) rotate(45deg);
}

@media (max-width: 767px) {
  .burger-menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
}

.burger-menu.active span:nth-child(2){
  opacity: 0;
}

.burger-menu.active span:nth-child(3){
  --tw-bg-opacity: 1;
  background-color: rgb(250 220 93 / var(--tw-bg-opacity));
  transform: translateY(-10px) rotate(-45deg);
}

.nav-links{
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 80;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-links .logo-menu img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 15rem;
}

.nav-links.active{
  left: 0px;
}

.nav-links li{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav-links a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-links a:hover{
  --tw-text-opacity: 1;
  color: rgb(250 220 93 / var(--tw-text-opacity));
}

.nav-links a.active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

header{
  position: relative;
  height: 450px;
  width: 100%;
  overflow: hidden;
  /* Slider Contenedor */
  /* Contenedor de Slides */
  /* Estilo de cada Slide */
  /* Estilo del contenido dentro de cada Slide */
  /* Estilo para los botones prev/next */
  /* Estilo de los textos dentro del slide */
}

header .slider{
  position: relative;
  height: 450px;
  width: 100%;
  overflow: hidden;
  /* Limita el alto del slider y oculta lo que se desborda */
}

header .slides{
  transition-property: transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* Desplazamiento suave */
  width: 100%;
  /* Ajusta el ancho de las slides */
  display: flex;
  /* Asegura que las slides estén alineadas en línea */
}

header .slide{
  display: flex;
  height: 450px;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  /* Cada slide ocupa 100% de la pantalla */
  position: relative;
  /* Asegura que el contenido dentro de la slide esté posicionado de forma relativa */
}

header .contenido-slide{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url('../img/bg-header-slider.png');
  background-size: cover;
  background-position: center;
  /* Imagen de fondo que cubre todo el área */
  position: absolute;
  /* Asegura que el contenido de la slide no se desborde */
  top: 0;
  left: 0;
}

header .prev,
header .next{
  position: absolute;
  top: 50%;
  z-index: 50;
  display: none;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(104 104 104 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* Asegura que los botones estén centrados verticalmente */
}

header .prev{
  left: 1rem;
  /* Posiciona el botón prev a la izquierda */
}

header .next{
  right: 1rem;
  /* Posiciona el botón next a la derecha */
}

header .dots{
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  gap: 0.5rem;
}

header .dot{
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
  opacity: 0.5;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header .dot.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
  opacity: 1;
}

header .textos-header{
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  z-index: 10;
  /* Asegura que el texto esté por encima de la imagen */
}

header .textos-header h1{
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  font-style: italic;
}

header .textos-header h1 span{
  margin-top: 1rem;
  display: block;
  border-top-right-radius: 2.5rem;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 220 93 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

header .textos-header .id-profe{
  margin-top: 1.5rem;
  height: auto;
  width: 14rem;
  /* Ajusta el tamaño de la imagen */
}

main{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.intro{
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.intro p a{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.intro .tres-col{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px){
  .intro .tres-col{
    flex-direction: column;
    align-items: center;
  }
}

.intro .tres-col .formacion{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 25%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 1023px){
  .intro .tres-col .formacion{
    width: 33.333333%;
  }
}

@media (max-width: 767px){
  .intro .tres-col .formacion{
    width: 50%;
  }
}

.intro .tres-col .formacion .icn{
  margin-left: auto;
  margin-right: auto;
  height: 4rem;
  width: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro .tres-col .formacion .icn.uno{
  background-image: url('../img/icn-virtual.svg');
}

.intro .tres-col .formacion .icn.dos{
  background-image: url('../img/icn-online.svg');
}

.intro .tres-col .formacion .icn.tres{
  background-image: url('../img/icn-presencial.svg');
}

.intro .tres-col .formacion p.titulo{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.intro .tres-col .formacion p.texto{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.calendario{
  position: relative;
  height: auto;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.calendario .container h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-top-right-radius: 2.5rem;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 220 93 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .filtros{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.calendario .container #courses-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.calendario .container #courses-container p{
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.calendario .container .table-container{
  display: table;
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 1023px){
  .calendario .container .table-container{
    display: none;
  }
}

.calendario .container .table-container thead{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.calendario .container .table-container thead th{
  padding: 0.5rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .table-container tbody tr{
  padding: 0.25rem;
}

.calendario .container .table-container tbody tr td{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 220 93 / var(--tw-border-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.calendario .container .table-container tbody tr td button{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .table-container tbody tr td .modalidad{
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.calendario .container .table-container tbody tr td .modalidad.virtual{
  background-image: url('../img/icn-virtual.svg');
}

.calendario .container .table-container tbody tr td .modalidad.presencial{
  background-image: url('../img/icn-presencial.svg');
}

.calendario .container .table-container tbody tr td .modalidad.online{
  background-image: url('../img/icn-online.svg');
}

.calendario .container .table-container tbody .details-row td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: left;
}

.calendario .container .table-container tbody .details-row td p span.enum_bullet{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .table-container tbody .details-row td p span.complex_bullet{
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 109 56 / var(--tw-text-opacity));
}

.calendario .container .table-container tbody .details-row td p .single_bullet{
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .cards-container{
  display: none;
}

@media (max-width: 1023px) {
  .calendario .container .cards-container{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}

.calendario .container .cards-container .card{
  margin-bottom: 1rem;
  width: 83.333333%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.calendario .container .cards-container .card .modalidad-icn{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.calendario .container .cards-container .card .modalidad-icn.virtual{
  background-image: url('../img/icn-virtual.svg');
}

.calendario .container .cards-container .card .modalidad-icn.presencial{
  background-image: url('../img/icn-presencial.svg');
}

.calendario .container .cards-container .card .modalidad-icn.online{
  background-image: url('../img/icn-online.svg');
}

.calendario .container .cards-container .card h3{
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .cards-container .card p{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.calendario .container .cards-container .card p.codigo-evento{
  text-align: center;
}

.calendario .container .cards-container .card button{
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .cards-container .card .details{
  margin-top: 0.5rem;
}

.calendario .container .cards-container .card .details p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.calendario .btn-primary.inscribirse{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.inscribirse h3{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.inscribirse ol{
  list-style-type: none;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .inscribirse ol{
    padding-left: 0px;
  }
}

.inscribirse ol li{
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .inscribirse ol li{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.inscribirse ol li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: -0.25rem;
  margin-right: 1rem;
  display: flex;
  height: 2rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: url('../img/bg-number.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .inscribirse ol li::before{
    position: relative;
  }
}

.inscribirse ol li div.textos{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 4rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .inscribirse ol li div.textos{
    padding-left: 2rem;
  }

  .inscribirse ol li div.textos p{
    text-align: center;
  }

  .inscribirse ol li div.textos .subnumero{
    text-align: left;
  }
}

.inscribirse ol li div.textos p{
  margin-bottom: 0.5rem;
}

.inscribirse ol li div.textos p.subnumero{
  position: relative;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.inscribirse ol li div.textos p.subnumero::before {
  content: attr(data-number);
  margin-right: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.inscribirse ol li div.textos p.ingresar{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(141 192 162 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.inscribirse ol li div.textos strong{
  font-weight: 600;
}

.inscribirse ol li div.textos a{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.inscribirse ol {
  counter-reset: item;
}

.claim{
  background-image: url('../img/bg-footer.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.claim h4{
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

footer{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.modal .modal-content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 100%;
  max-width: 32rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 144 86 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal .modal-content h2{
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.modal .modal-content .close{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.modal .modal-content .modal-title{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.form{
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 144 86 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.form .form-group{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 25%;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 767px){
  .form .form-group{
    width: 66.666667%;
  }
}

.form .form-group .form-label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.form .form-group .form-label a{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.form .form-group .form-input,
.form .form-group .form-select{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.form .form-group .form-input ::-moz-placeholder, .form .form-group .form-select ::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.form .form-group .form-input ::placeholder,
.form .form-group .form-select ::placeholder{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.form .form-group .form-input:focus-visible,
.form .form-group .form-select:focus-visible{
  outline-color: #009056;
}

.form .form-group .errorMsg{
  position: absolute;
  bottom: -1.5rem;
  z-index: 50;
  display: none;
  width: auto;
  border-radius: 0.375rem;
  border-width: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(191 70 89 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form .form-group .form-checkbox{
  margin-top: 0.25rem;
}

.form .form-group.button-form{
  display: flex;
  align-items: center;
  justify-content: center;
}

.form .form-group.button-form .limpiar{
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.form .btn-primary{
  padding-left: 5rem;
  padding-right: 5rem;
}

.sb_succes.succesMsg{
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

.calendario .container .table-container tbody .details-row.oculto, .oculto{
  display: none;
}

.notas{
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
/*# sourceMappingURL=styles.css.map */