@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;
  background: #f2f2f2;
}

.slide__principal {
  background-image: url("../images/position/bt_header.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 .categoria {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.slide__principal .bg .sp_cont 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 */
  margin-bottom: 32px;
}
.slide__principal .bg .sp_cont .texto {
  color: #fff;
  text-align: center;
  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;
}

.bolsa__section {
  width: 100vw;
  padding: 0px 20px 220px;
  display: block;
}
.bolsa__section .bs_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.bolsa__section .bs_cont .informacion_bolsa {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bolsa__section .bs_cont .informacion_bolsa .poster {
  width: 100%;
  margin-bottom: 70px;
}
.bolsa__section .bs_cont .informacion_bolsa .poster img {
  width: 100%;
}
.bolsa__section .bs_cont .informacion_bolsa .info {
  display: block;
  margin-bottom: 70px;
  width: 100%;
}
.bolsa__section .bs_cont .informacion_bolsa .info h4 {
  color: #00365f;
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
.bolsa__section .bs_cont .informacion_bolsa .info li ,
.bolsa__section .bs_cont .informacion_bolsa .info p {
  color: #00365f;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto {
  width: 100%;
  border-radius: 16px;
  display: block;
  background-image: url("../images/position/bolsa-banner-contacto.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg {
  padding: 80px 20px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(0, 54, 95, 0.8) 0%, rgba(19, 165, 56, 0.8) 68.63%);
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa .categoria {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa .categoria img {
  margin-right: 10px;
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa 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 */
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa .mail {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  word-wrap: break-word;
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 50px auto 0;
  font-size: 20px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-decoration: none;
}
.bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa .cta_btn img {
  margin-left: 15px;
}

@media only screen and (max-width: 640px) {
  .bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa .mail {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .slide__principal .bg .sp_cont h4,
  .bolsa__section .bs_cont .informacion_bolsa .info h4,
  .bolsa__section .bs_cont .informacion_bolsa .banner_contacto .bg .correo-bolsa h4 {
    font-size: 24px;
  }
}/*# sourceMappingURL=bolsa.css.map */