body > main > .contenido-wrapper {
  display : none;
}
.html-empresa {
  background-image: url('/imagenes/dac/home3-mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media(min-width:768px) {
  .html-empresa {
    background-image    : url('/imagenes/dac/home3.jpg');
    
  }
}

.header-somos-dac {
  position                : relative;
  transform               : translateY(-100%);
  background-color        : #FFF;
  max-width               : 280px;
  padding                 : 16px 23px;
  border-top-left-radius  : 15px;
  border-top-right-radius : 15px;
  font-size               : .7em;
  margin                  : 0 auto;
  text-align              : center;
  top                     : 1px;
}

.header-somos-dac :is(.bisel-l,.bisel-r) {position : absolute;bottom : 0;}

.header-somos-dac .bisel-l {left : 0;transform : translateX(-100%);}

.header-somos-dac .bisel-r {right : 0;transform : translateX(100%);}

@media (min-width : 993px) {
  .header-somos-dac {
    margin     : 0;
    max-width  : 480px;
    text-align : left;
  }
}

.articulos-list {
}

.articulos-list .articulo {
  background-color : #FFF;
  border-radius    : 15px;
  padding          : 2em;
  height           : 100%;
}

.articulos-list .articulo-titulo {
  font-weight : bold;
  color       : #000;
  font-size   : 1.3rem;
  /* min-height: 4rem; */
  line-height : 1.1lh;
  min-height  : 3.3lh;
}

.articulos-list .articulo-subtitulo {
  margin-top    : 1rem;
  margin-bottom : 1rem;
  line-height   : 1lh;
  min-height    : 4lh;
  overflow-y: hidden;
  max-height: 4lh;
}

.articulos-list .articulo-fecha {
  font-size : .8rem;
}

.testimonios-list {
  margin-top    : 5rem;
  margin-bottom : 5rem;
}

.testimonio {
  text-align : center;
}

.testimonio-ico {
  text-align    : center;
  margin-bottom : 1rem;
}

.testimonio-ico img {
  max-width : 30px;
  display   : inline !important;
}

.testimonio-nombre {
  font-weight   : bold;
  font-size     : 1.4rem;
  margin-bottom : 1rem;
}

.testimonio-texto {
}

.dac-numbers {
  font-size   : 2rem;
  line-height : 2rem;
}

.dac-numbers .vertical-counter {
  height : 2rem;
}

.btnPopupVideoYoutubeEmpresa {
  position    : absolute;
  top         : 50%;
  left        : 50%;
  transform   : translate(-50%, -50%);
  color       : white;
  text-shadow : 0 0 2px black;
  font-size   : 3em;
}

.mfp-bg {
  background : #EEE;
  opacity    : .95;
}

@media (min-width : 992px) {
  .btnPopupVideoYoutubeEmpresa {
    position    : absolute;
    bottom      : 1rem;
    right       : 1rem;
    top         : auto;
    left        : auto;
    transform   : none;
    color       : white;
    text-shadow : 0 0 2px black;
    font-size   : 3em;
  }
}

.cont-video-1 {
  margin : 9rem 0;
}

.cont-video-1 video {
  width : 100%;
}

@media (min-width : 768px) {
  .cont-video-1 {margin:0;}
  .cont-video-1 video {

  }
}

