@charset "UTF-8";
/************************************************************************************
RESET CSS
*************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul
a, em, i, img, span, strong, sub, sup, li {
  margin: 0;
  padding: 0; }

img, fieldset {
  border: 0; }

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

tbody {
  width: 100%; }

p {
  margin: 0px;
  padding: 0px; }

img {
  border: 0px;
  margin: 0px;
  max-width: 100%;
  width: auto;
  height: auto; }

h1 {
  margin: 0px; }

form {
  margin: 0px; }

ul {
  list-style-position: inside;
  padding-left: 0px;
  margin-left: 0px; }

li {
  list-style: none; }

hr {
  background-color: #cccccc;
  height: 1px;
  border: 0;
  color: #cccccc; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*///////////////////////////////////////////////////////////////////////*/
/* FORMULARIO */
/*///////////////////////////////////////////////////////////////////////*/
input, select, textarea {
  height: 50px;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border-radius: 4px;
  line-height: normal;
  border: 1px solid #6d6d6d;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  box-shadow: 0 0 2px 0 #e2edef;
  border-color: #e2edef;
  outline-color: #e2edef; }

input[type="button"],
input[type="image"],
input[type="submit"] {
  width: auto;
  height: auto;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none; }

select[multiple], input[type="file"], textarea {
  height: auto; }

select {
  -webkit-appearance: menulist-button; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, select {
    appearance: initial;
    -moz-appearance: initial;
    -webkit-appearance: initial; } }
textarea {
  resize: none;
  font-family: "liberation_sansregular", sans-serif; }

input[type="radio"], input[type="checkbox"] {
  height: auto;
  width: auto;
  vertical-align: bottom;
  outline: none; }

input[type="radio"]:focus, input[type="checkbox"]:focus {
  box-shadow: none; }

input::-webkit-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "liberation_sansregular", sans-serif; }
input:-moz-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "liberation_sansregular", sans-serif;
  opacity: 1; }
input::-moz-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "liberation_sansregular", sans-serif;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "liberation_sansregular", sans-serif; }

/*///////////////////////////////////*/
/* CODIGO DE SEGURIDAD */
/*///////////////////////////////////*/
.codigo_form {
  padding-right: 84px; }

.img_codigo {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto; }

.texto-der {
  text-align: right; }

.texto-izq {
  text-align: left; }

.texto-centro {
  text-align: center; }

/*////////////////*/
/* LINE HEIGHT */
/*////////////////*/
.line-height-min {
  line-height: 13px; }

.line-height-xs {
  line-height: 14px; }

.line-height-sm {
  line-height: 15px; }

.line-height-md {
  line-height: 16px; }

.line-height-lg {
  line-height: 18px; }

.line-height-1 {
  line-height: 1; }

.line-height-1-5 {
  line-height: 1.5; }

.line-height-1-8 {
  line-height: 1.8; }

.line-height-2 {
  line-height: 2; }

.line-height-2-5 {
  line-height: 2.5; }

.line-height-3 {
  line-height: 3; }

.line-height-normal {
  line-height: normal; }

/*///////////////////*/
/* LETTERENG SPACING */
/*///////////////////*/
.spa-letra-min {
  letter-spacing: 0.1px; }

.spa-letra-xs {
  letter-spacing: 0.2px; }

.spa-letra-sm {
  letter-spacing: 0.5px; }

.spa-letra-md {
  letter-spacing: 0.8px; }

.spa-letra-lg {
  letter-spacing: 1.0px; }

.no-underline {
  text-decoration: none; }

.under-line {
  text-decoration: underline; }

.underline:hover {
  text-decoration: underline; }

/*////////////////*/
/* VARIANTES */
/*////////////////*/
.may {
  text-transform: uppercase; }

.min {
  text-transform: lowercase; }

.cap {
  text-transform: capitalize; }

.italic {
  font-style: italic; }

.tachado {
  text-decoration: line-through; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #000;
  line-height: normal; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

.btn {
  cursor: pointer;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out; }
  .btn.btn-primario {
    display: inline-block;
    color: #ffffff;
    padding: 10px 50px;
    background: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none; }
    .btn.btn-primario:hover {
      background-color: #413e3f; }
    .btn.btn-primario.invertido {
      display: inline-block;
      color: #413e3f;
      padding: 10px 25px;
      background: #ffffff;
      border: 1px solid #dcdcdc;
      border-radius: 4px;
      text-decoration: none; }
      .btn.btn-primario.invertido:hover {
        color: #ffffff;
        background-color: #413e3f; }
    .btn.btn-primario.continuar {
      font-size: 20px;
      padding: 12px 30px; }
    .btn.btn-primario.consulta {
      display: inline-block;
      color: #413e3f;
      font-size: 20px;
      padding: 12px 30px;
      background: #ffffff;
      border: 2px solid #413e3f;
      border-radius: 4px;
      text-decoration: none; }
    .btn.btn-primario.off {
      background-color: #6d6d6d; }
    .btn.btn-primario.btn-filtro {
      width: 46% !important;
      font-size: 15px;
      padding: 6px; }
  .btn.btn-secundario {
    display: inline-block;
    color: #ffffff;
    padding: 12px 30px;
    background: #000;
    border: 2px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    font-size: 20px; }
    .btn.btn-secundario:hover, .btn.btn-secundario.activo {
      background-color: #413e3f; }
  .btn.btn-ordenado {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 10px;
    background: #6d6d6d;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: middle; }
    .btn.btn-ordenado:hover, .btn.btn-ordenado.activo {
      background-color: #413e3f; }
  .btn.btn-xs {
    padding: 5px 25px; }
  .btn.btn-sm {
    padding: 10px 25px; }
  .btn.btn-md {
    padding: 17px 25px; }

.btn-vinieta-01 {
  display: inline-block;
  width: 25px;
  height: 25px; }

.btn_primario {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$deg1, endColorstr=$deg2, GradientType=1 );
  background: #ff1453;
  background-color: #ff1453;
  background: -moz-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff1453), color-stop(100%, #ff1482));
  background: -webkit-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: -o-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: -ms-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: linear-gradient(45deg, #ff1453 0%, #ff1482 100%); }

.btn_secundario {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$deg1, endColorstr=$deg2, GradientType=1 );
  background: #741674;
  background-color: #741674;
  background: -moz-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #741674), color-stop(100%, #a27ba8));
  background: -webkit-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: -o-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: -ms-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: linear-gradient(45deg, #741674 0%, #a27ba8 100%); }

.btn_primario_hover:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$deg1, endColorstr=$deg2, GradientType=1 );
  background: #ff1453;
  background-color: #ff1453;
  background: -moz-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff1453), color-stop(100%, #ff1482));
  background: -webkit-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: -o-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: -ms-linear-gradient(45deg, #ff1453 0%, #ff1482 100%);
  background: linear-gradient(45deg, #ff1453 0%, #ff1482 100%); }

.btn_secundario_hover:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$deg1, endColorstr=$deg2, GradientType=1 );
  background: #741674;
  background-color: #741674;
  background: -moz-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #741674), color-stop(100%, #a27ba8));
  background: -webkit-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: -o-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: -ms-linear-gradient(45deg, #741674 0%, #a27ba8 100%);
  background: linear-gradient(45deg, #741674 0%, #a27ba8 100%); }

@media (max-width: 768px) {
  .btn.btn-pie {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 30px;
    background: #000;
    border: none;
    border-radius: 4px;
    text-decoration: none; }
  .btn.btn-primario.btn-filtro {
    width: 100% !important; }
  .btn.btn-ordenado {
    padding: 10px; }
  .btn.btn-sm-full {
    width: 100%; } }
@media (max-width: 480px) {
  .btn {
    text-align: center;
    width: 100%; }
    .btn.btn-pie {
      display: inline-block;
      color: #ffffff;
      font-size: 14px;
      padding: 8px 30px;
      background: #000;
      border: none;
      border-radius: 4px;
      text-decoration: none; }
    .btn.btn-xs-full {
      width: 100%; } }
@font-face {
  font-family: 'iconos';
  src: url("../fonts/iconos.ttf?q7ik3p") format("truetype"), url("../fonts/iconos.woff?q7ik3p") format("woff"), url("../fonts/iconos.svg?q7ik3p#iconos") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icono-"], [class*=" icono-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icono-whatsapp:before {
  content: ""; }

.icono-bolsa:before {
  content: ""; }

.icono-buscador:before {
  content: ""; }

.icono-carrito:before {
  content: ""; }

.icono-contacto:before {
  content: ""; }

.icono-corazon:before {
  content: ""; }

.icono-descarga:before {
  content: ""; }

.icono-editar:before {
  content: ""; }

.icono-envios:before {
  content: ""; }

.icono-facebook:before {
  content: ""; }

.icono-flecha_der:before {
  content: ""; }

.icono-flecha_izq:before {
  content: ""; }

.icono-formadepago:before {
  content: ""; }

.icono-horario:before {
  content: ""; }

.icono-info2:before {
  content: ""; }

.icono-instagram:before {
  content: ""; }

.icono-login2:before {
  content: ""; }

.icono-newsletter:before {
  content: ""; }

.icono-retiros:before {
  content: ""; }

.icono-sliderder:before {
  content: ""; }

.icono-sliderizq:before {
  content: ""; }

.icono-carrito2:before {
  content: ""; }

.icono-eliminar:before {
  content: ""; }

.icono-flechader:before {
  content: ""; }

.icono-flechaizq:before {
  content: ""; }

.icono-login:before {
  content: ""; }

.icono-ok:before {
  content: ""; }

.icono-place:before {
  content: ""; }

.icono-tel:before {
  content: ""; }

.icono-menu:before {
  content: ""; }

.icono-tel_cabezal:before {
  content: ""; }

.icono-bloque:before {
  content: ""; }

.icono-descargar:before {
  content: ""; }

.icono-listado:before {
  content: ""; }

.icono-consultar:before {
  content: ""; }

.icono-actualizar:before {
  content: ""; }

.icono-bajar:before {
  content: ""; }

.icono-consulta:before {
  content: ""; }

.icono-direccion:before {
  content: ""; }

.icono-foto:before {
  content: ""; }

.icono-indice:before {
  content: ""; }

.icono-info:before {
  content: ""; }

.icono-links:before {
  content: ""; }

.icono-menu2:before {
  content: ""; }

.icono-relacionados:before {
  content: ""; }

.icono-slider-der:before {
  content: ""; }

.icono-slider-izq:before {
  content: ""; }

.icono-telefono-02:before {
  content: ""; }

.icono-video:before {
  content: ""; }

.icono-vinieta-01:before {
  content: ""; }

.icono-vinieta-02:before {
  content: ""; }

.icono-volver:before {
  content: ""; }

body {
  font-family: "liberation_sansregular", sans-serif;
  font-size: 10px; }

::selection {
  background: #e2edef;
  color: #ffffff; }

::-moz-selection {
  background: #e2edef;
  color: #ffffff; }

.contenedor {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.contenedor.contenedor-completo {
  max-width: 100%;
  overflow: hidden; }

.contenedor .columnas {
  margin-left: -1em;
  margin-right: -1em; }

.col-1 {
  width: 8.33333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-2 {
  width: 16.66667%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-3 {
  width: 25%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-4 {
  width: 33.33333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-5 {
  width: 41.66667%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-6 {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-7 {
  width: 58.33333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-8 {
  width: 66.66667%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-9 {
  width: 75%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-10 {
  width: 83.33333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-11 {
  width: 91.66667%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.col-12 {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top; }

.color-primario, a.color-primario {
  color: #000; }

.link-primario:hover {
  color: #000; }

.focus-primario:focus {
  color: #000; }

.bg-primario {
  background-color: #000; }

.bg-primario-hover:hover {
  background-color: #000; }

hr.linea-primario {
  border: 0;
  height: 1px;
  background: #000; }

.borde-primario {
  border: 1px solid #000; }

.borde-primario-hover:hover {
  border: 1px solid #000; }

.bt-primario {
  border-top: 1px solid #000; }

.bl-primario {
  border-left: 1px solid #000; }

.br-primario {
  border-right: 1px solid #000; }

.bb-primario {
  border-bottom: 1px solid #000; }

.borde-img-primario img {
  border: 1px solid #000; }

.color-primario-alterno, a.color-primario-alterno {
  color: #4e4e4d; }

.link-primario-alterno:hover {
  color: #4e4e4d; }

.focus-primario-alterno:focus {
  color: #4e4e4d; }

.bg-primario-alterno {
  background-color: #4e4e4d; }

.bg-primario-alterno-hover:hover {
  background-color: #4e4e4d; }

hr.linea-primario-alterno {
  border: 0;
  height: 1px;
  background: #4e4e4d; }

.borde-primario-alterno {
  border: 1px solid #4e4e4d; }

.borde-primario-alterno-hover:hover {
  border: 1px solid #4e4e4d; }

.bt-primario-alterno {
  border-top: 1px solid #4e4e4d; }

.bl-primario-alterno {
  border-left: 1px solid #4e4e4d; }

.br-primario-alterno {
  border-right: 1px solid #4e4e4d; }

.bb-primario-alterno {
  border-bottom: 1px solid #4e4e4d; }

.borde-img-primario-alterno img {
  border: 1px solid #4e4e4d; }

.color-secundario, a.color-secundario {
  color: #fe2c6b; }

.link-secundario:hover {
  color: #fe2c6b; }

.focus-secundario:focus {
  color: #fe2c6b; }

.bg-secundario {
  background-color: #fe2c6b; }

.bg-secundario-hover:hover {
  background-color: #fe2c6b; }

hr.linea-secundario {
  border: 0;
  height: 1px;
  background: #fe2c6b; }

.borde-secundario {
  border: 1px solid #fe2c6b; }

.borde-secundario-hover:hover {
  border: 1px solid #fe2c6b; }

.bt-secundario {
  border-top: 1px solid #fe2c6b; }

.bl-secundario {
  border-left: 1px solid #fe2c6b; }

.br-secundario {
  border-right: 1px solid #fe2c6b; }

.bb-secundario {
  border-bottom: 1px solid #fe2c6b; }

.borde-img-secundario img {
  border: 1px solid #fe2c6b; }

.color-terciario, a.color-terciario {
  color: #f55a48; }

.link-terciario:hover {
  color: #f55a48; }

.focus-terciario:focus {
  color: #f55a48; }

.bg-terciario {
  background-color: #f55a48; }

.bg-terciario-hover:hover {
  background-color: #f55a48; }

hr.linea-terciario {
  border: 0;
  height: 1px;
  background: #f55a48; }

.borde-terciario {
  border: 1px solid #f55a48; }

.borde-terciario-hover:hover {
  border: 1px solid #f55a48; }

.bt-terciario {
  border-top: 1px solid #f55a48; }

.bl-terciario {
  border-left: 1px solid #f55a48; }

.br-terciario {
  border-right: 1px solid #f55a48; }

.bb-terciario {
  border-bottom: 1px solid #f55a48; }

.borde-img-terciario img {
  border: 1px solid #f55a48; }

.color-destacado, a.color-destacado {
  color: #f6f5f5; }

.link-destacado:hover {
  color: #f6f5f5; }

.focus-destacado:focus {
  color: #f6f5f5; }

.bg-destacado {
  background-color: #f6f5f5; }

.bg-destacado-hover:hover {
  background-color: #f6f5f5; }

hr.linea-destacado {
  border: 0;
  height: 1px;
  background: #f6f5f5; }

.borde-destacado {
  border: 1px solid #f6f5f5; }

.borde-destacado-hover:hover {
  border: 1px solid #f6f5f5; }

.bt-destacado {
  border-top: 1px solid #f6f5f5; }

.bl-destacado {
  border-left: 1px solid #f6f5f5; }

.br-destacado {
  border-right: 1px solid #f6f5f5; }

.bb-destacado {
  border-bottom: 1px solid #f6f5f5; }

.borde-img-destacado img {
  border: 1px solid #f6f5f5; }

.color-blanco, a.color-blanco {
  color: #ffffff; }

.link-blanco:hover {
  color: #ffffff; }

.focus-blanco:focus {
  color: #ffffff; }

.bg-blanco {
  background-color: #ffffff; }

.bg-blanco-hover:hover {
  background-color: #ffffff; }

hr.linea-blanco {
  border: 0;
  height: 1px;
  background: #ffffff; }

.borde-blanco {
  border: 1px solid #ffffff; }

.borde-blanco-hover:hover {
  border: 1px solid #ffffff; }

.bt-blanco {
  border-top: 1px solid #ffffff; }

.bl-blanco {
  border-left: 1px solid #ffffff; }

.br-blanco {
  border-right: 1px solid #ffffff; }

.bb-blanco {
  border-bottom: 1px solid #ffffff; }

.borde-img-blanco img {
  border: 1px solid #ffffff; }

.color-negro, a.color-negro {
  color: #413e3f; }

.link-negro:hover {
  color: #413e3f; }

.focus-negro:focus {
  color: #413e3f; }

.bg-negro {
  background-color: #413e3f; }

.bg-negro-hover:hover {
  background-color: #413e3f; }

hr.linea-negro {
  border: 0;
  height: 1px;
  background: #413e3f; }

.borde-negro {
  border: 1px solid #413e3f; }

.borde-negro-hover:hover {
  border: 1px solid #413e3f; }

.bt-negro {
  border-top: 1px solid #413e3f; }

.bl-negro {
  border-left: 1px solid #413e3f; }

.br-negro {
  border-right: 1px solid #413e3f; }

.bb-negro {
  border-bottom: 1px solid #413e3f; }

.borde-img-negro img {
  border: 1px solid #413e3f; }

.color-gris, a.color-gris {
  color: #6d6d6d; }

.link-gris:hover {
  color: #6d6d6d; }

.focus-gris:focus {
  color: #6d6d6d; }

.bg-gris {
  background-color: #6d6d6d; }

.bg-gris-hover:hover {
  background-color: #6d6d6d; }

hr.linea-gris {
  border: 0;
  height: 1px;
  background: #6d6d6d; }

.borde-gris {
  border: 1px solid #6d6d6d; }

.borde-gris-hover:hover {
  border: 1px solid #6d6d6d; }

.bt-gris {
  border-top: 1px solid #6d6d6d; }

.bl-gris {
  border-left: 1px solid #6d6d6d; }

.br-gris {
  border-right: 1px solid #6d6d6d; }

.bb-gris {
  border-bottom: 1px solid #6d6d6d; }

.borde-img-gris img {
  border: 1px solid #6d6d6d; }

.color-gris-alterno, a.color-gris-alterno {
  color: #e9e9e9; }

.link-gris-alterno:hover {
  color: #e9e9e9; }

.focus-gris-alterno:focus {
  color: #e9e9e9; }

.bg-gris-alterno {
  background-color: #e9e9e9; }

.bg-gris-alterno-hover:hover {
  background-color: #e9e9e9; }

hr.linea-gris-alterno {
  border: 0;
  height: 1px;
  background: #e9e9e9; }

.borde-gris-alterno {
  border: 1px solid #e9e9e9; }

.borde-gris-alterno-hover:hover {
  border: 1px solid #e9e9e9; }

.bt-gris-alterno {
  border-top: 1px solid #e9e9e9; }

.bl-gris-alterno {
  border-left: 1px solid #e9e9e9; }

.br-gris-alterno {
  border-right: 1px solid #e9e9e9; }

.bb-gris-alterno {
  border-bottom: 1px solid #e9e9e9; }

.borde-img-gris-alterno img {
  border: 1px solid #e9e9e9; }

.color-primario-claro, a.color-primario-claro {
  color: #e2edef; }

.link-primario-claro:hover {
  color: #e2edef; }

.focus-primario-claro:focus {
  color: #e2edef; }

.bg-primario-claro {
  background-color: #e2edef; }

.bg-primario-claro-hover:hover {
  background-color: #e2edef; }

hr.linea-primario-claro {
  border: 0;
  height: 1px;
  background: #e2edef; }

.borde-primario-claro {
  border: 1px solid #e2edef; }

.borde-primario-claro-hover:hover {
  border: 1px solid #e2edef; }

.bt-primario-claro {
  border-top: 1px solid #e2edef; }

.bl-primario-claro {
  border-left: 1px solid #e2edef; }

.br-primario-claro {
  border-right: 1px solid #e2edef; }

.bb-primario-claro {
  border-bottom: 1px solid #e2edef; }

.borde-img-primario-claro img {
  border: 1px solid #e2edef; }

.color-secundario-claro, a.color-secundario-claro {
  color: #ffabc4; }

.link-secundario-claro:hover {
  color: #ffabc4; }

.focus-secundario-claro:focus {
  color: #ffabc4; }

.bg-secundario-claro {
  background-color: #ffabc4; }

.bg-secundario-claro-hover:hover {
  background-color: #ffabc4; }

hr.linea-secundario-claro {
  border: 0;
  height: 1px;
  background: #ffabc4; }

.borde-secundario-claro {
  border: 1px solid #ffabc4; }

.borde-secundario-claro-hover:hover {
  border: 1px solid #ffabc4; }

.bt-secundario-claro {
  border-top: 1px solid #ffabc4; }

.bl-secundario-claro {
  border-left: 1px solid #ffabc4; }

.br-secundario-claro {
  border-right: 1px solid #ffabc4; }

.bb-secundario-claro {
  border-bottom: 1px solid #ffabc4; }

.borde-img-secundario-claro img {
  border: 1px solid #ffabc4; }

.color-terciario-claro, a.color-terciario-claro {
  color: #fcc7c1; }

.link-terciario-claro:hover {
  color: #fcc7c1; }

.focus-terciario-claro:focus {
  color: #fcc7c1; }

.bg-terciario-claro {
  background-color: #fcc7c1; }

.bg-terciario-claro-hover:hover {
  background-color: #fcc7c1; }

hr.linea-terciario-claro {
  border: 0;
  height: 1px;
  background: #fcc7c1; }

.borde-terciario-claro {
  border: 1px solid #fcc7c1; }

.borde-terciario-claro-hover:hover {
  border: 1px solid #fcc7c1; }

.bt-terciario-claro {
  border-top: 1px solid #fcc7c1; }

.bl-terciario-claro {
  border-left: 1px solid #fcc7c1; }

.br-terciario-claro {
  border-right: 1px solid #fcc7c1; }

.bb-terciario-claro {
  border-bottom: 1px solid #fcc7c1; }

.borde-img-terciario-claro img {
  border: 1px solid #fcc7c1; }

.color-destacado-claro, a.color-destacado-claro {
  color: white; }

.link-destacado-claro:hover {
  color: white; }

.focus-destacado-claro:focus {
  color: white; }

.bg-destacado-claro {
  background-color: white; }

.bg-destacado-claro-hover:hover {
  background-color: white; }

hr.linea-destacado-claro {
  border: 0;
  height: 1px;
  background: white; }

.borde-destacado-claro {
  border: 1px solid white; }

.borde-destacado-claro-hover:hover {
  border: 1px solid white; }

.bt-destacado-claro {
  border-top: 1px solid white; }

.bl-destacado-claro {
  border-left: 1px solid white; }

.br-destacado-claro {
  border-right: 1px solid white; }

.bb-destacado-claro {
  border-bottom: 1px solid white; }

.borde-img-destacado-claro img {
  border: 1px solid white; }

.color-negro-claro, a.color-negro-claro {
  color: #0079c4; }

.link-negro-claro:hover {
  color: #0079c4; }

.focus-negro-claro:focus {
  color: #0079c4; }

.bg-negro-claro {
  background-color: #0079c4; }

.bg-negro-claro-hover:hover {
  background-color: #0079c4; }

hr.linea-negro-claro {
  border: 0;
  height: 1px;
  background: #0079c4; }

.borde-negro-claro {
  border: 1px solid #0079c4; }

.borde-negro-claro-hover:hover {
  border: 1px solid #0079c4; }

.bt-negro-claro {
  border-top: 1px solid #0079c4; }

.bl-negro-claro {
  border-left: 1px solid #0079c4; }

.br-negro-claro {
  border-right: 1px solid #0079c4; }

.bb-negro-claro {
  border-bottom: 1px solid #0079c4; }

.borde-img-negro-claro img {
  border: 1px solid #0079c4; }

.color-gris-claro, a.color-gris-claro {
  color: #dcdcdc; }

.link-gris-claro:hover {
  color: #dcdcdc; }

.focus-gris-claro:focus {
  color: #dcdcdc; }

.bg-gris-claro {
  background-color: #dcdcdc; }

.bg-gris-claro-hover:hover {
  background-color: #dcdcdc; }

hr.linea-gris-claro {
  border: 0;
  height: 1px;
  background: #dcdcdc; }

.borde-gris-claro {
  border: 1px solid #dcdcdc; }

.borde-gris-claro-hover:hover {
  border: 1px solid #dcdcdc; }

.bt-gris-claro {
  border-top: 1px solid #dcdcdc; }

.bl-gris-claro {
  border-left: 1px solid #dcdcdc; }

.br-gris-claro {
  border-right: 1px solid #dcdcdc; }

.bb-gris-claro {
  border-bottom: 1px solid #dcdcdc; }

.borde-img-gris-claro img {
  border: 1px solid #dcdcdc; }

.color-primario-obscuro, a.color-primario-obscuro {
  color: #f8f2f2; }

.link-primario-obscuro:hover {
  color: #f8f2f2; }

.focus-primario-obscuro:focus {
  color: #f8f2f2; }

.bg-primario-obscuro {
  background-color: #f8f2f2; }

.bg-primario-obscuro-hover:hover {
  background-color: #f8f2f2; }

hr.linea-primario-obscuro {
  border: 0;
  height: 1px;
  background: #f8f2f2; }

.borde-primario-obscuro {
  border: 1px solid #f8f2f2; }

.borde-primario-obscuro-hover:hover {
  border: 1px solid #f8f2f2; }

.bt-primario-obscuro {
  border-top: 1px solid #f8f2f2; }

.bl-primario-obscuro {
  border-left: 1px solid #f8f2f2; }

.br-primario-obscuro {
  border-right: 1px solid #f8f2f2; }

.bb-primario-obscuro {
  border-bottom: 1px solid #f8f2f2; }

.borde-img-primario-obscuro img {
  border: 1px solid #f8f2f2; }

.color-secundario-obscuro, a.color-secundario-obscuro {
  color: #f6014b; }

.link-secundario-obscuro:hover {
  color: #f6014b; }

.focus-secundario-obscuro:focus {
  color: #f6014b; }

.bg-secundario-obscuro {
  background-color: #f6014b; }

.bg-secundario-obscuro-hover:hover {
  background-color: #f6014b; }

hr.linea-secundario-obscuro {
  border: 0;
  height: 1px;
  background: #f6014b; }

.borde-secundario-obscuro {
  border: 1px solid #f6014b; }

.borde-secundario-obscuro-hover:hover {
  border: 1px solid #f6014b; }

.bt-secundario-obscuro {
  border-top: 1px solid #f6014b; }

.bl-secundario-obscuro {
  border-left: 1px solid #f6014b; }

.br-secundario-obscuro {
  border-right: 1px solid #f6014b; }

.bb-secundario-obscuro {
  border-bottom: 1px solid #f6014b; }

.borde-img-secundario-obscuro img {
  border: 1px solid #f6014b; }

.color-terciario-obscuro, a.color-terciario-obscuro {
  color: #f22e18; }

.link-terciario-obscuro:hover {
  color: #f22e18; }

.focus-terciario-obscuro:focus {
  color: #f22e18; }

.bg-terciario-obscuro {
  background-color: #f22e18; }

.bg-terciario-obscuro-hover:hover {
  background-color: #f22e18; }

hr.linea-terciario-obscuro {
  border: 0;
  height: 1px;
  background: #f22e18; }

.borde-terciario-obscuro {
  border: 1px solid #f22e18; }

.borde-terciario-obscuro-hover:hover {
  border: 1px solid #f22e18; }

.bt-terciario-obscuro {
  border-top: 1px solid #f22e18; }

.bl-terciario-obscuro {
  border-left: 1px solid #f22e18; }

.br-terciario-obscuro {
  border-right: 1px solid #f22e18; }

.bb-terciario-obscuro {
  border-bottom: 1px solid #f22e18; }

.borde-img-terciario-obscuro img {
  border: 1px solid #f22e18; }

.color-destacado-obscuro, a.color-destacado-obscuro {
  color: #dedada; }

.link-destacado-obscuro:hover {
  color: #dedada; }

.focus-destacado-obscuro:focus {
  color: #dedada; }

.bg-destacado-obscuro {
  background-color: #dedada; }

.bg-destacado-obscuro-hover:hover {
  background-color: #dedada; }

hr.linea-destacado-obscuro {
  border: 0;
  height: 1px;
  background: #dedada; }

.borde-destacado-obscuro {
  border: 1px solid #dedada; }

.borde-destacado-obscuro-hover:hover {
  border: 1px solid #dedada; }

.bt-destacado-obscuro {
  border-top: 1px solid #dedada; }

.bl-destacado-obscuro {
  border-left: 1px solid #dedada; }

.br-destacado-obscuro {
  border-right: 1px solid #dedada; }

.bb-destacado-obscuro {
  border-bottom: 1px solid #dedada; }

.borde-img-destacado-obscuro img {
  border: 1px solid #dedada; }

.color-negro-obscuro, a.color-negro-obscuro {
  color: #393939; }

.link-negro-obscuro:hover {
  color: #393939; }

.focus-negro-obscuro:focus {
  color: #393939; }

.bg-negro-obscuro {
  background-color: #393939; }

.bg-negro-obscuro-hover:hover {
  background-color: #393939; }

hr.linea-negro-obscuro {
  border: 0;
  height: 1px;
  background: #393939; }

.borde-negro-obscuro {
  border: 1px solid #393939; }

.borde-negro-obscuro-hover:hover {
  border: 1px solid #393939; }

.bt-negro-obscuro {
  border-top: 1px solid #393939; }

.bl-negro-obscuro {
  border-left: 1px solid #393939; }

.br-negro-obscuro {
  border-right: 1px solid #393939; }

.bb-negro-obscuro {
  border-bottom: 1px solid #393939; }

.borde-img-negro-obscuro img {
  border: 1px solid #393939; }

.color-gris-obscuro, a.color-gris-obscuro {
  color: #4b4b4b; }

.link-gris-obscuro:hover {
  color: #4b4b4b; }

.focus-gris-obscuro:focus {
  color: #4b4b4b; }

.bg-gris-obscuro {
  background-color: #4b4b4b; }

.bg-gris-obscuro-hover:hover {
  background-color: #4b4b4b; }

hr.linea-gris-obscuro {
  border: 0;
  height: 1px;
  background: #4b4b4b; }

.borde-gris-obscuro {
  border: 1px solid #4b4b4b; }

.borde-gris-obscuro-hover:hover {
  border: 1px solid #4b4b4b; }

.bt-gris-obscuro {
  border-top: 1px solid #4b4b4b; }

.bl-gris-obscuro {
  border-left: 1px solid #4b4b4b; }

.br-gris-obscuro {
  border-right: 1px solid #4b4b4b; }

.bb-gris-obscuro {
  border-bottom: 1px solid #4b4b4b; }

.borde-img-gris-obscuro img {
  border: 1px solid #4b4b4b; }

.texto-base {
  font-size: 10px; }

.texto-xs {
  font-size: 13px; }

.texto-sm {
  font-size: 14px; }

.texto-md {
  font-size: 15px; }

.texto-lg {
  font-size: 16px; }

.texto-xl {
  font-size: 18px; }

.titulo-xs {
  font-size: 20px; }

.titulo-sm {
  font-size: 25px; }

.titulo-md {
  font-size: 30px; }

.titulo-lg {
  font-size: 40px; }

.titulo-xl {
  font-size: 45px; }

@media only screen and (max-width: 1300px) {
  .texto-base-xlg {
    font-size: 10px; } }
@media only screen and (max-width: 1300px) {
  .texto-xs-xlg {
    font-size: 13px; } }
@media only screen and (max-width: 1300px) {
  .texto-sm-xlg {
    font-size: 14px; } }
@media only screen and (max-width: 1300px) {
  .texto-md-xlg {
    font-size: 15px; } }
@media only screen and (max-width: 1300px) {
  .texto-lg-xlg {
    font-size: 16px; } }
@media only screen and (max-width: 1300px) {
  .texto-xl-xlg {
    font-size: 18px; } }
@media only screen and (max-width: 1300px) {
  .titulo-xs-xlg {
    font-size: 20px; } }
@media only screen and (max-width: 1300px) {
  .titulo-sm-xlg {
    font-size: 25px; } }
@media only screen and (max-width: 1300px) {
  .titulo-md-xlg {
    font-size: 30px; } }
@media only screen and (max-width: 1300px) {
  .titulo-lg-xlg {
    font-size: 40px; } }
@media only screen and (max-width: 1300px) {
  .titulo-xl-xlg {
    font-size: 45px; } }
@media only screen and (max-width: 1480px) {
  .texto-base-lg {
    font-size: 10px; } }
@media only screen and (max-width: 1480px) {
  .texto-xs-lg {
    font-size: 13px; } }
@media only screen and (max-width: 1480px) {
  .texto-sm-lg {
    font-size: 14px; } }
@media only screen and (max-width: 1480px) {
  .texto-md-lg {
    font-size: 15px; } }
@media only screen and (max-width: 1480px) {
  .texto-lg-lg {
    font-size: 16px; } }
@media only screen and (max-width: 1480px) {
  .texto-xl-lg {
    font-size: 18px; } }
@media only screen and (max-width: 1480px) {
  .titulo-xs-lg {
    font-size: 20px; } }
@media only screen and (max-width: 1480px) {
  .titulo-sm-lg {
    font-size: 25px; } }
@media only screen and (max-width: 1480px) {
  .titulo-md-lg {
    font-size: 30px; } }
@media only screen and (max-width: 1480px) {
  .titulo-lg-lg {
    font-size: 40px; } }
@media only screen and (max-width: 1480px) {
  .titulo-xl-lg {
    font-size: 45px; } }
@media only screen and (max-width: 1024px) {
  .texto-base-md {
    font-size: 10px; } }
@media only screen and (max-width: 1024px) {
  .texto-xs-md {
    font-size: 13px; } }
@media only screen and (max-width: 1024px) {
  .texto-sm-md {
    font-size: 14px; } }
@media only screen and (max-width: 1024px) {
  .texto-md-md {
    font-size: 15px; } }
@media only screen and (max-width: 1024px) {
  .texto-lg-md {
    font-size: 16px; } }
@media only screen and (max-width: 1024px) {
  .texto-xl-md {
    font-size: 18px; } }
@media only screen and (max-width: 1024px) {
  .titulo-xs-md {
    font-size: 20px; } }
@media only screen and (max-width: 1024px) {
  .titulo-sm-md {
    font-size: 25px; } }
@media only screen and (max-width: 1024px) {
  .titulo-md-md {
    font-size: 30px; } }
@media only screen and (max-width: 1024px) {
  .titulo-lg-md {
    font-size: 40px; } }
@media only screen and (max-width: 1024px) {
  .titulo-xl-md {
    font-size: 45px; } }
@media only screen and (max-width: 768px) {
  .texto-base-sm {
    font-size: 10px; } }
@media only screen and (max-width: 768px) {
  .texto-xs-sm {
    font-size: 13px; } }
@media only screen and (max-width: 768px) {
  .texto-sm-sm {
    font-size: 14px; } }
@media only screen and (max-width: 768px) {
  .texto-md-sm {
    font-size: 15px; } }
@media only screen and (max-width: 768px) {
  .texto-lg-sm {
    font-size: 16px; } }
@media only screen and (max-width: 768px) {
  .texto-xl-sm {
    font-size: 18px; } }
@media only screen and (max-width: 768px) {
  .titulo-xs-sm {
    font-size: 20px; } }
@media only screen and (max-width: 768px) {
  .titulo-sm-sm {
    font-size: 25px; } }
@media only screen and (max-width: 768px) {
  .titulo-md-sm {
    font-size: 30px; } }
@media only screen and (max-width: 768px) {
  .titulo-lg-sm {
    font-size: 40px; } }
@media only screen and (max-width: 768px) {
  .titulo-xl-sm {
    font-size: 45px; } }
@media only screen and (max-width: 480px) {
  .texto-base-xs {
    font-size: 10px; } }
@media only screen and (max-width: 480px) {
  .texto-xs-xs {
    font-size: 13px; } }
@media only screen and (max-width: 480px) {
  .texto-sm-xs {
    font-size: 14px; } }
@media only screen and (max-width: 480px) {
  .texto-md-xs {
    font-size: 15px; } }
@media only screen and (max-width: 480px) {
  .texto-lg-xs {
    font-size: 16px; } }
@media only screen and (max-width: 480px) {
  .texto-xl-xs {
    font-size: 18px; } }
@media only screen and (max-width: 480px) {
  .titulo-xs-xs {
    font-size: 20px; } }
@media only screen and (max-width: 480px) {
  .titulo-sm-xs {
    font-size: 25px; } }
@media only screen and (max-width: 480px) {
  .titulo-md-xs {
    font-size: 30px; } }
@media only screen and (max-width: 480px) {
  .titulo-lg-xs {
    font-size: 40px; } }
@media only screen and (max-width: 480px) {
  .titulo-xl-xs {
    font-size: 45px; } }
.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.familia1 {
  font-family: "liberation_sansregular", sans-serif; }

.familia2 {
  font-family: "Poppins", sans-serif; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.clean_inline {
  word-spacing: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0; }

.imagenIz {
  margin-right: 20px; }

.imagenDer {
  margin-left: 20px; }

.imagenCen {
  margin-bottom: 20px; }

.cont_img img.imagenIz {
  margin-right: 0; }

.display-inline, .di {
  display: inline-block;
  vertical-align: top; }

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex; }

.bloque {
  display: block; }

.pointer {
  cursor: pointer; }

.salto {
  clear: both; }

.centro-bloque {
  margin-left: auto;
  margin-right: auto; }

.text-center, .t-c {
  text-align: center; }

.text-left, .t-l {
  text-align: left; }

.text-right, .t-r {
  text-align: right; }

.der {
  float: right; }

.izq {
  float: left; }

.valign-bot {
  vertical-align: bottom !important; }

.valign-medio {
  vertical-align: middle !important; }

.valign-sub {
  vertical-align: sub !important; }

.valign-super {
  vertical-align: super !important; }

.valign-top {
  vertical-align: top !important; }

.valign-ini {
  vertical-align: initial !important; }

.valign-text-bottom {
  vertical-align: text-bottom !important; }

.fijar {
  position: fixed; }

.relative {
  position: relative; }

.position {
  position: absolute; }

.position-top-right {
  top: 0;
  right: 0; }

.position-top-left {
  top: 0;
  left: 0; }

.position-top-center {
  top: 50%; }

.position-top {
  top: 0; }

.position-right {
  right: 0; }

.position-left {
  left: 0; }

.position-bot, .position-bottom {
  bottom: 0; }

.position-bot-right, .position-bottom-right {
  bottom: 0;
  right: 0; }

.position-bot-left, .position-bottom-left {
  bottom: 0;
  left: 0; }

.centerCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.centrarHorizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.centrarVertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.radius {
  border-radius: 4px; }

.radius50 {
  border-radius: 50%; }

.centrar {
  margin: 0 auto; }

.transition {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.break-word {
  word-wrap: break-word; }

.hidden {
  display: none; }

.visible {
  display: block; }

.overflow-hidden, .oh {
  overflow: hidden; }

.overflow-auto, .oa {
  overflow: auto; }

.overflow-auto-y, .oa-y {
  overflow-y: auto; }

.overflow-auto-x, .oa-x {
  overflow-x: auto; }

.rotar-90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rotar-180 {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.rotar-270 {
  -ms-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg); }

.medio, .mitad {
  width: 48%; }

.tercio {
  width: 32%; }

.full {
  width: 100% !important; }

.full-img img {
  width: 100%; }

.z1 {
  z-index: 1; }

.z3 {
  z-index: 3; }

.z5 {
  z-index: 5; }

.z20 {
  z-index: 20; }

.ul-reset ul {
  padding-left: 20px;
  list-style-type: disc; }

.ul-reset ol {
  list-style-type: decimal; }

.ul-reset ul li {
  list-style-type: disc;
  margin-left: 15px; }

.ul-reset ol li {
  list-style-type: decimal;
  margin-left: 15px; }

.opacity-1, .opacity-hover-1:hover {
  opacity: 0.1; }

.opacity-2, .opacity-hover-2:hover {
  opacity: 0.2; }

.opacity-3, .opacity-hover-3:hover {
  opacity: 0.3; }

.opacity-4, .opacity-hover-4:hover {
  opacity: 0.4; }

.opacity-5, .opacity-hover-5:hover {
  opacity: 0.5; }

.opacity-6, .opacity-hover-6:hover {
  opacity: 0.6; }

.opacity-7, .opacity-hover-7:hover {
  opacity: 0.7; }

.opacity-8, .opacity-hover-8:hover {
  opacity: 0.8; }

.opacity-9, .opacity-hover-9:hover {
  opacity: 0.9; }

.opacity-10, .opacity-hover-10:hover {
  opacity: 1; }

.no-margin {
  margin: 0 !important; }

.img-spa-0 img {
  margin: 0 !important; }

.spa-xl, .m-xl {
  margin: 100px; }

.spa-lg, .m-lg {
  margin: 50px; }

.spa, .m {
  margin: 25px; }

.spa-md, .m-md {
  margin: 15px; }

.spa-sm, .m-sm {
  margin: 10px; }

.spa-xs, .m-xs {
  margin: 5px; }

.spa-0, .m-0 {
  margin: 0 !important; }

.spa-top-xl, .mt-xl {
  margin-top: 100px; }

.spa-top-lg, .mt-lg {
  margin-top: 50px; }

.spa-top, .mt {
  margin-top: 25px; }

.spa-top-md, .mt-md {
  margin-top: 15px; }

.spa-top-sm, .mt-sm {
  margin-top: 10px; }

.spa-top-xs, .mt-xs {
  margin-top: 5px; }

.spa-top-0, .mt-0 {
  margin-top: 0 !important; }

.spa-bot-xl, .mb-xl {
  margin-bottom: 100px; }

.spa-bot-lg, .mb-lg {
  margin-bottom: 50px; }

.spa-bot, .mb {
  margin-bottom: 25px; }

.spa-bot-md, .mb-md {
  margin-bottom: 15px; }

.spa-bot-sm, .mb-sm {
  margin-bottom: 10px; }

.spa-bot-xs, .mb-xs {
  margin-bottom: 5px; }

.spa-bot-0, .mb-0 {
  margin-bottom: 0 !important; }

.spa-der-xl, .mr-xl {
  margin-right: 100px; }

.spa-der-lg, .mr-lg {
  margin-right: 50px; }

.spa-der, .mr {
  margin-right: 25px; }

.spa-der-md, .mr-md {
  margin-right: 15px; }

.spa-der-sm, .mr-sm {
  margin-right: 10px; }

.spa-der-xs, .mr-xs {
  margin-right: 5px; }

.spa-der-0, .mr-0 {
  margin-right: 0 !important; }

.spa-izq-xl, .ml-xl {
  margin-left: 100px; }

.spa-izq-lg, .ml-lg {
  margin-left: 50px; }

.spa-izq, .ml {
  margin-left: 25px; }

.spa-izq-md, .ml-md {
  margin-left: 15px; }

.spa-izq-sm, .ml-sm {
  margin-left: 10px; }

.spa-izq-xs, .ml-xs {
  margin-left: 5px; }

.spa-izq-0, .ml-0 {
  margin-left: 0 !important; }

@media (max-width: 1480px) {
  .spa-lg-xl, .m-lg-xl {
    margin: 100px; }

  .spa-lg-lg, .m-lg-lg {
    margin: 50px; }

  .spa-lg-m, .m-lg-m {
    margin: 25px; }

  .spa-lg-md, .m-lg-md {
    margin: 15px; }

  .spa-lg-sm, .m-lg-sm {
    margin: 10px; }

  .spa-lg-xs, .m-lg-xs {
    margin: 5px; }

  .spa-lg-0, .m-lg-0 {
    margin: 0 !important; }

  .spa-lg-top-xl, .m-lg-t-xl {
    margin-top: 100px; }

  .spa-lg-top-lg, .m-lg-t-lg {
    margin-top: 50px; }

  .spa-lg-top, .m-lg-t {
    margin-top: 25px; }

  .spa-lg-top-md, .m-lg-t-md {
    margin-top: 15px; }

  .spa-lg-top-sm, .m-lg-t-sm {
    margin-top: 10px; }

  .spa-lg-top-xs, .m-lg-t-xs {
    margin-top: 5px; }

  .spa-lg-top-0, .m-lg-t-0 {
    margin-top: 0 !important; }

  .spa-lg-bot-xl, .m-lg-b-xl {
    margin-bottom: 100px; }

  .spa-lg-bot-lg, .m-lg-b-lg {
    margin-bottom: 50px; }

  .spa-lg-bot, .m-lg-b {
    margin-bottom: 25px; }

  .spa-lg-bot-md, .m-lg-b-md {
    margin-bottom: 15px; }

  .spa-lg-bot-sm, .m-lg-b-sm {
    margin-bottom: 10px; }

  .spa-lg-bot-xs, .m-lg-b-xs {
    margin-bottom: 5px; }

  .spa-lg-bot-0, .m-lg-b-0 {
    margin-bottom: 0 !important; }

  .spa-lg-der-xl, .m-lg-r-xl {
    margin-right: 100px; }

  .spa-lg-der-lg, .m-lg-r-lg {
    margin-right: 50px; }

  .spa-lg-der, .m-lg-r {
    margin-right: 25px; }

  .spa-lg-der-md, .m-lg-r-md {
    margin-right: 15px; }

  .spa-lg-der-sm, .m-lg-r-sm {
    margin-right: 10px; }

  .spa-lg-der-xs, .m-lg-r-xs {
    margin-right: 5px; }

  .spa-lg-der-0, .m-lg-r-0 {
    margin-right: 0 !important; }

  .spa-lg-izq-xl, .m-lg-l-xl {
    margin-left: 100px; }

  .spa-lg-izq-lg, .m-lg-l-lg {
    margin-left: 50px; }

  .spa-lg-izq, .m-lg-l {
    margin-left: 25px; }

  .spa-lg-izq-md, .m-lg-l-md {
    margin-left: 15px; }

  .spa-lg-izq-sm, .m-lg-l-sm {
    margin-left: 10px; }

  .spa-lg-izq-xs, .m-lg-l-xs {
    margin-left: 5px; }

  .spa-lg-izq-0, .m-lg-l-0 {
    margin-left: 0 !important; } }
@media (max-width: 1024px) {
  .spa-md-xl, .m-md-xl {
    margin: 100px; }

  .spa-md-lg, .m-md-lg {
    margin: 50px; }

  .spa-md-m, .m-md-m {
    margin: 25px; }

  .spa-md-md, .m-md-md {
    margin: 15px; }

  .spa-md-sm, .m-md-sm {
    margin: 10px; }

  .spa-md-xs, .m-md-xs {
    margin: 5px; }

  .spa-md-0, .m-md-0 {
    margin: 0 !important; }

  .spa-md-top-xl, .m-md-t-xl {
    margin-top: 100px; }

  .spa-md-top-lg, .m-md-t-lg {
    margin-top: 50px; }

  .spa-md-top, .m-md-t {
    margin-top: 25px; }

  .spa-md-top-md, .m-md-t-md {
    margin-top: 15px; }

  .spa-md-top-sm, .m-md-t-sm {
    margin-top: 10px; }

  .spa-md-top-xs, .m-md-t-xs {
    margin-top: 5px; }

  .spa-md-top-0, .m-md-t-0 {
    margin-top: 0 !important; }

  .spa-md-bot-xl, .m-md-b-xl {
    margin-bottom: 100px; }

  .spa-md-bot-lg, .m-md-b-lg {
    margin-bottom: 50px; }

  .spa-md-bot, .m-md-b {
    margin-bottom: 25px; }

  .spa-md-bot-md, .m-md-b-md {
    margin-bottom: 15px; }

  .spa-md-bot-sm, .m-md-b-sm {
    margin-bottom: 10px; }

  .spa-md-bot-xs, .m-md-b-xs {
    margin-bottom: 5px; }

  .spa-md-bot-0, .m-md-b-0 {
    margin-bottom: 0 !important; }

  .spa-md-der-xl, .m-md-r-xl {
    margin-right: 100px; }

  .spa-md-der-lg, .m-md-r-lg {
    margin-right: 50px; }

  .spa-md-der, .m-md-r {
    margin-right: 25px; }

  .spa-md-der-md, .m-md-r-md {
    margin-right: 15px; }

  .spa-md-der-sm, .m-md-r-sm {
    margin-right: 10px; }

  .spa-md-der-xs, .m-md-r-xs {
    margin-right: 5px; }

  .spa-md-der-0, .m-md-r-0 {
    margin-right: 0 !important; }

  .spa-md-izq-xl, .m-md-l-xl {
    margin-left: 100px; }

  .spa-md-izq-lg, .m-md-l-lg {
    margin-left: 50px; }

  .spa-md-izq, .m-md-l {
    margin-left: 25px; }

  .spa-md-izq-md, .m-md-l-md {
    margin-left: 15px; }

  .spa-md-izq-sm, .m-md-l-sm {
    margin-left: 10px; }

  .spa-md-izq-xs, .m-md-l-xs {
    margin-left: 5px; }

  .spa-md-izq-0, .m-md-l-0 {
    margin-left: 0 !important; } }
@media (max-width: 768px) {
  .spa-sm-xl, .m-sm-xl {
    margin: 100px; }

  .spa-sm-lg, .m-sm-lg {
    margin: 50px; }

  .spa-sm-m, .m-sm-m {
    margin: 25px; }

  .spa-sm-md, .m-sm-md {
    margin: 15px; }

  .spa-sm-sm, .m-sm-sm {
    margin: 10px; }

  .spa-sm-xs, .m-sm-xs {
    margin: 5px; }

  .spa-sm-0, .m-sm-0 {
    margin: 0 !important; }

  .spa-sm-top-xl, .m-sm-t-xl {
    margin-top: 100px; }

  .spa-sm-top-lg, .m-sm-t-lg {
    margin-top: 50px; }

  .spa-sm-top, .m-sm-t {
    margin-top: 25px; }

  .spa-sm-top-md, .m-sm-t-md {
    margin-top: 15px; }

  .spa-sm-top-sm, .m-sm-t-sm {
    margin-top: 10px; }

  .spa-sm-top-xs, .m-sm-t-xs {
    margin-top: 5px; }

  .spa-sm-top-0, .m-sm-t-0 {
    margin-top: 0 !important; }

  .spa-sm-bot-xl, .m-sm-b-xl {
    margin-bottom: 100px; }

  .spa-sm-bot-lg, .m-sm-b-lg {
    margin-bottom: 50px; }

  .spa-sm-bot, .m-sm-b {
    margin-bottom: 25px; }

  .spa-sm-bot-md, .m-sm-b-md {
    margin-bottom: 15px; }

  .spa-sm-bot-sm, .m-sm-b-sm {
    margin-bottom: 10px; }

  .spa-sm-bot-xs, .m-sm-b-xs {
    margin-bottom: 5px; }

  .spa-sm-bot-0, .m-sm-b-0 {
    margin-bottom: 0 !important; }

  .spa-sm-der-xl, .m-sm-r-xl {
    margin-right: 100px; }

  .spa-sm-der-lg, .m-sm-r-lg {
    margin-right: 50px; }

  .spa-sm-der, .m-sm-r {
    margin-right: 25px; }

  .spa-sm-der-md, .m-sm-r-md {
    margin-right: 15px; }

  .spa-sm-der-sm, .m-sm-r-sm {
    margin-right: 10px; }

  .spa-sm-der-xs, .m-sm-r-xs {
    margin-right: 5px; }

  .spa-sm-der-0, .m-sm-r-0 {
    margin-right: 0 !important; }

  .spa-sm-izq-xl, .m-sm-l-xl {
    margin-left: 100px; }

  .spa-sm-izq-lg, .m-sm-l-lg {
    margin-left: 50px; }

  .spa-sm-izq, .m-sm-l {
    margin-left: 25px; }

  .spa-sm-izq-md, .m-sm-l-md {
    margin-left: 15px; }

  .spa-sm-izq-sm, .m-sm-l-sm {
    margin-left: 10px; }

  .spa-sm-izq-xs, .m-sm-l-xs {
    margin-left: 5px; }

  .spa-sm-izq-0, .m-sm-l-0 {
    margin-left: 0 !important; } }
@media (max-width: 480px) {
  .spa-xs-xl, .m-xs-xl {
    margin: 100px; }

  .spa-xs-lg, .m-xs-lg {
    margin: 50px; }

  .spa-xs-m, .m-xs-m {
    margin: 25px; }

  .spa-xs-md, .m-xs-md {
    margin: 15px; }

  .spa-xs-sm, .m-xs-sm {
    margin: 10px; }

  .spa-xs-xs, .m-xs-xs {
    margin: 5px; }

  .spa-xs-0, .m-xs-0 {
    margin: 0 !important; }

  .spa-xs-top-xl, .m-xs-t-xl {
    margin-top: 100px; }

  .spa-xs-top-lg, .m-xs-t-lg {
    margin-top: 50px; }

  .spa-xs-top, .m-xs-t {
    margin-top: 25px; }

  .spa-xs-top-md, .m-xs-t-md {
    margin-top: 15px; }

  .spa-xs-top-sm, .m-xs-t-sm {
    margin-top: 10px; }

  .spa-xs-top-xs, .m-xs-t-xs {
    margin-top: 5px; }

  .spa-xs-top-0, .m-xs-t-0 {
    margin-top: 0 !important; }

  .spa-xs-bot-xl, .m-xs-b-xl {
    margin-bottom: 100px; }

  .spa-xs-bot-lg, .m-xs-b-lg {
    margin-bottom: 50px; }

  .spa-xs-bot, .m-xs-b {
    margin-bottom: 25px; }

  .spa-xs-bot-md, .m-xs-b-md {
    margin-bottom: 15px; }

  .spa-xs-bot-sm, .m-xs-b-sm {
    margin-bottom: 10px; }

  .spa-xs-bot-xs, .m-xs-b-xs {
    margin-bottom: 5px; }

  .spa-xs-bot-0, .m-xs-b-0 {
    margin-bottom: 0 !important; }

  .spa-xs-der-xl, .m-xs-r-xl {
    margin-right: 100px; }

  .spa-xs-der-lg, .m-xs-r-lg {
    margin-right: 50px; }

  .spa-xs-der, .m-xs-r {
    margin-right: 25px; }

  .spa-xs-der-md, .m-xs-r-md {
    margin-right: 15px; }

  .spa-xs-der-sm, .m-xs-r-sm {
    margin-right: 10px; }

  .spa-xs-der-xs, .m-xs-r-xs {
    margin-right: 5px; }

  .spa-xs-der-0, .m-xs-r-0 {
    margin-right: 0 !important; }

  .spa-xs-izq-xl, .m-xs-l-xl {
    margin-left: 100px; }

  .spa-xs-izq-lg, .m-xs-l-lg {
    margin-left: 50px; }

  .spa-xs-izq, .m-xs-l {
    margin-left: 25px; }

  .spa-xs-izq-md, .m-xs-l-md {
    margin-left: 15px; }

  .spa-xs-izq-sm, .m-xs-l-sm {
    margin-left: 10px; }

  .spa-xs-izq-xs, .m-xs-l-xs {
    margin-left: 5px; }

  .spa-xs-izq-0, .m-xs-l-0 {
    margin-left: 0 !important; } }
.padding-xxl, .p-xxl {
  padding: 100px; }

.padding-xl, .p-xl {
  padding: 50px; }

.padding-lg, .p-lg {
  padding: 25px; }

.padding-md, .p-md {
  padding: 15px; }

.padding, .p {
  padding: 20px; }

.padding-sm, .p-sm {
  padding: 10px; }

.padding-xs, .p-xs {
  padding: 5px; }

.padding-bot-xxl, .pb-xxl {
  padding-bottom: 100px; }

.padding-bot-xl, .pb-xl {
  padding-bottom: 50px; }

.padding-bot-lg, .pb-lg {
  padding-bottom: 25px; }

.padding-bot-md, .pb-md {
  padding-bottom: 15px; }

.padding-bot, .pb {
  padding-bottom: 20px; }

.padding-bot-sm, .pb-sm {
  padding-bottom: 10px; }

.padding-bot-xs, .pb-xs {
  padding-bottom: 5px; }

.padding-der-xxl, .pr-xxl {
  padding-right: 100px; }

.padding-der-xl, .pr-xl {
  padding-right: 50px; }

.padding-der-lg, .pr-lg {
  padding-right: 25px; }

.padding-der-md, .pr-md {
  padding-right: 15px; }

.padding-der, .pr {
  padding-right: 20px; }

.padding-der-sm, .pr-sm {
  padding-right: 10px; }

.padding-der-xs, .pr-xs {
  padding-right: 5px; }

.padding-izq-xxl, .pl-xxl {
  padding-left: 100px; }

.padding-izq-xl, .pl-xl {
  padding-left: 50px; }

.padding-izq-lg, .pl-lg {
  padding-left: 25px; }

.padding-izq-md, .pl-md {
  padding-left: 15px; }

.padding-izq, .pl {
  padding-left: 20px; }

.padding-izq-sm, .pl-sm {
  padding-left: 10px; }

.padding-izq-xs, .pl-xs {
  padding-left: 5px; }

.padding-top-xxl, .pt-xxl {
  padding-top: 100px; }

.padding-top-xl, .pt-xl {
  padding-top: 50px; }

.padding-top-lg, .pt-lg {
  padding-top: 25px; }

.padding-top-md, .pt-md {
  padding-top: 15px; }

.padding-top, .pt {
  padding-top: 20px; }

.padding-top-sm, .pt-sm {
  padding-top: 10px; }

.padding-top-xs, .pt-xs {
  padding-top: 5px; }

.padding-0, .p-0 {
  padding: 0 !important; }

.padding-top-0, .pt-0 {
  padding-top: 0 !important; }

.padding-izq-0, .pl-0 {
  padding-left: 0 !important; }

.padding-der-0, .pr-0 {
  padding-right: 0 !important; }

.padding-bot-0, .pb-0 {
  padding-bottom: 0 !important; }

@media (max-width: 1480px) {
  .padding-lg-xl, .p-lg-xl {
    padding: 100px; }

  .padding-lg-lg, .p-lg-lg {
    padding: 50px; }

  .padding-lg-.p-lg-t {
    padding: 25px; }

  .padding-lg-sm, .p-lg-md {
    padding: 15px; }

  .padding-lg-sm, .p-lg-sm {
    padding: 10px; }

  .padding-lg-xs, .p-lg-xs {
    padding: 5px; }

  .padding-lg-0, .p-lg-0 {
    padding: 0 !important; }

  .padding-lg-top-xl, .p-lg-t-xl {
    padding-top: 100px; }

  .padding-lg-top-lg, .p-lg-t-lg {
    padding-top: 50px; }

  .padding-lg-top, .p-lg-t {
    padding-top: 25px; }

  .padding-lg-top-lg, .p-lg-t-md {
    padding-top: 15px; }

  .padding-lg-top-sm, .p-lg-t-sm {
    padding-top: 10px; }

  .padding-lg-top-xs, .p-lg-t-xs {
    padding-top: 5px; }

  .padding-lg-top-0, .p-lg-t-0 {
    padding-top: 0 !important; }

  .padding-lg-bot-xl, .p-lg-b-xl {
    padding-bottom: 100px; }

  .padding-lg-bot-lg, .p-lg-b-lg {
    padding-bottom: 50px; }

  .padding-lg-bot, .p-lg-b {
    padding-bottom: 25px; }

  .padding-lg-bot-md, .p-lg-b-md {
    padding-bottom: 15px; }

  .padding-lg-bot-sm, .p-lg-b-sm {
    padding-bottom: 10px; }

  .padding-lg-bot-xs, .p-lg-b-xs {
    padding-bottom: 5px; }

  .padding-lg-bot-0, .p-lg-b-0 {
    padding-bottom: 0 !important; }

  .padding-lg-der-xl, .p-lg-r-xl {
    padding-right: 100px; }

  .padding-lg-der-lg, .p-lg-r-lg {
    padding-right: 50px; }

  .padding-lg-der, .p-lg-r {
    padding-right: 25px; }

  .padding-lg-der-md, .p-lg-r-md {
    padding-right: 15px; }

  .padding-lg-der-sm, .p-lg-r-sm {
    padding-right: 10px; }

  .padding-lg-der-xs, .p-lg-r-xs {
    padding-right: 5px; }

  .padding-lg-der-0, .p-lg-r-0 {
    padding-right: 0 !important; }

  .padding-lg-izq-xl, .p-lg-l-xl {
    padding-left: 100px; }

  .padding-lg-izq-lg, .p-lg-l-lg {
    padding-left: 50px; }

  .padding-lg-izq, .p-lg-l {
    padding-left: 25px; }

  .padding-lg-izq-md, .p-lg-l-md {
    padding-left: 15px; }

  .padding-lg-izq-sm, .p-lg-l-sm {
    padding-left: 10px; }

  .padding-lg-izq-xs, .p-lg-l-xs {
    padding-left: 5px; }

  .padding-lg-izq-0, .p-lg-l-0 {
    padding-left: 0 !important; } }
@media (max-width: 1024px) {
  .padding-md-xl, .p-md-xl {
    padding: 100px; }

  .padding-md-lg, .p-md-lg {
    padding: 50px; }

  .padding-md-.p-md-t {
    padding: 25px; }

  .padding-md-sm, .p-md-md {
    padding: 15px; }

  .padding-md-sm, .p-md-sm {
    padding: 10px; }

  .padding-md-xs, .p-md-xs {
    padding: 5px; }

  .padding-md-0, .p-md-0 {
    padding: 0 !important; }

  .padding-md-top-xl, .p-md-t-xl {
    padding-top: 100px; }

  .padding-md-top-lg, .p-md-t-lg {
    padding-top: 50px; }

  .padding-md-top, .p-md-t {
    padding-top: 25px; }

  .padding-md-top-md, .p-md-t-md {
    padding-top: 15px; }

  .padding-md-top-sm, .p-md-t-sm {
    padding-top: 10px; }

  .padding-md-top-xs, .p-md-t-xs {
    padding-top: 5px; }

  .padding-md-top-0, .p-md-t-0 {
    padding-top: 0 !important; }

  .padding-md-bot-xl, .p-md-b-xl {
    padding-bottom: 100px; }

  .padding-md-bot-lg, .p-md-b-lg {
    padding-bottom: 50px; }

  .padding-md-bot, .p-md-b {
    padding-bottom: 25px; }

  .padding-md-bot-md, .p-md-b-md {
    padding-bottom: 15px; }

  .padding-md-bot-sm, .p-md-b-sm {
    padding-bottom: 10px; }

  .padding-md-bot-xs, .p-md-b-xs {
    padding-bottom: 5px; }

  .padding-md-bot-0, .p-md-b-0 {
    padding-bottom: 0 !important; }

  .padding-md-der-xl, .p-md-r-xl {
    padding-right: 100px; }

  .padding-md-der-lg, .p-md-r-lg {
    padding-right: 50px; }

  .padding-md-der, .p-md-r {
    padding-right: 25px; }

  .padding-md-der-md, .p-md-r-md {
    padding-right: 15px; }

  .padding-md-der-sm, .p-md-r-sm {
    padding-right: 10px; }

  .padding-md-der-xs, .p-md-r-xs {
    padding-right: 5px; }

  .padding-md-der-0, .p-md-r-0 {
    padding-right: 0 !important; }

  .padding-md-izq-xl, .p-md-l-xl {
    padding-left: 100px; }

  .padding-md-izq-lg, .p-md-l-lg {
    padding-left: 50px; }

  .padding-md-izq, .p-md-l {
    padding-left: 25px; }

  .padding-md-izq-md, .p-md-l-md {
    padding-left: 15px; }

  .padding-md-izq-sm, .p-md-l-sm {
    padding-left: 10px; }

  .padding-md-izq-xs, .p-md-l-xs {
    padding-left: 5px; }

  .padding-md-izq-0, .p-md-l-0 {
    padding-left: 0 !important; } }
@media (max-width: 768px) {
  .padding-sm-xl, .p-sm-xl {
    padding: 100px; }

  .padding-sm-lg, .p-sm-lg {
    padding: 50px; }

  .padding-sm-.p-sm-t {
    padding: 25px; }

  .padding-sm-sm, .p-sm-md {
    padding: 15px; }

  .padding-sm-sm, .p-sm-sm {
    padding: 10px; }

  .padding-sm-xs, .p-sm-xs {
    padding: 5px; }

  .padding-sm-0, .p-sm-0 {
    padding: 0 !important; }

  .padding-sm-top-xl, .p-sm-t-xl {
    padding-top: 100px; }

  .padding-sm-top-lg, .p-sm-t-lg {
    padding-top: 50px; }

  .padding-sm-top, .p-sm-t {
    padding-top: 25px; }

  .padding-sm-top-sm, .p-sm-t-md {
    padding-top: 15px; }

  .padding-sm-top-sm, .p-sm-t-sm {
    padding-top: 10px; }

  .padding-sm-top-xs, .p-sm-t-xs {
    padding-top: 5px; }

  .padding-sm-top-0, .p-sm-t-0 {
    padding-top: 0 !important; }

  .padding-sm-bot-xl, .p-sm-b-xl {
    padding-bottom: 100px; }

  .padding-sm-bot-lg, .p-sm-b-lg {
    padding-bottom: 50px; }

  .padding-sm-bot, .p-sm-b {
    padding-bottom: 25px; }

  .padding-sm-bot-md, .p-sm-b-md {
    padding-bottom: 15px; }

  .padding-sm-bot-sm, .p-sm-b-sm {
    padding-bottom: 10px; }

  .padding-sm-bot-xs, .p-sm-b-xs {
    padding-bottom: 5px; }

  .padding-sm-bot-0, .p-sm-b-0 {
    padding-bottom: 0 !important; }

  .padding-sm-der-xl, .p-sm-r-xl {
    padding-right: 100px; }

  .padding-sm-der-lg, .p-sm-r-lg {
    padding-right: 50px; }

  .padding-sm-der, .p-sm-r {
    padding-right: 25px; }

  .padding-sm-der-md, .p-sm-r-md {
    padding-right: 15px; }

  .padding-sm-der-sm, .p-sm-r-sm {
    padding-right: 10px; }

  .padding-sm-der-xs, .p-sm-r-xs {
    padding-right: 5px; }

  .padding-sm-der-0, .p-sm-r-0 {
    padding-right: 0 !important; }

  .padding-sm-izq-xl, .p-sm-l-xl {
    padding-left: 100px; }

  .padding-sm-izq-lg, .p-sm-l-lg {
    padding-left: 50px; }

  .padding-sm-izq, .p-sm-l {
    padding-left: 25px; }

  .padding-sm-izq-md, .p-sm-l-md {
    padding-left: 15px; }

  .padding-sm-izq-sm, .p-sm-l-sm {
    padding-left: 10px; }

  .padding-sm-izq-xs, .p-sm-l-xs {
    padding-left: 5px; }

  .padding-sm-izq-0, .p-sm-l-0 {
    padding-left: 0 !important; } }
@media (max-width: 480px) {
  .padding-xs-xl, .p-xs-xl {
    padding: 100px; }

  .padding-xs-lg, .p-xs-lg {
    padding: 50px; }

  .padding-xs-.p-xs-t {
    padding: 25px; }

  .padding-xs-sm, .p-xs-md {
    padding: 15px; }

  .padding-xs-sm, .p-xs-sm {
    padding: 10px; }

  .padding-xs-xs, .p-xs-xs {
    padding: 5px; }

  .padding-xs-0, .p-xs-0 {
    padding: 0 !important; }

  .padding-xs-top-xl, .p-xs-t-xl {
    padding-top: 100px; }

  .padding-xs-top-lg, .p-xs-t-lg {
    padding-top: 50px; }

  .padding-xs-top, .p-xs-t {
    padding-top: 25px; }

  .padding-xs-top-xs, .p-xs-t-md {
    padding-top: 15px; }

  .padding-xs-top-xs, .p-xs-t-sm {
    padding-top: 10px; }

  .padding-xs-top-xs, .p-xs-t-xs {
    padding-top: 5px; }

  .padding-xs-top-0, .p-xs-t-0 {
    padding-top: 0 !important; }

  .padding-xs-bot-xl, .p-xs-b-xl {
    padding-bottom: 100px; }

  .padding-xs-bot-lg, .p-xs-b-lg {
    padding-bottom: 50px; }

  .padding-xs-bot, .p-xs-b {
    padding-bottom: 25px; }

  .padding-xs-bot-md, .p-xs-b-md {
    padding-bottom: 15px; }

  .padding-xs-bot-sm, .p-xs-b-sm {
    padding-bottom: 10px; }

  .padding-xs-bot-xs, .p-xs-b-xs {
    padding-bottom: 5px; }

  .padding-xs-bot-0, .p-xs-b-0 {
    padding-bottom: 0 !important; }

  .padding-xs-der-xl, .p-xs-r-xl {
    padding-right: 100px; }

  .padding-xs-der-lg, .p-xs-r-lg {
    padding-right: 50px; }

  .padding-xs-der, .p-xs-r {
    padding-right: 25px; }

  .padding-xs-der-md, .p-xs-r-md {
    padding-right: 15px; }

  .padding-xs-der-sm, .p-xs-r-sm {
    padding-right: 10px; }

  .padding-xs-der-xs, .p-xs-r-xs {
    padding-right: 5px; }

  .padding-xs-der-0, .p-xs-r-0 {
    padding-right: 0 !important; }

  .padding-xs-izq-xl, .p-xs-l-xl {
    padding-left: 100px; }

  .padding-xs-izq-lg, .p-xs-l-lg {
    padding-left: 50px; }

  .padding-xs-izq, .p-xs-l {
    padding-left: 25px; }

  .padding-xs-izq-md, .p-xs-l-md {
    padding-left: 15px; }

  .padding-xs-izq-sm, .p-xs-l-sm {
    padding-left: 10px; }

  .padding-xs-izq-xs, .p-xs-l-xs {
    padding-left: 5px; }

  .padding-xs-izq-0, .p-xs-l-0 {
    padding-left: 0 !important; } }
/* CENTRAR IMAGENES */
.centrar_img img, .centrar_img .imagenIz, .centrar_img .imagenDer {
  margin: 0 auto; }

.centrar_img div[align] {
  float: none;
  text-align: center; }

.centrar_img div[align] img {
  float: none;
  margin: 0 auto; }

/* VIDEOS DE YOUTUBE RESPONSIVOS */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

::selection {
  background: #413e3f;
  color: #ffffff; }

::-moz-selection {
  background: #413e3f;
  color: #ffffff; }

.titulo-portada {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #000;
  position: relative; }

.titulo-producto {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
  position: relative; }

span.titulo-producto::before {
  display: block;
  position: absolute;
  top: -20px;
  left: -15px;
  background-color: #e2edef;
  width: 50px;
  height: 50px;
  content: "";
  z-index: -1; }

.titulo-componente {
  font-size: 30px;
  font-weight: 400; }

.subtitulo-componente {
  color: #000;
  font-size: 20px;
  font-weight: 400; }

.subtitulo-componente a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  color: #000; }

.titulo-tab {
  position: relative;
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }
  .titulo-tab.activo {
    color: #000; }
  .titulo-tab.activo:before, .titulo-tab:hover:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -5px;
    background-color: #6d6d6d; }
  .titulo-tab.activo:before {
    background-color: #000; }

a {
  color: #000; }
  a:hover {
    color: #413e3f; }
  a:active, a:focus {
    color: #000; }

.box-1 {
  padding: 15px 25px;
  border: 1px solid #dcdcdc; }

.box-shadow {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }

.rotar-90z {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.rotar-90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rotar-180 {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.opacity-8 {
  opacity: .8; }

.opacity-2 {
  opacity: .2; }

.visible-in-xs {
  display: none; }

blockquote i {
  font-family: "liberation_sansregular", sans-serif !important;
  line-height: normal; }

input:-webkit-autofill {
  padding-left: 20px;
  -webkit-box-shadow: 0 0 0px 1000px #e9e9e9 inset;
  -webkit-text-fill-color: #000 !important; }

.tachado {
  text-decoration: line-through; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-disabled {
  opacity: 0 !important; }

.flechas {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 25px;
  padding: 15px 10px; }
  .flechas:hover {
    background: rgba(0, 0, 0, 0.8); }

.borde-0 {
  border: none; }

.size-5 {
  font-size: 5px; }

.size-6 {
  font-size: 6px; }

.size-7 {
  font-size: 7px; }

.size-8 {
  font-size: 8px; }

.size-9 {
  font-size: 9px; }

div.tool_jq {
  display: none;
  line-height: 18px; }

#tool_tip_jq {
  display: none;
  margin: 0 10px 1em 0;
  padding: 12px;
  background: #e9e9e9;
  border: 1px solid #6d6d6d;
  font-size: 1.2em;
  line-height: 12px;
  z-index: 30000;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

/*////////////////*/
/* FORMULARIOS */
/*////////////////*/
input, select {
  padding: 0 10px;
  border: 1px solid #dcdcdc; }

textarea {
  padding: 15px 15px;
  border: 1px solid #dcdcdc; }

.img_codigo {
  top: 0;
  right: 0; }

input::-webkit-input-placeholder {
  color: #6d6d6d;
  font-size: 16px; }
input:-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; }
input::-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #6d6d6d;
  font-size: 16px; }

.btn-radius {
  border-radius: 15px; }

.btn_border {
  border: 1px solid #6d6d6d; }

/*//////////////////////*/
/*//////////////////////*/
input.suscripcion {
  border: 1px solid #FFF;
  color: #6d6d6d;
  border-radius: 0;
  font-size: 14px; }

input.suscripcion::placeholder {
  color: #6d6d6d; }

/*//////////////////////*/
/*//////////////////////*/
.pie_horario {
  padding-left: 140px; }

/*//////////////////////*/
/*//////////////////////*/
select.filtrado {
  height: 43px; }

/*//////////////////////*/
/*//////////////////////*/
input.filtrado {
  height: 35px; }

select.filtrado_precio {
  height: 35px;
  border: 0; }

/*//////////////////////*/
/*//////////////////////*/
input.cantidad {
  width: 40px;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 1px;
  margin-top: -10px;
  color: #6d6d6d;
  text-align: center; }

input.reguladores {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 15px 15px;
  margin: 0;
  color: #6d6d6d;
  background: #fbfbfb; }

/*//////////////////////*/
/* BUSCADOR AVANZADO */
/*//////////////////////*/
.buscador-avanzado input[type="text"] {
  height: 37px; }

.tab {
  position: relative;
  top: 2px;
  border: 1px solid transparent;
  border-top: 4px solid transparent; }

.tab.activo {
  border: 1px solid #dcdcdc;
  border-top: 4px solid #000;
  border-bottom: none;
  background-color: #ffffff; }

/*////////////////*/
/* CABEZAL */
/*////////////////*/
.cabezal_index {
  position: fixed; }

@media (max-width: 1024px) {
  .cabezal_index {
    position: static; } }
/*////////////////*/
/* MENU */
/*////////////////*/
.menu-a {
  position: relative;
  display: inline-block;
  font-size: 18px; }
  .menu-a a {
    color: #FFF;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 2px solid #fe2c6b; }
  .menu-a a:hover {
    color: #fe2c6b; }
  .menu-a a.ultimo-a {
    margin-right: 0;
    padding-right: 0;
    border-right: none; }

.cont-menu {
  position: relative;
  z-index: 5; }

.menu a {
  text-decoration: none; }
.menu .menu-nivel1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px; }
  .menu .menu-nivel1 a {
    display: inline-block;
    margin-right: 25px; }
  .menu .menu-nivel1 a:hover {
    color: #fe2c6b; }
  .menu .menu-nivel1 a.ultimo {
    margin-right: 0;
    padding-right: 50px;
    border-right: 1px solid #e0e0e0; }
  .menu .menu-nivel1 a.activo {
    color: #fe2c6b; }
  .menu .menu-nivel1 a.menu_a {
    font-size: 13px; }
  .menu .menu-nivel1:hover .cont-menu-nivel2 {
    top: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: absolute;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px rgba(24, 24, 28, 0.3);
    -moz-box-shadow: 0px 0px 2px rgba(24, 24, 28, 0.3);
    box-shadow: 0px 0px 2px rgba(24, 24, 28, 0.3); }
  .menu .menu-nivel1:hover .bloque-menu-nivel2 {
    top: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: absolute;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff; }

.catalogo-menu-nivel2 {
  padding: 10px; }
  .catalogo-menu-nivel2 a {
    margin-bottom: 10px;
    font-size: 16px; }

.catalogo-menu-nivel3 {
  padding-left: 10px; }
  .catalogo-menu-nivel3 a {
    font-size: 14px; }

.cont-menu-nivel2 {
  top: 80%;
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  .cont-menu-nivel2.menu-escritorio {
    width: 150px; }

.cont-menu-nivel2.submenu-der {
  right: 0; }

.bloque-menu-nivel2 {
  padding: 20px;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #dcdcdc;
  border-top: 3px solid;
  z-index: 16; }

.menu .menu-nivel2 {
  position: relative; }
  .menu .menu-nivel2 a {
    display: block;
    margin: 0 10px;
    padding: 10px;
    color: #413e3f;
    font-size: 13px;
    border-bottom: 1px solid #e9e9e9; }
    .menu .menu-nivel2 a:hover {
      color: #000; }
    .menu .menu-nivel2 a.ultimo {
      margin-bottom: 5px;
      border-bottom: none; }
  .menu .menu-nivel2:hover .cont-menu-nivel3 {
    top: 0;
    left: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: absolute;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 5px 6px rgba(24, 24, 28, 0.3);
    -moz-box-shadow: 4px 5px 6px rgba(24, 24, 28, 0.3);
    box-shadow: 4px 5px 6px rgba(24, 24, 28, 0.3); }

.cont-menu-nivel3 {
  left: 90%;
  width: 200px;
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.menu_lateral {
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 30;
  width: 300px;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out; }

/*////////////////*/
/* MENU - ESCRITORIO */
/*////////////////*/
.cont-escritorio-menu {
  position: relative;
  z-index: 6; }

.escritorio-menu a {
  text-decoration: none; }
.escritorio-menu .escritorio-menu-nivel1 {
  position: relative;
  padding-bottom: 10px;
  display: inline-block; }
  .escritorio-menu .escritorio-menu-nivel1 a {
    display: inline-block;
    font-size: 14px; }
  .escritorio-menu .escritorio-menu-nivel1 a.ultimo {
    margin-right: 0; }
  .escritorio-menu .escritorio-menu-nivel1 a.escritorio-menu_a {
    font-size: 13px; }
  .escritorio-menu .escritorio-menu-nivel1:hover .cont-escritorio-menu-nivel2 {
    padding: 5px 0;
    top: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: absolute;
    opacity: 1;
    visibility: visible;
    background-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 2px rgba(24, 24, 28, 0.3);
    -moz-box-shadow: 0px 0px 2px rgba(24, 24, 28, 0.3);
    box-shadow: 0px 0px 2px rgba(24, 24, 28, 0.3); }
  .escritorio-menu .escritorio-menu-nivel1:hover .bloque-escritorio-menu-nivel2 {
    top: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: absolute;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff; }

.cont-escritorio-menu-nivel2 {
  top: 80%;
  width: 285px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

.cont-escritorio-menu-nivel2.subescritorio-menu-der {
  right: 0; }

.bloque-escritorio-menu-nivel2 {
  padding: 20px;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #dcdcdc;
  border-top: 3px solid;
  z-index: 16; }

.escritorio-menu .escritorio-menu-nivel2 {
  position: relative; }
  .escritorio-menu .escritorio-menu-nivel2 a {
    display: block;
    margin: 0 10px;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #126ea8; }
    .escritorio-menu .escritorio-menu-nivel2 a:hover {
      color: #f6f5f5; }
    .escritorio-menu .escritorio-menu-nivel2 a.ultimo {
      margin-bottom: 5px;
      border-bottom: none; }

.icon-menu-resp {
  top: -5px; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 39% !important;
  height: 24px;
  padding: 5px 10px;
  margin: 0 5px !important; }

/*//////////////////////////*/
/* PORTADAS */
/*//////////////////////////*/
.buscador-simple {
  padding: 40px 30px; }

.buscador {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(237, 48, 106, 0.9); }

.buscador-contendor {
  position: relative;
  top: 30%; }

.buscador-cerrar {
  position: fixed;
  top: 0;
  right: 20%;
  margin: 25px;
  margin-top: 65px; }

input.buscador_principal {
  background-color: transparent;
  border: 3px solid #FFF;
  height: 90px;
  padding-left: 50px;
  padding-right: 70px;
  font-size: 25px;
  color: #FFF; }
  input.buscador_principal::-webkit-input-placeholder {
    color: #e9e9e9;
    font-size: 30px; }
  input.buscador_principal:-moz-placeholder {
    color: #e9e9e9;
    font-size: 30px;
    opacity: 1; }
  input.buscador_principal::-moz-placeholder {
    color: #e9e9e9;
    font-size: 30px;
    opacity: 1; }
  input.buscador_principal:-ms-input-placeholder {
    color: #e9e9e9;
    font-size: 30px; }

@media (max-width: 480px) {
  input.buscador_principal {
    padding-left: 10px; } }
#slides {
  height: 690px;
  background-color: #000; }

.over-img {
  height: 120px;
  width: 100%;
  background: rgba(19, 19, 19, 0);
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 19, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(19, 19, 19, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000', GradientType=0 ); }

.mas_detalles span {
  margin-top: 12px;
  opacity: 0; }
.mas_detalles:hover {
  padding-left: 40px; }
  .mas_detalles:hover span {
    opacity: 1; }

.portada_e {
  height: 250px !important; }

/*///////////////////////////////////////////////////////////////////////*/
/* PRESENTACION */
/*///////////////////////////////////////////////////////////////////////*/
.cont_slide_contenido {
  position: relative;
  height: 380px;
  text-align: center;
  overflow: hidden; }
  .cont_slide_contenido.login {
    height: 640px; }
  .cont_slide_contenido.proyecto {
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }

.slide_contenido {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.cont_slide_contenido img {
  max-width: none;
  width: auto;
  left: calc(50% - 960px);
  position: absolute; }

.btn_flecha_propiedad {
  position: relative;
  width: 45px;
  height: 45px;
  top: 25px;
  top: calc(45px / 2);
  text-align: center;
  line-height: 45px; }

.pie_borde {
  border-top: 4px solid #fe2c6b; }

.numeracion-indice {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: initial; }

.fotos img {
  width: 110px;
  border: 1px solid #dcdcdc; }

.fotos.activo img {
  border: 1px solid #000; }

.slider-fotos {
  padding: 0 40px; }

.mini-foto-producto.slick-main-active img {
  border: 1px solid #000; }

.mini-foto-producto img {
  width: 100px;
  height: 100px;
  border: 1px solid #dcdcdc; }

.mini-foto-producto {
  cursor: pointer; }

.slick-slider {
  margin-bottom: 40px !important; }

.flecha-fotos-producto {
  position: absolute;
  top: 50%;
  top: calc(50% - 18px);
  padding: 10px 6px;
  color: #4b4b4b;
  font-size: 16px;
  border-radius: 4px;
  background-color: #dcdcdc;
  cursor: pointer; }

.flecha-fotos-producto.slick-disabled {
  color: #6d6d6d; }

.flecha-fotos-producto.izquierda {
  left: 0; }

.flecha-fotos-producto.derecha {
  right: 0; }

.foto_galeria {
  display: inline-block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 130%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-timing-function: ease-in;
  image-rendering: optimizeQuality;
  -moz-image-rendering: optimizeQuality;
  -webkit-image-rendering: optimizeQuality; }
  .foto_galeria:hover {
    opacity: .8;
    background-size: auto 100%;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out; }

.galeria_producto_ultima {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .galeria_producto_ultima p {
    background: none;
    top: 45%;
    font-size: 16px; }

.paginacion_contenedor {
  text-align: center; }

.paginacion {
  display: inline-block; }
  .paginacion li {
    display: inline-block; }
    .paginacion li a:hover {
      background-color: #413e3f;
      color: #ffffff; }
  .paginacion a, .paginacion.activo {
    display: inline-block;
    margin: 0 5px;
    color: #6d6d6d;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 3px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    border: 1px solid #dcdcdc; }

.flechas_paginacion a {
  color: #ffffff;
  background: #fe2c6b;
  margin: 0px 10px;
  border: 0;
  font-size: 25px; }
  .flechas_paginacion a:hover {
    color: #fe2c6b;
    background: none;
    border: none; }
.flechas_paginacion.activo {
  color: #ffffff;
  background-color: #fe2c6b;
  border: 1px solid #fe2c6b; }

.active a {
  background-color: #413e3f;
  color: #ffffff; }

.mostrar {
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  border-radius: 10%;
  color: #6d6d6d; }
  .mostrar:hover {
    background-color: #413e3f;
    color: #ffffff;
    border: 1px solid #413e3f; }

.activo_mostrar {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 10%;
  background-color: #413e3f;
  color: #ffffff; }
  .activo_mostrar:hover {
    color: #ffffff; }

.alert, .mensaje {
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #fe2c6b;
  background-color: #ffffff;
  color: #4b4b4b; }
  .alert p, .mensaje p {
    margin: 0;
    line-height: normal; }
  .alert.alert-padding-sm, .mensaje.alert-padding-sm {
    padding: 10px; }
  .alert::before, .mensaje::before {
    display: block;
    position: absolute;
    font-family: 'iconos';
    content: "";
    width: 100%;
    top: -12px;
    left: -10px;
    color: #000;
    text-align: left;
    font-size: 30px;
    text-shadow: 0px 0px 6px #ffffff; }

.alert_carrito {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #ffffff;
  border: 3px solid #fe2c6b;
  background-color: #ffffff;
  color: #4b4b4b; }
  .alert_carrito p {
    margin: 0;
    line-height: normal; }
  .alert_carrito.alert-padding-sm {
    padding: 10px; }
  .alert_carrito::before {
    display: block;
    position: absolute;
    font-family: 'iconos';
    content: "";
    width: 100%;
    top: -12px;
    left: -10px;
    color: #000;
    text-align: left;
    font-size: 30px;
    text-shadow: 0px 0px 6px #ffffff; }

.mensaje-mini {
  position: relative;
  padding: 14px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
  background-color: #fe2c6b; }
  .mensaje-mini p {
    margin: 0;
    line-height: normal; }
  .mensaje-mini::before {
    display: block;
    font-size: 20px;
    font-family: 'iconos';
    position: absolute;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
    width: 45px;
    height: 100%;
    top: 0;
    left: 0; }

.btn_numero {
  background: #fe2c6b;
  color: #ffffff;
  font-size: 22px;
  padding: 3px 12px;
  border-radius: 50%; }

.btn_numero_off {
  background: #dcdcdc;
  color: #ffffff;
  font-size: 22px;
  padding: 3px 12px;
  border-radius: 50%; }

.btn_carrito {
  font-size: 65px;
  margin-top: -14px; }

.mostrar_total_carrito {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  margin-left: -3px; }

/*/////////////////////////////////////*/
/* SUCURSALES */
/*/////////////////////////////////////*/
#mapa, #mapa_propiedades {
  width: 100%;
  height: 510px; }

#mapa_propiedad {
  width: 100%;
  height: 440px; }

.maps iframe {
  pointer-events: none; }

/*/////////////////////////////////////*/
/* MIPEDIDO */
/*/////////////////////////////////////*/
.comentarios {
  position: relative;
  padding: 20px;
  background-color: #fbd2d7;
  border: 1px solid #cd9299; }
  .comentarios span.esquina {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 20px solid #cd9299;
    border-right: 20px solid transparent;
    background-color: #ffffff; }
    .comentarios span.esquina:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -20px;
      left: -20px;
      border-bottom: 20px solid rgba(0, 0, 0, 0.06);
      border-left: 20px solid transparent; }

.mis_comentarios {
  background-color: #f1f6fa;
  border: 1px solid #b6ceea; }
  .mis_comentarios span.esquina {
    border-top-color: #c9dae9; }

.seleccionada {
  border: 8px solid #f6f5f5; }

.alerta-pedido {
  color: #0079c4;
  border: 2px solid #0079c4;
  -webkit-box-shadow: -1px 9px 54px -9px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -1px 9px 54px -9px rgba(0, 0, 0, 0.39);
  box-shadow: -1px 9px 54px -9px rgba(0, 0, 0, 0.39); }

/*/////////////////////////////////////*/
/* LOGIN */
/*/////////////////////////////////////*/
.login_usuario {
  border: 3px solid #fe2c6b; }

.login_google {
  color: #413e3f;
  padding: 10px 25px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 25px;
  transition: all 0.3s;  
}

.login_google:hover {
  color: #ffffff;
  background-color: #413e3f;
}

.login_google:hover span {
  color: #ffffff;
}


.login_google span {
  color: #413e3f;
  font-weight: 600;
  font-size: 20px; 
}

.login_google img {
  width: 30px;
  margin-right: 10px;
}

/*/////////////////////////////////////*/
/* PRODUCTO - LISTADO */
/*/////////////////////////////////////*/
.producto_listado:hover .producto_listado_item {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 1; }

.producto_listado_item {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0; }

/*///////////////////////////////////*/
/* TITULO POP-UP */
/*///////////////////////////////////*/
#vtn_titulo {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  text-transform: uppercase; }

#vtn_cargador {
  color: #000;
  text-align: center;
  font-size: 15px; }

div.msg_popup_contexto {
  position: absolute;
  display: none;
  background: #333333;
  opacity: .0;
  filter: alpha(opacity=0);
  height: 300px;
  width: 710px;
  z-index: 200000; }

div.msg_popup_contexto_texto {
  position: absolute;
  display: none;
  height: 300px;
  width: 710px;
  z-index: 200001; }

div.popup_contexto {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10003;
  display: none;
  background: none; }

div.popup_contexto_alpha {
  background: #333333;
  opacity: .50;
  filter: alpha(opacity=50);
  z-index: 10004; }

div.popup_contenido {
  position: absolute;
  z-index: 10005; }

div.vtn_popup_fondo_titulo {
  font-weight: bold;
  border-bottom: 1px solid #bdc1c6;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-top: 30px; }

div.vtn_popup_fondo_titulo_modal {
  font-weight: bold;
  overflow: hidden;
  margin: 0px;
  border-bottom: 1px solid #bdc1c6;
  padding-left: 10px;
  padding-bottom: 5px; }

td.vtn_popup_fondo_cuerpo {
  padding: 0px;
  background-color: #FFFFFF;
  color: #666666;
  vertical-align: top; }

div.vtn_popup_fondo_interno {
  margin-left: 5px;
  margin-right: 4px;
  vertical-align: top; }

div.vtn_popup_iconos {
  float: right;
  border: 0px solid #bdc1c6;
  margin-right: 10px; }

table.vtn_popup {
  margin-bottom: 5px; }

div.vtn_cargador, div.vtn_cargador1 {
  margin: 0 auto;
  border: 0px solid #333333;
  text-align: center;
  padding: 30px;
  color: #666666;
  font-size: 1.2em;
  padding-bottom: 50px;
  padding-top: 50px; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-button-disabled {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: .5; }

.swiper-slide {
  height: auto !important; }

.btn-flecha {
  border: 2px solid #413e3f;
  cursor: pointer; }

.swiper-button-next, .swiper-button-prev {
  background: inherit; }

.carrousel-banner-a .swiper-button-next.swiper-button-disabled, .carrousel-banner-a .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.paginacion-primaria {
  position: absolute;
  text-align: center;
  z-index: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important; }

.paginacion-primaria .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
  opacity: 1;
  background: #6d6d6d; }

.paginacion-primaria .swiper-pagination-bullet-active {
  color: #ffffff;
  background: #413e3f; }

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000, 0 0 5px #000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 970px) {
  .pace .pace-progress {
    background: #000; }

  .pace .pace-activity {
    border-top-color: #000;
    border-left-color: #000; } }
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 14px;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  padding-top: 2px;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 26px;
  height: 4px; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.2em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  vertical-align: baseline; }

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px; }

/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  background-color: #000;
  margin-left: 0; }

#cont_menu_a_rsp .slicknav_nav {
  width: 100%; }

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold; }

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5; }

/*.slicknav_menu {
	background:#00918A;
	padding:5px;
}*/
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em; }

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  background-color: #fe2c6b; }

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_item {
  padding: 14px 14px;
  margin: 2px 0px; }

.slicknav_nav a {
  padding: 14px 14px;
  margin: 0px 0px;
  text-decoration: none;
  color: #fff;
  text-align: left; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_item:hover {
  background: #000;
  color: #fff; }

.slicknav_nav a:hover {
  color: #FFF;
  outline: 0; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  /*border: 2px solid #000;*/
  background: #fe2c6b;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none; }

.visible-sm {
  display: none; }

.visible-md {
  display: none; }

.visible-lg {
  display: none; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 480px) {
  .visible-xs {
    display: block; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell; } }
@media (max-width: 480px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 480px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 480px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (max-width: 768px) {
  .visible-sm {
    display: block; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell; } }
@media (max-width: 768px) {
  .visible-sm-block {
    display: block !important; } }

@media (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (max-width: 1024px) {
  .visible-md {
    display: block; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row; }

  th.visible-md,
  td.visible-md {
    display: table-cell; } }
@media (max-width: 1024px) {
  .visible-md-block {
    display: block !important; } }

@media (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important; } }

@media (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1480px) {
  .visible-lg {
    display: block; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell; } }
@media (min-width: 1480px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1480px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1480px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 480px) {
  .hidden-xs {
    display: none; } }
@media (max-width: 768px) {
  .hidden-sm {
    display: none; } }
@media (max-width: 1024px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1480px) {
  .hidden-lg {
    display: none; } }
.visible-print {
  display: none; }

@media print {
  .visible-print {
    display: block; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row; }

  th.visible-print,
  td.visible-print {
    display: table-cell; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none; } }
@media (max-width: 1300px) {
  .col-xlg-1 {
    width: 8.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-2 {
    width: 16.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-4 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-5 {
    width: 41.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-7 {
    width: 58.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-8 {
    width: 66.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-10 {
    width: 83.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-11 {
    width: 91.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xlg-12 {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

  .flex-off-xlg {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block; }

  .nofloat-xlg {
    float: none; }

  .der-xlg {
    float: right; }

  .izq-xlg {
    float: left; }

  .full-xlg {
    width: 100%; }

  .full-xlg-i {
    width: 100% !important; }

  .full-img-xlg img {
    width: 100%; }

  .position-off-xlg {
    position: static; }

  .centrarHorizontal-off-xlg, .centrarVertical-off-xlg {
    position: static;
    transform: initial; }

  .contenedor.contenedor-xlg-full {
    margin-left: 0;
    margin-right: 0; }

  .text-center-xlg {
    text-align: center; }

  .text-left-xlg {
    text-align: left; }

  .text-right-xlg {
    text-align: right; }

  .contenedor {
    margin-left: 3%;
    margin-right: 3%; }

  .contenedor.contenedor-full {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1480px) {
  .col-lg-1 {
    width: 8.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-2 {
    width: 16.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-4 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-5 {
    width: 41.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-7 {
    width: 58.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-8 {
    width: 66.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-10 {
    width: 83.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-11 {
    width: 91.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-lg-12 {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

  .flex-off-lg {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block; }

  .nofloat-lg {
    float: none; }

  .der-lg {
    float: right; }

  .izq-lg {
    float: left; }

  .full-lg {
    width: 100%; }

  .full-lg-i {
    width: 100% !important; }

  .full-img-lg img {
    width: 100%; }

  .position-off-lg {
    position: static; }

  .centrarHorizontal-off-lg, .centrarVertical-off-lg {
    position: static;
    transform: initial; }

  .contenedor.contenedor-lg-full {
    margin-left: 0;
    margin-right: 0; }

  .text-center-lg {
    text-align: center; }

  .text-left-lg {
    text-align: left; }

  .text-right-lg {
    text-align: right; }

  /* CENTRAR IMAGENES */
  .img-lg-spa-0 img {
    margin: 0; }

  .centrar-img-lg img,
  div.centrar-img-lg img,
  div.centrar-img-lg .imagenIz,
  div.centrar-img-lg .imagenDer {
    margin: 0 auto;
    display: block; }

  .centrar-img-lg img[align],
  div.centrar-img-lg img[align] {
    float: none;
    text-align: center; }

  .centrar-img-lg img[align],
  div.centrar-img-lg img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; } }
@media (max-width: 1024px) {
  .col-md-1 {
    width: 8.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-md-2 {
    width: 16.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-md-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top; }

  .col-md-4 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-md-5 {
    width: 41.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-md-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top; }

  .col-md-7 {
    width: 58.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-md-8 {
    width: 66.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-md-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top; }

  .col-md-10 {
    width: 83.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-md-11 {
    width: 91.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-md-12 {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

  .contenedor.contenedor-md-full {
    margin-left: 0;
    margin-right: 0; }

  .text-center-md {
    text-align: center; }

  .text-left-md {
    text-align: left; }

  .text-right-md {
    text-align: right; }

  .position-off-md {
    position: static; }

  .centrarHorizontal-off-md, .centrarVertical-off-md {
    position: static;
    transform: initial; }

  .flex-off-md {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block; }

  .nofloat-md {
    float: none; }

  .der-md {
    float: right; }

  .izq-md {
    float: left; }

  .full-md {
    width: 100%; }

  .full-md-i {
    width: 100% !important; }

  .full-img-md img {
    width: 100%; }

  /* CENTRAR IMAGENES */
  .img-md-spa-0 img {
    margin: 0; }

  .centrar-img-md img,
  div.centrar-img-md img,
  div.centrar-img-md .imagenIz,
  div.centrar-img-md .imagenDer {
    margin: 0 auto;
    display: block; }

  .centrar-img-md img[align],
  div.centrar-img-md img[align] {
    float: none;
    text-align: center; }

  .centrar-img-md img[align],
  div.centrar-img-md img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; } }
@media (max-width: 768px) {
  .col-sm-1 {
    width: 8.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-2 {
    width: 16.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-4 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-5 {
    width: 41.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-7 {
    width: 58.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-8 {
    width: 66.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-10 {
    width: 83.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-11 {
    width: 91.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-sm-12 {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

  .contenedor.contenedor-sm-full {
    margin-left: 0;
    margin-right: 0; }

  /* CENTRAR IMAGENES */
  .img-sm-spa-0 img {
    margin: 0; }

  .centrar-img-sm img,
  div.centrar-img-sm img,
  div.centrar-img-sm .imagenIz,
  div.centrar-img-sm .imagenDer {
    margin: 0 auto;
    display: block; }

  .centrar-img-sm img[align],
  div.centrar-img-sm img[align] {
    float: none;
    text-align: center; }

  .centrar-img-sm img[align],
  div.centrar-img-sm img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; }

  .text-center-sm {
    text-align: center; }

  .text-left-sm {
    text-align: left; }

  .text-right-sm {
    text-align: right; }

  .position-off-sm {
    position: static; }

  .centrarHorizontal-off-sm, .centrarVertical-off-sm {
    position: static;
    transform: initial; }

  .flex-off-sm {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block; }

  .nofloat-sm {
    float: none; }

  .der-sm {
    float: right; }

  .izq-sm {
    float: left; }

  .full-sm {
    width: 100%; }

  .full-sm-i {
    width: 100% !important; }

  .full-img-sm img {
    width: 100%; }

  .imagenIz {
    margin-bottom: 20px; }

  .imagenDer {
    margin-bottom: 20px; }

  .quita-spa-img img {
    margin: 0 !important; } }
@media (max-width: 480px) {
  .col-1 {
    width: 100%; }

  .col-2 {
    width: 100%; }

  .col-3 {
    width: 100%; }

  .col-4 {
    width: 100%; }

  .col-5 {
    width: 100%; }

  .col-6 {
    width: 100%; }

  .col-7 {
    width: 100%; }

  .col-8 {
    width: 100%; }

  .col-9 {
    width: 100%; }

  .col-10 {
    width: 100%; }

  .col-11 {
    width: 100%; }

  .col-12 {
    width: 100%; }

  .col-xs-1 {
    width: 8.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-2 {
    width: 16.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-4 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-5 {
    width: 41.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-7 {
    width: 58.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-8 {
    width: 66.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-10 {
    width: 83.33333%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-11 {
    width: 91.66667%;
    display: inline-block;
    vertical-align: top; }

  .col-xs-12 {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

  .contenedor {
    margin-left: 5%;
    margin-right: 5%; }

  .contenedor.contenedor-xs-full {
    margin-left: 0;
    margin-right: 0; }

  /* CENTRAR IMAGENES */
  .img-xs-spa-0 img {
    margin: 0; }

  .centrar-img-xs img,
  div.centrar-img-xs img,
  div.centrar-img-xs .imagenIz,
  div.centrar-img-xs .imagenDer {
    margin: 0 auto;
    display: block; }

  .centrar-img-xs img[align],
  div.centrar-img-xs img[align] {
    float: none;
    text-align: center; }

  .centrar-img-xs img[align],
  div.centrar-img-xs img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; }

  .medio {
    float: none;
    width: 100%; }

  .text-center-xs {
    text-align: center; }

  .text-left-xs {
    text-align: left; }

  .text-right-xs {
    text-align: right; }

  .visible-in-xs {
    display: inline-block; }

  .position-off {
    position: static; }

  .position-off-xs {
    position: static; }

  .centrarHorizontal-off-xs, .centrarVertical-off-xs {
    position: static;
    transform: initial; }

  .flex-off-xs {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block; }

  .nofloat-xs {
    float: none; }

  .der-xs {
    float: right; }

  .izq-xs {
    float: left; }

  .full-xs {
    width: 100%; }

  .full-xs-i {
    width: 100% !important; }

  .full-img-xs img {
    width: 100%; }

  .rotar-90-xs {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

  img.imagenIz, img.imagenDer {
    margin: 0 auto;
    display: block; }

  img[align].imagenIz, img[align].imagenDer {
    float: none;
    text-align: center; }

  img[align].imagenIz, img[align].imagenDer {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; } }
@media (max-width: 1480px) {
  /* PORTADA A */
  div.corte img {
    max-width: none;
    position: absolute;
    left: 0;
    left: calc(50% - 960px);
    top: 0; }

  div.corte {
    height: 50px;
    overflow: hidden;
    position: relative; }

  .pie_horario {
    padding-left: 45px; } }
@media (max-width: 1024px) {
  div#cont_menu_a_rsp {
    width: 100%;
    background: #000; }

  .slicknav_menu {
    display: block; }

  .mini-foto-producto img {
    width: auto;
    height: auto; }

  .btn_carrito {
    font-size: 38px;
    margin-top: -14px; }

  .pie_horario {
    padding-left: 20px; } }
@media (max-width: 768px) {
  .titulo-portada {
    font-size: 1.6em; }

  .menu-escritorio {
    width: 150px !important;
    right: -10px; }

  .menu_pie_item {
    margin: 0 5px;
    display: inline-block; }

  /*///////////////////////////////////////////////////////////////////////*/
  /* PRESENTACION */
  /*///////////////////////////////////////////////////////////////////////*/
  .cont_slide_contenido.login {
    height: auto; }
    .cont_slide_contenido.login .slide_contenido {
      position: static;
      transform: none; }
  .cont_slide_contenido.proyecto {
    height: 250px; }

  .buscador-cerrar {
    position: fixed;
    top: 0;
    right: 0;
    margin: 25px;
    margin-top: 65px; }

  .menu-a {
    font-size: 13px; } }
@media (max-width: 480px) {
  .precio-tabla {
    padding-top: 20px; }

  ul.pagination li:not(.flechas_paginacion) {
    display: none; }

  .slide_contenido {
    font-size: 80%; }

  #slides {
    height: 230px; }

  .dato-especial img {
    width: 100%;
    border-right: none; }

  .zoomContainer {
    display: none !important;
    position: static !important; }

  .cont_img_producto {
    z-index: 1; }

  #img_producto img {
    z-index: -1; }

  a.link_pie {
    padding: 5px 5px;
    color: #ffffff;
    background-color: #000; }

  a.link_pie:hover {
    color: #f6f5f5;
    background-color: #e2edef; }

  .btn_carrito {
    font-size: 20px;
    margin-top: -2px; }

  .menu-a a {
    border-right: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0; }

  .paginacion_contenedor {
    text-align: center; }

  .paginacion {
    display: inline-block; }
    .paginacion li {
      display: inline-block; }
      .paginacion li a:hover {
        background-color: #413e3f;
        color: #ffffff; }
    .paginacion a, .paginacion.activo {
      display: inline-block;
      margin: 0 5px;
      color: #6d6d6d;
      font-size: 18px;
      padding: 15px 25px;
      border-radius: 3px;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      border: 1px solid #dcdcdc; }

  .flechas_paginacion a {
    color: #ffffff;
    background: #fe2c6b;
    margin: 0px 10px;
    border: 0;
    font-size: 25px; }
    .flechas_paginacion a:hover {
      color: #fe2c6b;
      background: none;
      border: none; }
  .flechas_paginacion.activo {
    color: #ffffff;
    background-color: #fe2c6b;
    border: 1px solid #fe2c6b; }

  .active a {
    background-color: #413e3f;
    color: #ffffff; } }

/*# sourceMappingURL=estilos.css.map */
