@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Estilos para pantallas grandes (mayores o iguales a 1024px) */
@media (min-width: 1024px) {
    body {
		
	
        padding: 40px;
        font-size: 18px;
    }

    .navbar ul li {
        margin-right: 30px;
    }

    header {
        font-size: 3rem;
    }
  

    .carousel-item img {
        max-height: 500px; /* Limita la altura de las imágenes grandes */
    }
}

/* Estilos para tablets y dispositivos medianos (hasta 1024px) */
@media (max-width: 1024px) {
    body {
        font-size: 16px;
        padding: 20px;
    }

    ul {
        display: block; /* Hace que los elementos del navbar sean en bloque */
    }

    li {
        width: 100%; 
        margin-bottom: 10px;
    }
}

/* Estilos para teléfonos móviles (pantallas de menos de 768px) */
@media (max-width: 768px) {
    body {
        font-size: 14px; 
        padding: 10px;
    }

    ul {
        display: block; 
    }

    li {
        width: 100%; /* Los elementos ocupan el 100% del ancho del contenedor */
        margin-bottom: 10px;
    }
}




/* Para pantallas medianas y pequeñas (768px o menos) */
@media (max-width: 768px) {
    
    .navbar {
        flex-direction: column; 
        align-items: center;
    }

    .container-categories {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .card-category {
        width: 100%; 
        height: 4rem;
    }

    .card-category p {
        font-size: 2rem;
    }

    .card-category span {
        font-size: 1.4rem;
    }

    .container-options {
        align-items: center;
    }

    .container-options span {
        text-align: center;
        padding: 1rem 2rem;
    }

    .container-products {
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    }

    .copyright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }

    html {
        font-size: 55%; /* Ajuste general del tamaño de la fuente */
    }
}

/* Para pantallas muy pequeñas (480px o menos) */
@media (max-width: 480px) {
    .container-categories {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .card-category {
        width: 100%; /* Ajusta el ancho al 100% del contenedor */
        height: 12rem;
    }

    .card-category p {
        font-size: 1.8rem;
    }

    .card-category span {
        font-size: 1.2rem;
    }

    .container-options span {
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
        font-weight: 500;
    }

    .container-products {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 1rem;
    }

    .container-img .discount {
        font-size: 2rem;
    }

    .content-card-product h3 {
        font-size: 2.2rem;
    }

    .btn-read-more {
        font-size: 1.8rem;
    }

    .contact-info ul,
    .information ul,
    .my-account ul {
        display: none;
    }

    .contact-info {
        align-items: center;
    }

    .menu-footer {
        grid-template-columns: 1fr;
    }

    .content p {
        font-size: 1.6rem;
    }

    html {
        font-size: 30.5%; /* Ajuste general del tamaño de la fuente para pantallas pequeñas */
    }
}

/* Para pantallas muy pequeñas (468px o menos) */
@media (max-width: 468px) {
    html {
        font-size: 30.5%;
    }

    .container-options span {
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
        font-weight: 500;
    }

    .container-products {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 1rem;
    }

    .container-img .discount {
        font-size: 2rem;
    }

    .content-card-product h3 {
        font-size: 2.2rem;
    }

    .btn-read-more {
        font-size: 1.8rem;
    }

    .contact-info ul,
    .information ul,
    .my-account ul {
        display: none;
    }

    .contact-info {
        align-items: center;
    }

    .menu-footer {
        grid-template-columns: 1fr;
    }

    .content p {
        font-size: 1.6rem;
    }
}
a{
	color: inherit;
	text-decoration: none;
  
  }
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

:root {
	--primary-color: #dedce4;
	--background-color: #f9f5f0;
	--dark-color: #151515;
}

html {
	font-size: 65.5%;
	font-family: 'Poppins', sans-serif;
  margin: NONE;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 115rem;
	margin: 0 auto;
}

.heading-1 {
	text-align: center;
	font-weight: 400;
	font-size: 3rem;
}
/*               HEADER               */
/* ********************************** */
.container-hero {
  background-color: var(--background-color);
  height: 70px; /* Ajustaremos esto en las media queries si es necesario */
}

.hero {
  display: flex;
  justify-content: center; /* Centramos horizontalmente */
  align-items: center; /* Centramos verticalmente */
  padding: 2rem;
  width: 100%;
}

.content-customer-support {
  display: flex;
  flex-direction: column;
  transform: translateY(-25px);
  position: relative;
  right: -5px;
}

.container-title {
  display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center; /* Centrado vertical */
  width: 100%; /* Aseguramos que ocupe todo el ancho disponible */
}

.container-title h1 {
  font-size: clamp(18px, 5vw, 36px); /* Tamaño de fuente dinámico */
  text-align: center; /* Alineación centrada */
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-family: "Courier New", monospace;
  margin: 0;
  transform: translateY(-18px); /* Ajusta la posición vertical si es necesario */
}

/* Ajustes para pantallas más pequeñas */
@media (max-width: 768px) {
  .container-hero {
    height: auto;  /* Ajustamos la altura de la hero para pantallas más pequeñas */
  }

  .hero {
    flex-direction: column; /* Disposición en columna */
    padding: 1rem; /* Reducimos el padding para pantallas pequeñas */
    height: auto;  /* Aseguramos que el contenido fluya de manera natural */
  }

  .content-customer-support {
    transform: translateY(0);  /* Elimina el desplazamiento */
    right: 0; /* Centra el contenido */
    margin-bottom: 1rem; /* Separar logo del título */
  }

  .container-title h1 {
    font-size: clamp(16px, 6vw, 30px); /* Tamaño más pequeño para pantallas pequeñas */
    transform: translateY(0); /* Ajuste para no mover el título */
  }
}

/* Para dispositivos móviles más pequeños (pantallas muy estrechas) */
@media (max-width: 480px) {
  .hero {
    padding: 0.5rem; 
  }

  .container-title h1 {
    font-size: clamp(14px, 7vw, 24px); /* Ajustamos aún más el tamaño del texto */
    letter-spacing: -0.5px;
  }

  .content-customer-support img {
    width: 70px; /* Reducimos el tamaño del logo para pantallas muy pequeñas */
    height: auto;
  }
}







/* ************* NAVBAR ************* */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}


.container-navbar {
  background-color: #e86c1c; /* Fondo naranja */
  height: 110px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.menu-btn {
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  background-color: transparent;
  color: rgb(24, 23, 23);
  border: none;
  display: none;
}


.menu {
  display: flex;
  gap: 2rem;
  justify-content: center; /* Centrar los elementos del menú */
  align-items: center;
}

.menu ul {
  display: flex;
  gap: 2rem; /* Espacio entre los elementos de la lista */
  padding: 0;
  margin: 0;
  list-style: none; /* Quitar puntos de la lista */
}

.menu li {
  padding: 20px;
}

.menu a {
  text-decoration: none;
  font-size: 1.5rem;
  color: rgb(7, 7, 7); /* Color del texto */
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.menu a::after {
  content: '';
  width: 2.5rem;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.menu a:hover::after {
  opacity: 1;
}

.menu a:hover {
  color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(13, 12, 12);
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content .brands-column {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.dropdown-content .brands-column img {
  margin: 5px 0;
  width: 100px;
}

nav ul li:hover .dropdown-content {
  display: block;
}

/* Estilos para móviles y tabletas */
@media (max-width: 768px) {
  .menu {
      display: none; /* Ocultar menú en móviles inicialmente */
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(250, 180, 136)rgba(255,255,255,0.5); /* Fondo naranja con opacidad */
      backdrop-filter: blur(8px); /* Efecto borroso */
      padding: 1rem;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 999;
  }

  .menu.show {
      display: flex; /* Mostrar el menú cuando se hace clic en el botón */
  }

  .menu li {
      padding: 15px;
      text-align: center;
  }

  .menu a {
      font-size: 2rem; /* Tamaño de letra más grande en móviles */
      color: rgb(10, 9, 9);
  }

  .menu-btn {
      display: block; /* Mostrar el botón de menú */
      position: fixed;
      top: 15px;
      right: 20px;
      z-index: 1000;
  }

  /* Efecto borroso en el fondo cuando el menú está activo */
  .blur-background {
      filter: blur(5px); /* Aplicar el efecto de desenfoque */
      transition: filter 0.3s ease;
  }
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .brands-column {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.dropdown-content .brands-column img {
  margin: 5px 0;
  width: 100px;
}

nav ul li:hover .dropdown-content {
  display: block;
}

.search-form {
	position: relative;
	display: flex;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 2rem;
	background-color: #fff;
	height: 4.4rem;
	overflow: hidden;
}


.search-form input {
	outline: none;
	font-family: inherit;
	border: none;
	width: 25rem;
	font-size: 1.4rem;
	padding: 0 2rem;
	color: #1e1d1d;
	cursor: pointer;
	

}


.search-form input::-webkit-search-cancel-button {
	appearance: none;
}

.search-form .btn-search {
	border: none;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200%;
	padding: 1rem;
	
}
input{
	caret-color: rgb(255, 81, 0);
	background-color: rgb(249, 247, 247);
	border-radius: 30px;
	padding-left: 15px;
	letter-spacing: 0.8px;
	color: rgb(255, 254, 254);
	font-size: 13.4px;
}

.btn-search i {
	font-size: 2rem;
	color: #fff;
}




/* From Uiverse.io by Li-Deheng */ 
#btn-message {
	--text-color: #000;
	--bg-color-sup: #d2d2d2;
	--bg-color: #f4f4f4;
	--bg-hover-color: #ffffff;
	--online-status: #ec7d23;
	--font-size: 16px;
	--btn-transition: all 0.2s ease-out;
  }
  .button-message {
	display: flex;
	justify-content: center;
	align-items: center;
	font: 400 var(--font-size) Helvetica Neue, sans-serif;
	box-shadow: 0 0 2.17382px rgba(0,0,0,.049),0 1.75px 6.01034px rgba(0,0,0,.07),0 3.63px 14.4706px rgba(0,0,0,.091),0 22px 48px rgba(0,0,0,.14);
	background-color: var(--bg-color);
	border-radius: 68px;
	cursor: pointer;
	padding: 6px 10px 6px 6px;
	width: fit-content;
	height: 40px;
	border: 0;
	overflow: hidden;
	position: relative;
	transition: var(--btn-transition);
	width: 400px;
	padding: 25px;
	margin-left: 50px;
	justify-content: flex-start;
  }
  
  .button-message:hover {
	height: 56px;
	padding: 8px 20px 8px 8px;
	background-color: var(--bg-hover-color);
	transition: var(--btn-transition);
  }
  
  .button-message:active {
	transform: scale(0.99);
  }
  
  .content-avatar {
	width: 33px;
	height: 33px;
	margin-left: 2px;
	transition: var(--btn-transition);
	position: relative;
  }
  
  .button-message:hover .content-avatar {
	width: 40px;
	height: 40px;
	
	
  }
  
  .avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--bg-color-sup);

	
  }
  
  .user-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .status-user {
	position: absolute;
	width: 8px;
	height: 8px;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	outline: solid 4px var(--bg-color);
	background-color: var(--online-status);
	transition: var(--btn-transition);
	animation: active-status 2s ease-in-out infinite;
	padding: 2px;
  }
  
  .button-message:hover .status-user {
	width: 10px;
	height: 10px;
	right: 3px;
	bottom: 3px;
	outline: solid 3px var(--bg-hover-color);
  }
  
  .notice-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 10px;
	text-align: initial;
	color: var(--text-color);
  }
  
  .username {
	letter-spacing: -6px;
	height: 0;
	opacity: 0;
	transform: translateY(-20px);
	transition: var(--btn-transition);
  }
  
  .user-id {
	font-size: 12px;
	letter-spacing: -6px;
	height: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: var(--btn-transition);
  }
  
  .lable-message {
	display: flex;
	align-items: center;
	opacity: 1;
	transform: scaleY(1);
	transition: var(--btn-transition);
  }
  
  .button-message:hover .username {
	height: auto;
	letter-spacing: normal;
	opacity: 1;
	transform: translateY(0);
	transition: var(--btn-transition);
  }
  
  .button-message:hover .user-id {
	height: auto;
	letter-spacing: normal;
	opacity: 1;
	transform: translateY(0);
	transition: var(--btn-transition);
  }
  
  .button-message:hover .lable-message {
	height: 0;
	transform: scaleY(0);
	transition: var(--btn-transition);
  }
  
  .lable-message, .username {
	font-weight: 600;
  }
  
  .number-message {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: 8px;
	font-size: 12px;
	width: 16px;
	height: 16px;
	background-color: var(--bg-color-sup);
	border-radius: 20px;
  }
  
  /*==============================================*/
  @keyframes active-status {
	0% {
	  background-color: var(--online-status);
	}
  
	33.33% {
	  background-color: #93e200;
	}
  
	66.33% {
	  background-color: #93e200;
	}
  
	100% {
	  background-color: var(--online-status);
	}
  }
  


/*               BANNER               */
/* ********************************** */
/* Carrusel */
.carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;  /* Height set to viewport height */
}

.carousel-item img, 
.carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Ensures content covers the area without distorting */
}

/* For smaller screens (e.g., tablets and mobile) */
@media (max-width: 768px) {
  .carousel-item {
    height: auto;  /* Allow images/videos to adjust based on content */
  }

  .carousel-item img, 
  .carousel-item video {
    object-fit: contain; 
    height: auto; 
  
  }
}


@media (max-width: 480px) {
  .carousel-item {
    height: auto;  
  }

  .carousel-item img, 
  .carousel-item video {
    object-fit: contain;  
    width: 100%;
    height: auto;  
  }
}



/* Controles del carrusel */
.carousel-control {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}

.carousel-control.prev {
  left: 10px;
}

.carousel-control.next {
  right: 10px;
}

/* Texto del banner */
.banner-text { position: absolute; top: 70%; 
   left: 10%;  transform: translate(0, -50%);
    color: rgb(2, 2, 2); 
     text-align: left; 
      padding: 15px; 
       background: none; 
       border-radius: 10px; 
       width: auto; 
       } 
       .banner-text p { font-size: 4vw; 
        margin: 0; } 
        .banner-text h2 { font-size: 6vw; 
         margin: 0; line-height: 1.2; }
        .btn { display: inline-block; padding: 12px 25px; /* Relleno adecuado */ font-size: 1.2rem; /* Tamaño base del texto */ color: #fff;  background-color: #e86c1c;  text-align: center; /* Alineación del texto */ text-decoration: none; /* Sin subrayado */ border-radius: 7px; /* Bordes redondeados */ transition: all 0.3s ease; /* Transición suave al pasar el mouse */ box-sizing: border-box; } /* Efecto al pasar el mouse sobre el botón */ .btn:hover { background-color: #f26508; /* Color de fondo al pasar el mouse */ 
  transform: translateY(-2px); }


/* Para pantallas muy pequeñas (móviles) */
@media (max-width: 767px) {
    .banner-text p {
        font-size: 4rem; 
    }
    .banner-text h2 {
        font-size: 5rem;
    }
}

/* Para pantallas medianas (tabletas) */
@media (max-width: 1024px) {
    .banner-text p {
        font-size: 4vw; 
    }
    .banner-text h2 {
        font-size: 6vw; 
    }
}

/* Para pantallas grandes (escritorios) */
@media (min-width: 1200px) {
    .banner-text p {
        font-size: 2rem; 
    }
    .banner-text h2 {
        font-size: 3rem;
    }
}




/*            MAIN CONTENT            */
/* ********************************** */
.main-content {
	background-color: var(--background-color);
}

/*              FEATURES              */
/* ********************************** */
.container-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  padding: 3rem 0;
}

.card-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem 0;
}

.card-feature i {
  font-size: 2.7rem;
  color: var(--primary-color);
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.feature-content span {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--dark-color);
}

.feature-content p {
  color: #777;
  font-weight: 500;
}

/* Media queries para hacer la página responsiva */
@media (max-width: 1024px) {
  .container-features {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
}

@media (max-width: 768px) {
  .container-features {
      grid-template-columns: 1fr;
      gap: 2rem;
  }

  .card-feature {
      padding: 1rem;
      gap: 1rem;
  }

  .card-feature i {
      font-size: 2rem;
  }

  .feature-content span {
      font-size: 1.1rem;
  }

  .feature-content p {
      font-size: 0.9rem;
  }
}


/*             CATEGORIES             */
/* ********************************** */

.top-categories {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-bottom: 3rem;
	
}

.container-categories {
	display: flex;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	margin:auto
}

.card-category {
	height: 20rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	gap: 2rem;
}

.category-mallas {
    background-image: linear-gradient(#00000080, #00000080), url('../image/mallas.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 270px;
}

.category-carpas {
    background-image: linear-gradient(#00000080, #00000080), url('../image/carpas.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 286px;
}

.category-electrico {
    background-image: linear-gradient(#00000080, #00000080), url('../image/OTROSPRODUCTOS.jfif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 270px;
}


.card-category p {
	font-size: 2.5rem;
	color: #fff;
	text-transform: capitalize;
	position: relative;
}

.card-category p::after {
	content: '';
	width: 2.5rem;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translate(-50%, 50%);
}

.card-category span {
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
}

.card-category span:hover {
	color: var(--primary-color);
}
.category-mallas,
.category-carpas,
.category-electrico {
    width: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container-categories {
    display: flex;
    gap: 3rem;
    margin: auto;
	

	}
.card-category {
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    gap: 2rem;
    transition: all 0.3s ease;
}




.footer .derecha form{
	display: flex;
	flex-direction: column;

}
.footer .derecha form input, .footer .derecha form textarea{
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	border-radius: 5px;
	
}
.footer .derecha form button{
	padding: 20px;
	border: none;
	border-radius:5px ;
	background-color: #6d727e8f;
	color: white;
	cursor: pointer;
}


.footer {
    background-color: #e86c1c;
    MARGIN:NONE;
}

.container-footer {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 3rem;
    background-color:  #e86c1c;
}

.menu-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 30rem;
    gap: 3rem;
    justify-items: center;
}

.title-footer {
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.contact-info,
.information,
.my-account,
.newsletter {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info ul,
.information ul,
.my-account ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info ul li,
.information ul li,
.my-account ul li {
    list-style: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
}

.information ul li a,
.my-account ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.footer .left .footer .derecha{
	display: flex;
	flex-direction: column;
	margin-right: 50px;
	margin-left: 80px;
}

.footer .left .social-icons i{
	color: white;
	margin-right: 50px;
	text-decoration: none;
	font-size: 24px;

}



.information ul li a:hover,
.my-account ul li a:hover {
    color: var(--dark-color);
}








/* ********************************** */
/*       MEDIA QUERIES -- 768px       */
/* ********************************** */

 /*social iconos */
        /* From Uiverse.io by javierBarroso */ 
		


	         /*social iconos */
        /* From Uiverse.io by javierBarroso */ 
        .footer {
          background-color: #fcfafa;
          color: #fff;
          
          font-family: Arial, sans-serif;
          text-align: center;
      }
      
      .container-footer {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
      }
      
      .menu-footer {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
      }
      
      .contact-info, .information, .form-section {
          width: 30%;
          margin-bottom: 20px;
          padding: 0 15px;
      }
      
      .contact-info ul, .information ul {
          list-style: none;
          padding: 0;
          margin: 0;
      }
      
      .contact-info ul li, .information ul li {
          margin-bottom: 10px;
          line-height: 1.6;
      }
      
      .contact-info a, .information a {
          color: #f9f8f7;
          text-decoration: none;
      }
      
      .contact-info a:hover, .information a:hover {
          text-decoration: underline;
      }
      
      .title-footer {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px;
      }
      
      .form-section iframe {
          border: none;
      }
      
      .social-icons {
          display: flex;
          justify-content: center;
          gap: 20px;
          margin-top: 20px;
      }
      
      .social-icons a {
          color: #fff;
          font-size: 24px;
          text-decoration: none;
          transition: color 0.3s;
      }
      
      .social-icons a:hover {
          color: #e86c1c;
      }
      
      /* Responsivo para tabletas */
      @media (max-width: 768px) {
          .contact-info, .information, .form-section {
              width: 45%;
              margin-bottom: 20px;
          }
      }
      
      /* Responsivo para móviles */
      @media (max-width: 576px) {
          .contact-info, .information, .form-section {
              width: 100%;
          }
      
          .social-icons {
              margin-top: 20px;
          }
      }
      