* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
.logo-header {
        margin-bottom: 6px;
    max-width: 390px;
    height: 55px;;
    padding-left: 92px;
    margin-top: 14px;
}
.logo_mintra{
        top: 2px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 365px;
    height: 60px;
    }
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: space-around;
    /* gap: 1.875rem; */
    align-items: center;
    background: url(/images/fondo2025.jpg) no-repeat center center;
    background-size: cover;
    padding: 2rem 3.375rem 2rem 0.5rem;
    min-height: 37.5rem;
}

.login-box {
    background-color: white;
    padding: 1.6rem 2.125rem;
    border-radius: 1.28rem;
    max-width: 24.75rem;
    width: 100%;
    color: #333;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
}


.hero-left {
         align-self: flex-end;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 0;
}

.hero-left h2 {
  color: #FF922F;
    font-weight: 600;
    font-size: 2.98rem;
    line-height: 100%;
}

.hero-left p,
.hero-left li,
.hero-left small {
  color: #fff;
  font-size: 1.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.3rem;
    /* margin-bottom: 0.9375rem; */
    border: 0.0825rem solid #555869;
    border-radius: 0.575rem;
    font-size: 0.9rem;
}

.hero-right {
  width: 40%;
  display: flex;
  justify-content: center;
}

.login-box h2 {
    text-align: center;
    color: #D22826;
    font-weight: 700;
    font-size: 1.4625rem;
    line-height: 1rem;
    padding-bottom: 2px;
}

.login-box label {
  font-size: 0.89rem;
    line-height: 1.375rem;
    margin-top: 1rem;
    display: block;
}

.btn-login {
 

  display: block; /* ocupa toda la línea */
    background-color: #c11637;
    color: white;
    border: none;
    width: 100%;
    font-size: 0.8rem;
 
    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: 0.8rem;
}

.login-box .links a {
  color: #0056b3;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  
}

.login-box .links a:hover {
  text-decoration: underline;
}

.manual-links {
    display: flex;
    justify-content: space-between;

    padding-top: 0.6rem;
    border-top: 1px solid #A7A7A7;
}

.manual-links a {
  color: #0056b3;
  font-size: 0.8rem;
  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: #bab5b5;
    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 3.25rem 5rem rgba(0, 123, 255, 0.1);
    margin: 10px 55px;
    padding: 0.5rem 1.875rem;
    max-width: 68.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9375rem;
}

.faq-text {
    font-size: 1em;
    color: #000000;
    margin: 0;
    font-weight: 600;
    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: 0.8rem;
  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(50% - 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: #e3183a;
    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 {
  background-color: #706666;
    display: block;
    width: 100%;
    height: 1.725rem;
    /* 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;
    margin-left: 7%;
}

.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: 253px;
    /* display: block; */
    margin: 0 auto;
    margin-right: 27%;
}

.footer-column.center {
        text-align: center;
    margin: 0px 10%;
}
.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: #c11637;
  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: 1.11rem;
  color: #ffffff;
  margin-top: 0.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: 0.8;
    line-height: 1.4;
    text-align: justify;
    color: #fff;
    display: none;
    margin-top: 0.5rem;
    padding-left: 2.5rem;
}
#accessibility-toggle {
      position: absolute;
    top: 7.5rem;
    left: 38%;
    cursor: pointer;
    z-index: 1; 
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#accessibility-toggle img{
  width: 10.85rem;
}
#accessibility-menu {
     position: absolute;
        top: 9.2125rem;
    left: 38%;
    border-radius: 0.625rem;
    padding: 0.625rem;
    display: none;
    flex-direction: column;
     z-index: 1; 
    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: 0.85rem;
    margin-bottom: 1rem;
    margin-top: 0.8rem;
}
.obligatorio-rojo {
    color: #D22826;
    margin-right: 0.25rem;
}
.info-section {
    background-color: #EFEFEF;
 
    position: relative;
    padding:  28px 55px;
    }
    .info-section::before,
.info-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;       /* grosor de la franja */
    background-color: #c8102e; /* rojo */
}

.info-section::before {
    left: 0;
}

.info-section::after {
    right: 0;
}


.info-section p {
    font-weight: 500;
    line-height: 1.1;
    text-align: justify;
    font-size: 1.30129em;
    margin: 22px 100px;      
    }
/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1510px) {
  .footer-column {
    flex: 1;
    min-width: 78px;
    margin-left: 7%;
}
  .hero-left {
            align-self: flex-end;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 30px!important;
}
 }
@media (max-width: 1210px) {
  .hero-left {
           align-self: flex-end;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    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 {
          align-self: center;
    width: 70%;
    background-color: rgba#00000099(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-align: left;
    display: block;
    padding-left: 60;
    margin-right: 0;
}
.hero-right {
    width: 100%;
    display: flex;
    padding-top: 84px; 
    padding-bottom: 20px;
    justify-content: center;
}
}
@media (max-width: 1402px) {
  .logo-header {
        margin-bottom: 6px;
    max-width: 390px;
    height: 55px;
    padding-left: 92px;
    margin-top: 14px;
}
.logo_mintra{
        top: 12px;
    margin-right: 0pc;
    position: absolute;
    right: 25px;
    max-width: 365px;
    height: 60px;;
    }
  .footer-column {
    flex: 1;
    min-width: 78px;
    margin-left: 7%;
}
  .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: 2rem 3.375rem 2rem 0.5rem;
    min-height: 37.5rem;
  }

}

@media (max-width: 858px) {
    .logo-header {
    max-width:410px;
    height: 80px;
    padding-left: 5%;
}
.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%;margin-left: 0px;}
  .footer-column { flex-direction: column; text-align: center;min-width: 100%;   margin-left: 0px;}
  .footer-column.center { margin: 0; text-align: center; min-width: 100%;margin-left: 0px;}
  .footer-column.right { margin: 0; text-align: center; min-width: 100%;margin-left: 0px;}
  .footer-social-icons { justify-content: center; }
  .hero-left {
    width: 100%;
    background-color: rgba#00000099(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    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: 70%; /* 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: 50px; }
}
@media (max-width: 659px) {
    .logo-header {
    max-width:310px;
    height: 55px;
}
#accessibility-toggle {
    position: absolute;
    top: 5.5rem;
    left: 38%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#accessibility-menu {
    position: absolute;
    top: 7.2125rem;
    left: 38%;
    border-radius: 0.625rem;
    padding: 0.6rem;
    display: none;
    flex-direction: column;
    z-index: 1;
    width: 10.95rem;
    cursor: pointer;
}
.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.1rem;
    color: #ffffff;
    margin-top: 1.25rem;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
}
        .hero-right {
        padding-top: 9dvh;
    }
    .hero-left p {
        font-size: 1.4rem;
    }
    .hero-left {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
            padding: 1rem 2rem;
    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: 0.8rem; padding: 0.5rem; }
  .login-box label {font-size: 0.89rem;}
  .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;
        }
        .footer-social-icons {
    display: -webkit-inline-box;
    justify-content: left;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.5rem;
}
    #accessibility-toggle {
        position: absolute;
        top: 5.5rem;
        left: 30%;
        cursor: pointer;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
}
@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) {
          .hero-right {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 59px;
    }
        .header-left {
        text-align: center;
        min-width: 58%;
    }
        .hero-left {
        align-self: baseline;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 1rem 2rem;
        border-radius: 1.5rem;
        text-align: left;
        padding-left: 60;
        margin-right: 0px;
    }
    .info-section p {
    font-weight: 500;
    line-height: 1.1;
    text-align: justify;
    font-size: 1.30129em;
    margin: 10px 10px;
}
.logo-header {
    max-width:160px;
    height: 55px;
}
.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: 24px;}
  .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: 40px;}
  .hero-left p {  font-size: 1.1rem;}
  .hero-left {  align-self: end;width: 100%; background-color: rgba(0, 0, 0, 0.6);padding: 1rem 2rem; 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.8rem; padding: 0.5rem; }
  .login-box label {font-size: 0.89rem;}
  .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%; }
}