@media only screen and (max-height: 740px) {
  .cont {
    gap: 5rem !important;
  }
  .cont2 {
    gap: 5rem !important;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .child-flex {
    width: 50% !important;
  }
  .child-video {
    width: 50% !important;
  }
  .cont .logo {
    width: 50% !important;
  }
  .cont .scroll-down {
    width: 50% !important;
  }
  .cont .scroll-down p {
    right: 10rem !important;
  }
  .cont .scroll-down #scroll-line {
    right: 11.6rem !important;
  }
  .cont2 .logo {
    width: 50% !important;
  }
  .cont2 .link {
    width: 50% !important;
  }
}
@media only screen and (max-width: 700px) {
  .container.hide {
    display: none !important;
  }
  .none {
    display: flex;
    flex-direction: column;
  }
  .none .mobile-logo img {
    width: 45%;
  }
  .cont {
    flex-direction: column;
    gap: 15rem;
    padding: 0px 0px !important;
  }
  .cont .logo {
    width: auto !important;
    text-align: center;
  }
  .cont .logo img {
    width: 45% !important;
  }
  .cont .scroll-down {
    width: auto !important;
  }
  .cont .scroll-down p {
    position: static !important;
    text-align: center;
  }
  .cont #scroll-line {
    position: static !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cont2 {
    flex-direction: column;
    gap: 20rem;
    padding: 0px 0px !important;
  }
  .cont2 .logo {
    width: auto !important;
    text-align: center;
  }
  .cont2 .logo img {
    width: 45% !important;
  }
  .cont2 .link {
    width: auto !important;
    text-align: center;
    align-self: unset !important;
  }
}
@media only screen and (min-width: 701px) {
  .container {
    display: flex;
    justify-content: center;
    padding: 3rem 5rem;
    gap: 1rem;
  }
  .none {
    display: none;
  }
}
.slide {
  -webkit-animation: slideIn 3s;
          animation: slideIn 3s;
}

body {
  background-color: #f1f2f2;
}

.child-flex {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.child-video {
  width: 70%;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-2 .tittle {
  text-align: left;
  color: #b51700;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  transform: translateX(0);
}
.sec-2 .content {
  text-align: left;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-2 .content {
    font-size: 0.75rem;
  }
}
.sec-2 .logo img {
  max-width: 80%;
  height: auto;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-2 .logo img {
    max-width: 60%;
  }
}

.sec-3 .tittle {
  text-align: left;
  color: #b51700;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  transform: translateX(0);
}
.sec-3 .content {
  text-align: left;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-3 .content {
    font-size: 0.75rem;
  }
}
.sec-3 .logo img {
  max-width: 80%;
  height: auto;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-3 .logo img {
    max-width: 60%;
  }
}

.sec-4 .tittle {
  text-align: left;
  color: #b51700;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  transform: translateX(0);
}
.sec-4 .content {
  text-align: left;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-4 .content {
    font-size: 0.75rem;
  }
}
.sec-4 .logo img {
  max-width: 80%;
  height: auto;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-4 .logo img {
    max-width: 60%;
  }
}

.sec-5 .tittle {
  text-align: left;
  color: #b51700;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  transform: translateX(0);
}
.sec-5 .content {
  text-align: left;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .content {
    font-size: 0.75rem;
  }
}
.sec-5 .logo img {
  max-width: 80%;
  height: auto;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .logo img {
    max-width: 60%;
  }
}

.mobile-logo {
  text-align: center;
  padding: 1rem 0px;
}

.mobile-tittle {
  color: #b51700;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  padding-bottom: 2rem;
}

.mobile-content {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0px;
}

.fade {
  -webkit-animation: fadeIn 3s;
          animation: fadeIn 3s;
}

.cont {
  padding: 0px 5rem;
  display: flex;
}
.cont .logo {
  width: 30%;
}
.cont .logo img {
  width: 80%;
}
.cont .scroll-down {
  width: 70%;
  position: relative;
}
.cont .scroll-down p {
  position: absolute;
  bottom: 5rem;
  right: 15rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}
.cont .scroll-down #scroll-line {
  position: absolute;
  bottom: 2rem;
  right: 16.6rem;
  height: 50px;
  width: 3px;
  background-color: black;
  transform: translateY(0);
  -webkit-animation: scroll-wave 6s infinite;
          animation: scroll-wave 6s infinite;
}

.cont2 {
  padding: 0px 5rem;
  display: flex;
}
.cont2 .logo {
  width: 30%;
}
.cont2 .logo img {
  width: 80%;
}
.cont2 .link {
  width: 70%;
  align-self: flex-end;
  text-align: center;
}
.cont2 .link a {
  color: #b51700;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}

@-webkit-keyframes scroll-wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scroll-wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=main.css.map */