/* ===================================
    Cover
====================================== */

.cover{
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #080E1F 0%, rgba(33, 43, 62, 0.6) 100%),url("../../assets/img/conectate/conectate.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover h2{
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
}

.form-select{
  background-color: #fff;
      border: 1px solid #e4e4e4;
}


/* ===================================
    General
====================================== */

.content-mapa{
  width: 100%;
  height: 300px;
}


.content-mapa iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-info{
  background: #F2F4F8;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
}
