@font-face {
  font-family: "f0";
  src: url("fonts/Gilroy-Thin.ttf");
}

@font-face {
  font-family: "f1";
  src: url("fonts/Gilroy-Light.ttf");
}

@font-face {
  font-family: "f2";
  src: url("fonts/Gilroy-Regular.ttf");
}

@font-face {
  font-family: "f3";
  src: url("fonts/Gilroy-Bold.ttf");
}
* {
  font-family: "f2";
  color: #242322;
  outline: none !important;
}
html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

.owl-carousel {
}
.owl-carousel .item {
}
.owl-carousel .item img {
}

.owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 152px !important;
  height: 100%;
}

.owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 152px !important;
  height: 100%;
}
.owl-nav span {
  color: white !important;
  text-shadow: 0px 5px 10px black;
  opacity: 0.5;
}

.owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  position: relative;
  top: -40px;
}

.owl-dots button {
  width: 15px;
  height: 15px;
  background: white !important;
  border-radius: 10000px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
  opacity: 0.5;
}
.owl-dot.active {
  opacity: 1 !important;
}

.content {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
.titleForm {
  color: #092167;
  font-family: f3;
  font-size: 26px;
}
.form button {
  width: 200px;
  margin: auto;
  background: #05a8dd;
  font-family: "f3";
  color: white;
  border: none;
  padding: 13px 0px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
  max-width: 440px;
  width: 100%;
}
select,
input {
  padding: 5px 0px;
  outline: none !important;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-indent: 10px;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info .logo {
  width: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.info .title {
  color: #092167;
  font-family: f3;
  margin-bottom: 5px;
  font-size: 20px;
}
.rowInfo {
  color: #092167;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.info a {
  text-decoration: none;
  color: #092167;
}

@media (max-width: 850px) {
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form {
    margin-bottom: 0px;
    padding: 0px 20px;
    width: calc(100% - 30px);
    display: flex;
  }
  .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }
}

.socialMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.socialMedia a {
  cursor: pointer;
  display: block;
}
.socialMedia img {
  width: 40px;
}
