* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
.logo-header {
    max-width: 440px;
    height: 100px;
    padding-left: 35px;
}
.logo_mintra{
    top: 20px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 365px;
    height: 75px;
    }
html {
  font-size: 100%;
}
.btn-login a:focus, a:hover {
  color: #fff;
  text-decoration: underline;
}
.btn-link a:focus, a:hover {
  color: #337ab7;
  text-decoration: underline;
};
body {
  background-color: #f4f4f4;
  color: #333;
  font-size: 1rem;
}

header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0.625rem 1.875rem; */
  border-bottom: 0.125rem solid #ccc;
}

.hero {
     display: flex;
    justify-content: flex-end;
    /* gap: 1.875rem; */
    align-items: center;
    background: url(/images/fondo2025.jpg) no-repeat center center;
    background-size: cover;
    padding: 3.75rem 4.375rem 3.75rem 9.5rem;
    min-height: 37.5rem;
}

.login-box {
    background-color: white;
    padding: 1.6rem 3.125rem;
    border-radius: 1.28rem;
    max-width: 37.75rem;
    width: 100%;
    color: #333;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
}


.hero-left {
    width: 41%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2.875rem 2.6rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 0;
}

.hero-left h1 {
  color: #FF922F;
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 100%;
}

.hero-left p,
.hero-left li,
.hero-left small {
  color: #fff;
  font-size: 2em;
}

.hero-left li {
  margin: 0.9375rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.hero-left li::before {
  content: "✔";
  color: #FF922F;
  position: absolute;
  left: 0;
}

.login-box input,
.login-box select {
     width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.9375rem;
    border: 0.0825rem solid #555869;
    border-radius: 0.575rem;
    font-size: 1.15rem;
}

.hero-right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.login-box h2 {
    text-align: center;
    color: #D22826;
    font-weight: 700;
    font-size: 2.1625rem;
    line-height: 1.75rem;
    padding-bottom: 15px;
}

.login-box label {

  font-size: 1.28rem;
  line-height: 1.375rem;
      margin-top: 1.45rem;
  display: block;
}

.btn-login {
 

  display: block; /* ocupa toda la línea */
    background-color: #d60000;
    color: white;
    border: none;
    width: 100%;
    font-size: 1.2rem;
 
    margin-top: 0.9375rem;
    padding: 0.52rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none; /* quita el subrayado */
}

.login-box .links {
  text-align: center;
  margin-top: 1.2rem;
}

.login-box .links a {
  color: #0056b3;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  
}

.login-box .links a:hover {
  text-decoration: underline;
}

.manual-links {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    padding-top: 1.625rem;
    border-top: 1px solid #A7A7A7;
}

.manual-links a {
  color: #0056b3;
  font-size: 1.0rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.manual-links a:hover {
  text-decoration: underline;
}

.manual-links img {
  width: 0.875rem;
  height: 0.875rem;
}

.faq {
  background: #ffffff;
  border: 0.0625rem solid #e0e0e0;
  padding: 1.875rem 1.25rem;
  margin: 2.5rem auto;
  max-width: 56.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.faq-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: #333;
}

.faq-section {
  background-color: #f8f9fa;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-container {
 background-color: #ffffff;
    border-radius: 0.75rem;
    border: 0.0625rem solid #dee2e6;
    box-shadow: 0 0.25rem 1rem rgba(0, 123, 255, 0.1);
    padding: 1.25rem 1.875rem;
    max-width: 100.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9375rem;
}

.faq-text {
  font-size: 1.5em;
  color: #000000;
  margin: 0;
font-weight: 500;
font-style: Medium;
line-height: 32px;
letter-spacing: 0%;

}
.faq-item {
  font-size: 1.25em;
  color: #000000;
  margin: 0;
font-weight: 500;
font-style: Medium;
line-height: 32px;
letter-spacing: 0%;

}
.btn-faq {
  background-color: #ffffff;
  color: #d50000;
  border: 0.125rem solid #d50000;
  padding: 0.625rem 1.125rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-faq:hover {
  background-color: #d50000;
  color: #ffffff;
}

.faq-accordion {
  max-width: 56.25rem;
  width: 100%;
  margin-top: 1.25rem;
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.625rem;
}

.faq-question {
  font-weight: bold;
  margin-bottom: 0.3125rem;
}

.faq-answer {
  color: #444;
  margin-bottom: 0.9375rem;
}



.videos {
  background-color: #ffffff;
  padding: 1.25rem 5rem;
}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}
  .videos-flex {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .video-item {
        flex: 1 1 calc(32% - 20px);
        background: white;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
   
 .videos-container {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 40px 0;
    }
  
   
  
/* .video-item {
  flex: 1 1 30%;
  min-width: 17.5rem;
  padding: 10px;
} */

.video-item p {
      height: 50px;
   font-size:  1.325em;
  margin-bottom: 0.625rem;
font-weight: 400;
font-style: Regular;
line-height: 100%;
letter-spacing: 0%;
padding-right: 25%;

}
.footer-custom {
        background-color: #4D4D4D;
    color: white;
    padding: 17px 20px;
    font-family: sans-serif;
    background-size: 100% auto;
}

/* .footer-border-top,
.footer-border-bottom {
    height: 10px;
    background-image: url('/images/linea_footer.png'); /* reemplaza por tu greca 
    background-repeat: repeat-x;
    background-size: contain;
} */
.footer-border-top,
.footer-border-bottom {
  background-color: #4D4D4D;
  display: block;
  width: 100%;
  height: 1.725rem; /* 10px */
  background-image: url('/images/linea_footer.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.footer-content {
    max-width: 1640px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
}
.footer-container {
     max-width: 1600px;
  margin: auto;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.footer-link {
     color: white;
    text-decoration: underline;
    font-size: 1rem;
}

.footer-social-icons {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.footer-social-icons img {
    width: 20px;
    filter: brightness(0) invert(1); /* blanco */
    transition: transform 0.2s;
}

.footer-social-icons img:hover {
    transform: scale(1.1);
}

.footer-logo {
    width: 160px;
    /* display: block; */
    margin: 0 auto;
}

.footer-column.center {
    text-align: left;
        margin: 33px 25%;
}
.footer-column.right {
    text-align: right;
}
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-column.right,
    .footer-column.center {
        text-align: left;           
    }
    .footer-social-icons {
        justify-content: flex-start;
    }
    .footer-logo {
        margin: 1rem 0 0 0;
    }
}
.check-circle {
  background-color: #FF922F;
  color: white;
  border-radius: 50%;
  padding: 0.125rem 0.25rem;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.accordion-title {
  font-size: 2rem;
  color: #ffffff;
  margin-top: 1.25rem;
  cursor: pointer; 
  align-items: center;
  justify-content: space-between;
}
.accordion-title .check-circle {
  display: inline-block;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  margin-left: 0.625rem;
  font-size: 1rem;
}
.arrow {
  color: #FF922F;
  font-weight: bold;
   font-size: 1.8rem;
  margin-left: 0.8125rem;
}
.accordion-content {
  padding-right: 55px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: justify;
  color: #fff;
  display: none;
  margin-top: 0.625rem;
  padding-left: 4.875rem;
}
#accessibility-toggle {
  position: fixed;
    top: 8.5rem;
    left: 4.25rem;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#accessibility-toggle img{
  width: 15.75rem;
}
#accessibility-menu {
     position: fixed;
    top: 11.7125rem;
    left: 7.75rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    display: none;
    flex-direction: column;
    z-index: 999;
    width: 12.95rem;
    cursor: pointer;
}
#accessibility-menu button {
  background-color: #f4f4f4;
  border: 0;
  padding: 0.68rem;
  font-size: 1.1rem;
  text-align: left;
  border: 2px solid #7E90B4;
  width: 11.05rem;
}
body.high-contrast {
  filter: invert(100%) hue-rotate(180deg);
}
body.grayscale {
  filter: grayscale(100%);
}
body.purple-filter {
  filter: contrast(1.2) brightness(0.9) sepia(1) hue-rotate(260deg) saturate(3);
}
body.soft-contrast {
  filter: contrast(1.2);
}
.obligatorio-info {
    text-align: right;
    font-size: 1.251rem; /* equivalente a 14px si 1rem = 16px */
    margin-bottom: 1.25rem; /* 10px */
}
.obligatorio-rojo {
    color: #D22826;
    margin-right: 0.25rem;
}
.info-section {
        background-color: #EFEFEF;
        padding: 60px; /* en desktop */
    }
.info-section p {
        font-weight: 400;
        line-height: 1.6;
        text-align: justify;
        font-size: 1.5em;
        margin: 0; /* Quitamos márgenes externos */   
    }
/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1510px) {
  .footer-column {
    flex: 1;
    min-width: 78px;
}
  .hero-left {
    width: 44%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2.875rem 2.6rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 30px!important;
}
 }
@media (max-width: 1210px) {
  .hero-left {
    width: 44%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2.875rem 2.6rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 27px;
}
  .hero {
    flex-direction: column; padding: 3.75rem 2.375rem 3.75rem 0.5rem;
    
  }
.hero-left {
    width: 70%;
    background-color: rgba
#00000099
(0, 0, 0, 0.6);
    padding: 2.875rem 2.6rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 0;
}
.hero-right {
    width: 100%;
    display: flex;
    padding-top: 15px; 
    justify-content: center;
}
}
@media (max-width: 1402px) {
  .logo-header {
    max-width:460px;
    height: 90px;
}
.logo_mintra{
    top: 20px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 305px;
    height: 62px;
    }
  .footer-column {
    flex: 1;
    min-width: 78px;
}
  .hero {
     display: flex;
    justify-content: flex-end;
    /* gap: 1.875rem; */
    align-items: center;
    background: url(/images/fondo2025.jpg) no-repeat center center;
    background-size: cover;
    padding: 3.75rem 2.375rem 3.75rem 0.5rem;
    min-height: 37.5rem;
  }

}

@media (max-width: 858px) {
    .logo-header {
    max-width:410px;
    height: 80px;
}
.logo_mintra{
    top: 2px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 305px;
    height: 62px;
    }
 .footer-content { flex-direction: column; text-align: center; min-width: 100%;}
  .footer-column { flex-direction: column; text-align: center;min-width: 100%; }
  .footer-column.center { margin: 0; text-align: center; min-width: 100%;}
  .footer-column.right { margin: 0; text-align: center; min-width: 100%;}
  .footer-social-icons { justify-content: center; }
  .hero-left {
    width: 100%;
    background-color: rgba
#00000099
(0, 0, 0, 0.6);
    padding: 2.875rem 2.6rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 0;
}
  .header { flex-direction: column; text-align: center; }
  .hero { padding: 2rem 1rem; }
  .login-box { padding: 1rem; }
  .video-item { flex: 1 1 100%; }
   .video-item p { margin-bottom: 1.625rem;}
  .faq-container { flex-direction: column; align-items: stretch; }
  .manual-links { flex-direction: column; align-items: center; }
  .header-left {
        text-align: center;
    }
    .logo-header {
        max-width: 80%; /* un poco más pequeño en móviles */
    }
    .info-section {
            padding: 30px 20px;
        }
        .info-section p {
            font-size: 1.1em;
            text-align: left; /* mejor legibilidad en pantallas pequeñas */
        }
        .hero-right {  padding-top: 15px; }
}
@media (max-width: 659px) {
    .logo-header {
    max-width:310px;
    height: 60px;
}
.logo_mintra{
    top: 2px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 275px;
        height: 57px;
    }
    }
@media (max-width: 585px) {
 .logo-header {
    max-width:260px;
    height: 60px;
}
.logo_mintra{
    top: 2px;
            margin-right: 0pc;
        position: absolute;
    right: 25px;
    max-width: 260px;
    height: 52px;
    }
  .hero  {  padding: 0.6rem 0.6rem; }
  /* .hero-left { display: none; } */
  .accordion-title {
    font-size: 1.3rem;
    color: #ffffff;
    margin-top: 1.25rem;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
}
     .hero-right {  padding-top: 15px; }
    .hero-left p {
        font-size: 1.4rem;
    }
    .hero-left {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4.875rem 2.6rem;
    border-radius: 1.5rem;
    text-align: left;
    /* display: block; */
    padding-left: 60;
    margin-right: 0;
}
  .hero-left h1 { font-size: 2rem; }
  .hero-left p { font-size: 1rem; padding: 0px!important;}
  .btn-login { font-size: 1rem; padding: 0.5rem; }
  .login-box label {font-size: 1.2rem;}
  .video-item p { margin-bottom: 1.625rem;}
  .footer-content { flex-direction: column; text-align: center; min-width: 100%;}
  .footer-column { flex-direction: column; text-align: center;min-width: 100%; }
  .footer-column.center { margin: 0; text-align: center; min-width: 100%;}
  .footer-column.right { margin: 0; text-align: center; min-width: 100%;}
  .footer-social-icons { justify-content: center; }
  .header-left { text-align: center;
    }
    .logo-header {
        max-width: 80%; /* un poco más pequeño en móviles */
    }
    .info-section {
            padding: 20px 15px;
        }
        .info-section p {
            font-size: 1em;
        }
}
@media (max-width: 556px) {
.logo-header {
    max-width:200px;
    height: 50px;
}
.logo_mintra{
    top: 2px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 200px;
    height: 50px;
    } }
    @media (max-width: 415px) {
.logo-header {
    max-width:160px;
    height: 60px;
}
.logo_mintra{
    top: 2px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 160px;
    height: 52px;
    }
  .hero  {  padding: 0.6rem 0.6rem; }
  /* .hero-left { display: none; } */
  .text-accessible {  margin-left: 15px }
  .accordion-title {font-size: 0.9rem;color: #ffffff;margin-top: 1.25rem;cursor: pointer; align-items: flex-start; justify-content: space-between;}
  .accordion-title-img{   height: 30px;}
  .accordion-content{padding-right: 0.875rem;font-size: 0.9rem;line-height: 1.4;text-align: justify; color: #fff; margin-top: 0.425rem; padding-left: 0.875rem;}
  .hero-right { width: 100%; display: flex;justify-content: center; padding-top: 10px;}
  .hero-left p {  font-size: 1.1rem;}
  .hero-left {width: 100%; background-color: rgba(0, 0, 0, 0.6); padding: 4.875rem 1.5rem; border-radius: 1.5rem; text-align: left; padding-left: 60;margin-right: 0;}
  .hero-left h1 { font-size: 1.7rem; }
  .hero-left p { font-size: 0.9rem; padding: 0px!important;}
  .btn-login { font-size: 0.9rem; padding: 0.5rem; }
  .login-box label {font-size: 1rem;}
  .videos { background-color: #ffffff; padding: 1.25rem 0rem;}
  .video-item p { margin-bottom: 1.325rem;}
  .footer-content { flex-direction: column; text-align: center; min-width: 100%;}
  .footer-column { flex-direction: column; text-align: center;min-width: 100%; }
  .footer-column.center { margin: 0; text-align: center; min-width: 100%;}
  .footer-column.right { margin: 0; text-align: center; min-width: 100%;}
  .footer-social-icons { justify-content: center; }
  .header-left { text-align: center;  }
  .logo-header { max-width: 80%; /* un poco más pequeño en móviles */ }
  .info-section { padding: 20px 15px; }
  .info-section p { font-size: 0.9em; }
  .faq-title {  font-size: 18px;font-weight: 700;margin: 40px 20px;}
  .faq-item{  font-size: 16px;}
  .manual-links { flex-direction: column; align-items: flex-start; padding: 0px 25%; }
}