     .equipoBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 9.7px;
        line-height:11.4px;
        letter-spacing:0.05em;
      }
      
      .equipoMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:13px;
        line-height:14px;
      }
      
      .equipoMediumChico{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:8.55px;
        line-height:9px;
        letter-spacing:0.04em;
      }
      
      

      .equipoTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:50px;
        line-height:53.3px;
      }
      
      
      .equipoTitular{
        display:flex;
        width:100%;
        padding-top:115px;
        padding-left:120px;
        gap:26px;
        /*background-color:beige;*/
        align-items:center;
        flex-shrink:0;
      }
      
      .equipoFlecha{
        display:flex;
        height:19px;
        width:22px;
        /*background-color:brown;*/
        background-image:url("./imgs/nosotros/equipo/vineta.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
      .equipoLine{
        display:flex;
        width:100%;
        height:2px;
        background-color:#C29725;
      }
     
      .equipoPalabra{
        white-space: nowrap;
        /*background-color:blue;*/
      }
      
     
      
      .equipo{
        display:flex;
        padding:68px 30px 134px 30px;
        /*background-color:lightblue;*/
        flex-wrap:wrap;
        row-gap:43px;
        column-gap:20px;
        justify-content:center;
        align-items:center;
      }
      
      
      .equipoCaja{
        display:flex;
        width:215.24px;
        /*background-color:green;*/
        position:relative;
      }
      
      .equipoInfo{
        display:flex;
        flex-direction:column;
        margin-top:25px;
        width:215.24px;
        gap:7px;
        background-color:#F1F1F1;
        padding:83px 23px 30px 23px;
        border-radius:10px;
        flex-shrink:0;
      }
      
      
      .equipoFoto{
        display:flex;
        width:86.5px;
        height:86.5px;
        /*background-color:purple;*/
        position:absolute;
        left:16.9px;
      }
      
       .equipoFoto img{
        object-fit:cover;
        width:100%;
        object-position:center;
      }
      
      
      
      .equipoTextos{
        display:flex;
        flex-direction:column;
        gap:12px;
       /*background-color:lightgreen;*/
        width:100%;
      }
      
      .equipoContacto{
        display:flex;
        gap:8px;
        align-items:center;
      }
      
      .equipoIcon{
        display:flex;
        width:13px;
        height:14px;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
      .equipoWhatsIcon{
        background-image:url("./imgs/nosotros/equipo/whats.svg");
        /*background-color:blue;*/
      }
      
      .equipoCorreoIcon{
        background-image:url("./imgs/nosotros/equipo/correo.svg");
        /*background-color:black;*/
      }

      br{
        display: none;
      }


@media(max-width:1000px){


  .equipoTitular{
    padding-left: 50px;
    padding-top: 80px;
    gap: 10px;
  }

  .equipoTitle{
        font-size: 45px;
  }

  .equipo{
    padding: 40px;
  }


}

@media(max-width:600px){
  .equipo{
    padding: 50px 20px;
    gap: 20px;
  }


  .equipoTitle{
    font-size: 33px;
    line-height: 30px;
  }

  br{
    display: flex;
  }

  .equipoTitular{
    padding-top: 50px;
    padding-left: 20px;
    gap: 10px;
  }

  .equipoFlecha{
    width: calc(22px * 0.85);
    height: calc(19px * 0.8s5);
    /*background-color: orange;*/
  }

}
      