@import url("https://fonts.googleapis.com/css?family=Anton|Lato:300,300i,400,400i,700,900|Maven+Pro:400,500,700,900|Roboto:300,400,500,700|Oswald:wght@200;300;400;500;600;700");
@import url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css");
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto;
  font-weight: 300;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.a_Azul_White {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0083c3;
  color: #0083c3;
  position: relative;
  margin: 20px;
  border-radius: 5px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.2em;
}

.a_Azul_White:hover {
  background: #0083c3;
  color: white;
}

.a_White {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid white;
  color: white;
  position: relative;
  margin: 20px;
  border-radius: 5px;
  font-weight: 400;
}

.a_White:hover {
  background-color: White;
  color: black;
}

.a_Azul_White_border {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0083c3;
  color: #0083c3;
  position: relative;
  margin: 20px;
  border-radius: 5px;
  font-weight: 400;
}

.a_Azul_White_border:hover {
  border-color: white;
  color: white;
}

.btn-ingresar {
  display: block;
  padding: 10px 50px;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
}

.btn-ingresar i {
  padding-right: 10px;
}

.btn-gradient1 {
  display: inline-block;
  padding: 10px 20px;
  background-clip: padding-box;
  position: relative;
  background: white;
  font-weight: 600;
  border-radius: 10px;
  font-family: "Lato";
  font-size: 1.2em;
  color: #0083c3;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 10px;
}

.btn-gradient1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 10px;
  margin: -10px;
  z-index: -1;
  border-radius: 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), color-stop(10%, #3acfd5), color-stop(51%, #3acfd5), to(#3a4ed5));
  background: linear-gradient(to left, transparent 10%, #3acfd5 10%, #3acfd5 51%, #3a4ed5 100%);
  background-size: 300%;
  background-position: right;
}

.btn-gradient1 > span {
  padding-right: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient1:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient1:hover::before {
  background-position: left;
}

.btn-gradient2 {
  display: inline-block;
  padding: 10px 20px;
  background-clip: padding-box;
  position: relative;
  background: white;
  font-weight: 600;
  border-radius: 13px;
  font-family: "Lato";
  font-size: 1em;
  color: #0083c3;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 3px;
  margin: -2px;
  z-index: -1;
  border-radius: 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), color-stop(10%, #3acfd5), color-stop(51%, #3acfd5), to(#3a4ed5));
  background: linear-gradient(to left, transparent 10%, #3acfd5 10%, #3acfd5 51%, #3a4ed5 100%);
  background-size: 300%;
  background-position: right;
}

.btn-gradient2 > span {
  padding-right: 2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient2:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient2:hover::before {
  background-position: left;
}

.btn-gradient3 {
  display: inline-block;
  padding: 10px 20px;
  background-clip: padding-box;
  position: relative;
  background: white;
  font-weight: 600;
  border-radius: 13px;
  font-family: "Lato";
  font-size: 1em;
  color: #eb4402;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 3px;
  margin: -2px;
  z-index: -1;
  border-radius: 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: -webkit-gradient(linear, left top, right top, from(#670e26), color-stop(36%, #fd1d1d), color-stop(86%, #fcb045), color-stop(86%, rgba(252, 176, 69, 0)));
  background: linear-gradient(90deg, #670e26 0%, #fd1d1d 36%, #fcb045 86%, rgba(252, 176, 69, 0) 86%);
  background-size: 300%;
  background-position: right;
}

.btn-gradient3 > span {
  padding-right: 2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient3:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-gradient3:hover::before {
  background-position: left;
}

.tituloPrincipal {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5%;
  font-family: "Maven Pro";
  font-size: 2.2em;
  color: #03345f;
  font-weight: 400;
  padding: 20px;
  border-left: 2px solid #01638C;
}

.tituloPrincipal span {
  display: block;
  font-size: .5em;
  line-height: .1em;
}

.btnAzulWhite {
  display: inline-block;
  padding: 10px 20px;
  background-color: #01638C;
  border: 1px solid transparent;
  color: white;
  border-radius: 10px;
  font-weight: "Maven Pro";
  font-weight: 400;
}

.btnAzulWhite:hover {
  border: 1px solid #01638C;
  background-color: transparent;
  color: #01638C;
}

.btnGradient {
  display: inline-block;
  padding: 10px 20px;
  background: #31a1dd;
  background: radial-gradient(circle, #31a1dd 0%, #4ebbb2 68%, #0caccc 100%);
  border: 1px solid transparent;
  color: white;
  border-radius: 10px;
  font-weight: "Maven Pro";
  font-weight: 400;
}

.btnGradient:hover {
  border: 1px solid #31a1dd;
  background: transparent;
  color: #31a1dd;
}

#navPrincipal {
  width: 100%;
  position: relative;
  z-index: 5000;
}

#navPrincipal .topBar {
  width: 100%;
  background-color: #115385;
}

#navPrincipal .topBar > .contenedor {
  width: 90%;
  margin: auto;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#navPrincipal .topBar > .contenedor ul {
  color: white;
  padding-right: 20px;
}

#navPrincipal .topBar > .contenedor ul li {
  display: inline-block;
  list-style: none;
  font-size: 0.8em;
}

#navPrincipal .topBar > .contenedor ul li i {
  padding: 5px 10px;
}

#navPrincipal .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 90x;
}

#navPrincipal .contenedor .logoPrincipal {
  width: 30%;
  background: white;
  background: radial-gradient(ellipse at center, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
  overflow: hidden;
  position: relative;
  display: block;
  height: 90px;
}

#navPrincipal .contenedor .logoPrincipal img {
  display: block;
  margin: auto;
  width: 150px;
  position: relative;
  padding: 5px;
  top: 50%;
  margin-top: -30px;
}

#navPrincipal .contenedor .navegacion {
  width: 70%;
  background: white;
  background: radial-gradient(ellipse at center, white 0%, #f6f6f6 47%, #ededed 100%);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(17, 83, 133, 0.8);
  height: 90px;
}

#navPrincipal .contenedor .navegacion ul {
  height: 100%;
  border-bottom-right-radius: 30px;
  margin: 0px 20px;
  padding: 0px;
}

#navPrincipal .contenedor .navegacion ul li {
  font-family: 'Maven Pro';
  font-weight: 800;
  font-size: 1em;
  display: inline-block;
}

#navPrincipal .contenedor .navegacion ul li .icono {
  position: relative;
  top: .1em;
  margin-right: 10px;
}

#navPrincipal .contenedor .navegacion .menuPrincipal {
  margin: 0;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  width: 160px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  position: relative;
  overflow: hidden;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li .linea {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: block;
  width: 15px;
  height: 5px;
  background-color: transparent;
  top: 70%;
  left: 50%;
  margin-left: -15px;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li p {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  vertical-align: middle;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li .menuDJI {
  width: 90px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li:hover {
  z-index: 10000;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li:hover .linea {
  width: 30px;
  background-color: #fff;
  height: 2px;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li:hover p {
  font-size: 1.2em;
}

#navPrincipal .contenedor .navegacion .menuPrincipal li:hover .menuDJI {
  width: 80px;
  z-index: 2000;
}

#navPrincipal .contenedor .navegacion .redesSociales {
  position: relative;
  margin: auto;
}

#navPrincipal .contenedor .navegacion .redesSociales li {
  position: relative;
}

#navPrincipal .contenedor .navegacion .redesSociales li p {
  padding: 0;
  margin-top: 8px;
  overflow: hidden;
  text-align: center;
}

#navPrincipal .contenedor .navegacion .redesSociales li p .rsPrincipalIcon {
  display: block;
  padding: 8px;
  margin-right: 10px;
  border-radius: 20%;
  font-size: 1.4em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: solid 1px transparent;
}

#navPrincipal .contenedor .navegacion .redesSociales li p .whatsapp {
  background: none;
}

#navPrincipal .contenedor .navegacion .redesSociales li p .facebook {
  background: none;
}

#navPrincipal .contenedor .navegacion .redesSociales li p .rsPrincipalIcon:hover {
  border-color: white;
  cursor: pointer;
}

#navPrincipal .navFloat {
  display: block;
  position: absolute;
  width: 100%;
}

#navPrincipal .navFloat .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #115385;
  width: 80%;
  max-width: 1000px;
  margin: auto;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#navPrincipal .navFloat .contenedor .buscador {
  width: 60%;
}

#navPrincipal .navFloat .contenedor .buscador > div {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador #categoriaBuscar {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador #categoriaBuscar .option {
  padding: 20px;
  display: block;
  height: 2em;
  position: relative;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador .categoria {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador .categoria span {
  margin: auto;
  vertical-align: middle;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador .txt {
  height: 100%;
  background-color: #fff;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador .txt input[type=search] {
  border: none;
  outline: none;
  display: block;
  height: 100%;
  width: 300px;
  padding: 0px 10px;
  font-family: "Lato";
  font-size: 1em;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador .btn {
  display: block;
  background-color: #353535;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#navPrincipal .navFloat .contenedor .buscador > div #buscador .btn input[type=submit] {
  border: none;
  background-color: none;
  all: unset;
  width: 60px;
  height: 100%;
  font-family: "maquitop1";
  color: white;
  text-align: center;
  vertical-align: middle;
}

#navPrincipal .navFloat .contenedor .carritoCompras > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navPrincipal .navFloat .contenedor .carritoCompras > div .icono {
  border-radius: 50%;
  background-color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.5em;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-right: 20px;
}

#navPrincipal .navFloat .contenedor .carritoCompras > div .icono .cantidad {
  position: absolute;
  top: 0;
  right: -0.5em;
  background-color: white;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border-radius: 50%;
  border: solid 2px #353535;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7em;
  width: 1.4em;
  height: 1.4em;
}

#navPrincipal .navFloat .contenedor .carritoCompras .monto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: "Lato";
}

#navPrincipal .navFloat .contenedor .carritoCompras .monto .moneda {
  font-size: 1.4em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#navPrincipal .navFloat .contenedor .carritoCompras .monto .entero {
  font-size: 1.6em;
  font-weight: 500;
}

#navPrincipal .navFloat .contenedor ul {
  margin: 0;
  padding: 0;
}

#navPrincipal .navFloat .contenedor ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  width: 100%;
  height: 35%;
  overflow: hidden;
  min-height: 300px;
  max-height: 500px;
  position: relative;
}

header .banner .contenedor {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 90%;
  margin: auto;
}

header .banner .contenedor .contenido {
  position: absolute;
  color: white;
  top: 40%;
  left: 10%;
}

header .banner .contenedor .contenido h1 {
  font-size: 3em;
  font-family: "Maven Pro";
  font-weight: 200;
  line-height: 1em;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 20px;
  border-right: 3px solid white;
}

header .banner .contenedor .contenido h1 span {
  font-size: 2em;
}

header .banner .contenedor .contenido p {
  font-size: 1.5em;
}

header .banner .contenedor .contenido .vinculo {
  text-align: center;
}

header .banner .contenedor .contenido a {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: white;
  position: relative;
  border-radius: 5px;
  font-weight: 400;
  font-family: "Maven Pro";
  font-size: 1.2em;
  margin: auto;
  text-align: center;
}

header .banner .contenedor .contenido a:hover {
  background: #fff;
  color: #0083c3;
  text-shadow: none;
}

header .banner .contenedor .imagen {
  position: absolute;
  top: 40%;
  right: 10%;
}

header .banner .contenedor .imagen img {
  width: 400px;
}

.sheetSlider {
  overflow: hidden;
  padding-bottom: 0% !important;
  height: 100% !important;
}

.sheetSlider .sh__arrows label {
  margin-right: 20px;
  border-radius: 50%;
  background-color: #53bde6;
}

.sheetSlider .sh__item {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.sheetSlider .sh__meta {
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: auto;
}

.sheetSlider .sh__meta a {
  margin: unset;
  padding: unset;
  color: unset;
  text-transform: none;
  text-decoration: none;
  font-family: unset;
}

.sheetSlider #leicaGeosystem .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  position: absolute;
  top: 20%;
  right: 10%;
}

.sheetSlider #leicaGeosystem .contenedor .logo img {
  width: 200px;
}

.sheetSlider #leicaGeosystem .contenedor .slogan {
  font-size: 2.4em;
}

#cuerpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #e274e2;
  width: 100%;
  max-width: 1400px;
  min-height: 500px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cuerpo > article {
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
}

#cuerpo > article .contenedor h1 {
  font-family: Maven Pro;
  font-size: 2.5em;
  font-weight: 300;
}

#cuerpo #porqueMaquitop {
  width: 100%;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}

#cuerpo #porqueMaquitop .contenedor {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cuerpo #porqueMaquitop .titulo {
  position: relative;
  width: 40%;
  margin-top: 150px;
}

#cuerpo #porqueMaquitop .titulo .lineaRoja {
  position: absolute;
  height: 7px;
  display: inline-block;
  width: 200px;
  background: #FF0029;
  top: 20px;
  right: 50px;
}

#cuerpo #porqueMaquitop .titulo h1 {
  margin-right: 50px;
  text-align: right;
}

#cuerpo #porqueMaquitop .titulo h1 span {
  display: block;
  font-weight: 600;
}

#cuerpo #porqueMaquitop .contentItems {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cuerpo #porqueMaquitop .contentItems .item {
  width: 94%;
  padding: 2%;
  padding-left: 4;
}

#cuerpo #porqueMaquitop .contentItems .item > img {
  width: 100px;
  float: left;
  margin: 30px;
}

#cuerpo #porqueMaquitop .contentItems .item h1 {
  font-size: 2em;
}

#cuerpo #porqueMaquitop .contentItems .item h1 span {
  font-weight: 600;
}

#cuerpo #porqueMaquitop .contentItems .item h1, #cuerpo #porqueMaquitop .contentItems .item p {
  padding-left: 160px;
}

#cuerpo #porqueMaquitop .mensaje {
  text-align: right;
  margin-right: 50px;
  margin-left: 200px;
  margin-bottom: 50px;
}

#cuerpo #porqueMaquitop .central {
  width: 100%;
  background: #252525;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 50px;
  margin-top: 50px;
}

#cuerpo #porqueMaquitop .central p {
  font-family: "Lato";
  margin: 20px 50px;
  font-size: 2em;
  text-align: center;
  font-weight: 300;
}

#cuerpo #porqueMaquitop .central p img {
  width: 100px;
}

#cuerpo #porqueMaquitop a {
  float: center;
  font-weight: 300;
  font-size: .8em;
}

#cuerpo #porqueMaquitop a:hover {
  font-family: "Maven Pro";
}

#cuerpo #porqueMaquitop .estacionTotal {
  display: block;
  position: absolute;
  height: 350px;
  bottom: 0;
  left: 20px;
}

#cuerpo #servPrincipales {
  background: #32a4d2;
  width: 100%;
  color: white;
  position: relative;
}

#cuerpo #servPrincipales .contenedor {
  margin: 4%;
  width: 92%;
  height: 100%;
  position: relative;
}

#cuerpo #servPrincipales .contenedor .cabezera {
  margin-top: 50px;
  position: relative;
  vertical-align: middle;
  border-left: 2px solid white;
  padding: 20px;
}

#cuerpo #servPrincipales .contenedor .cabezera h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
}

#cuerpo #servPrincipales .contenedor .cabezera h1 span {
  display: block;
  font-size: .5em;
  line-height: .1em;
}

#cuerpo #servPrincipales .contenedor .cabezera ul {
  display: inline-block;
  position: relative;
  list-style-type: none;
  width: 70%;
  margin: auto;
}

#cuerpo #servPrincipales .contenedor .cabezera ul li {
  position: relative;
  padding: 2% 4%;
  display: inline-block;
  width: 42%;
  vertical-align: middle;
}

#cuerpo #servPrincipales .contenedor .cabezera ul li span {
  display: block;
  position: absolute;
  left: -10px;
}

#cuerpo #servPrincipales .contenedor .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 250px;
  width: 80%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 150px;
}

#cuerpo #servPrincipales .contenedor .contenido .item {
  width: 30%;
  padding: 1%;
}

#cuerpo #servPrincipales .contenedor .contenido .item img {
  width: 100px;
  display: block;
  margin: auto;
}

#cuerpo #servPrincipales .contenedor .contenido .item h1 {
  text-align: center;
  padding: 0;
  margin: 0;
}

#cuerpo #servPrincipales .contenedor .contenido .item h1 + span {
  font-weight: 500;
}

#cuerpo #servPrincipales .contenedor .contenido .item p {
  text-align: center;
}

#cuerpo #servPrincipales .contenedor .contenido .item:first-child img {
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

#cuerpo #servPrincipales .contenedor .vinculos {
  text-align: center;
}

#cuerpo #servPrincipales .contenedor .vinculos h2 {
  font-family: "Lato";
  font-size: 2em;
  font-weight: 300;
}

.cuerpo {
  width: 100%;
  margin: auto;
  max-width: 1980px !important;
}

.cuerpo #productosDestacados > .contenedor {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cuerpo #productosDestacados > .contenedor .ficha {
  width: 280PX;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  position: relative;
  border-radius: 20px;
  background-color: #f1f1f1;
  border: solid 1px #e2e2e2;
}

.cuerpo #productosDestacados > .contenedor .ficha .imagen {
  width: 100%;
  position: relative;
  height: 250px;
  border-radius: 20px 20px 0 0;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  background-color: white;
}

.cuerpo #productosDestacados > .contenedor .ficha .imagen img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cuerpo #productosDestacados > .contenedor .ficha .linea {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  position: relative;
}

.cuerpo #productosDestacados > .contenedor .ficha .linea::before {
  content: "";
  width: 160%;
  height: 100%;
  top: 0;
  left: -160%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), color-stop(10%, #3acfd5), color-stop(51%, #3acfd5), to(#3a4ed5));
  background: linear-gradient(to left, transparent 10%, #3acfd5 10%, #3acfd5 51%, #3a4ed5 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cuerpo #productosDestacados > .contenedor .ficha .contenido {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}

.cuerpo #productosDestacados > .contenedor .ficha .contenido .descuento {
  line-height: 1.4em;
  color: red;
}

.cuerpo #productosDestacados > .contenedor .ficha .contenido .descuento span {
  background-color: red;
  color: white;
  padding: 2px 15px;
  margin-right: 0.5em;
}

.cuerpo #productosDestacados > .contenedor .ficha .contenido h1 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 10px;
  color: #666;
  font-weight: 400;
}

.cuerpo #productosDestacados > .contenedor .ficha .contenido h1 span {
  font-weight: 800;
}

.cuerpo #productosDestacados > .contenedor .ficha .contenido p {
  padding: 9px;
  margin: 0;
}

.cuerpo #productosDestacados > .contenedor .ficha .botonera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  gap: 19px;
  margin-bottom: 10px;
}

.cuerpo #productosDestacados > .contenedor .ficha:hover .imagen {
  background-size: 150%;
  background-position-x: -120px;
}

.cuerpo #productosDestacados > .contenedor .ficha:hover .imagen img {
  height: 130%;
  left: 10px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.cuerpo #productosDestacados > .contenedor .ficha:hover .linea::before {
  top: 0;
  left: 0;
}

#categoriasPrincipales {
  width: 100%;
  background-color: #eeeeee;
}

#categoriasPrincipales .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-width: 1200px;
  margin: auto;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#categoriasPrincipales .contenedor .ficha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 45%;
  border-radius: 20px;
  position: relative;
  margin: 20px;
  gap: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 0;
}

#categoriasPrincipales .contenedor .ficha > img {
  height: 150px;
  display: block;
  margin: auto;
}

#categoriasPrincipales .contenedor .ficha .contenido {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

#categoriasPrincipales .contenedor .ficha .contenido h1 {
  font-family: "Maven Pro";
  color: #01638C;
  padding-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#categoriasPrincipales .contenedor .ficha .contenido > .linea {
  display: block;
  width: 100%;
  position: relative;
  height: 2px;
  overflow: hidden;
}

#categoriasPrincipales .contenedor .ficha .contenido > .linea::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#145bce), to(#07c8ee));
  background: linear-gradient(to left, #145bce 0%, #07c8ee 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60%;
  left: -60%;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#categoriasPrincipales .contenedor .ficha:hover {
  box-shadow: 1px 52px 90px -43px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 1px 52px 90px -43px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 52px 90px -43px rgba(0, 0, 0, 0.32);
}

#categoriasPrincipales .contenedor .ficha:hover .contenido .linea::before {
  top: 0;
  left: 0;
}

#productosPrincipales {
  overflow: hidden;
  width: 100%;
}

#productosPrincipales h1 {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5%;
  font-family: "Maven Pro";
  font-size: 2.2em;
  color: #03345f;
  font-weight: 400;
  padding: 20px;
  border-left: 2px solid #01638C;
}

#productosPrincipales h1 span {
  display: block;
  font-size: .5em;
  line-height: .1em;
}

#productosPrincipales > .contenedor {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 80%;
  margin: auto;
}

#productosPrincipales > .contenedor .item {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  margin: 2%;
  width: 250px;
}

#productosPrincipales > .contenedor .item img {
  width: 90%;
  margin: 5%;
  height: auto;
}

#productosPrincipales > .contenedor .item .contenido {
  display: block;
  font-size: .75em;
  line-height: .3em;
  height: 120px;
  bottom: 0;
  position: relative;
  margin: auto;
  text-align: center;
}

#productosPrincipales > .contenedor .item .contenido .titulo {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #32A4D2;
}

#productosPrincipales > .contenedor .item .contenido .descripcion {
  margin: 10px;
  line-height: 1em;
}

#productosPrincipales > .contenedor .item .contenido .icono {
  position: relative;
  top: .1em;
  margin-right: 5px;
}

#productosPrincipales > .contenedor .item .contenido a {
  position: absolute;
  bottom: 0;
}

#informacionAdicional {
  height: 100%;
  overflow: hidden;
  background: url("../img/Background-Curvas-de-nivel.jpg");
}

#informacionAdicional .contenedor {
  height: 100%;
}

#informacionAdicional .contenedor #elijenos {
  height: 100%;
}

#informacionAdicional .contenedor #elijenos .contenedor {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#informacionAdicional .contenedor #elijenos .contenedor .item {
  width: 22%;
  margin: 1%;
  color: white;
}

#informacionAdicional .contenedor #elijenos .contenedor .item .contenido {
  text-align: center;
}

#informacionAdicional .contenedor #elijenos .contenedor .item .contenido img {
  width: 100px;
}

#marcas .contenido {
  margin: 100px;
}

#marcas .contenido img {
  display: inline-block;
  width: 200px;
  margin: 20px;
  vertical-align: middle;
}

#contactenos {
  display: none;
  width: 100%;
  background-color: #EBEBEB;
  overflow: hidden;
}

#contactenos .contenedor {
  overflow: hidden;
  width: 80%;
  margin: auto;
  margin-top: 200px;
  margin-bottom: 200px;
}

#contactenos .contenedor h1 {
  display: inline-block;
  margin-bottom: 80px;
  margin-left: 5%;
  font-family: "Maven Pro";
  font-size: 2.2em;
  color: #03345f;
  font-weight: 400;
  padding: 20px;
  border-left: 2px solid #01638C;
}

#contactenos .contenedor h1 span {
  display: block;
  font-size: .5em;
  line-height: .1em;
}

#contactenos .contenedor form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contactenos .contenedor form label {
  width: 45%;
  position: relative;
  font-size: .8em;
  color: #3BA8CC;
  margin: 2.5%;
  overflow: hidden;
  padding-bottom: 5px;
  line-height: 2em;
}

#contactenos .contenedor form label input {
  width: 100%;
  display: block;
  background: transparent;
  border: none;
  line-height: 1.5em;
  font-family: "Roboto";
}

#contactenos .contenedor form label input:focus {
  outline: 0px;
}

#contactenos .contenedor form label textarea {
  font-family: "Roboto";
  width: 95%;
  padding: 2.5%;
  height: 100px;
  display: block;
  background: transparent;
  border: none;
}

#contactenos .contenedor form label textarea:focus {
  outline: none;
  background: white;
  color: silver;
}

#contactenos .contenedor form label .lineaOriginal {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: silver;
}

#contactenos .contenedor form label .lineaOriginal .lineaAzul {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #115385;
  left: -200px;
}

#contactenos .contenedor form .mensaje {
  width: 100%;
}

#contactenos .contenedor form p {
  margin: auto;
  text-align: center;
}

#ubicacion .contenedor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#ubicacion .contenedor .activo {
  display: block !important;
}

#ubicacion .contenedor .mapa {
  width: 70%;
}

#ubicacion .contenedor .mapa iframe {
  display: none;
}

#ubicacion .contenedor .info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  width: 30%;
}

#ubicacion .contenedor .info > div {
  position: relative;
  border-bottom: 1px solid #115385;
  overflow: hidden;
  vertical-align: middle;
}

#ubicacion .contenedor .info > div:hover {
  cursor: pointer;
}

#ubicacion .contenedor .info > div:hover > * {
  margin-left: 80px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#ubicacion .contenedor .info > div:hover .iconoHover {
  opacity: 1;
  margin-left: 0;
}

#ubicacion .contenedor .info .activoItem {
  border-bottom: 3px solid red;
}

#ubicacion .contenedor .info h1 {
  font-family: "Maven Pro";
  color: #115385;
}

#ubicacion .contenedor .info h1 i {
  margin-right: 20px;
}

#ubicacion .contenedor .info .iconoHover {
  color: #01638C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  margin-left: -50px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 4em;
}

footer {
  background: #115385;
  color: white;
  overflow: hidden;
}

footer > .contenedor {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer > .contenedor .item {
  margin: 40px;
}

footer > .contenedor .whatsapp-tel {
  display: inline-block;
  position: relative;
  font-size: 1.8em;
  margin: 0;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid white;
  overflow: hidden;
}

footer > .contenedor .whatsapp-tel .icono {
  position: relative;
  font-size: 1.8em;
  top: 0.1em;
}

footer > .contenedor .whatsapp-tel .contenido {
  display: inline-block;
  margin: 0;
}

footer > .contenedor .whatsapp-tel .contenido .texto {
  display: block;
  font-size: .6em;
}

footer > .contenedor .whatsapp-tel .contenido .telefono {
  font-weight: 400;
}

footer .logo img {
  width: 200px;
}

footer .vinculos .contenedor h1 {
  font-family: Maven Pro;
  font-size: 1em;
}

footer .vinculos .contenedor ul {
  margin: auto;
  padding: 0;
}

footer .vinculos .contenedor ul li {
  list-style: none;
  padding: 5px;
}

footer .informacionContacto .contenedor .direccion .icon-oficina {
  font-size: 2em;
  margin: 20px;
  top: 0.3em;
  position: relative;
}

footer .redesSociales {
  background-color: #272727;
  overflow: hidden;
  position: relative;
  font-size: 0.8em;
}

footer .redesSociales .contenedor {
  text-align: center;
  margin: 5px 20px;
  overflow: hidden;
  position: relative;
}

footer .redesSociales .contenedor .icoRs {
  font-size: 2em;
  margin: 0px 10px;
  position: relative;
  top: 0.2em;
}

footer .redesSociales .contenedor .copyright {
  margin: 0px 20px;
}
/*# sourceMappingURL=principal.css.map */