:root{
    --gris: #757575;
    --blanco: #ffffff;
    --negro: #212121;
    --mostaza: #FFC107;
    --verde: #0097A7;
    --morado: #6c0885;
    --morado2:  #d42ffd;


}

html{
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-snap-type: y mandatory;
}

*,*::before, *:after{
    box-sizing: inherit;
}
body{
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    background-image: linear-gradient(to top, var(--morado2) 0%, var(--blanco) 100%);
}

/* 1 rem = 10px */


h1{
    font-size: 3.8rem;
}
h2{
    font-size: 2.8rem;
}
h3{
    font-size: 2.5rem;
}

h1,h2,h3{
    text-align: center;
    color: var(--negro);
}

.titulo{
    font-size: 6rem;
    color: var(--blanco);
}


.titulo span{
    font-size: 2rem;

}

.w-100{
    width: 100%;
}

.contenedor{
    max-width: 150rem;

    margin: 0 auto
        /*  t  r   b  ñ   */
}

.boton{
    background-color: var(--morado);
    color: var(--blanco);
    padding: 1rem 3rem;
    margin-top: 1rem;
    font-size: 2rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: .5rem;
    width: 80%;
    text-align: center;
    border: none;
    

}
.boton:hover{
    cursor: pointer;
}

.flex{
    display: flex;
}

.alinear-derecha{
    justify-content: flex-end;
}

.cabeza{
    background-color: var(--negro);

}

header{
    background-color: var(--negro);
    padding: 2.5rem;
}

.nav-bg{
    background-color: var(--morado);
}
.navegacion-principal{

    display: flex;
    flex-direction: column;
}

.link_title{
    text-decoration: none;
    color: inherit; /* o el color deseado */
}

.mision_vision {
    text-align: justify;
    line-height: 2rem;
  }
  
  .txt_mision, .profile {
    text-align: justify;
    line-height: 2em;
  }

/* Resolución de un celular
@media (min-width: 480px) {
    
}
*/
/* Resolución de una tablet*/
@media (min-width: 375px) {
    .navegacion-principal{
        flex-direction: row;
        justify-content: space-between;
    }
    .boton{
        width: auto;
    }
    .servicios{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 5rem;
    }
    .w-100{
        width: auto;
    }
    .contenedor-campos{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto 20rem;
        column-gap: 1rem;
    }

    .campo:nth-child(3), .campo:nth-child(4){
        grid-column: 1 / 3;
    }
    
}
@media (min-width: 768px) {
    .navegacion-principal{
        flex-direction: row;
        justify-content: space-between;
    }
    .boton{
        width: auto;
    }
    .servicios{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 5rem;
    }
    .w-100{
        width: auto;
    }
}

/* Resolucion de una computadora / laptop 
@media (min-width: 1024px) {
    
}
*/
/* Resolución de una computadora
@media (min-width: 1400px) {
    
}
*/
.navegacion-principal a {
    color: var(--blanco);
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem;

}

.contenido-hero .boton:hover {
    background-color: var(--mostaza);
    color: var(--negro);

}

.alinear-derecha .boton:hover {
    background-color: var(--mostaza);
    color: var(--negro);

}

.navegacion-principal a:hover{
    background-color: var(--mostaza);
    color: var(--negro);
}
.hero{
   
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;

    position: relative;
}



.profile_th:hover .img_vladis {-webkit-transform:scale(1.3);transform:scale(1.2);}
.img_vladis {overflow:hidden;}


.acompa_profile{
    background-color: rgba(107, 10, 10, 1);
    width: 100%;
    height: 100%;
}
/* --------------------COntenido CV-------------------- */

.body_cv{
    font-family: 'Bebas Neue', sans-serif;
}
.fondo{
    background-image: url(../img/space.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .6);

}

.profile{
    background-image: url(../img/IPN.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    background-color: rgba(142, 6, 6, 0.475);

}

.OBJECTIVE{
    background-image: url(../img/OBJETIVE.png);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.KNOWLEDGE{
    background-image: url(../img/knowledge.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.img_vladis{
    width: 300px;
    height: auto;
    border-radius: 100%;
}

.txt_profile{
    text-align: justify;
    line-height: 1.5em;
    font-size: 4rem;
    -webkit-text-stroke: 1px black; /* Establece el contorno del texto a negro */
    color: white; /* Establece el color del texto a blanco */
    padding: 40px;
}


.T_objective{
    text-align: left;
    font-size: 6rem;
    -webkit-text-stroke: 1px black; /* Establece el contorno del texto a negro */
    color: rgb(0, 255, 221);
}
.txt_objective{
    text-align: justify;
    line-height: 1.5em;
    font-size: 4rem;
    -webkit-text-stroke: 1px black; /* Establece el contorno del texto a negro */
    color: rgb(0, 255, 221); /* Establece el color del texto a blanco */
    padding: 40px;
    
}

.P_left{
    text-align: left;
    font-size: 6rem;
    -webkit-text-stroke: 1px black; /* Establece el contorno del texto a negro */
    color: white; /* Establece el color del texto a blanco */

}

/* --------------------COntenido CV-------------------- */





.acompa{

    background-color: rgba(221, 53, 204, 0.258);
    width: 100%;
    height: 100%;
}

.contenido-hero {
    position: absolute;
    /*background-color: rgba(0, 0, 0, .6);*/
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.ubicacion{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--blanco);
}

.center{
    align-items: center;
}



.css_box{
    -webkit-caja-sombra: -1px 10px 24px -3px rgba(0,0,0,0.56);
    -moz-box-shadow: -1px 10px 24px -3px rgba(0,0,0,0.56);
    box-shadow: -1px 10px 24px -3px rgba(0,0,0,0.56);
    
    background-color: var(--blanco);
    padding: 2rem;
    border-radius: 1rem;
    
}

.servicio{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servicios{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    line-height: 2;
    
}
/*rotar imagen 
.icon icon-tabler icon-tabler-devices-pc:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
*/



.servicio h3{
    color: var(--morado);
    font-weight: bold;
}

.servicio p{
    line-height: 2;
}

.servicio .iconos{
    height: 15rem;
    width: 15rem;
    background-color: var(--negro);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;

}
/* FORMULARIO */

.formulario{
    background-color:  var(--gris);
    width: min(60rem, 100%);
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1rem;

    
    
}
.formulario fieldset{
    border: none;
}

.formulario legend{
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--blanco);
}
/*
.navegacion-principal, .servicios, .f_c, .footer{
    scroll-snap-align: center;
    scroll-snap-stop: always;
}
*/
@media (min-width: 768px) {
    .contenedor-campos{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto 20rem;
        column-gap: 1rem;
    }

    .campo:nth-child(3), .campo:nth-child(4){
        grid-column: 1 / 3;
    }
    
}


.campo {
    margin-bottom: 1rem;

}

.campo label{
    color: var(--blanco);
    font-weight: bold;
    margin-bottom: .5rem;
    display: block;
}



.input-text{
    width: 100%;
    border: none;
    padding: 1.5rem;
    border-radius: .5rem;
}

.campo textarea{
    height: 15rem;
}
.enviar .boton{
    width: 100%;
}


.footer{

    text-align: center;
    background-color: var(--negro);
    padding: 2.5rem;
    color: var(--blanco);

}

.footer h6{
    font-size: 2rem;
}

/* Agrega la animación para la aparición de los iconos */

.titulo, .links_n, .T_objective, .txt_objective{
    animation: aparecer 1s ease-in-out forwards;
    opacity: 0;
  }
.edomex{
    animation: aparecer 2s ease-in-out forwards;
    opacity: 0;
    font-size: 3rem;
  }
.P_left, .Table_K, .txt_profile{
    animation: aparecer 2s ease-in-out forwards;
    
  }

  .iconos, .servicio, .boton center, .my_services, .mision_vision, .KNOWLEDGE{
    animation: aparecer 3s ease-in-out forwards;
    opacity: 0;
  }
  
  /* Define la animación */
  @keyframes aparecer {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .mobility{
    position: sticky;
    top: 0;
    z-index: 100;
}

.redes_socials{
    font-size: 2rem;
    text-decoration: none;
    color: inherit; /* o el color deseado */
}
 footer{
    overflow-x: auto;
 }
/*tabla*/
.redes_sociales, .redes_sociales td, .redes_sociales th{
    margin-left: auto; /* Mueve la tabla hacia la derecha */
    margin-right: 0;
    border-collapse: collapse;
    border: none;
}

.Table_K{
    margin-left: auto; /* Establece el margen izquierdo automático */
    margin-right: auto; 
    text-align: center;
    line-height: 1.5em;
    font-size: 5rem;
    -webkit-text-stroke: 1px black; /* Establece el contorno del texto a negro */
    color: rgb(255, 255, 255); /* Establece el color del texto a blanco */
    padding: 40px;
}

.img_knowledge{
    height: 20rem;
    width: auto;
}

.img_knowledge:hover{
    -webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    }