@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.slide__principal {
  background-image: url("../images/position/consultoria/header_consultor.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
}
.slide__principal .bg {
  padding: 100px 20px;
  background-color: rgba(0, 54, 95, 0.6);
}
.slide__principal .bg .sp_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slide__principal .bg .sp_cont h4 {
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.slide__principal .bg .sp_cont .texto {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.bradcrum {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #fff;
  margin: -20px auto 80px;
  padding: 10px 30px;
  border-radius: 40px;
}
.bradcrum .b_cont {
  width: 100%;
  text-align: center;
}
.bradcrum .b_cont p {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 150%;
  /* 27px */
}
.bradcrum .b_cont p a {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.bradcrum .b_cont p img {
  width: 20px;
  margin: 0 15px;
}

.consultor__section {
  width: 100vw;
  display: block;
  padding: 30px 20px;
}
.consultor__section .consultor_top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.consultor__section .consultor_top .info_personal {
  width: 70%;
}
.consultor__section .consultor_top .info_personal .nombre {
  color: #00365F;
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}
.consultor__section .consultor_top .info_personal .puesto {
  color: #00365F;
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}
.consultor__section .consultor_top .info_personal .texto {
  color: #00365F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.consultor__section .consultor_top .info_personal .texto  p{
  font-size: 16px;
}
.consultor__section .consultor_top .f_perfil {
  width: 25%;
  text-align: center;
}
.consultor__section .consultor_top .f_perfil img {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
.consultor__section .consultor_informacion {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.consultor__section .consultor_informacion .informacion {
  width: 50%;
  display: block;
  padding: 0 40px 80px;
  font-family: 'Poppins', serif;
}
.consultor__section .consultor_informacion .informacion .titulo {
  color: #00365F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  margin-bottom: 15px;
}
.consultor__section .consultor_informacion .informacion ul {
  width: 100%;
  display: block;
  list-style-position: inside;
  padding-left: 10px;
}
.consultor__section .consultor_informacion .informacion ul li {
  color: #00365F;
  text-indent: -20px;
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.consultor__section .consultor_informacion .informacion ul li::marker {
  text-indent: -10px !important;
}

.consultor__section .consultor_informacion .informacion p{
  font-size: 16px;
  font-family: 'Poppins', serif;
}


.aprende__section {
  background-image: url("../images/position/aprende.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
  border-bottom: 6px solid #13A538;
}
.aprende__section .bg {
  padding: 100px 20px;
  background: linear-gradient(90deg, rgba(0, 54, 95, 0.9) 0%, rgba(19, 165, 56, 0.6) 68.63%);
}
.aprende__section .bg .aps_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.aprende__section .bg .aps_cont .categoria {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.aprende__section .bg .aps_cont .categoria p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59C575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
}
.aprende__section .bg .aps_cont .categoria p img {
  margin-right: 15px;
}
.aprende__section .bg .aps_cont .titulo {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.aprende__section .bg .aps_cont .titulo h4 {
  color: #FFF;
  text-align: center;
  /* desktop/heading/H4 */
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.aprende__section .bg .aps_cont .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-decoration: none;
}
.aprende__section .bg .aps_cont .cta_btn img {
  margin-left: 5px;
}



@media only screen and (max-width: 720px) {
  .consultor__section .consultor_top {
    flex-wrap: wrap;
  }
  .consultor__section .consultor_top .f_perfil {
    margin: 0 auto 35px;
    width: 30%;
  }
  .consultor__section .consultor_top .info_personal {
    width: 100%;
  }
  .consultor__section .consultor_informacion .informacion {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 620px) {
  .consultor__section .consultor_informacion {
    margin: 20px auto 0;
  }
  .consultor__section .consultor_informacion .informacion {
    padding: 20px 0;
    width: 100%;
  }
  .consultor__section .consultor_top .f_perfil {
    width: 60%;
  }
}
@media only screen and (max-width: 580px) {
  .aprende__section .bg .aps_cont .titulo h4,
  .slide__principal .bg .sp_cont h4 {
    font-size: 24px;
  }
  .aprende__section .bg .aps_cont .categoria p {
    width: 65%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=consultor.css.map */