/* ---------------------------------------------------
INICIO CERTIFICATION
----------------------------------------------------- */
.servicios-top, .row-bg-imagen-top-small{
    background: #f0f0f0 url(../img/certification-background.jpg) no-repeat center center;
    background-size: cover;
}
.servicios-top .th-certification-book{
    max-height: 600px;
}
.servicios-top .texto-top {
    margin-top: 4.5em;
}
.row-bg-imagen-top-small {display:none; padding:2em;}
.row-bg-imagen-top-small img{width:100%;}

.servicios-certification {
  padding-top: 8em;
}

/* col-lg - Large devices Desktops (≥1200px) */
@media(min-width:1200px){
}

/* col-md - Medium devices Desktops (≥992px) */
@media only screen and (min-width: 993px) and (max-width: 1199px) {

}
/* col-sm - Small devices Tablets (≥768px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .servicios-top{
        background-color: #fff;
        background-image: none;
        padding-top:4em;
    }
    .servicios-top .texto-top{
        text-align: center;
        margin-bottom:4em;
    }
    .row-bg-imagen-top-small {display:block;}
    .imagen-top-hide{display:none;}

}
/*  col-xs - Extra small devices Phones (<768px) */
@media only screen  and (max-width: 767px) {
    .servicios-top{
        background-color: #fff;
        background-image: none;
        padding-top:4em;
    }
    .servicios-top .texto-top{
        text-align: center;
        margin-bottom:4em;
    }
    .row-bg-imagen-top-small {display:block;}
    .imagen-top-hide{display:none;}

}
/*  especial para pantallas ultrapequeña - en caso de ser necesario */
@media only screen and (max-width: 479px) {

}




/*
.certification .primary-alur p {
    color: white;
    line-height: 1.3em;
    margin-bottom: 4em;
}
.certification .full-service img{
  width: 100%;
}
.certification .full-service {
    padding: 6em 0 0;
    width: 116%;
    height: 220vh;
}
.why-cert img{
  width: auto !important;
  margin-top: 2em;
}
.cert-report h4 {
    font-size: 1.2em !important;
    color: black;
    margin-bottom: 0;
}
.cert-report h5 {
  color: black;
  margin-bottom: 0;
}
.cert-report p {
    font-size: 1em;
    color: black;
}
.cert-report p strong{
  color: #4f9d86;
  font-weight: 100 !important;
}
.cert-report h5 strong{
  color: #4f9d86;
  font-weight: 100 !important;
}
.serv-service.why-cert {
    padding: 7em 0 0;
}
.serv-service.why-cert h2 {
    font-size: 1.2em;
    color: #959595;
    font-weight: 100 !important;
    font-family: "WorkSans";
}
.cert-report.this-is-alur {
    margin-bottom: 10em !important;
}
.full-service.proces-cert .row>div:nth-child(1),
.full-service.proces-cert .row>div:nth-child(2),
.full-service.proces-cert .row>div:nth-child(3){
  background-color: transparent;
}
.process-modeling img{
  width: 100%;
}
.primary-cert{
  background-image: url("../img/img-cert.jpg");
  color: white !important;
  padding-top: 12%;
  height: 61em !important;
}
.certification .primary-cert h1{
  font-size: 4em;
  margin: .3em 0 .8em;
}
.primary-cert a{
  padding: .7em 2em;
  font-size: 1.3em;
  color: #666;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  transition: .4s ease;
  background-color: #2f8a69;
  color:white;
}
.primary-cert a:hover{
  transform: scale(1.1);
  text-decoration: none;
}
.primary-cert p{
  max-width: 35em;
}
.serv-service.why-cert p {
    color: black;
}
.cert-report.this-is-alur .descript-pad, .infra-hack .descript-pad {
  padding-left: 4em;
}
.primary-cert h2 a{
  background-color: inherit;
  padding: 0 !important;
  color: #808080;
}
.primary-cert h2{
  color: #808080;
  font-size: .7em;
}
.primary-cert h2 a strong{
  color: #529d86 !important;
}
@media (max-width: 1400px){
  .primary-cert{
    height: 50em !important;
  }
}
@media (min-width: 1126px){
  .certification-img-mov.show-lg{
    display: none;
  }
  .primary-cert h2{
    color: white !important;
    font-size: 1em;
  }
  .primary-cert h2 a strong, .primary-cert h2 a{
    color: white !important;
  }
}
@media (max-width: 1125px){
  .primary-cert {
    background-image: inherit;
    text-align: center;
  }
  .primary-cert h1{
    color: #1a4555;
  }
  .primary-cert p{
    color:#1a4555 !important;
    margin: auto !important;
    margin-bottom: 2em !important;
  }
  .primary-cert {
    height: 32em !important;
  }
  .certification-img-mov.show-lg{
    display: block;
    margin-top: 9em;
  }
  .serv-service.why-cert {
    padding: 0em 0 0;
  }
}
@media (max-width: 768px){
  .back-cert.full-back-service {
    margin-top: -44em;
  }
  .why-cert.serv-service h1 {
    font-size: 3em;
  }
  .cert-report.this-is-alur .descript-pad {
    padding-left: 15px;
  }
  .primary-cert {
    height: 55em !important;
  }
  .certification .primary-cert {
    height: 25em !important;
  }
  .certification .primary-cert h1 {
    font-size: 3em;
  }
}

*/

/* ---------------------------------------------------
FIN CERTIFICATION
----------------------------------------------------- */
