  :root {
  --dark-blue: #0B1A3A;
  --purple: #5C4FA3;
  --yellow: #e9982a;
  --off-white: #F0F0F0;
  --light-blue-gray: #AAB2D5;
  --white: #ffffff;
  --whitesmoke: #D0D0D0;
}


.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.whitesmoke
{
    color: #D0D0D0;
}
.offwhite
{
    color: #F0F0F0;
}
.linkblue
{
 color: #0066ff;
}
.darkheader
{
 color: #383838;
}
.darkP
{
 color: #080808;
}
a {
  color: #0d6efd; /* default color */
  text-decoration: none; /* optional */
  transition: color 0.3s ease; /* smooth transition */
}
a:hover {
  color: #ffc107; /* hover color (yellow in this case) */
}
h1, h2, h3, h4, h5, h6, dl {
  font-family: "Urbanist", sans-serif;
}
      p, dt, dd  {
        font-size: 1.25rem;
        font-family: "Lora", serif;
        text-align: justify;
        color: var(--off-white);
      }
  body
  {
        padding-top: 70px;
        line-height: 1.7;
        background: #f8f9fa;
        overflow-x: hidden;
  }
.nav-link.active {
  color: #5d5da1 !important;  /* custom active color */
  font-weight: 600;
}
.navbar-brand {
  color: #004080;
}
      section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 400px;
        padding-top: 100px;
      }

      .blue {
        background: #5d5da1;
      }

      .red {
        background: #dd3f31;
      }

      .pink {
        background: #ff0066;
        overflow: hidden;
      }

      .dark {
        background: #0f0f10;
      }
      .light
      {
       background: #fffffff;
      }

      /* Curved bg with plain CSS */

      .curve {
        position: absolute;
        height: 250px;
        width: 100%;
        bottom: 0;
        text-align: center;
      }

      .curve::before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 55%;
        height: 100%;
        transform: translate(85%, 60%);
        background-color: hsl(216, 21%, 16%);
      }

      .curve::after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 55%;
        height: 100%;
        background-color: #3c31dd;
        transform: translate(-4%, 40%);
        z-index: -1;
      }

      /* Bubble bg with plain CSS */

      .bubble::after {
        content: '';
        border-top-left-radius: 50% 100%;
        border-top-right-radius: 50% 100%;
        position: absolute;
        bottom: 0;
        z-index: -1;
        width: 100%;
        background-color: #0f0f10;
        height: 85%;
      }

      /* Curved bg with SVG via https://www.shapedivider.app/ */

      .wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            z-index: 0;
            transform: rotate(180deg);
      }

      .wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 157px;
    z-index: 0;
      }

      .wave .shape-fill {
         fill: #5d5da1; 
      }

      /* SVG background image via https://haikei.app/ */

      .spacer {
        aspect-ratio: 960/100;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative; top: -1px;
      }

      .layer7 {
        background-image: url('./layer7.svg');
      }
      .layer2 {
        background-image: url('./layer2.svg');
      }

      .flip {
        transform: rotate(180deg);
      }
.text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;   /* show only 1 line */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.text.expanded {
  -webkit-line-clamp: unset; /* show full text */
  display: block;
}

.seeMoreBtn {
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  color: var(--yellow);
}
.seeMoreBtn:hover
{
 color: #0d6efd; /* Bootstrap primary blue */
  color: #fff; /* white text */
  transform: translateY(-2px); /* slight lift */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.readMoreBtn {
  display: inline-block;
  background-color: var(--yellow);
  color: var(--off-white);
  cursor: pointer;
  text-decoration: none;
border-radius: 15px !important;
font-size: 14px;
}
.readMoreBtn:hover
{
  background-color: #0d6efd; /* Bootstrap primary blue */
  color: #fff; /* white text */
  transform: translateY(-2px); /* slight lift */
}
/* Hero Section */
/*.hero {
  background: linear-gradient(180deg, #F9C784 0%, #F4978E 50%, #C08497 100%);
  color: #4A2C2A;
  text-align: center;
  padding: 80px 20px;
  position: relative;

}*/
.bg {

  background: linear-gradient(rgba(60, 60, 60, 0.60)),
                                    url("../images/boletinBg.jpg"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  position: relative;
  z-index: 1;
}
.curve
{

}
/*.bg{
  background: linear-gradient(360deg, #a7c7e7 5%, #c8a2c8 40%, #fff5ba 65%, #ffb347 100%);
  color: #101010;
  text-align: center;
  padding: 80px 20px;
  position: relative;

}*/
 /*.bg h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #181818;
}*/
/*.bg h2 {

   font-family: 'EB Garamond', serif;
}*/
.subtitle {
text-shadow: 0 0 10px rgba(93,93,161,0.6);
font-size: 1rem;
}
/* Cards */
.card-title {
  color: var(--off-white);
}
#title
{
   color: #080808;
}
.card .btn {
  border-radius: 30px;
}
.btn-yellow
{
        background-color: #e9982a;
}
/* Footer */
footer {
  background-color: #222;
  color: #ccc;
}
.year-item {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 50px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.year-item:hover {
  background-color: #ff7b54; /* Sunset orange */
  color: white;
  border-color: #ff7b54;
}
.archive-bg
{
background: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(93, 93, 161, 0.25));
 border-radius: 12px; /* adjust the px value as you like */
  padding: 20px;       /* optional, for spacing inside */
}
.pricing-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
      background: rgba(255, 255, 255, 0.10);
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
   /* Toggle Switch */
    .toggle-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      margin-bottom: 30px;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #5d5da1;
      transition: 0.4s;
      border-radius: 34px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }

    input:checked + .slider {
      background-color: #D0D0D0;
    }

    input:checked + .slider:before {
      transform: translateX(26px);
    }

    /* Pricing Cards */
    .pricing-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

/* Default card (yours, unchanged) */
.pricing-box {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.50), rgba(93, 93, 161, 0.50));
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

/* When yearly is active */
.yearly-active {
  background: linear-gradient(135deg, rgba(255, 223, 186, 0.7), rgba(255, 193, 7, 0.7)); /* gold/orange gradient */
  border: 2px solid #ffc107;  /* yellow border */
  transform: scale(1.05);     /* slight zoom for emphasis */
}

/* Optional: text colors inside yearly cards */
.yearly-active .darkheader {
  color: #b45309; /* amber/gold shade */
}

.yearly-active .price {
  font-weight: bold;
  color: #7c2d12; /* darker amber/brown for contrast */
}


    .card:hover {
      transform: translateY(-5px);
    }

    .card h3 {
      margin-bottom: 15px;
      color: #444;
    }


.featured-section {
  background: #f9f9f9; /* light background for contrast */
}

.card {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.featured {
  border: none;                         
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(93, 93, 161, 0.25));
}

.featured:hover {
  transform: translateY(-5px);
}

.card-img-top {
  height: 200px;       /* keep images uniform */
  object-fit: contain;   /* crop images nicely */
}
.custom-shape-divider-top-1756282280 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1756282280 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 147px;
}

.custom-shape-divider-top-1756282280 .shape-fill {
    fill: #202731;
}
.custom-shape-divider-bottom-1756282454 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1756282454 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 147px;
}

.custom-shape-divider-bottom-1756282454 .shape-fill {
    fill: #202731;
}
.mid-blue
{
 color:#202731;
}
.search-button
{
 border-radius: 3px !important;
 background-color: var(--yellow);
 color: var(--off-white);
 font-size: 0.75rem;
}

.search-button:hover
{
  background-color: #0d6efd;
  color: var(--off-white);
}
.title-link
{
 font-weight: 700;
 color: var(--yellow);
}
.title-link:hover
{
  color: #0d6efd;
}
.reg-button
{
background-color: #5d5da1;
color: var(--off-white);
}
.reg-button:hover
{
background-color: #0d6efd;
color: var(--off-white);
}
.custom-shape-divider-top-1772156652 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1772156652 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1772156652 .shape-fill {
    fill: #5D5DA1;
}
.custom-shape-divider-bottom-1772157616 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1772157616 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1772157616 .shape-fill {
    fill: #202731;
}
#guidelines
{
    background:#202731;
}
#contact
{
    background:#202731;
}
.custom-shape-divider-top-1772413421 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1772413421 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 78px;
}

.custom-shape-divider-top-1772413421 .shape-fill {
    fill: #5D5DA1;
}
.editorial-board {
  /*background: #f6f1e7;  parchment */
  /*font-family: 'EB Garamond', serif;*/
  color: #2b2b2b;
}

/* Title */
.board-title {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}

/* General member */
.member {
  text-align: center;
  margin-bottom: 25px;
}

/* SUPPORT TEAM IMAGE */
/*.profile-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 3px solid #b8ae9e;
}*/

.profile-img:hover {
  transform: scale(1.12);
  background: conic-gradient(#0B1A3A, #ff0066, #5d5da1);

  z-index: 0;
}

/* MAIN EDITORS — larger */
.main-img {
  width: 200px;
  height: 200px;
}
.profile-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
}

/* animated border */
.profile-wrapper::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(#0B1A3A, #ff0066, #5d5da1);
  animation: spinBorder 8s linear infinite;
  z-index: 0;
}

/* actual image */
.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

/* animation */
@keyframes spinBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Name */
.name {
  font-size: 1.15rem;
  font-weight: 600;
  font-variant: small-caps;
  margin-top: 10px;
  margin-bottom: 2px;
   color: #080808;
}

/* Role */
.role {
  font-style: italic;
  color: #080808;
  margin-bottom: 0;
}
