/*==============================================
            ABOUT US VIDEO BLOCK
  ================================================*/
.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.video-block-wrapper .about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.about .card.border-success.mb-3,
.about .card-header,
.about .card-footer {
  background: none;
  border: none;
}
.field--name-field-cover-video-youtube .myButton::before {
  content:'ALGO';
}
.layout-paragraphs-component-form .field--name-vhb-contact-button {
  background: #38727c;
  color: black;
  padding: 10px 20px;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Tabletas y Ipod (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-block-wrapper a.btn.btn-light {
    max-width: 250px;
  }

  .about .about-content {
    padding: 40px;
  }

}
/* Telefonos en vertical (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #quienes-boton {
    justify-content: center;
  }
}

/* Telefonos en horizontal (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #quienes-boton {
    justify-content: center;
  }
  .user-logged-in .quickedit-field .field.field--name-field-media-oembed-video,
  .layout-paragraphs-builder-form .field.field--name-field-media-oembed-video {
    position: relative;
    top: -182px;
  }
}
/* Ordenadores y Laptops (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-block-wrapper a.btn.btn-light {
    max-width: 250px;
  }

  .about .about-content {
    padding: 40px;
  }
  .user-logged-in .quickedit-field .field.field--name-field-media-oembed-video,
  .layout-paragraphs-builder-form .field.field--name-field-media-oembed-video {
    position: relative;
    top: -182px;
  }

}

/* Pantallas grandes (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .video-block-wrapper a.btn.btn-light {
    max-width: 250px;
  }

  .about .about-content {
    padding: 40px;
  }
  .user-logged-in .quickedit-field .field.field--name-field-media-oembed-video,
  .layout-paragraphs-builder-form .field.field--name-field-media-oembed-video {
    position: relative;
    top: -182px;
  }
}
