@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*--------------------- Navbar-----------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background-color: #ffffff;
  /* Color de fondo general */
  color: rkred;
  /* Color del texto */
  line-height: 1.6;
}

header {
  /*position: sticky;*/
  top: 0;
  z-index: 10;
  /*background-color: rgba(241, 237, 231, 0.992); /* Color de fondo de la cabecera */
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}

/*-------NAVBAR----------*/

.logo_link{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.navbar-nav .nav-link {
  color: #ffffff;
  transition: color 0.3s;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #ff2832;
  /* Color del texto del menú al pasar el ratón */
}

.navbar-toggler {
  background-color: rgb(0, 0, 0) !important;
}

#icon{
  color: white;
  font-size: 2.2rem;
}

h1,
h3,
h5 {
  margin: 15px 0;
  color: #b12c39;
  text-shadow: 1px 1px 5px rgba(55, 51, 51, 0.2);
  /* Sombra de texto */
}


/*------------------------------------------------*/
/*-------EFECTO AL PASAR A LA OTRA PAGINA --------*/
/*------------------------------------------------*/
.ripple-wrap {
  display: none;
  overflow: hidden;
  position: fixed;
  font-size: 0;
  z-index: 1000000000000;
  top: 0; left: 0; right: 0; bottom: 0;
}
@keyframes RIPPLER {
  0%   { border-width: 0; }
  40% { 
    height: 0;
    width: 0;
    border-width: 1500px;
    margin-top: -1500px;
    margin-left:-1500px; 
    border-color: #ca0b0b;
  }
  41% { 
    height: 0;
    width: 0;
    border-width: 1500px;
    margin-top: -1500px;
    margin-left:-1500px; 
    border-color: #ac0505;
  }
  100% {
    border-width: 1500px;
    height: 2000px;
    width: 2000px;
    margin-top: -2500px;
    margin-left:-2500px;
    border-color: #8a0808;
  }
}
@keyframes RIPPLER {
  0%   { border-width: 0; }
  40% { 
    height: 0;
    width: 0;
    border-width: 1500px;
    margin-top: -1500px;
    margin-left:-1500px; 
    border-color: #ca0b0b;
  }
  41% { 
    height: 0;
    width: 0;
    border-width: 1500px;
    margin-top: -1500px;
    margin-left:-1500px; 
    border-color: #ac0505;
  }
  100% {
    border-width: 1500px;
    height: 2000px;
    width: 2000px;
    margin-top: -2500px;
    margin-left:-2500px;
    border-color: #8a0808;
  }
}
.ripple {
  display: block;
  height: 0;
  width: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #8a0808;
  border-radius: 100%;
  position: absolute;
  top: 300px;
  left: 300px;
  -webkit-animation: none;
  animation: none;
}
.ripple-wrap.goripple {
  display: block;
}
.ripple-wrap.goripple .ripple {
 -webkit-animation-name: RIPPLER;
 -webkit-animation-duration: 1.5s;
 -webkit-animation-fill-mode: forwards;
 animation-name: RIPPLER;
 animation-duration: 1.5s;
 animation-fill-mode: forwards;

}


/* Distribuidores Section
--------------------------------*/

#distribuidores {
  background-size: cover;
  padding: 0rem 0 3rem;
  background-color: #ffffff;
}

.background {
  background-image: linear-gradient(#ffffff0d 10%, #000000fc 85%), url(../img/imgSeccion/distribuidor2.png);
  width: 100%;
  height: 90vh;
  background-position: center top 20%;
  background-size: cover;
}

.distributor {
  position: relative;
  width: 100%;
  height: 95vh;
  /*backdrop-filter: brightness(0.5);*/
}

.dstr-header {
  position: absolute;
  bottom: 18%;
  text-align: center;
  width: 100%;
  padding: 0 5rem;
}

.dstr-header h3 {
  font-size: 3.5rem;
  font-family: "Oswald", serif;
  color: #ffc107;
  font-weight: 600;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.dstr-header p {
  font-family: 'Open-Sans', sans-serif;
  padding: .2rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  color: rgb(236, 236, 236);
}


.cliente1 {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  margin: 0.625rem;
  border-left: outset #44bcc9;
}


.location {
  font-size: 2.3rem;
}

.escroll {
  width: 31.25;
  height: 28.125rem;
  overflow: auto;
}

a:hover,
a:focus {
  background-size: 100% 0.125rem;
  transition: background-size .5s;
}

.card {
  background-color: #bb0000;
  border-radius: 20px !important;
  cursor: pointer;
  transition: .3s;
  border: 0rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
}

.row-info {
  display: flex;
}

.ifram iframe {
  width: 100%;
}

@media (max-width: 630px){
  .dstr-header{
    padding: 0 2rem;
    bottom: 12%;
  }

}

@media (max-width: 768px){
  .redes{
    visibility: hidden;
  }
}

@media (max-width: 992px) {
  .dstr-header h3{
    font-size: 2.5rem;
  }
}


/*----------------- FOOTER ------------------*/

footer {
  /*background: url(../img/imgSeccion/red\ gradient\ 1.png);*/
  background: #000000 !important;
  color: #dcdcdc !important;
  padding: 2rem 0;
  /* border-top: 1px solid #ffc107; */
}

.footer-top {
  text-align: center;
}

.footer-contact {
  margin-bottom: 20px;
}

.footer-contact a {
  font-size: 14px;
  color: #dcdcdc !important;
}

.footer-colored-line {
  background: linear-gradient(45deg, #a31321, #ab8d8d);
  width: 25%;
  height: 0.125rem;
  border-radius: 1.25rem;
  margin: 0.5rem auto;
}

.footer-line {
  width: 25px;
  background: linear-gradient(329deg, #ff81008a, #ffc107);
  border-radius: 0;
  height: 2px;
  margin: 15px auto;
}

.text-white {
  color: #ffffff;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

@media (max-width: 1025px) {
  .fastlinks {
    gap: 0 !important;
  }
}

@media (max-width: 992px) {
  .footer-contact {
    width: 32% !important;
  }
}

@media (max-width: 884px) {
  .fastlinks {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (max-width: 820px) {
  .fastlinks .link {
    margin-bottom: 2rem;
    padding: 0 2rem 0 0;
  }
}

@media (max-width: 768px) {
  .fastlinks {
    justify-content: center !important;
    margin: 0 3rem !important;
  }

  .footer-contact {
    margin-bottom: 1rem;
    width: 100% !important;
  }
}

@media (max-width: 724px) {
  .fastlinks {
    column-gap: 1rem;
  }

  .fastlinks .link {
    width: 23%;
  }
}

@media (max-width: 696px) {
  .fastlinks .link {
    width: 40%;
    text-align: center;
  }
}

@media (max-width: 590px) {
  .fastlinks {
    column-gap: 0;
  }

  .fastlinks .link {
    width: 45%;
  }
}

@media (max-width: 450px) {

  .fastlinks {
    margin-left: 2rem !important;
    margin-right: 1rem !important;
  }


  .fastlinks .link {
    margin-bottom: 2rem;
    padding: 0 2rem 0 0;
    text-align: left;
  }
}


/*-------------------Efecto para icono de redes sociales--------------------*/



.redes a:hover {
  transform: scale(1.1); /* Efecto de aumento al pasar el mouse */
  color: #0077b5; /* Cambia el color al pasar el mouse (por ejemplo, azul para LinkedIn) */
}

/* Colores personalizados para cada red social */
.redes a.facebook:hover {
  color: #3b5998; /* Azul de Facebook */
}

.redes a.linkedin:hover {
  color: #0077b5; /* Azul de LinkedIn */
}

.redes a.instagram:hover {
  color: #e4405f; /* Rosa de Instagram */
}

.redes a.whatsapp:hover {
  color: #25D366; /* Verde de WhatsApp */


}

.redes a.tiktok:hover{
  color: #ffffff;
}

.redes a.youtube:hover{
  color: #b80000;
}


.redes {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 13%;
  left: 20px;
  /*background-color: rgb(255 255 255 / 49%);*/
  padding: 10px;
  border-radius: 50px;
  z-index: 100;
}

.redes a {
  margin: 5px 0; /* Espaciado entre los íconos */
  text-decoration: none; /* Eliminar subrayado */
  color: #ffffff; /* Color inicial */
  transition: transform 0.3s ease, color 0.3s ease; /* Efectos de transición */
  font-size: 25px; /* Tamaño del ícono, ajustado para encajar mejor en el lado derecho */
}

.redes a:hover {
    transform: scale(1.1); /* Efecto de aumento al pasar el mouse */
}


/*---------REDES FOOTER-----------*/
.redes-footer {
  display: flex;
  flex-direction: row; 
  position: relative; /* Fija la posición */
  justify-content: center;
  background-color: rgba(201, 203, 63, 0);
  padding: 10px; /* Espaciado interno */
  border-radius: 5px; /* Bordes redondeados (opcional) */
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Sombra (opcional) */
  z-index: 100;
  gap: 1.8rem;
  margin-bottom: 2rem;
}

.redes-footer a {
  margin: 5px 0; /* Espaciado entre los íconos */
  text-decoration: none; /* Eliminar subrayado */
  color: #ffc200; /* Color inicial */
  transition: transform 0.3s ease, color 0.3s ease; /* Efectos de transición */
  font-size: 25px; /* Tamaño del ícono, ajustado para encajar mejor en el lado derecho */
}

.redes-footer a:hover {
  transform: scale(1.1); /* Efecto de aumento al pasar el mouse */
}

.redes a:hover {
transform: scale(1.1); /* Efecto de aumento al pasar el mouse */
color: #0077b5; /* Cambia el color al pasar el mouse (por ejemplo, azul para LinkedIn) */
}

/* Colores personalizados para cada red social */
.redes-footer a.facebook:hover {
color: #3b5998; /* Azul de Facebook */
}

.redes-footer a.linkedin:hover {
color: #0077b5; /* Azul de LinkedIn */
}

.redes-footer a.instagram:hover {
color: #e4405f; /* Rosa de Instagram */
}

.redes-footer a.whatsapp:hover {
color: #25D366; /* Verde de WhatsApp */
}

.redes-footer a.tiktok:hover{
color: #ffffff;
}

.redes-footer a.youtube:hover{
color: #b80000;
}


/* ---------------- LINKS RÁPIDOS --------------- */
.fastlinks {
  display: flex;
  flex-wrap: wrap;
  margin-right: 6rem;
  margin-left: 6rem;
  margin-bottom: 2rem;
  justify-content: center;
  gap: 4rem;

}

.link {
  padding: 0 3rem 0 0;
  text-align: left;
}

.link a {
  color: #dcdcdc !important;
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
}

.link li a {
  font-size: 14px;
  font-weight: 100;
}

.link a:hover {
  color: #FFC107 !important;
}

.link ul li {
  list-style-type: none;
}

/*------------Navbar dropdown----------*/

.drop-menu-nav{
  background: #000000d7 !important;
  border-radius: 5px !important;
  transform: translate(0, 12px) !important;
  backdrop-filter: blur(7px) !important;
}

.drop-hover{
  color: white !important;
}

.drop-hover:hover{
  color: #ffc107 !important;
  background: #1c1c1cb0 !important;
}

@media (max-width:991px){
  .drop-menu-nav{
    transform: none !important;
  }

  li .drop-hover{
    background: #303030 !important;
  }
  
}