
  .contenedor-fotos h1{
    text-align: center;
    margin-bottom: 5vh;
  }
  .contenedor-cuadros{
    padding-bottom: 130px;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .fila{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 800px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .columna{
    padding: 30px;
    width: 280px;
    flex: 0 1 290px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(173,161,173,1); 
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }
  .columna h1{
    text-align: left;
    color: #cccccc;
  }
  .columna h4{
    text-align: left;
  }
  .columna p{
    text-align: left;
    font-weight: 300;
  }

  .columna-1{
    padding: 30px;
    width: 280px;
    flex: 0 1 290px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(173,161,173,1); 
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }
  .columna-1 h1{
    text-align: left;
    color: #FFCA08;
  }
  .columna-1 h4{
    text-align: left;
  }
  .columna-1 p{
    text-align: left;
    font-weight: 300;
  }

  .columna-2{
    padding: 30px;
    width: 280px;
    flex: 0 1 290px;
    background-color: black;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0); 
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }
  .columna-2 h1{
    text-align: left;
    color: #FFCA08;
  }
  .columna-2 h4{
    text-align: left;
    color: #fff;
  }
  .columna-2 p{
    text-align: left;
    font-weight: 300;
    color: #fff;
  }

  #cuadro1, #cuadro3{
     margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  #cuadro2{
     margin-left: 40px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  #cuadro4{
     margin-left: 40px;
    margin-right: 0px;    
  }
   .columna:hover{
    background-color: black;
  }

  .columna:hover h1{
    color: #ffca08;
  }

  .columna:hover h4{
    color: white;
  }
   .columna:hover p{
    color: white;
  }

  .container-principal {
    position: relative;
  }

  .container-principal h1 {
    margin-right: 15px;
  }

  .div-cont-principal {
    height: 80vh;
    position: absolute;
    width: calc( 100% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-cont-principal div {
    display: block;
  }

  .nuestros-lideres {
    font-family: "Gadugi bold";
    color: #000;
  }

  .cuadrado-1 {
    min-height: 320px;
    min-width: 320px;
    font-family: "Gadugi";
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cuadrado-1 div {
    max-width: 200px;
  }

  .cuadrado-izq {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px!important;
  }

  .cuadrado-der {
    display: flex;
    justify-content: flex-start;
    padding-left: 30px!important;
  }

  .cuadro2 {
    margin-bottom: -80px;
    margin-top: 80px;
  }

  .fila-2 {
    margin-top: 50px;
  }

  .numero-final {
    font-size: 80px;
    line-height: 1;
  }

  .titulo-final {
    font-size:25px;
    margin-top: 20px;
    font-weight: 300;
  }

  .cuerpo-final {
    margin-top: 10px;
    font-size: 16px;
  }

  .margin-top-30 {
    margin-top: 30px;
  } 

  .margin-top-15 {
    margin-top: 15px;
  }

  .margin-top-20 {
    margin-top: 20px;
  } 

  


  /** Reglas responsive **/
  @media screen and (min-width: 320px) and (max-width: 480px) {
    .image-nosotros{
      background-size: cover;
      background-position: top;
    }
    
  .contenedor-separador{ /** div hijo */
  height: 100%;
  width: 100%;
  }

  .tercero-texto{
    height: 100px;
    width: 90%;
  }
  .tercero-texto p{
    text-align: center;
    font-size: 16px;
    margin-top: 0%;
  }
  .david{
    background-size: 60%;
  }
  .erika{
background-size: 60%;
  }
  .andy{
background-size: 60%;
  }
  .ruben{
background-size: 60%;
  }
.fila{
height: auto;
  }
   #cuadro1, #cuadro3 , #cuadro2, #cuadro4{
     margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
     
  } 
  @media screen and (min-width: 481px) and (max-width: 767px){
    
  
  }
  @media screen and (min-width: 1200px){
    
    .bloque-principal h1 {
      font-size: 35px;
    }

    .nuestros-lideres {
      font-size: 40px;
    }

  }
  @media screen and (min-width: 992px) and (max-width: 1199px){
    .bloque-principal h1 {
      font-size: 35px;
    }

    .tercero-principal .container p{
      font-size: 22px;
    }

    .nuestros-lideres {
      font-size: 38px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 991px){
    .bloque-principal h1 {
      font-size: 35px;
    }

    .tercero-principal .container p{
      font-size: 20px;
    }

    .nuestros-lideres {
      font-size: 36px;
    }

    .cuadrado-1 {
      height: 300px;
      min-width: 300px;
    }
  }

  @media (min-width: 576px) and (max-width: 767px) {
    .bloque-principal h1 {
      font-size: 35px;
    }

    .tercero-principal .container p{
      font-size: 18px;
    }

    .nuestros-lideres {
      font-size: 34px;
    }

    .numero-final {
      font-size: 70px;
      line-height: 1;
    }

    .titulo-final {
      font-size:22px;
    }

    .cuadrado-1 {
      height: 250px;
      min-width: 250px;
    }

    .cuadrado-izq {
      padding-right: 15px!important;
    }

    .cuadrado-der {
      padding-left: 15px!important;
    }
  }

  @media screen and (max-width:575px) {
    .bloque-principal h1 {
      font-size: 25px;
    }

    .tercero-principal .container p{
      font-size: 18px;
    }

    .div-cont-principal h1 {
      margin-right: 15px;
    }

    .nuestros-lideres {
      font-size: 32px;
    }

    .titulo-final {
      font-size:22px;
    }

    .final-1 {
      display: none;
    }

    .contenedor-cuadros{
      padding-bottom: 50px;
    }

    .cuadrado-1 {
      height: 250px;
      min-width: 250px;
    }

    .cuadrado {
      display: flex;
      justify-content: center;
    }

    .columna-1{
      box-shadow: 0px 0px 0px 0px rgba(173,161,173,0); 
    }

    .columna-2{
      box-shadow: 0px 0px 0px 0px rgba(173,161,173,0); 
    }

    .fondo-image{
      height: 70vh;
    }
    .image-nosotros{
      height: 70vh;
    }

    .div-cont-principal h1 {
      margin-top: 200px;
    }

    .cuerpo-final {
      font-size: 14px;
    }

  }

  @media (min-width: 576px) {
    .colaboradores-2 {
      display: none;
    }

    .final-2 {
      display: none;
    }
  }

  @media (max-width: 444px) {
    .br-tercero {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .colaboradores-1 {
      display: none!important;
    }
  }

  @media (min-width: 409px) and (max-width: 453px){
    .bloque-principal h1 {
      font-size: 25px;
    }
  }

  @media (max-width: 408px) and (min-width: 378px){
    .bloque-principal h1 {
      font-size: 23px;
    }
  }

  @media (max-width: 377px){
    .bloque-principal h1 {
      font-size: 21px;
    }
  }
