* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#formButton {
  background-color: #04aa6d; /* Green */
  width: 100%;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
  transition-duration: 1s;
}

#formButton p {
  margin: 1px;
}

#formButton:hover {
  background-color: white;
  color: #04aa6d;
}

#miniFont {
  font-size: 10px;
  margin: 10px;
}

body {
  min-height: auto;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 60vh;
  background-image: url("images/anthony-roberts--OI61ziuAh0-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
}

.containerPanel {
  display: flex;
  flex-direction: column;
  width: 46%;
  height: 30rem;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
}

.background {
  background-color: rgba(255, 255, 255, 0.699);
  border-radius: 15px;
}

.backgroundSmall {
  display: flex;
  flex-direction: column;
  background-color: rgba(241, 241, 241, 0.658);
  width: 80%;
  height: 90%;
  border-radius: 15px;
}

.backgroundSmallDark {
  background-color: rgba(0, 0, 0, 0.781);
  width: 80%;
  height: 90%;
  border-radius: 15px;
}

.headerPanel {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.titlePanel {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: 40%;
  margin-top: 10%;
  font-size: 3rem;
}

.paragraphPanel {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: 30%;
  margin-top: 10%;
  text-align: left;
}

.contactUsButton {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.content {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: auto;
}

.aboutUs {
  display: flex;
  flex-direction: column;
}

.aboutUsTitle {
  height: 20%;
  margin-top: 5rem;
}

.aboutUsBody {
  margin: 1rem 0 0;
  height: 30%;
}

.sectionServicios {
  margin: 5% 0%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.sectionHeader {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: left;
}

.sectionTitle {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  align-items: center;
}

.sectionParagraph {
  margin: 1rem 0 0;
  height: auto;
  width: 100%;
}

.sectionBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.itemContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 80%;

  margin-top: 5rem;
}

.item {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 10rem;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.coloresPlanos {
  background-image: url("images/media_1f62675f25fb6a72d9b2d8105753e3a8adaf90692.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mediosTonos {
  background-image: url("images/12_halftone-mouth-result.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cuatricromia {
  background-image: url("images/cuatri.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.itemTitle {
  text-align: center;
}

.itemParagraph {
  text-align: center;
}

.serviceMainPanel {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  height: 40%;
  justify-content: space-around;
  align-items: center;
}

.servicePanel {
  margin: 2rem;
  display: flex;
  width: 30%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: burlywood;
  border-radius: 10px;
}

.plastisol {
  background-image: url("images/plastisoles-1030x393.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.baseagua {
  background-image: url("images/BLOG_1_IMAGENES_Mesa-de-trabajo-1-copia-17.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.corrosión {
  background-image: url("images/discharge.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 50%;
  align-items: center;
  justify-content: space-around;
}

.contactHeader {
  display: flex;
  width: 100%;

  align-items: center;
}

.black {
  color: beige;
}

/* Testomionios Styles*/
.container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.section-header {
  display: flex;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-around;
  justify-items: center;
}

.title-testimonials {
  font-size: 35px;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
  line-height: 1.2;
  width: 100%;
}

.section-header .title {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  color: hsl(0, 0%, 0%);
  line-height: 1.2;
}

.testimonials {
  margin: 5% 0;
  display: flex;
}

.testimonials-content {
  margin-top: 5%;
  margin-bottom: 5%;
}

.testimonial-item {
  background-color: #04aa6d;
  padding: 30px;
  border-radius: 25px;
}

.testimonial-item .info {
  display: flex;
  align-items: center;
}

.testimonial-item img {
  max-width: 100px;
  border-radius: 25%;
  margin-right: 20px;
  vertical-align: middle;
}

.testimonial-item .name {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  line-height: 1.2;
}

.testimonial-item .job {
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-family: Roboto, "Courier New", Courier, monospace;
}

.testimonial-item p {
  margin-top: 20px;
  color: hsl(0, 0, 40%);
}

.testimonial-item .rating {
  margin-top: 15px;
  font-size: 14px;
  color: rgb(255, 195, 67);
}

.testimonials .swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: auto;
}

.testimonials .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #04aa6d;
}

/* Diferencia */

.section-diferencia {
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.sectionHeaderDiferencia {
  display: flex;
  width: 100%;
  height: 40%;
  flex-direction: column;
  align-items: end;
}

.sectionTitleDiferencia {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: end;
}

.section-body {
  display: flex;
  margin-top: 5%;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.h3Diferencia {
  font-size: 2.5rem;
  margin: 0;
  width: 30%;
  text-align: end;
}

.sectionParagraphDiferencia {
  display: flex;
  width: 35%;
  margin: 1rem 0 0;
  height: 30%;
  justify-content: end;
}

.iconContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 80%;
}

.iconElement {
  display: flex;
  flex-direction: column;
  width: 20%;
  height: 17rem;
  align-items: center;
  justify-content: center;
}

.iconParagraph {
  height: 100%;
}

.comunicacion {
  width: 4rem;
  height: auto;
}

.h4Diferencia {
  text-align: center;
  justify-content: center;
}

.pDiferencia {
  font-size: 1.2rem;
  text-align: center;
  justify-content: center;
}

/* Contacto */

.contactFormSection {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80vh;
  align-items: flex-start;
  justify-content: center;

  position: relative;
}

.contacto-top-section {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50%;
  align-items: center;
  margin-left: 5%;
}

.contacto-top-header {
  margin-bottom: 2%;
}

.contacto-title {
  margin-bottom: 2%;
}

.contacto-para {
  width: 60%;
}

.contacto-top-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: flex-start;
}

.contacto-top-element {
  display: flex;
  width: 70%;
  height: auto;
  align-items: center;

  margin-top: 2.5%;
}

.contacto-img {
  width: 1.5rem;
  height: auto;
  margin-right: 5%;
}

.contacto-p {
  width: 100%;
  height: auto;
}

.contacto-bottom-section {
  background-color: #04aa6d;
  height: 50%;
  width: 100%;
  padding-top: 10%;
}

.contacto-bottom-body {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contactFormSection p {
  font-size: 1.5rem;
}

.contacto-bottom-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.contacto-bottom-title {
  margin-bottom: 10px;
}

.contacto-bottom-bullets {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contacto-bottom-bullets p {
  font-size: 1rem;
  margin-top: 5px;
  text-align: center;
}

/* contacto-form */

.contacto-form {
  width: 35%; /* Ancho fijo similar al de la imagen */
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Sombra para efecto flotante */

  /* Posicionamiento */
  position: absolute;
  right: 10%; /* Lo alejamos de la derecha */
  top: 34.5%; /* Lo centramos verticalmente respecto al contenedor */
  transform: translateY(-50%); /* Ajuste fino de centrado vertical */
  z-index: 100;

  border: none; /* Quitamos el borde rojo de prueba */
}

.btn-enviar {
    background-color: #04aa6d; /* Tu color verde actual */
    color: white;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
    border-radius: 10px;
}

.btn-enviar:hover {
      background-color: white;
  color: #04aa6d;
  border: 3px #04aa6d solid;
}

.contacto-form input, 
.contacto-form textarea {
    width: 100%; /* Que ocupen todo el ancho del cuadro blanco */
    margin-bottom: 15px;
    border: 1px solid #04aa6d;
    padding: 10px;
    font-size: 1rem;
}

.contactFormSection h4{
    margin-bottom: 2rem;
}

/* elementos */

img.comunicacion {
  margin: 2rem;
}

input {
  height: 50px;
  width: 20vw;
  font-size: 20px;
}

textarea {
  font-family: Roboto;
  font-size: 20px;
}

hr {
  width: 90%;
  height: 10px;
  background-color: #04aa6d;
  border-radius: 8px;
}

.hr-left {
  margin-left: 3rem;
}

.hr-right {
  margin-right: 3rem;
}

.hr-center {
  margin: 0px 0rem;
}

h2 {
  font-family: Merriweather, Courier, monospace;
  font-size: 5rem;
  margin: 0;
}

h3 {
  font-size: 2.5rem;
  margin: 0;
  font-family: Roboto, "Courier New", Courier, monospace;
}

h4 {
  font-family: Roboto, "Courier New", Courier, monospace;
  font-size: 1.5rem;
}

.theForm h5 {
  font-family: Roboto, "Courier New", Courier, monospace;
  font-size: 18px;
  margin: 10px;
  font-weight: 400;
}

p {
  font-family: Montserrat, Courier, monospace;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

.servicePanel p {
  font-size: 1rem;
}

.writeOpinionHeader h4 {
  margin: 0;
}

.writeOpinionHeader p {
  margin-top: 20px;
  font-weight: 400;
}

:root {
  --gradient: linear-gradient(
    45deg,
    rgb(16, 210, 240),
    #04aa6d,
    #7db5a1,
    rgb(12, 246, 125)
  );
}


/* --- Personalización de SweetAlert2 para Zapiens --- */

/* 1. Fuente del Título (Bitcount) */
.swal2-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 1.8rem !important;
}

/* 2. Fuente del Contenido y Texto (Montserrat) */
.swal2-html-container {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.1rem !important;
    color: #333 !important;
}

/* 3. Fuente del Botón de Confirmación */
.swal2-confirm {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 4. Opcional: Bordes más suaves para que combine con tus inputs */
.swal2-popup {
    border-radius: 15px !important;
    padding: 2rem !important;
}


/* --- AJUSTES RESPONSIVOS --- */

/* 1. Tablets y Pantallas Medianas (Menos de 1024px) */
@media (max-width: 1024px) {
  .containerPanel {
    width: 80%; /* Ampliamos el panel para que no se vea apretado */
    margin-left: 0;
    text-align: center;
  }

  .titlePanel {
    font-size: 2.5rem;
  }

  .contacto-form {
    width: 50%; /* El formulario crece un poco */
    right: 5%;
  }
}

/* 2. Móviles (Menos de 768px) - EL CAMBIO MÁS GRANDE */
@media (max-width: 768px) {
  
  /* Ajustes de Tipografía */
  h2 { font-size: 3rem; }
  h3 { font-size: 1.8rem; }
  p, .contacto-p { font-size: 1.1rem; }

  /* Header y Paneles */
  .header {
    min-height: 50vh;
    align-items: center;
  }

  .containerPanel {
    width: 90%;
    margin-left: 0;
  }

  /* Secciones de Servicios (Pasar de 3 columnas a 1 sola) */
  .itemContainer, .serviceMainPanel, .iconContainer {
    flex-direction: column; /* Apilamos los elementos verticalmente */
    height: auto;
  }

  .item, .servicePanel, .iconElement {
    width: 90%;
    margin-bottom: 20px;
  }

  /* Sección Diferencia */
  .h3Diferencia, .sectionParagraphDiferencia {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* --- SECCIÓN CONTACTO (Crítico) --- */
  .contactFormSection {
    height: auto; /* Dejamos que el contenido dicte el largo */
    display: flex;
    flex-direction: column;
  }

  .contacto-top-section {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .contacto-form {
    position: relative; /* Deja de flotar para ponerse debajo del texto */
    width: 90%;
    right: auto;
    top: auto;
    transform: none;
    margin: 20px auto;
  }

  .contacto-bottom-section {
    padding-top: 50px;
    height: auto;
    padding-bottom: 30px;
  }

  .contacto-bottom-body {
    flex-direction: column;
  }

  .contacto-bottom-column {
    width: 80%;
    margin-bottom: 30px;
  }

  /* Ajuste de inputs para que no se salgan de la pantalla */
  input {
    width: 100% !important;
  }
}