@import url("https://fonts.googleapis.com/css?family=Cardo:400,700|Oswald");
body {
  overflow-x: hidden;
}

body {
  font-family: "Cardo", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

body {
  background-color: #fafaff;
}

.containter {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  color: #6b61f5;
  font-size: 18pt;
}

.bg-light {
  background-color: white !important;
  border: solid 1px #D5D5D5;
}

.row {
  margin: 0 !important;
}

.navbar {
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
  zoom: 1.3;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar .navbar-brand img {
  padding-right: 10px;
}
.navbar .nav-link {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .navbar #navbarSupportedContent {
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.navbar #navbarSupportedContent {
  width: 100%;
  color: white !important;
}

*[pointer] {
  cursor: pointer;
}

.navbar-top {
  font-family: "Oswald", sans-serif;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
}
.navbar-top .navbar-brand {
  display: flex;
  align-items: center;
  color: white !important;
}
.navbar-top .navbar-brand img {
  padding-right: 10px;
}
.navbar-top .nav-link {
  margin-right: 15px;
  margin-left: 15px;
  color: white !important;
}
.navbar-top #navbarSupportedContent {
  color: white !important;
  width: 100%;
}
.navbar-top .navbar-toggler-icon-new {
  color: white !important;
}

#first-page {
  min-height: 100vh;
  max-width: calc(100vw - (100vw - 100%));
  min-width: calc(100vw - (100vw - 100%));
  display: flex;
  align-items: center;
  position: relative;
  place-content: center;
  background-color: #0a0c0d;
  overflow: hidden;
}
#first-page .navbar-toggler-icon-new {
  display: flex;
  align-items: center;
  justify-content: center;
}
#first-page #myVideo {
  position: absolute;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#first-page .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#first-page .main-content {
  max-width: 1000px;
  color: white;
  text-align: center;
}
#first-page .main-content h2 {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: -2px;
}
#first-page .main-content p {
  color: #fff;
  line-height: 42px;
  margin-top: 20px;
  font-size: 28px;
}

.btn {
  padding-right: 32px;
  padding-left: 32px;
  min-width: 100px;
}

.btn-primary {
  border-radius: 0;
  background-color: #6b61f5;
  border: 0;
  color: white !important;
}

.btn-primary:hover {
  background-color: #7a71f4;
}

.card {
  border-radius: 19px;
}

#second-page {
  min-width: calc(100vw - (100vw - 100%));
  max-width: calc(100vw - (100vw - 100%));
  background-color: white;
  padding: 5%;
}
#second-page .title {
  margin-bottom: 50px;
}
#second-page .card {
  border: solid 1px #6b61f5;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  height: calc(100% - 50px);
}

#third-page {
  min-width: calc(100vw - (100vw - 100%));
  max-width: calc(100vw - (100vw - 100%));
  padding: 5%;
  background-color: #6b61f5;
}
#third-page .title {
  margin-bottom: 50px;
  color: white;
}
#third-page .row > div {
  justify-content: center;
  align-self: center;
}
#third-page .col-md-3 {
  overflow: hidden;
}

.card {
  margin-bottom: 30px;
}

#fourth-page {
  min-width: calc(100vw - (100vw - 100%));
  max-width: calc(100vw - (100vw - 100%));
  padding: 5%;
  background-color: white;
}
#fourth-page .form-control {
  border-radius: 0;
  padding: 30px 15px;
}
#fourth-page .title {
  margin-bottom: 50px;
  color: black;
}
#fourth-page h4 {
  color: white;
}
#fourth-page .full-icon {
  position: absolute;
  font-size: 72pt;
  top: 50%;
  left: 50px;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  color: white;
}
#fourth-page .card {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
#fourth-page .card-email {
  background-color: #F56363;
}
#fourth-page .card-facebook {
  background-color: #4267B2;
}
#fourth-page .card-instagram {
  background-color: #C13584;
}
#fourth-page .card-twitter {
  background-color: #1DA1F2;
}

footer {
  background-color: #6b61f5;
  min-width: calc(100vw - (100vw - 100%));
  max-width: calc(100vw - (100vw - 100%));
  padding: 5%;
  padding-bottom: 1%;
  text-align: center;
  color: white;
}
footer .icons i {
  padding-left: 20px;
  padding-right: 20px;
}
footer .end {
  height: 30px;
  margin-top: 50px;
}
footer .end select {
  background-color: #6b61f5;
  color: white;
  border: 0;
  width: 150px;
}
footer .end span {
  width: 150px;
}

@media only screen and (max-width: 768px) {
  #first-page::after {
    clip-path: circle(34.6% at 50% 0);
  }
}

/*# sourceMappingURL=style.css.map */
