:root {
    --blue-dark: #003354;
    --blue-button: #1a367c;
    --text-color: #333;
    --text-secondary: #CA6218;
    --text-tercendary: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
 body{

 margin: 0;
  padding: 0;
  background-color: rgb(5, 1, 43); 
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  background-image: 
    radial-gradient(at 0% 0%, rgba(81, 45, 168, 0.2) 0px, transparent 50%), 
    radial-gradient(at 100% 100%, rgba(0, 212, 255, 0.15) 0px, transparent 50%),
    radial-gradient(at 50% 50%, rgba(5, 1, 43, 1) 0px, transparent 100%);

  
  will-change: transform;
  transform: translateZ(0); 
  backface-visibility: hidden;
  
  pointer-events: none; 
}
.contenido-inicio{
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
   
}


.contenido-info{
    color: white;
    width:95%;
     height: auto;
    display: flex;
     justify-content: center;
    align-items: center;


}
.contenido-texto{
    font-size: 25px;
    width: 50%;
    padding-right:150px ;
     margin-bottom:0 ;
}
.contenido-texto h1{
    font-size: 60px;
    padding: 0;
    margin: 0;
white-space: nowrap;
  overflow: hidden; 
  border-right: 3px solid #00d4ff; 
  width: 0;
  
  
  animation: 
    typing 3.5s steps(30, end) forwards,
    blink-caret 0.75s step-end infinite;
}


@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #00d4ff }
}
.contenido-texto h1 samp{
    color:aqua;
}   
.contenido-texto h2{
 font-family: 'Courier New', monospace;
  color: #2ef8a0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-left: 3px solid #555;
  clip-path: polygon(0% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 2px solid #555; 
   animation: 
    typing-h2 4s steps(40, end) forwards,
    blink-h2 0.8s step-end infinite;
     margin-bottom: 15px;
  
  animation-delay: 1.5s; 
}

@keyframes typing-h2 {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink-h2 {
  from, to { border-color: transparent; }
  50% { border-color: none; }
}
.contenido-texto p{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.contenido-texto button {
    
  --main-color: rgb(104, 250, 255);
  --main-bg-color: rgba(208, 252, 226, 0.36);
  --pattern-color: rgba(255, 255, 255, 0.073); 
  filter: hue-rotate(0deg);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  background: radial-gradient( circle,var(--main-bg-color) 0%,  rgba(0, 0, 0, 0) 95%),
    linear-gradient(var(--pattern-color) 1px, transparent 1px),
    linear-gradient(to right, var(--pattern-color) 1px, transparent 1px);
  background-size:cover,15px 15px,15px 15px;
  background-position: center center,center center,center center;
  border-image: radial-gradient(  circle,var(--main-color) 0%,rgba(0, 0, 0, 0) 100% )1;
  border-width: 1px 0 1px 0;
  color: var(--main-color);
  padding: 1rem 3rem;
  font-weight: 700;
  font-size: 1.5rem;
  transition: background-size 0.2s ease-in-out;
}

.contenido-texto button:hover {
  background-size:cover,  10px 10px,  10px 10px;
}
.contenido-texto button:active {
  filter: hue-rotate(250deg);
}
.contenido-info button a {
    color: var(--text-tercendary);
     font-weight: bold; 
     text-decoration: none;
}


.contenido-imagen img{
    width: 400px;
    height: auto;
    animation: identifier 3s ;
}
@keyframes identifier {
    0% { 
         width: 100px;
    }
    50% { 
        width: 350px;
        transform: translateY(-20px);
     }
    100% { 
        width: 400px;
          transform: translateY(0px);
     }
    
}
.contenido-servicios{
    width: 100%;
    height: auto;
    display: flex;
     margin: auto;
    justify-content: center;
    align-items: center;
    gap: 0px;

}
.centrar_servicios{
    display: flex;
    position: relative;
    gap: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
     width: 50%;
     margin: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
     justify-items: center;
     text-align: center;
  top: -100px;
  
     
}   

.uno{
     padding: 15px;
       border-radius: 2px;
       box-shadow: #028888 0px 4px 15px;
        border-radius: 15px;
    display: grid;
    gap: 1px;
    align-items: center;
    justify-content: center;
    color: aqua;
    text-align: center;
    background-color: #01052ed3;
  width: 300px;
        height: 200PX;
    
}
.uno:hover{
    box-shadow: #0bf2fa 0px 4px 15px;
}
.uno_imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.uno_imagen svg{
    width: 60px;
    height: auto;

}   
.uno_infomacion p{
    font-size:25px;
    margin: 0;
}
.uno_infomacion .numero{
    font-size: 20px;
    font-weight: bold;
    color: aqua;
   
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.uno_infomacion .numero{
 
  animation: cuenta-regresiva 3s linear forwards;
  counter-reset: valor var(--num);
  
  font-family: sans-serif;
}


.uno_infomacion .numero::after {
  content: counter(valor);
}


@keyframes cuenta-regresiva {
  from { --num: 0; }
  to { --num: 50; }
}


.dos{
     padding: 15px;
      border-radius: 2px;
       box-shadow:  #028888 0px 4px 15px;
        border-radius: 15px;
    display: grid;
    gap: 1px;
    align-items: center;
    justify-content: center;
    color: aqua;
    text-align: center;
        background-color:#01052ed3;
   width: 300px;
        height: 200PX;
    
}
.dos:hover{
    box-shadow: #0bf2fa 0px 4px 15px;
}
.dos_imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dos_imagen svg{
    width: 60px;
    height: auto;
}
.dos_infomacion p{
     font-size:25px;
    margin: 0;
}
.dos_infomacion .año{
    font-size: 20px;
    font-weight: bold;
    color: aqua;
}
.dos_infomacion .año{
 
  animation: cuenta-años 3s linear forwards;
  counter-reset: valor var(--año);
  font-family: sans-serif;
}
@property --año {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.dos_infomacion .año::after {
  content: counter(valor);
}
@keyframes cuenta-años {
  from { --año: 0; }
  to { --año: 6; }
    
}
.tres{
       border-radius: 2px;
        box-shadow: #028888  0px 4px 15px;
        border-radius: 15px;
        padding: 15px;
        display: grid;
        gap: 1px;
        align-items: center;
        justify-content: center;
        color: aqua;
        text-align: center;
       background-color: #01052ed3;
        width: 300px;
        height: 200PX;
}
.tres:hover{
    box-shadow: #0bf2fa 0px 4px 15px;
}

.tres_imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tres_imagen svg{
    width: 60px;
    height: auto;
}
.tres_infomacion p{
   font-size:25px;
    margin: 0;
}


.contenido-centrado{
    width: 100%;
    height: auto;
    display: flex;
     margin: auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
     padding: 50px 0;
}
.center{
    display:  block;
    justify-content: center;
    align-items: center;
    gap: 50px;
     width: 70%;
     margin: auto;
}
.informacion{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
     width: 100%;
     margin: auto;
     padding-top: 20px;
      padding-bottom: 70px;
}
.informacion_dentro{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
     width: 70%;
     margin: auto;
}   
.informacion_texto{
    font-size: 20px;
    color: agua;
    text-align: center;
}
.informacion-texto h2{
    font-size: 60px;
    margin-bottom: 15px;
    color: var(--text-tercendary);
     font-family: 'Times New Roman', Times, serif;
    
}
.informacion-texto p{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5;
    color: #ff8c00;
}
 
 .informacion-texto  ul {
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 70%;
 }
 .informacion-texto ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color:  rgb(66, 233, 255);
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.informacion-video{
    display: flex;
      padding-top: 85px;
      padding-left: 35px;
        gap: 50px;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.informacion-video iframe{
  
    width: 540px;
    height: 300px;  
     box-shadow:  1px 3px 15px rgb(28, 181, 219);
      border-color: #5dbeff ;
     border-radius: 5px;

}
.descricion-opcines{
    display: flex;

    gap: 50px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
       grid-template-columns: auto;
}
.descricion-opcines h3{
    font-size: 30px;
    margin-bottom: 15px;
    color: #ff8c00;
     font-family:Georgia, 'Times New Roman', Times, serif; 
}

.opciones-pasantias{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
       grid-template-columns: auto;
}
.opciones-pasantias button{
    padding: 10px 20px;
    font-size: 16px;
    color: var(--text-tercendary);
     background-color: var(--num);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
  
.opciones-pasantias button img{

    height: auto;
    margin-left: 10px;
   filter: grayscale(100%) brightness(1.2) sepia(100%) hue-rotate(140deg) saturate(500%);
       transition: all 0.5s ease-in-out;
       width: 90%;
}
.opciones-pasantias button img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
}  
.popapsena{
 position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
    background-color: rgb(5, 0, 29); 
     width: 80%;
     height: auto;
     display: none;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 10px 30px  aqua;
     border: #00d4ff solid 1px  ; 

}    
.contenido-popapsena{
    justify-content: center;
    align-items: center;
    gap: 10px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
       grid-template-columns: auto;

}
.popup-cerrar-popapsena{
    background-color: var(--num) ;
     border: none;
      color: aqua;
       padding: 10px 20px;
        font-size: 32px;
         border-radius: 12px;
          cursor: pointer;
           transition: background-color 0.3s ease;
    justify-content: center;
    align-items: center;
     display: flex;
  justify-content: flex-end;
text-align: right;
    gap: 10px;
     width: 10%;
 
      padding-bottom: 70px; 
     
}   
.popup-popapsena-contenido{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 

}
.popapsena-imagen{
    width: 100%;
    height: auto;
     text-align: center; 
}
.popapsena-imagen img{
    width: 50%;
    height: auto;
   
       filter: grayscale(100%) brightness(1.2) sepia(100%) hue-rotate(140deg) saturate(500%);
       transition: all 0.5s ease-in-out; 
}   
.popapsena-imagen img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
}   
.popapsena-texto{
    font-size: 20px;
    color: aqua;
   
}   
.popapsena-texto h2{
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--text-tercendary);
     font-family: 'Times New Roman', Times, serif; 
}   
.popapsena-texto p{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5;
     color: #ff8c00;
}   
.popapsena-texto ul {
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 100%;
 }
 .popapsena-texto ul{
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 100%;
     justify-content: center;
    align-items: center;
     gap: 20px; 
 }
 .popapsena-texto ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color:  rgb(66, 233, 255);
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
 }  

 .popapcompensar{
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
    background-color: rgb(5, 0, 29); 
     width: 80%;
     height: auto;
     display: none;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 10px 30px  aqua;
     border: #00d4ff solid 1px  ;   
 }
    .contenido-popapcompensar{
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: auto;
        padding-bottom: 70px; 
        grid-template-columns: auto;    
    }
.popup-cerrar-popapcompensar{
    background-color: var(--num) ;
     border: none;
      color: aqua;
       padding: 10px 20px;
        font-size: 32px;
         border-radius: 12px;
          cursor: pointer;
           transition: background-color 0.3s ease;
    justify-content: center;
    align-items: center;
     display: flex;
  justify-content: flex-end;
text-align: right;
    gap: 10px;
     width: 10%;
      padding-bottom: 70px;
}
.popup-popapcompensar-contenido{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
}
.popapcompensar-imagen{
    width: 100%;
    height: auto;
     text-align: center; 
}
.popapcompensar-imagen img{
    width: 50%;
    height: auto;
   
       filter: grayscale(100%) brightness(1.2) sepia(100%) hue-rotate(140deg) saturate(500%);
       transition: all 0.5s ease-in-out; 
}
.popapcompensar-imagen img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
}
.popapcompensar-texto{
    font-size: 20px;
    color: aqua;
   
}
.popapcompensar-texto h2{
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--text-tercendary);
     font-family: 'Times New Roman', Times, serif; 
}
.popapcompensar-texto p{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5;
     color: #ff8c00;
}
.popapcompensar-texto ul {
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 100%;
     justify-content: center;
    align-items: center;
     gap: 20px; 
}           
.popapcompensar-texto ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color:  rgb(66, 233, 255);
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
 }

 .popapcun{
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
    background-color: rgb(5, 0, 29); 
     width: 80%;
     height: auto;
     display: none;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 10px 30px  aqua;
     border: #00d4ff solid 1px  ;   
 }
    .contenido-popapcun{
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: auto;
        padding-bottom: 70px; 
        grid-template-columns: auto;    
    }
.popup-cerrar-popapcun{
    background-color: var(--num) ;
     border: none;
      color: aqua;
       padding: 10px 20px;
        font-size: 32px;
         border-radius: 12px;
          cursor: pointer;
           transition: background-color 0.3s ease;
    justify-content: center;
    align-items: center;
     display: flex;
  justify-content: flex-end;            
text-align: right;
    gap: 10px;
     width: 10%;
      padding-bottom: 70px;


 }
.popup-popapcun-contenido{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
}
.popapcun-imagen{
    width: 100%;
    height: auto;
     text-align: center; 
}
.popapcun-imagen img{
    width: 50%;
    height: auto;
   
       filter: grayscale(100%) brightness(1.2) sepia(100%) hue-rotate(140deg) saturate(500%);
       transition: all 0.5s ease-in-out; 
}
.popapcun-imagen img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
}
.popapcun-texto{
    font-size: 20px;
    color: aqua;
   
}
.popapcun-texto h2{
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--text-tercendary);
     font-family: 'Times New Roman', Times, serif; 
}
.popapcun-texto p{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5;
     color: #ff8c00;
}
.popapcun-texto ul {
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 100%;
     justify-content: center;
    align-items: center;
     gap: 20px; 
}
.popapcun-texto ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color:  rgb(66, 233, 255);
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
 }


.CONENIDO-SERVICIOS{
     
        border-radius: 0;
     
         width: 100%;
          padding-top: 20px;
            padding-bottom: 20px;
             padding-right: 10px;
              padding-left: 10px;
}
.contenido_textto_servicios{ 
    padding: 20px 0;
        display: flex;
     
}
.contenido_textto_servicios h3{
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff8c00;
     font-family:Georgia, 'Times New Roman', Times, serif; 
    
}

.contenido_informativo_servicios{
    display: flex;
    gap: 50px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
       grid-template-columns: auto;
}

.servicios_conteiner{
    display: flex;
    gap: 50px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
        display: grid;
      grid-template-columns: repeat(4, 1fr);
       grid-row: inherit;
}
.servicio{
    display: flex;
    flex-direction: column;
     padding: 15px;
    align-items: center;
    gap: 20px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
       display: grid;   
        background-color:#05013b71;
         border-radius: 12px;
           border: #03443b solid 1px    ;
             box-shadow: #01cfeb 0px 4px 8px  ;
}
 .servicio svg{
   color: aqua;
    width: 60px;
    height: auto;
 }
.servicio h4{
    font-size: 20px;
    color: aqua;
}  
.servicio p{
    font-size: 15px;
    color:  rgb(255, 255, 255);
 
}
.aliados{
    justify-content: center;
    align-items: center;
    gap: 50px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
       grid-template-columns: auto;
}
.aliados h3{
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff8c00;
     font-family:Georgia, 'Times New Roman', Times, serif; 
}
.aliados-contenedor{
    display: flex;
    gap: 50px;
     width: 100%;
     margin: auto;
      padding-bottom: 70px; 
        display: grid;
         text-align: center;
         margin: auto;
      grid-template-columns: repeat(2, 1fr);
       grid-row: inherit;
}
.aliados-contenedor img{
    width: 50%;
    height: auto;
    filter: grayscale(100%) brightness(1.2) sepia(100%) hue-rotate(140deg) saturate(500%);
       transition: all 0.5s ease-in-out;
}   
.aliados-contenedor img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
}   

.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: aqua;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.btn-whatsapp svg{
    width: 50px;
    height: auto;
     color: rgb(0, 11, 112);
}   


.btn-whatsapp:hover {
    transform: scale(1.1); 
    background-color: aqua;
}

.qr_comunicarse{
    
    width: 100%;
    height: auto;
    bottom: 110px;
    right: 40px;
   
     padding: 10px;
    border-radius: 8px;
      
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap: 10px;
}   
.qr_contenedor{
  
       border-radius: 8px;
 
    justify-content: center;
    align-items: center;
    gap: 10px;
     width: 80%;
     margin: auto;
      padding-bottom: 10px; 
       display: flex;
            margin-top: -100px;
          
} 
.qr_comunicarse h3{
     text-align: left;
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff8c00;
     font-family: 'Times New Roman', Times, serif; 
}
.qr_contenedor img{
    top: -150px;
    gap: -150px;
    left: 50%   ;
    height: auto;
     text-align: center; 
      filter: grayscale(100%) brightness(0.3) sepia(100%) hue-rotate(140deg) saturate(500%);
       transition: all 0.5s ease-in-out; 
      

} 
.qr_contenedor img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
}
.qr_contenedor .unoi{
  width: 280px;

}  
.qr_contenedor .dosi{
  width: 350px;
}
.qr_contenedor .tresi{
    padding-top: 80px;
  width: 310px;
} 
   

@media (max-width: 1008px) {
    .qr_contenedor{
        width: 100%;
        padding: 10px;
        display: grid;
         gap: 50px;
       
          
} 
        .contenido-inicio{
            flex-direction: column;
            gap: 20px;
        }
        .popup-popapcun-contenido{
            flex-direction: column;
            gap: 20px;
        }   
        .popup-popapsena-contenido{
            flex-direction: column;
            gap: 20px;
        }
         .popup-popapcompensar-contenido{
            flex-direction: column;
            gap: 20px;
        }
            .popapcompensar-texto ul {
                padding: 0;
                margin: 0;
                margin-left: 5px;
                width: 100%;
                justify-content: center;
                align-items: center;
                gap: 20px; 
            }
             .popapcompensar-texto ul li {
                margin-left: 10px;
                margin-bottom: 10px;
                font-size: 16px;
                color:  rgb(66, 233, 255);
                    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
             }  
    .opciones-pasantias{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .opciones-pasantias button{
        width: 100%;                
    }

    .opciones-pasantias button img{
        width: 50%;                
    }
    .descricion-opcines{
        display: flex;
         justify-content: center;
         text-align: center;
        gap: 20px;
    }
       


    
.contenido-info{
    color: white;
    width:100%;
     height: auto;
    display: flex;
  flex-direction: column-reverse; 
  align-items: center;           
  justify-content: center; 
  gap: 30px;      
     }

    .contenido-texto{
    font-size: 15px;
    width: 95%;
    margin: auto;
     justify-content: center;
     
    padding-right:0px ;
     margin-bottom:0 ;
}
.contenido-imagen img{
    width: auto;
    height: auto;
 animation: identifier 3s ;
}
@keyframes identifier {
    0% { 
         width: 100px;
    }
    50% { 
        width: 250px;
        transform: translateY(-20px);
     }
    100% { 
        width: 300px;
          transform: translateY(0px);
     }
    
}    
.submenu {
    display: none;
    position: absolute;
    top: 100%;       
    left: 0;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    padding: 10px 0;
    z-index: 1200;
}
.centrar_servicios{
    display: flex;
    position: relative;
    gap: 20px;
     width: 98%;
     margin: auto;

     border-radius: 15px;
       
    justify-content: center;
    align-items: center;
    align-content: center;
     justify-items: center;
     text-align: center;
  top: -80px;
}
  .uno  {
    padding: 0;
    width: 80%;
    padding: 0;
     gap: 10px;
  
  }
  .tres {
    padding: 0;
    width: 80%;
    padding: 10px;
     gap: 0;
   
  }
   .tres {
    padding: 0;
    width: 80%;
    padding: 0;
     gap: 10px;
   
  }
.uno_imagen svg{
    width: 30px;
    height: auto;   

}
.uno_infomacion p{
    font-size: 15px;
    margin: 0;
}
.uno_infomacion .numero{
    font-size: 15px;
    font-weight: bold;
    color: var(--text-tercendary);  
}
.dos_imagen svg{
    width: 30px;
    height: auto;   

}
.dos_infomacion p{
    font-size: 15px;
    margin: 0;
}
.dos_infomacion .numero{
    font-size: 15px;
    font-weight: bold;
    color: var(--text-tercendary);  
}
.tres_imagen svg{
    width: 30px;
    height: auto;   

}
.tres_infomacion p{
    font-size: 15px;
    margin: 0;
}
.tres_infomacion .numero{
    font-size: 15px;
    font-weight: bold;
    color: var(--text-tercendary);  
}
.contenido-texto{
    font-size: 15px;
    width: 95%;
    margin: auto;
     justify-content: center;
      text-align: center;
     
    padding-right:0px ;
     margin-bottom:0 ;
}
.informacion{
    font-size: 15px;
    width: 100%;
    margin: auto;
     display: grid;
   justify-content: center;
    text-align: center;
    padding-right:0px ;
     margin-bottom:0 ;  
}
.informacion_dentro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
     width: 100%;
     margin: auto; 
 
}

.informacion-video{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
     animation:  mover 0.5s ease-out forwards; 
     margin: 0 auto;  
   
}
@keyframes mover {
0% {
   
    transform: translateX(-100vw); 
    opacity: 0;
    width: 100px;
  }
  
  70% {
   
    width: 250px;
    opacity: 1;
  }

  100% {
    
    transform: translateX(0); 
    width: 350px;
    opacity: 1;
  }
}

.informacion-texto{
    
     width: 100%;
      padding: 50px;
    background-color: rgb(0, 0, 0);
    text-align: center;
}
.informacion-texto h2{
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--blue-dark);
     font-family: 'Times New Roman', Times, serif;  
     color: #1c42a1;

}
.informacion-texto p{
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5;
     color: #3bd1ff;
}
.informacion-texto  ul {
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 100%;
 }
 .informacion-texto ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color:  rgb(46, 255, 255)  ;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
 }
.center{
  width: 100%;
   gap: 0;
}
}