
/**
 * @file
 * Subtheme specific CSS.
 */
 /* @font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Book.otf'); */
    /* src: url('../font/GothamBold.ttf') format('truetype'); */
    /* font-weight: bold;
    font-style: italic; */
  /* } */

  /* @font-face {
    font-family: 'Arista';
    src: url('../font/Arista2.0.ttf');
  }

  @font-face {
    font-family: 'GothamUltra';
    src: url('../font/Gotham-Ultra.otf');
  } */


  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-book.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
  }
  /* .captcha__element,.captcha__image-wrapper,#edit-captcha-image-wrapper
  {

    text-align: center;
  } */




html, body {
  color: #000000;
  background: #FBFBFC;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;   
  
}
/* html {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
} */



/* * { */
  /* box-sizing: border-box;
  margin: 0;
  padding: 0; */
  /* text-decoration: none; */
  /* list-style: none; */
/* } */




main {
  margin: auto;
}

.h1 {
  font-size: 2.986rem;
}

.h2 {
  font-size: 2.488rem;
}

.h3 {
  font-size: 2.074rem;
}

.h4 {
  font-size: 1.728rem;
}

.h5 {
  font-size: 1.44rem;
}

.h6 {
  font-size: 1.2rem;
}

strong {
  font-weight: 500;
}


.buttonBEC,
.btnBEC {
  display: flex;
  align-items: center;
  font-family: 'Gotham', sans-serif;
  font-size: 0.833rem;
  font-weight: 500;
  border-radius: 0.5rem;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
  
}

.buttonBEC {
  background: var(--pri);
  color: white;
  border: 1px solid var(--pri);
  text-decoration: none;
}

.buttonBEC:hover {
  background: var(--sec);
  border-color: var(--sec);
}

.btnBEC {
  background: white;
  color: var(--ter);
  border: 1px solid var(--ter);
  
}

.btnBEC:hover {
  background: var(--ter);
  color: white;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 0.5rem 2rem; */
  z-index: 2;
}

  
  header a {
    font-weight: 500;
    color: var(--ter);
    transition: all 0.2s ease-in-out;
  }
  
  header a:hover {
    color: var(--pri);
  }
  


  .user {
    /* display: none; */
    justify-content: end;
    font-size: 0.833rem;
    font-weight: 500;
    gap: 1rem;
    align-items: center;
    width: 1140px;
  }
  
  .login-user {
    display: flex;
    justify-content: end;
    font-size: 0.833rem;
    font-weight: 500;
    gap: 1rem;
    align-items: center;
    width: 1140px;
  }
  
  .login-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
  }
  
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 3;
  }
  
  .menu-overlay ul {
    text-align: center;
  }
  
  .menu-overlay ul li {
    margin: 0.5rem 0;
    display: flex;
    justify-content: center;
  }
  
  .TN{
	font-size: 13px;
	}
  .menu-overlay ul li a {
    color: var(--ter) !important;
    font-weight: 500;
    font-size: .75rem;
    transition: all 0.2s ease-in-out;
  }
   .nav-link {
    color: var(--ter)!important;
    font-weight: 500;
    font-size: 0.833rem;
    transition: all 0.2s ease-in-out;

  } 

  .close-icon {
    position: absolute;
    color: var(--cua);
    top: 1rem;
    left: 1rem;
  }
  
  .logo img {
    width: 180px;
  }
  
  header.scrolled {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  }


























.odd
{
  background-color: white;
}

.fieldset-legend
{
  font-size: 13px;
}

.js-form-item,.js-form-required,.form-required,.card-header{
  color:#212A5C;
}

p,.captcha__description,li,.card-body,.content {
  color:#000000;
}


.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* #navbar-top {
  background-color: #055a8e;
} */

/* #navbar-main {
  background-color: #1d84c3;
}  */

 /* .nav-link {
  font-size: 15px;
  color: #2B4D9B !important;
} */
/*.nav-link--user, .nav-link--user-logout{
  font-size: 12px !important;
  color: #4c4d4d !important;
}


.nav-link--user-login {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 0;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

/* .btn-primary {
  background-color: red;
  border-color: red;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
} */


.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.nav-link--user{
  font-size: 0.833rem;
  font-weight: 500;
  gap: 1rem;
  align-items: center; 
  color: black !important;
}
.nav-link--user-logout{
  font-size: 0.833rem;
  font-weight: 500;
  gap: 1rem;
  align-items: center;
  color: var(--ter) !important;
}

.site-footer {
  background: #292929;
  
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
  
}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}


.cards{
  transition: all 0.2s ease;
  cursor: pointer;
}
  


.cards:hover{

  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.07);
  border: solid 1px;
}


/*Webkit*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #6c757d;
}

/* .person-add-form {

} */

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: black;
}
tr {
  background: #FBFBFC;
}
tr.odd {
  background: white;
}
tr.even {
  background: white;
}
 table thead tr{
  background:#f8f9fa;
  font-size: 12px;
 }

#btnLoginMain
{
  background-color: #16df7e;
  /* --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);*/
  --bs-btn-border-color: transparent; 
  /*--bs-btn-hover-color: var(--bs-white);
   --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};*/
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  /*--bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};*/
} 
#btnCreateMain
{
  text-decoration: none; 
  color: #000000ff;
}
.iconHome
{
  color: #16df7e;
  font-size: 35px;

}
button.ui-dialog-titlebar-close::before {
  content: "X";
  position: absolute;
  top: 1px;
  left: 3px;
  line-height: 1rem;
  }
.msgerror
{
  color:red;
}

  /* input:read-only {
    background: #dddddd;
  } */

  .info-wrap {
    color: #0b1327ff; }
    .info-wrap h3 {
      color: #0b1327ff; }
    .info-wrap .dbox {
      width: 100%;
      color: #0b1327ff;
      margin-bottom: 25px; }
      .info-wrap .dbox:last-child {
        margin-bottom: 0; }
      .info-wrap .dbox p {
        margin-bottom: 0; }
        .info-wrap .dbox p span {
          font-weight: 500;

          color: #0b1327ff; }
        .info-wrap .dbox p a {
          color: #0b1327ff; }
      .info-wrap .dbox .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #aab8d7ff; }
        .info-wrap .dbox .icon span {
          font-size: 20px;
          color: #0b1327ff; }
      .info-wrap .dbox .text {
        width: calc(100% - 50px); }


        #edit-hide-sender1-value

        {
          visibility: hidden;
        }

        
#edit-hide-sender1-value::after
{

  width: 8mm;
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  height: 8mm;
  border: none;
  border-radius: 50%;
  /* padding-bottom: 1px; */
  /* background-color: white; */
  background-color: #E6E6E6;;
  font-family: "Font Awesome 5 Free";
  color:#0b1327ff;
  content: "\f06e"; /* check mark */
  bottom: 4px;
  left: 1px; 
  visibility: visible;
  position: relative;

}

#edit-hide-sender1-value:checked:after {
  position: relative;
  bottom: 4px;
  left: 1px;
  color: #0b1327ff;
  font-family: "Font Awesome 5 Free";
  content: "\f070"; /* check mark */
  background: #E6E6E6;
}
#edit-hide-sender2-value:checked:after + #nameSender { 
  text-decoration: line-through;
  color: gray; /* Opcional: cambia el color del texto tachado */
}

#nameSender2 {
  display: inline-block;
}


/* #btnHideUser:active{
  background:olive;
}

#btnHideUser:focus{
  background:olive;
} */

.btnSave {
  background-color: DodgerBlue; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  font-size: 16px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  content: "\f070"; /* check mark */
}



:root {
  --pri: #EAB71E;
  --sec: #EAB71E;
  --ter: #2B4D9B;
  --cua: #D92628;
  --com: rgba(0, 0, 0, 0.08);
}


.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

footer {
  background: var(--ter);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  place-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
  
}
.footer-container2 {
  width: 1140px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.footer {
  padding: 2rem;
}

footer {
  padding: 2rem;
  gap: 1rem;
}

.footer-container2 {
  width: 100%;
}
.footer {
  background: var(--ter);
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

a
{
  text-decoration: none;  
}



.links1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.links1 a {
  color: white;
  text-decoration: none;  
}

.links1 a:hover {
  color: var(--pri);
} 


.footer-container2 {
  width: 1140px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.street {
  display: flex;
  flex-direction: column;
  color: white;
}

.social {
  display: flex;
  gap: 1rem;
}

.sponsors {
  width: 1140px;
  display: flex;
  justify-content: end;
  gap: 2rem;
}

.mintel {
  display: flex;
  color: white;
  font-weight: 700;
  gap: 0.5rem;
}

.mintel img {
  width: 400px;
}
/* 
*/

.back {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  /* opacity: 0; */
  transition: opacity 0.2s ease-in-out;
}



.btn-back {
  background: white;
  color: var(--ter);
  border: 1px solid var(--ter);
  transition: all 0.2s ease-in-out;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.btn-back:hover {
  background: var(--ter);
  border: 1px solid var(--ter);
  color: white;
}

.back.active {
  pointer-events: auto;
  opacity: 1;
} 

.validator {
  padding: 8rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.validator-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.5rem;
  background: var(--ter);
}

.validator-container {
  position: relative;
  padding: 3rem 3rem 4rem 3rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  width: 800px;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid var(--com);
  box-shadow: 4px 4px 4px var(--com);
  align-items: center;
}

.validator-back {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.validator-form {
  margin-top: 2rem;
  width: 80%;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.validator-form span {
  background: var(--com);
  border: 1px solid var(--com);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.validator-code {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}

.codetext {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.codetext span {
  border: 1px solid var(--com);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.validator-btn {
  width: 80%;
  justify-content: center;
  background: white;
  color: var(--ter);
  border: 1px solid var(--ter);
  transition: all 0.2s ease-in-out;
}

.validator-btn:hover {
  background: var(--ter);
  border: 1px solid var(--ter);
  color: white;
}


.containerBEC {
  display: flex;
  align-items: center;
  width: 1140px;
}

.contentBEC {
  display: flex;
  flex-direction: column;
  width: 45%;
  text-align: justify;
}

.contentBEC h1,
.contentBEC h2 {
  width: 100%;
  font-weight: 500;
  margin-bottom: -0.5rem;
}

.contentBEC h1 {
  font-size: 2.388rem;
  letter-spacing: -0.15rem;
  white-space: nowrap;
}

.contentBEC h2 {
  font-size: 2.124rem;
  letter-spacing: -0.1rem;
  white-space: nowrap;
}

.contentBEC span {
  font-weight: 700;
}

.contentBEC p {
  margin-top: 0.5rem;
}
.buttonsBEC {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  
}
.buttonsBEC1 {
  display:flex;
  justify-content: center;
  gap: 1rem;
  /* margin-top: 1.5rem; */
  
}


.content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
}
.scrollBEC {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4%;
}
.lottie {
  width: 64%;
}

.section-about {
  background: var(--com);
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.section-about h2 {
  color: var(--ter);
}


.about-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  width: 1140px;
}

.about-content,
.about-content2,
.about-content3,
.about-content4 {
  background: white;
  height: fit-content;
  width: calc(100% / 2 - 1.5rem);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid var(--com);
  box-shadow: 4px 4px 4px var(--com);
}

.about-content {
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}

.about-content2 {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.about-content2 p {
  margin-left: 4.5rem;
}

.about-content3 {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.about-content4 {
  padding: 1.5rem;
}

.about-content4 h4 {
  margin-left: 4.5rem;
}

.about-content h2 span {
  color: var(--pri);
}

.about-content2 h4,
.about-content3 h4,
.about-content4 h4 {
  font-weight: 500;
}

.about-content2 h4 span,
.about-content3 h4 span,
.about-content4 h4 span {
  color: var(--ter);
}

.about-required {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.about-list {
  position: relative;
  display: flex;
  gap: 0.5rem;
}

.about-list svg {
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 1rem;
  height: 1rem;
}

.about-text {
  margin-left: 1.5rem;
}

.about-lottie {
  position: absolute;
  top: calc(50% - 172px);
  left: calc(50% - 124px);
  width: 232px;
}

.create {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
}

.create-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 1140px;
}

.create-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.create-contentP {
  display: flex;
  flex-direction: column;
  text-align:justify;
}

.about-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-info h2 span {
  color: var(--pri);
}
.create-contentP h2 span {
  color: var(--pri);
}
 .create-content h2  {
  color: var(--ter);
} 

.create-content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.create-cards {
  padding-top: 3.5rem;
  display: flex;
  gap: 2.5rem;
}

.create-icon {
  margin-top: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--com);
}

.create-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  flex: 1;
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--com);
  box-shadow: 4px 4px 4px var(--com);
}

/* .card a {
  color: var(--ter);
  font-weight: 500;
} */

.line {
  width: 100%;
  height: 1px;
  background: var(--pri);
}

.create-required {
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.create-required ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  text-align: start;
  margin-bottom: 1rem;
}


.create-requiredP {
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.create-requiredP ul li {
  /* display: flex; */
  flex-wrap: nowrap;
  /* align-items: center; */
  gap: 0.5rem;
  /* text-align: start; */
  margin-bottom: 1rem;
}

.notification {
  background: var(--com);
  padding: 4rem 0;
  display: flex;
  justify-content: center;
}

.notification-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 1140px;
}

.notification-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notification-info h2  {
  color: var(--ter);
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem;
}

.grid div {
  background: white;
  padding: 1.5rem;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.grid div .notification-lottie1,
.grid div .notification-lottie2,
.grid div .notification-lottie3,
.grid div .notification-lottie4 {
  background: transparent;
  padding: 0;
}

.notification-lottie1 dotlottie-player {
  width: 316px;
  margin-left: -8rem;
}

.notification-lottie2 dotlottie-player {
  width: 200px;
  margin-left: -2.5rem;
}

.notification-lottie3 dotlottie-player,
.notification-lottie4 dotlottie-player {
  width: 200px;
  margin-right: -2.5rem;
}

.grid div .notification-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}

.grid div .notification-title {
  display: flex;
  padding: 0;
  flex-direction: row;
  gap: 0.5rem;
}

.grid div .notification-title span {
  text-align: center;
  font-weight: 500;
  color: white;
  background: var(--ter);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2.5rem;
}

.grid div:first-child {
  grid-column: 1 / 2;
}

.grid div:nth-child(2) {
  grid-column: 2 / 3;
}

.grid div:nth-child(3) {
  grid-column: 1 / 2;
}

.grid div:nth-child(4) {
  grid-column: 2 / 3;
}

.notification-title h5 {
  font-size: 1.2rem;
}

.process {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
}

.process-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  width: 1140px;
}

.process-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.process-content p a {
  color: var(--ter);
  font-weight: 500;
}

.process-content h2  {
  color: var(--ter);
}
.faqs-content h2  {
  color: var(--ter);
}

.process-content2 {
  display: flex;
  gap: 2.5rem;
}

.process-card {
  position: relative;
  padding: 2.5rem 2rem 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  border: 1px solid var(--com);
  box-shadow: 4px 4px 4px var(--com);
}

.process-icon {
  position: absolute;
  top: -2rem;
  left: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--ter);
  border: 2px solid var(--com);
}

.process-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.process-info p a {
  color: var(--ter);
  text-decoration: underline;
}

.process-required {
  margin-top: 0.5rem;
  padding: 0 rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.process-required ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  text-align: start;
  margin-bottom: 1rem;
}

.ul li span {
  text-align: center;
  font-weight: 500;
  color: white;
  /*background: var(--cua);*/
  background: #2b9b34;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2.5rem;
}

.ul li strong {
  font-weight: 500;
}

.faqs {
  background: var(--com);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}

.accordion {
  width: 1140px;
  margin: 0 auto;
}

.faqs-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-item {
  margin-bottom: 1.5rem;
}

.faq-header {
  padding-left: 1rem;
  background: white;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question {
  margin: 0;
}

.faq-answer {
  border-top: 1px solid var(--com);
  background: white;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  color: rgba(0, 0, 0, 0.8);
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.faq-toggle {
  background: white;
  color: var(--ter);
  border: 1px solid var(--ter);
  transition: all 0.2s ease-in-out;
}

.faq-toggle:hover {
  background: var(--ter);
  border: 1px solid var(--ter);
  color: white;
}

.show-icon,
.hide-icon {
  display: inline-block;
}

.hide-icon {
  display: none;
}

.stats {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 4rem 0;
}

.stats-container {
  display: flex;
  width: 1140px;
  gap: 2.5rem;
}

.stat {
  background: white;
  border-radius: 0.5rem;
  border: 1px solid var(--com);
  box-shadow: 4px 4px 4px var(--com);
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
  flex: 1;
}

.stat h2 {
  color: var(--pri);
}

.counter {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.counter.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  background: var(--ter);
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.footer-container1 {
  width: 1140px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}



footer {
  background: var(--ter);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  place-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
}



.street {
  display: flex;
  flex-direction: column;
  color: white;
}

.social {
  display: flex;
  gap: 1rem;
}

.sponsors {
  width: 1140px;
  display: flex;
  justify-content: end;
  gap: 2rem;
}

.mintel {
  display: flex;
  color: white;
  font-weight: 700;
  gap: 0.5rem;
}

.mintel img {
  width: 400px;
}




.validator {
  padding: 8rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.validator-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.5rem;
  background: var(--ter);
}

.validator-container {
  position: relative;
  padding: 3rem 3rem 4rem 3rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  width: 800px;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid var(--com);
  box-shadow: 4px 4px 4px var(--com);
  align-items: center;
}

.validator-back {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.validator-form {
  margin-top: 2rem;
  width: 80%;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.validator-form span {
  background: var(--com);
  border: 1px solid var(--com);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.validator-code {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}

.codetext {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.codetext span {
  border: 1px solid var(--com);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.validator-btn {
  width: 80%;
  justify-content: center;
  background: white;
  color: var(--ter);
  border: 1px solid var(--ter);
  transition: all 0.2s ease-in-out;
}

.validator-btn:hover {
  background: var(--ter);
  border: 1px solid var(--ter);
  color: white;
}


/* .btnLoggedYes
{
  display: none;
} */
@media (max-width: 1024px) {
  header {
    position: sticky;
    top: 0;
    padding: 0.8rem 4rem;
  }

  .header-container {
    width: 100%;
  }

  .login-container {
    width: 100%;
  }

  .user {
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;
    width: 100%;
  }

  .login-user {
    text-align: end;
    width: 100%;
  }

  .login-user a button {
    display: flex;
  }

  .user a button {
    display: flex;
  }

  header a button {
    display: none;
  }

  /* nav {
    display: none;
  } */

  .hamburger {
    display: block;
  }

  .menu-overlay.show {
    transform: translateX(0);
  }

  .hero {
    padding: 4rem;
    height: auto;
  }

  .containerBEC {
    width: 100%;
    gap: 2rem;
  }

  .contentBEC,
  .content2 {
    width: 100%;
  }

  .contentBEC h1 {
    font-size: 3.2vw;
  }

  .contentBEC h2 {
    font-size: 2.78vw;
  }

  .contentBEC h1,
  .contentBEC h2 {
    text-align: center;
    line-height: 2.5rem;
  }

  .lottie {
    width: 100%;
  }

  .scrollBEC {
    width: 8%;
  }

  .section-about {
    padding: 4rem;
  }

  .about-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .about-container h4 {
    text-align: center;
  }

  .about-content h2 {
    text-align: center;
  }

  .about-content,
  .about-content2,
  .about-content3,
  .about-content4 {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
  }

  .about-content {
    order: 1;
  }

  .about-content2 {
    order: 3;
  }

  .about-content2 p {
    margin-left: 0;
  }

  .about-content3 {
    order: 2;
  }

  .about-content4 {
    order: 4;
  }

  .about-content4 h4 {
    margin-left: 0;
  }

  .about-lottie {
    width: 50%;
    position: static;
  }

  .create {
    padding: 4rem;
  }

  .create-container {
    width: 100%;
  }

  .create-cards {
    gap: 2rem;
  }

  .createcard {
    justify-content: center;
  }

  .create-required {
    padding: 0 0.5rem;
  }

  .create-requiredP {
    padding: 0 0.5rem;
  }

  .notification {
    padding: 4rem;
  }

  .notification-container {
    width: 100%;
    gap: 3.5rem;
  }

  .grid {
    gap: 2rem
  }

  .grid div {
    padding: 2rem;
    flex-direction: column;
  }

  .grid div .notification-lottie1,
  .grid div .notification-lottie2,
  .grid div .notification-lottie3,
  .grid div .notification-lottie4 {
    margin-top: -3rem;
  }

  .notification-lottie1 dotlottie-player {
    width: 250px;
    margin-top: 0;
  }

  .notification-lottie2 dotlottie-player,
  .notification-lottie3 dotlottie-player,
  .notification-lottie4 dotlottie-player {
    width: 156px;
    order: 1;
    margin: 0;
  }

  .grid div .notification-content {
    order: 2;
  }

  .process {
    padding: 4rem;
  }

  .process-container {
    width: 100%;
  }

  .process-content2 {
    gap: 2rem;
  }

  .process-card {
    padding: 3rem 1rem 1.5rem 1rem;
  }

  .process-icon {
    left: auto;
    width: 4rem;
    height: 4rem;
  }

  .process-icon svg {
    width: 1.5rem;
  }

  .process-required {
    padding: 0;
  }

  .faqs {
    padding: 4rem;
  }

  .accordion {
    width: 100%;
  }

  .stats {
    padding: 4rem;
  }

  .stats-container {
    gap: 1.5rem;
    width: 100%;
  }

  .footer {
    padding: 2rem;
  }

  .footer-container1 {
    width: 100%;
  }

  footer {
    padding: 2rem;
    gap: 1rem;
  }

  .footer-container2 {
    width: 100%;
  }

  .sponsors {
    width: 100%;
  }

  .mintel img {
    width: 300px;
  }

  .validator {
    padding: 4rem;
  }

  .validator-container {
    width: 80%;
    gap: 1.5rem;
  }

  .validator-form {
    width: 100%;
  }

  .captcha {
    width: 100%;
  }

  .validator-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .process-content2 {
    flex-direction: column;
    gap: 3rem;
  }
  .btnLoggedNot
  {
    display: none;
  }
}

@media (max-width: 767px) {
  .btnLoggedNot
  {
    display: none;
  }
  html {
    font-size: 14px;
  }

  header {
    padding: 0.8rem 2rem;
    gap: 1rem;
  }

  .hero {
    padding: 2rem 2rem 5rem;
    height: auto;
  }

  .containerBEC {
    flex-direction: column;
    gap: 2rem;
  }

  .contentBEC {
    align-items: center;
    text-align: center;
    order: 2;
  }

  .contentBEC h1 {
    font-size: 6.5vw;
  }

  .contentBEC h2 {
    font-size: 5.8vw;
  }

  .contentBEC h1,
  .contentBEC h2 {
    line-height: 3rem;
  }

  .content2 {
    order: 1;
  }

  .lottie {
    width: 100%;
  }

  .section-about {
    padding: 4rem 2rem;
  }

  .about-container {
    gap: 1.5rem;
  }

  .about-container h4 {
    font-size: 1.29rem;
  }

  .about-content,
  .about-content2,
  .about-content3,
  .about-content4 {
    padding: 2rem;
  }

  .about-content h2 {
    line-height: 2.5rem;
  }

  .about-lottie {
    width: 72%;
  }

  .create {
    padding: 4rem 2rem;
  }

  .create-container {
    gap: 1.5rem;
  }

  .create-content h2 {
    line-height: 2.5rem;
  }
  .create-contentP h2 {
    line-height: 2.5rem;
  }
  .create-content2 {
    text-align: center;
  }

  .create-content2 h4 {
    line-height: 2rem;
  }

  .createcard {
    padding: 2rem;
  }

  .create-cards {
    padding-top: 2.5rem;
    gap: 3.5rem;
    flex-direction: column;
  }

  .create-required {
    gap: 0.5rem;
    padding: 0;
  }

  .create-requiredP {
    gap: 0.5rem;
    padding: 0;
  }
  .notification {
    padding: 4rem 2rem;
  }

  .notification-info {
    text-align: center;
    gap: 0.5rem;
  }

  .notification-info h2 {
    line-height: 2.5rem;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 2.5rem;
  }

  .grid div:first-child {
    grid-column: 1 / -1;
  }

  .grid div:nth-child(2) {
    grid-column: 1 / -1;
  }

  .grid div:nth-child(3) {
    grid-column: 1 / -1;
  }

  .grid div:nth-child(4) {
    grid-column: 1 / -1;
  }

  .grid div .notification-content {
    align-items: center;
  }

  .process {
    padding: 4rem 2rem;
  }

  .process-card {
    padding: 2.5rem 2rem 2rem 2rem;
  }

  .process-container {
    gap: 3.5rem;
  }

  .process-content h2 {
    line-height: 2.5rem;
  }

  .process-required {
    gap: 0.5rem;
  }

  .faqs {
    padding: 4rem 2rem;
  }

  .stats {
    padding: 4rem 2rem;
  }

  .stats-container {
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 1rem;
  }

  .stat {
    gap: 0;
    flex: auto;
    /* width: calc(100% / 2 - 1rem); */
    width: 100%;
  }

  .stat h2 {
    letter-spacing: -0.16rem;
  }

  .footer-container1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-container2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .sponsors {
    flex-direction: column;
    align-items: center;
  }

  .mintel img {
    width: 100%;
  }
}
.justifyP
{
  text-align:justify;
}
.tabledrag-toggle-weight-wrapper
{
  display: none;
}
.tabledrag-hide
{
  display: none;
}
/* .edit-attached-files-weight, .tabledrag-toggle-weight,.tabledrag-hide
{
  display: none;
} */
/* .form-managed-file form-file 
{
  display: none;
} */
td [id^="edit-attached-files-0-upload--"]{
  display: none;
} 

/*
 * Override the width of the table set by Bootstrap content styles.
 * See: https://github.com/ckeditor/ckeditor5/issues/3253.
 */
 .ck-content table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  outline: 0;
  max-width: 100%;
  max-height: 100%;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.modal-title {
  margin: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.close {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
  outline: none;
}
.modal-body {
  position: relative;
  padding: 1rem;
  overflow-y: auto;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* .tableTest
{
  border: solid 1px blue;
  background-color: red;
} */
.tableTest{
  /* border: 1px solid; */
  color:red;
  /* border: 2px solid; */
}
.tableLeftBorder{
  border-left: 3px solid;
  font-weight: 600px;
}
.tableRightBorder{
  border-right: 3px solid;
}
.tableTopBorder{
  border-top: 3px solid;
}
.tableBottomBorder{
  border-bottom: 3px solid;
}

/* Paleta de colores para CKEditor 5 */

.color-red { background-color: #ff0000; }
.color-green { background-color: #00ff00; }
.color-blue { background-color: #0000ff; }
.color-yellow { background-color: #ffff00; }
.color-black { background-color: #000000; }
.color-white { background-color: #ffffff; }
.color-gray { background-color: #808080; }


/* ---- Cross-editor content styles. --------------------------------------------------------------- */
.ck.ck-content:not(.ck-style-grid__button__preview):not(.ck-editor__nested-editable) {
  /* Make sure all content containers have some min height to make them easier to locate. */
  min-height: 300px;
  padding: 1em 1.5em;
}

/* Make sure all content containers are distinguishable on a web page even of not focused. */
.ck.ck-content:not(:focus) {
  border: 1px solid var(--ck-color-base-border);
}

/* Fix for editor styles overflowing into comment reply fields */
.ck-comment__input .ck.ck-content {
  min-height: unset;
  border: 0;
  padding: 0;
}

/* Font sizes and vertical rhythm for common elements (headings, lists, paragraphs, etc.) */
.ck-content h1 {
  font-size: 2.3em;
}
.ck-content h2 {
  font-size: 1.84em;
}
.ck-content h3 {
  font-size: 1.48em;
}
.ck-content h4 {
  font-size: 1.22em;
}
.ck-content h5 {
  font-size: 1.06em;
}
.ck-content h6 {
  font-size: 1em;
}
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  line-height: 1.2em;
  padding-top: 0.8em;
  margin-bottom: 0.4em;
}
.ck-content blockquote,
.ck-content ol,
.ck-content p,
.ck-content ul {
  font-size: 1em;
  line-height: 1.6em;
  padding-top: 0.2em;
  margin-bottom: var(--ck-spacing-large);
}

.ck-content {
  /* font-family: "Times New Roman", Time, serif; */
  line-height: 1.4;
}

#cke5-editor-types-demo-document {
  --ck-document-outline-indent-level-2: 1.1em;
  --ck-document-outline-indent-level-3: 2.2em;
  --ck-document-outline-item-active-color: var(--color-tang-6);
  --editor-background:#e3e8ed;
  position: relative;
  border: 1px solid var(--ck-color-base-border);
  border-radius: var(--ck-border-radius);
  /* Set vertical boundaries for the document editor. */
  max-height: 80vh;
  /* This element is a flex container for easier rendering. */
  display: flex;
  flex-flow: column nowrap;
}

.cke5-editor-types-demo-document__toolbar-container {
  /* Make sure the toolbar container is always above the editable. */
  z-index: 2;
  /* Create the illusion of the toolbar floating over the editable. */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  /* Use the CKEditor CSS variables to keep the UI consistent. */
  border-bottom: 1px solid var(--ck-color-toolbar-border);
  position: sticky;
  top: var(--header-height);
}

/* Adjust the look of the toolbar inside of the container. */
.cke5-editor-types-demo-document__toolbar-container .ck-toolbar {
  border: 0;
  border-radius: 0;
}

/* Make the editable container look like the inside of a native word processor app. */
.cke5-editor-types-demo-document__content-container {
  padding: clamp(1rem, 0.85rem + 0.74vw, 1.5rem);
  background: var(--editor-background);
  /* Make it possible to scroll the "page" of the edited content. */
  overflow-y: scroll;
}

.cke5-editor-types-demo-document__content-container .cke5-editor-types-demo-document__content {
  /* Set the dimensions of the "page". */
  max-width: 21cm;
  width: 100%;
  min-height: 21cm;
  /* Keep the "page" off the boundaries of the container. */
  padding: 2cm 2.4cm;
  border-color: transparent;
  border-radius: var(--ck-border-radius);
  background: white;
  /* The "page" should cast a slight shadow (3D illusion). */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  /* Center the "page". */
  margin: 0 auto;
}

.cke5-editor-types-demo-document__content-container .cke5-editor-types-demo-document__content.ck-focused {
  border: var(--ck-focus-ring);
}

#cke5-editor-types-demo-document {
  display: grid !important;
  grid-template-columns: 1fr 22cm;
  grid-template-rows: auto 1fr;
}

@media screen and (max-width: 1100px) {
  .cke5-editor-types-demo-document__content-container .cke5-editor-types-demo-document__content {
    padding: 0.5cm;
  }
}
@media screen and (max-width: 1100px) {
  #cke5-editor-types-demo-document {
    grid-template-columns: 1fr;
  }
}
#cke5-editor-types-demo-document {
  display: grid !important;
  grid-template-columns: 1fr minmax(75%, 22cm);
  grid-template-rows: auto 1fr;
}

.cke5-editor-types-demo-document__toolbar-container {
  grid-column: 1/3;
}

@media screen and (max-width: 1100px) {
  .cke5-editor-types-demo-document__content-container {
    grid-column: 1/3;
  }
  .cke5-editor-types-demo-document__outline {
    display: none;
  }
  .cke5-editor-types-demo-document__outline [class*=-toggle] {
    opacity: 0.5;
    padding: var(--ck-spacing-small);
  }
  .cke5-editor-types-demo-document__outline [class*=-toggle]:hover {
    opacity: 1;
  }
}
.cke5-editor-types-demo-document__outline {
  background: var(--editor-background);
  overflow-x: auto;
  max-height: 80vh;
}

#cke5-editor-types-demo-document {
  --ck-document-outline-indent-level-2: 1.1em;
  --ck-document-outline-indent-level-3: 2.2em;
  --ck-document-outline-item-active-color: var(--color-tang-5, #743ccd);
}

#cke5-editor-types-demo-document .ck-document-outline__item {
  line-height: 1.1em;
  max-width: 27ch;
}

#cke5-editor-types-demo-document .ck-content .ck-widget.table-of-contents ol {
  margin-bottom: var(--ck-spacing-tiny);
}

@media screen and (min-width: 1100px) {
  #cke5-editor-types-demo-document.outline-collapsed {
    grid-template-columns: 35px minmax(22cm, 100%);
  }
  .cke5-editor-types-demo-document__wrapper.outline-collapsed .ck-document-outline {
    display: none;
  }
}
.cke5-editor-types-demo-document__wrappper {
  grid-template-columns: 1fr minmax(75%, 22cm);
}