@charset "UTF-8";
/*--------------------Resetear estilos por defecto del navegador--------------------*/
*, *: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;
}

/*--------------------Resetear editor de texto--------------------*/
/*--------------------Anti Bootstrap--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

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

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  font-size: 12pt;
  font-size: 1rem;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

h1 {
  margin-bottom: 20px;
  font-size: 30pt;
  font-size: 2.5rem;
}

h2 {
  margin-bottom: 20px;
  font-size: 24pt;
  font-size: 2rem;
}

h3 {
  margin-bottom: 20px;
  font-size: 24pt;
  font-size: 2rem;
}

h4 {
  margin-bottom: 20px;
  font-size: 18pt;
  font-size: 1.5rem;
}

h5 {
  margin-bottom: 10px;
  font-size: 15pt;
  font-size: 1.25rem;
}

h6 {
  margin-bottom: 13.3333333333px;
  font-size: 12pt;
  font-size: 1rem;
}

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

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

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

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

hr {
  width: 100px;
  border-top: 2px solid #f39200;
  margin: 0 auto 20px;
}

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

/*--------------------General Responsive--------------------*/
header, main, footer, .re-cien {
  width: 100%;
  min-width: 280px;
}

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

.re-central {
  width: 88%;
}
@media only screen and (min-width: 280px) {
  .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 del Template Header------------------------*/
header {
  width: 100%;
  z-index: 999;
  position: relative;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header .top-bar {
  background-color: #F4F4F4;
  overflow: hidden;
  color: white;
  text-align: right;
}
header .top-bar address {
  text-align: right;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .top-bar address a {
  display: inline-block;
  padding: 8px 15px;
  color: #ffffff;
}
header .top-bar address a.correo {
  display: none;
}
header .top-bar address a.llamada {
  background: #000000;
  color: white;
}
header .top-bar address a.llamada:hover {
  color: #FF9F1F;
}
header .top-bar address a i {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  header .top-bar address a.correo {
    background: #F4F4F4;
    color: #000000;
    display: block;
  }
  header .top-bar address a.correo:hover {
    color: #eb8600;
  }
}
@media only screen and (min-width: 1139px) {
  header .top-bar address .visible-movil {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  header {
    min-width: 100%;
  }
}
/*--------------------Generales del Template Nav--------------------*/
.nav {
  min-height: 35px;
  display: flex;
  right: 0;
  width: 100%;
  z-index: 20;
  min-width: 0 !important;
  text-transform: uppercase;
  padding: 0 15px;
  z-index: 999;
  align-items: center;
}
.nav .boton {
  margin: 0;
  line-height: 1.5;
}
.nav .visible-desktop {
  display: none;
}
@media only screen and (min-width: 1140px) {
  .nav {
    background-color: rgba(255, 255, 255, 0);
    top: 55px;
    min-height: 50px;
    font-weight: 500;
  }
  .nav div.re-cien div.re-content ul.re-ul-principal {
    text-align: right;
    margin-top: 0;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
  }
  .nav div.re-cien div.re-content ul.re-ul-principal .visible-desktop {
    margin-left: 1.25rem;
    display: initial;
  }
}
@media only screen and (min-width: 1360px) {
  .nav div.re-cien div.re-content ul.re-ul-principal li div p {
    padding: 0 15px;
  }
}
.nav .re-nav-color {
  margin: 0 0 0 auto;
  min-width: 0;
}
.nav .sticky-brand {
  display: flex;
}
.nav .sticky-brand img {
  width: 100px;
  height: auto;
  position: relative;
}
.nav.navSticky {
  position: fixed;
  top: 0;
  min-height: 57px;
  padding: 5px 15px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
  align-items: center;
}
.nav.navSticky .sticky-brand {
  margin-top: 0;
  margin-left: 0;
}
.nav.navSticky .sticky-brand img {
  height: 50px;
  float: left;
}
@media only screen and (min-width: 1023px) {
  .nav.navSticky .sticky-brand {
    top: 2px;
  }
}
@media only screen and (max-width: 1139px) {
  .nav.navSticky div.re-cien div.re-content ul.dl-menuopen {
    top: 28px;
  }
}

.nav-bottom {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .nav-bottom {
    display: none;
  }
}
.nav-bottom ul {
  display: block;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nav-bottom ul li {
  padding: 12px 10px 10px;
  text-align: center;
  display: inline-block;
  float: left;
  width: 33.2%;
  flex: 1 1 33.2%;
  position: relative;
  background-color: #000000;
}
.nav-bottom ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-bottom ul li i {
  display: block;
  margin: 0 auto;
  color: white;
}
.nav-bottom ul li small {
  text-align: center;
  margin-top: 5px;
  display: block;
  color: white;
  font-weight: bold;
}
.nav-bottom ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.nav-bottom ul li:hover {
  background-color: #262626;
}
.nav-bottom ul .ripple {
  background-position: center;
  transition: background 0.8s;
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
main > .re-central,
main > .re-cien > .re-central {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  main > .re-central,
main > .re-cien > .re-central {
    padding: 80px 0;
  }
}
main.index > .re-central,
main.index > .re-cien > .re-central {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  main.index > .re-central,
main.index > .re-cien > .re-central {
    padding: 80px 0;
  }
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  color: white;
  text-align: left;
}
footer a {
  display: inline-block;
  position: relative;
  color: white;
  padding: 0.25rem 0;
}
footer a:hover {
  color: #FF9F1F;
  text-decoration: underline;
}
footer section {
  position: relative;
  padding: 40px 0;
  background-color: #000000;
}
@media only screen and (min-width: 1025px) {
  footer section {
    padding: 60px 0;
  }
}
footer section div.re-central {
  position: relative;
}
footer section div.re-central:after {
  content: "";
  display: block;
  clear: both;
}
footer section div.re-central hr {
  margin: 0 0 30px 0;
  width: 50px;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > article {
    margin: 0 -2%;
  }
}
footer section div.re-central > article .footer-col {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.5;
}
footer section div.re-central > article .footer-col:nth-child(3) address ul li {
  display: flex;
  align-items: flex-start;
}
footer section div.re-central > article .footer-col:nth-child(3) address ul li span {
  margin-right: 10px;
  margin-top: 3px;
  text-align: center;
  color: #FF9F1F;
}
footer section div.re-central > article .footer-col h6 {
  color: white;
  text-transform: none;
  font-weight: 600;
}
footer section div.re-central > article .footer-col address .social {
  margin-top: 1rem;
}
footer section div.re-central > article .footer-col address .social a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #ffffff;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) {
  footer section div.re-central > article .footer-col address .wts-dsk {
    display: none;
  }
}
footer section div.re-central > article .footer-col address .wts-mov {
  display: none;
}
@media only screen and (max-device-width: 1024px) {
  footer section div.re-central > article .footer-col address .wts-mov {
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > article .footer-col {
    width: 46%;
    float: left;
    margin: 0 2%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  footer section div.re-central > article .footer-col {
    width: 18%;
    margin: 0 1.66%;
  }
  footer section div.re-central > article .footer-col:nth-child(3) {
    width: 30%;
  }
}
footer div.copyright {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  border-top: 1px solid #333333;
  font-size: 9pt;
  font-size: 0.75rem;
}
footer div.copyright div.re-central {
  padding: 1em 0 0.5em 0;
  overflow: hidden;
  text-align: center;
}
footer div.copyright div.re-central p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 414px) {
  footer div.copyright div.re-central {
    text-align: initial;
  }
  footer div.copyright div.re-central p {
    display: inline-block;
  }
  footer div.copyright div.re-central p:last-child {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 55px;
  }
}

/*--------------------Botón Lineal--------------------*/
.boton {
  font-weight: bold;
  letter-spacing: 1px;
  width: auto;
  display: inline-block;
  padding: 0.75em 2em;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.boton:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.boton.primario {
  color: white;
  background-color: #000000;
}
.boton.primario:hover {
  color: black;
  background: none;
  box-shadow: inset 0 0 0 3px #000000;
}
.boton.secundario {
  color: black;
  background-color: #FF9F1F;
}
.boton.secundario:hover {
  background: none;
  box-shadow: inset 0 0 0 3px #FF9F1F;
  color: #FF9F1F;
}
.boton.link {
  margin: 0 0 0 auto;
  float: right;
  background-color: transparent;
  color: #FF9F1F;
}
.boton.link:hover {
  color: #fa6500;
}

@media screen and (max-width: 650px) {
  body {
    font-size: 10pt;
  }
}
/*------------------------Ir Arriba------------------------*/
.ir-arriba {
  width: 40px;
  height: 40px;
  background-color: #f39200;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99999;
  transition: all ease 0.25s;
}
.ir-arriba:hover {
  background-color: #c76e00;
}
.ir-arriba i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: #25d366;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.whatsapp-button:hover {
  border-bottom: none;
  background-color: #08a460;
}
@media only screen and (max-width: 1023px) {
  .whatsapp-button.movil {
    display: block;
  }
}
@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%);
}

.titulo-index {
  display: block;
  font-size: 23pt;
  text-align: center;
}

/*--------------------Formularios--------------------*/
form input[type=submit] {
  background-color: white;
  color: inherit;
  transition: color 0.25s ease, background 0.25s ease;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario div {
  width: 100%;
  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;
  color: black;
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario div.alerta span {
  color: black;
  font-weight: 500;
}
form.formulario div.alerta.error {
  color: #dd1c47;
}
form.formulario div.send {
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}
form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  color: #000000;
  line-height: 25px;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Rubik", 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%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: white;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease;
  font-size: 12pt;
  font-size: 1rem;
}
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: 40px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
form.formulario textarea {
  height: 80px;
}
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 {
  color: #333333;
  border-bottom: 2px solid #000000;
}
form.formulario input[type=text]:focus::placeholder,
form.formulario input[type=email]:focus::placeholder,
form.formulario input[type=tel]:focus::placeholder,
form.formulario input[type=password]:focus::placeholder,
form.formulario textarea:focus::placeholder,
form.formulario select:focus::placeholder {
  color: #333333;
}
form.formulario input[type=text]::placeholder,
form.formulario input[type=email]::placeholder,
form.formulario input[type=tel]::placeholder,
form.formulario input[type=password]::placeholder,
form.formulario textarea::placeholder,
form.formulario select::placeholder {
  color: #999999;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

.bg-dark {
  background-color: #333333;
}

/*Aviso cookies*/
.aviso-cookies {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  position: relative;
  top: 0;
  right: 0;
  background-color: #333333;
  color: white;
  border-bottom: 1px solid #bdbdbd;
  z-index: 9999;
}
.aviso-cookies p {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  padding-right: 0;
}
.aviso-cookies button {
  display: inline-block;
  float: left;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .aviso-cookies {
    flex-wrap: nowrap;
  }
  .aviso-cookies p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-right: 20px;
  }
}

/*--------------------Anterior / Siguiente--------------------*/
.clearBoth {
  width: 90%;
  margin: 20px auto;
}

.ant-sig {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.ant-sig div {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ant-sig div {
    width: 50%;
    float: left;
  }
}
.ant-sig div figure {
  position: absolute;
  z-index: 100;
  max-width: 70px;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ant-sig div figure {
    width: 70px;
  }
}
.ant-sig div figure img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ant-sig div.ant {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant {
    width: auto;
    float: left;
    margin: 0;
  }
}
.ant-sig div.ant i {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant figure {
    bottom: 0;
    right: -75px;
  }
}
.ant-sig div.sig {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig {
    width: auto;
    float: right;
    margin: 0 0 0 auto;
  }
}
.ant-sig div.sig i {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig figure {
    bottom: 0;
    left: -75px;
  }
}
.ant-sig div:last-child {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig div:hover figure, .ant-sig div:active figure, .ant-sig div:focus figure {
    display: block;
  }
}
.ant-sig div a {
  font-weight: bold;
  position: relative;
  color: #000000;
  text-align: left;
  transition: all ease 0.5s;
}
.ant-sig div a:hover {
  color: #FF9F1F;
}
@media only screen and (min-width: 414px) {
  .ant-sig .sigMov {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .ant-sig .sigDesk {
    display: none;
  }
}

.bxslider li .imagen-movil {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bxslider li .imagen-movil {
    display: block;
  }
}
.bxslider li .imagen-escritorio {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bxslider li .imagen-escritorio {
    display: block;
  }
}
.bxslider .bx-caption, .bxslider .bx-re-links {
  z-index: 1;
}
.bxslider .bx-re-links {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

/*-------estilos carrusel testimonios----------*/
.testimonios-index {
  padding: 60px 0;
  background: #333;
}
.testimonios-index .testimonios {
  display: block;
}
.testimonios-index .testimonios .re-cien {
  width: 100%;
  margin-bottom: 60px;
}
.testimonios-index .testimonios .re-cien .boton {
  display: none;
}
.testimonios-index .testimonios .re-cien h3 {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}
.testimonios-index .testimonios .re-cien p {
  color: #ffffff;
  font-size: 12pt;
  font-size: 1rem;
  margin-bottom: 20px;
}
.testimonios-index .testimonios .slider {
  width: 100%;
  margin: auto;
  position: relative;
  max-width: 700px;
}
.testimonios-index .testimonios .slider .slider__comentarios {
  display: flex;
  justify-content: center;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide {
  width: 100%;
  margin: auto;
  display: block;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card {
  display: block;
  width: 70%;
  margin: auto;
  padding: 1rem 2rem;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card img {
  margin: 0 auto 20px;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card img, .testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card span, .testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card .comentario__estrellas, .testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card blockquote {
  display: block;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card .comentario__estrellas {
  margin-top: 5px;
  color: #FF9F1F;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card p,
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card small,
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card blockquote {
  text-align: center;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card .nombre {
  color: #333;
  position: relative;
  font-weight: bold;
  font-size: 12pt;
  font-size: 1rem;
  z-index: 0;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card small {
  color: #cccccc;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card blockquote {
  margin-top: 2rem;
}
.testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card blockquote p {
  font-weight: normal;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .testimonios-index .testimonios .slider .slider__comentarios .slide {
    max-width: 480px;
  }
  .testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card {
    max-width: 600px;
    margin: 2rem auto;
  }
}
@media only screen and (min-width: 1260px) {
  .testimonios-index .testimonios .slider .slider__comentarios .slide .testimonio-card {
    max-width: 500px;
  }
}
.testimonios-index .testimonios .bx-pager {
  display: none;
}
.testimonios-index #boton__movil {
  text-align: center;
}
.testimonios-index #boton__movil a {
  margin-top: 0;
}
.testimonios-index #boton__movil a:last-child {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .testimonios-index .testimonios {
    display: flex;
  }
  .testimonios-index .testimonios .re-cien {
    width: 50%;
    margin: auto;
  }
  .testimonios-index .testimonios .re-cien h3 {
    text-align: left;
    font-size: 3.2rem;
  }
  .testimonios-index .testimonios .re-cien .boton {
    display: inline-block;
    margin-top: 20px;
  }
  .testimonios-index .testimonios .slider {
    width: 50%;
  }
  .testimonios-index #boton__movil {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .testimonios-index #boton__movil a:first-child {
    display: none;
  }
  .testimonios-index #boton__movil a:last-child {
    display: initial;
  }
}

/*------------------------Proyectos Listado------------------------*/
.proyectos ul.reProyectos {
  width: 100%;
  overflow: hidden;
  margin: 80px auto 0;
}
.proyectos ul.reProyectos li {
  width: 31%;
  *width: 45%;
  position: relative;
  display: block;
  float: left;
  margin: 0 1.16% 45px 1.16%;
  *margin: 0 2.5% 45px 2.5%;
  text-align: center;
}
.proyectos ul.reProyectos li a {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  color: #fff;
}
.proyectos ul.reProyectos li a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.proyectos ul.reProyectos li a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.proyectos ul.reProyectos li a .segunda-imagen {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
}
.proyectos ul.reProyectos li .titulo-proy {
  background-color: #000000;
  margin-top: -1px;
  padding: 15px;
}
.proyectos ul.reProyectos li .titulo-proy h5 {
  color: white;
}
.proyectos ul.reProyectos li .titulo-proy p {
  font-size: 10pt;
  color: #fbb901;
}
@media screen and (min-width: 605px) and (max-width: 1020px) {
  .proyectos ul.reProyectos {
    width: 100%;
    margin: 80px auto 0 auto;
  }
  .proyectos ul.reProyectos li {
    width: 46%;
    float: left;
    margin: 0 2% 45px 2%;
  }
  .proyectos ul.reProyectos li a,
.proyectos ul.reProyectos li img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 605px) {
  .proyectos ul.reProyectos {
    width: 100%;
    margin: 80px 0;
  }
  .proyectos ul.reProyectos li {
    width: 100%;
    float: none;
    margin: 0 auto 45px auto;
  }
}

/*--------------------Hero section--------------------*/
.hero-section {
  text-align: center;
}
.hero-section .hero-inner {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .hero-section .hero-inner {
    padding: 80px 0;
  }
}
.hero-section .hero-inner .hero-textos {
  position: relative;
  display: block;
  margin: 0;
  padding: 2rem 0;
  text-align: left;
  flex: 1 1 100%;
}
@media only screen and (min-width: 992px) {
  .hero-section .hero-inner .hero-textos {
    flex: 1 1 50%;
    order: 1;
    display: inline-block;
    float: left;
    margin: 1.5rem 0;
    padding: 2rem 2rem 2rem 0;
  }
}
.hero-section .hero-inner .hero-textos .ttl {
  text-transform: uppercase;
  font-size: 42pt;
  font-size: 3.5rem;
}
@media only screen and (max-width: 380px) {
  .hero-section .hero-inner .hero-textos .ttl {
    font-size: 33.6pt;
    font-size: 2.8rem;
  }
}
.hero-section .hero-inner .hero-textos p {
  font-size: 18pt;
  font-size: 1.5rem;
  margin: 0;
}
.hero-section .hero-inner .hero-imagen {
  display: block;
  position: relative;
  bottom: 0;
  padding: 0;
  clear: both;
  flex: 1 1 100%;
}
.hero-section .hero-inner .hero-imagen img {
  max-width: 75%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
}
@media only screen and (min-width: 992px) {
  .hero-section .hero-inner .hero-imagen {
    flex: 1 1 50%;
    order: 2;
    display: inline-block;
  }
}

.webp .hero-section {
  background-image: linear-gradient(to right, rgba(250, 191, 25, 0.9) 0%, rgba(255, 159, 31, 0.98) 100%), url(../images/hero-section.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.webp .hero-section {
  background-image: linear-gradient(to right, rgba(250, 191, 25, 0.9) 0%, rgba(255, 159, 31, 0.98) 100%), url(../images/hero-section.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.carrusel {
  text-align: center;
}

/*------------------------Estilos div frase de búsqueda------------------------*/
.frase {
  display: block;
  margin: -50px auto 20px;
  background: #000000;
  padding: 1.5rem 0 !important;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .frase {
    padding: 2rem !important;
  }
}
.frase .titulo {
  display: inline-block;
  padding: 0 2rem;
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  float: left;
  border-right: none;
}
.frase .titulo .ttl {
  font-size: 24pt;
  font-size: 2rem;
  align-self: center;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .frase .titulo .ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .frase .titulo {
    width: 30%;
    flex: 1 1 30%;
    padding: 1rem 2rem;
    border-right: 1px solid white;
  }
}
.frase .textos {
  display: inline-block;
  padding: 1rem 2rem;
  width: 100%;
  flex: 1 1 100%;
  float: left;
}
@media only screen and (min-width: 992px) {
  .frase .textos {
    width: 65%;
    flex: 1 1 65%;
    padding: 1rem 2rem;
  }
}

/*------------------------Sección servicios------------------------*/
.servicios-index {
  background-image: url(../images/bg-gris.png);
  background-repeat: no-repeat;
  background-position: 50% 85px;
  background-size: cover;
  position: relative;
}
.servicios-index .servicios {
  overflow: hidden;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.servicios-index .servicios li {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  float: left;
  margin: 0 15px 40px;
  border: 1px solid #d6d6d6;
  background-color: white;
  vertical-align: top;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .servicios-index .servicios li {
    width: 45%;
    flex: 1 1 45%;
    margin: 0 20px 40px;
  }
}
.servicios-index .servicios li .contenedor-img {
  display: inline-block;
  width: 30%;
  float: left;
  padding-right: 15px;
}
@media screen and (max-width: 495px) {
  .servicios-index .servicios li .contenedor-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.servicios-index .servicios li .contenedor-img .icon {
  width: 96px;
  height: 96px;
  margin: 0 auto;
}
.servicios-index .servicios li .textos {
  display: inline-block;
  width: 70%;
  float: left;
}
@media screen and (max-width: 495px) {
  .servicios-index .servicios li .textos {
    width: 100%;
  }
}
.servicios-index .servicios li .textos mark {
  display: block;
  margin: 0 auto 10px;
  font-size: 17pt;
  line-height: 18pt;
  border-bottom: 20px;
}
.servicios-index .servicios li .textos p {
  margin-bottom: 10px;
}

/*--------------------Nosotros Inner--------------------*/
.nosotros-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nosotros-index .nosotros-texto {
  display: inline-block;
  width: 100%;
  float: left;
  background: #000000;
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  .nosotros-index .nosotros-texto {
    width: 60%;
    padding: 5rem 5rem 5rem 7%;
  }
}
.nosotros-index .nosotros-texto h2 {
  font-size: 2rem;
  color: white;
  text-align: left;
  margin-top: 0;
}
.nosotros-index .nosotros-texto hr {
  margin-left: 0;
}
.nosotros-index .nosotros-texto p {
  text-align: left;
  color: white;
  line-height: 1.5;
  margin-bottom: 40px;
}
.nosotros-index .nosotros-img {
  display: inline-block;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .nosotros-index .nosotros-img {
    width: 40%;
  }
}
.nosotros-index .nosotros-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

/*--------------------Metodologia Inner--------------------*/
.metodo .header-titulo {
  padding: 20px 0 100px;
}
.metodo .metodologia-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
  margin-top: -100px;
  background-color: #F4F4F4;
}
.metodo .metodologia-inner .metodologia-img {
  display: inline-block;
  width: 100%;
  flex: 1 1 100%;
  padding: 2rem;
  float: left;
}
@media only screen and (min-width: 768px) {
  .metodo .metodologia-inner .metodologia-img {
    width: 50%;
    flex: 1 1 50%;
    padding: 2rem 2rem 0 1rem;
  }
}
.metodo .metodologia-inner .metodologia-img img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.metodo .metodologia-inner .metodologia-texto {
  display: inline-block;
  width: 100%;
  flex: 1 1 100%;
  float: left;
  padding: 2rem 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .metodo .metodologia-inner .metodologia-texto {
    width: 50%;
    flex: 1 1 50%;
    padding: 2rem 1.5rem 0 1rem;
  }
}
.metodo .metodologia-inner .metodologia-texto h2 {
  font-size: 2rem;
  text-align: left;
  margin-top: 0;
}
.metodo .metodologia-inner .metodologia-texto hr {
  margin-left: 0;
}
.metodo .metodologia-inner .metodologia-texto ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
  margin-top: 2rem;
}
.metodo .metodologia-inner .metodologia-texto ol li {
  margin: 0 0 2rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.metodo .metodologia-inner .metodologia-texto ol li::before {
  content: counter(my-awesome-counter);
  color: #c75000;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 40px;
  left: calc(-1 * var(--size) - 15px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: -5px;
  border: 1px solid #000000;
  border-radius: 50%;
  text-align: center;
}
.metodo .metodologia-inner .metodologia-texto ol li.deshabilitado {
  color: #333333;
}
.metodo .metodologia-inner .metodologia-texto ol li.deshabilitado::before {
  background: #333333;
}
.metodo .metodologia-inner .metodologia-texto p {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

/*--------------------Anclas--------------------*/
.anclas-index {
  padding: 1rem !important;
  background-color: white;
  margin-bottom: -130px;
  margin-top: 80px;
  z-index: 21;
}
.anclas-index:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 992px) {
  .anclas-index {
    padding: 2rem 1rem !important;
  }
}
.anclas-index .ancla {
  position: relative;
  display: inline-block;
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
  text-align: center;
  transition: all ease 0.5s;
  text-align: left;
}
.anclas-index .ancla:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
@media only screen and (min-width: 992px) {
  .anclas-index .ancla {
    width: 33.3333%;
    flex: 0 1 33%;
    padding: 1rem 2.5rem;
  }
  .anclas-index .ancla:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.anclas-index .ancla h4 {
  color: #000000;
  display: block;
  margin-left: 34px;
}
.anclas-index .ancla h4.maletin:before, .anclas-index .ancla h4.trofeo:before, .anclas-index .ancla h4.saludo:before {
  color: #FF9F1F;
  font-family: "Font Awesome 5 free";
  position: absolute;
  top: 0;
  left: -34px;
}
.anclas-index .ancla h4.maletin:before {
  content: "\f0b1";
}
.anclas-index .ancla h4.trofeo:before {
  content: "\f091";
}
.anclas-index .ancla h4.saludo {
  margin-left: 38px;
}
.anclas-index .ancla h4.saludo:before {
  content: "\f2b5";
  left: -38px;
}
.anclas-index .ancla a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.form-index {
  background-color: #333333;
}
.form-index .form-inner {
  display: block;
}
.form-index .form-inner .form-textos {
  display: block;
  width: 100%;
  padding: 1rem;
  color: white;
}
@media only screen and (min-width: 992px) {
  .form-index .form-inner .form-textos {
    width: 50%;
    float: left;
    padding: 0 5rem 3rem 0;
  }
}
.form-index .form-inner .form-textos h2 {
  font-size: 30pt;
  font-size: 2.5rem;
}
.form-index .form-inner .form-textos hr {
  margin-left: 0;
}
.form-index .form-inner .form {
  display: block;
  width: 100%;
  color: white;
}
@media only screen and (min-width: 992px) {
  .form-index .form-inner .form {
    width: 40%;
    float: left;
  }
}

/*------------------------Contacto------------------------*/
main.contacto .re-central h1 {
  text-align: left;
}
main.contacto .re-central article.contacto-inner {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
}
@media only screen and (max-width: 380px) {
  main.contacto .re-central article.contacto-inner {
    padding: 0 20px;
  }
}
main.contacto .re-central article.contacto-inner section.dir-form {
  padding: 0;
  width: 100%;
  flex: 1 1 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  main.contacto .re-central article.contacto-inner section.dir-form {
    width: 50%;
    flex: 1 1 50%;
    float: left;
    padding: 2rem 2rem 2rem 0;
  }
}
main.contacto .re-central article.contacto-inner section.dir-form .cta-primario {
  padding: 1rem;
  padding-left: 2rem;
  border-radius: 20px;
  background: #f4f4f4;
  color: #FF9F1F;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  main.contacto .re-central article.contacto-inner section.dir-form .cta-primario {
    border-radius: 50px;
  }
}
main.contacto .re-central article.contacto-inner section.dir-form .cta-primario p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main.contacto .re-central article.contacto-inner section.dir-form .cta-primario p b:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  main.contacto .re-central article.contacto-inner section.dir-form .cta-primario p {
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  main.contacto .re-central article.contacto-inner section.dir-form .cta-primario p b:first-child {
    margin-bottom: 0;
  }
}
main.contacto .re-central article.contacto-inner section.dir-form .cta-primario a {
  margin-top: 0;
}
main.contacto .re-central article.contacto-inner section.dir-form form.formulario {
  padding: 1rem;
  /* background: #f4f4f4; */
}
@media only screen and (max-width: 380px) {
  main.contacto .re-central article.contacto-inner section.dir-form form.formulario {
    padding: 1rem 0;
  }
}
main.contacto .re-central article.contacto-inner .img-contacto {
  display: inline-block;
  float: left;
  width: 100%;
  flex: 1 1 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  main.contacto .re-central article.contacto-inner .img-contacto {
    width: 50%;
    flex: 1 1 50%;
  }
}
main.contacto .re-central article.contacto-inner .img-contacto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.contacto .re-central article.contacto-inner .img-contacto #call {
  position: absolute;
  width: 35%;
  height: 20%;
  top: 19%;
  left: 17%;
}
main.contacto .re-central article.contacto-inner .img-contacto #whats {
  position: absolute;
  width: 25%;
  height: 20%;
  top: 27%;
  right: 2%;
}
@media only screen and (max-device-width: 1024px) {
  main.contacto .re-central article.contacto-inner .img-contacto #whats {
    display: none;
  }
}
main.contacto .re-central article.contacto-inner .img-contacto #whats-mov {
  display: none;
}
@media only screen and (max-device-width: 1024px) {
  main.contacto .re-central article.contacto-inner .img-contacto #whats-mov {
    display: block;
    position: absolute;
    width: 25%;
    height: 20%;
    top: 27%;
    right: 2%;
  }
}
main.contacto .re-central hr {
  display: block;
  width: 100%;
  border-top: 1px solid #FF9F1F;
  margin: 2rem auto;
}
main.contacto .re-central .mapa-wrapper {
  margin-top: 2rem;
  width: 100%;
  display: block;
}
main.contacto .re-central .mapa-wrapper address {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
main.contacto .re-central .mapa-wrapper address p,
main.contacto .re-central .mapa-wrapper address a {
  display: block;
}
main.contacto .re-central .mapa-wrapper address p i,
main.contacto .re-central .mapa-wrapper address a i {
  color: #FF9F1F;
}
main.contacto .re-central .mapa-wrapper address p:hover,
main.contacto .re-central .mapa-wrapper address a:hover {
  color: #eb8600;
}
@media only screen and (max-device-width: 1024px) {
  main.contacto .re-central .mapa-wrapper address .wts-dsk {
    display: none;
  }
}
main.contacto .re-central .mapa-wrapper address .wts-mov {
  display: none;
}
@media only screen and (max-device-width: 1024px) {
  main.contacto .re-central .mapa-wrapper address .wts-mov {
    display: block;
  }
}
main.contacto .re-central .mapa-wrapper .mapa {
  display: inline-block;
  float: left;
  margin: 0 auto 40px;
  text-align: left;
  width: 100%;
  text-align: center;
}
main.contacto .re-central .mapa-wrapper .mapa .mapa-canvas {
  width: 100%;
  height: 350px;
  border: 3px solid #d6d6d6;
}
main.contacto .re-central .mapa-wrapper .mapa .mapa-canvas div.gm-style > div:first-child {
  pointer-events: none;
}
@media only screen and (min-width: 480px) {
  main.contacto .re-central .mapa-wrapper .mapa .mapa-canvas div.gm-style > div:first-child {
    pointer-events: auto;
  }
}

/*--------------------Paginación--------------------*/
.paginacion {
  width: 100%;
  height: 35px;
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.paginacion a,
.paginacion b {
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
.paginacion b {
  color: white;
  background-color: #000000;
}
.paginacion a {
  color: #000000;
  background-color: #F4F4F4;
  transition: box-shadow 0.2s ease;
}
.paginacion a:hover {
  background-color: #FF9F1F;
  box-shadow: inset 0 0 0 3px #d6d6d6;
}

/*------------------------404------------------------*/
.error404 {
  text-align: left;
  background-image: linear-gradient(to right, rgba(250, 191, 25, 0.9) 0%, rgba(255, 159, 31, 0.9) 100%);
}
.error404 .mrg-err {
  width: 100%;
  padding: 50px 15px 0;
}
.error404 .mrg-err .msn-err {
  width: 100%;
  margin-bottom: 40px;
}
.error404 .mrg-err .msn-err h1 {
  font-size: 5rem;
}
.error404 .mrg-err .msn-err h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.error404 .mrg-err .img-err {
  width: 100%;
  display: flex;
}
.error404 .mrg-err .img-err img {
  width: 40%;
  min-width: 180px;
  margin-left: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 414px) {
  .error404 .mrg-err {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 568px) {
  .error404 .mrg-err {
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .error404 .mrg-err {
    width: 70%;
    margin: auto;
    padding: 105px 0 0;
  }
  .error404 .mrg-err .msn-err {
    width: 50%;
    max-width: 400px;
  }
  .error404 .mrg-err .msn-err h1 {
    font-size: 8rem;
  }
  .error404 .mrg-err .msn-err h2 {
    font-size: 2rem;
  }
  .error404 .mrg-err .msn-err a {
    font-size: 1rem;
  }
  .error404 .mrg-err .img-err {
    width: 50%;
  }
  .error404 .mrg-err .img-err img {
    min-width: 280px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {
  .error404 .mrg-err {
    width: 80%;
  }
}

/*------------------------Soluciones------------------------*/
.soluciones .header-titulo {
  padding: 20px 0 100px;
}
.soluciones .contenido {
  padding: 40px 0;
  margin-top: -100px;
  background-color: #F4F4F4;
}
.soluciones .contenido .soluciones-inner {
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
.soluciones .contenido .soluciones-inner .imagen {
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .soluciones .contenido .soluciones-inner .imagen {
    width: 40%;
  }
}
.soluciones .contenido .soluciones-inner .imagen .icon-container {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soluciones .contenido .soluciones-inner .imagen .icon-container .icon {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .soluciones .contenido .soluciones-inner .imagen .icon-container {
    width: 300px;
    height: 300px;
  }
  .soluciones .contenido .soluciones-inner .imagen .icon-container .icon {
    width: 280px;
    height: 280px;
  }
}
.soluciones .contenido .soluciones-inner .textos {
  width: 58%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .soluciones .contenido .soluciones-inner .textos {
    width: 100%;
    float: none;
    margin: 20px auto;
  }
  .soluciones .contenido .soluciones-inner .textos h1 {
    text-align: center;
  }
}
.soluciones .contenido .soluciones-inner .textos .secundario {
  margin-right: 20px;
}
.soluciones .contenido .soluciones-inner ul {
  margin-left: 40px;
}
.soluciones .contenido .soluciones-inner li {
  list-style: disc;
  list-style-position: outside;
  color: #333;
}
.soluciones .contenido .soluciones-inner li li {
  list-style: circle;
}

.webp .header-titulo {
  background-image: linear-gradient(to right, rgba(250, 191, 25, 0.9) 0%, rgba(255, 159, 31, 0.9) 100%), url(../images/hero-section.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.webp .header-titulo {
  background-image: linear-gradient(to right, rgba(250, 191, 25, 0.9) 0%, rgba(255, 159, 31, 0.9) 100%), url(../images/hero-section.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

/*------------------------Nosotros------------------------*/
.nosotros .nosotros-inner {
  display: block;
  width: 100%;
}
.nosotros .nosotros-inner .nosotros-textos {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .nosotros .nosotros-inner .nosotros-textos {
    width: 50%;
    padding: 2rem;
  }
}
.nosotros .nosotros-inner .nosotros-imagen {
  display: inline-block;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nosotros .nosotros-inner .nosotros-imagen {
    width: 50%;
  }
}
.nosotros .nosotros-inner .nosotros-imagen img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/*------------------------Ventajas------------------------*/
.ventajas .linkss {
  justify-content: center;
}
.ventajas .ventajas-inner {
  text-align: center;
}
.ventajas .ventajas-inner h1 {
  padding-left: 20px;
}
@media screen and (max-width: 540px) {
  .ventajas .ventajas-inner h1 {
    padding-left: 0;
  }
}
.ventajas .ventajas-inner .img-link img {
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.ventajas .ventajas-inner .links {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 6rem 1rem;
  margin: 0;
}
.ventajas .ventajas-inner .links h1 {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 100;
}
.ventajas .ventajas-inner .links .descrip {
  margin: auto auto 20px;
  max-width: 600px;
}
.ventajas .ventajas-inner .links p {
  max-width: 600px;
}
.ventajas .ventajas-inner .links p.llegar {
  padding-top: 20px;
}
.ventajas .ventajas-inner .links .link-rs {
  display: flex;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(28, 32, 93, 0.24) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 30px;
  max-width: 400px;
  min-width: 220px;
  text-align: left;
  margin: 0 auto 16px;
  text-align: center;
}
.ventajas .ventajas-inner .links .link-rs p {
  margin: 0 auto;
}
.ventajas .ventajas-inner .links .link-rs .icon {
  width: 46px;
  height: 22px;
  padding-right: 10px;
  padding-left: 15px;
  position: absolute;
}
.ventajas .ventajas-inner .links .link-rs:hover {
  background-color: rgb(238, 238, 238);
  transition: cubic-bezier(0.07, 1.41, 0.82, 1.41) 0.2s;
  transform: scale(1.02);
}
.ventajas .ventajas-inner .links .link-como {
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(28, 32, 93, 0.24) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 30px;
  max-width: 400px;
  min-width: 220px;
  text-align: left;
  margin: 0 auto 16px;
  text-align: center;
}
.ventajas .ventajas-inner .links .link-como:hover {
  background-color: rgb(238, 238, 238);
  transition: cubic-bezier(0.07, 1.41, 0.82, 1.41) 0.2s;
  transform: scale(1.02);
}
.ventajas .ventajas-inner .links .wa-mail h1 {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 100;
  padding-top: 20px;
  padding-bottom: 15px;
}
.ventajas .ventajas-inner .links .mail {
  width: 50px;
  max-width: 0;
  min-width: 60px;
  padding-left: 5px;
  padding-right: 10px;
  margin-left: 20px;
  margin-right: 40%;
  font-size: 1.5rem;
}
.ventajas .ventajas-inner .links .mail i {
  padding: 3px 10px;
}
.ventajas .ventajas-inner .links .contact {
  display: flex;
  margin: 0;
}
.ventajas .ventajas-inner .links .whatsapp-button {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: #25d366;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.ventajas .ventajas-inner .ventajas-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 !important;
}
.ventajas .ventajas-inner .ventajas-lista li {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  float: left;
  margin: 0 15px 40px;
  border: 1px solid #d6d6d6;
  background-color: white;
  vertical-align: top;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .ventajas .ventajas-inner .ventajas-lista li {
    width: 45%;
    flex: 1 1 45%;
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 380px) {
  .ventajas .ventajas-inner .ventajas-lista li {
    margin: 0 0 40px;
  }
}
.ventajas .ventajas-inner .ventajas-lista li .contenedor-img {
  display: inline-block;
  width: 100%;
  float: left;
  padding-right: 15px;
  margin-bottom: 20px;
}
.ventajas .ventajas-inner .ventajas-lista li .contenedor-img .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.ventajas .ventajas-inner .ventajas-lista li .textos {
  display: inline-block;
  width: 100%;
  float: left;
}
.ventajas .ventajas-inner .ventajas-lista li .textos mark {
  display: block;
  margin: 0 auto 10px;
  font-size: 17pt;
  line-height: 18pt;
  border-bottom: 20px;
}
.ventajas .ventajas-inner .ventajas-lista li .textos p {
  margin-bottom: 10px;
}
.ventajas .ventajas-inner .ventajas-lista .recur-ul ul {
  width: 100%;
}
.ventajas .ventajas-inner .ventajas-lista .recursos {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
  float: left;
  flex: 0 0 100%;
  margin: 0 0px 10px;
  border: 1px solid #d6d6d6;
  background-color: white;
  vertical-align: top;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .ventajas .ventajas-inner .ventajas-lista .recursos {
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
@media only screen and (max-width: 770px) {
  .ventajas .ventajas-inner .ventajas-lista .recursos {
    flex: 0 0 100%;
  }
}
.ventajas .ventajas-inner .ventajas-lista .recursos .contenedor-img {
  display: inline-block;
  width: 100%;
  float: left;
  padding-right: 15px;
  margin-bottom: 20px;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .contenedor-img .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .textos {
  display: inline-block;
  width: 100%;
  float: left;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .textos mark {
  display: block;
  margin: 0 auto 10px;
  font-size: 17pt;
  line-height: 18pt;
  border-bottom: 20px;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .textos p {
  margin-bottom: 10px;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .secc {
  flex-wrap: wrap;
  width: 31%;
  margin-left: 20px;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(1) {
  width: 20%;
}
.ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(2) {
  width: 40%;
}
@media only screen and (max-width: 952px) {
  .ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(2) {
    width: 32%;
  }
}
.ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(3) {
  width: 32%;
}
@media only screen and (max-width: 840px) {
  .ventajas .ventajas-inner .ventajas-lista .recursos .secc {
    width: 100%;
    min-width: 170px;
    margin-left: 0;
  }
  .ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(1) {
    width: 100%;
  }
  .ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(2) {
    width: 100%;
  }
  .ventajas .ventajas-inner .ventajas-lista .recursos .secc:nth-child(3) {
    width: 100%;
  }
}

/*------------------------recursos------------------------*/
.recursos .linkss {
  justify-content: center;
}
.recursos .texto--inicio {
  margin: 0 0 25px;
}
.recursos .texto--inicio p {
  text-align: left;
  width: 90%;
  margin: 0 0 10px;
  padding-left: 20px;
}
@media screen and (min-width: 670px) {
  .recursos .texto--inicio p {
    width: 98%;
  }
}
.recursos .recursos-inner {
  text-align: center;
}
.recursos .recursos-inner h4 {
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .recursos .recursos-inner h4 {
    padding-left: 0;
    padding-left: 20px;
  }
}
.recursos .recursos-inner .img-link img {
  border-radius: 50%;
  max-width: 20%;
  margin-bottom: 15px;
  min-width: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.recursos .recursos-inner .links {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 6rem 1rem;
  margin: 0;
}
.recursos .recursos-inner .links h1 {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 100;
}
.recursos .recursos-inner .links .descrip {
  margin: auto auto 20px;
  max-width: 600px;
}
.recursos .recursos-inner .links .link-rs {
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(28, 32, 93, 0.24) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 30px;
  max-width: 400px;
  min-width: 220px;
  text-align: left;
  margin: 0 auto 16px;
}
.recursos .recursos-inner .links .link-rs i {
  padding-right: 20px;
  padding-left: 35px;
}
.recursos .recursos-inner .links .wa-mail h1 {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 100;
  padding-top: 20px;
  padding-bottom: 15px;
}
.recursos .recursos-inner .links .wa {
  width: 50px;
  max-width: 0;
  min-width: 60px;
  padding: 3px 5px;
  margin-left: 40%;
  font-size: 2rem;
}
.recursos .recursos-inner .links .wa i {
  padding: 3px 10px;
}
@media only screen and (max-width: 1110px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 38%;
  }
}
@media only screen and (max-width: 933px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 35%;
  }
}
@media only screen and (max-width: 933px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 36%;
  }
}
@media only screen and (max-width: 929px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 36%;
  }
}
@media only screen and (max-width: 896px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 34%;
  }
}
@media only screen and (max-width: 695px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 32%;
  }
}
@media only screen and (max-width: 688px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 28%;
  }
}
@media only screen and (max-width: 590px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 24%;
  }
}
@media only screen and (max-width: 570px) {
  .recursos .recursos-inner .links .wa {
    margin-left: 18%;
  }
}
.recursos .recursos-inner .links .mail {
  width: 50px;
  max-width: 0;
  min-width: 60px;
  padding-left: 5px;
  padding-right: 10px;
  margin-left: 20px;
  margin-right: 40%;
  font-size: 1.5rem;
}
.recursos .recursos-inner .links .mail i {
  padding: 3px 10px;
}
.recursos .recursos-inner .links .contact {
  display: flex;
  margin: 0;
}
.recursos .recursos-inner .links .whatsapp-button {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: #25d366;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.recursos .recursos-inner .recursos-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 !important;
}
.recursos .recursos-inner .recursos-lista li {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  float: left;
  margin: 0 15px 40px;
  border: 1px solid #d6d6d6;
  background-color: white;
  vertical-align: top;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .recursos .recursos-inner .recursos-lista li {
    width: 45%;
    flex: 1 1 45%;
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 380px) {
  .recursos .recursos-inner .recursos-lista li {
    margin: 0 0 40px;
  }
}
.recursos .recursos-inner .recursos-lista li .contenedor-img {
  display: inline-block;
  width: 100%;
  float: left;
  padding-right: 15px;
  margin-bottom: 20px;
}
.recursos .recursos-inner .recursos-lista li .contenedor-img .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.recursos .recursos-inner .recursos-lista li .textos {
  display: inline-block;
  width: 100%;
  float: left;
}
.recursos .recursos-inner .recursos-lista li .textos mark {
  display: block;
  margin: 0 auto 10px;
  font-size: 17pt;
  line-height: 18pt;
  border-bottom: 20px;
}
.recursos .recursos-inner .recursos-lista li .textos p {
  margin-bottom: 10px;
}
.recursos .recursos-inner .recursos-lista .recur-ul ul {
  width: 100%;
}
.recursos .recursos-inner .recursos-lista .recursos {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
  float: left;
  flex: 0 0 100%;
  margin: 0 0px 10px;
  border-bottom: 1px solid #d6d6d6;
  background-color: white;
  vertical-align: top;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .recursos .recursos-inner .recursos-lista .recursos {
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
@media only screen and (max-width: 770px) {
  .recursos .recursos-inner .recursos-lista .recursos {
    flex: 0 0 100%;
  }
}
.recursos .recursos-inner .recursos-lista .recursos .contenedor-img {
  display: inline-block;
  width: 100%;
  float: left;
  padding-right: 15px;
  margin-bottom: 20px;
}
.recursos .recursos-inner .recursos-lista .recursos .contenedor-img .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.recursos .recursos-inner .recursos-lista .recursos .textos {
  display: inline-block;
  width: 100%;
  float: left;
}
.recursos .recursos-inner .recursos-lista .recursos .textos mark {
  display: block;
  margin: 0 auto 15px;
  font-size: 17pt;
  line-height: 18pt;
  border-bottom: 20px;
}
.recursos .recursos-inner .recursos-lista .recursos .secc {
  flex-wrap: wrap;
  width: 31%;
  margin-left: 25px;
}
.recursos .recursos-inner .recursos-lista .recursos .secc .bnt {
  display: inline-block;
  padding: 15px 40px;
  background-color: #000000;
  color: white;
}
.recursos .recursos-inner .recursos-lista .recursos .secc .bnt:hover {
  background-color: #FF9F1F;
  color: white;
}
.recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(1) {
  width: 25%;
  margin-left: 0px;
}
.recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(2) {
  width: 57%;
}
.recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(3) {
  width: 8%;
  margin-left: 35px;
}
@media only screen and (max-width: 840px) {
  .recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(3) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 840px) {
  .recursos .recursos-inner .recursos-lista .recursos .secc {
    width: 100%;
    min-width: 170px;
    margin-left: 0;
    margin-top: 20px;
  }
  .recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(1) {
    width: 100%;
  }
  .recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(2) {
    width: 100%;
  }
  .recursos .recursos-inner .recursos-lista .recursos .secc:nth-child(3) {
    width: 100%;
  }
}

/*------------------------Proyectos Clientes------------------------*/
/*------------------------Proyectos Detalle------------------------*/
.proyectosDetalle .re-central {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proyectosDetalle .re-central .proyDetCtrl {
  display: block;
  width: 100%;
  flex: 1 1 100%;
  clear: both;
  text-align: center;
  margin-bottom: 2rem;
}
.proyectosDetalle .re-central .proyDetCtrl a {
  display: inline-block;
  margin: 5px 3px;
  padding: 5px 8px;
  color: #fff;
  background: #333;
}
.proyectosDetalle .re-central .carruselResponsiveDiv {
  display: inline-block;
  float: left;
  width: 100%;
  flex: 1 1 100%;
  order: 2;
}
@media screen and (min-width: 1023px) {
  .proyectosDetalle .re-central .carruselResponsiveDiv {
    width: 59%;
    flex: 1 1 59%;
    margin: 0 auto 40px;
    order: 1;
  }
}
.proyectosDetalle .re-central .carruselResponsiveDiv li {
  margin: 2px 0 20px 2px;
  padding: 10px 10px 10px 10px;
  background: #fcfcfc;
  box-shadow: 2px 2px 5px #ccc;
}
.proyectosDetalle .re-central .carruselResponsiveDiv li img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.proyectosDetalle .re-central .proyDet {
  display: inline-block;
  float: right;
  width: 100%;
  flex: 1 1 100%;
  order: 1;
  padding: 1rem;
}
@media screen and (min-width: 1023px) {
  .proyectosDetalle .re-central .proyDet {
    width: 39%;
    flex: 1 1 39%;
    margin: 0 auto 10px auto;
    padding: 1rem 0 1rem 3rem;
    order: 2;
  }
}
.proyectosDetalle .re-central .proyDet .proyDet__inner {
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 1024px) {
  .proyectosDetalle .re-central .proyDet .proyDet__inner {
    position: initial;
  }
}
.proyectosDetalle .re-central .proyDet .proyDet__inner div {
  margin-bottom: 20px;
}
.proyectosDetalle .re-central .proyDet .proyDet__inner div p {
  font-size: 10pt;
  margin: 0;
}
.proyectosDetalle .re-central .proyDet .proyDet__inner div span {
  font-weight: 600;
  color: #f39200;
}
.proyectosDetalle .re-central .proyDet .proyDet__inner a {
  margin: 20px 0;
}
.proyectosDetalle .re-central .proyDet .proyDet__inner .explicacion {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 15px 0;
  padding: 0 0 10px 0;
  color: #333;
}
.proyectosDetalle .re-central .proyDet .primario {
  margin: 0 20px 10px 0 !important;
}
.proyectosDetalle .re-central .proyDet .secundario {
  margin: 0 0 !important;
}

/*------------------------Contacto Formulario------------------------*/
/*------------------------Ubicación------------------------*/
/*------------------------Contacto Gracias------------------------*/
.contactoGracias {
  display: block;
  font-size: 11pt;
  text-align: center;
  line-height: 19pt;
  padding: 20px 0;
}
.contactoGracias h1 {
  margin-bottom: 10px;
}
.contactoGracias p {
  font-size: 15.6pt;
  font-size: 1.3rem;
}

.contactoGracias .cliente {
  font-weight: 600;
  color: #f39200;
}

/*------------------------Descargas------------------------*/
/*------------------------No Analytics------------------------*/
.noanalytics {
  margin: 50px 0 0 0;
  font-size: 12pt;
  text-align: center;
}
.noanalytics h1 {
  font-weight: 600;
  color: #f39200;
}
.noanalytics p {
  margin: 5px 0 10px 0;
}
.noanalytics p strong {
  font-weight: 600;
  color: #f00;
}/*# sourceMappingURL=estilos.min.css.map */