@charset "UTF-8";
/*--------------------Generales de la Marca--------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,700&display=swap");
body > a {
  top: 40px;
  left: 2%;
  width: 180px;
  height: 59px;
  z-index: 15;
  /* @media only screen and (min-width: 480px){
  	top: 25px;
  }
  @media only screen and (min-width: 768px){
  	left: 3%;
  }
  @media only screen and (min-width: 1024px){
  	top: 22px;
  	left: 6%;
  	width: 200px;
  	height: 77px;
  	background-position: 0 -62px;
  }
  @media only screen and (min-width: 1280px){
  	left: 7%;
  } */
}

/*--------------------Resetear estilos por defecto del navegador--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 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: "Open Sans", 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: #777777;
  background: #f2f2f2;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.re-novar div {
  padding: 20% 10% 0 10%;
}
.re-novar strong {
  color: #6a6a6a;
  font-size: 20.4pt;
  font-size: 1.7rem;
}
.re-novar a {
  color: #1b96e4;
}

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

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #777777;
  font-size: 12pt;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #393E46;
}

h1 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18pt;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30pt;
    font-size: 2.5rem;
  }
}
h1.adorno span {
  padding-top: 20px;
  position: relative;
}
h1.adorno span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EE7B0E;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  z-index: -1;
}

h2 {
  margin: 20px auto;
  font-weight: 600;
  text-align: center;
  font-size: 18pt;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 30pt;
    font-size: 2.5rem;
  }
}
h2.adorno span {
  padding-top: 20px;
  position: relative;
}
h2.adorno span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EE7B0E;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  z-index: -1;
}

h3 {
  margin-bottom: 10px;
  color: #393E46;
}

h4 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px dashed #cccccc;
  font-weight: 600;
  font-size: 18pt;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 24pt;
    font-size: 2rem;
  }
}

h5 {
  margin-bottom: 10px;
  color: #393E46;
}

h6 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  font-size: 15pt;
  font-size: 1.25rem;
}

hr {
  width: 150px;
  margin: 20px auto 40px;
  border-top: 1px solid #EE7B0E;
}

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;
}
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;
}

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

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

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

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

*.llamar {
  /* 	cursor: default; */
}

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

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

.mx-auto {
  width: 220px !important;
  display: block !important;
}

.py-2 {
  padding: 60px 0;
}

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

.re-cien, .re-central {
  position: relative;
  margin:  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%;
  min-height: 165px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #777777;
  background: white;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  header {
    min-height: 123px;
  }
}
header.internas {
  background-image: url("../images/template/header-internas-back.jpg");
  background-position: center 0;
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (min-width: 1024px) {
  header.internas {
    background-attachment: fixed;
  }
}
header .top-bar {
  /* padding: .5em 0; */
  background-color: #EB555A;
  overflow: hidden;
  color: white;
  text-align: right;
}
@media only screen and (min-width: 1360px) {
  header .top-bar {
    /* padding: .75em 0; */
  }
}
header .top-bar address {
  text-align: right;
  /* border-bottom: 1px solid $c-borde; */
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #f2f2f2;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
header .top-bar address a {
  display: inline-block;
  padding: 6.6666666667px 20px;
  color: #ffffff;
}
header .top-bar address a.correo {
  display: none;
  color: #393E46;
}
header .top-bar address a.llamada {
  background: #393E46;
}
header .top-bar address a.llamada:hover {
  background: #2e3238;
}
@media only screen and (min-width: 768px) {
  header .top-bar address a.correo {
    background: #f2f2f2;
    display: block;
  }
  header .top-bar address a.correo:hover {
    background: #e5e5e5;
  }
}
header div.re-central .ver-productos {
  position: absolute;
  top: 90px;
  width: 100%;
  padding: 0.5em 0;
  border: 1px solid #cccccc;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  header div.re-central .ver-productos {
    top: 80px;
  }
}

/*--------------------Generales del Template Nav--------------------*/
nav {
  width: 100%;;
  min-height: 35px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 10;
}
.logo-nav{
  width: 100%;
  margin-top: 10px;
}
.cont-logo{
  width: 100px;
  margin-left: 6%;
  margin-top: 5px;
  position: absolute;
}
nav.navSticky {
  position: fixed;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
nav.navSticky div.re-cien div.re-content ul.re-ul-principal {
  margin-top: 8px;
}
@media only screen and (min-width: 480px) {
  nav {
    top: 50px;
  }
  nav div.re-cien div.re-content ul.re-ul-principal {
    margin-top: 18px;
  }
  .logo-nav{
    width: 100%;
    margin-top: 10px;
  }
  .cont-logo{
    width: 130px;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1023px) {
  nav div.re-cien {
    width: 100%;
    padding: 0.5em 0;
  }
  .cont-logo{
    width: 100px;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1023px) {
  nav div.re-cien {
    width: 100%;
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  nav {
    min-height: 80px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  }
  nav div.re-cien div.re-content ul.re-ul-principal {
    margin-top: 0;
    text-align: right;
  }
  nav div.re-cien div.re-content ul.re-ul-principal a {
    color: #393E46;
  }
  .cont-logo{
    width: 130px;
    margin-left: 80px;
    position: absolute;
  }
  .logo-nav{
    width: 100%;
    margin-top: 9%;
  }
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  overflow: hidden;
  position: relative;
  margin-top: 164px;
  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: "";
}
main:not(.index) {
  margin-top: 160px;
}
@media only screen and (min-width: 1024px) {
  main{
    margin-top: 123px;
  }
  main:not(.index) {
    margin-top: 100px;
  }
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  color: white;
  background: #393E46;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
footer a {
  position: relative;
  padding: 5px 0;
}
footer a:hover {
  color: #EE7B0E;
}
footer section {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  footer section {
    padding: 60px 0;
  }
}
footer section div.re-central {
  overflow: hidden;
}
footer section div.re-central > div {
  text-align: left;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div {
    margin: 0 -2%;
  }
}
footer section div.re-central > div > div {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div > div {
    width: 46%;
    float: left;
    margin: 0 2%;
    margin-bottom: 20px;
  }
  footer section div.re-central > div > div:first-child + div + div {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div > div {
    width: 29%;
    margin-bottom: 0;
  }
  footer section div.re-central > div > div:first-child + div + div {
    clear: none;
  }
}
footer section div.re-central > div > div h6 {
  color: white;
}
footer section div.re-central > div > div li {
  padding: 3px 0;
}
footer section div.re-central > div > div address .fa-ul {
  margin-left: 1.5em;
}
footer section div.re-central > div > div address li a {
  cursor: pointer;
}
footer section div.re-central > div > div address li i {
  color: #EE7B0E;
}
footer section div.re-central > div > div figure img {
  width: 90%;
}
footer section div.re-central > div > div div.social {
  overflow: hidden;
  margin-top: 20px;
}
footer section div.re-central > div > div div.social a {
  position: relative;
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #EE7B0E;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  footer section div.re-central > div > div div.social a {
    width: 33px;
    height: 33px;
    font-size: 13.2pt;
    font-size: 1.1rem;
  }
}
footer section div.re-central > div > div div.social a i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #EE7B0E;
}
footer section div.re-central > div > div div.social a:hover i {
  color: white;
}
footer section div.re-central > div > div .mapa {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  footer section div.re-central > div > div .mapa {
    width: 100%;
    float: right;
    margin-top: 0;
  }
}
footer section div.re-central > div > div .mapa #mapa-canvas {
  width: 100%;
  max-width: 275px;
  height: 275px;
  margin: 0 auto;
  border-bottom: 3px solid #EE7B0E;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div > div .mapa #mapa-canvas {
    max-width: 400px;
    height: 300px;
  }
}
footer section div.re-central > div > div .mapa #mapa-canvas div.gm-style > div:first-child {
  pointer-events: none;
  position: relative;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div > div .mapa #mapa-canvas div.gm-style > div:first-child {
    pointer-events: auto;
  }
}
footer div.copyright {
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #333333;
  font-size: 11.4pt;
  font-size: 0.95rem;
}
footer div.copyright a:after {
  z-index: 1;
  background: #cccccc;
}
footer div.copyright div.re-central {
  padding: 0.5em 0 0.5em 0;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  footer div.copyright div.re-central p,
footer div.copyright div.re-central figure {
    width: 50%;
    display: block;
  }
}
footer div.copyright div.re-central p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 800px) {
  footer div.copyright div.re-central p {
    float: left;
    text-align: left;
    margin: 0;
    padding-right: 0.5em;
  }
}
footer div.copyright div.re-central p a {
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  footer div.copyright div.re-central div {
    float: right;
    padding: 0.25em 0 0 0.5em;
    text-align: right;
  }
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 70px;
  width: 40px;
  height: 40px;
  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;
}
.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;
}

/*------------------------Ir Arriba------------------------*/
.ir-arriba {
  width: 40px;
  height: 40px;
  background-color: #EE7B0E;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.ir-arriba:hover {
  background-color: #d66f0d;
}
.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;
}

/*--------------------Contenedor de botones--------------------*/
span.boton-contenedor {
  display: block;
  margin-top: 20px;
}

/*--------------------Botón Lineal--------------------*/
.boton-lineal {
  width: auto;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-width: 2px;
  border-style: solid;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.boton-lineal:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.boton-lineal.primario {
  color: white;
  border-color: #EE7B0E;
  background-color: #EE7B0E;
}
.boton-lineal.primario:hover {
  color: white;
  background-color: #d66f0d;
}
.boton-lineal.primario:hover i {
  color: white;
}
.boton-lineal.secundario {
  color: white;
  border-color: #393E46;
  background-color: #393E46;
}
.boton-lineal.secundario:hover {
  color: white;
  background-color: #2e3238;
}
.boton-lineal.secundario:hover i {
  color: white;
}

/*--------------------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: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  font-size: 12pt;
  font-size: 1rem;
}
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 #cccccc;
  background: white;
}
form input[type=reset]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #cccccc;
}
form input.input-primario {
  color: white;
  border-bottom-color: #d66f0d;
  background: #EE7B0E;
}
form input.input-secundario {
  color: white;
  border-bottom-color: #2e3238;
  background: #393E46;
}
form input[type=submit] {
  background-color: white;
  color: inherit;
  -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: #777777;
}
form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #cccccc;
  border-radius: 10px;
}
form.formulario fieldset + fieldset {
  margin-top: 20px;
}
form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #6a6a6a;
  text-transform: uppercase;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
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: #6a6a6a;
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario div.alerta span {
  color: #6a6a6a;
  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: white;
  line-height: 25px;
  font-size: 8.4pt;
  font-size: 0.7rem;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #EE7B0E;
}
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: 2px 5px 2px 5px;
  border-bottom: 2px solid #cccccc;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  -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 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: white;
  background: #EE7B0E;
}
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 {
  color: #cccccc;
}
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 {
  color: #cccccc;
}
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 {
  color: #cccccc;
}
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 {
  color: #cccccc;
}
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: #cccccc;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  display: none;
  overflow: hidden;
  margin: 20px 0;
}
@media only screen and (min-width: 320px) {
  .bread-crumbs {
    display: block;
  }
}
.bread-crumbs a, .bread-crumbs mark {
  display: block;
  float: left;
  position: relative;
  padding: 5px;
  font-weight: 600;
}
.bread-crumbs a {
  color: #777777;
  background-color: white;
}
.bread-crumbs a:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bread-crumbs a:hover {
  color: #EE7B0E;
}
.bread-crumbs mark {
  color: #aaaaaa;
}

/*--------------------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: #EE7B0E;
}
.paginacion a {
  color: #777777;
  background-color: #f2f2f2;
  -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 #cccccc;
          box-shadow: inset 0 0 0 3px #cccccc;
}

/*--------------------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 #EE7B0E;
  margin: 0 auto;
  color: white;
  background-color: #EE7B0E;
  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: #EE7B0E;
  background-color: white;
  border: 1px solid #EE7B0E;
}
.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  font-family: "FontAwesome";
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  color: white;
  line-height: 37px;
  background-color: #EE7B0E;
  -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: #d66f0d;
}

.ribbon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  /* @media only screen and (max-width: 767px) {
    left: 1px;
  } */
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 20px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #EB555A;
  -webkit-box-shadow: 0 3px 10px -5px black;
          box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px;
}

/*------------------------Generales Productos------------------------*/
article.productos ul {
  display: block;
  position: relative;
  clear: both;
  text-align: center;
}
article.productos ul:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  article.productos ul {
    margin: 0 -2.5%;
  }
}
@media only screen and (min-width: 1280px) {
  article.productos ul {
    margin: 0 -2.5%;
  }
}
article.productos ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  /* a.bandera-producto{
  	position: absolute;	
  	top: 10px;
  	z-index: 100 !important;
  	@include font-size(.7);
  	&.nuevo{
  		right: 10px;
  	}		
  }	 */
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  article.productos ul li {
    width: 45%;
    margin: 0 2.5% 30px 2.5%;
  }
}
@media only screen and (min-width: 1280px) {
  article.productos ul li {
    width: 45%;
    margin: 0 2.5% 30px 2.5%;
  }
}
article.productos ul li figure {
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media only screen and (min-width: 769px) {
  article.productos ul li figure {
    padding: 1rem 0;
  }
}
article.productos ul li figure > div {
  padding: 5px;
  background: white;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 769px) {
  article.productos ul li figure > div {
    width: 50%;
    float: left;
  }
}
article.productos ul li figure > div.segunda-imagen, article.productos ul li figure > div.segunda-imagen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  article.productos ul li figure > div.segunda-imagen, article.productos ul li figure > div.segunda-imagen {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
article.productos ul li figure > div a.contenedor-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
article.productos ul li figure > div a.contenedor-img img.img-centrada {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
article.productos ul li figure figcaption {
  display: block;
  min-height: 20px;
  padding: 1.2em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /* min-height: 300px; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  article.productos ul li figure figcaption {
    width: 50%;
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
  }
}
article.productos ul li figure figcaption mark {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 600;
  color: inherit;
}
article.productos ul li figure figcaption div.descripcion-corta {
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
article.productos ul li figure figcaption .verMas .boton-lineal {
  display: block;
}
article.productos ul li:hover figure {
  border-color: #EE7B0E;
}
article.productos ul li:hover figure div.segunda-imagen {
  opacity: 1;
}
article.productos ul li:hover figure div.primera-imagen {
  opacity: 0;
}

/*--------------------Index--------------------*/
main.index {
  /*--------------------Nosotros Inner--------------------*/
}
main.index .bxslider li .imagen-movil {
  display: none;
}
@media only screen and (max-width: 767px) {
  main.index .bxslider li .imagen-movil {
    display: block;
  }
}
main.index .bxslider li .imagen-escritorio {
  display: none;
}
@media only screen and (min-width: 768px) {
  main.index .bxslider li .imagen-escritorio {
    display: block;
  }
}
main.index .bxslider .bx-caption, main.index .bxslider .bx-re-links {
  z-index: 1;
}
main.index .bxslider .bx-re-links {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
main.index .nosotros-index {
  font-size: 14.4pt;
  font-size: 1.2rem;
  padding: 2rem 2rem 8rem;
  min-height: 100px;
  background: #393E46;
  text-align: center;
  color: #f2f2f2;
}
main.index .nosotros-index h1 {
  text-transform: none;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
main.index .sec-1 {
  padding-top: 0;
}
main.index .re-central .ventajas-index {
  margin: -5rem 0 40px 0;
  /* @media only screen and (min-width: 768px){
  	margin: ($space * 3) 0;
  } */
}
main.index .re-central .ventajas-index ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  main.index .re-central .ventajas-index ul {
    margin: 0 -2% 20px;
  }
}
main.index .re-central .ventajas-index ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  float: left;
  padding: 2rem;
  margin-bottom: 15px;
  border-top: 3px solid white;
  background: #f2f2f2;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media only screen and (min-width: 768px) {
  main.index .re-central .ventajas-index ul li {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
    margin: 0 2% 35px;
  }
}
@media only screen and (min-width: 1360px) {
  main.index .re-central .ventajas-index ul li {
    width: 29%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 29%;
            flex: 0 1 29%;
    margin: 0 2% 35px;
  }
}
main.index .re-central .ventajas-index ul li div.numero {
  position: absolute;
  top: 45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  color: #EE7B0E;
  font-size: 36pt;
  font-size: 3rem;
}
main.index .re-central .ventajas-index ul li div.numero .icon {
  fill: #EE7B0E;
  width: 48px;
}
main.index .re-central .ventajas-index ul li div.ventaja {
  padding-left: 24%;
}
main.index .re-central .ventajas-index ul li div.ventaja mark {
  display: block;
  margin-bottom: 20px;
}
main.index .nosotros-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.index .nosotros-inner .nosotros-texto {
  display: inline-block;
  width: 100%;
  float: left;
  background: #393E46;
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  main.index .nosotros-inner .nosotros-texto {
    width: 50%;
    padding: 5rem;
  }
}
main.index .nosotros-inner .nosotros-texto h2 {
  font-size: 2rem;
  color: white;
  text-align: left;
  margin-top: 0;
}
main.index .nosotros-inner .nosotros-texto hr {
  margin-left: 0;
}
main.index .nosotros-inner .nosotros-texto p {
  text-align: left;
  color: white;
  line-height: 1.5;
  margin-bottom: 40px;
}
main.index .nosotros-inner .nosotros-img {
  display: inline-block;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  main.index .nosotros-inner .nosotros-img {
    width: 50%;
  }
}
main.index .nosotros-inner .nosotros-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
main.index .servicios-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.index .servicios-index .servicios-iconos ul {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  main.index .servicios-index .servicios-iconos ul {
    margin: 40px -2%;
  }
}
main.index .servicios-index .servicios-iconos ul li {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  border: 1px solid #cccccc;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main.index .servicios-index .servicios-iconos ul li {
    float: left;
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    margin: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  main.index .servicios-index .servicios-iconos ul li {
    width: 31%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }
}
main.index .servicios-index .servicios-iconos ul li figure {
  position: relative;
  z-index: 1;
}
main.index .servicios-index .servicios-iconos ul li figure .icon {
  width: 70px;
  display: block;
  margin: 0 auto;
  fill: #EE7B0E;
}
main.index .servicios-index .servicios-iconos ul li figure figcaption {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
main.index .servicios-index .servicios-iconos ul li figure figcaption mark {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: inherit;
  font-size: 14.4pt;
  font-size: 1.2rem;
}

/*--------------------Productos Detale--------------------*/
@media only screen and (min-width: 768px) {
  main.productos-detalle .re-central div.imagen-grande {
    width: 35%;
    float: right;
  }
}
main.productos-detalle .re-central div.imagen-grande figure.contenedor-img {
  width: 100%;
  overflow: hidden;
  padding: 0 0.5em;
  border: 1px solid #cccccc;
  background: white;
}
main.productos-detalle .re-central div.imagen-grande figure.contenedor-img img.img-centrada {
  max-width: 85%;
  display: block;
  margin: 0 auto;
  visibility: hidden;
}
main.productos-detalle .re-central div.imagen-grande figure.contenedor-img img.zoomImg {
  width: 120%;
}
main.productos-detalle .re-central div.imagen-grande ul.miniaturas {
  margin-top: 20px;
}
main.productos-detalle .re-central div.imagen-grande ul.miniaturas:after {
  content: "";
  display: block;
  clear: both;
}
main.productos-detalle .re-central div.imagen-grande ul.miniaturas li {
  position: relative;
  width: 22.5%;
  height: 55px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  background-color: white;
  border: 1px solid #cccccc;
}
main.productos-detalle .re-central div.imagen-grande ul.miniaturas li img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  cursor: pointer;
}
main.productos-detalle .re-central section.contenedor-txt-editor {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  main.productos-detalle .re-central section.contenedor-txt-editor {
    width: 60%;
    float: left;
    margin-top: 0;
  }
}
main.productos-detalle .re-central section.contenedor-txt-editor div.txt-editor {
  padding-bottom: 20px;
}
main.productos-detalle .re-central section.productosSim {
  margin-top: 20px;
}

/*--------------------Ventajas--------------------*/
main.ventajas .re-central section ul {
  overflow: hidden;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  main.ventajas .re-central section ul {
    margin: 40px -2.5% 0;
  }
}
main.ventajas .re-central section ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 2rem;
  margin-bottom: 15px;
  border-top: 3px solid white;
  background: #f2f2f2;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media only screen and (min-width: 768px) {
  main.ventajas .re-central section ul li {
    width: 44.7%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44.7%;
            flex: 0 1 44.7%;
    margin: 0 20px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  main.ventajas .re-central section ul li {
    width: 45.7%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45.7%;
            flex: 0 1 45.7%;
    margin: 0 20px 20px;
  }
}
@media only screen and (min-width: 1260px) {
  main.ventajas .re-central section ul li {
    width: 29.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 29.33%;
            flex: 0 1 29.33%;
    margin: 0 20px 20px;
  }
}
main.ventajas .re-central section ul li div.numero {
  position: absolute;
  top: 48px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  color: #EE7B0E;
  font-size: 36pt;
  font-size: 3rem;
}
main.ventajas .re-central section ul li div.numero .icon {
  fill: #EE7B0E;
  width: 48px;
}
main.ventajas .re-central section ul li div.ventaja {
  padding-left: 24%;
}
main.ventajas .re-central section ul li div.ventaja mark {
  display: block;
  margin-bottom: 20px;
}

/*--------------------Nosotros--------------------*/
main.nosotros .re-central section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.nosotros .re-central section .nosotros-texto {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 3rem;
  background: #393E46;
}
@media only screen and (min-width: 768px) {
  main.nosotros .re-central section .nosotros-texto {
    width: 50%;
    padding: 5rem;
  }
}
main.nosotros .re-central section .nosotros-texto h2 {
  font-size: 2rem;
  color: white;
  text-align: left;
  margin-top: 0;
}
main.nosotros .re-central section .nosotros-texto hr {
  margin-left: 0;
}
main.nosotros .re-central section .nosotros-texto p {
  text-align: left;
  color: white;
  line-height: 1.5;
  margin-bottom: 40px;
}
main.nosotros .re-central section .nosotros-texto ul {
  color: white;
  line-height: 1.7;
}
main.nosotros .re-central section .nosotros-texto ul i {
  color: #EE7B0E;
}
main.nosotros .re-central section .nosotros-texto .boton-lineal {
  margin-top: 4rem;
}
main.nosotros .re-central section .nosotros-img {
  display: inline-block;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  main.nosotros .re-central section .nosotros-img {
    width: 50%;
  }
}
main.nosotros .re-central section .nosotros-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------Contacto------------------------*/
main.contacto .re-central > section .texto {
  margin-bottom: 40px;
}
main.contacto .re-central > section address {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  main.contacto .re-central > section address {
    margin: 60px -2% 80px;
  }
}
main.contacto .re-central > section address > div {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  main.contacto .re-central > section address > div {
    width: 29.33%;
    float: left;
    margin: 0 2%;
  }
}
main.contacto .re-central > section address > div i {
  position: absolute;
  left: 0;
  color: #EE7B0E;
}
main.contacto .re-central > section address > div div span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
main.contacto .re-central > section address > div div a {
  word-wrap: break-word;
  white-space: normal;
}
main.contacto .re-central > section address > div div a.correo:hover {
  color: #EE7B0E;
}
main.contacto .form {
  background-image: url(../images/back-contacto.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  main.contacto .form {
    padding-bottom: 80px;
  }
}
main.contacto .form .space {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
@media only screen and (min-width: 768px) {
  main.contacto .form .space {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
main.contacto .form .dir-form {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
  padding: 2rem;
  background: #393E46;
}
@media only screen and (min-width: 768px) {
  main.contacto .form .dir-form {
    margin: -80px auto 0;
  }
}

/*------------------------Contacto Gracias y Error 404------------------------*/
main.contacto-gracias div.re-central, main.error404 div.re-central {
  padding: 6em 0;
}
main.contacto-gracias div.re-central div, main.error404 div.re-central div {
  color: #777777;
  text-align: center;
}
main.contacto-gracias div.re-central div i, main.error404 div.re-central div i {
  color: inherit;
  font-size: 60pt;
  font-size: 5rem;
}
main.contacto-gracias div.re-central div h1, main.error404 div.re-central div h1 {
  color: inherit;
}
main.contacto-gracias div.re-central div a, main.error404 div.re-central div a {
  color: #EE7B0E;
}
main.contacto-gracias div.re-central div a:hover, main.error404 div.re-central div a:hover {
  color: #d66f0d;
}
/*# sourceMappingURL=styles.css.map */