@import url(rombos.css);
.section__seguridad{
    background-color: white;
    padding-top: 3rem;
}

.section__instructores{
    padding-top: 3rem;
    background-color: #f9f9f9;
}

.section__list{
    text-align: left;
    list-style: none;
    padding-left: 0;
    font-size: 2.2rem;
    color: #5f5f5f;
}

.section__list-item {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1.5rem;
}

.section__list .section__list-item:before {
    content: '';  /* placeholder for the SVG */
    position: absolute;
    left: 0;  /* place the SVG at the start of the padding */
    width: 1em;
    height: 1em;
    color: #5f5f5f;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
  }

  .section-text {
    text-align: justify;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .section__title {
      text-align:left;
      margin-bottom: 2rem;
  }

  /* Circulos */

  .circle__img {
    /* clip-path: circle(50% at 50% 50%); */
    /* clip-path: circle(50% at 50% 50%); */
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 0.3rem solid #7b8d7f;
    padding: 1rem;    
    object-fit: cover;
  }

  .circle__img:hover {
    border-color: #e54e53;;
    background-color: rgba(229, 78, 83, 0.2);
  }
 
  .section__img-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* flex-wrap: wrap; */
    /* position: relative; */

  }

  .instructores__text {
    margin-bottom: 3.5rem;
  }

  .section__title-instructor {
      text-align: center;
      margin-bottom: 2.4rem;
  }

  .division {
    display: flex;
  }

  .instructor__footer {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .instructores__footer-text {
    margin-right: 20px;
    margin-left: 20px;
  }
  .instructores__footer-img2 { 
    height: 60px;
  }
  .instructores__footer-img1 {
    height: 60px;
  }

  @media (min-width: 1000px) {
    .container__circle-rigth {
      position: relative;
      bottom: -3rem;
      left: 9rem;
    }
    .container__circle-middle {
      top: -3rem;
      position: relative;
      left: 13rem;
    }
    .container__circle-left {
      right: 14rem;
      position: relative;
      top: 21rem;
    }
  
  }

  @media (max-width: 1000px) {
    .division {
      flex-direction: column;
    }
    .instructores__footer-img2 { 
      display: none;
    }
    .instructores__footer-img1 {
      display: none;
    }
    .section__img-content {
      flex-wrap: wrap;
      /* position: relative; */  
    }
    
  }