/* ===================================
    Cover
====================================== */

.cover{
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

/* VIDEO */
.cover-video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* CONTENIDO */
.cover-content{
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
}


/* ===================================
    Global
====================================== */


.img-background-estandares{
  width: 100%;
  height: auto;
  background:linear-gradient(180deg, #FFFFFF 9.76%, rgba(255, 255, 255, 0.6) 68.73%, #FFFFFF 97.53%),url('../../assets/img/inicio/fondo-estandares.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-main-footer{
  width: 100%;
  height: auto;
  background:url('../../assets/img/inicio/fondo-footer.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
/*---------------------------------*/


/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
