/* FUENTES */

/* Black */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-Black.woff2") format("woff2"),
    url("CircularStd-Black.woff") format("woff"),
    url("CircularStd-Black.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-BlackItalic.woff2") format("woff2"),
    url("CircularStd-BlackItalic.woff") format("woff"),
    url("CircularStd-BlackItalic.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-Bold.woff2") format("woff2"),
    url("CircularStd-Bold.woff") format("woff"),
    url("CircularStd-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-BoldItalic.woff2") format("woff2"),
    url("CircularStd-BoldItalic.woff") format("woff"),
    url("CircularStd-BoldItalic.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: italic;
}

/* Book (Regular) */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-Book.woff2") format("woff2"),
    url("CircularStd-Book.woff") format("woff"),
    url("CircularStd-Book.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

/* Book Italic */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-BookItalic.woff2") format("woff2"),
    url("CircularStd-BookItalic.woff") format("woff"),
    url("CircularStd-BookItalic.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-Medium.woff2") format("woff2"),
    url("CircularStd-Medium.woff") format("woff"),
    url("CircularStd-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "CircularStd";
  src: url("CircularStd-MediumItalic.woff2") format("woff2"),
    url("CircularStd-MediumItalic.woff") format("woff"),
    url("CircularStd-MediumItalic.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
}

/* ESTILO REGULAR */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Circular Std", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.header {
  background: #d86527;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.video-home {
  max-width: 75%;
  height: auto;
  border-radius: 10px;
}

.logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.massotech-logo {
  font-size: 24px;
  font-weight: bold;
  background: white;
  color: #d86527;
  padding: 8px 15px;
  border-radius: 5px;
}

.slurry-title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.subtitle {
  font-size: 18px;
  margin-top: 10px;
}

.product-image {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.main-section {
  background: #d86527;
  color: white;
  padding: 0px 20px;
  text-align: center;
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  align-items: center;
}

.main-video {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.video-section {
  background: var(--primary-color);
  padding: 40px 20px;
  border-radius: var(--border-radius-primary);
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  overflow: hidden;
  border-radius: var(--border-radius-primary);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.left-content .product-container {
  margin: 0 auto 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
}

.slurry-logo {
  max-width: 22vw;
  height: auto;
  margin-bottom: 20px;
}

.pro03-logo {
  max-width: 150px !important;
  height: auto;
  margin-bottom: 20px;
}

.right-content {
  height: 59vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding-top: 8vh;
}

.right-content img {
  max-width: 400px;
  height: auto;
}

.right-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.description {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 500px;
  text-align: left;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.eco-badge {
  background: white;
  color: #d86527;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
}

.ver-mas-btn {
  background: #ffffff;
  color: #d86527;
  padding: 20px 40px;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 25px 0 25px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.ver-mas-btn:hover {
  background: #d86527;
  color: white;
  transform: translateY(-2px);
}

.benefits-section {
  background: #f3f2eb;
  padding: 60px 20px;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  align-items: start;
}

.person-image {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.benefits-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  justify-content: space-between;
}

.benefit-tab {
  background: #f49e72;
  color: white;
  padding: 20px 25px;
  display: grid;
  grid-template-columns: 100px 1fr 60px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px 8px 0 0;
  margin-top: 10px;
  border-left: 3px solid transparent;
  flex: 1;
  min-height: 90px;
}

.benefit-tab:first-child {
  margin-top: 0;
}

.benefit-tab:hover {
  background: #f49e72;
}

.benefit-tab.active {
  background: #f49e72;
  border-radius: 8px 8px 0 0;
}

.benefit-tab:not(.active) {
  border-radius: 8px;
}

.tab-column {
  display: flex;
  align-items: center;
}

.tab-icon-column {
  justify-content: center;
}

.tab-text-column {
  justify-content: flex-start;
}

.tab-button-column {
  justify-content: center;
}

.tab-icon {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 8px;
  padding-right: 20px;
}

.tab-text {
  flex: 1;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  color: #0a394a;
}

.tab-button {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-button:hover:not(.rotating) {
  transform: scale(1.1);
}

.benefit-tab.active .tab-button {
  transform: rotate(180deg);
}

.tab-description {
  background: rgba(244, 158, 114, 0.5);
  color: #0a394a;
  padding: 0 25px;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.tab-description.active {
  max-height: 150px;
  opacity: 1;
  padding: 20px 25px;
}

.tab-description p {
  margin: 0;
  font-style: italic;
}

.tab-description em {
  font-style: italic;
  font-weight: bold;
}

.download-section {
  background: #d86527;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.download-content {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 18px 20px;
  border-radius: 25px 0 25px 0;
  background-color: #d86527;
  height: 30vh;
  margin-top: 120px;
}

.download-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.download-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ficha-image {
  width: 100%;
  max-width: 385px;
  height: auto;
  border-radius: 10px;
  position: relative;
  bottom: 10vh;
}

.download-btn {
  position: absolute;
  bottom: 27%;
  left: 15%;
  z-index: 1;
  margin: 0 !important;
}

.download-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: white;
  padding: 0px 68px;
}

.download-btn {
  background: white;
  color: #d86527;
  padding: 21px 122px;
  border: none;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px 0 25px 0;
}

.download-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.contact-section {
  background: #d86527;
  color: white;
  padding: 60px 20px;
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
}

.contact-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 32px 25px;
  border: 1px solid white;
  border-radius: 25px;
  font-size: 18px;
  background: transparent;
  color: white;
  font-family: "Circular Std", Arial, sans-serif;
  transition: all 0.3s ease;
  border-radius: 25px 0 25px 0;
}

.form-group input::placeholder,
.form-group select option {
  color: white;
  opacity: 1;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #f49e72;
  background: rgba(255, 255, 255, 0.1);
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  padding-right: 50px;
}

.form-group select option {
  background: white;
  color: black;
}

.form-group input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  transform: scale(1.2);
}

.form-group label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.submit-btn {
  background: #ffffff;
  color: #d86527;
  padding: 20px 40px;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 25px 0 25px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.footer {
  background: #f3f2eb;
  color: black;
  padding: 40px 20px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-section h3 {
  margin-bottom: 20px;
  color: #d86527;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: black;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #d86527;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #555;
  font-size: 14px;
  color: #999;
}

.descarga-text {
  font-size: 43px;
}

/* Estilos específicos para pantallas medianas */

@media (max-width: 1024px) {
  .description {
    max-width: 90%;
  }

  .slurry-logo {
    max-width: 22vw !important;
    height: auto !important;
  }

  .descarga-text {
    font-size: 34px;
  }

  .download-text {
    font-size: 28px;
  }
}

/* iPad estilos específicos - Antes de mobile */
@media (max-width: 821px) {
  .main-content {
    padding: 30px 20px;
  }

  .video-home {
    max-width: 100%;
  }

  .right-content {
    height: auto;
    padding-top: 40px;
  }

  .logos-container {
    gap: 30px;
    margin-bottom: 25px;
  }

  .main-logo {
    max-width: 180px;
  }

  .right-content img {
    max-width: 200px;
    height: auto;
  }

  .pro03-logo {
    max-width: 18vw !important;
    height: auto;
    margin-bottom: 20px;
  }

  .benefits-container {
    gap: 8px;
  }

  .main-video {
    margin: 30px auto;
    padding: 0 15px;
  }

  .video-section {
    padding: 30px 20px;
  }

  .download-text {
    font-size: 24px;
  }

  .descarga-text {
    font-size: 28px;
  }

  .pro-logo {
    max-width: 110px;
  }

  .right-content h2 {
    font-size: 32px;
  }

  .description {
    font-size: 20px;
    max-width: 90%;
  }

  .benefit-tab {
    padding: 20px 25px;
    min-height: 80px;
  }

  .tab-icon {
    max-width: 55px;
  }

  .tab-text {
    font-size: 15px;
  }

  .download-content {
    padding: 40px 30px;
    gap: 30px;
  }

  .ficha-image {
    max-width: 280px;
  }

  .download-btn {
    padding: 18px 80px;
    font-size: 18px;
  }

  .contact-section h2 {
    font-size: 45px !important;
  }

  .form-group input,
  .form-group select {
    padding: 18px 20px;
    font-size: 16px;
  }
}

/* Mobile estilos específicos */
@media (max-width: 768px) {
  .main-content,
  .benefits-container,
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .header {
    padding: 0px 0px;
  }

  .logo-section {
    margin-bottom: 0px;
  }

  .video-home {
    max-width: 100%;
  }

  .right-content img {
    max-width: 200px;
    height: auto;
  }

  .slurry-logo {
    max-width: 50vw;
    height: auto;
    margin-bottom: 20px;
  }

  .right-content {
    gap: 0px;
  }

  .main-video {
    margin: 20px auto;
    padding: 0 10px;
  }

  .video-section {
    padding: 20px 15px;
  }

  .contact-section h2 {
    font-size: 32px;
  }

  .person-image {
    height: 300px;
    position: static;
  }

  .benefits-tabs {
    margin-top: 20px;
  }

  .benefit-tab {
    padding: 15px 20px;
    grid-template-columns: 80px 1fr 45px;
    gap: 15px;
    min-height: 75px;
  }

  .tab-description {
    font-size: 14px;
  }

  .tab-description.active {
    padding: 15px 20px;
  }

  .tab-icon {
    width: 45px;
    height: 45px;
    padding: 5px;
  }

  .tab-text {
    font-size: 14px;
  }

  .tab-button {
    width: 25px;
    height: 25px;
  }

  .download-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
    text-align: center;
    height: 57vh;
  }

  .download-right {
    position: relative;
    top: 7vh;
  }

  .ficha-image {
    max-width: 50%;
    position: relative;
    max-width: 300px;
  }

  .download-btn {
    position: absolute;
    bottom: 125px;
    left: 21%;
    z-index: 1;
    margin: 0 !important;
    padding: 10px 75px;
  }

  .download-text {
    font-size: 18px;
  }

  .slurry-title {
    font-size: 32px;
  }

  .right-content h2 {
    font-size: 28px;
  }
}
