/*
! 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;
  }
}

.id-logistica {
  position: absolute;
  right: 4rem;
  top: 2rem;
}

.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;
}

.btn-primary {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  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.5rem;
  padding-bottom: 0.5rem;
  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);
}

.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.8rem;
  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;
  }
}

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

@media (max-width: 767px) {
  .h-mobile {
    display: none;
  }
}

.logos-mobile {
 position: absolute;
    top: 1.25rem;
    display: flex;
    height: 3rem;
    width: 100%;
    justify-content: space-around;
}


@media (max-width: 767px) {
  .logos-mobile {
    position: absolute;
    top: 1.25rem;
    display: flex;
    height: 3rem;
    width: 100%;
    justify-content: space-around;
  }
}

header {
  position: relative;
  height: auto;
  width: 100%;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 144 86 / var(--tw-border-opacity));
  background-image: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/d23f3770-0731-419e-a823-11f6b33f290a.png');
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

header .cols-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .cols-header .textos-header {
  display: flex;
  width: 40%;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
header .cols-header .textos-header img{
  margin: 0 auto;
  padding: 1rem 0;
}



header .cols-header .textos-header h1 {
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-wrap: wrap;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

header .cols-header .textos-header p {
  padding-bottom: 1rem;
  font-weight: 300;
}

header .cols-header .textos-header .logo-seguros {
  width: 13rem;
  padding-bottom: 1rem;
}

header .cols-header .img-header {
  width: 50%;
  max-width: 400px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1023px) {
  header .cols-header {
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  header .cols-header .textos-header {
    width: 83.333333%;
    text-align: center;
  }

  header .cols-header .textos-header .btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
}

main .intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

main .intro h2 {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

main .intro .intro-text {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

main .intro .intro-text .icn-seminarios {
  height: 6rem;
  width: 6rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
  background-image: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/f4846d29-73e2-4c35-95ae-0621a8b5ce36.png');
  background-size: 68%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem;
}

main .intro .intro-text p {
  margin-top: 0px;
  width: 83.333333%;
  text-wrap: wrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  main .intro .intro-text {
    flex-direction: column;
  }

  main .intro .intro-text .icn-seminarios {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

main .seminarios {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

main .seminarios .textos-intro h4 {
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

main .seminarios .textos-intro p {
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

main .seminarios .nav-seminarios {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
}

main .seminarios .nav-seminarios a {
  width: 7rem;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

main .seminarios .nav-seminarios a .icn-nav {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 4rem;
  width: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-size: 2.5rem;
}/* =====================================================
   ICONOS SEMINARIOS – SISTEMA UNIFICADO
   Categorías:
   normatividad, actualidad, suministro,
   oea, sostenibilidad, tecnologias
===================================================== */

/* -------- ICONOS POR CATEGORÍA -------- */

.icn-nav.normatividad,
.icn-categoria.normatividad {
  --icon-normal: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/b096de9a-6b61-48cc-bb90-71af965245ca.png');
  --icon-white: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/bbfdcfb3-4f1c-475e-84b9-6b1071fe63b8.png');
}

.icn-nav.actualidad,
.icn-categoria.actualidad {
  --icon-normal: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/7381c337-e943-4c07-8fc9-c7278b1c2d1a.png');
  --icon-white: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/819afa88-85bf-4724-842c-d820d3d1b596.png');
}

.icn-nav.suministro,
.icn-categoria.suministro {
  --icon-normal: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/f46c7c19-24ce-4eb0-8a08-24e331ddb87e.png');
  --icon-white: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/43c8d589-ccc7-4fd7-8459-ce426007d66c.png');
}

.icn-nav.oea,
.icn-categoria.oea {
  --icon-normal: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/231c4657-1d7b-4266-82ac-420732727f10.png');
  --icon-white: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/19ea83fd-6353-4224-9b9d-b1093fd8ed56.png');
}

.icn-nav.sostenibilidad,
.icn-categoria.sostenibilidad {
  --icon-normal: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/ca8f061c-c8d3-4c7e-a94f-2fe7c594ed40.png');
  --icon-white: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/2da4314b-0457-46f9-9bf0-76bf81710aa9.png');
}

.icn-nav.tecnologias,
.icn-categoria.tecnologias {
  --icon-normal: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/56668f65-e5d3-410f-bfbe-f2d9d4b54e3e.png');
  --icon-white: url('https://image.experienciasbolivar.segurosbolivar.com/lib/fe3511747364047b751475/m/1/2e73e950-9818-446f-a2f8-d8b063cbdbb6.png');
}

/* -------- BASE ICONOS -------- */

.icn-nav,
.icn-categoria {
  background-image: var(--icon-normal);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* -------- NAV SEMINARIOS (HOVER / ACTIVA) -------- */

main .seminarios .nav-seminarios a:hover .icn-nav,
main .seminarios .nav-seminarios a.activa .icn-nav {
  background-image: var(--icon-white);
  background-size: 2.8rem;
}

/* -------- CARDS SEMINARIOS -------- */

main .seminarios
.container-seminarios
.seminario-card
.imagen-seminario
.icn-categoria {
  background-image: var(--icon-white);
}



main .seminarios .nav-seminarios a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 192 162 / var(--tw-bg-opacity));
  --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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


main .seminarios .nav-seminarios a.activa {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
}

main .seminarios .nav-seminarios a.activa p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


main .seminarios .nav-seminarios p {
  height: 2rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (max-width: 767px) {
  main .seminarios .nav-seminarios {
    flex-wrap: wrap;
    border-width: 0px;
    gap: 1rem;
  }
}

main .seminarios .container-seminarios {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

main .seminarios .container-seminarios .seminario-card {
  margin: 1rem;
  width: 16rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

main .seminarios .container-seminarios .seminario-card .imagen-seminario {
  position: relative;
  height: 9rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(141 192 162 / var(--tw-bg-opacity));
  background-size: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

main .seminarios .container-seminarios .seminario-card .imagen-seminario .icn-categoria {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 3rem;
  width: 3rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

main .seminarios .container-seminarios .seminario-card .textos-seminario {
  padding: 1rem;
  text-align: center;
}

main .seminarios .container-seminarios .seminario-card .textos-seminario h5 {
  height: 6rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

main .seminarios .container-seminarios .seminario-card .textos-seminario p {
  display: block;
  height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  
}



main .seminarios .container-seminarios .seminario-card .textos-seminario p.descripcion {
  height: 5.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

main .seminarios .container-seminarios .seminario-card .textos-seminario p strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

main .seminarios .container-seminarios .seminario-card .textos-seminario .btn-primary {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
}

main .seminarios .container-seminarios .seminario-card:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

main .seminarios .container-seminarios .seminario-card:hover .imagen-seminario {
  background-size: 110%;
}

main .seminarios .container-seminarios .seminario-card:hover .imagen-seminario .icn-categoria {
  transform: rotate(360deg);
}

main .seminarios .paginacion {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.5rem;
  flex-direction: row;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --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);
}

main .seminarios .paginacion button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

main .seminarios .paginacion button:hover {
  --tw-text-opacity: 1;
  color: rgb(141 192 162 / var(--tw-text-opacity));
}

main .seminarios .organizar {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 83.333333%;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

main .seminarios .organizar .todos a {
  margin: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 86 / var(--tw-text-opacity));
}

main .seminarios .organizar .ordenar {
  text-align: center;
}

main .seminarios .organizar .ordenar button {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

main .seminarios .ordenar {
  text-align: center;
}

main .seminarios .ordenar button {
  margin: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 220 93 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.claim {
  position: relative;
  height: 8rem;
  width: 100%;
}

.claim img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

footer {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 86 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*# sourceMappingURL=styles.css.map */