body {
  background-color: #FFF0E7;
}

#main-nav {
  background-color: #FFF0E7!important;
}

.nav-link:hover {
  text-decoration-line: underline;
  text-decoration-color: #ffa500;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  color: black;
}

.nav-link.active {
  text-decoration-line: underline;
  text-decoration-color: orangered;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  font-weight: 700;
}

p {
  font-family: 'Montserrat';
  font-size: 1.1rem;
}

.scl-header {
  padding-top: 4rem;
}

.scl-banner {
  height: 100vh;
  padding-top: 8rem;
}

.btn-split {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: orangered;
  border: none;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem 3.3rem 0.6rem 1.2rem;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

/* parte derecha (flecha) */

.btn-split::after {
  content: "➜";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.2rem;
  background-color: orange;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* efecto hover: invierte colores */

.btn-split:hover {
  background-color: orange;
}

.btn-split:hover::after {
  background-color: orangered;
  color: #fff;
}

.scl-h0 {
  font-family: 'Futura Heavy';
  font-size: 2rem;
}

.scl-h1, .scl-h7 {
  font-family: 'Futura Heavy';
  font-size: 4rem;
}

.scl-h2 {
  font-family: 'Futura Heavy';
  font-size: 3rem;
  font-weight: bold;
}

.scl-h3 {
  font-family: 'Futura Heavy';
  font-weight: 100;
}

.scl-h4 {
  font-family: 'Futura Heavy';
}

.scl-h5 {
  font-size: 6rem;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-left: -1rem;
}

.scl-h6 {
  font-family: 'Futura Heavy';
  font-size: 2.5rem;
}

.scl-plain-button {
  position: relative;
  background-color: rgb(255,118,0);
  color: white;
  padding: 0.2rem 2rem;
  border-radius: 0.8rem;
  font-family: 'Futura Heavy';
  font-size: 2rem;
  top: -23px;
}

.scl-light-button {
  font-family: 'Futura Heavy';
  font-size: 0.85rem;
  border: 1px solid black;
  display: inline-block;
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
}

.scl-text {
  font-family: 'Futura Heavy';
  font-size: 1.2rem;
}

.scl-bg {
  background-color: #FFF0E7;
}

.scl-bg-orange {
  background-color: rgb(255,118,0);
}

.btn-scl-orange:hover {
  background-color: orangered;
}

.btn-scl-orange {
  background-color: rgb(255,118,0);
  color: white;
  font-family: 'Futura Heavy';
}

.bg-scl-orange {
  background-color: rgb(255,118,0);
}

.scl-frame {
  background-color: rgb(53,59,67);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.scl-tit-3 {
  color: white;
  font-size: 2.3rem;
  font-family: 'Futura Heavy';
}

.scl-tit-1 {
  color: white;
  font-size: 1.7rem;
  font-family: 'Futura Heavy';
  text-transform: uppercase;
}

.scl-tit-4 {
  color: white;
  font-family: 'Montserrat';
  font-size: 1.2rem;
  margin-bottom: 0;
}

.scl-tit-2 {
  color: white;
  font-family: 'Montserrat';
  font-size: 0.9rem;
}

.scl-frame-img {
  padding-left: 33%;
  padding-right: 33%;
}

#contacto input, #contacto textarea {
  font-family: 'Montserrat';
  font-size: 1.5rem;
  padding: 20px 15px;
}

.left-line {
  border-left: solid gainsboro 1px;
}

.img-scl-iso {
  max-width: 120px!important;
  max-height: 55px!important;
}

.scl-link:hover {
  color: orangered;
  text-decoration: underline;
}

.scl-link {
  font-family: 'Futura Heavy';
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  display: inline-block;
}

.text-scl-gigante-1 {
  color: #ff7600;
  font-size: 15rem;
  font-family: 'Futura Heavy';
  line-height: 1;
  letter-spacing: -45px;
}

.text-scl-gigante-2 {
  color: #ff7600;
  font-size: 5rem;
  font-family: 'Futura Heavy';
  line-height: 1;
}

.scl-h1.scl-text-dark {
  color: #404040;
}

.w-60 {
  width: 60%!important;
}

.scl-tit-5 {
  font-size: 1.8rem;
}

.scl-tit-6 {
  font-size: 2rem;
  font-weight: 700!important;
}

.bg-scl-medium-orange {
  position: relative;
  background-color: rgb(255,138,40);
}

.bg-scl-medium-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: rgb(255,138,40);
  z-index: 0;
}

.bg-scl-medium-orange > * {
  position: relative;
  z-index: 1;
}

.w-40 {
  width: 40%!important;
}

.scl-list li::marker, .scl-list-2 li::marker {
  color: rgb(255,118,0);
}

.scl-list-2 li {
  font-family: 'Montserrat';
  font-size: 1.2rem;
}

.scl-list li {
  font-family: 'Futura Heavy';
  font-size: 1.2rem;
}

.scl-h7.counter::before, .scl-h6.counter::before {
  content: "+";
  /*margin-right: 2px;*/
}

.counter {
  letter-spacing: -5px;
  text-transform: uppercase;
}

.scl-link-2 {
  color: #ff7600;
  text-decoration: none;
}

.scl-link-2:hover {
  color: #ff4500;
  text-decoration: underline;
}

.sin-vineta {
  list-style: none;
  text-indent: 0.5rem;
}

.img-ribbon-wrapper img {
  display: block;
}

.scl-ribbon {
  /*position: initial;*/
  top: 0;
  left: 10%;
  background: #ff4500;
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  z-index: 20;
  transform: rotate(-45deg);
  transform-origin: left top;
  white-space: nowrap;
  pointer-events: none;
  float: right;
}

.scl-heartbeat {
  display: inline-block;
  animation: sclHeartBeat 2.8s ease-out infinite;
  transform-origin: center center;
}

@keyframes sclHeartBeat {
  0% {
    transform: scale(1);
    text-shadow: none;
    opacity: 1;
  }
  8% {
    transform: scale(1.3);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
    opacity: 1;
  }
  16% {
    transform: scale(1.1);
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  }
  24% {
    transform: scale(1);
    text-shadow: none;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    text-shadow: none;
    opacity: 1;
  }
}

.carousel-control-next-icon {
  height: 3rem;
  width: 3rem;
  background-color: #ff7600;
}

.carousel-control-prev-icon {
  height: 3rem;
  width: 3rem;
  background-color: #ff7600;
}

.carousel-indicators {
  background-color: rgba(255,118,0,0.6);
  width: 10rem;
  margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
  width: 7%;
}

@media (max-width: 576px) {
  .scl-h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .scl-plain-button {
    font-size: 1rem!important;
  }
}

@media (max-width: 576px) {
  .scl-frame-img {
    padding: 0;
  }
}

