/* ===================================
    Cover
====================================== */

.cover{
  position: relative;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: ellipse(150% 100% at 50% 0%);
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
  background:  url("../../assets/img/cover-ondas.png"),linear-gradient(270deg, #1F2547 0%, #012B38 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.eventos-loader-evcon {
  position: fixed;
  inset: 0;
  background: #012B38; /* color de fondo sólido */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.form-select{
  text-transform: uppercase;
}

/* ===================================
    General
====================================== */


/* ===================================
    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) {

.cover{
  clip-path: ellipse(90% 100% at 50% 0%);
  -webkit-clip-path: ellipse(90% 100% at 50% 0%);
}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
