@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap");
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
  appearance: none;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url("../iconos/icomoon.eot?j8fiws");
  src: url("../iconos/icomoon.eot?j8fiws#iefix") format('embedded-opentype'), url("../iconos/icomoon.ttf?j8fiws") format('truetype'), url("../iconos/icomoon.woff?j8fiws") format('woff'), url("../iconos/icomoon.svg?j8fiws#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e608";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
body {
  font-family: 'Poppins', sans-serif;
  color: #272727;
}
body.owH {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
}
.layout {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
.layout2 {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.link {
  background: #f39d0e;
  color: #fff;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.link:hover {
  background: transparent;
  border: 1px solid #f39d0e;
  color: #f39d0e;
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
#menu {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: calc(50% - 12px);
  display: none;
}
.header {
  background: #191919;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  box-shadow: 0px 2px 8px 5px rgba(61,61,61,0.447);
}
.header.fixed {
  position: fixed;
  color: #1d1d1d;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container figure {
  margin: 0;
}
.header-container figure img {
  width: 100%;
  max-width: 100px;
}
.menu {
  color: #fff;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  text-align: center;
}
.menu ul li a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  padding: 20px 55px;
  border: 2px solid transparent;
  color: #fff;
  transition: all 0.3s ease;
}
.menu ul li#menu-home.active a,
.menu ul li.active a {
  color: #25bbcb !important;
  border: 2px solid #25bbcb !important;
}
.menu ul li:not(.active) a:hover {
  color: #25bbcb;
  border: 2px solid #25bbcb;
}
.Footer {
  background: #191919;
  color: #fff;
  padding: 50px 0;
}
.Footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer-container .col {
  width: 30%;
  text-align: center;
}
.Footer-container .col img {
  width: 100%;
  max-width: 200px;
}
.Footer-container .col h2 {
  font-weight: 500;
  font-size: 30px;
}
.Footer-container .col p .icon {
  margin-right: 5px;
  color: #25bbcb;
}
@media screen and (max-width: 700px) {
  #menu {
    display: block;
  }
  .header-container figure img {
    max-width: 65px;
  }
  .menu {
    position: fixed;
    width: 50%;
    min-width: 360px;
    height: 100%;
    right: -100%;
    top: 73px;
    background: #fff;
    padding: 50px;
    transition: right 0.5s;
  }
  .menu.show {
    right: 0;
  }
  .menu ul {
    flex-direction: column;
  }
  .menu ul li a {
    color: #000;
  }
  .Footer-container {
    flex-wrap: wrap;
  }
  .Footer-container .col {
    width: 100%;
  }
}
@-moz-keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#menu-home a {
  color: inherit;
  border: 2px solid transparent;
}
.Home {
  padding-top: 100px;
}
.Home-banner {
  position: relative;
  overflow-x: hidden;
  width: 50%;  /* Reduced from 80% to 50% */
  margin: 0 auto;
  height: 300px;  /* Reduced from 400px to 300px */
}

/* OR */

.Home-banner {
  /* Option 2: Set a max-width to ensure it's not too big on large screens */
  max-width: 1000px;
  margin: 0 auto;
}

/* In both cases, make sure images fit within the container */
.Home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Home-banner-item {
  height: 100vh;
  min-height: 720px;
}
.Home-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Home-banner .slick-prev {
  left: 10px;  /* Reduced from 20px */
  width: unset;
  height: unset;
}
.Home-banner .slick-prev:before {
  font-size: 25px;  /* Reduced from 35px */
}
.Home-banner .slick-next {
  right: 10px;  /* Reduced from 20px */
  width: unset;
  height: unset;
}
.Home-banner .slick-next:before {
  font-size: 25px;  /* Reduced from 35px */
}
.Home-contactanos {
  text-align: center;
  padding: 100px 0;
}
.Home-contactanos p {
  font-size: 36px;
  font-weight: 200;
  color: #272727;
  max-width: 1200px;
  margin: 20px auto 50px;
  line-height: 1.4em;
}
.Home-servicios {
  background: #e1e1e1;
  padding: 50px 0;
}
.Home-servicios h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #272727;
}
.Home-servicios-bloques {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.Home-servicios-bloques .bloque {
  width: calc(30% - 20px);
  text-align: center;
  margin: 0 20px;
}
.Home-servicios-bloques .bloque .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.Home-servicios-bloques .bloque .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.Home-servicios-bloques .bloque p {
  font-size: 25px;
  font-weight: 600;
  color: #272727;
}
.Home-elegirnos {
  padding: 50px 0;
}
.Home-elegirnos h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #272727;
}
.Home-elegirnos-bloques {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.Home-elegirnos-bloques .bloque {
  width: calc(33.33% - 60px);
  text-align: center;
  margin: 20px 30px;
}
.Home-elegirnos-bloques .bloque .img {
  max-width: 120px;
  margin: 0 auto;
}
.Home-elegirnos-bloques .bloque .img img {
  width: 100%;
}
.Home-elegirnos-bloques .bloque p {
  font-size: 20px;
  font-weight: 400;
  color: #272727;
}
@media screen and (max-width: 1000px) {
  .Home-elegirnos-bloques .bloque {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .Home {
    padding-top: 73px;
  }
  .Home-banner-item {
    height: unset;
    min-height: unset;
  }
  .Home-contactanos p {
    font-size: 20px;
  }
  .Home-contactanos a {
    font-size: 16px;
  }
  .Home-servicios-bloques .bloque {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 550px) {
  .Home-servicios h2 {
    font-size: 40px;
  }
  .Home-servicios-bloques .bloque p {
    font-size: 20px;
  }
  .Home-elegirnos h2 {
    font-size: 40px;
  }
  .Home-elegirnos-bloques .bloque p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .Home-servicios-bloques .bloque {
    width: 100%;
  }
}

/* Comment section styles from contacto.css */
.comment {
  float: left;
  width: 100%;
  height: auto;
}

.commenter {
  float: left;
}

.commenter img {
  width: 35px;
  height: 35px;
}

.comment-text-area {
  float: left;
  width: 100%;
  height: auto;
}

.textinput {
  float: left;
  width: 100%;
  min-height: 75px;
  outline: none;
  resize: none;
  border: 1px solid grey;
}

/* Contact form styles from contacto.css */
.Contacto {
  padding-top: 150px;
}

.Contacto-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.Contacto-container h1 {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}

.Contacto-container h2 {
  font-size: 35px;
  font-weight: 400;
  margin-top: 50px;
}

.Contacto-container p {
  font-size: 20px;
}

.Contacto-container p .icon {
  margin-right: 10px;
}

.Contacto-container .cita {
  font-size: 18px;
  text-align: center;
}

.Contacto-container form .input {
  margin: 20px 0;
}

.Contacto-container form .input label {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.Contacto-container form .input input {
  display: block;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}

.Contacto-container form button {
  background: #000;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid transparent;
  width: 100%;
  font-size: 20px;
  margin: 30px 0;
  cursor: pointer;
  transition: 0.5s;
}

.Contacto-container form button:hover {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

@media screen and (max-width: 700px) {
  .Contacto {
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .Contacto-container h1 {
    font-size: 45px;
  }
  .Contacto-container h2 {
    font-size: 30px;
  }
}

/* Service section styles from servicios.css */
.Servicios {
  overflow-x: hidden;
  padding-top: 150px;
}

.Servicios .layout {
  max-width: 1240px;
}

.Servicios h1 {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}

.Servicios-bloques {
  padding: 50px 0;
}

.Servicios-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 150px;
}

.Servicios-item .texto {
  width: 50%;
}

.Servicios-item .texto h2 {
  font-size: 40px;
  font-weight: 500;
  color: #f39d0e;
}

.Servicios-item .texto p {
  font-size: 25px;
  font-weight: 300;
}

.Servicios-item .texto.right {
  text-align: right;
}

.Servicios-item .imagen img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: block;
}

/* Nuevo estilo para alinear los bullets a la izquierda cuando el texto está a la derecha */
.Servicios-item .texto ul {
  padding-left: 20px; /* Ajusta este valor según necesites */
  text-align: left;
}

.Servicios-item .texto li {
  text-align: left;
}

/* Products table styles from servicios.css */
.productos-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 2px solid #333;
}

.productos-table th,
.productos-table td {
    padding: 15px;
    border: 1px solid #333;
    vertical-align: top;
}

.productos-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #333;
}

.productos-table h3 {
    margin: 0 0 15px 0;
    color: #333;
}

.productos-table ul {
    margin: 0;
    padding-left: 20px;
}

.productos-table li {
    margin-bottom: 8px;
}

.image-placeholder {
    width: 100%;
    height: 150px;
    background-color: #f0f0f0;
    border: 1px dashed #999;
    margin-top: 10px;
}

/* Add vertical borders between columns */
.productos-table th:not(:last-child),
.productos-table td:not(:last-child) {
    border-right: 2px solid #333;
}

/* Responsive styles for services section */
@media screen and (max-width: 1000px) {
  .Servicios-item {
    justify-content: center;
    flex-wrap: wrap;
  }
  .Servicios-item.rev {
    flex-wrap: wrap-reverse;
  }
  .Servicios-item .texto {
    width: 100%;
    text-align: center;
    padding: 0 40px;
  }
  
  /* Mantener la alineación de los bullets incluso en modo responsive */
  .Servicios-item .texto ul {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 700px) {
  .Servicios {
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .Servicios h1 {
    font-size: 45px;
  }
  .Servicios-bloques {
    padding: 0;
  }
  .Servicios-item {
    margin-bottom: 60px;
  }
  .Servicios-item .texto {
    padding: 0;
  }
  .Servicios-item .texto h2 {
    font-size: 35px;
  }
  .Servicios-item .texto p {
    font-size: 20px;
  }
}

/* ETM specific styles from etm.css */
.etm-product-image {
    width: 50%;
    display: block;
    margin: 0 auto;
}

/* Add these styles after the existing ETM specific styles */
.productos-table td {
    vertical-align: middle;
    padding: 20px 30px;
}

.productos-table td h3 {
    text-align: center;
    margin: 0;
}

.productos-table td p,
.productos-table td ul {
    margin: 0;
}

.productos-table td img {
    margin: 20px auto;
    display: block;
}

/* clickable image for the etm page */
.clickable-image {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.clickable-image:hover {
    opacity: 0.8;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.close-modal {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #bbb;
}

@media screen and (max-width: 700px) {
    .modal-content {
        max-width: 100%;
    }
}