
.whatsapp-btn{
    margin-top: 10px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 8px;
    border: 1px solid black;
    transition: 0.5s;
    color: white;
}

.whatsappBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
  }
  
  .whatsappBtn img {
    width: 50px;
    height: 50px;
  }
  
  .whatsappBtn:hover {
      border-radius: 15%;
    background-color: #128C7E;
    transition: 0.3s ease;
  }
  
   /*comienzo de estilos del header del index*/ */
   body, html {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

/* 🌟 HEADER */
.header {
    width: 100%;
    height: 100vh;
    
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

/* 🌟 NAVBAR PERSONALIZADA */


.navbar-custom .nav-link:hover {
    color: black;
}
/* Efecto brillo en "PLUS" */
.logo{
    color: white;
}
.logo .neon {
    color: white;
    animation: brillo 1.5s infinite alternate;
}
@keyframes brillo {
    0% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 0.8);
    }
}

/* 🌟 CONTENIDO DEL HEADER */
.header-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* espacio para que no quede tapado por el navbar */
}
.text-section {
    color: white;
    text-align: center;
    margin-top: -100px;
}
.text-section p {
    font-size: 2rem;
}
.text-section h1 {
    font-size: 4rem;
    margin: 0;
}

.btn-principal{
    background-color: white;
    
}
.btn-custom{
    color: black;
}
.btn-segundo{
    background-color:rgba(255, 255, 255, 0.56);
}
.header-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 50px;
}

/* 🌟 RESPONSIVE PERSONALIZADO */
@media (max-width: 768px) {
/* Curvar la parte inferior del header */

.header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    height:145vh;
    border-bottom:2px solid #ffde59 ;
}


.navbar-custom .navbar-collapse {
 color:white;
}
.navbar-custom .nav-link {
    color: white;
}

.text-section h1 {
    font-size: 3rem;
}

.text-section p {
    font-size: 1.5rem;
}


}

/*Fin de estilos del header del index*/



/* Cambiar el color al pasar el ratón por encima */
.navbar-dark .navbar-nav .nav-link:hover {
    color: black; /* Color deseado cuando se pase el ratón */
}
.navbar-toggler-icon{
    color: #b30302; 
}
.navbar-brand{
    color: #b30302;
}
.navbar-brand:hover{
    color: #000000;
}
.content {
    padding: 50px 20px;
    margin-top: 70px;
}
.card {
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    
}
a{
    text-decoration:none;
}
.col-md-6 {
    margin-top: 25px;
}
.card-img-top {
    margin-top: 5px;
    align-items: center;
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: 0.5s;
    cursor: pointer;
}
.card-img-top:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

/* Nuevo estilo para el footer */
footer {
    margin-top: 70px;
    background-color: #222;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #00d24b;
}

footer .contact-info {
    margin-bottom: 20px;
}

footer i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.custom_icon {
color: black;
border-radius: 10%; /* Opcional: hace que los botones sean redondos */
padding: 10px; /* Espaciado para mejor apariencia */
}
.fa-hat-cowboy {
    font-size: 48px; /* Tamaño del ícono */
    background: linear-gradient(to bottom, #ffd700 33.3%, #0033a0 33.3%, #0033a0 66.6%, #ce1126 66.6%);
    -webkit-background-clip: text; /* Para Safari */
    color: transparent; /* Hace que el color del texto sea transparente */
}

      .navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: white;
}
.navbar {
    background-color: rgba(165, 1, 1);
    
}
.container{
  color: white;
}
  .navbar-toggler-icon {
    
  }
  .btn-custom {
    
    border-radius: 20px;
    width: 180px;
    margin: 10px;
}

.kredi:hover{
  color: white;
  background: #3EDCFF;
}
.kredibtn{
  color: white;
  background: #3EDCFF;
   transition: 0.1s;
}

 .masbtn {
  color: white;
   background: #5CE6C9;
    transition: 0.1s;
    }
.kredi, .mas, .mejor {
  color: black;
  cursor: pointer;
}


 .mas:hover {
  color: white;
   background: #5CE6C9;
    }
.mejor:hover{
  color: white;
  background: #ffd700;
}


.header-img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    display: block;
}

 .masbtn:hover {
  color: white;
   background: #5CE6C9;
   transform: scale(1.1);
    transition: 0.1s;
    }
    .kredibtn:hover{
  color: white;
  background: #3EDCFF;
  transform: scale(1.1);
  transition: 0.1s;
}
.linea{
  width: 100%;
  height: 50px;
  margin-top: 50px;
  
}
.linea1{
  width: 100%;
  height: 50px;
  transform: translateY(80px);
}

.card-producto {
  height: 300px;
  background-color: #fff8e1;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-img-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}

.card-img {
  height: 500px;
  width: 90%;
  object-fit: contain;
}

.card-body {
  flex: 1;
  padding: 1.5rem;
  background-color: #ffd700;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
}

.whatsapp-btn {
  margin-top: 1rem;
  background-color: #25D366;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #1ebd5a;
}
.carousel-indicators [data-bs-target] {
  background-color: #ffd700;
  transform: translateY(60px);
}

.carousel-indicators .active {
  opacity: 1;
}
.card{
  background: white;
  height: auto;
}
.container-cel{
  display: none;
}
@media (max-width: 968px) {
.card{
  background: white;
  height: auto;
}
.card-img {
  height: 300px;
  width: 100%;
  object-fit: fill;
}
.carousel{
  display: none;
}
.container-cel{
  display: block;
  
}
}
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');









