/* git */
html {
  scroll-behavior: smooth !important;
}
:root {
  --main-background: #ffffff;
  --main-text: #060000;
  --menu-hover: #e2261b;
  --top-bar-background: #ffffff;
  --side-nav-background: #e2261b;
  --side-nav-text: #060000;
  --side-nav-hover: #0a0a0a;
  --square-background: #0a0a0a;
  --square-border: #e1261b;
  --square-hover-background: #060000;
  --square-hover-border: #e09f9b;
  --product-title: #e2261b;
}
body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: var(--main-background);
  color: var(--main-text);
  margin: auto;
}
footer {
  position: relative;
}
a {
  text-decoration: none;
  color: #060000;
  transition: color 0.15s ease-out 100ms;
}
a:hover {
  color: var(--menu-hover);
}
/* width */
::-webkit-scrollbar {
  width: 12px;
}
hr.line {
  width: 68%;
  border-color: var(--square-border);
  border-style: solid;
  border-width: 0.5;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(83, 83, 83);
 /*border-radius: 10px;
 */
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e2261b;
 /*border-radius: 10px;
 */
}
.fixed-header {
  position: fixed;
  top: 0px;
  z-index: 98;
  background-color: var(--top-bar-background);
  width: 100%;
  opacity: 1;
  transition: opacity ease 400ms;
}
.hide-fixed-header {
 /*top:-200px !important;
 */
  /* opacity: 0; */
}
.header-section {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.logo {
  flex-grow: 2;
}
.logo img {
 /* height:57px;
  */
  width: auto;
}
.big_logo {
  display: none;
}
.small_logo {
  display: block;
}
.menu {
  display: none;
  flex-grow: 2;
  height: 24px;
}
#first-nav {
  font-weight: 600;
}
.send-link {
  fill: #fcfcfc;
  transition: all 0.25s;
}
.send-link:hover {
  fill: #e2261b;
}
#second-nav {
  font-weight: 600;
}
#mySidenav {
  font-weight: 600;
}
.visible-nav {
  display: flex;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: default;
}
.hidden-nav {
  display: none;
}
.hamburger {
  display: flex;
  gap: 16px;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 20px;
}
.hamburger img {
  position: absolute;
}
.hamburger-container {
  display: flex;
  gap: 16px;
  cursor: pointer;
  margin-right: 6px;
  position: relative;
  height: 20px;
}
.hamburger img:nth-child(2) {
  transition: opacity 0.2s;
  opacity: 0;
}
.hamburger:hover img.hamburger-hover {
  opacity: 1;
}
.sidenav {
  height: 100%;
 /* 100% Full-height */
  width: 100%;
 /* 0 width - change this with JavaScript */
  position: fixed;
 /* Stay in place */
  z-index: 99;
 /* Stay on top */
  top: 0;
 /* Stay at the top */
  left: 100%;
  background-color: var(--side-nav-background);
 /* Black*/
  overflow-x: hidden;
 /* Disable horizontal scroll */
  padding-top: 80px;
 /* Place content 60px from the top */
  transition: 0.5s;
 /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: var(--side-nav-text);
  display: block;
  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: var(--side-nav-hover);
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -6px;
  right: 8px;
  font-size: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
      padding-top: 15px;
 }
  .sidenav a {
      font-size: 18px;
 }
}
.video-section {
  margin-top: 78px;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.video-section img {
  width: 100%;
  height: auto;
 /*max-height:300px;
 */
}
.video-section canvas {
  width: 100%;
  height: auto;
}
.video-overlay {
  position: absolute;
  bottom: -5px;
  width: 100%;
  pointer-events: none;
}
.ms-section {
  margin: 92px auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  padding: 70px 36px;
  z-index: 5;
}
.ms-title {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
}
.ms-title span:nth-child(2) {
  color: var(--menu-hover);
  font-size: 72px;
}
.ms-title span {
  vertical-align: middle;
}
.ms-products-outer {
  display: grid;
  justify-content: center;
}
.ms-products {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
}
.ms-products a {
  text-decoration: none;
  color: #fff;
  flex: 1;
}
.ms-products a:hover {
  color: #fff;
}
.ms-one-product {
  max-width:70%;
  min-width:140px;
  padding: 40px;
  height: auto;
  margin:40px auto;
  text-align: center;
  flex-grow: 1;
  background-color: var(--square-background);
  padding: 20px;
  border-radius: 12px;
  border-color: var(--square-border);
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0.839802px 1.17572px -0.125px, rgba(0, 0, 0, 0.024) 0px 1.99048px 2.78667px -0.25px, rgba(0, 0, 0, 0.024) 0px 3.63084px 5.08318px -0.375px, rgba(0, 0, 0, 0.027) 0px 6.03627px 8.45077px -0.5px, rgba(0, 0, 0, 0.03) 0px 9.74808px 13.6473px -0.625px, rgba(0, 0, 0, 0.04) 0px 15.9566px 22.3393px -0.75px, rgba(0, 0, 0, 0.055) 0px 27.4762px 38.4667px -0.875px, rgba(0, 0, 0, 0.08) 0px 50px 70px -1px;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
  transform: perspective(1200px) translateX(0px) translateY(50px) scale(0.5) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
}
.ms-one-product-visible {
  transform: perspective(1200px);
  opacity: 1;
}
.ms-one-product:hover {
  background-color: var(--square-hover-background);
  border-color: var(--square-hover-border);
}
.ms-one-product img {
  width: 100%;
  height: auto;
}
.ms-one-p-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
  height: 36px;
  transition: 0.5s;
  opacity: 0;
  transform: perspective(1200px) translateX(-97px) translateY(0px) scale(0) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
}
.ms-one-p-title-visible {
  transform: perspective(1200px);
  opacity: 1;
}
.ms-one-p-title span:nth-child(1) {
  line-height: 16px;
}
.who-we-are {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  padding: 60px 40px;
  text-align: center;
}

img#\33 d {
  padding-top: 20px;
  margin: 70px auto;
    height: auto;
    max-width: 70%;
}
.who-we-are-info {
  line-height: 1.5;
  text-align: justify;
}
/*.who-we-are-all-hightlights {
  background-image: url(../images/fondo-quienes.jpg);
  background-size: cover;
  padding:84px;
  border-radius: 12px;
  display:grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
*/
.who-we-are-square {
 /*padding-left:40px;
  padding-right:40px;
  align-self: center;
  display:flex;
 */
 /*display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  gap:16px;
 */
  padding: 56px;
  padding-top: 120px;
  margin: auto;
  max-width: 70%;
}
.who-we-are-title {
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  margin: 5% 0;
}
.who-we-are-text {
  text-align:justify;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  max-width: 1045px;
  margin:60px 0 -20px 0;
}
.who-we-are-image img {

}
.iconos_quienes {
  margin: auto;
  width: 60%;
}
.iconos_quienes1 {
  margin: auto;
  width: 50%;
}
.anchor {
  position: absolute;
  top: -76px;
}
.who-we-are-highlights {
  padding: 10px 0;
  margin: 10px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  min-height: max-content;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: space-between;
}
.who-we-are-highlight {
  width: 80%;
  min-height: 320px;
  opacity: 0;
  transform: perspective(1200px) translateX(0px) translateY(50px) scale(0.5) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
  transition: 0.25s ease;
  text-align: center;
  padding: 40px 26px;
  display: grid;
  grid-template-rows: fit-content(100px) fit-content(100px) fit-content(100px);
  flex-wrap: wrap;
  gap: 20px;
  font-size: 1.2rem;
 /*background-color:var(--square-background);
  border-radius: 12px;
  border-color:var(--square-border);
  border-style: solid;
  border-width:1px;
 */
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0.839802px 1.17572px -0.125px, rgba(0, 0, 0, 0.024) 0px 1.99048px 2.78667px -0.25px, rgba(0, 0, 0, 0.024) 0px 3.63084px 5.08318px -0.375px, rgba(0, 0, 0, 0.027) 0px 6.03627px 8.45077px -0.5px, rgba(0, 0, 0, 0.03) 0px 9.74808px 13.6473px -0.625px, rgba(0, 0, 0, 0.04) 0px 15.9566px 22.3393px -0.75px, rgba(0, 0, 0, 0.055) 0px 27.4762px 38.4667px -0.875px, rgba(0, 0, 0, 0.08) 0px 50px 70px -1px;
}
.who-we-are-highlight-visible {
  transform: perspective(1200px);
  opacity: 1;
}
@media (min-width: 772px) {
  .who-we-are-highlights {
      display: grid;
      grid-template-columns: repeat(2, auto);
      grid-row-gap: 40px;
      grid-column-gap: 40px;
      justify-content: center;
 }
  .who-we-are-highlight {
      max-width: 260px;
      width: 260px;
 }
}
@media (min-width: 1345px) {
  .who-we-are-highlights {
      display: flex;
      max-width: 1200px;
      margin: auto;
 }
  .who-we-are-highlight {
      max-width: 260px;
      width: 260px;
 }
}
.ms-shares {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ms-shares-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
.sharing {
  margin-top: 80px;
  position: relative;
}
.ms-one-sharing {
  width: 100%;
  display: contents;
}
.ms-one-sharing img {
  width: 100%;
  height: auto;
}
.sharing-title {
  position: absolute;
  top: -60px;
  left: 16px;
  width: 100%;
  text-align: left;
  width: 25%;
}
.sharing-title-inner {
  position: relative;
  display: inline-block;
}
.sharing-title-1 {
  font-size: 40px;
  font-weight: 1000;
  color: #e1261b;
}
.sharing-title-2 {
  position: absolute;
  left: 0;
  font-size: 32px;
  font-weight: 1000;
  color: #fff;
}
.clients {
  align-items: center;
  height: 100px;
  padding-top: 40px;
  font-size: 40px;
  padding-bottom: 40px;
  position: relative;
}
.clients-title {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  display: block;
  color: var(--product-title);
}
.clients-logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  column-gap: 32px;
}
.clients-logos img {
  height: 100px;
  width: auto;
}
.distributor {
  padding: 48px 32px 48px 32px;
  color: var(--main-text);
  font-size: 13px;
  position: relative;
  display: block;
  text-align: justify;
  overflow: hidden;
}
.distributor-title {
  font-size: 38px;
  font-weight: 1000;
  text-align: center;
  width: 100%;
  display: block;
}
.distributor-text {
  line-height: 1.5;
  margin: 20px auto;
  width: 90%;
  font-size: 16px;
}
.distributor-form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.distributor-form {
  margin-top: 24px;
  margin-bottom: 24px;
 /* display:flex;
 */
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  gap: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  background-color: var(--square-background);
  padding: 20px;
  border-radius: 12px;
  border-color: var(--square-border);
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0.839802px 1.17572px -0.125px, rgba(0, 0, 0, 0.024) 0px 1.99048px 2.78667px -0.25px, rgba(0, 0, 0, 0.024) 0px 3.63084px 5.08318px -0.375px, rgba(0, 0, 0, 0.027) 0px 6.03627px 8.45077px -0.5px, rgba(0, 0, 0, 0.03) 0px 9.74808px 13.6473px -0.625px, rgba(0, 0, 0, 0.04) 0px 15.9566px 22.3393px -0.75px, rgba(0, 0, 0, 0.055) 0px 27.4762px 38.4667px -0.875px, rgba(0, 0, 0, 0.08) 0px 50px 70px -1px;
}
.distributor-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
label {
  display: block;
  width: 100%;
  text-align: left;
}
input, select, textarea {
  width: 100%;
}
input {
  color: var(--main-text);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--main-background);
  padding: 16px 8px 16px 8px;
  box-shadow: 0 0 0 0px var(--menu-hover) 
 /* {
     "name":"Primary. 400"
 }
  */
 , inset 0 0 0 1px var(--menu-hover);
  transition: 0.25s;
  outline: none;
  border: none;
}
select {
  color: var(--main-text);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--main-background);
  color: var(--main-text);
  box-shadow: 0 0 0 0px var(--menu-hover) 
 /* {
     "name":"Primary. 400"
 }
  */
 , inset 0 0 0 1px var(--menu-hover);
  transition: 0.25s;
  outline: none;
  border: none;
  padding: 16px 8px 16px 8px;
}
textarea {
  color: var(--main-text);
  resize: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--main-background);
  padding: 16px 8px 16px 8px;
  box-shadow: 0 0 0 0px var(--menu-hover) 
 /* {
     "name":"Primary. 400"
 }
  */
 , inset 0 0 0 1px var(--menu-hover);
  transition: 0.25s;
  outline: none;
  border: none;
}
input[type="text"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 0 1px var(--menu-hover) 
 /* {
     "name":"Primary. 400"
 }
  */
 , inset 0 0 0 1px var(--menu-hover);
}
.form-error {
  width: 100%;
  color: #e2261b;
  text-align: right;
}
.form-send-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.field-2 {
  grid-column: span 1;
}
.form-send {
  margin: auto;
  width: 40%;
  color: #fff;
  background-color: #e2261b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e2261b;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
 /* Safari */
  -ms-user-select: none;
 /* IE 10 and IE 11 */
  user-select: none;
 /* Standard syntax */
  transition: all 0.25s;
}
.form-send:hover {
  background-color: #fff;
  color: #e2261b;
}
footer {
  font-family: "Open Sans", sans-serif;
  margin: 48px 8px 108px 8px;
}
.footer-links {
  width: 210px;
  height: 79px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-links-first {
  height: 71px;
  width: auto;
}
.footer-net {
  display: flex;
  flex-direction: row;
  width: 136px;
  height: 27px;
  gap: 16px;
}
.footer-1 {
  width: 27px;
  height: 27px;
}
.footer-2 {
  width: 28px;
  height: 22px;
}
.footer-3 {
  width: 15px;
  height: 25px;
}
.address {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.address-talk {
  font-size: 18px;
  font-weight: 900;
}
.address-body {
  font-size: 16px;
  justify-content:space-betweenn;
  padding-left: 16px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.address-support {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-size: 18px;
  line-height: 28px;
}
.location_icon {
  height: 23px;
  width: 25px;
}
.address-anim {
  opacity: 0;
  transform: perspective(1200px) translateX(-97px) translateY(-97px) scale(0) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
  transition: 0.25s ease;
}
.address-anim-visible {
  transform: perspective(1200px);
  opacity: 1;
}
.address-places {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-size: 18px;
  line-height: 28px;
}
.address-title {
  font-size: 18px;
  font-weight: 800;
}
.city-title {
  color: var(--product-title);
}
.address-3-col {
  display: none;
}
.sending-screen {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sending-message {
  display: block;
}
.sending-area {
  display: flex;
  gap: 16px;
  flex-direction: column;
  text-align: center;
}
.sending-result {
  margin-top: -40px;
}
.sending-second-result {
  margin-top: 7px;
}
.sending-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 50px;
 /* opacity */
  transition: 0.25s ease;
}
.sending-close:hover {
  color: #e2261b;
}
.sending-message {
  -moz-animation: fadeinphoto forwards 2s infinite;
  -webkit-animation: fadeinphoto forwards 2s infinite;
  -o-animation: fadeinphoto forwards 2s infinite;
  animation: fadeinphoto forwards 2s infinite;
  margin-top: 20px;
}
@keyframes fadeinphoto {
  0% {
      color: #fff;
 }
  50% {
      color: #e2261b;
 }
  100% {
      color: #fff;
 }
}
@-moz-keyframes fadeinphoto {
  0% {
      color: #fff;
 }
  50% {
      color: #e2261b;
 }
  100% {
      color: #fff;
 }
}
@-webkit-keyframes fadeinphoto {
  0% {
      color: #fff;
 }
  50% {
      color: #e2261b;
 }
  100% {
      color: #fff;
 }
}
@-o-keyframes fadeinphoto {
  0% {
      color: #fff;
 }
  50% {
      color: #e2261b;
 }
  100% {
      color: #fff;
 }
}
.clickable {
  pointer-events: all;
}
.non-transparent {
  opacity: 1;
}
.transparent-50 {
  opacity: 0.8;
}
.image-logo {
  scale: 0.9;
 /* transition: box-shadow 0.15s ease-out 100ms;
  */
  transition: 0.8s ease 100ms;
  opacity: 0;
  transform: perspective(1200px) translateX(-97px) translateY(0px) scale(0) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
}
.image-logo-visible {
  transform: perspective(1200px);
  opacity: 1;
}
.image-logo:hover {
 /* box-shadow: 0 0 20px 10px #fff, 0 0 40px 20px #E2261B;
  transform: scaleX(1.1) scaleY(1.1);
  */
}
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 97;
}
.whatsapp img {
  width: 50px;
  height: auto;
}
.carousel-container {
  position: relative;
  overflow: hidden;
}
.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-slide {
  flex: 0 0 100%;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
}
.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
.product-section {
  position: relative;
  background-color: var(--main-background);
  color: var(--main-text);
  margin-top: 78px;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  padding-right: 32px;
}
.product-back {
  margin-top: 24px;
}
.product-back a {
  text-decoration: none;
  color: var(--main-text);
  transition: color 0.15s ease-out 100ms;
}
.product-back a:hover {
  color: var(--menu-hover);
}
.product-title {
  margin-top: 16px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.two-lines {
  display: block;
}
.one-line {
  display: none;
}
.product-code {
  font-size: 20px;
  font-weight: 400;
}
.product {
  margin-top: 16px;
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
}
.product-image {
 /* flex:1;
  text-align: center;
  */
  align-content: center;
  align-items: center;
  border-radius: 24px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: 500px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  will-change: var(--framer-will-change-override, transform);
  margin: auto;
}
.product-image img {
 /* width:calc(100% - 96px);
  height:auto;
  max-width:800px;
  */
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
}
.product-description {
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-size: 18px;
  flex: 1;
  flex-wrap: wrap;
  margin-top: 32px;
}
.product-line {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 238px;
  background-color: var(--square-background);
  padding: 20px;
  border-radius: 12px;
  border-color: var(--square-border);
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0.839802px 1.17572px -0.125px, rgba(0, 0, 0, 0.024) 0px 1.99048px 2.78667px -0.25px, rgba(0, 0, 0, 0.024) 0px 3.63084px 5.08318px -0.375px, rgba(0, 0, 0, 0.027) 0px 6.03627px 8.45077px -0.5px, rgba(0, 0, 0, 0.03) 0px 9.74808px 13.6473px -0.625px, rgba(0, 0, 0, 0.04) 0px 15.9566px 22.3393px -0.75px, rgba(0, 0, 0, 0.055) 0px 27.4762px 38.4667px -0.875px, rgba(0, 0, 0, 0.08) 0px 50px 70px -1px;
  transform: perspective(1200px) translateX(-97px) translateY(-97px) scale(0) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
  transition: 0.25s ease;
  text-align: center;
}
.product-line-visible {
  transform: perspective(1200px);
  opacity: 1;
}
.product-line div:nth-child(1) {
  color: var(--product-title);
}
.tab-label {
  margin: 40px auto;
  border-radius: 8px;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #e1251b;
  font-weight: bold;
  cursor: pointer;
 /* Icon */
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: fit-content;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(90deg);
}
.tab-content {
  max-height: 0;
  padding: 1em;
  opacity: 0;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #e1251b;
  cursor: pointer;
}
input:checked + .tab-label::after {
  transform: rotate(270deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  opacity: 1;
}
@media (min-width: 892px) {
  .ms-section {
     /* position: relative;
      z-index: 5;
      margin-top: 92px;
      margin-bottom: 92px;
      */
      position: relative;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      row-gap: 40px;
      padding-left: 36px;
      padding-right: 36px;
      padding-top: 70px;
      padding-bottom: 70px;
      z-index: 5;
 }
  .header-section {
      padding-left: 32px;
      padding-right: 32px;
      gap: 16px;
 }
  .menu {
      display: block;
      flex-grow: 0;
 }
  .big_logo {
      display: none;
 }
  .small_logo {
      display: block;
 }
  .hamburger {
      display: none;
 }
  .hamburger-container {
      display: none;
 }
  nav {
      display: flex;
      gap: 16px;
 }
  .sidenav {
      display: none;
 }
  .ms-products {
      grid-template-columns: repeat(2, 1fr);
 }
  .who-we-are {
      margin-top: 144px;
      margin-bottom: 56px;
 }
  .who-we-are-square {
     /* width: 558px;
      font-size: 15px;
      */
    padding-top: 80px;
      margin: auto;
 }
  .sharing-title {
      left: 0;
      text-align: center;
 }
  .sharing-title-1 {
      font-size: 96px;
 }
  .sharing-title-2 {
      font-size: 72px;
 }
  .clients-title {
     /* text-align: left;
      padding-left:48px;
      */
 }
  .distributor {
      padding: 48px 32px 48px 32px;
      font-size: 14px;
 }
  .distributor-title {
      font-size: 32px;
 }
  .distributor-text {
      width: 90%;
      font-size: 16px;
      max-width: 943px;
      display: block;
      margin: 20px auto;
      padding: 20px;
      line-height: 1.5;
 }
  .distributor-form {
      max-width: 900px;
      font-size: 16px;
      grid-template-columns: repeat(2, 1fr);
 }
  .distributor-field {
      gap: 4px;
 }
  label {
      text-align: left;
      width: 228px;
      font-size: 14px;
 }
  .tabs {
      width: 90%;
      margin:40px auto;
      container-type: inline-size;
     /* border-radius: 8px;
      */
      overflow: hidden;
     /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
      */
 }
  .tab {
      width: 100%;
      color: white;
      overflow: hidden;
 }
  label.tab-label {
     /* max-width: 40%;
      */
      width: 60%;
      margin: auto;
 }
  input, textarea {
      width: 100%;
      background-color: var(--main-background);
      color: var(--main-text);
      box-shadow: 0 0 0 0px var(--menu-hover) 
     /* {
         "name":"Primary. 400"
     }
      */
     , inset 0 0 0 1px var(--menu-hover);
      transition: 0.25s;
      outline: none;
      border: none;
 }
  input[type="text"]:focus, textarea:focus, select:focus {
      box-shadow: 0 0 0 1px var(--menu-hover) 
     /* {
         "name":"Primary. 400"
     }
      */
     , inset 0 0 0 1px var(--menu-hover);
 }
  select {
      width: 100%;
      background-color: var(--main-background);
      color: var(--main-text);
      box-shadow: 0 0 0 0px var(--menu-hover) 
     /* {
         "name":"Primary. 400"
     }
      */
     , inset 0 0 0 1px var(--menu-hover);
      transition: 0.25s;
      outline: none;
      border: none;
 }
  footer {
      margin: 70px 16px 140px 16px;
 }
  .footer-links {
      width: 311px;
      height: 100px;
      gap: 24px;
 }
  .footer-links-first {
      height: 61px;
 }
  .footer-net {
      width: 200px;
      height: 25px;
      gap: 16px;
 }
  .footer-1 {
      width: 27px;
      height: 27px;
 }
  .footer-2 {
      width: 28px;
      height: 22px;
 }
  .footer-3 {
      width: 15px;
      height: 25px;
 }
  .address {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 20px;
 }
  .address-talk {
      font-size: 18px;
 }
  .address-body {
      flex-direction: row;
      justify-content: space-between;
 }
  .product {
      display: flex;
      flex-direction: row;
      margin: auto;
 }
  .product-section {
      margin-top: 78px;
 }
  .product-image {
      text-align: right;
 }
  .field-2 {
      grid-column: span 2;
 }
}
@media (min-width: 1000px) {
  .address-places {
      display: none;
 }
  .address-3-col {
      display: block;
 }
}
@media (min-width: 1440px) {
  .header-section {
      padding-left: 70px;
      padding-right: 70px;
      gap: 20px;
 }
  .logo img {
      height: 80px;
 }
  .logo {
      flex-grow: 3;
 }
  .big_logo {
      display: block;
 }
  .small_logo {
      display: none;
 }
  .menu {
      display: block;
      flex-grow: 0;
 }
  .hamburger {
      display: none;
 }
  .sidenav {
      display: none;
 }
  nav {
      display: flex;
      gap: 24px;
 }
  .ms-products {
      grid-template-columns: repeat(3, 1fr);
 }
  .who-we-are {
      margin-top: 64px;
      margin-bottom: 64px;
 }
  .anchor {
      position: absolute;
      top: -100px;
 }
  .who-we-are-image {
      display: block;
 }
  .who-we-are-square {
     /* width: 558px;
      font-size: 15px;
      */
    padding-top:120px;
      margin: auto;
 }
  .sharing {
      margin-top: 160px;
 }
  .sharing-title {
      left: 16px;
      text-align: left;
 }
  .ms-shares {
      display: flex;
      flex-direction: row;
      margin-top: 16px;
      align-items: center;
      justify-content: center;
 }
  .ms-shares-1 {
      flex-direction: row;
 }
  .ms-shares-1 .ms-one-sharing:nth-child(1) {
      width: 56%;
      min-height: 100%;
 }
  .ms-shares-1 .ms-one-sharing:nth-child(2) {
      width: 44%;
      min-height: 100%;
 }
  .clients-title {
     /* text-align: left;
      padding-left:48px;
      */
 }
  .distributor {
      padding: 48px 70px 48px 70px;
      font-size: 18px;
 }
  label.tab-label {
      margin: auto;
 }
  .distributor-title {
      font-size: 38px;
 }
  .distributor-text {
      font-size: 16px;
      width: 100%;
      max-width: 1045px;
      display: block;
      margin: auto;
 }
  .distributor-form {
      max-width: 1000px;
      font-size: 18px;
 }
  .distributor-field {
      gap: 4px;
 }
  label {
     /*width:228px;
     */
 }
  input, textarea {
     /* width:626px;
     */
 }
  select {
     /*width:645px;
     */
 }
  footer {
      margin: 100px 70px 130px 70px;
 }
  .address {
      font-size: 20px;
 }
  .address-talk {
      font-size: 20px;
 }
  .address-title {
      font-size: 20px;
 }
  .product-section {
      margin-top: 101px;
 }
  .product-image {
      text-align: right;
 }
  .product-title {
      font-size: 36px;
 }
  .product-code {
      font-size: 28px;
 }
  .one-line {
      display: block;
 }
  .two-lines {
      display: none;
 }
  .product-description {
      font-size: 20px;
 }
  .field-2 {
      grid-column: span 2;
 }
  .footer-1 {
      width: 20px;
      height: 20px;
 }
  .footer-2 {
      width: 17px;
      height: 17px;
 }
  .footer-3 {
      width: 10px;
      height: 17px;
 }
}
.brand-title {
  width: 100%;
  text-align: center;
    font-size: 48px;
  font-weight: 600;
}
.brand-card {
  width: 200px;
  height: 258px;
  gap: 0px;
  border-radius: 16px;
  background: #100f0f;
  padding: 5px 24px 87px 24px;
}
.brand-card div {
  text-align: center;
}
.brand-card div:nth-child(1) {
  margin-top: 12px;
}
.brand-card a {
  text-align: center;
}
.brand-card a div {
  margin: auto;
}
.button-34 {
  background: #e2261b;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 100;
  padding: 8px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 60%;
  min-width:60px;
  word-break: break-word;
  border: 0;
}
.button-34:hover {
  background-color: #fff;
  color: #e2261b;
}
.brand-description {
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 44px;
  font-size: 18px;
  flex: 1;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media (min-width: 1440px) {
  .brand-description {
      font-size: 20px;
 }
  .iconos_quienes {
      margin: auto;
      width: 80%;
 }
  .iconos_quienes1 {
      margin: auto;
      width: 70%;
 }
  img .marcas {
      border-radius: 12px;
 }
  .name-product {
      margin-top: 20px;
      padding: 9px;
      font-size: 1rem;
      color: white !important;
 }
  .name-product:hover {
      color: white !important;
 }
  .tab-label {
      margin: 40px auto;
 }
}
@media (min-width: 892px) {
  .ms-section {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      /* padding: 0 auto; */
 }
  .who-we-are-all-hightlights {
     /* grid-template-columns: repeat(4, 1fr);
      gap:54px;
      padding:54px;
     */
      display: flex;
 }
  .who-we-are-highlight {
      height: 291px;
 }
  .iconos_quienes {
      margin: auto;
      width: 80%;
 }
  .iconos_quienes1 {
      margin: auto;
      width: 70%;
 }
  .tab-label {
      margin: 40px auto;
 }
}
@media (min-width: 1440px) {
  .ms-section {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      padding: 0 auto;
 }
  .who-we-are-all-hightlights {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding: 0 54px;
 }
  .who-we-are-highlight {
      max-height: 220px;
      max-width: 260px;
      width: 260px;
 }
  .iconos_quienes {
      margin: auto;
      width: 80%;
 }
  .iconos_quienes1 {
      margin: auto;
      width: 70%;
 }
}
.container-clientes {
  height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.clientes-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  div.container {
      transition: all 0.3s ease;
 }
  @media (max-width: 992px) {
      padding: 10px 20px;
 }
}
.clientes-section.slide-option {
  margin: 0 0 50px 0;
  .no-marg {
      margin: 0 0 0 0;
 }
}
div.highway-slider {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
  div.highway-barrier {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 180px;
      overflow: hidden;
      position: relative;
 }
  ul.highway-lane {
      display: flex;
      height: 100%;
      li.highway-car {
          margin: 0 10px;
          flex: 1;
          display: flex;
          justify-content: center;
          align-items: center;
     }
 }
}
@keyframes translatestf {
  0% {
      transform: translateX(100%);
 }
  100% {
      transform: translateX(-500%);
 }
}
#stffull div.highway-barrier {
  ul.highway-lane {
      width: 500%;
      li.highway-car {
          animation: translatestf 30s linear infinite;
     }
 }
}
@keyframes translateinfinite {
  100% {
      transform: translateX(calc(-180px * 12));
 }
}
#infinite div.highway-barrier {
  align-self: center;
  &::before, &::after {
      content: " ";
      position: absolute;
      z-index: 9;
      width: 180px;
      height: 100%;
 }
  &::before {
      top: 0;
      left: 0;
 }
  &::after {
      top: 0;
      right: 0;
 }
  ul.highway-lane {
      width: calc(180px * 24);
      li.highway-car {
          width: 180px;
          animation: translateinfinite 30s linear infinite;
          span.fab {
              font-size: 65px;
         }
     }
 }
}
input#rd1 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
