/* Footer */
.footer {
  background-color: #ECECEC;
  padding-block: 6rem;
  font-size: 14px;
  padding-left: 0 !important;
  position: relative;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .search-container {
  color: #FFFFFF;
  background-color: #1F2951;
  border-radius: 30px;
  padding: 2rem;
  padding-left: 60px;
  z-index: 5;
  display: grid;
  grid-template-columns: 40% 60%;
  /* Icon size */
}
@media only screen and (max-width: 768px) {
  .footer .search-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-left: 2rem;
  }
}
.footer .search-container div[class*=IndicatorsContainer] {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .footer .search-container div[class*=IndicatorsContainer] {
    width: 40px;
    height: 40px;
  }
}
.footer .search-container svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .footer .search-container svg {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .search-container .text-container {
    margin-bottom: 15px;
  }
}
.footer .search-container .text-container .title {
  color: #00C0FF;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .footer .search-container .text-container .title {
    color: #00C0FF;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.footer .search-container .text-container .subtitle {
  font-size: 14px;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .footer .search-container .text-container .subtitle {
    font-size: 12px;
  }
}
.footer .search-container .search-courses-footer {
  z-index: 1;
  border-radius: 16px;
  background-color: white;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .footer .search-container .search-courses-footer {
    font-size: 14px;
  }
}
.footer .search-bar {
  padding: 0;
}
.footer input::-webkit-input-placeholder {
  opacity: 35%;
}
.footer .contact {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: auto;
  border-radius: 30px;
  padding: 6rem;
  background-color: white;
  z-index: 4;
}
.footer .contact .message-form {
  padding-inline: 3rem;
}
.footer .contact .message-form input, .footer .contact .message-form textarea {
  color: #1F2951;
  font-size: 14px;
  height: 50px;
  background-color: #E9E9E9;
  border-radius: 15px;
  outline: 0;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
}
.footer .contact .message-form .form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .contact .message-form .form-check-input, .footer .contact .message-form .form-check-textarea {
  margin: 0;
  height: initial;
  position: absolute;
  top: 2px;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0.1rem;
  border: 0.2rem solid #00C0FF;
  border-radius: 0.5rem;
}
.footer .contact .message-form .form-check-input::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  clip-path: polygon(3% 50%, 18% 35%, 33% 50%, 77% 5%, 92% 20%, 33% 80%, 3% 50%);
  transform: scale(0);
  background-color: #ffffff;
}
.footer .contact .message-form .form-check-input:checked::before {
  transform: scale(1);
}
.footer .contact .message-form .form-check-input:checked {
  background-color: #00C0FF;
  box-shadow: 0 0 5px #00c0ff;
}
.footer .contact .message-form .form-check-input:hover {
  color: black;
}
.footer .contact .message-form .agreement-text {
  width: 90%;
  opacity: 0.43;
  font-size: 12px;
}
.footer .contact > div:nth-child(2) {
  grid-row: span 2;
}
.footer .contact .title {
  font-size: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .footer .contact .title {
    font-size: 35px;
  }
}
.footer .contact .title .bottom-title {
  width: 65%;
  color: #00c0ff;
}
@media only screen and (max-width: 992px) {
  .footer .contact .title .bottom-title {
    width: 100%;
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .contact .title .bottom-title {
    font-size: 36px;
    width: 70%;
  }
}
.footer .contact .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(31, 41, 81, 0.71);
}
.footer .contact .primary-btn {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer .contact .form-control {
    border: none;
    border-radius: 15px;
    background-color: #E9E9E9;
    color: #1F2951;
  }
}
.footer .contact input::-webkit-input-placeholder {
  color: #1F2951;
  opacity: 0.6;
}
.footer .contact .info {
  margin-top: 1vh;
}
@media only screen and (max-width: 768px) {
  .footer .contact .info {
    gap: 1vh;
  }
}
.footer .contact .info .info-title {
  color: #1F2951;
  font-weight: bold;
  opacity: 1;
}
.footer .contact #contact_send {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .footer .contact {
    display: flex;
    flex-direction: column;
    padding-inline: 25px;
    padding-block: 30px;
    gap: 2rem;
  }
  .footer .contact .message-form {
    padding-inline: 0;
  }
}
.footer .company-info .card {
  border: none;
  display: grid;
  grid-template-columns: 50% 50%;
  border-radius: 30px;
  color: #1F2951;
  color: rgba(31, 41, 81, 0.71);
  height: 450px;
}
.footer .company-info .card .card-content {
  padding: 5rem;
}
.footer .company-info .card img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.footer .company-info .card .vulcan-logo {
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .footer .company-info .card .vulcan-logo {
    width: 80%;
  }
}
.footer .company-info .card .footer-map {
  overflow: hidden !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .footer .company-info .card {
    grid-template-columns: 1fr;
    grid-template-rows: 35% 65%;
    height: 540px;
  }
  .footer .company-info .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 2rem;
  }
  .footer .company-info .card .card-body .card-content {
    padding: 1rem;
    line-height: 1.3;
  }
  .footer .company-info .card .card-body .card-content .vulcan-logo {
    width: 90%;
  }
  .footer .company-info .card .footer-map {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
  }
}
@media only screen and (max-width: 560px) {
  .footer .company-info .card .card-body {
    display: block;
  }
  .footer .company-info .card .card-body .card-content .vulcan-logo {
    width: 80%;
  }
}
.footer .links {
  margin: 20px 0 5rem 30px;
}
@media only screen and (max-width: 768px) {
  .footer .links {
    margin: 20px 0 50px 0;
  }
}
.footer .links a {
  color: rgba(31, 41, 81, 0.71);
  line-height: 1.9;
}
.footer .links .links-subtitle, .footer .links .links-subtitle a {
  color: #1F2951;
  font-weight: bold;
}
.footer .socials {
  display: flex;
  justify-content: end;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .footer .socials {
    justify-content: center;
    margin-top: 3vh;
    margin-bottom: -4rem;
  }
}
.footer .designed-by {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  font-size: 16px;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .footer .designed-by {
    flex-direction: row;
    justify-content: center;
  }
}
.footer .footer-bottom img {
  width: 60%;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}

.red-border {
  border-color: red !important;
}

#contact_message {
  height: 100px !important;
  padding-top: 10px;
}

#contact_message::placeholder {
  color: #1F2951;
  opacity: 0.6;
  padding-top: 10px;
}

.input-field input.red-border, .input-field textarea.red-border {
  border-color: red;
}

/*# sourceMappingURL=footer.css.map */
