*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
    text-decoration: none;
    text-align: center;
}

body{
    position: relative;
    font-size: 16px;
}

nav{
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: #1d132d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 15px 50px;
    box-shadow: 10px 10px 10px rgba(128, 128, 128, 0.548);
    color: white;
    z-index: 1;
}

nav img{
    width: 75px;
}

nav ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

li{
    width: auto;
}

li a{
    font-size: 1.3rem;
    cursor: pointer;
    padding: 20px 15px;
    transition: 0.5s;
    color: white;
}

li a:hover{
    color: #db2421;
    border-bottom: 4px #db2421 solid;
    transition: 0.5s;
}

/* seccion banner */

section{
    position: relative;
    top: 100px;
}

.banner{
    width: 100%;
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/Judicantes.JPG);
    background-size: cover;
    background-position: 0% 75%;
}

.call{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    background-color: rgba(255, 255, 255, .8);
    font-size: 1.4rem;
    margin: 30px;
    padding: 15px;
    position: relative;
    bottom: 110px;
    border-radius: 15px;
}

.banner h2{
    display: flex;
    flex-direction: column;
    color: rgb(0, 4, 87);
    font-size: 6rem;
    font-family: "chaloops", sans-serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 5%);
    margin: 30px;
    line-height: 60%;
}

.Destacado{
    color: rgba(231, 31, 81, 1);
    font-size: 2rem;
}

.msj{
    font-size: 1.4rem;
    text-align: center;
    width: 85%;
    margin: 0px 0px 25px 0px;
}

/* seccion preguntas */

.preguntas{
  width: 10  0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preguntas h3, .diplomado h3, .requisitos h3 {
    padding: 50px 0px 30px;
    color: rgb(0, 4, 87);
    font-size: 3rem;
    font-family: "chaloops", sans-serif;
}

.contenido{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-wrap: wrap;
  background-color: #fff;
}

.card{
    width: 400px;
    height: 460px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fafafa;
    border-radius: 5px;
    margin: 15px;
    padding: 15px;
    border-bottom: 4px solid rgb(0, 4, 87);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.icon{
  width: 85px;
  background-color: #ccc9c97e;
  border-radius: 60px;
  border: 3px solid rgb(0, 4, 87);
  position: relative;
  bottom: 30px;
  right: 35px;
}

.card p,.card h4{
    text-align: justify;
    height: 100px;
    padding: 30px;
}
.card h4{
    font-size: 1.1rem;
    margin: -30px 0px 15px 0px;
}

/* seccion diplimado */

.diplomado,{
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 10  0%;
    justify-content: center;
    align-items: center;
}

.diplomado p, .text-list p{
    width: 90%;
    text-align: justify;
    padding: 0px 70px 30px 70px;
}

.skills{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skills img{
    width: 50%;
}

.text-bullets {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 25px;
  }
  
  .text-bullets ul li {
    width: 50%;
    list-style: disc;
    margin: 20px;
    text-align: justify;
  }

  /* seccion requisitos */

  .requisitos{
    display: flex;
    flex-direction: column;
  }

  .lista{
    display: flex;
    justify-content: center;
    align-items: center;
  }

/* responsive */

.hide{
    top: 100px;
    z-index: 1;
}
@media screen and (max-width: 700px){

    .hamburguer{
        display: flex;
        flex-direction: column;
        gap: 8px;
        cursor: pointer;
        padding: 10px;
        margin-right: -10px;
    }
    
    .lines{
        display: block;
        background-color: white;
        height: 2px;
        width: 35px;
    }
    
    .lines-rotate{
        background-color: rgb(red, green, blue);
        border-radius: 5px;
    }
    
    nav{
        position: fixed;
        padding: 15px 20px;
        box-shadow: none;
    }

    ul{
        width: 100%;
        height: calc(100vh - 100px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -750px;
        right: 0;
        background-color: #241b34;
        padding: 35px 0;
        border-radius: 0;
        box-shadow: 0px 5px 5px rgba(128, 128, 128, 0.363);
    }

    li a{
        
    }

    li{
        text-align: center;
        width: 90vw;
    }

    li a:hover{
        font-weight: bold;
        color: #d1d1d1;
        border: none;
        letter-spacing: 3px;
    }

    /* titulos seccion */

    .preguntas h3, .diplomado h3 {
        font-size: 2rem;
        line-height: 90%;
    }

    /* seccion banner */

    .banner{
    background-size: cover;
    background-position: 48% 75%;
    }

    .call{
      width: 90%;
      bottom: 100px;
      border-radius: 10px;
    }

    .banner h2{
      font-size: 3rem;
      margin: 15px;
  }

  .Destacado{
    font-size: 1.2rem;
  }

  .msj{
    font-size: 1.2rem;
    width: 95%;
  }

  /* seccion preguntas frecuentes */

  .card p, .card h4{
    padding: 10px;
  }
  .card h4{
    font-size: 1.2rem;
  }

  /* seccion diplomado */

  .diplomado p{
    width: 100%;
    text-align: justify;
    padding: 0px 40px 0px 40px;
}

  .skills{
    flex-direction: column-reverse;
  }

  .skills img{
    width: 450px;
}

  /* seccion requisitos */

  .lista{
    flex-direction: column-reverse;
  }

  .text-list p{
    width: 100%;
    padding: 0px 40px 20px 40px;
  }

  .lista img{
    width: 100%;
  }
  

}
.btn-Judicantes {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
	display: inline-block;
    font-weight: 400;
  
    text-align: center;
    vertical-align: middle;
   
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
   
}