
  h2 {
    margin: 2rem 0;
  }
  a {
    text-decoration: none;
  }
  .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5vw 5vw;
    background-color: #eaeaea;
  }
  .headline {
    flex: none;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .col {
    color: white;
    max-width: 400px;
    flex: 1;
    margin: 15px 50px;
    position: relative;
  }
  
  
  .angle {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
  }
  .angle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 0px 100px 50vw;
  }
  .col-hdr img {
    width: 120px;
    height: 120px;
    background-color: white;
    padding: 12px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
  .col-hdr {
    width: 100%;
    height: 100px;
    background-color: #eaeaea;
    position: relative;
    text-align: center;
  }
  .col-content {
    padding: 20px 20px 40px;
  }
  
  .enlace-seccion {
    width: 35%;
    border: 2px solid white;
    color: white;
    border-radius: 3px;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
  }
  
  .col {
    background-color: #2691bc;
  }
  .col .angle::after {
    border-bottom-color: #2691bc;
  }
  
  .col-first {
    background-color: #c2a287;
  }
  .col-first .angle::after {
    border-bottom-color: #c2a287;
  }
  
  .col-last {
    background-color: #a7a6a6;
  }
  .col-last .angle::after {
    border-bottom-color: #a7a6a6;
  }

/*Start About-Us*/
.a-CTA {
    border-bottom: 1px solid #303030;
    padding-bottom: 4px;
    letter-spacing: 1.5px;
    font-size: 18px;
    color: black;
}
.flecha {
    display: inline-block;
    transition: transform 0.3s ease; /* Suaviza la transición del movimiento */
}
.a-CTA:hover .flecha {
    transform: translateX(6px); /* Mueve la flecha 5px a la derecha */
}
.imgWork {
  max-width: 100%;
}
.about-us .text, .menu .box-model, .menu .text, .fixed-image .text{
    text-align: center;
    align-self: center;
}

.about-us, .about-us .image-container, .menu, .menu .menu-image-container{
    display: flex;
}
.menu .box-image-container, .fixed-image .text{
    position: relative;
}


/* Revisar si esta fent algo */
.menu .box-model .close, .menu .box-model .arrow .arrow-right,.menu .box-model .arrow .arrow-left, .menu .box-image-container .box-image{
  position: absolute;
}
.fixed-image .text, .menu .box-image-container, .menu .box-image-container .box-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.menu .box-model, .menu .box-image-container, .menu .box-image-container .box-image {
  width: 100%;
}
.menu .box-model .close, .menu .box-model .arrow .arrow-right,.menu .box-model .arrow .arrow-left, .menu .menu-image-container .image img{
  cursor: pointer;
}
.menu .box-model .close:hover{
  color: #fff;
}
.menu .box-model{
  left: 0;
}
/* Revisar si esta fent algo */

/*Start Menu*/
.menu {
  padding: 60px;
}
.menu .box-model {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 20;
  background-color: rgba(0,0,0,.7);
}
.menu .box-model.active {
  display: block;
}
.menu .box-model.active body {
  overflow: hidden;
}
.menu .box-model .close {
  color: #ccc;
  right: 25px;
  top: 10px;
  z-index: 20;
}
.menu .box-model .arrow .arrow-right,.menu .box-model .arrow .arrow-left {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 20;
}
.menu .box-model .arrow .arrow-left {
  left: 20px;
  transform: rotate(-135deg);
}
.menu .box-image-container {
  height: 100%;
}
.menu .box-image-container .box-image img.active {
  animation: scale .5s;
}
@keyframes scale {
  from {transform: scale(0,0)}
  to {transform: scale(1,1)}
}
.menu .menu-image-container {
  flex-wrap: wrap;
  flex: 60%;
}
.menu .menu-image-container .image {
  margin: 0 20px 20px 0;
  flex: calc( 50% - 40px);
}
.menu .text {
  flex: 55%;
  padding: 0 0 0 62px;
}
.menu .text h3 {
  color: #000;;
}
.menu .text .fa-asterisk {
  color: #9a9998;
}
/*End Menu*/

.section-quienes-somos{
  background-color: #eaeaea;
  margin: 10px auto;
}

.about-us {
    padding: 60px;
}
.about-us .text {
    flex: 50%;
    padding: 0px 52px 0 0;
}
.about-us .text h3 {
    color: #000;
}
.about-us .text .fa-asterisk {
    color: #9a9998;
}
.about-us .image-container {
    flex: 50%;
}
.imgAbout{
  max-width: 50% !important;
  margin-bottom: 0px !important;
}

.image-container{
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-container img{
  width: 75%;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  display: block;
}
/*End About-Us*/
/*Start Home Page Responsive*/
@media (max-width: 1200px) {
    .menu, .about-us{
        padding: 60px 40px;
    }
    .about-us .text {
        padding: 0 32px 0 0;
    }
    .about-us .image-container {
        align-items: center;
    }
    .menu .text {
      padding: 0 0 0 32px;
  }
}

@media (max-width: 992px) {
    .about-us {
        display: block;
        padding-top: 50px;
    }
    .about-us .text {
        padding: 0 0 40px;
    }
    .about-us .image-container .image1 {
        margin-left: 0;
    }
    .menu {
      display: block;
      padding: 60px 20px 60px 40px;
    }
    .menu .text {
      padding: 20px 20px 0 0;
    }
}

@media (max-width: 576px) {
    .about-us {
        padding: 60px 20px;
    }
    .menu {
      padding: 60px 0 60px 20px;
  }
}
/*End Home Page Responsive*/