@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 {
  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);*/
  padding: 10px 0;
}


/*-------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;

}

/*--------------------- Navbar-----------------------------*/




/*------------------------CONTACTO-----------------*/

/* Estilos para la sección Nosotros */

#contact {
  background-color: #ffffff;
  z-index: 8;
}

.contacto-header {
  text-align: center;
  position: relative;
  background-image: linear-gradient(1deg, #000000d6 40%, transparent 70%), url(../img/imgSeccion/CONTACTO_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 25%;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  animation: fadeIn 1s ease forwards;
}

.contact-section {

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.title-contacto {
  position: absolute;
  bottom: 20%;
  font-size: 30px;
  width: 100%;
  padding: 0 8rem;
}

.contacto-header h1 {
  color: #ffc107;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: left;
  margin-bottom: 1.5rem;
}

.contacto-header p {
  font-size: 1rem;
  font-family: 'Open-Sans', sans-serif;
  color: rgb(255, 255, 255);
  text-align: left;
}

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}


.contact-form-card{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.media-info{
  display: flex;
  flex-direction: column;
  width: 50%;
}

.formulary{
  width: 50%;
}

.form-bg{
  padding: 2rem;
  border-radius: 8px;
  background: #edededd4;
  box-shadow: rgb(0 0 0 / 31%) 0px 25px 20px -20px;
}

.text-info{
  padding: 1rem 1rem 1rem 0;
  margin-bottom: 3rem;
  border-radius: 20px;
}

.data{
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items:center;
  gap: 1rem;
  margin-right: 1rem;
}

.dat-link{
  color: #737373;
  text-align: center;
  font-family: 'Open-Sans', sans-serif;
  font-size: 0.9rem;
}

.iconos{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.icon-bg{
  padding: 0.6rem;
  border-radius: 50%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.icon{
  font-size: 50px;
  color: rgb(255, 0, 0);
  transition: transform 0.3s;
}

.icon:hover {
  transform: scale(1.15);
}

.social-media{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.social-media a {
  margin: 5px 0;
  text-decoration: none;
  color: #d10000;
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 20px;
}

.social-media a:hover {
  transform: scale(1.1);
}

.social-media a.facebook:hover {
  color: #3b5998; 
}

.social-media a.linkedin:hover {
  color: #0077b5; 
}

.social-media a.instagram:hover {
  color: #e4405f; 
}

.social-media a.whatsapp:hover {
  color: #25D366; 
}

.social-media a.tiktok:hover{
  color: #000000;
}

.social-media a.youtube:hover{
  color: #b80000;
}

.contact-map-card {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  height: 406px;
}

.contact-form-card h2 {
  font-family: 'Open-Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color:#272727;
  margin-bottom: 2rem;
}

.contact-form-card form .form-group {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-form-card form input,
.contact-form-card form textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #6d6d6d;
  border-radius: 20px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.contact-form-card form input:focus,
.contact-form-card form textarea:focus {
  border-color: #ff5722;
}

.contact-form-card form textarea {
  resize: none;
}

.contact-form-card form button {
  border: none;
  margin-top: 2.5rem; /* Espaciado adicional para el botón */
  border-radius: 50px; /* Bordes redondeados */
  background-color: #da0008;
  color: #ffffff;
  padding: 10px 25px; /* Agregar más padding */
  transition: background-color 0.5s; /* Efecto de transición */
  border: 1px solid #da0008;
  font-family: 'Open-Sans', sans-serif;
  font-weight: 600;
}

.contact-form-card form button:hover {
  background-color: #ffc107;
  color: #373737;
  border: 1px solid black;
}

.contact-map-card iframe {
  width: 100%;
  height: 406px;
  border-radius: 8px;
}

.whatsapp-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #25D366;
  color: #fff;
  padding: 0.8rem;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .contacto-header h3 {
    font-size: 1.2rem;
  }
  .contacto-header p {
    font-size: 17px;
  }
}

@media (max-width: 1200px){
  .contact-form-card h2 {
    text-align: center;
  }
  .iconos{
    row-gap: 2rem;
    justify-content: space-evenly;
  }
}

@media (max-width: 992px) {
  .contacto-header h3 {
    font-size: 1.2rem;
  }

  .contacto-header p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {

  .contacto-header {
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center r;
    /* Efecto parallax */
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    animation: fadeIn 1s ease forwards;
  }

  .title-contacto{
    padding: 0;
  }

  .contacto-header h1{
    padding: 0 2rem;
    text-align: center;
  }
  .contacto-header h3 {
    font-size: 1.2rem;
  }

  .contacto-header p {
    font-size: 1rem;
    padding: 0 5rem;
    text-align: center;
  }

  .redes{
    visibility: hidden;
  }

  .contact-form-card {
    flex-direction: column;
  }

  .media-info, .formulary{
    width: 100%;
  }

  .contact-form-card form button{
    text-align: center;
  }
  
  .contact-media{
    margin-top: 2rem;
    text-align: center;
  }

  .social-media{
    justify-content: center;
  }
}


@media (max-width: 576px) {

  .contacto-header {
    overflow: hidden;
    animation: fadeIn 1s ease forwards;
  }

  .title-contacto{
    bottom: 10%;
  }

  .contacto-header h1{
    padding: 0 2rem;
    text-align: center;
  }

  .contacto-header h3 {
    font-size: 1rem;
  }

  .contacto-header p {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 386px){
  .contacto-header h1{
    font-size: 40px;
  }
}


/*----------------- 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: 25%;
  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;
  }
  
}