html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@font-face {
  font-family: "CampoMarFont";
  src: url("../assets/Gotham-Black.otf") format("opentype"),
  url("../assets/GothamMedium.ttf") format("truetype");}

.full-width-bar {
  background-color: #005677;
  height: 40px;
}

.font-green {
  color: #80bc00;
  font-family: "CampoMarFont";
}
.font-green:hover {
  color: #005677;
}

.centered-menu .font-green:hover {
  text-decoration: underline;
}

.navbarHeight {
  height: 140px;
  background-color: rgb(255, 255, 255) !important;
}

.navbar {
  position: relative;
  z-index: 1000;
  transition: height 0.7s ease;
}

.centered-menu .nav-item {
  margin: 0 4px;
}

.centered-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 50%;
  transform: translateX(-45%);
}

.carousel {
  position: relative;
  z-index: 1;
  transition: margin-top 0.1s ease;
  height: 800px; 
  overflow: hidden;
}



.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

@media (max-width: 768px) {
  .carousel {
    height: 400px;
  }
}


@media (max-width: 450px) {
  .carousel {
    height: 250px; 
  }

  .carousel img {
    object-fit: cover; 
    height: 100%; 
  }
}

.navbar a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar-collapse {
  display: none;
  transition: max-height 0.1s ease-out;
  overflow: hidden;
}

.navbar-collapse.show {
  display: block;
}

.shadow {
  box-shadow: 0 20px 40px rgb(0, 0, 0);
}

@media (max-width: 992px) {
  .shadow {
    box-shadow: none !important;
  }
}

.social-icons {
  color: #005677 !important;
  font-size: 28px;
  margin-left: auto;
  display: flex;
  gap: 15px;
}

.social-icons i {
  color: #005677;
  transition: color 0.3s ease;
}

.social-icons i:hover {
  color: #80bc00;
}

.vertical-line {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background-color: #80bc00;
}

@media (max-width: 991px) {
  .vertical-line {
    display: none;
  }
}

.container-xxl {
  min-height: 500px;
  position: relative;
  top: 40px; 
}

.image-container {
  position: relative;
  width: 100%;
  height: auto;
  
}

.img-hoja1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}

.img-hoja2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
}

@media (max-width: 720px) {
  .img-hoja1 {
    display: none;
  }
}

@media (max-width: 720px) {
  .img-hoja2 {
    display: none;
  }
}

.bienvenida-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50px;
}

.img-bienvenida {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

@media (max-width: 450px) {
  .img-bienvenida {
    object-fit: cover; 
    height: 55px; 
  }
}



.span-container {
  display: block;
  justify-content: center;
  text-align: center;
  z-index: 1;
  width: 100%;
  margin-top: 60px;
  font-family: "CampoMarFont";
  font-size: 28px;
}

.letra-azul {
  color: #005677;
}

.espaciado {
  word-spacing: 10.3px;
}

.espaciado-2 {
  word-spacing: 9px;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.btn {
  padding: 10px 80px;
  background-color: #80bc00;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-family: "CampoMarFont";
  border-radius: 20px;
}

.btn:hover {
  background-color: #004466;
}

.ns-productos {
  color: #005677;
  font-family: "CampoMarFont";
  margin: 0;
  margin-top: 60px;
}

.container-gris {
  background-color: #d0cfcd;
}

.container-azul {
  background-color: #005677;
}

.container-verde {
  background-color: #80bc00;
}

.logo-ins,
.logo-lata,
.logo-pouch {
  max-width: 50%;
  height: auto;
}

.text-logos {
  font-family: "CampoMarFont";
  color: white;
}

h5 {
  text-align: center;
  font-family: "CampoMarFont";
}

.container-ofrecemos {
  height: 150px;
}

.barra-blanca {
  background-color: #ffffff;
  height: 15px;
}

.barra-azul {
  background-color: #005677;
  height: 10px;
}

.container-ver {
  background-color: #80bc00;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  font-family: "CampoMarFont";
}

.left-pie {
  transform: translateX(-110px);
  color: #005677;
}

@media (max-width: 1277px) {
  .left-pie {
    transform: translateX(0);
    text-align: center;
    font-size: 10px;
  }
}

@media (max-width: 1277px) {
  .h5-pie {
    transform: translateX(0);
    text-align: center;
    font-size: 10px;
  }
}

.logo-blanco {
  transform: translateX(120px);
  max-width: 60%;
  height: auto;
}

@media (max-width: 768px) {
  .logo-blanco {
    transform: translateX(60px);
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  .logo-blanco {
    transform: translateX(30px);
    max-width: 90%;
  }
}

.vertical-line-azul {
  width: 2px;
  height: 60%;
  background-color: #005677;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .vertical-line-azul {
    display: none;
  }
}

.contact-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.contact-info i {
  font-size: 22px;
  color: #ffffff;
  background-color: #005677;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phone-number,
.email-address {
  font-size: 16px;
  color: #ffffff;
}

.contact-info.email {
  margin-top: 10px;
}

@media (max-width: 1277px) {
  .contact-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info i {
    font-size: 8px;
    padding: 5px;
    margin-bottom: 4px;
  }

  .contact-info .phone-number {
    text-align: center;
    font-size: 10px;
  }

  .contact-info .email-address {
    text-align: center;
    font-size: 10px;
  }
}

.position-relative {
  position: relative;
}

.base-image {
  width: 100%;
  height: auto;
}

.overlay-image {
  position: absolute;
  top: -35%;
  left: 50%;
  width: 100%;
  max-width: 308px;
  height: auto;
}
.overlayl-image {
  position: absolute;
  top: -35%;
  right: 50%;
  width: 100%;
  max-width: 308px;
  height: auto;
}

@media (max-width: 768px) {
  .overlay-image {
    width: 80%;
    top: -35%;
    left: 50%;
  }

  .overlayl-image {
    width: 80%;
    top: -35%;
    right: 50%;
  }
}

@media (max-width: 576px) {
  .overlay-image {
    width: 80%;
    top: -35%;
    left: 50%;
  }

  .overlayl-image {
    width: 80%;
    top: -35%;
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .overlay-image {
    width: 90%;
    top: -35%;
    left: 50%;
    max-width: 600px;
  }
  .overlayl-image {
    width: 90%;
    top: -35%;
    right: 50%;
    max-width: 600px;
  }
}

@media (min-width: 1920px) {
  .overlay-image {
    width: 100%;
    top: -35%;
    left: 50%;
    max-width: 600px;
  }
  .overlayl-image {
    width: 100%;
    top: -35%;
    right: 50%;
    max-width: 600px;
  }
}

@media (min-width: 2560px) {
  .overlay-image {
    width: 120%;
    top: -35%;
    left: 50%;
    max-width: 800px;
  }
  .overlayl-image {
    width: 120%;
    top: -35%;
    right: 50%;
    max-width: 800px;
  }
}


@media (min-width: 3000px) {
  .overlay-image {
    width: 100%; 
    top: -88px; 
    left: 50%; 
    transform: translateX(20%); 
    max-width: 800px; 
  }

  .overlayl-image {
    width: 100%; 
    top: -88px; 
    right: 50%;
    transform: translateX(-20%);
    max-width: 800px; 
  }
}


.img-nosotros {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  text-align: center;
}

.txt-somos {
  font-size: 20px;
  font-family: "CampoMarFont";
  height: 20px;
}

@media (max-width: 768px) {
  .txt-somos {
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
  }
}

@media (max-width: 560px) {
  .txt-somos {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    
  }
}


.txt-somos-space {
  word-spacing: 15px;
}

.txt-somos-space2 {
  word-spacing: 15px;
}

.text-center-vertical {
  margin-top: 50px;
}

.img-right {
  display: flex;
  justify-content: flex-end;
}

.txt-space {
  word-spacing: 18px;
}

@media (max-width: 560px){
  .txt-somos-space{
    word-spacing: 5px;
  }

  .txt-somos-space2{
    word-spacing: 5px;
  }

  .txt-space{
    word-spacing: 5px;
  }
}

.img-sello {
  height: 300px;
  margin-right: 100px;
}

@media (max-width: 768px) {
  .img-sello {
    height: 200px;
    margin-right: -10px;
  }
}

.grid-txt {
  height: 50px;
}

.txt-obj {
  font-size: 20px;
  font-family: "CampoMarFont";
  height: 20px;
}

.txt-space1 {
  word-spacing: 10px;
}

.txt-space2 {
  word-spacing: 10px;
}

.txt-space3 {
  word-spacing: 20px;
}

.txt-space4 {
  word-spacing: 24px;
}

@media (max-width: 992px) {
  .txt-space1 {
    font-size: 12px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 992px) {
  .txt-space2 {
    font-size: 12px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 992px) {
  .txt-space3 {
    font-size: 12px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 992px) {
  .txt-space4 {
    font-size: 12px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 992px) {
  .txt-space5 {
    font-size: 12px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 560px) {
  .txt-space1 {
    font-size: 10px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 560px) {
  .txt-space2 {
    font-size: 10px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 560px) {
  .txt-space3 {
    font-size: 10px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 560px) {
  .txt-space4 {
    font-size: 10px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 560px) {
  .txt-space5 {
    font-size: 10px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 390px) {
  .txt-space1 {
    font-size: 8px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 390px) {
  .txt-space2 {
    font-size: 8px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 390px) {
  .txt-space3 {
    font-size: 8px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 390px) {
  .txt-space4 {
    font-size: 8px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}

@media (max-width: 390px) {
  .txt-space5 {
    font-size: 8px;
    height: 5px;
    margin-right: -10px;
    word-spacing: 0px;
  }
}
  

.container-contacto {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-tl-contacto {
  color: #80bc00;
  font-size: 50px;
  font-family: "CampoMarFont";
  height: 20px;
}

.container-map {
  display: flex;
  justify-content: flex-end;
}

.mapa {
  width: 600px;
  height: 550px;
  border: 0;
  margin: 0 auto;
  display: block;
}

.container-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inf-cont {
  color: #005677;
  font-family: "CampoMarFont";
}

.ico-tel {
  background-color: #80bc00 !important;
}

.ico-email {
  background-color: #80bc00 !important;
}

.btn-submit {
  background-color: #005677;
  text-align: center;
  width: 150px;
  margin-left: auto;
  padding: 10px;
  color: white;
  border: none;
  cursor: pointer;
}

.btn-submit span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.btn-submit:hover {
  background-color: #80bc00;
  color: #ffff;
}

.input-form {
  border-color: #027cad;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
}


.brochure-container {
  width: 100%;
  height: 1000px; 
  position: relative; 
}

.brochure {
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto; 
}


.view-pdf-btn {
  display: none; 
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  background-color: #007bff;
  border-radius: 5px;
  z-index: 10; 
}


@media (max-width: 450px) {
  .brochure {
    display: none; 
    
  }

  .brochure-container{
    height: 100px;
  }


  .view-pdf-btn {
    display: block; 
  }
}


.txt-pdf {
  color: #005677;
  font-family: "CampoMarFont";
  margin: 0;
  margin-top: 50px;
  display: none; 
}

@media (max-width: 450px) {
  .txt-pdf {
    display: block; 
    text-align: center; 
  }
}

.card-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  width: 250px; 
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  padding-bottom: 10px;
}

.card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card-img {
  width: 80%; 
  height: auto; 
  margin: 0 auto; 
  display: block;
  padding-top: 10px; 
}

.card-seg{
  width: 70%;
  height: 215px; 
  margin: 0 auto;
  display: block;
  padding-top: 10px; 
}

.card-title {
  font-family: 'CampoMarFont';
  font-size: 13px;
  margin: 10px 0;
  color: #005677;
}

.card-arrow {
  font-size: 24px;
  color: #005677;
  cursor: pointer;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.card-text {
  font-family: 'CampoMarFont';
  display: none;
  font-size: 14px;
  padding: 0 15px;
  color: #555;
  transition: all 0.3s ease;
}

.card.open .card-text {
  display: block;
}

.card.open .card-arrow {
  transform: rotate(180deg);
}

.card1.open .card-text {
  display: block;
}

.card1.open .card-arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .card-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    width: 100%;
  }
}

.container-verde-nos {
  width: 100vw;
  background-color: #80bc00; 
  padding: 20px;
  margin-left: calc(-50vw + 50%); 
  min-height: 300px; 
  position: relative; 
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: wrap; 
}

.texto-container {
  max-width: 60%; 
  margin-left: 20px;
  color: white;
  flex: 1 1 60%; 
}

.txt-calidad {
  color: white;
  font-family: "CampoMarFont", sans-serif;
  font-size: 1.2rem; 
  line-height: 8px; 
  margin: 0;
  padding: 10px 0;
}

.imagen-persona {
  position: absolute;
  bottom: 0; 
  right: 10px;
  flex: 1 1 30%; 
}

.img-persona {
  width: 300px; 
  max-width: 400px; 
  height: auto; 
  object-fit: cover; 
}


@media (max-width: 768px) {
  .container-verde {
    flex-direction: column; 
    align-items: center; 
    padding: 15px;
  }

  .texto-container {
    max-width: 100%; 
    font-size: 1rem; 
    text-align: left; 
    line-height: 1.5; 
    padding: 10px; 
    margin: 0 auto; 
}


  .img-persona {
    width: 200px;
    margin-top: 20px;
    right: 10px;
  }
}

@media (max-width: 576px) {
  .container-verde {
    padding: 10px;
  }

  .texto-container {
    font-size: 2rem; 
    max-width: 100%; 
}

  .txt-calidad {
    font-size: 13px; 
    line-height: 2px;
  }

  .img-persona {
    width: 120px; 
    margin-top: 10px;
    right: 1%;
  }
}


@media (max-width: 395px) {
  .container-verde {
    padding: 10px;
  }

  .texto-container {
    font-size: 2rem; 
    max-width: 100%; 
}

  .txt-calidad {
    font-size: 10px; 
    line-height: 2px;
  }

  .img-persona {
    width: 80px; 
    margin-top: 10px;
    right: 1%;
  }
}

.footer-section {
  background-color: #80bc00;
  padding: 40px 20px;
  color: white;
}


.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; 
}

.footer-logo {
  flex: 0.4;
  text-align: center; 
  
}

.logo-footer {
  max-width: 250px;
  height: auto;
}


.footer-contact {
  text-align: center; 
}


@media (min-width: 992px) {
  .footer-contact {
    text-align: left !important; 
    flex: 0.3;
  }

  .footer-logo {
    text-align: center !important; 
  }

  
}

.footer-title {
  color: #005677;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-text, .contact-item {
  font-size: 16px;
  color: white;
  margin: 10px 0;
}


.contact-item i {
  color: #ffffff;
  background-color: #004466;
  border-radius: 50%;
  padding: 12px;
  margin-right: 10px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .logo-footer {
    max-width: 130px;
  }

  .footer-title,
  .footer-text,
  .contact-item {
    font-size: 14px;
  }

  .contact-item i {
    padding: 10px;
    width: 35px;
    height: 35px;
  }

  .footer-contact {
    padding-left: 0;
  }
}


@media (max-width: 576px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-title,
  .footer-text,
  .contact-item {
    font-size: 12px;
  }

  .logo-footer {
    max-width: 100px;
  }

  .contact-item i {
    padding: 8px;
    width: 30px;
    height: 30px;
  }
}

.menu-productos{
  height: 100px;
}

.unique-filter-menu {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 16px; 
  margin-bottom: 30px;
  padding: 10px;
  background-color: #005677; 
  border-radius: 27px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.216); 
  max-width: 300px; 
  margin: 0 auto; 
  
}

.unique-filter-menu button {
  background-color: #005677;
  border: none;
  padding: 7px 10px;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  transition: background-color 0.3s ease;
  position: relative; 
}


.unique-filter-menu button:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background-color: white;
}

.unique-filter-menu button:hover {
  color: #80bc00; 
}

.unique-filter-menu button.active {
  color: #80bc00; 
}


.card-container {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 20px; 
  margin-bottom: 50px;
}


.card-img-pro{
  width: 100%; 
  height: auto; 
  margin: 0 auto; 
  display: block;
  padding-top: 10px; 
  margin-left: -12px;
}




.custom-card {
  width: 250px; 
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05); 
}


@media (max-width: 768px) {
  .custom-card {
    width: 100%; 
  }
}


.card-paragraph {
  font-family: "CampoMarFont";
  font-size: 12px;
  line-height: 1;
  color: #005677; 
}


@media (max-width: 768px) {
  .card-paragraph {
    font-size: 14px; 
  }
}

.clickable {
  cursor: pointer; 
}


.cards-father {
  margin-top: 50px; 
}


.card-subtitulo{
  font-family: 'CampoMarFont';
  font-size: 12px;
  margin: 10px 0;
  color: #005677;
}


.pdf-button {
  background-color: #007BFF; 
  color: white; 
  border: none; 
  border-radius: 5px;  
  padding: 10px 20px; 
  font-size: 12px; 
  transition: background-color 0.3s ease; 
  margin-top: 10px; 
}

.pdf-button:hover {
  background-color: #0056b3; 
}

.pdf-button:active {
  background-color: #004494; 
  transform: scale(0.98); 
}


.card-mty {
  width: 115%; 
  height: auto; 
  margin: 0 auto; 
  display: block;
  padding-top: 50px; 
  margin-left: -25px;
}

.card-mty1{
  width: 115%; 
  height: auto; 
  margin: 0 auto; 
  display: block;
  padding-top: 50px; 
  margin-left: -12px;
}


#scrollTopBtn {
  display: none; 
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 50px;
  border-radius: 0; 
  padding: 0;
}


#scrollTopBtn::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 20px solid #005677; 
  margin: 0 auto;
}


#scrollTopBtn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid rgba(0, 0, 0, 0.101); 
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1; 
  filter: blur(4px);
}

#scrollTopBtn:hover::before {
  border-bottom-color: #147ded;
} 

.tooltip-text {
  position: fixed; 
  bottom: 85px;
  right: 25px;
  background-color: #066bdfc8;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none; 
}

#scrollTopBtn:hover + .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.grid-4-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  column-gap: 10px; 
  row-gap: 20px; 
  max-width: 1100px; 
  margin: 0 auto;
}


.card1 {
  max-width: 240px;
  width: 100%; 
  margin: 0 auto; 
}

    
@media (max-width: 768px) {
  .grid-4-columns {
      grid-template-columns: repeat(2, 1fr); 
      gap: 10px; 
  }
}

@media (max-width: 480px) {
  .grid-4-columns {
      grid-template-columns: 1fr;
      gap: 10px; 
  }
}

