.tmh-content {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.tmh-btn-group {
  display: flex;
  justify-content: center;
  align-content: center;
}
.tmh-btn-group .tmh-btn {
  background-color: #E2001A;
  border-radius: 38px;
  padding: 15px 40px;
  gap: 10px;
  border: none;
  cursor: pointer;
}
.tmh-btn-group .tmh-btn p {
  font-family: "Raleway";
  color: white;
  margin: 0px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}
.tmh-btn-group .tmh-btn-black {
  background-color: #1D1D1B;
  border-radius: 38px;
  padding: 15px 40px;
  gap: 10px;
}
.tmh-btn-group .tmh-btn-black p {
  color: white;
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.tmh-btn-group .tmh-btn-black:hover {
  background-color: white;
  border-radius: 38px;
  border: 1px solid #1D1D1B;
  padding: 15px 40px;
  gap: 10px;
}
.tmh-btn-group .tmh-btn-black:hover p {
  color: #1D1D1B;
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.tmh-btn-group .tmh-btn-bordered {
  padding: 15px 40px;
  gap: 10px;
  background: white;
  border-radius: 38px;
  border: 1px solid #000;
  margin: 0px 10px;
}
.tmh-btn-group .tmh-btn-bordered p {
  color: #000;
  font-family: "toyota_r";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.tmh-btn-group .tmh-btn-bordered:hover {
  background: #000;
}
.tmh-btn-group .tmh-btn-bordered:hover p {
  color: white;
}
.tmh-btn-group .tmh-btn-sm {
  background: #E2001A;
  border-radius: 38px;
  padding: 15px 40px;
  gap: 10px;
  margin: 0px 10px;
  cursor: pointer;
}
.tmh-btn-group .tmh-btn-sm p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-family: "toyota_r";
  color: #FFFFFF;
  text-transform: uppercase;
}

.tmh-banner {
  height: 560px;
  background-image: url("./img/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.tmh-banner .tmh-banner-content {
  display: flex;
  flex-direction: column;
  padding-left: 12%;
}
.tmh-banner .tmh-banner-content h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  color: white;
  width: 70%;
  margin-bottom: 30px;
}
.tmh-banner .tmh-banner-content h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: white;
  margin-bottom: 30px;
}
.tmh-banner .tmh-banner-content .tmh-btn-group {
  justify-content: flex-start;
}

.benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 100px 165px;
}
.benefits h2 {
  font-family: "toyota_b";
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  margin-bottom: 45px;
}
.benefits .benefits-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
.benefits .benefits-line .benefits-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 60px 0px;
}
.benefits .benefits-line .benefits-content img {
  max-height: 75px;
  max-width: 75px;
  display: block;
}
.benefits .benefits-line .benefits-content h3 {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 90%;
  text-align: center;
}
.benefits .benefits-line .benefits-content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
  line-height: 100%;
  text-align: center;
}
.benefits .benefits-line .benefits-content p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #1D1D1B;
  text-align: left;
  padding: 0 30px;
}

.tmh-mid-contact {
  height: 400px;
  background-image: url("./img/contacto-bg-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.tmh-mid-contact h2 {
  padding: 0px 18%;
  font-family: "toyota_b";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 160%;
  margin-bottom: 20px;
}
.tmh-mid-contact a {
  background-color: #E2001A;
}

.solutions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #F4F4F4;
  padding: 5% 100px;
}
.solutions h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.solutions p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.solutions .solutions-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0%;
}
.solutions .solutions-line .solutions-products:hover {
  box-shadow: 0px 0px 10px 5px #e1e1e1;
  border: 1px solid #e1e1e1;
}
.solutions .solutions-line .solutions-products {
  margin: 0px 15px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px 0px;
  gap: 20px;
}
.solutions .solutions-line .solutions-products img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.solutions .solutions-line .solutions-products p {
  padding: 0px;
  font-family: "toyota_r";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin: 30px 80px;
}
.solutions .solutions-line .solutions-products .tmh-btn-group .tmh-btn-black {
  align-items: center;
  padding: 15px 40px;
  gap: 10px;
}
.solutions .solutions-line .solutions-products .tmh-btn-group .tmh-btn-black p {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding: 0;
}

.solutions#sitios h2 {
  font-family: "toyota_b";
}
.solutions#sitios .solutions-line {
  padding: 30px 8%;
}

.product-descriptions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 100px 0px;
}
.product-descriptions h2 {
  padding: 0%;
  text-align: start;
  font-family: "toyota_b";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 70px;
}
.product-descriptions .specifications {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.product-descriptions .specifications .spec-images {
  display: flex;
  flex-direction: column;
}
.product-descriptions .specifications .spec-images .icon-spec-images {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-descriptions .specifications .spec-images .icon-spec-images .icons-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 15px;
}
.product-descriptions .specifications .spec-images .icon-spec-images .icons-details img {
  width: 50px;
}
.product-descriptions .specifications .spec-images .icon-spec-images .icons-details p {
  margin-top: 15px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.product-descriptions .specifications .spec-technical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-descriptions .specifications .spec-technical .desktop-tech-spec {
  margin: 0px;
  font-family: "toyota_b";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 30px;
  text-align: left;
}
.product-descriptions .specifications .spec-technical .mobile-tech-spec {
  display: none;
}
.product-descriptions .specifications .spec-technical .tmh-table {
  border: #4f4d4d;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
.product-descriptions .specifications .spec-technical .tmh-table td {
  text-align: left;
  padding: 20px 30px;
  gap: 30px;
}
.product-descriptions .specifications .spec-technical .tmh-table .ttl {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}
.product-descriptions .specifications .spec-technical .tmh-table .des {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.product-descriptions .specifications .spec-technical .tmh-table tr {
  background-color: #F8F8F8;
}
.product-descriptions .specifications .spec-technical .tmh-table tr:nth-child(even) {
  background-color: white;
}

.tmh-gallery {
  padding: 60px 0px;
  background-color: #4f4d4d;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.tmh-gallery h2 {
  text-align: center;
  font-family: "toyota_r";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: white;
  margin-bottom: 60px;
}
.tmh-gallery .tmh-gallery-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.tmh-gallery .tmh-slider {
  display: none;
  margin-bottom: 10px;
}
.tmh-gallery .tmh-slider img {
  display: block;
  margin: auto;
  max-width: 50%;
  width: 50%;
}
.tmh-gallery .cursor {
  cursor: pointer;
}
.tmh-gallery .prev,
.tmh-gallery .next {
  cursor: pointer;
  position: absolute;
  top: 38%;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 35px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.tmh-gallery .prev {
  left: 20%;
  border-radius: 3px 0 0 3px;
}
.tmh-gallery .next {
  right: 20%;
  border-radius: 3px 0 0 3px;
}
.tmh-gallery .tmh-gallery-row {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.tmh-gallery .tmh-gallery-row:after {
  content: "";
  display: table;
  clear: both;
}
.tmh-gallery .tmh-gallery-column {
  float: left;
  width: 11%;
  margin: 5px;
}
.tmh-gallery .tmh-gallery-column img {
  width: 100%;
}
.tmh-gallery .demo {
  opacity: 0.6;
}
.tmh-gallery .active,
.tmh-gallery .demo:hover {
  opacity: 1;
}
.tmh-gallery .active {
  border: 2px solid #E2001A;
}

.tmh-contact-bottom {
  height: 400px;
  background-image: url("./img/contacto-bg-02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.tmh-contact-bottom h2 {
  font-family: "toyota_b";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.btn-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10.5%;
  right: 1.5%;
  background-color: rgba(239, 30, 24, 0.85);
  z-index: 102;
  background: rgba(239, 30, 24, 0.85);
  border-radius: 28px;
  display: none;
  justify-content: center;
  align-items: center;
}
.btn-top img {
  width: 17.5px;
  margin: auto;
  display: block;
}

.tmh-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 160px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.tmh-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}
.tmh-modal-content .tmh-modal-image.no-product {
  height: 550px;
}
.tmh-modal-content .tmh-modal-image {
  padding-top: 50px;
  height: 460px;
  width: 350px;
  background-image: url(/material-handing/img/popup.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}
.tmh-modal-content .tmh-modal-image h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 44px;
  margin-right: 30px;
  text-align: right;
  letter-spacing: -0.004em;
  color: #FFFFFF;
}
.tmh-modal-content .tmh-modal-image.no-product {
  height: 550px;
}
.tmh-modal-content .tmh-modal-text {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 420px;
}
.tmh-modal-content .tmh-modal-text .tmh-modal-form {
  padding: 0px 15px 0px 0px;
}
.tmh-modal-content .tmh-modal-text .tmh-modal-form label {
  margin: 0px 30px;
  font-family: "toyota_r";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.004em;
  color: #1D1D1B;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tmh-modal-content .tmh-modal-text .tmh-modal-form input {
  margin: 5px 0px;
  border: 1px solid #4f4d4d;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.004em;
  color: #1D1D1B;
  font-family: "toyota_r";
}
.tmh-modal-content .tmh-modal-text .tmh-modal-form select {
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0px;
  background: white;
  background-color: white;
  border: 1px solid #4f4d4d;
  width: 107%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.004em;
  color: #1D1D1B;
  font-family: "toyota_r";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1.5rem auto;
}
.tmh-modal-content .tmh-modal-text .tmh-modal-form small {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: "toyota_r";
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.004em;
  color: #1D1D1B;
  padding: 0px 40px;
}
.tmh-modal-content .tmh-modal-text .tmh-modal-form .tmh-btn-group {
  margin: 10px 0px;
}

.close {
  position: absolute;
  top: -12px;
  right: 1%;
  color: #000;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.mobile-cotiza {
  display: none;
}

.tmh-alert {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tmh-alert h2 {
  text-align: center;
  color: #4f4d4d;
  font-size: xx-large;
  margin: 10px 0px;
}
.tmh-alert p {
  text-align: center;
  color: #4f4d4d;
  margin: 20px 0px;
}

.tmh-content-inside {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.tmh-nav {
  display: flex;
  background-color: #F4F4F4;
  height: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.tmh-nav .tmh-page-title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1125px;
}
.tmh-nav .tmh-page-title p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.004em;
  color: #1D1D1B;
}
.tmh-nav .tmh-page-title p a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1B;
}

.tmh-char {
  background-color: #F4F4F4;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tmh-char h2 {
  padding: 30px 0px;
  color: var(--black, #1D1D1B);
  text-align: center;
  font-size: 36px;
  font-family: "toyota_b";
  margin-bottom: 60px;
}
.tmh-char .fdzn-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1366px;
}
.tmh-char .fdzn-row .fdzn-char {
  display: flex;
  flex-direction: column;
  width: 380px;
  margin: 0px 30px;
}
.tmh-char .fdzn-row .fdzn-char img {
  display: block;
  margin: 0;
  width: 375px;
}
.tmh-char .fdzn-row .fdzn-char h4 {
  text-align: left;
  margin-top: 40px;
  color: var(--black, #1D1D1B);
  font-size: 20px;
  font-family: "toyota_b";
  font-weight: 700;
}
.tmh-char .fdzn-row .fdzn-char p {
  margin-top: 20px;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: "Raleway";
  line-height: 170%;
}
.tmh-char .char-row.fdzn {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1366px;
  align-content: center;
  justify-content: space-between;
}
.tmh-char .char-row.fdzn .left-char {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  margin: 0px 2.5%;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.tmh-char .char-row.fdzn .left-char h3 {
  margin: 0px;
  color: var(--black, #1D1D1B);
  font-size: 24px;
  font-family: "toyota_b";
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.tmh-char .char-row.fdzn .left-char h3.one {
  margin-top: 0px;
}
.tmh-char .char-row.fdzn .left-char .char-prod-specs {
  display: flex;
  flex-direction: row;
  padding: 0%;
  margin: 15px 0px;
  justify-content: flex-start;
  align-items: flex-start;
}
.tmh-char .char-row.fdzn .left-char .char-prod-specs img {
  margin-left: -7px;
}
.tmh-char .char-row.fdzn .left-char .char-prod-specs p {
  margin: -3px 0px;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: Raleway;
  line-height: 170%;
}
.tmh-char .char-row.fdzn .rigth-char {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 50%;
  margin: 0px 2.5%;
}
.tmh-char .char-row.fdzn .rigth-char h3 {
  margin: 0px;
  color: var(--black, #1D1D1B);
  font-size: 24px;
  font-family: "toyota_b";
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.tmh-char .char-row.fdzn .rigth-char h3.one {
  margin-top: 0px;
}
.tmh-char .char-row.fdzn .rigth-char .img-fdzn {
  max-width: 100%;
  display: block;
}
.tmh-char .char-row.fdzn .rigth-char .char-prod-specs {
  margin: 15px 0px;
}
.tmh-char .char-row.fdzn .rigth-char .char-prod-specs img {
  margin-left: -7px;
}
.tmh-char .char-row.fdzn .rigth-char .char-prod-specs p {
  margin: -3px 0px;
}
.tmh-char .char-row {
  display: flex;
  flex-direction: row;
  padding: 0px 8%;
}
.tmh-char .char-row .left-char {
  display: inline-flex;
  flex-direction: row;
  width: 75%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.tmh-char .char-row .left-char .char-long {
  margin: 2.5%;
}
.tmh-char .char-row .left-char .char-long p#titulo-apilamiento {
  color: var(--black, #1D1D1B);
  font-size: 20px;
  font-family: "toyota_b";
  font-weight: 700;
  margin-bottom: 15px;
}
.tmh-char .char-row .left-char .char-long img {
  display: block;
  margin: 0;
  width: 100%;
}
.tmh-char .char-row .left-char .char-long p {
  text-align: justify;
  margin-top: 30px;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: "Raleway";
  line-height: 170%;
}
.tmh-char .char-row .left-char .char-long p:last-child {
  margin-bottom: 60px;
}
.tmh-char .char-row .left-char .char-square {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin: 2.5%;
}
.tmh-char .char-row .left-char .char-square img {
  display: flex;
  max-width: 100%;
}
.tmh-char .char-row .left-char .char-square h4 {
  margin-top: 40px;
  font-size: 20px;
  font-family: "toyota_b";
  font-weight: 700;
  line-height: 120%;
}
.tmh-char .char-row .left-char .char-square p {
  margin-top: 20px;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: "Raleway";
  line-height: 170%;
}
.tmh-char .char-row .left-char .char-square.lpe200b img {
  display: flex;
  max-width: 100px;
  border-radius: 50%;
}
.tmh-char .char-row .left-char .char-square.lpe200b h4 {
  margin-top: 20px;
  font-size: 20px;
  font-family: "toyota_b";
  font-weight: 700;
  line-height: 120%;
}
.tmh-char .char-row .left-char .char-square.lpe200b p {
  margin-top: 20px;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: "Raleway";
  line-height: 170%;
}
.tmh-char .char-row .left-char .char-square.swe140l img {
  display: flex;
  max-width: 100px;
  border-radius: 50%;
}
.tmh-char .char-row .left-char .char-square.swe140l h4 {
  margin-top: 20px;
  font-size: 20px;
  font-family: "toyota_b";
  font-weight: 700;
  line-height: 120%;
}
.tmh-char .char-row .left-char .char-square.swe140l p {
  margin-top: 20px;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: "Raleway";
  line-height: 170%;
}
.tmh-char .char-row .rigth-char {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 20px;
}
.tmh-char .char-row .rigth-char h3 {
  margin: 2.5%;
  color: var(--black, #1D1D1B);
  font-size: 24px;
  font-family: "toyota_b";
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 0px;
}
.tmh-char .char-row .rigth-char .char-prod-specs {
  display: flex;
  flex-direction: row;
  padding: 0%;
  margin: 5px !important;
  justify-content: flex-start;
  align-items: flex-start;
}
.tmh-char .char-row .rigth-char .char-prod-specs p {
  margin: 0;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: Raleway;
  line-height: 170%;
}
.tmh-char .char-row .rigth-char .char-prod-specs.fdzn {
  display: flex;
  flex-direction: row;
  padding: 0%;
  margin: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.tmh-char .char-row .rigth-char .char-prod-specs.fdzn p {
  margin: 0;
  color: var(--black, #1D1D1B);
  font-size: 16px;
  font-family: Raleway;
  line-height: 170%;
}

.related-products {
  padding-right: 18%;
  padding-left: 18%;
  padding-top: 20px;
  padding-bottom: 120px;
  background-color: #F4F4F4;
}
.related-products h2 {
  color: var(--black, #1D1D1B);
  text-align: center;
  font-size: 36px;
  text-align: center;
  margin: 60px 0;
  font-family: "toyota_b";
}
.related-products .related-p-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.related-products .related-p-row .solutions-products:hover {
  box-shadow: 0px 0px 10px 5px #e1e1e1;
  border: 1px solid #e1e1e1;
}
.related-products .related-p-row .solutions-products {
  margin: 0px 15px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px 0px;
  gap: 20px;
}
.related-products .related-p-row .solutions-products img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.related-products .related-p-row .solutions-products p {
  padding: 0px 18px;
  font-family: "toyota_r";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin: 30px 0px;
}
.related-products .related-p-row .solutions-products .tmh-btn-group .tmh-btn-black {
  align-items: center;
  padding: 15px 40px;
  gap: 10px;
}
.related-products .related-p-row .solutions-products .tmh-btn-group .tmh-btn-black p {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.icono-mas {
  display: none;
}

@media screen and (max-width: 475px) {
  .tmh-content {
    margin-top: -2px;
  }
  .tmh-nav .tmh-page-title {
    justify-content: center;
  }
  .tmh-banner {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-position: -825px center;
  }
  .tmh-banner .tmh-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 0%;
  }
  .tmh-banner .tmh-banner-content h1 {
    width: auto;
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
  }
  .tmh-banner .tmh-banner-content h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
  }
  .benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 40px 0px;
  }
  .benefits h2 {
    font-family: "toyota_b";
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    margin-bottom: 15px;
  }
  .benefits .benefits-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .benefits .benefits-line .benefits-content {
    position: relative;
    margin: 20px 15px;
    width: 90%;
  }
  .benefits .benefits-line .benefits-content h3 {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 90%;
    text-align: center;
    color: #1D1D1B;
  }
  .benefits .benefits-line .benefits-content h4 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1D1D1B;
  }
  .benefits .benefits-line .benefits-content p {
    text-align: center;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #1D1D1B;
    padding-bottom: 40px;
    padding: 0%;
  }
  .tmh-mid-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .tmh-mid-contact h2 {
    padding: 0px 10%;
    font-family: "toyota_b";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
  }
  .solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #F4F4F4;
    padding: 40px 0px;
  }
  .solutions h2 {
    padding: 0px 10%;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.004em;
    color: #000000;
  }
  .solutions p {
    padding: 0px 10%;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.004em;
    color: #000000;
  }
  .solutions .solutions-line {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
  }
  .solutions .solutions-line .solutions-products {
    border-top: 0.5px solid #cccccc;
    margin: 5px 15px;
    padding: 20px 5px;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .solutions .solutions-line .solutions-products img {
    display: block;
    margin: auto;
    max-width: 50%;
  }
  .solutions .solutions-line .solutions-products p {
    padding: 0px;
    font-family: "toyota_r";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 30px -15px;
    text-align: start;
  }
  .solutions .solutions-line .solutions-products .tmh-btn-group {
    right: 20%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
    bottom: 20%;
  }
  .solutions .solutions-line .solutions-products .tmh-btn-group .tmh-btn-black {
    align-items: center;
    padding: 10px 30px;
    gap: 10px;
  }
  .solutions .solutions-line .solutions-products .tmh-btn-group .tmh-btn-black p {
    font-size: 12px;
    line-height: 14px;
  }
  .product-descriptions {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
  .product-descriptions h2 {
    padding: 0px 45px;
    margin-top: 30px;
    width: auto;
    text-align: center;
    font-family: "toyota_b";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.004em;
    color: #1D1D1B;
    margin-bottom: 30px;
  }
  .product-descriptions .specifications {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
  .product-descriptions .specifications .spec-images {
    display: flex;
    flex-direction: column;
  }
  .product-descriptions .specifications .spec-images img {
    margin: auto;
    display: block;
    max-width: 60%;
  }
  .product-descriptions .specifications .spec-images .icon-spec-images {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  .product-descriptions .specifications .spec-images .icon-spec-images .icons-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 15px;
  }
  .product-descriptions .specifications .spec-images .icon-spec-images .icons-details img {
    max-width: 100%;
    width: 50px;
    margin: 0px;
  }
  .product-descriptions .specifications .spec-images .icon-spec-images .icons-details p {
    margin-top: 10px;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    text-align: center;
  }
  .product-descriptions .specifications .spec-technical {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .product-descriptions .specifications .spec-technical .tmh-btn-group {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
    padding: 20px 0px;
    width: 90%;
  }
  .product-descriptions .specifications .spec-technical .tmh-btn-group .tmh-btn-bordered {
    width: 50%;
    margin: 10px 0px;
  }
  .product-descriptions .specifications .spec-technical .tmh-btn-group .tmh-btn-bordered p {
    text-align: center;
  }
  .product-descriptions .specifications .spec-technical .tmh-btn-group .tmh-btn-sm {
    cursor: pointer;
    width: 50%;
    margin: 10px 0px;
  }
  .product-descriptions .specifications .spec-technical .tmh-btn-group .tmh-btn-sm p {
    text-align: center;
  }
  .product-descriptions .specifications .spec-technical .mobile-tech-spec {
    display: flex;
    margin: 0px;
    font-family: "toyota_b";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: left;
  }
  .product-descriptions .specifications .spec-technical .desktop-tech-spec {
    display: none;
  }
  .product-descriptions .specifications .spec-technical .tmh-table {
    border: #4f4d4d;
    border-collapse: collapse;
    width: 90%;
    margin-bottom: 15px;
  }
  .product-descriptions .specifications .spec-technical .tmh-table td {
    text-align: left;
    padding: 20px 15px;
    gap: 30px;
  }
  .product-descriptions .specifications .spec-technical .tmh-table .ttl {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
  }
  .product-descriptions .specifications .spec-technical .tmh-table .des {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .product-descriptions .specifications .spec-technical .tmh-table tr {
    background-color: #F8F8F8;
  }
  .product-descriptions .specifications .spec-technical .tmh-table tr:nth-child(even) {
    background-color: white;
  }
  .tmh-gallery {
    padding: 20px 0px;
    background-color: #4f4d4d;
    height: -moz-max-content;
    height: max-content;
  }
  .tmh-gallery h2 {
    text-align: center;
    font-family: "toyota_r";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: white;
    margin-bottom: 15px;
  }
  .tmh-gallery .tmh-gallery-container {
    padding: 0px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
  .tmh-gallery .tmh-slider {
    display: none;
    margin-bottom: 10px;
  }
  .tmh-gallery .tmh-slider img {
    max-width: 85%;
    width: 100%;
  }
  .tmh-gallery .cursor {
    cursor: pointer;
  }
  .tmh-gallery .prev,
  .tmh-gallery .next {
    cursor: pointer;
    position: absolute;
    top: 37%;
    width: auto;
    color: white;
    font-weight: bold;
    font-size: 25px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .tmh-gallery .prev {
    left: 4%;
    border-radius: 3px 0 0 3px;
  }
  .tmh-gallery .next {
    right: 4%;
    border-radius: 3px 0 0 3px;
  }
  .tmh-gallery .tmh-gallery-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 95%;
  }
  .tmh-gallery .tmh-gallery-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .tmh-gallery .tmh-gallery-column {
    float: left;
    width: 11%;
    margin: 5px;
  }
  .tmh-gallery .tmh-gallery-column img {
    width: 100%;
  }
  .tmh-gallery .demo {
    opacity: 0.6;
  }
  .tmh-gallery .active,
  .tmh-gallery .demo:hover {
    opacity: 1;
  }
  .tmh-gallery .active {
    border: 2px solid #E2001A;
  }
  .tmh-contact-bottom {
    height: 400px;
    background-image: url("./img/contacto-bg-02.jpg");
    background-position: -680px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .tmh-contact-bottom h2 {
    font-family: "toyota_b";
    font-style: normal;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: white;
    text-align: center;
    margin-bottom: 50px;
  }
  .tmh-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 160px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .tmh-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    width: 94%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    border-radius: 7px;
  }
  .tmh-modal-content .mobile-cotiza {
    position: absolute;
    left: 15px;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.004em;
    color: #1D1D1B;
  }
  .tmh-modal-content .close {
    position: absolute;
    top: -12px;
    right: 1%;
    color: #000;
    float: right;
    font-size: 60px;
    font-weight: bold;
  }
  .tmh-modal-content .tmh-modal-image {
    display: none;
  }
  .tmh-modal-content .tmh-modal-text {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 420px;
  }
  .tmh-modal-content .tmh-modal-text .tmh-modal-form {
    padding: 0px 15px 0px 0px;
  }
  .tmh-modal-content .tmh-modal-text .tmh-modal-form label {
    margin: 7.5px 15px;
    font-family: "toyota_r";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.004em;
    color: #1D1D1B;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tmh-modal-content .tmh-modal-text .tmh-modal-form input {
    margin: 0px;
    border: 1px solid #4f4d4d;
    width: 100%;
  }
  .tmh-modal-content .tmh-modal-text .tmh-modal-form select {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0px;
    background: white;
    background-color: white;
    border: 1px solid #4f4d4d;
    width: 100%;
  }
  .tmh-modal-content .tmh-modal-text .tmh-modal-form small {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "toyota_r";
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.004em;
    color: #1D1D1B;
    padding: 5px 40px;
  }
  .tmh-modal-content .tmh-modal-text .tmh-modal-form .tmh-btn-group {
    margin: 10px 0px;
  }
  .tmh-char {
    flex-direction: column;
  }
  .tmh-char h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .tmh-char .char-row {
    flex-direction: column;
  }
  .tmh-char .char-row .left-char {
    width: 100%;
    justify-content: center;
  }
  .tmh-char .char-row .left-char .char-square {
    width: 100%;
    margin-bottom: 60px;
  }
  .tmh-char .char-row .rigth-char {
    width: 100%;
    margin-bottom: 27px;
    margin-left: -4px;
  }
  .tmh-char .char-row .rigth-char h3 {
    font-size: 20px;
    margin-top: -27px;
    margin-left: 11px;
  }
  .tmh-char .char-row .rigth-char .char-prod-specs {
    margin: 20px 0px;
  }
  .tmh-char .char-row .rigth-char .char-prod-specs p {
    margin: -3px 0px;
  }
  .tmh-char .fdzn-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .tmh-char .fdzn-row .fdzn-char {
    width: 100%;
    margin-bottom: 30px;
  }
  .tmh-char .fdzn-row .fdzn-char h4 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .tmh-char .fdzn-row .fdzn-char p {
    margin-left: 30px;
    margin-right: 30px;
  }
  .tmh-char .fdzn-row .fdzn-char img {
    display: block;
    margin: auto;
    max-width: 325px;
  }
  .tmh-char .char-row.fdzn {
    flex-direction: column;
    align-items: center;
  }
  .tmh-char .char-row.fdzn .left-char {
    width: 80%;
  }
  .tmh-char .char-row.fdzn .left-char h3 {
    font-size: 18px;
    line-height: 120%;
    font-family: "toyota_b";
  }
  .tmh-char .char-row.fdzn .left-char .h3-mas {
    border-bottom: 1px solid #B4B4B4;
    position: relative;
  }
  .tmh-char .char-row.fdzn .left-char .h3-mas .icono-mas {
    display: block;
    position: absolute;
    right: 0;
    top: 45%;
    color: #000;
    font-size: 45px;
  }
  .tmh-char .char-row.fdzn .left-char .h3-mas .icono-mas.one {
    top: 10%;
  }
  .tmh-char .char-row.fdzn .left-char .fdzn-panel {
    display: none;
  }
  .tmh-char .char-row.fdzn .left-char .img-fdzn {
    display: none;
  }
  .tmh-char .char-row.fdzn .rigth-char {
    width: 80%;
  }
  .tmh-char .char-row.fdzn .rigth-char h3 {
    font-size: 18px;
    line-height: 120%;
    font-family: "toyota_b";
  }
  .tmh-char .char-row.fdzn .rigth-char .h3-mas {
    position: relative;
    border-bottom: 1px solid #B4B4B4;
    width: 100%;
  }
  .tmh-char .char-row.fdzn .rigth-char .h3-mas .icono-mas {
    display: block;
    position: absolute;
    right: 0;
    top: 45%;
    color: #000;
    font-size: 45px;
  }
  .tmh-char .char-row.fdzn .rigth-char .fdzn-panel {
    display: none;
  }
  .tmh-char .char-row.fdzn .rigth-char .img-fdzn {
    display: none;
  }
  .related-products .related-p-row {
    flex-direction: column;
  }
  .char-square.lpe200b {
    justify-content: center;
    align-items: center;
  }
  .char-square.lpe200b h4 {
    text-align: center;
  }
  .char-square.lpe200b p {
    text-align: center;
    font-size: 16px;
  }
  .char-square.swe140l {
    justify-content: center;
    align-items: center;
  }
  .char-square.swe140l h4 {
    text-align: center;
  }
  .char-square.swe140l p {
    text-align: center;
    font-size: 16px;
  }
  .solutions#sitios .solutions-line {
    padding: 0px 0px;
  }
  .solutions#sitios .solutions-line .solutions-products {
    box-shadow: 0px 0px 4px 1px #cccccc;
  }
  .solutions#sitios .solutions-line .solutions-products p {
    margin: 30px -15px;
    margin-right: 16px;
    font-size: 15px;
  }
  .solutions#sitios .solutions-line .tmh-btn-group p {
    margin: 0;
  }
  a#float-wa {
    width: auto;
  }
  .tmh-char .char-row .left-char .char-long p#titulo-apilamiento {
    text-align: center;
  }
}/*# sourceMappingURL=tmh.css.map */