@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");
/*--------------------[Re]seteo │ Iván Luna [Re]--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------Eliminar herencias del editor--------------------*/
div.txt-editor * {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Mulish", sans-serif;
  color: inherit;
  text-align: left;
  background: none;
}
div.txt-editor p {
  margin-bottom: 10px;
}
div.txt-editor strong {
  font-weight: 600;
}
div.txt-editor em {
  font-style: italic;
}
div.txt-editor ul {
  list-style: disc;
  margin-left: 20px;
}
div.txt-editor ol {
  list-style: decimal;
  margin-left: 20px;
}
div.txt-editor h1, div.txt-editor h2, div.txt-editor h3, div.txt-editor h4, div.txt-editor h5, div.txt-editor h6 {
  font-size: 15.6pt;
  font-size: 1.3rem;
  line-height: initial;
  color: #535256;
}

/*--------------------Anti Bootstrap--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}
a:hover, a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

header, nav, main, footer {
  min-width: 970px;
}

.container {
  width: 970px !important;
}

/*--------------------Re-Novar--------------------*/
.no-boxsizing .re-novar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  font-size: 15.6pt;
  font-size: 1.3rem;
  text-align: center;
  color: #000000;
  background: #f1f1f1;
}
.no-boxsizing .re-novar div {
  padding: 20% 10% 0 10%;
}
.no-boxsizing .re-novar strong {
  font-size: 20.4pt;
  font-size: 1.7rem;
  color: #000000;
}
.no-boxsizing .re-novar a {
  color: #1b96e4;
}

/*--------------------Generales--------------------*/
html {
  font-size: 105%;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Mulish", sans-serif;
  color: white;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-size: 21pt;
  font-size: 1.75rem;
}
@media only screen and (min-width: 480px) {
  h1, h2, h3 {
    font-size: 30pt;
    font-size: 2.5rem;
  }
}

h3 {
  color: #000000;
}

h2 {
  padding-bottom: 10px;
}

h4 {
  font-size: 24pt;
  font-size: 2rem;
  text-align: center;
}

h5 {
  position: relative;
  color: #313131;
  margin-bottom: 10px;
  font-size: 24pt;
  font-size: 2rem;
}

h6 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 13.3333333333px;
  font-size: 18pt;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

p {
  margin-bottom: 10px;
}
p:only-child, p:last-child {
  margin-bottom: 0;
}

b, strong, mark {
  font-weight: 600;
  color: white;
  background: none;
}

i, em {
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

span.mensaje {
  color: #000000;
  font-size: 18pt;
  font-size: 1.5rem;
}

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.overflow-hidden {
  overflow: hidden;
}

*.clear-both {
  clear: both;
}

*.clear-fix {
  content: "";
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

*.llamar {
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  .visible-movil {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .visible-desktop {
    display: none !important;
  }
}

/*--------------------General [Re]sponsive | Iván Luna [Re]--------------------*/
header, nav, main, footer, .re-cien {
  width: 100%;
  min-width: 240px;
}

.re-cien, .re-central {
  position: relative;
  margin: 0 auto;
}

.re-central {
  width: 88%;
}
@media only screen and (min-width: 240px) {
  .re-central {
    width: 88%;
  }
}
@media only screen and (min-width: 480px) {
  .re-central {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) {
  .re-central {
    width: 94%;
  }
}
@media only screen and (min-width: 1024px) {
  .re-central {
    width: 88%;
  }
}
@media only screen and (min-width: 1280px) {
  .re-central {
    width: 86%;
  }
}
@media only screen and (min-width: 1440px) {
  .re-central {
    width: 75%;
  }
}

/*--------------------Generales de la Marca--------------------*/
body > a {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 172px;
  height: 59px;
  z-index: 15;
  background: url("../images/template/logo.png") no-repeat 0 0;
}
body > a.ocultalogo {
  z-index: 10;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-ms-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body > a {
    background-image: url(../images/template/logo@2x.png);
    background-size: 225px auto;
  }
}
@media only screen and (max-width: 479px) {
  body > a {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 480px) {
  body > a {
    left: 6%;
    top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  body > a {
    left: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  body > a {
    top: 22px;
    left: 6%;
    width: 205px;
    height: 77px;
    background-position: 0 -62px;
  }
}
@media only screen and (min-width: 1280px) {
  body > a {
    left: 7%;
  }
}
@media only screen and (min-width: 1440px) {
  body > a {
    left: 12.5%;
  }
}

/*--------------------Generales del Template Header--------------------*/
header {
  overflow: hidden;
  position: relative;
  height: 100px;
  color: black;
}
@media only screen and (min-width: 1024px) {
  header {
    background-attachment: fixed;
  }
}
header div.re-central address {
  text-align: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 480px) {
  header div.re-central address {
    display: flex;
    float: right;
    text-align: right;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  header div.re-central address {
    margin-top: 45px;
  }
}
header div.re-central address .wa {
  display: block;
}
@media only screen and (min-width: 480px) {
  header div.re-central address .wa {
    display: none;
  }
}
@media only screen and (min-width: 530px) {
  header div.re-central address .wa {
    display: block;
    margin-right: 15px;
  }
}
header div.re-central address .tel {
  display: block;
}
header div.re-central address a.llamar {
  font-weight: 500;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
header div.re-central address a.llamar i {
  color: white;
}
header div.re-central section.intro-y-formulario {
  overflow: hidden;
  clear: both;
  margin: 120px 0 80px;
}
@media only screen and (min-width: 480px) {
  header div.re-central section.intro-y-formulario {
    margin: 70px auto;
  }
}
@media only screen and (min-width: 1024px) {
  header div.re-central section.intro-y-formulario {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header div.re-central section.intro-y-formulario article {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  header div.re-central section.intro-y-formulario article {
    width: 40%;
    float: left;
  }
}
header div.re-central section.intro-y-formulario article p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  header div.re-central section.intro-y-formulario section.dir-form {
    width: 40%;
    float: right;
  }
}
header div.re-central section.intro-y-formulario section.dir-form small {
  color: white;
}
header div.boton-scroll #irProd {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  color: white;
  background: white;
  opacity: 0.7;
  font-size: 24pt;
  font-size: 2rem;
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
main > .re-central,
main > .re-cien > .re-central,
main > .re-cien > .re-cien > .re-central {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  main > .re-central,
main > .re-cien > .re-central,
main > .re-cien > .re-cien > .re-central {
    padding: 60px 0;
  }
}
main > .re-central:after,
main > .re-cien > .re-central:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  position: relative;
  top: 0;
  left: 0;
  color: white;
}
footer a {
  position: relative;
  line-height: 1.5;
}
footer i {
  margin-right: 5px;
}
footer section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: black;
}
@media only screen and (min-width: 1024px) {
  footer section {
    background-attachment: fixed;
  }
}
footer section div.re-central {
  overflow: hidden;
}
footer section div.re-central > div {
  text-align: center;
}
footer section div.re-central > div div {
  overflow: hidden;
  margin-bottom: 20px;
}
footer section div.re-central > div div figure img {
  width: 100px;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div div figure img {
    width: 200px;
  }
}
footer section div.re-central > div div address {
  margin-top: 20px;
}
footer section div.re-central > div div address p {
  margin-bottom: 0;
}
footer section div.re-central > div div address a.llamar {
  font-size: 14.4pt;
  font-size: 1.2rem;
}
footer section div.re-central > div div address i {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central {
    display: flex;
    justify-content: space-between;
  }
  footer section div.re-central > div {
    width: 33.3%;
    text-align: left;
  }
  footer section div.re-central > div div {
    overflow: hidden;
    margin-bottom: 20px;
  }
  footer section div.re-central > div div figure img {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 480px) {
  footer section div.re-central > div div figure img {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div div address {
    margin-top: 20px;
  }
  footer section div.re-central > div div address p {
    margin-bottom: 0;
  }
  footer section div.re-central > div div address a.llamar {
    font-size: 14.4pt;
    font-size: 1.2rem;
  }
  footer section div.re-central > div div address i {
    color: inherit;
  }
}
footer div.re-cien {
  position: relative;
  overflow: hidden;
  color: white;
  background: #000000;
  font-size: 11.4pt;
  font-size: 0.95rem;
}
footer div.re-cien a {
  color: white;
}
footer div.re-cien div.re-central {
  padding: 1em 0 0.5em 0;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central {
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central p,
footer div.re-cien div.re-central figure {
    width: 50%;
    display: block;
  }
}
footer div.re-cien div.re-central p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central p {
    float: left;
    text-align: left;
    padding-right: 0.5em;
  }
}
footer div.re-cien div.re-central p a {
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  footer div.re-cien div.re-central figure {
    float: right;
    padding: 0.25em 0 0 0.5em;
    text-align: right;
  }
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 10px;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
@media only screen and (min-width: 1024px) {
  .whatsapp-button {
    right: 90px;
  }
}
.whatsapp-button:hover {
  background-color: #08a460;
}
@media only screen and (max-width: 1023px) {
  .whatsapp-button.movil {
    display: block;
  }
}
.whatsapp-button.desktop {
  width: 55px;
  height: 55px;
}
@media only screen and (min-width: 1024px) {
  .whatsapp-button.desktop {
    display: block;
  }
}
.whatsapp-button i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*--------------------Boton ir arriba--------------------*/
.ir-arriba {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 10px;
  background-color: #313131;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.ir-arriba:hover {
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  .ir-arriba {
    width: 55px;
    height: 55px;
  }
}
.ir-arriba i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*--------------------Botón mapa--------------------*/
a.boton-como-llegar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 70px;
  border-radius: 10px;
  text-align: center;
  color: white;
  background-color: #313131;
}
a.boton-como-llegar span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
a.boton-como-llegar span i {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  a.boton-como-llegar {
    left: 75%;
    bottom: 45px;
  }
}

/*--------------------Link--------------------*/
a.link {
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 500;
  color: #1b96e4;
}
a.link:hover {
  text-decoration: underline;
}
a.link.primario {
  color: #000000;
}
a.link.secundario {
  color: #313131;
}

/*--------------------Botones HVR--------------------*/
[class^=hvr-] {
  font-size: 14.4pt;
  font-size: 1.2rem;
  margin: 20px 0;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background: #000000;
  color: white;
  text-decoration: none;
}
[class^=hvr-]:hover {
  color: white;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--------------------Formularios--------------------*/
form input[type=reset] {
  width: auto;
  min-width: 10em;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 6px;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0s;
}
form input[type=reset]:hover, form input[type=reset]:hover {
  border-bottom-width: 1px;
  margin-top: 2px;
}
form input[type=reset] {
  border-bottom: 3px solid #e0e0e0;
  background: #dedede;
}
form input[type=reset]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #e0e0e0;
}
form input.input-primario {
  border-bottom-color: #000000;
  background: #000000;
}
form input.input-secundario {
  border-bottom-color: #000000;
  background: #313131;
}
form input[type=submit] {
  webkit-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
}

form.formulario {
  overflow: hidden;
  margin: 0 auto;
  color: #000000;
  max-width: 560px;
}
form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #e0e0e0;
  border-radius: 10px;
}
form.formulario fieldset + fieldset {
  margin-top: 20px;
}
form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Mulish", sans-serif;
  font-size: 15.6pt;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
form.formulario div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  form.formulario div.float-left, form.formulario div.float-right {
    width: 48%;
  }
}
form.formulario div.alerta {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 12pt;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}
form.formulario div.alerta span {
  color: #000000;
  font-weight: 500;
}
form.formulario div.alerta.error {
  color: #dd1c47;
}
form.formulario div.send {
  overflow: hidden;
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}
form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  line-height: 25px;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  color: #000000;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario textarea,
form.formulario select {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 10px 8px 10px;
  border: 2px solid #000000;
  font-family: "Mulish", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.5s ease;
  opacity: 0.7;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario select,
form.formulario textarea {
  height: 30px;
  display: block;
  clear: both;
}
form.formulario textarea {
  height: 100px;
}
form.formulario input[type=text]:focus,
form.formulario input[type=email]:focus,
form.formulario input[type=tel]:focus,
form.formulario input[type=password]:focus,
form.formulario textarea:focus,
form.formulario select:focus {
  border: 4px solid #000000;
}
form.formulario ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
form.formulario ::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
form.formulario :-ms-input-placeholder { /* IE 10+ */
  color: black;
}
form.formulario :-moz-placeholder { /* Firefox 18- */
  color: black;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

/*--------------------Index--------------------*/
main.index section.hero {
  height: fit-content;
}
main.index section.hero .text {
  width: 100%;
  height: fit-content;
  margin: auto 0;
  padding: 80px 30px;
}
main.index section.hero .text h1 {
  color: #000000;
}
main.index section.hero .text p {
  margin-bottom: 30px;
}
main.index section.hero .text a {
  background-color: #000000;
  color: white;
  padding: 15px;
}
main.index section.hero .text a:hover {
  background-color: #575757;
}
main.index section.hero .img {
  width: 100%;
  height: fit-content;
  background: #ECECEC;
}
main.index section.hero .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  main.index section.hero {
    display: flex;
  }
  main.index section.hero .text {
    width: 50%;
    height: fit-content;
    margin: auto 0;
    padding: 0px 50px;
  }
  main.index section.hero .text h1 {
    color: #000000;
  }
  main.index section.hero .text p {
    margin-bottom: 30px;
  }
  main.index section.hero .text a {
    background-color: #000000;
    color: white;
    padding: 15px;
  }
  main.index section.hero .img {
    width: 50%;
    height: 600px;
  }
  main.index section.hero .img img {
    height: 600px;
  }
}
main.index section.us .text {
  width: 100%;
  height: fit-content;
  margin: auto 0;
  padding: 50px 30px;
}
main.index section.us .text h2 {
  color: #000000;
}
main.index section.us .text p {
  margin-bottom: 30px;
}
main.index section.us .text a {
  background-color: #000000;
  color: white;
  padding: 15px;
}
main.index section.us .text a:hover {
  background-color: #575757;
}
main.index section.us .img {
  width: 100%;
  height: 500px;
}
main.index section.us .img img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main.index section.us {
    display: flex;
  }
  main.index section.us .text {
    width: 50%;
    height: fit-content;
    margin: auto 0;
    padding: 0px 50px;
  }
  main.index section.us .text h2 {
    color: #000000;
  }
  main.index section.us .text p {
    margin-bottom: 30px;
  }
  main.index section.us .text a {
    background-color: #000000;
    color: white;
    padding: 15px;
  }
  main.index section.us .img {
    width: 50%;
    max-height: 600px;
  }
  main.index section.us .img img {
    object-fit: cover;
    width: 100%;
  }
}
main.index .title {
  text-align: center;
  padding: 60px 0 0;
}
main.index .reviews {
  padding: 0 0 60px;
}
main.index .reviews .cards {
  display: flex;
  flex-wrap: wrap;
}
main.index .reviews .cards .card {
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  main.index .reviews .cards .card {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  main.index .reviews .cards .card {
    width: 25%;
  }
}
main.index .reviews .cards .card .img {
  width: 100%;
}
main.index .reviews .cards .card .img img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}
main.index .reviews .cards .card .text {
  width: 100%;
}
main.index .reviews .cards .card .text h6 {
  font-size: smaller;
  color: #707070;
}
main.index .reviews .cards .card .text p {
  font-size: small;
}
main.index .vent .num {
  background-color: #ECECEC;
  display: block;
}
main.index .vent .num div {
  padding: 40px;
  width: 100%;
  text-align: center;
}
main.index .vent .num div h4 {
  color: #000000;
}
main.index .vent .car {
  width: 100%;
}
main.index .vent .car h5 {
  width: fit-content;
  margin: 50px auto 0;
  justify-content: center;
  text-align: center;
}
main.index .vent .car .carrus {
  height: 300px;
  display: flex;
  align-items: center;
}
main.index .vent .car .carrus .carrus-items {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 50px 0 0;
}
main.index .vent .car .carrus .carrus-items .carrus-item {
  min-width: 200px;
  height: 200px;
  display: block;
}
main.index .vent .car .carrus .carrus-items .carrus-item img {
  padding-right: 40px;
  width: 200px;
}
main.index .vent .car .carrus .carrus-items .carrus-item:hover {
  transform: scale(1.2);
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  main.index .vent .num {
    display: flex;
  }
  main.index .vent .num div {
    padding: 70px;
    width: 33%;
  }
  main.index .vent .num div h4 {
    font-size: 40px;
  }
}
main.index div.ventajas {
  text-align: center;
  position: relative;
}
main.index div.ventajas::after {
  content: "";
  background-color: #ECECEC;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -10;
  transform: translateX(50%);
  top: 0;
  right: 50%;
}
main.index div.ventajas ul {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  main.index div.ventajas ul {
    margin-left: -2%;
    margin-right: -2%;
  }
}
main.index div.ventajas ul li {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  padding: 20px;
  float: left;
}
@media only screen and (min-width: 1024px) {
  main.index div.ventajas ul li {
    float: left;
    width: 29.33%;
    margin: 0 2%;
  }
}
main.index div.ventajas ul li img {
  width: 125px;
}
main.index div.ventajas ul li div mark {
  color: inherit;
  display: block;
  margin-top: 20px;
  font-family: "Mulish", sans-serif;
  font-size: 18pt;
  font-size: 1.5rem;
}
main.index div.ventajas ul li div p {
  margin-top: 20px;
}
main.index section.nosotros {
  background-color: #000000;
  text-align: center;
  color: white;
}
main.index section.nosotros ul {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  main.index section.nosotros ul li {
    display: inline;
  }
}
main.index section.nosotros ul li img {
  max-width: 200px;
}
main.index article.servicios {
  position: relative;
  text-align: center;
  background-color: black;
}
@media only screen and (min-width: 1360px) {
  main.index article.servicios .re-central {
    padding: 100px 0;
  }
}
main.index article.servicios .re-central figure figcaption {
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  main.index article.servicios .re-central figure figcaption {
    text-align: left;
  }
}
main.index article.servicios .re-central figure figcaption ul {
  counter-reset: li-contador !important;
}
main.index article.servicios .re-central figure figcaption ul li {
  color: white;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px dashed white;
  position: relative;
}
main.index article.servicios .re-central figure figcaption ul li:before {
  width: 45px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 500;
  color: white;
  line-height: 1;
  text-align: left;
  content: counter(li-contador, decimal-leading-zero);
  counter-increment: li-contador;
}
main.index article.servicios .re-central figure img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  main.index article.servicios .re-central figure img {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  main.index article.servicios .re-central figure img {
    position: absolute;
    width: 30%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
}
main.index div.marcas {
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  main.index div.marcas {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1280px) {
  main.index div.marcas {
    padding: 120px 0;
  }
}
main.index section.mapa {
  overflow: hidden;
  margin: 0 auto;
}
main.index section.mapa h3 {
  text-align: center;
  margin: 40px 0 25px;
}
@media only screen and (min-width: 440px) {
  main.index section.mapa h3 {
    margin: 60px 0 40px;
  }
}
main.index section.mapa section.dir-form {
  width: 100%;
  padding: 50px 20px;
  float: left;
}
@media only screen and (min-width: 440px) {
  main.index section.mapa section.dir-form {
    padding: 50px 35px;
  }
}
@media only screen and (min-width: 640px) {
  main.index section.mapa section.dir-form {
    padding: 50px 85px;
  }
}
@media only screen and (min-width: 1024px) {
  main.index section.mapa section.dir-form {
    width: 50%;
    padding: 50px 75px;
    float: left;
  }
}
main.index section.mapa #mapa-canvas {
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  main.index section.mapa #mapa-canvas {
    width: 50%;
    height: 450px;
  }
}/*# sourceMappingURL=styles.min.css.map */