@charset "UTF-8";
@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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.slide__principal {
  background-image: url("../images/position/cursos/header_cursos.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

.consultoria__section {
  width: 100vw;
  display: block;
  padding: 50px 20px;
}
.consultoria__section .cs_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consultoria__section .cs_cont .infor {
  width: 45%;
}
.consultoria__section .cs_cont .infor .logo {
  display: block;
  margin-bottom: 80px;
}
.consultoria__section .cs_cont .infor .logo img {
  width: 180px;
}
.consultoria__section .cs_cont .infor .textos {
  width: 100%;
  display: block;
}
.consultoria__section .cs_cont .infor .textos li,
.consultoria__section .cs_cont .infor .textos span,
.consultoria__section .cs_cont .infor .textos p {
  color: #002541;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.consultoria__section .cs_cont .acordeon_items {
  width: 45%;
}
.consultoria__section .cs_cont .acordeon_items .acordeon {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  border: 1px solid #8C9091;
  border-radius: 20px;
  padding: 10px;
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: #ffffff;
  color: #646363;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* Contenedor para la flecha */
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn img {
  margin-right: 15px;
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn .flecha {
  width: 20px;
  margin: 0 0 0 auto;
  height: 20px;
  background-image: url("../images/icons/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* Transición suave para la rotación */
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn.open .flecha {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  /* Solo rota la flecha */
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn.open {
  background-color: #EBF6FF;
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn:hover {
  background-color: #EBF6FF;
}
.consultoria__section .cs_cont .acordeon_items .acordeon-contenido {
  padding: 15px;
  background-color: #EBF6FF;
  display: none;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.consultoria__section .cs_cont .acordeon_items .acordeon-contenido ul {
  width: 100%;
  padding: 10px 35px;
}
.consultoria__section .cs_cont .acordeon_items .acordeon-contenido ul li {
  color: #646363;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.consultoria__section .cs_cont .acordeon_items .acordeon-btn:focus + .acordeon-contenido,
.consultoria__section .cs_cont .acordeon_items .acordeon-btn:active + .acordeon-contenido {
  display: block;
}



.testimonios__section {
  width: 100vw;
  display: block;
  padding: 50px 20px 100px;
}
.testimonios__section .ts_cont {
  max-width: 780px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.testimonios__section .ts_cont p {
  color: #00365f;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 80px;
}
.testimonios__section .ts_cont .users {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.testimonios__section .ts_cont .users img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -20px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.testimonios__section .ts_cont .info {
  width: 100%;
  text-align: center;
}
.testimonios__section .ts_cont .info p {
  margin-bottom: 2px;
}
.testimonios__section .ts_cont .info p.puesto {
  color: #646363;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.testimonios__section .ts_cont .info p.empresa {
  color: var(--blue-main, #00365f);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
}

.testimonios__slide__image{
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-transform:scale(1,1);
        -ms-transform:scale(1,1);
            transform:scale(1,1);
}
.testimonios__slide__image.active__slide{
    z-index: 2;
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}


@media only screen and (max-width: 980px) {
  .consultoria__section .cs_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .consultoria__section .cs_cont .infor {
    width: 100%;
    margin-bottom: 30px;
  }
  .consultoria__section .cs_cont .acordeon_items {
    width: 100%;
  }
  .consultoria__section .cs_cont .infor .logo {
    text-align: center;
  }
}

@media only screen and (max-width: 520px) {
  .slide__principal .bg .sp_cont h4 {
    font-size: 24px;
  }
}