@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}

header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
}
header .logo {
  max-width: 20%;
}
header .menu {
  display: none;
  flex-direction: column;
  gap: 3px;
}
header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header nav h2 {
  display: flex;
  margin: auto;
  gap: 20px;
}
header nav h2 a {
  padding: 10px 20px;
}

#presentacion {
  margin-top: 10vh;
  height: 86vh;
}
#presentacion .container {
  display: flex;
  margin: 15px auto;
  gap: 3%;
  padding: 0 15px;
}
#presentacion .container .column {
  flex: 1;
  padding-top: 10px;
  width: 50%;
}
#presentacion .container .column .logos-presentacion {
  display: flex;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 18px;
  gap: 23pxs;
  height: auto;
  width: 60%;
}
#presentacion .container .column img {
  width: 70%;
  height: auto;
  margin-left: 7px;
  margin: auto;
}
#presentacion .container .column .car {
  width: 40%;
  height: auto;
  position: relative;
  left: 176px;
  bottom: 40px;
}

h4 {
  font-size: 15px;
  font-weight: 4000;
  color: #928d8d;
  text-align: center;
}

h6 {
  text-align: left;
  width: 201px;
  font-size: 12px;
  font-weight: 400;
  bottom: 62px;
  position: relative;
}

.column:last-child > p {
  font-weight: 700;
  text-align: center;
  margin: auto;
  padding: 10px 24px 9px 17px;
}

button {
  display: block;
  border: 1px solid #22778D;
  border-radius: 12px;
  font-size: 15px;
  margin: auto;
  margin-bottom: 21px;
  height: 28px;
  width: 306px;
  font-weight: 700;
  color: #fafafa;
  background-color: #22778D;
  cursor: pointer;
}
button:hover {
  background-color: #72B0AF;
}

#nosotros {
  width: 100%;
  height: 90vh;
  padding: 15px 0 13px 0;
  overflow: hidden;
}

#soluciones {
  width: 100%;
  height: 600px;
  padding: 15px 0 13px 0;
  min-height: 400px;
  max-height: 600px;
}

.product-icons {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#blog {
  width: 100%;
  padding: 15px 0 13px 0;
}

.contact {
  width: 100%;
  height: 600px;
  padding: 15px 0 13px 0;
  min-height: 400px;
  max-height: 600px;
}

.clientes {
  width: 100%;
  height: auto;
  padding: 50px 0;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container .swiper-wrapper .swiper-slide figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.swiper-container .swiper-wrapper .swiper-slide figure:hover {
  transform: scale(1.1);
}
.swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 250px;
  height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide figure .alonet {
  width: 250px;
  height: 180px !important;
  position: relative;
  bottom: 17px;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: #fafafa;
  display: flex;
  align-items: center !important;
  position: absolute;
  top: 59% !important;
  background-color: #72B0AF;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.2);
  opacity: 0.58;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  font-size: 20px !important;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  color: #22778D !important;
  background-color: #fafafa !important;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet {
  background: #fafafa !important;
}

footer {
  width: 100%;
}

a {
  color: #fafafa;
  text-decoration: none;
}

input[type=email] {
  width: 69%;
  height: 30px;
  margin-bottom: 5px;
}

header {
  background-color: #333;
  box-shadow: 12px 12px 9px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
header .logo {
  max-width: 20%;
}
header .menu {
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
}
header .menu .bar {
  width: 25px;
  height: 3px;
  background-color: #fafafa;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
header .menu.active .bar:nth-child(1),
header .menu.active .bar:nth-child(2),
header .menu.active .bar:nth-child(3) {
  opacity: 0;
}
header nav {
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 20px;
  color: #fafafa;
}
header nav h2 {
  font-size: 22px;
  font-weight: 500;
}
header nav h2 a {
  border-radius: 20px;
  box-shadow: 0 0 1px 1px transparent;
  text-shadow: 1px 1px 1px transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
header nav h2 a:hover {
  box-shadow: 0 0 1px 1px #fafafa;
}
header nav .selected {
  background-color: #22778D;
  border: 1px solid #72B0AF;
  box-shadow: 0 0 5px 2px #72B0AF;
  color: #fafafa;
}
header nav .selected:hover {
  box-shadow: 0 0 1px 1px #fafafa;
  border: 1px solid transparent;
  background-color: transparent;
}
header .sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 200px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  transition: left 0.3s ease-in-out;
  display: none;
  flex-direction: column;
  padding: 20px;
  z-index: 1000;
}
header .sidebar.open {
  left: 0;
}
header .sidebar h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
header .sidebar h2 a {
  display: block;
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  header .logo {
    max-width: 50%;
    margin-bottom: 20px;
  }
  header .menu {
    display: flex;
  }
  header nav {
    display: none;
  }
  header .sidebar {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .menu {
    display: none;
  }
}
footer {
  background-image: url(../assets/images/FONDONEGRO.png);
  background-size: cover;
  color: #fafafa;
  bottom: 0;
  left: 0;
  opacity: 0;
}
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
footer .container .row {
  display: flex;
  justify-content: space-between;
}
footer .container .row .column {
  flex: 1;
  margin: 30px;
}
footer .container .row .column figure img {
  width: 80%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 5%;
}
footer .container .row .column figcaption {
  font-size: 1.4rem;
  font-weight: 200;
  width: 100%;
}
footer .container .row .column:nth-child(2) ul {
  list-style: none;
  margin-top: 78px;
  width: 230px;
}
footer .container .row .column:nth-child(2) ul p {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  left: 50px;
}
footer .container .row .column:nth-child(2) ul li {
  padding: 10px;
}
footer .container .row .column:nth-child(2) ul li a {
  font-size: 21px;
  font-weight: 600;
  margin-top: 62px;
  padding-bottom: 17px;
}
footer .container .row .column:nth-child(3) h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 75px;
  padding-bottom: 17px;
}
footer .container .row .column:nth-child(3) h2 {
  font-size: 17px;
  font-weight: 200;
  color: #fafafa;
  text-align: left;
  width: 61%;
  padding: 0 0 17px;
}
footer .container .row .column:nth-child(3) h1 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
footer .container .row .column:nth-child(3) button {
  border: 1px solid #22778D;
  font-size: 21px;
  font-weight: 600;
  margin-left: 9%;
  height: 37px;
  width: 160px;
}
footer .container .row .column:nth-child(3) img {
  width: 64%;
  height: auto;
  margin-left: auto;
  margin-top: 78px;
  margin-bottom: 50px;
}
footer .container .row .social {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
footer .container .row .social img {
  -webkit-filter: invert(100%);
}

#home-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #22778D;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: rotateZ(-90deg);
  text-decoration: none;
  color: #fafafa;
  font-size: 30px;
  font-weight: 700;
}
#home-button:hover {
  transform: rotateZ(-90deg) scale(1.1);
}

#whatsapp-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25d366;
  display: block;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#whatsapp-button img {
  width: 50px;
}
#whatsapp-button:hover {
  transform: scale(1.1);
}

.filter {
  display: none;
}

.filter.active {
  display: flex;
}

form {
  display: flex;
  margin-bottom: 3%;
  width: 100%;
}
form fieldset {
  display: flex;
  margin-top: 3%;
  margin-left: 20%;
  border: none;
}
form fieldset .checkbox {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}
form fieldset .checkbox input[type=checkbox] {
  appearance: none;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
}
form fieldset .checkbox input[type=checkbox]:checked {
  background: #25d366;
  border: 1px solid transparent;
}
form fieldset .checkbox input[type=checkbox]:checked::after {
  content: "✓";
  display: block;
  color: #fafafa;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
}
form fieldset .checkbox label {
  padding: 10px;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 500;
}
form button {
  display: block;
  margin: auto;
  margin-left: 3%;
  padding: 5px 16px;
  width: auto;
  background: #22778D;
  border: none;
  color: #fafafa;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
}
form button:hover {
  background: #72B0AF;
  color: #1d1d1d;
}

.btn-container {
  display: flex;
  margin-right: 50%;
}
.btn-container .btn-filter {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid #22778D;
  border-radius: 30px;
  background-color: #22778D;
  color: #fafafa;
  font-size: 16px;
  cursor: pointer;
  width: 120px;
  height: 50px;
  transition: background-color 0.3s, color 0.3s;
}
.btn-container .btn-filter:hover {
  background-color: #72B0AF;
  color: #1d1d1d;
}
.btn-container .btn-filter .filter-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 8px;
}
.btn-container .btn-filter .filter-icon .bar {
  display: block;
  width: 16px;
  height: 2px;
  background-color: currentColor;
  margin: 2px 0;
}
.btn-container .btn-filter .filter-icon .bar.bar-1 {
  width: 16px;
}
.btn-container .btn-filter .filter-icon .bar.bar-1 .bar1-1 {
  display: block;
  border: 1px solid currentColor;
  width: 5px;
  transform: rotate(90deg);
  margin-left: 7px;
}
.btn-container .btn-filter .filter-icon .bar.bar-2 {
  width: 16px;
}
.btn-container .btn-filter .filter-icon .bar.bar-2 .bar2-1 {
  display: block;
  border: 1px solid currentColor;
  width: 5px;
  transform: rotate(90deg);
  margin-left: 1px;
}
.btn-container .btn-filter .filter-icon .bar.bar-3 {
  width: 16px;
}
.btn-container .btn-filter .filter-icon .bar.bar-3 .bar3-1 {
  display: block;
  border: 1px solid currentColor;
  width: 5px;
  transform: rotate(90deg);
  margin-left: 5px;
}
.btn-container .active .filter-icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 5%;
  left: 5%;
}
.btn-container .active .filter-icon .bar {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: currentColor;
}
.btn-container .active .filter-icon .bar.bar-1 {
  transform: rotate(45deg);
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-container .active .filter-icon .bar.bar-1 .bar1-1 {
  display: none;
}
.btn-container .active .filter-icon .bar.bar-2 {
  opacity: 0;
}
.btn-container .active .filter-icon .bar.bar-2 .bar2-1 {
  opacity: 0;
}
.btn-container .active .filter-icon .bar.bar-3 {
  transform: rotate(-45deg);
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-container .active .filter-icon .bar.bar-3 .bar3-1 {
  display: none;
}

#presentacion .container .column .logos-presentacion img {
  width: 50%;
}
#presentacion .container .column p {
  color: #1d1d1d;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 10px;
}
#presentacion .container .column p:nth-of-type(2) {
  position: relative;
  left: 10%;
}
#presentacion .container .column:nth-child(2) .icons {
  width: 51%;
  height: auto;
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 20px;
}
#presentacion .container .column:nth-child(2) .icons img {
  width: 32px;
  height: auto;
}
#presentacion .container .column .teltonika-container {
  height: auto;
  display: flex;
  position: relative;
  width: 300px;
}
#presentacion .container .column .teltonika-container .fmc130 {
  z-index: 1;
}
#presentacion .container .column .teltonika-container .fmc130:hover {
  transform: scale(1.3);
  z-index: 3;
}
#presentacion .container .column .teltonika-container .fmc640 {
  z-index: 2;
  position: relative;
  right: 90px;
}
#presentacion .container .column .teltonika-container .fmc640:hover {
  transform: scale(1.3);
}
#presentacion .container .column .teltonika-container .fmc920 {
  z-index: 1;
  position: relative;
  right: 155px;
}
#presentacion .container .column .teltonika-container .fmc920:hover {
  transform: scale(1.3);
  z-index: 2;
}
#presentacion .container .column .teltonika-container .teltonika {
  width: 36%;
  height: auto;
  filter: brightness(0.5);
  position: relative;
  top: 79px;
  right: 319px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #presentacion .column .teltonika-container {
    width: 300px;
  }
}
@-moz-document url-prefix() {
  #presentacion .column:last-child .teltonika-container {
    width: 600px;
  }
}
#nosotros {
  background-image: url(../assets/images/FONDOAQUA.png);
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 86vh;
}
#nosotros .container .row {
  display: flex;
  position: relative;
}
#nosotros .container .row .column {
  display: flex;
  flex-direction: column;
  position: absolute;
}
#nosotros .container .row .column h1 {
  width: 50px;
  margin-left: 53px;
  font-size: 80px;
  font-weight: 900;
  color: #fafafa;
  margin-top: 60px;
  margin-bottom: 30px;
  transition: transform 0.1s ease-out;
}
#nosotros .container .row .column p {
  width: 500px;
  font-size: 22px;
  font-weight: 400;
  color: #fafafa;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin-left: 51px;
  margin-bottom: 200px;
}
#nosotros .container .row .ejecutives img {
  height: 40rem;
  top: 250px;
  left: 550px;
  position: absolute;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #nosotros #nosotros {
    height: 100vh;
    background-position: center center;
    background-attachment: scroll;
  }
  #nosotros .container .row {
    display: block;
  }
  #nosotros .container .row .aboutUs {
    position: static;
  }
  #nosotros .container .row .aboutUs h1 {
    width: 50vh;
    margin-left: 0;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #nosotros .container .row .aboutUs p {
    width: auto;
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 50px;
  }
  #nosotros .container .row .ejecutives img {
    height: auto;
    width: 100%;
    top: auto;
    left: auto;
    position: relative;
  }
}

#soluciones {
  background-image: url(../assets/images/FONDOTRAILER.png);
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
}
#soluciones h1 {
  font-size: 50px;
  font-weight: 600;
  color: #22778D;
  width: 100%;
  text-align: center;
  margin: auto;
}
#soluciones .container .row {
  display: flex;
  position: relative;
}
#soluciones .container .row .column {
  display: flex;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 15px 0 13px 0;
  position: relative;
  overflow: hidden;
  gap: 5%;
}
#soluciones .container .row .column img {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 0 13px 0;
  position: relative;
}
#soluciones .container .row .product-icons .row {
  display: flex;
  width: 90%;
  height: auto;
  justify-content: center;
  margin-bottom: 10px;
  gap: 30px;
}
#soluciones .container .row .product-icons .row img {
  width: 200px;
}

#blog h1 {
  font-size: 75px;
  font-weight: 800;
  color: #22778D;
  text-align: center;
  margin-top: 10px;
}
#blog .container .row {
  display: flex;
  position: relative;
}
#blog .container .row .column {
  display: flex;
  align-items: center;
  width: 100%;
  height: 600px;
}
#blog .container .row .column figure img {
  width: 300px;
}
#blog .container .row .column figure h3 {
  font-size: 20px;
  font-weight: 600;
  color: #22778D;
  width: 300px;
  height: 70px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
#blog .container .row .column figcaption {
  font-size: 12px;
  font-weight: 300;
  color: #1d1d1d;
  width: 300px;
  height: 70px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

#productos {
  background-image: url(../assets/images/FONDOCOLOR.png);
  background-size: cover;
}
#productos h1 {
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  padding: 18px;
  color: #fafafa;
}
#productos .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#productos .container .row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 17px;
  margin-bottom: 10px;
}
#productos .container .row .card {
  width: 300px;
  height: 300px;
  position: relative;
  perspective: 1000px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
#productos .container .row .card .face-a, #productos .container .row .card .face-b {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transition: transform 0.3s linear;
}
#productos .container .row .card .face-a .model, #productos .container .row .card .face-b .model {
  display: flex;
  justify-content: center;
}
#productos .container .row .card .face-a .model img, #productos .container .row .card .face-b .model img {
  width: 200px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  border-radius: 30px;
  transition: transform 0.3s linear;
  transform: translateX(0px);
}
#productos .container .row .card .face-a .model figcaption, #productos .container .row .card .face-b .model figcaption {
  position: absolute;
  bottom: 10px;
  width: 250px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fafafa;
  box-sizing: border-box;
  border-radius: 30px;
  transform-origin: 150px 0px;
  transition: 0.3s ease-in-out;
  transform: translateX(0px);
}
#productos .container .row .card .face-b {
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: rotateY(180deg);
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0.6;
  color: #1d1d1d;
  font-weight: 700;
  width: 300px;
  padding: 10px;
  text-align: left;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 12px 6px 9px rgba(0, 0, 0, 0.2);
}
#productos .container .row .card .face-b p {
  padding: 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  transform: translateX(-150px);
  transition: 0.3s linear;
  color: #fafafa;
  height: 30px;
  border-radius: 30px;
  background-color: #1d1d1d;
  box-sizing: border-box;
  position: absolute;
  top: 25px;
  width: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#productos .container .row .card .face-b ul {
  transform: translateX(-150px);
  transition: 0.3s linear;
  margin-top: 15%;
}
#productos .container .row .card .face-b ul li {
  padding: 5px;
}
#productos .container .row .card .face-b ul a {
  position: relative;
  left: 70%;
  top: 5%;
  font-size: 20px;
}
#productos .container .row .card .face-b ul a:hover {
  color: #1e22aa;
}
#productos .container .row .card:hover .face-a {
  transform: rotateY(180deg);
}
#productos .container .row .card:hover .face-a .model img, #productos .container .row .card:hover .face-a .model figcaption {
  transform: translateX(190px);
}
#productos .container .row .card:hover .face-b {
  transform: rotateY(360deg);
}
#productos .container .row .card:hover .face-b p, #productos .container .row .card:hover .face-b ul {
  transform: translateX(0px);
}
#productos .container .row:last-child ul {
  position: relative;
  top: 10%;
  width: 80%;
  transform: translateX(-150px);
  transition: 0.3s linear;
}
#productos .container .row:last-child a {
  margin: auto;
  font-size: 20px;
  transform: translateX(-150px);
  transition: 0.3s linear;
}
#productos .container .row:last-child a:hover {
  color: #1e22aa;
}
#productos .container .row:last-child:hover .face-a {
  transform: rotateY(180deg);
}
#productos .container .row:last-child:hover .face-a .model img, #productos .container .row:last-child:hover .face-a .model figcaption {
  transform: translateX(190px);
}
#productos .container .row:last-child:hover .face-b {
  transform: rotateY(360deg);
}
#productos .container .row:last-child:hover .face-b p, #productos .container .row:last-child:hover .face-b ul, #productos .container .row:last-child:hover .face-b a {
  transform: translateX(0px);
}

.contact {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../assets/images/MONITACONTACTO.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 15px 0 13px 0px;
  min-height: 400px;
  max-height: 600px;
}
.contact .container .column {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.contact .container .column:nth-child(1) .row {
  display: flex;
}
.contact .container .column:nth-child(1) .row img {
  width: 50%;
  position: relative;
  left: 2%;
  bottom: 10%;
}
.contact .container .column:nth-child(2) .row {
  display: flex;
}
.contact .container .column:nth-child(2) .row img {
  width: 100px;
  scale: 5;
  position: relative;
  left: 2%;
  bottom: 10%;
}
.contact .container .column:nth-child(2) .row .number {
  margin-right: 10px;
}
.contact .container .column:nth-child(2) .row .number h2 {
  font-size: 40px;
  font-weight: 400;
}
.contact .container .column:nth-child(2) .row .number p {
  color: #22778D;
  font-size: 50px;
  font-weight: 600;
}
.contact .container .column:nth-child(3) .row {
  display: flex;
}
.contact .container .column:nth-child(3) .row img {
  width: 100px;
  scale: 5;
}
.contact .container .column:nth-child(3) .row .email {
  margin-bottom: 10px;
}
.contact .container .column:nth-child(3) .row .email h2 {
  font-size: 40px;
  font-weight: 400;
}
.contact .container .column:nth-child(3) .row .email p {
  color: #22778D;
  font-size: 50px;
  font-weight: 600;
}

#clientes {
  position: relative;
  background-image: url(../assets/images/FONDOCOLOR.png);
  background-size: cover;
}
#clientes h1 {
  color: #fafafa;
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
