.body{
    display: flex !important;
  
    max-width: 100%;
    div{
      max-width: 100%;
    }
  }
  .col-12{
    max-width: 100%;
    padding: 0 !important;
  }
  .row{
    max-width: 100%;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Secciones */

.sec1{
    /* margin-top: 100px; */
  
    .botonSec3{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      button{
        background: #ffcb57;
        color: #092b6d;
        border-color: #ffcb57;
        border-radius: 50px;
        padding: 5px;
        width: 140px;
        height: 40px;
        font-size: 1rem;
      }
    }
  
    .contTexto1Sec1{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 300px;
      background-image: url(../img/IMG-CKW-09.png);
      background-size: 102% 100%;
      background-position: center;
      z-index: 1;
      position: absolute;
    }
    .texto1Sec1{
      margin-top: -85px;
      width: 80%;
      height: 50%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      align-content: space-around;
      color: var(--blanco);
  
      h2{
        /* width: 100%; */
        text-align: center;
        font-size: 4rem;
      }
  
      p{
        text-align: center;
        width: 65%;
        font-size: 1.3rem;
      }
  
    }
  
    .contTexto2Sec1{
      margin-top: 235px;
      /* height: 800px; */
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      overflow: hidden;
      /* background-image: url(../img/imgNosotros/EQ1.jpg);
      background-size: 102% auto;
      background-position: center; */
    
    }
    /* .texto2Sec1{
      width: 360px;
      height: 65%;
      display: flex;
      text-align: center;
      flex-wrap: wrap;
      align-content: space-between;
      justify-content: center;
      margin-right: 150px;
  
      h2{
        color: var(--azul);
      }
  
      p{
        color: var(--azul);
      }
  
      .logo1Sec1{
        display: flex;
        justify-content: flex-end;
  
        img{
          width: 50%;
        }
      }
    } */
    .contIMGEquipo{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      img{
        width: 100%;
      }
    }
}

.sec2{
  /* margin-top: 100px; */
  display: flex;
  justify-content: center;
  height: 900px;
  overflow: hidden;
  background-image: url(../img/imgNosotros/Circulos\ -\ Nosotros.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  .circulo1{
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: linear-gradient(150deg, var(--amarillo), var(--blanco));
    position:relative;
    margin-top: -130px;
  }

  .primerrow{
      width: 90%;
      border-radius: 20px;
      overflow: hidden;

      .col-12{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
      }
  }

  .contLogo{
    width: 100%;

      img{
        width: 280px;
      }
  }

  .textSec2{
    width: 60%;
    margin-top: 50px;
    margin-left: 85px;

    p{
      color: var(--azul);
      font-size: 2rem;
      text-align: center;
    }
  }
}

.sec3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;

  .primerrow{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;

    .col-12{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
    }
  }

  .contPrincipal{
    height: 700px;
    display: flex;
    justify-content: flex-start;
    background-image: url(../img/imgNosotros/MVV\ -\ NOSOTROS.png);
    background-size: 320px auto;
    background-repeat: no-repeat;
    background-position: bottom;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;


    .cuadroVision{
      border-top: solid 1px var(--azul);
      border-left: solid 1px var(--azul);
      width: 200px;
      height: 100px;
      margin-top: 10px;

      .cuadroTexto{
        margin-top: 10px;
        margin-left: 10px;
        width: 220px;
        text-align: justify;

        h2{
          color: var(--azul);
        }
        p{
          color: var(--azul);
        }
      }
    }

    .cuadroMision{
      border-top: solid 1px var(--amarillo);
      border-left: solid 1px var(--amarillo);
      width: 200px;
      height: 140px;
      margin-top: 95px;

      .cuadroTexto{
        margin-top: 10px;
        margin-left: 10px;
        width: 280px;
        text-align: justify;

        h2{
          color: var(--amarillo);
        }
        p{
          color: var(--azul);
        }
      }
    }
  }

  .contPrincipal2{
    height: 550px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    .cuadroValores{
      border-top: solid 1px var(--gris);
      border-left: solid 1px var(--gris);
      margin-left: -48px;
      width: 250px;
      height: 140px;

      .cuadroTexto{
        margin-top: 10px;
        margin-left: 10px;
        width: 280px;
        text-align: justify;

        h2{
          color: var(--gris);
          font-size: 2.3rem;
        }
        h3{
          color: var(--azul);
          font-size: 1.1rem;
        }
        p{
          color: var(--azul);
        }
      }
    }
  }

  @media (min-width: 750px){
    .contPrincipal{
      height: 800px;
      background-size: auto 120%;
      background-position: center;
      align-content: stretch;
      justify-content: space-around;
      flex-direction: unset;

      .cuadroVision{
        margin-top: 100px;
      }

      .cuadroMision{
        margin-top: 0;
      }
    }

    .contPrincipal2{
      .cuadroValores{
        margin-left: -280px;
        .cuadroTexto{
          width: 540px;
        }
      }
    }
  }
}

.sec4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 100px;
  margin-top: 100px;

  .primerrow{
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:  -9px 9px 18px #d9d9d9,
             9px -9px 18px #ffffff;

    .col-12{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
    }
  }

  .primerContenedor{
    background-image: url(../img/imgNosotros/EQUIPO-NOSOTROS.png);
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: top;
    background-position-x: right;

    .segundoContenedor{
      width: 100%;
      background: linear-gradient(150deg, var(--blanco), #ffffff70);
      padding: 2%;

      .tercerContenedor{
        /* width: 580px; */
        min-height: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: space-around;

        h2{
          width: 100%;
          color: var(--azul);
        }

        .contContador{
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          /* justify-content: center; */
          align-items: center;

          .iconoHospital{
            background: var(--azul);
            width: 60px;
            height: 60px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            align-items: center;
            color: var(--amarillo);
            font-size: 1.8rem;
            border-radius: 50px;
            img{
              width: 30px;
            }
          }

          .contador{
            width: 170px;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            border-right: solid 1px var(--azul);

            p{
              width: 20px;
              height: 20px;
              font-size: 3.5rem;
              font-weight: 700;
              color: var(--gris);
              display: flex;
              align-content: center;
              align-items: center;
              justify-content: center;
              flex-wrap: wrap;
            }

            h4{
              color: var(--negro);
            }
          }
        }

        .textoSegundo{
          margin-left: 25px;
          max-width: 305px;
          color: var(--negro);
        }
      }
    }

  }

  .contenedor{
    height: 40%;
    width: 50%;
    position: relative;
    transform: rotate(180deg);
  }
  .color_fondo{
      height: 0px;
      width: 99.99%;
      background: rgba(23, 157, 241, 0);
      position: absolute;
  }
  .numero{
      height: 100%;
      width: 100%;
      font-size: 3rem;
      font-family: sans-serif;
      font-weight: bold;
      color: rgb(80, 80, 80);
      background-color: #ffffff00;
      position: absolute;
      mix-blend-mode: screen;
      /* border: 1px solid #111; */
      display: flex;
      justify-content: center;
      align-items: center;
      transform: rotate(-180deg);
  }
  .contador{
      width: 240px; height: 100px;
      color: black;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      text-align: center;
  }
  .contador h2{
      width: 50%;
      font-weight: 700;
      color: rgb(68, 68, 68);
      font-family: FUTURAB;
  }
  .contador p{
      width: 100%;
      font-size: 1.4rem;
      color: rgb(91, 91, 91);
      margin-bottom: 0;
  }


  @media (min-width: 750px){
    .segundoContenedor{
      background: linear-gradient(150deg, var(--blanco), #ffffff00);
    }
  }
}

@media (max-width: 768px){
  .sec1{
    .contTexto1Sec1{
      height: 170px;
      
      .texto1Sec1{
        margin-top: 10px;
        h2{
          font-size: 2.5rem;
        }
      }
    }
    .contTexto2Sec1{
      margin-top: 133px;
    }

  }

  .sec2{
    height: auto;
    background: none;
    .contLogo{
      margin-top: 30px;
      margin-bottom: 30px;
      display: flex;
      justify-content: center;
      img{
        width: 200px;
      }
    }
    .textSec2{
      margin: 0;
      width: 100%;
      p{
        font-size: 1.2rem;
      }
    }
  }

  .sec3{
    .contPrincipal{
      height: 450px;
      background: none;

      .cuadroVision{
        margin-top: 30px;
      }
      .cuadroMision{
        margin-top: 135px;
      }
    }

    .contPrincipal2{
      justify-content: flex-start;
      margin-top: 30px;
      .cuadroValores{
        margin-left: 0;
        .cuadroTexto{
          h2{
            font-size: calc(1.325rem + .9vw);
          }
        }

      }
    }
  }

  .sec4{
    .tercerContenedor{
      width: 100%;
      flex-direction: column;
      h2{
        width: 100%;
      }
      .contContador{
        width: 100%;
        justify-content: flex-start;
        .contador{
          p{
            margin-bottom: 0;
          }
        }
      }
      .textoSegundo{
        width: 100%;
        margin: 0;
      }
    }
  }
}