@import url(https://fonts.cdnfonts.com/css/hubot-sans);
@import url(https://fonts.googleapis.com/css?family=Raleway:300&display=swap);
@import url(https://fonts.googleapis.com/css?family=Monoton&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:500&display=swap);



* {
    padding: 0;
    margin: 0;
   
}


::-webkit-scrollbar{
    width: 4px;
    color:#cc9933;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #cc9933; 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }

body {
    background-color: #171717;
   
    font-family: poppins;

}
.active-link {
border-radius: 10px;
background-color:#ffffff38;
}



.ima-knt {
    height: 80px;
    position: absolute;
    top: 2%;
    left: 2.5%;
    opacity: .8;
    transition: all .4s ease;
}

#particles {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1; /* Asegura que las partículas estén detrás de otros contenidos */
    pointer-events: none; /* Opcional: para que los clics pasen a través del contenedor de partículas */
    display: block;
}
.contact {
    display: flex;
    position: fixed;
    width: 4%;
    right: 2%;
    top: 60px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}


.contact {
  display: flex;
  flex-wrap: wrap;
  
}
.contact img {
    margin: 10px;
    height: 30px;
    opacity: .6;
    transition: all .4s ease;
}

.content-section h3 {
    margin: .4em 0 .6em 0;
    font-size: 2.3em;
    font-weight: 600;
    color: #d8ecf8;
    text-shadow: 0 2px 16px rgba(174, 207, 242, .24);
    background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}





.heroT {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 20em;
    padding-top: 5em;
    translate: 0 -1.6em;
    opacity: 0;
    animation: load 2s ease-in-out .6s forwards
}

@keyframes load {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.heroT>h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-size: 4em;
    font-weight: 600;
    color: #9dc3f7;
    background: radial-gradient(2em 2em at 50% 50%, transparent calc(var(--p) - 2em), #fff calc(var(--p) - 1em), #fff calc(var(--p) - .4em), transparent var(--p)), linear-gradient(0deg, #bad1f1 30%, #9dc3f7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 16px rgba(174, 207, 242, .24);
    --p: 0%;
    transition: --p 3s linear;
    animation: pulse 10s linear 1.2s infinite
}
h2 {
    font-family: Hubot-Sans, sans-serif;
}
h3 {
    font-family: Hubot-Sans, sans-serif;
}
.heroT h2:nth-child(2) {
    background: radial-gradient(2em 2em at 50% 50%, transparent calc(var(--p) - 2em), transparent calc(var(--p) - 1em), #fff calc(var(--p) - 1em), #fff calc(var(--p) - .4em), transparent calc(var(--p) - .4em), transparent var(--p));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: blur(16px) opacity(.4)
}




  /*  css  */

        /*  css fin */

/*  css  texto */

       


.conter_as_tex {
    width: 100%;
    font-family: Poppins;
    font-size: 2rem;
    color: white;
    text-align: justify;
    margin-bottom: 10px;
}s

/*  css fin */










  /*  css  bonton modal*/




  .form-titulo {
    text-align: center
}

.div-hijo {
    color: #fff;
    text-align: center;
    margin-top: 30px
}

.form-aspirante {
    background-color: rgba(128, 128, 128, .2);
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box
}

.form-entrevista {
    box-sizing: border-box;
    font-family: poppins;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 5px
}

.form-entrevista label {
    display: block;
    margin-bottom: 10px;
    font-family: poppins
}

.form-entrevista input,
.form-entrevista select {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 16px
}

.form-entrevista .select-number-code {
    display: flex;
    align-items: center
}

.form-entrevista .number-phone-label {
    flex: 1;
    margin-left: 10px
}

.number-phone-label input {
    width: 150px
}

.form-entrevista .custom-file-upload {
    display: inline-block;
    background-color: #daa520;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 60%;
    padding: 10px 10px;
    width: 150px
}

.form-entrevista .custom-file-upload:hover {
    background-color: gold
}

#file-upload {
    display: none
}

.form-entrevista .select-speciality {
    text-align: center;
    width: 50%;
    margin-top: -50px;
    margin-left: -180px
}

option {
    color: #000
}

.form-entrevista .btn-submit {
    width: 100%;
    padding: 15px;
    background-color: #c93;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .3s;
    margin-top: 10px
}

.form-entrevista .btn-submit:hover {
    background-color: gold
}

.modal-as {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto
}

.btn {
    background-color: #daa520;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: poppins;
    margin-bottom: 3%;
    margin-top: 3%;
}

.modal-as-content {
    background-color: #000;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.navigation-links {
    transition: .5s
}

#check {
    display: none
}


.checkbtn{
    display: none;
}

.btn {
    background-color: #daa520;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: poppins;
    margin-bottom: 3%;
    margin-top: 3%;
}


.btn-Asp {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.modal-as {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
}

.modal-as-content {
    background-color: #000;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.div-hijo {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}


form {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    align-items: center;
    position: relative;
}

.form-titulo {
    text-align: center;
    font-size: 12px;
}

.form-rectangle {
    color: white;
}

.form-rectangle form {
    display: flex;
    flex-direction: column;
    background-color: rgba(128, 128, 128, 0.2);
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: poppins;
    margin-top: 30px;
}

.form-rectangle label {
    display: block;
    margin-bottom: 10px;
    font-family: poppins;
    font-size: 12px;
    text-align: left;
}

.form-rectangle input,
.form-rectangle select {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-rectangle .select-number-code {
    display: flex;
    width: calc(100% - 20px);
    align-items: center;
    justify-content: space-between;
}



.form-rectangle .flex-container {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    align-items: center;
}

.form-rectangle #telefono{
    margin-left: 10px;
}


.form-rectangle .select-speciality {
    width: 55%;
    margin-left: -10px;

}

.form-rectangle .container-button-upload {
    width: 48%;
    text-align: center;
}

.form-rectangle .custom-file-upload {
    display: inline-block;
    background-color: goldenrod;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
}

.form-rectangle .custom-file-upload:hover {
    background-color: #ffd700;
    color: #101010;
}

#file-upload {
    display: none;
}

.form-rectangle .btn-submit {
    width: 100%;
    padding: 15px;
    background-color: #cc9933;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.form-rectangle .btn-submit:hover {
    background-color: #ffd700;
    color: black;
}


 /*  css  boton modal fin*/

 /* barra de navegacion css */



  /**/
  .modal-ws {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
  }
  
  .modal-content-whatSapp {
    background-color: black;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
    color: white;
    position: relative;
    z-index: 9999;
  }
  
  #title-modal {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #cc9933;
  }
  
  #message-area {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    margin: 20px 0;
  }
  
  .message-fade {
    opacity: 0;
    animation: fade-in 2s ease-in-out forwards;
  }
  
  @keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  .whatsapp-button {
    background-color: #17853f;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
  }
  
  .whatsapp-button:hover {
    background-color: #1DA151;
  }
  
  .whatsapp-button i {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .whatsapp-button span {
    vertical-align: middle;
  }
  



  .whatsapp-button {
    background-color: #17853f;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
  }
  
  .whatsapp-button:hover {
    background-color: #1DA151;
  }
  
  .whatsapp-button i {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .whatsapp-button span {
    vertical-align: middle;
  }
  
  
.cerrar-modal{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding: 10px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    float: right;

    
    }
    
    
    .cerrar-modal:hover{
      color:#cc9933;
    }




 #barra-navegacion {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}

.enlaces-navegacion {
    display: flex;
  
}

.enlaces-navegacion a {
    color: white;
    text-decoration: none;
    padding: 10px ;
    transition: background 0.3s;
}


.enlaces-navegacion a:hover {  
    color: #cc9933;
}

.Title-job {
    font-size: 4vw;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 7%;
}

#text-title {
    color: #cc9933;
    font-weight: bold;
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: poppins;
}

.boton-menu {
    font-size: 30px;
    color: white;
    display: none;
}
#verificar{
        display: none;

    }

    /* Ocultar el botón de cerrar por defecto */
.boton-cerrar {
    display: none;
}

/* Mostrar el botón de cerrar cuando el menú está abierto */
#verificar:checked ~ .enlaces-navegacion .boton-cerrar {
    display: block;
}

 
/**/
.modal-cv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 20%;
    z-index: 9999;
  }
  
  .modal-content-cv{
    background-color: black;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 300px;
    text-align: center;
    border-radius: 10px;
    color: white;
    position: relative;
    z-index: 9999;
  }
  
  #title-modal-cv {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
  }
  
  
      
  .cerrar-modal-cv{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding: 10px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    float: right;
    
    
    }
    
    
    .cerrar-modal-cv:hover{
      color:#cc9933;
    }
  



/* Estilos para el menú hamburguesa */
@media (max-width: 720px) {
    .boton-menu {
        display: block;
    }
    #verificar{
        display: none;

    }

        .enlaces-navegacion {
            position: fixed;
            width: 100%;
            height: 100vh;
            background-color:blur(90px)  rgb(33 32 32 / 27%);
            -webkit-backdrop-filter: blur(90px); /* Soporte para Safari */
            backdrop-filter: blur(90px);
            top: 0;
            left: -100%;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: left 0.3s ease;
            z-index: 99999;
        }
        .enlaces-navegacion::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0 0 0 / 0%);
            box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
            z-index: -1; /* Para situar el pseudo-elemento detrás del contenido */
        }

    .enlaces-navegacion a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem;
    }

    #verificar:checked ~ .enlaces-navegacion {
        left: 0;
    }

    .boton-cerrar {
        border: none;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: white;
        background: none;
    }

    .contact {
        display: flex;
        position: fixed;
        width: 6%;
        right: 2%;
        top: 60px;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 3;
    }
}


 /* barra de navegacion css fin */

 @media (max-width: 550px) {
   
    

    .tex-carreras {
        /* font-family: poppins; */
        font-size: 20px;
        background-color: #000;
        padding-top: 30%;
        border: 9px;
        width: 37rem;
        height: 42rem;
        border-radius: 2rem;
        object-fit: cover;
    }

    .Title-job {
        font-size: 38px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        margin-top: 7%;
    }

    .img-fluid {
        max-width: 100%;
        max-height: 63%;
       
        border-radius: 20px
    }


.contenedor_as {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

.tex-carreras {
    /* font-family: poppins; */
    font-size: 20px;
    background-color: #000;
    padding-top: 30%;
    border: 9px;
    width: 28rem !important;
    height: 36rem !important;
    border-radius: 2rem;
    object-fit: cover;
}

.modelo_edu{
width: 87%;
margin-left: 7%;
}
.contact {
    display: flex;
    position: fixed;
    width: 11%;
    right: 2%;
    top: 60px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 4;
}
}



 @media (max-width: 720px)  and (min-width: 551px) {

    .img-fluid {
        max-width: 100%;
        max-height: 63%;
        padding-top: 20px;
        border-radius: 20pxs
    }
    .Title-job {
        font-size: 38px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        margin-top: 7%;
    }



.contenedor_as {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    margin-right: auto;
    margin-left: auto;
}

.tex-carreras {
    /* font-family: poppins; */
    font-size: 20px;
    background-color: #000;
    padding-top: 30%;
    border: 9px;
    width: 37rem;
    height: 42rem;
    border-radius: 2rem;
    object-fit: cover;
}




 }




  /*  css footer  */

  .footer {
    background: #080808;
    width: 100%;
    padding: 20px;
    color: #f5f5f5;
    display: flex;
    flex-direction: row;
    font-family: poppins;
    align-items: center;
    justify-content: center;
}


  .footer .footer-text {
    position: relative;
    display: inline;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
}



      /*  css  */

        /*  css fin */


         /*  css fin */

          /*  css fin */
           /*  css fin */


           @media (max-width: 9999px) and (min-width: 721px) {

            .img-fluid {
                max-width: 50%;
                padding: 1%;
                border-radius: 20px
            }

            #barra-navegacion {
                display: flex;
                justify-content: right;
                align-items: center;
                background-color: transparent;
                color: #fff;
            }

            .enlaces-navegacion {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                opacity: .7;
                transition: all .4s ease;
            }
            .enlaces-navegacion a {
                color: white;
                text-decoration: none;
                padding: 10px ;
                transition: background 0.3s;
            }
            
            #barra-navegacion {
                display: flex;
                justify-content: right;
                align-items: center;
                background-color: transparent;
                color: #fff;
                font-family: 'Poppins';
                text-transform: uppercase;
            }

            .tex-carreras {
                font-family: poppins;
                font-size: 20px;
                background-color: #000;
                padding-top: 130px;
                border: 9px;
                width: 37rem;
                height: 42rem;
                border-radius: 2rem;
                object-fit: cover;
            }

            .conter_teximage {
                display: flex;
                flex-wrap: wrap;
                max-width: 100%;
                max-height: 100%;
            }
            .contenedor_as {
                width: 100%;
                padding-right: 5%;
                padding-left: 5%;
                margin-right: auto;
                margin-left: auto;
            }
            .modelo_edu {
                display: flex;
                flex-wrap: wrap;
            }
            .conter_as_tex {
                width: 50%;
                font-family: Poppins;
                font-size: 14px;
                padding: 1%;
            }


           }














