main .portada-nebac {
  display: block;
  width: 90%;
  margin: 30px auto;
}

.container-data {
  display: flex;
  padding: 0px 10%;
  width: 100%;
  background: linear-gradient(to bottom, rgb(12, 12, 12), var(--gray4));
  justify-content: space-evenly;
  height: 95%;
  box-sizing: border-box;
}

.container-data .data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 30px 0;
  margin-bottom: 10px;
}

.container-data .data span {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.container-data .data .big-txt {
  font-size: 100px;
  font-family: 'Kanit';
  margin-top: -30px;
  margin-bottom: -20px;
  color: var(--white);

}

.h2-productos {
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  font-family: 'Roboto';
  padding: 50px 0 0 0;
}

main .section-data-productos {
  position: relative;
  display: grid;
  padding: 0 0 30px 0;
  grid-template-columns: 38% 38%;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;


}

.container-swiper {

  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.container-swiper h2 {
  margin: 0px auto 10px auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
}

.swiper {
  width: 90%;
  height: 70%;
  margin: 0 auto auto auto;
}

.container-product {
  box-shadow: 0 0 2px rgb(31, 31, 31);
  width: 90%;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
  height: 85%;
  background-color: var(--white);
}

.container-product img {
  width: 100%;
  display: block;
}

.container-product div {
  padding: 10px 0px;
}

.container-product h3 {

  text-align: center;
  font-size: 17px;
  font-family: "Heebo", sans-serif;
}

.container-product div span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
}

.swiper .swiper-pagination {
  --swiper-pagination-color: var(--primary);
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 0.45;
}

.container-swiper .vermasproductos{
  background-color: var(--primary);
  width: 90px;
  margin: auto;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  padding: 3px 10px;
  color: var(--white);
  transition: background-color 0.3s ease;
}
.container-swiper .vermasproductos:hover{
  background-color: var(--black);

}
.faq {
  width: 90%;
  max-width: 1500px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  padding: 2em;
  border-radius: 25px;
  transition: .4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 2px;
  width: 700px;
  height: 600px;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 30px;
}

.form:hover {
  transform: translateX(-0.5em) translateY(-0.5em);
  border: 1px solid #171717;
  box-shadow: 10px 10px 0px #666666;
}

.heading {
  color: black;
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.input {
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  outline: none;
  padding: 1em;
  font-size: 1em;
  width: 100%;
}

textarea.input {
  resize: vertical;
  height: 120px;
}

.input:hover {
  box-shadow: 6px 6px 0px #969696,
    -3px -3px 10px #ffffff;
}

.input:focus {
  background: #ffffff;
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
}

.form .btn {
  margin-top: 2em;
  padding: 0.8em 1.5em;
  border-radius: 10px;
  border: none;
  color: black;
  transition: .4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  font-size: 1.2em;
}

.form .btn:hover {
  box-shadow: 6px 6px 0px #969696,
    -3px -3px 10px #ffffff;
  transform: translateX(-0.5em) translateY(-0.5em);
}

.form .btn:active {
  transition: .2s;
  transform: translateX(0em) translateY(0em);
  box-shadow: none;
}

.btn.sent {
  background-color: var(--primary);
  color: white;
  box-shadow: none;
}

.input:disabled {
  background-color: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
}


.preguntas-fre {
  margin: auto 30px;
  width: 100%;
  padding: 0 0 10px 0;
}

.faq h2 {
  font-family: "Readex Pro", sans-serif;
  font-size: 60px;
  margin: 30px 0;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-checkbox {
  display: none;
}

.faq-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  background-color: var(--gray4);
  padding: 10px;
  border-radius: 5px;
  position: relative;
  height: 80px;
  font-size: 25px;
  font-family: 'Heebo';
  font-weight: 300;
  padding-left: 30px;
  color: white;
}

.faq-icon {
  margin: auto 20px auto auto;
  transition: transform 0.3s ease;
  font-size: 25px;
  color: #ffffff;
}

.faq-content {
  font-family: Arial, Helvetica, sans-serif;
  height: 0;
  overflow: hidden;
  transition: height 1s ease, padding 1s ease-out;
  background-color: #ffffff;
  padding: 0 10px;
  font-size: 20px;
}

.faq-content p a {
  font-weight: 600;
}

.faq-checkbox:checked~.faq-content {
  height: 100px;
  padding: 30px;
}

.faq-checkbox:checked~.faq-label .faq-icon {
  transform: rotate(45deg);
}



footer {
  height: 210px;
  background: linear-gradient(to bottom, rgb(12, 12, 12), var(--gray4));
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
}

.logo-footer {
  width: 20%;
  max-width: 300px;

}

.logo-footer img {
  width: 100%;
}

footer p {
  color: white;
  font-size: 20px;
  font-family: 'Kanit';
  font-weight: 300;
  text-align: center;
}



ul {
  list-style: none;
}

.example-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-1 .icon-content {
  margin: 0 10px;
  position: relative;
}

.example-1 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: 'Roboto',sans-serif;
}

.example-1 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -40px;
}

.example-1 .icon-content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.example-1 .icon-content .link:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-1 .icon-content .link svg {
  width: 30px;
  height: 30px;
}

.example-1 .icon-content:hover a[data-social="correo"]{
  background-color: red;
}
.example-1 .icon-content:hover a[data-social="facebook"]{
  background-color: rgb(0, 89, 255);
}
.example-1 .icon-content:hover a[data-social="Whatsapp"]{
  background-color: rgb(17, 255, 0);
}
.example-1 .icon-content:hover a[data-social="Tiktok"]{
  background-color: rgb(0, 0, 0);
}
.example-1 .icon-content:hover .iconf{
  filter: invert(100%);
}
.social-footer .example-1 .icon-content .iconf{
  height: 23px;
  transition: filter 0.3 ease;

}


@media (max-width:1653px) {
  .container-product div span {
    font-size: 12px;
  }
}

@media (max-width:1448px) {
  .container-product div span {
    font-size: 10px;
  }


  .container-product {
    height: 75%;
  }
}

@media (max-width:1242px) {
  main .section-data-productos {
    grid-template-columns: 90%;
  }

  .container-swiper {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .container-product div span {
    font-size: 15px;
  }



  .faq {
    flex-direction: column;
  }

  .form {
    width: 95%;
    margin: 0;
  }
}

@media (max-width:746px) {
  .container-product div span {
    font-size: 10px;
  }
}

@media (max-width:1354px) {
  .faq-label {

    height: 50px;
    font-size: 20px;
  }

  .faq h2 {
    font-size: 40px;
  }
}

@media (max-width:994px) {
  .container-data .data {
    padding: 30px 0 20px 0;
    margin-bottom: 0;
  }

  .container-data .data span {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
  }

  .container-data .data .big-txt {
    font-size: 50px;
    font-family: 'Kanit';
    margin-bottom: -10px;

  }
}

@media (max-width:612px) {
  .faq-label {
    height: 50px;
    font-size: 15px;
  }

  .faq-content {
 
    height: 0;
    overflow: hidden;
    transition: height 1s ease, padding 1s ease-out;
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width:935px) {
  footer {
    flex-direction: column;
  }

  .logo-footer {
    width: 30%;
    max-width: 300px;
  }

  footer p {
    font-size: 15px;
  }
}
