/* Base Styles */
body, html {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Navigation */
.w3-top {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.w3-bar {
  height: 60px;
}

.w3-bar .w3-button {
  padding: 16px;
}

/* Hero Section */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding-top: 60px;
  min-height: 60vh;
}

.carousel-item {
  height: 70vh;
  transition: transform 0.6s ease;
}

.carousel-item {
  transition: transform 2.6s ease-in-out;
  height: 70vh;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

.carousel-caption {
  width: 90%;
  max-width: 900px;
  color: #fff;
  text-align: left;
  top: 45%;
  left: 5%;
  transform: translate(0, -50%);
}


.item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
}

/* Content Sections */
.w3-container {
  padding: 64px 16px;
}

.w3-our-orange {
  color: #fff;
  background-color: #FF5733;
}

.w3-our-blue {
  color: #fff;
  background-color: #0f3644;
}

/* Cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  background: white;
}

.card img {
  width: 100%;
}

/* Footer */
.footer {
  background-color: #0f3644;
  color: white;
  padding: 50px 0 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #495057;
  margin-top: 30px;
}

/* Modal */
.w3-modal-content {
  margin: auto;
  width: 80%;
}

.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }    
    
  .carousel-item {
    height: 50vh;
  }
  
  .carousel-caption {
    font-size: 1rem;
  }
  
       /* Tarjetas de carreras */
  .w3-third, .w3-col.m6 {
    width: 100%;
    margin: 0 auto 20px auto;
    float: none;
  }
  
  .footer-column {
    flex: 100%;
    text-align: center;
  }
  
  .w3-container {
    padding: 40px 16px;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    height: 45vh;
  }
  
  .carousel-caption p {
    font-size: 5vw;
  }
  
  .w3-bar .w3-button {
    padding: 12px 8px;
    font-size: 14px;
  }
}

.hp-field { 
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1;
}

.grecaptcha-badge { 
    visibility: hidden;
}
