.capital {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.dropdown-brand {
  display: block;
  width: 100%;
  padding: 0vh 2vh 0vh 2vh;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  overflow: auto;
}

.logo-img {
  max-height: 60px;
}
.side-img {
  max-height: 500px;
    opacity: .5;
    margin-top: 0%;
}

.bg-light {
  background: #fff;
}

.fixed {
  position: fixed;
}
.full-w {
  width: 100%;
}

.display-10 {
  font-size: calc(1rem + 0.5vw);
  font-weight: 75;
  line-height: 1.2;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.opacity-5 {
  opacity: 0.5;
}

.descriptor {
  margin: 4vh 0 3vh;
  grid-row-gap: 1%;
  grid-column-gap: 1%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto;
  padding: 1%;
}
.shadow-contained {
  box-shadow: 1px 1px 8px #8c8c8c, 0 0 0 0 #cecece;
  color: #000;
  margin: 2vh 5vh;
  padding: 2vh;
  text-align: justify;
}

.btn-outline-orange {
  --bs-btn-color: #c55a11;
  --bs-btn-border-color: #c55a11;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c55a11;
  --bs-btn-hover-border-color: #c55a11;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c55a11;
  --bs-btn-active-border-color: #c55a11;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c55a11;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c55a11;
  --bs-gradient: none;
}

.mt-nav {
  margin-top: 4rem !important;
}

.vid-container,
h1 {
  color: #fff;
}

.vid-btns {
  display: flex;
  max-width: 90%;
}

.btn-mobile {
  margin: 0px 10px;
}

.dark-text {
  color: black !important;
}

.branding-container {
}


.home-info-container {
  padding: 20px 0;
  background: rgb(255,164,0);
  background: linear-gradient(35deg, rgb(255 255 255 / 39%) 9%, rgba(254,254,255,1) 100%);
  /* box-shadow: 4px 4px 3px 0 #ffffff4d; */
}





.cards {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 2rem;
  padding: 0rem;
  margin-bottom: 2rem;
  perspective: 1000px;
}

.framework-card {
  background: #fff;
  border-radius: 5px;
  padding: 1rem 0px;
  text-align: center;
  width: 150px;
  margin: auto;
  padding-top: 2rem;
  position: relative;
  /* transform-origin: top center; */
  /* --rotate: 10deg; */
  transform: rotateX(var(--rotate));
  transition: transform 0.2s;
}

.framework-card:before {
  right: auto;
  left: 20px;
}

.framework-card:hover {
  transform: rotateX(-20deg);
}

card:before,
.framework-card:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #625e66;
  border: 1px solid #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  top: 10px;
  right: 20px;
  position: absolute;
  border-radius: 50%;
}

.framework-card:before,
.framework-card:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #625e66;
  border: 1px solid #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  top: 10px;
  right: 20px;
  position: absolute;
  border-radius: 50%;
}

.framework-card img {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

img {
  max-width: 100%;
}

.framework-card p {
  font-family: "radnika-next";
  font-weight: 900;
}

.display-10 {
  font-size: calc(1rem + 0.5vw);
  font-weight: 75;
  line-height: 1.2;
}

.to-top {
  z-index: 10;
}

#paginated-list {
  margin-bottom: 75px;
}

.image-nos {
  margin: 0px 3vw 0 3vw;
  height: 44vh;
}
.dismisser-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff9b00;
  border-width: 2px;
  border-color: #ff9b00;
  background: none;
  border-radius: 50px;
  padding: 0px 5px 1px 5px;
}

.hidden {
  display: none !important;
}

.pagination-container {
  width: 88%;
  display: flex;
  align-items: center;
  position: fixed;
  /* padding: 1rem 0; */
  bottom: 10px;
  right: 6%;
  border-radius: 5px;
  /* left: 1%; */
  justify-content: center;
  z-index: 42;
  background: #ffffffad;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #fff;
  background: #0085b6;
}

@media (max-width: 459px) {
  .image-nos {
    margin: unset;
    height: unset;
  }
  .dismisser-btn {
    color: white;
    border-color: #ffffff;
  }
}

.dropdown-menu.show {
  display: block;
  background: #212529;
  border-width: 0;
  margin: 0 1px;
}
.dropdown-menu li a {
  color: #fff;
}

/* FORM CONTACTO */
#contactForm {
  --bs-modal-width: 80%;
}
.contact {
  padding: 4%;
  height: 400px;
}
.col-md-3 {
  background: #ff9b00;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.contact-info {
  margin-top: 10%;
}
.contact-info img {
  margin-bottom: 15%;
}
.contact-info h2 {
  margin-bottom: 10%;
}
.col-md-9 {
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.contact-form label {
  font-weight: 600;
}
.contact-form button {
  background: #25274d;
  color: #fff;
  font-weight: 600;
  width: 25%;
  margin: 10px 0 0 0;
}
.contact-form button:focus {
  box-shadow: none;
}
