@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
/*--------------------Resetear estilos por defecto del navegador--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  -webkit-box-sizing: border-box;
          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;
}

/*--------------------Resetear editor de texto--------------------*/
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 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 {
  line-height: initial;
  color: #535256;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

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

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

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

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #1b1b1b;
  font-size: 12pt;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
}

h1, h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24pt;
  font-size: 2rem;
}
h1.pleca, h2.pleca {
  padding-bottom: 20px;
}
h1.pleca:after, h2.pleca:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: white;
}
h1.pleca.negra:after, h2.pleca.negra:after {
  background-color: #1b1b1b;
}
@media only screen and (min-width: 1360px) {
  h1, h2 {
    font-size: 27pt;
    font-size: 2.25rem;
  }
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #1b1b1b;
  font-size: 14.4pt;
  font-size: 1.2rem;
}

h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background-color: #ff8500;
}

h5 {
  margin-bottom: 10px;
  color: #ff8500;
  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;
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
}

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

b, strong, mark {
  font-weight: 600;
  color: #1b1b1b;
  background: none;
}

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

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

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.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-responsive {
    display: none !important;
  }
}

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

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

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

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

/*--------------------Generales de la Marca--------------------*/
body > a.logo {
  width: 125px;
  position: absolute;
  top: 25px;
  left: 6%;
  z-index: 15;
}
@media only screen and (min-width: 480px) {
  body > a.logo {
    left: 4%;
  }
}
@media only screen and (min-width: 769px) {
  body > a.logo {
    left: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  body > a.logo {
    width: 160px;
    left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  body > a.logo {
    top: 36px;
    left: 7%;
  }
}
@media only screen and (min-width: 1440px) {
  body > a.logo {
    left: 12.5%;
  }
}

/*--------------------Generales del Template Header--------------------*/
header {
  position: absolute;
  z-index: 5;
  min-height: 85px;
  overflow: hidden;
  color: white;
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1024px) {
  header {
    min-height: 120px;
  }
}
header address {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  header address {
    margin-top: 10px;
  }
}
header address a.telefonos {
  font-size: 13.2pt;
  font-size: 1.1rem;
}
header address a.telefonos strong {
  color: white;
}

/*--------------------Generales del Template Nav--------------------*/
nav {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
nav.navSticky {
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 0.5em 0;
  -webkit-box-shadow: 11px 13px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 11px 13px 25px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1023px) {
  nav div.re-central {
    width: 100%;
    padding: 0.8em 0;
  }
}
@media only screen and (min-width: 1024px) {
  nav {
    top: 35px;
  }
  nav div.re-central div.re-content ul.re-ul-principal {
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  nav {
    top: 45px;
  }
  nav div.re-central div.re-content div.redes-sociales {
    display: block;
  }
  nav div.re-central div.re-content ul.re-ul-principal li div p {
    padding: 0 20px;
    font-size: 13.2pt;
    font-size: 1.1rem;
  }
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  overflow: hidden;
  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: 768px) {
  main > .re-central,
main > .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;
  z-index: 5;
}
footer a {
  position: relative;
  line-height: 2;
}
footer a:hover {
  color: #ff8500;
}
footer section {
  position: relative;
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  footer section {
    padding: 5em 0;
  }
}
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 {
    margin: 0 -2%;
    text-align: left;
  }
}
footer section div.re-central > div > div {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div > div {
    float: left;
    width: 29.33%;
    margin: 0 2%;
  }
}
footer section div.re-central > div > div .social {
  margin-top: 50px;
}
footer section div.re-central > div > div .social span {
  display: block;
  font-weight: 500;
}
footer section div.re-central > div > div .social a {
  margin-right: 10px;
}
footer section div.re-central > div > div .social a:hover {
  color: #ff8500;
}
footer section div.re-central > div > div ul {
  font-weight: 600;
}
footer section div.re-central > div > div address {
  line-height: 2;
}
footer section div.re-central > div > div address .icon-prev {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div > div address .icon-prev {
    padding-left: 30px;
  }
}
footer section div.re-central > div > div address .icon-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div > div address .icon-prev:before {
    display: block;
  }
}
footer section div.re-central > div > div address .icon-prev:first-child:before {
  content: url(../images/template/address-footer-icon.png);
}
footer section div.re-central > div > div address .icon-prev:nth-child(2):before {
  content: url(../images/template/phone-footer-icon.png);
}
footer section div.re-central > div > div address .icon-prev:nth-child(3):before {
  content: url(../images/template/mail-footer-icon.png);
}
footer section div.re-central > div > div .mapa {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  footer section div.re-central > div > div .mapa {
    width: 300px;
  }
}
footer section div.re-central > div > div .mapa #mapa-canvas {
  width: 100%;
  border: 5px solid #e0e0e0;
  border-radius: 10px;
}
footer div.copyright {
  padding: 1em 0;
  text-align: center;
  color: white;
  background-color: #000000;
  font-size: 11.4pt;
  font-size: 0.95rem;
}

/*--------------------Particles Effect--------------------*/
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------Zoopim Chat--------------------*/
.zopim {
  right: 180px !important;
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #25d366;
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  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;
  }
}
@media only screen and (min-width: 1024px) {
  .whatsapp-button.desktop {
    display: block;
  }
}
.whatsapp-button i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*-------------------Call to action--------------------*/
.call-to-action {
  background-color: #f1f1f1;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .call-to-action .re-central div {
    width: 50%;
    float: left;
  }
}
.call-to-action .re-central div mark {
  text-transform: uppercase;
  font-size: 20.4pt;
  font-size: 1.7rem;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .call-to-action .boton-lineal.primario {
    margin: 0;
  }
}

/*--------------------Boton ir arriba--------------------*/
.ir-arriba {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #1b1b1b;
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.ir-arriba:hover {
  background-color: #000000;
}
.ir-arriba i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*--------------------Botón Lineal--------------------*/
.boton-lineal {
  width: auto;
  display: inline-block;
  padding: 1em 2.5em;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12pt;
  font-size: 1rem;
}
.boton-lineal:hover {
  color: white;
  background-color: #000000;
}
.boton-lineal.blanco {
  border: 1px solid white;
  background-color: white;
  color: #1b1b1b;
}
.boton-lineal.blanco:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0);
}
.boton-lineal.naranja {
  border: 1px solid #ff8500;
  color: white;
  background-color: #ff8500;
}
.boton-lineal.naranja:hover {
  background-color: white;
  color: #ff8500;
}

/*--------------------Formularios--------------------*/
form input[type=reset] {
  width: auto;
  min-width: 10em;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-bottom-width: 1px;
  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;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  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: #000000;
  background: #1b1b1b;
}
form input.input-secundario {
  color: white;
  border-bottom-color: #d86e05;
  background: #ff8500;
}
form input[type=submit] {
  cursor: pointer;
  background-color: white;
  color: inherit;
  webkit-transition: color 0.25s ease, background 0.25s ease;
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
}
form.formulario {
  margin: 0 auto;
  color: #1b1b1b;
}
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: #1b1b1b;
  text-transform: uppercase;
}
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;
  font-size: 12pt;
  font-size: 1rem;
  color: #1b1b1b;
  text-align: center;
}
form.formulario div.alerta span {
  color: #1b1b1b;
  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: #ff8500;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1b1b1b;
}
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%;
  height: 40px;
  margin-bottom: 20px;
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario textarea {
  height: 80px;
}
form.formulario input[type=text]::-webkit-input-placeholder, form.formulario input[type=email]::-webkit-input-placeholder, form.formulario input[type=tel]::-webkit-input-placeholder, form.formulario input[type=password]::-webkit-input-placeholder, form.formulario textarea::-webkit-input-placeholder, form.formulario select::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
form.formulario input[type=text]::-moz-placeholder, form.formulario input[type=email]::-moz-placeholder, form.formulario input[type=tel]::-moz-placeholder, form.formulario input[type=password]::-moz-placeholder, form.formulario textarea::-moz-placeholder, form.formulario select::-moz-placeholder {
  text-transform: uppercase;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
form.formulario input[type=text]:-ms-input-placeholder, form.formulario input[type=email]:-ms-input-placeholder, form.formulario input[type=tel]:-ms-input-placeholder, form.formulario input[type=password]:-ms-input-placeholder, form.formulario textarea:-ms-input-placeholder, form.formulario select:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
form.formulario input[type=text]::-ms-input-placeholder, form.formulario input[type=email]::-ms-input-placeholder, form.formulario input[type=tel]::-ms-input-placeholder, form.formulario input[type=password]::-ms-input-placeholder, form.formulario textarea::-ms-input-placeholder, form.formulario select::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
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 {
  text-transform: uppercase;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
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 {
  background: #e0e0e0;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  position: relative;
  display: none;
  padding-bottom: 1em;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 320px) {
  .bread-crumbs {
    display: block;
  }
}
.bread-crumbs a, .bread-crumbs mark {
  position: relative;
  padding: 5px;
  -webkit-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  transition: color ease 0.5s;
  color: #e0e0e0;
}
.bread-crumbs a {
  font-weight: 600;
}
.bread-crumbs a:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bread-crumbs a:hover {
  color: #1b1b1b;
}

/*--------------------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;
  border-radius: 5px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
.paginacion b {
  color: white;
  background-color: #1b1b1b;
}
.paginacion a {
  color: #1b1b1b;
  background-color: #f1f1f1;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.paginacion a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #e0e0e0;
          box-shadow: inset 0 0 0 3px #e0e0e0;
}

/*--------------------Anterior / Siguiente--------------------*/
.ant-sig {
  position: relative;
  z-index: 15;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig {
    margin: 70px auto;
  }
}
.ant-sig div {
  display: block;
  position: relative;
  margin: 0 auto;
}
@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;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ant-sig div.ant {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant {
    width: 13em;
    float: left;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant figure {
    bottom: 0;
    right: -75px;
  }
}
.ant-sig div.sig {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig {
    width: 13em;
    float: right;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig figure {
    bottom: 0;
    left: -75px;
  }
}
@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 {
  display: block;
  width: 13em;
  max-width: 100%;
  height: 40px;
  position: relative;
  border: 1px solid #1b1b1b;
  margin: 0 auto;
  color: white;
  background-color: #1b1b1b;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ant-sig div a:hover {
  color: #1b1b1b;
  background-color: white;
  border: 1px solid #1b1b1b;
}
.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  width: 25px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  color: white;
  line-height: 37px;
  background-color: #1b1b1b;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.ant-sig div a.ant:before {
  left: -1px;
  content: "<";
}
.ant-sig div a.sig:after {
  right: -1px;
  content: ">";
}
.ant-sig div a.ant:hover:before, .ant-sig div a.sig:hover:after {
  background: #000000;
}

/*------------------------Generales Paquetes------------------------*/
article.paquetes > ul {
  text-align: center;
  margin: 0 auto;
}
article.paquetes > ul:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  article.paquetes > ul {
    margin: 0 -2%;
  }
}
article.paquetes > ul > li {
  position: relative;
  margin-bottom: 6%;
  background-color: white;
  padding: 2em 0;
  border-bottom: 5px solid #ff8500;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (min-width: 768px) {
  article.paquetes > ul > li {
    float: left;
    width: 46%;
    margin: 0 2% 6%;
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  article.paquetes > ul > li {
    width: 29.33%;
  }
}
article.paquetes > ul > li figure div img {
  max-width: 100%;
  max-height: 100px;
}
article.paquetes > ul > li figure figcaption {
  padding: 1em;
}
article.paquetes > ul > li figure figcaption mark {
  display: block;
  font-weight: 400;
  font-size: 18pt;
  font-size: 1.5rem;
}
article.paquetes > ul > li figure figcaption .txt-editor {
  margin: 20px 0;
  line-height: 2;
}
article.paquetes > ul > li:hover {
  -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
}

/*------------------------Generales Galeria------------------------*/
aside.galeria ul li {
  border: 1px solid #e0e0e0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 5px;
}
aside.galeria ul li a {
  position: relative;
  display: block;
}
aside.galeria ul li a:hover .ver-mas {
  opacity: 1;
}
aside.galeria ul li a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
aside.galeria ul li a .ver-mas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
aside.galeria ul li a .ver-mas i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 60pt;
  font-size: 5rem;
}

/*--------------------Index--------------------*/
main.index {
  text-align: center;
}
main.index .imagen-fondo-index {
  position: relative;
  height: 600px;
  background-image: url(../images/header-general.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 1024px) {
  main.index .imagen-fondo-index {
    background-attachment: fixed;
    min-height: 700px;
  }
}
main.index .imagen-fondo-index .texto-imagen {
  position: relative;
  z-index: 1;
  top: calc(50% + 35px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity ease 2s;
  -o-transition: opacity ease 2s;
  transition: opacity ease 2s;
}
main.index .imagen-fondo-index .texto-imagen.ver {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  main.index .imagen-fondo-index .texto-imagen {
    top: calc(50% + 60px);
  }
}
main.index .imagen-fondo-index .texto-imagen section strong {
  color: white;
}
main.index .imagen-fondo-index .texto-imagen section .boton-lineal {
  opacity: 0;
  -webkit-transition: opacity ease 2s, background-color ease 0.25s;
  -o-transition: opacity ease 2s, background-color ease 0.25s;
  transition: opacity ease 2s, background-color ease 0.25s;
}
main.index .imagen-fondo-index .texto-imagen section .boton-lineal.ver {
  opacity: 1;
}
main.index .texto-intro strong {
  color: #ff8500;
}
main.index .paquetes-index {
  text-align: center;
  background-color: #f1f1f1;
}
main.index .ventajas-index {
  background-image: url(../images/ventajas-index.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 1024px) {
  main.index .ventajas-index {
    background-attachment: fixed;
  }
}
main.index .ventajas-index .ventajas-iconos {
  color: white;
}
@media only screen and (max-width: 767px) {
  main.index .ventajas-index .ventajas-iconos ul {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  main.index .ventajas-index .ventajas-iconos ul {
    margin: 0 -2%;
  }
}
main.index .ventajas-index .ventajas-iconos ul li {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  main.index .ventajas-index .ventajas-iconos ul li {
    float: left;
    width: 46%;
    margin: 0 2%;
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1024px) {
  main.index .ventajas-index .ventajas-iconos ul li {
    width: 29.33%;
  }
}
main.index .ventajas-index .ventajas-iconos ul li figure img {
  width: 60px;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  border-bottom: 3px solid white;
}
main.index .ventajas-index .ventajas-iconos ul li figure figcaption {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
main.index .ventajas-index .ventajas-iconos ul li figure figcaption mark {
  color: inherit;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
main.index .ventajas-index .ventajas-iconos ul li:hover figure figcaption {
  text-shadow: 0px 0px 10px white;
}
main.index .opiniones {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
main.index .opiniones div.slider1 section {
  margin-bottom: 20px;
}
main.index .opiniones div.slider1 section img {
  display: block;
  margin: 20px auto;
}
main.index .opiniones div.slider1 .opiniones-nombre {
  color: #ff8500;
  font-size: 18pt;
  font-size: 1.5rem;
}

/*--------------------General Fondo Internas--------------------*/
main.paquetes .imagen-fondo-internas, main.paquetes-detalle .imagen-fondo-internas, main.servicios .imagen-fondo-internas, main.nosotros .imagen-fondo-internas, main.contacto .imagen-fondo-internas, main.error404 .imagen-fondo-internas, main.contacto-gracias .imagen-fondo-internas {
  position: relative;
  height: 300px;
  text-align: center;
  background-image: url(../images/diseno-web.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}
@media only screen and (min-width: 1024px) {
  main.paquetes .imagen-fondo-internas, main.paquetes-detalle .imagen-fondo-internas, main.servicios .imagen-fondo-internas, main.nosotros .imagen-fondo-internas, main.contacto .imagen-fondo-internas, main.error404 .imagen-fondo-internas, main.contacto-gracias .imagen-fondo-internas {
    background-position: center bottom;
    background-attachment: fixed;
  }
}
main.paquetes .imagen-fondo-internas:before, main.paquetes-detalle .imagen-fondo-internas:before, main.servicios .imagen-fondo-internas:before, main.nosotros .imagen-fondo-internas:before, main.contacto .imagen-fondo-internas:before, main.error404 .imagen-fondo-internas:before, main.contacto-gracias .imagen-fondo-internas:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
main.paquetes .imagen-fondo-internas .texto-imagen, main.paquetes-detalle .imagen-fondo-internas .texto-imagen, main.servicios .imagen-fondo-internas .texto-imagen, main.nosotros .imagen-fondo-internas .texto-imagen, main.contacto .imagen-fondo-internas .texto-imagen, main.error404 .imagen-fondo-internas .texto-imagen, main.contacto-gracias .imagen-fondo-internas .texto-imagen {
  position: relative;
  top: calc(50% + 35px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity ease 2s;
  -o-transition: opacity ease 2s;
  transition: opacity ease 2s;
}
main.paquetes .imagen-fondo-internas .texto-imagen.ver, main.paquetes-detalle .imagen-fondo-internas .texto-imagen.ver, main.servicios .imagen-fondo-internas .texto-imagen.ver, main.nosotros .imagen-fondo-internas .texto-imagen.ver, main.contacto .imagen-fondo-internas .texto-imagen.ver, main.error404 .imagen-fondo-internas .texto-imagen.ver, main.contacto-gracias .imagen-fondo-internas .texto-imagen.ver {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  main.paquetes .imagen-fondo-internas .texto-imagen, main.paquetes-detalle .imagen-fondo-internas .texto-imagen, main.servicios .imagen-fondo-internas .texto-imagen, main.nosotros .imagen-fondo-internas .texto-imagen, main.contacto .imagen-fondo-internas .texto-imagen, main.error404 .imagen-fondo-internas .texto-imagen, main.contacto-gracias .imagen-fondo-internas .texto-imagen {
    top: calc(50% + 50px);
  }
}

/*--------------------Paquetes--------------------*/
main.paquetes, main.paquetes-detalle {
  background-color: #f1f1f1;
}
main.paquetes.diseno-web .imagen-fondo-internas, main.paquetes-detalle.diseno-web .imagen-fondo-internas {
  background-image: url(../images/diseno-web.jpg);
}

/*--------------------Paquetes Detalle--------------------*/
main.paquetes-detalle .re-central {
  text-align: center;
}
main.paquetes-detalle .re-central div.botones {
  margin: 40px 0;
}

/*--------------------Servicios--------------------*/
main.servicios .re-central section {
  text-align: center;
}
main.servicios .re-central section h2 {
  font-size: 24pt;
  font-size: 2rem;
  padding-bottom: 20px;
}
main.servicios .re-central section h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #ff8500;
}
main.servicios .re-central section p {
  margin-bottom: 20px;
}
main.servicios .re-central section .naranja {
  margin-bottom: 20px;
}

/*--------------------Nosotros--------------------*/
main.nosotros .re-central > section {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  main.nosotros .re-central > section section {
    width: 65%;
    float: right;
  }
}
main.nosotros .re-central > section section small {
  color: #acacac;
  display: none;
}
@media only screen and (min-width: 1024px) {
  main.nosotros .re-central > section section small {
    display: block;
  }
}
main.nosotros .re-central > section section h3 {
  margin: 10px 0;
  letter-spacing: normal;
}
main.nosotros .re-central > section section p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
main.nosotros .re-central > section section p:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  height: 1px;
  background-color: #1b1b1b;
}
main.nosotros .re-central > section section ul {
  padding-left: 50px;
  margin-bottom: 40px;
}
main.nosotros .re-central > section section ul li {
  margin-bottom: 10px;
}
main.nosotros .re-central > section img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  main.nosotros .re-central > section img {
    max-width: 30%;
    float: left;
  }
}

/*------------------------Contacto------------------------*/
main.contacto .formulario {
  margin-top: 20px;
}
main.contacto .formulario section.dir-form {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  main.contacto .formulario section.dir-form {
    width: 60%;
    float: left;
    margin-bottom: 0;
  }
}
main.contacto .formulario section.dir-form h4:after {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
main.contacto .formulario section.direccion {
  overflow: hidden;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main.contacto .formulario section.direccion {
    width: 30%;
    float: right;
    margin: 0 auto;
  }
}
main.contacto .formulario section.direccion address a:hover {
  color: #ff8500;
}
main.contacto .formulario section.direccion address a:hover strong {
  color: #ff8500;
}
main.contacto .formulario section.direccion address a.correo {
  max-width: 16em;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/*------------------------Contacto Gracias y Error 404------------------------*/
main.contacto-gracias, main.error404 {
  text-align: center;
}
main.contacto-gracias div.re-central, main.error404 div.re-central {
  padding: 6em 0;
}
main.contacto-gracias div.re-central i, main.error404 div.re-central i {
  display: block;
  color: rgba(0, 0, 0, 0.1);
  font-size: 60pt;
  font-size: 5rem;
}
main.contacto-gracias div.re-central p, main.error404 div.re-central p {
  margin: 40px 0;
  font-size: 24pt;
  font-size: 2rem;
}