* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Estricta Regular", sans-serif;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.container-fluid {
  flex-wrap: wrap;
  /* overflow-x: hidden; */
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
  padding-left: 0rem !important;
}

::marker {
  display: none !important;
}

/* Nav */

.customDropdown li {
  display: block;
}

/* Bootstrap Form  */
.form-control {
  border-radius: 4px !important;
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background-color: black;
  transform: scaleX(1);
  transform-origin: left center;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}

.btn-card-a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn-card {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background-color: black;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-line-show {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background-color: black;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100px);
}

.btn-line-hidden {
  width: 100px;
  height: 1px;
  background-color: black;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-card-a:hover .btn-card {
  transform: translateX(100px);
}

.performance-col {
  display: flex;
  align-items: center;
  padding: 0px 40px;
}

.performance-row {
  position: relative;
  display: flex;
  padding: 0px 40px;
  height: 200px;
}

.grid-card {
  padding: 0px 0px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.grid-card img:hover {
  animation: fadeIn 1s ease-out forwards;
}

@media screen and (min-width: 992) {
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
}

.item-content {
  text-align: right;
  padding: 0 13px 0 0;
}

.item-content h3 {
  font-family: "Estricta Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-bottom: 13px;
}

.item-number p {
  position: relative;
  display: inline-block;
  margin-top: -4px;
  font-family: "Estricta Regular", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #e4e1e5;
}

.separator {
  position: absolute;
  display: block;
  width: 5px;
  height: 50%;
  background-color: #bebbbf;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.comparador-box {
  background: white;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.comparador {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  color: white;
}

.comparador-content h2 {
  font-family: "Estricta Black", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 4rem;
}

.comparador-content h5 {
  font-family: "Estricta Medium", sans-serif;
  text-transform: uppercase;
  color: #ff0000;
  font-size: 2rem;
}

.comparador-content p {
  font-family: "Estricta Regular", sans-serif;
  text-transform: uppercase;
  color: WHITE;
  font-size: 2rem;
}

.motos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.imagen-modelo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.datos-modelo {
  flex-direction: column;
  justify-content: space-around;
}

.moto-del-mes {
  font-family: "Estricta Regular Italic", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 1.4rem;
}

.informacion-tecnica {
  padding-top: 150px;
}

.panels-wrapper-content .informacion-tecnica {
  padding-top: 80px;
}

.informacion-tecnica h4 {
  font-family: "Estricta Bold", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  text-align: end;
}

.informacion-tecnica p {
  font-family: "Estricta Regular", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  text-align: end;
}

#izquierda {
  max-width: 70%;
  margin-right: -70px;
}

#derecha {
  max-width: 70%;
  margin-left: -70px;
}

.footer-links ul {
  list-style: none;
  padding: 0 !important;
  padding-left: 0 !important;
  margin: 0;
}

.footer-links li a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

.text-content {
  padding: 120px 60px;
  width: 60%;
  font-family: "Estricta Regular", sans-serif;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.3s ease-out forwards;
  animation-delay: 1s;
}

.subtitle {
  line-height: 14px;
  letter-spacing: 10px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Estricta Medium", sans-serif;
}

.slider-content {
  width: 100%;
  /* Cambie para probar en new */
  font-family: "Estricta Medium", sans-serif;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.3s ease-out forwards;
  animation-delay: 1s;
}

.title {
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  font-family: "Estricta Medium", sans-serif;
}




.paragraph {
  font-family: "Estricta Regular  ", sans-serif;
  width: 90%;
  line-height: 24px;
  font-weight: 400;
  color: white;
  font-size: 16px;
}

.footer-top {
  padding: 50px 0px;
  background-color: #e9e9e9;
}

.footer-section {
  padding: 50px 0px;
  background-color: #1b1b1b;
  padding: 70px 0px;
  min-height: 400px;
}

.footer-social-icons {
  display: flex;
  padding-top: 100px;
  justify-content: space-around;
  max-width: 230px;
}

.social_media_icons {
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facebook {
  background-color: #3b5998;
}

.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(#6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%);
}

.youtube {
  background-color: #c4302b;
}

.twitter {
  background-color: black;
}

.tiktok {
  background-color: black;
}

.footer-social-icons li a {
  font-size: 25px;
  margin: 0;
}

footer p,
footer h2,
footer a {
  color: white;
  font-family: "Estricta Regular", sans-serif;
  text-decoration: none;
  margin: 0;
}

footer h3 {
  color: white;
  font-family: "Estricta Bold", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

/* Animaciones */
@keyframes moveLeft {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.move-left {
  animation: moveLeft 1s ease-out forwards;
}

.move-right {
  animation: moveRight 1s ease-out forwards;
}

#comparador {
  margin: 100px 0px;
}

.footer-section .legal-imgs {
  padding: 15px 0px;
  justify-content: space-between;
}

.footer-section .legal-imgs-ba {
  padding: 20px 0px;
  align-items: end;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}

.whatsapp-icon img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .performance-row {
    flex-wrap: nowrap;
  }

  .performance-col {
    border-left: none;
    border-right: none;
  }

  .performance-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .panels-wrapper .informacion-tecnica {
    display: none;
  }

  .panels-wrapper .informacion-tecnica-mobile {
    padding-top: 20px;
  }

  .contenedor {
    height: 700px;
  }

  #izquierda {
    max-width: 150%;
    margin-right: -50px;
  }

  #derecha {
    max-width: 150%;
    margin-left: -50px;
  }

  .motos-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .informacion-tecnica h4 {
    margin-top: 1em;
  }

  #comparador {
    margin: 0px 0px;
  }

  .comparador-content {
    min-width: 300px;
  }

  .comparador-content h2 {
    margin: 30px 0px;
    font-size: 2.5rem;
  }

  .comparador-content h5 {
    font-family: "Estricta Regular", sans-serif;
    font-size: 1rem;
  }

  .comparador-content p {
    margin: 30px 0px;
    font-size: 1rem;
  }

  .moto-del-mes-section .button-white {
    display: none;
  }


  .footer {
    padding: 60px 20px !important;
  }

  .footer-section {
    min-height: 200px;
  }

  .footer-section .col-md-3 {
    padding: 20px 0px;
    text-align: center;
  }

  .footer-section .legal-imgs {
    padding: 15px 0px;
    justify-content: center;
  }

  .footer-section .legal-imgs-ba {
    padding: 20px 0px;
    align-items: center;
  }

  .footer-social-icons {
    display: flex;
    justify-content: center;
    max-width: none;
    gap: 20px;
  }


}

/* AVATAR   */

.wrapper-avatar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.avatar {
  border-radius: 50%;
}

.burbuja-dialogo {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f7f7f7;
  color: red;
  border: 1px solid red;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Estricta Regular", sans-serif;
}

.burbuja-dialogo p {
  margin: 0;
  padding-bottom: 2px;
}

.comic-arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: #f7f7f7;
  border-top: 3px solid red;
  border-right: 3px solid red;
  border-radius: 0 0 0 3px;
}


.close-button {
  position: absolute;
  top: -10px;
  left: -5px;
  border: none;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {

  .wrapper-avatar {
    gap: 6px;
    bottom: 15px;
    right: 220px;

  }

  .avatar {
    border-radius: 50%;
    height: 60px;
    width: 60px;
  }

  .burbuja-dialogo {
    position: relative;
    display: inline-block;
    padding: 0.3rem 0.7rem;
    background-color: #f7f7f7;
    color: red;
    border: 1px solid red;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Estricta Regular", sans-serif;
  }

  .burbuja-dialogo p {
    margin: 0;
    padding-bottom: 2px;
  }

  .comic-arrow {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    background-color: #f7f7f7;
    border-top: 3px solid red;
    border-right: 3px solid red;
    border-radius: 0 0 0 3px;
  }

  .close-button {
    position: absolute;
    top: -10px;
    left: -5px;
    border: none;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
  }


  .section_title {
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 20px;
  }




}