@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700");
/*--------------------[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: "Poppins", 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: "Poppins", 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: "Poppins", sans-serif;
  text-transform: uppercase;
  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: #0091FB;
}

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: "Poppins", 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%;
  }
}

/*--------------------Generales de la Marca--------------------*/
body > a {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 226px;
  height: 59px;
  z-index: 15;
  text-align: center;
}
body > a img {
  width: 180px;
}
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-size: 225px auto;
  }
}
@media only screen and (min-width: 480px) {
  body > a {
    top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  body > a {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 480px) {
  body > a {
    left: 6%;
    top: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  body > a {
    left: 3%;
    text-align: left;
  }
  body > a img {
    width: 226px;
  }
}
@media only screen and (min-width: 1024px) {
  body > a {
    top: 22px;
    left: 6%;
    width: 220px;
    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: 10.5%;
  }
}

/*--------------------Generales del Template Header--------------------*/
header {
  overflow: hidden;
  position: relative;
  height: 90px;
  color: #000;
}
@media only screen and (min-width: 480px) {
  header {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 100px;
  }
}
header div.re-central address {
  text-align: center;
  margin-top: 10px;
  display: flex;
}
@media only screen and (min-width: 480px) {
  header div.re-central address {
    float: right;
    text-align: right;
    margin-top: 35px;
  }
}
header div.re-central address .mail {
  margin: 0 auto;
  font-weight: 500;
  display: none;
}
header div.re-central address .mail i {
  margin-right: 10px;
}
@media only screen and (min-width: 750px) {
  header div.re-central address .mail {
    display: block;
  }
}
header div.re-central address .mail:hover {
  color: #4266C4;
}
header div.re-central address .phone {
  font-weight: 500;
  margin: 0 auto;
}
header div.re-central address .phone i {
  margin-right: 10px;
}
header div.re-central address .phone:hover {
  color: #4266C4;
}
header div.re-central address .phone #header__contact-phone {
  padding-left: 15px;
}
@media only screen and (min-width: 1024px) {
  header div.re-central address .phone #header__contact-phone {
    color: #000;
  }
  header div.re-central address .phone #header__contact-phone:hover {
    color: #4266C4;
  }
}
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: 0px auto;
  }
}
@media only screen and (min-width: 1024px) {
  header div.re-central section.intro-y-formulario {
    display: flex;
    position: absolute;
    width: 100%;
    top: 160%;
  }
}
header div.re-central section.intro-y-formulario h1 {
  color: #000;
}
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: 50%;
    float: left;
    padding: 20px 50px;
  }
}
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.hero--img {
    width: 40%;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  header div.re-central section.intro-y-formulario section.hero--img {
    width: 50%;
  }
  header div.re-central section.intro-y-formulario section.hero--img img {
    width: 100%;
    object-fit: cover;
  }
}
header div.re-central section.intro-y-formulario section.hero--img 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 section {
  position: relative;
  padding: 40px 0;
  background-color: #4266C4;
}
footer section div.re-central {
  overflow: hidden;
}
footer section div.re-central > div {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div {
    display: flex;
  }
}
footer section div.re-central > div .footer {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div .footer {
    width: 33.3%;
    padding-right: 40px;
    justify-content: space-between;
  }
}
footer section div.re-central > div .footer p {
  max-width: 400px;
}
footer section div.re-central > div .footer h3 {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
}
footer section div.re-central > div .footer ul {
  display: flex;
}
footer section div.re-central > div .footer ul i {
  padding-right: 10px;
  color: #fff;
}
footer section div.re-central > div .footer ul i:hover {
  color: #65bdfc;
}
footer section div.re-central > div .footer address {
  margin-top: 20px;
}
footer section div.re-central > div .footer address div {
  max-width: 400px;
  padding-bottom: 10px;
}
footer section div.re-central > div .footer address div a i {
  padding-right: 5px;
}
footer section div.re-central > div .footer address div a:hover {
  color: #65bdfc;
}
footer section div.re-central > div .footer address p {
  margin-bottom: 0;
}
footer section div.re-central > div .footer address a.llamar {
  font-size: 14.4pt;
  font-size: 1.2rem;
}
footer section div.re-central > div .footer 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;
}
@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 {
  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;
}

/*--------------------Link--------------------*/
a.link {
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 500;
  color: #1b96e4;
}
a.link:hover {
  text-decoration: underline;
}
a.link.primario {
  color: #0091FB;
}
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: #0091FB;
  color: #000;
  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;
  font-size: initial;
  letter-spacing: 2px;
  font-weight: 500;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  color: #ffffff;
}

.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: "Poppins", 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 {
  color: white;
  border-bottom-color: #65bdfc;
  background: #0091FB;
}
form input.input-secundario {
  color: white;
  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;
}
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: "Poppins", 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;
  text-align: left;
}
@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;
}
form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  color: white;
  line-height: 25px;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #0091FB;
}
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: 4px 5px 4px 5px;
  border: 1px solid #dedede;
  font-family: "Poppins", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 400;
  background: white;
  transition: all 0.5s ease;
}
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: 35px;
  display: block;
  clear: both;
}
form.formulario textarea {
  height: 90px;
}
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: 1px solid #0091FB;
  color: white;
  background: #0091FB;
}
form.formulario input[type=text]:invalid,
form.formulario input[type=email]:invalid,
form.formulario input[type=tel]:invalid,
form.formulario input[type=password]:invalid,
form.formulario textarea:invalid {
  border: 1px dashed #dd1c47;
  box-shadow: none;
}
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 {
  width: 100%;
  display: grid;
}
@media only screen and (min-width: 1024px) {
  main.index section.hero {
    display: flex;
    width: 100%;
  }
}
main.index section.hero .img--hero {
  width: 100%;
  background-color: #000000;
  order: 2;
}
main.index section.hero .img--hero img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  main.index section.hero .img--hero {
    width: 50%;
  }
  main.index section.hero .img--hero img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
main.index section.hero .text--hero {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 25px 5%;
  order: 1;
}
main.index section.hero .text--hero h1 {
  font-weight: 700;
  text-transform: none;
}
main.index section.hero .text--hero p {
  max-width: 800px;
}
@media only screen and (min-width: 580px) {
  main.index section.hero .text--hero {
    padding: 5% 70px;
  }
}
@media only screen and (min-width: 1024px) {
  main.index section.hero .text--hero {
    width: 50%;
    padding: 6% 70px;
    justify-content: center;
  }
  main.index section.hero .text--hero p {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1450px) {
  main.index section.hero .text--hero {
    padding: 8% 70px;
  }
}
main.index .parrafo1 {
  padding: 60px 30px 10px;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
}
main.index .parrafo1 ul {
  width: 100%;
  margin-left: 30px;
  list-style: disc;
}
@media only screen and (min-width: 1024px) {
  main.index .parrafo1 ul {
    margin-left: 50px;
  }
}
main.index .parrafo {
  padding: 20px 30px 60px;
  max-width: 850px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 860px) {
  main.index .parrafo {
    padding: 20px 30px 60px;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
  }
}
main.index .parrafo .img ul {
  width: 100%;
  margin-left: 20px;
  list-style: disc;
  padding-right: 20px;
}
@media only screen and (min-width: 860px) {
  main.index .parrafo .img ul {
    margin-left: 30px;
  }
}
main.index .parrafo .text ul {
  width: 100%;
  margin-left: 20px;
  list-style: disc;
  padding-right: 20px;
}
@media only screen and (min-width: 860px) {
  main.index .parrafo .text ul {
    margin-left: 30px;
  }
}
main.index .parrafo .text ul {
  width: 100%;
  margin-left: 20px;
  list-style: disc;
}
@media only screen and (min-width: 860px) {
  main.index .parrafo .text ul {
    margin-left: 30px;
  }
}
main.index .parrafo p {
  width: 100%;
}
main.index .parrafo a {
  margin: 40px 0;
}
main.index .parrafo ul {
  width: 100%;
  margin-left: 30px;
  list-style: disc;
}
@media only screen and (min-width: 1024px) {
  main.index .parrafo ul {
    margin-left: 50px;
  }
}
main.index .parrafo img {
  width: 100%;
}
main.index div.ventajas {
  text-align: center;
  position: relative;
  background-color: #d6d6d6;
}
main.index div.ventajas h3 {
  font-weight: 700;
  color: #0091FB;
  padding: 40px 4% 0;
  font-size: 30px;
  text-transform: none;
}
@media only screen and (min-width: 1024px) {
  main.index div.ventajas h3 {
    font-size: 36px;
  }
}
main.index div.ventajas a {
  margin: 0 0 40px;
}
main.index div.ventajas ul {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  main.index div.ventajas ul {
    padding: 0 0 25px;
  }
}
main.index div.ventajas ul li {
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
  float: left;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  main.index div.ventajas ul li {
    float: left;
    width: 31%;
    margin: 0 1%;
  }
}
main.index div.ventajas ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
main.index div.ventajas ul li div {
  text-align: left;
  padding: 20px;
}
main.index div.ventajas ul li div mark {
  color: inherit;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18pt;
  font-size: 1.5rem;
}
main.index div.ventajas ul li div p {
  margin-top: 10px;
}
@media only screen and (min-width: 530px) {
  main.index div.ventajas ul li div p {
    margin-top: 20px;
  }
}
main.index section.nosotros {
  background-color: #F0F0F0;
  text-align: center;
  color: white;
}
main.index section.nosotros ul {
  margin: 10px 0;
  color: #000000;
}
@media only screen and (min-width: 1260px) {
  main.index section.nosotros ul {
    display: flex;
  }
}
main.index section.nosotros ul p {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1260px) {
  main.index section.nosotros ul li {
    display: inline;
    width: 25%;
    padding: 0 25px;
  }
  main.index section.nosotros ul li p {
    padding-bottom: 0;
  }
}
main.index section.nosotros ul li h2 {
  text-transform: none;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
}
@media only screen and (min-width: 480px) {
  main.index section.nosotros ul li h2 {
    font-size: 32px;
  }
}
main.index section.nosotros ul li:first-child img {
  padding: 0px 0 10px;
}
main.index section.nosotros ul li img {
  padding: 30px 0 10px;
}
@media only screen and (min-width: 768px) {
  main.index section.nosotros ul li img {
    padding: 0 0 15px;
  }
}
main.index article.servicios {
  position: relative;
  text-align: center;
  background-color: black;
}
main.index article.servicios .re-central {
  padding: 0;
}
main.index article.servicios .re-central figure {
  display: flex;
  flex-wrap: wrap;
}
main.index article.servicios .re-central figure figcaption {
  width: 100%;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  main.index article.servicios .re-central figure figcaption {
    text-align: left;
    width: 50%;
    display: flex;
  }
}
main.index article.servicios .re-central figure figcaption .dir-form {
  width: 100%;
  padding: 0 3%;
}
@media only screen and (min-width: 1024px) {
  main.index article.servicios .re-central figure figcaption .dir-form {
    padding-right: 50px;
  }
}
main.index article.servicios .re-central figure figcaption .dir-form h3 {
  font-size: 22px;
  text-transform: none;
  text-align: left;
  font-weight: 500;
  color: #fff;
}
main.index article.servicios .re-central figure figcaption .dir-form p {
  color: #fff;
}
main.index article.servicios .re-central figure .imagen {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main.index article.servicios .re-central figure .imagen {
    width: 50%;
  }
}
main.index article.servicios .re-central figure .imagen img {
  display: block;
  transform: translateX(-28px);
  width: 120%;
  height: 100%;
}
@media only screen and (min-width: 430px) {
  main.index article.servicios .re-central figure .imagen img {
    transform: translateX(-47px);
  }
}
@media only screen and (min-width: 1024px) {
  main.index article.servicios .re-central figure .imagen img {
    margin: 0 auto;
    transform: translateX(0px);
    object-fit: cover;
  }
}
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;
  padding-top: 30px;
  text-align: center;
}
main.index section.mapa #mapa-canvas {
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  main.index section.mapa #mapa-canvas {
    height: 500px;
  }
}/*# sourceMappingURL=styles.min.css.map */