.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.allcenter{align-items: center;align-self: center;align-content: center;text-align: center;}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #2b2b2b;
  color: #ffffff;
  text-decoration: none;
}

.navbar-custom {
  background-color: #e6324b;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.container-custom {
  background-color: #353634;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0rem 3rem 1rem 3rem;
}

.container-custom h1 {
  margin-top: 2rem;
}

.footer-custom {
  background-color: #e6324b;
}

.button-custom {
  background-color: #e6324b;
}

.card-custom {
  background-color: #2b2b2b;
  color: #ffffff;
  border-radius: 0.5rem;
}



.card-custom img {
  margin-top: 1rem;
  border-radius: 0.3rem;
}

.header-content {
  padding: 4rem 3.1rem 0rem 6rem;
}

.carousel-item {
  background-size: contain;
}

/*CHECK-LIST*/
.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 5px;
  height: 11px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #e6324b;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

/*CAROUSEL*/
.carousel {
  right: 0;
}
.carousel-item {
  height: 24rem;
  position: relative;
}

.carousel-item img {
  opacity: 0.7;
}

.text-carousel-container {
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: 0 0 50px 50px;*/
  color: #ffffff;
}

#container-cards {
  background-color: #e6324b;
  padding: 3rem 0rem 3rem 0rem;
  border-radius: 1rem;
}

#main-button {
  margin: 1rem 0rem 0rem 1.5rem;
}

#models-text p {
  max-width: 70%;
}

#diferencial-text {
  margin: 0rem 0rem 2.5rem 0rem;
}

/* Media Query */
@media all and (max-width: 1199px) {
  .header-content {
    text-align: center;
    padding: 4rem 4rem 0rem 4rem;
  }

  .header-content ul {
    display: inline-block;
    padding-left: 0rem;
    font-size: 1.2rem;
  }

  #main-button {
    margin-left: 0rem;
  }

  #container-cards {
    background-color: #353634;
  }
}

@media all and (max-width: 991px) {
  #models-text p {
    max-width: 90%;
  }

  .fa {
    margin-top: 5rem;
    margin-right: 10rem;
  }
}

html {
  overflow-x: hidden !important;
}
