.ms-hero-video {
        overflow: hidden;
        height: 350px !important;
    }
    .dLogoEscuela{
      max-width: 450px;
    }
    .dTextMove{
      font-size: 2.6rem;
    }
    .dFormacion{
      margin-top: 25px;
    }
    span.typed-class {
    font-weight: bold;
    color: #da000c;
}
.dTitulVisible{
  position: absolute;
    background-color: #fff;
    z-index: 9;
    width: 95%;
    text-align: center;
    box-sizing: border-box;
    bottom: 10%;
    padding: 10px;
    font-size: 18px;
    opacity: 0.8;
    color: #3d3d3d;
    font-weight: bold;
}
.owl-carousel {
    display: flex;
    width: 100%;
    z-index: 1;
    flex-direction: column;
}
.card-primary:nth-of-type(odd) {
    background-color: #3D3D3D;
    color: #fff;
}
.card-primary {
    background-color: #fff;
    color: #3D3D3D;
}
.dTitCurso{
  font-weight: bold;
    width: 80%;
    float: left;
    font-size: 16px;
}
.dFechaCurso{
  font-size: 14px;
    float: left;
    width: 20%;
    text-align: right;
    font-weight: bold;
}
.dDescCurso{
  font-size: 14px;
  float: left;
}
.dLeerMas{
  font-weight: bold;
  color: #009cd5;
  float: left;
  margin-left: 10px;
}
.dLeerMas:hover{
  font-weight: bold;
  color: #009cd5;
  float: left;
}
.ms-thumbnail.ms-thumbnail-top:hover .ms-thumbnail-caption, .ms-thumbnail.ms-thumbnail-top:focus .ms-thumbnail-caption {
    z-index: 999;
}
.nav.nav-tabs li a i {
    font-size: 18px;
}
.dLeft{
  float: left;
}
.dImgCert{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#galeria .ms-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 180px;
}
#galeria .ms-thumbnail img {
    position: relative;
    z-index: 0;
    transition: all ease 1s;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#galeria .ms-thumbnail.card-body.p-05 {
    max-width: 100% !important;
}
.dServeis {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}
.cardmin {
    min-height: 275px;
}
.dTecnic{
  background-image: url(../img/recursos/formacion/tecnicos.jpg);
}

.dSimulacros{
  background-image: url(../img/recursos/formacion/simulacro.jpg);
}
.dMaritimo{
  background-image: url(../img/recursos/formacion/maritimo.jpg);
}
.dLaboral{
  background-image: url(../img/recursos/formacion/laboral.jpg);
}
.dFuego{
  background-image: url(../img/recursos/formacion/fuego-real.jpg);
}
.dBombero{
  background-image: url(../img/recursos/formacion/bombero-empresa.jpg);
}
.dFondo {
    background-color: #fff;
    opacity: 0.7;
    padding: 5px;
    border-radius: 5px;
}
.dNoMarginTop{margin-top: 0;}
@media (max-width: 780px){
    .cardmin {
        width: 100%;
    }
    .dLogoEscuela {
      max-width: 275px;}
    .dTextMove {
      font-size: 2.6rem;
      position: absolute;
      text-align: center;
    }
    .dServeis {
      flex-wrap: wrap;}
    .row.container {
      padding-left:0;
      padding-right: 0;}
    .row {
      margin-right: 0;
      margin-left: 0;
    }

    .dTitCurso {
      width: 100%;}
    .dFechaCurso {
      width: 100%;
      text-align: left;
  }
  .dImgCert {
    flex-wrap: wrap;
  }
  .dImgCert img{
    max-width: 120px;
    margin: auto;
  }
}