@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url("https://fonts.googleapis.com/css2?family=Marko+One&display=swap"); /*Marko one letra h1 "guitarr tech"*/

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap"); /*Arbutus Slab letra h2 "calibracion..."*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
}

:root {
  --bg-color-dark: #1e272e;
  --text-color: #fefeff;
  --fuenteMarko: "Marko One", serif;
  --fuenteExo: "exo", sans-serif;
  --color-naranja: #fc703e;
}

section {
  scroll-margin-top: 80px;
}

/* Cards de servicios con hover creativo 
    .servicio-card{
      background-color: #fff;
      padding: 20px;
      border-radius: 15px;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .servicio-card:hover{
      transform: translateY(-10px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.3);
    }

    .servicio-card i{
      font-size: 3rem;
      margin-bottom: 15px;
      transition: transform 0.3s;
    }

    .servicio-card:hover i{
      transform: rotate(15deg) scale(1.2);
    }



/*

/*
.servicio-card {
    border-radius: 15px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.servicio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.icono-servicio {
    font-size: 2.5rem;
    color: #ff6b6b;
}*/

.body-pagos {
  align-items: center;
  justify-content: center;
  padding: 3rem 5%;
}

.body-pagos .category {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 150px;
  align-items: center;
  justify-content: center;
  gap: 1em;
  justify-items: stretch;
  /*animation: spin 10s infinite linear;*/
}

.body-pagos .category::-webkit-scrollbar {
  display: none;
}

.body-pagos .category .imgContainer {
  flex: 0 0 5em;
  padding: 1em;
  border-radius: 0.2em;
  text-align: center;
  align-content: center;
}

.body-pagos .category .imgContainer img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/*
@keyframes spin {
  from {
    translate: 0;
  }
  to {
    translate: 0%;
  }
}*/

@media (max-width: 1100px) {
 
}

@media (max-width: 900px) {
}

@media (max-width: 700px) {

}

@media (max-width: 610px) {
}

