/************************************************************************************
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 #959595;
  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 #20b8ff;
  border-color: #20b8ff;
  outline-color: #20b8ff;
}

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: "Nunito", 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: "Nunito", sans-serif;
}

input:-moz-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  opacity: 1;
}

input::-moz-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
  font-family: "Nunito", 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: 1px;
}

.no-underline, .no-underline-hover:hover {
  text-decoration: none;
}

.under-line, .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 #3399cc;
  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: #3399cc;
  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 #cfcfcf;
  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: #959595;
}
.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: #3399cc;
  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: #959595;
  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: #09c346;
    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: #09c346;
    border: none;
    border-radius: 4px;
    text-decoration: none;
  }
  .btn.btn-xs-full {
    width: 100%;
  }
}
@font-face {
  font-family: "iconos";
  src: url("../fonts/iconos.eot?4zxx0t");
  src: url("../fonts/iconos.eot?4zxx0t#iefix") format("embedded-opentype"), url("../fonts/iconos.ttf?4zxx0t") format("truetype"), url("../fonts/iconos.woff?4zxx0t") format("woff"), url("../fonts/iconos.svg?4zxx0t#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-tick:before {
  content: "\e94d";
}

.icono-buscador2:before {
  content: "\e93d";
}

.icono-carrito:before {
  content: "\e946";
}

.icono-consulta:before {
  content: "\e947";
}

.icono-correo:before {
  content: "\e948";
}

.icono-flecha-der:before {
  content: "\e949";
}

.icono-flecha-izq:before {
  content: "\e94a";
}

.icono-menu2:before {
  content: "\e94b";
}

.icono-tel:before {
  content: "\e94c";
}

.icono-consultar:before {
  content: "\e945";
}

.icono-buscador:before {
  content: "\e939";
}

.icono-flecha-bot:before {
  content: "\e93c";
}

.icono-login:before {
  content: "\e93e";
}

.icono-menu:before {
  content: "\e93f";
}

.icono-slider-der:before {
  content: "\e940";
}

.icono-slider-der2:before {
  content: "\e941";
}

.icono-slider-izq:before {
  content: "\e942";
}

.icono-slider-izq2:before {
  content: "\e943";
}

.icono-telefono:before {
  content: "\e944";
}

.icono-flecha_bot:before {
  content: "\e93c";
}

.icono-mensaje:before {
  content: "\e93b";
}

.icono-ampliar:before {
  content: "\e938";
}

.icono-login03:before {
  content: "\e900";
}

.icono-newsletter01:before {
  content: "\e901";
}

.icono-newsletter02:before {
  content: "\e902";
}

.icono-pago_seguro:before {
  content: "\e903";
}

.icono-refresh01:before {
  content: "\e904";
}

.icono-twitter01:before {
  content: "\e905";
}

.icono-youtube01:before {
  content: "\e906";
}

.icono-buscador01:before {
  content: "\e907";
}

.icono-carrito01:before {
  content: "\e908";
}

.icono-carrito02:before {
  content: "\e909";
}

.icono-carrito03:before {
  content: "\e90a";
}

.icono-carrito05:before {
  content: "\e90b";
}

.icono-carrito06:before {
  content: "\e90c";
}

.icono-cerrar01:before {
  content: "\e90d";
}

.icono-consulta01:before {
  content: "\e90e";
}

.icono-envios01:before {
  content: "\e90f";
}

.icono-envios02:before {
  content: "\e910";
}

.icono-facebook01:before {
  content: "\e911";
}

.icono-flechabot01:before {
  content: "\e912";
}

.icono-flechader01:before {
  content: "\e913";
}

.icono-flechader02:before {
  content: "\e914";
}

.icono-flechader03:before {
  content: "\e915";
}

.icono-flechaizq01:before {
  content: "\e916";
}

.icono-flechaizq02:before {
  content: "\e917";
}

.icono-flechaizq03:before {
  content: "\e918";
}

.icono-flechatop01:before {
  content: "\e919";
}

.icono-instagram01:before {
  content: "\e91a";
}

.icono-login01:before {
  content: "\e91b";
}

.icono-login02:before {
  content: "\e91c";
}

.icono-mystore:before {
  content: "\e91d";
}

.icono-information:before {
  content: "\e91e";
}

.icono-cerrar:before {
  content: "\e91f";
}

.icono-lupa:before {
  content: "\e920";
}

.icono-user:before {
  content: "\e921";
}

.icono-vinieta-bot-01:before {
  content: "\e922";
}

.icono-vinieta-punto:before {
  content: "\e923";
}

.icono-telefono2:before {
  content: "\e924";
}

.icono-vinieta-01:before {
  content: "\e925";
}

.icono-info:before {
  content: "\e926";
}

.icono-contacto:before {
  content: "\e927";
}

.icono-direccion:before {
  content: "\e928";
}

.icono-volver:before {
  content: "\e929";
}

.icono-actualizar:before {
  content: "\e92a";
}

.icono-borrar:before {
  content: "\e92b";
}

.icono-relacionados:before {
  content: "\e92c";
}

.icono-video:before {
  content: "\e92d";
}

.icono-foto:before {
  content: "\e92e";
}

.icono-menu22:before {
  content: "\e92f";
}

.icono-slider-der3:before {
  content: "\e930";
}

.icono-slider-izq3:before {
  content: "\e931";
}

.icono-bajar:before {
  content: "\e932";
}

.icono-sobre:before {
  content: "\e933";
}

.icono-vn-bot-01:before {
  content: "\e934";
}

.icono-menu-responsive:before {
  content: "\e935";
}

.icono-links:before {
  content: "\e936";
}

.icono-descargar:before {
  content: "\e937";
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
}

::selection {
  background: #20b8ff;
  color: #ffffff;
}

::-moz-selection {
  background: #20b8ff;
  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.3333333333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top;
}

.col-2 {
  width: 16.6666666667%;
  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.3333333333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top;
}

.col-5 {
  width: 41.6666666667%;
  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.3333333333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top;
}

.col-8 {
  width: 66.6666666667%;
  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.3333333333%;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -3px;
  display: inline-block;
  vertical-align: top;
}

.col-11 {
  width: 91.6666666667%;
  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: #3399cc;
}

.link-primario:hover {
  color: #3399cc;
}

.focus-primario:focus {
  color: #3399cc;
}

.bg-primario {
  background-color: #3399cc;
}

.bg-primario-hover:hover {
  background-color: #3399cc;
}

hr.linea-primario {
  border: 0;
  height: 1px;
  background: #3399cc;
}

.borde-primario, input[type=submit].borde-primario {
  border: 1px solid #3399cc;
}

.borde-primario-hover:hover, input[type=submit].borde-primario-hover:hover {
  border: 1px solid #3399cc;
}

.borde-2-primario, input[type=submit].borde-2-primario {
  border: 2px solid #3399cc;
}

.borde-2-primario-hover:hover, input[type=submit].borde-2-primario-hover:hover {
  border: 2px solid #3399cc;
}

.borde-3-primario, input[type=submit].borde-3-primario {
  border: 3px solid #3399cc;
}

.borde-3-primario-hover:hover, input[type=submit].borde-3-primario-hover:hover {
  border: 3px solid #3399cc;
}

.bt-primario {
  border-top: 1px solid #3399cc;
}

.bl-primario {
  border-left: 1px solid #3399cc;
}

.br-primario {
  border-right: 1px solid #3399cc;
}

.bb-primario {
  border-bottom: 1px solid #3399cc;
}

.borde-img-primario img {
  border: 1px solid #3399cc;
}

.color-primario-alterno, a.color-primario-alterno {
  color: #64b3da;
}

.link-primario-alterno:hover {
  color: #64b3da;
}

.focus-primario-alterno:focus {
  color: #64b3da;
}

.bg-primario-alterno {
  background-color: #64b3da;
}

.bg-primario-alterno-hover:hover {
  background-color: #64b3da;
}

hr.linea-primario-alterno {
  border: 0;
  height: 1px;
  background: #64b3da;
}

.borde-primario-alterno, input[type=submit].borde-primario-alterno {
  border: 1px solid #64b3da;
}

.borde-primario-alterno-hover:hover, input[type=submit].borde-primario-alterno-hover:hover {
  border: 1px solid #64b3da;
}

.borde-2-primario-alterno, input[type=submit].borde-2-primario-alterno {
  border: 2px solid #64b3da;
}

.borde-2-primario-alterno-hover:hover, input[type=submit].borde-2-primario-alterno-hover:hover {
  border: 2px solid #64b3da;
}

.borde-3-primario-alterno, input[type=submit].borde-3-primario-alterno {
  border: 3px solid #64b3da;
}

.borde-3-primario-alterno-hover:hover, input[type=submit].borde-3-primario-alterno-hover:hover {
  border: 3px solid #64b3da;
}

.bt-primario-alterno {
  border-top: 1px solid #64b3da;
}

.bl-primario-alterno {
  border-left: 1px solid #64b3da;
}

.br-primario-alterno {
  border-right: 1px solid #64b3da;
}

.bb-primario-alterno {
  border-bottom: 1px solid #64b3da;
}

.borde-img-primario-alterno img {
  border: 1px solid #64b3da;
}

.color-secundario, a.color-secundario {
  color: #09c346;
}

.link-secundario:hover {
  color: #09c346;
}

.focus-secundario:focus {
  color: #09c346;
}

.bg-secundario {
  background-color: #09c346;
}

.bg-secundario-hover:hover {
  background-color: #09c346;
}

hr.linea-secundario {
  border: 0;
  height: 1px;
  background: #09c346;
}

.borde-secundario, input[type=submit].borde-secundario {
  border: 1px solid #09c346;
}

.borde-secundario-hover:hover, input[type=submit].borde-secundario-hover:hover {
  border: 1px solid #09c346;
}

.borde-2-secundario, input[type=submit].borde-2-secundario {
  border: 2px solid #09c346;
}

.borde-2-secundario-hover:hover, input[type=submit].borde-2-secundario-hover:hover {
  border: 2px solid #09c346;
}

.borde-3-secundario, input[type=submit].borde-3-secundario {
  border: 3px solid #09c346;
}

.borde-3-secundario-hover:hover, input[type=submit].borde-3-secundario-hover:hover {
  border: 3px solid #09c346;
}

.bt-secundario {
  border-top: 1px solid #09c346;
}

.bl-secundario {
  border-left: 1px solid #09c346;
}

.br-secundario {
  border-right: 1px solid #09c346;
}

.bb-secundario {
  border-bottom: 1px solid #09c346;
}

.borde-img-secundario img {
  border: 1px solid #09c346;
}

.color-terciario, a.color-terciario {
  color: #074470;
}

.link-terciario:hover {
  color: #074470;
}

.focus-terciario:focus {
  color: #074470;
}

.bg-terciario {
  background-color: #074470;
}

.bg-terciario-hover:hover {
  background-color: #074470;
}

hr.linea-terciario {
  border: 0;
  height: 1px;
  background: #074470;
}

.borde-terciario, input[type=submit].borde-terciario {
  border: 1px solid #074470;
}

.borde-terciario-hover:hover, input[type=submit].borde-terciario-hover:hover {
  border: 1px solid #074470;
}

.borde-2-terciario, input[type=submit].borde-2-terciario {
  border: 2px solid #074470;
}

.borde-2-terciario-hover:hover, input[type=submit].borde-2-terciario-hover:hover {
  border: 2px solid #074470;
}

.borde-3-terciario, input[type=submit].borde-3-terciario {
  border: 3px solid #074470;
}

.borde-3-terciario-hover:hover, input[type=submit].borde-3-terciario-hover:hover {
  border: 3px solid #074470;
}

.bt-terciario {
  border-top: 1px solid #074470;
}

.bl-terciario {
  border-left: 1px solid #074470;
}

.br-terciario {
  border-right: 1px solid #074470;
}

.bb-terciario {
  border-bottom: 1px solid #074470;
}

.borde-img-terciario img {
  border: 1px solid #074470;
}

.color-destacado, a.color-destacado {
  color: #ff1433;
}

.link-destacado:hover {
  color: #ff1433;
}

.focus-destacado:focus {
  color: #ff1433;
}

.bg-destacado {
  background-color: #ff1433;
}

.bg-destacado-hover:hover {
  background-color: #ff1433;
}

hr.linea-destacado {
  border: 0;
  height: 1px;
  background: #ff1433;
}

.borde-destacado, input[type=submit].borde-destacado {
  border: 1px solid #ff1433;
}

.borde-destacado-hover:hover, input[type=submit].borde-destacado-hover:hover {
  border: 1px solid #ff1433;
}

.borde-2-destacado, input[type=submit].borde-2-destacado {
  border: 2px solid #ff1433;
}

.borde-2-destacado-hover:hover, input[type=submit].borde-2-destacado-hover:hover {
  border: 2px solid #ff1433;
}

.borde-3-destacado, input[type=submit].borde-3-destacado {
  border: 3px solid #ff1433;
}

.borde-3-destacado-hover:hover, input[type=submit].borde-3-destacado-hover:hover {
  border: 3px solid #ff1433;
}

.bt-destacado {
  border-top: 1px solid #ff1433;
}

.bl-destacado {
  border-left: 1px solid #ff1433;
}

.br-destacado {
  border-right: 1px solid #ff1433;
}

.bb-destacado {
  border-bottom: 1px solid #ff1433;
}

.borde-img-destacado img {
  border: 1px solid #ff1433;
}

.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, input[type=submit].borde-blanco {
  border: 1px solid #ffffff;
}

.borde-blanco-hover:hover, input[type=submit].borde-blanco-hover:hover {
  border: 1px solid #ffffff;
}

.borde-2-blanco, input[type=submit].borde-2-blanco {
  border: 2px solid #ffffff;
}

.borde-2-blanco-hover:hover, input[type=submit].borde-2-blanco-hover:hover {
  border: 2px solid #ffffff;
}

.borde-3-blanco, input[type=submit].borde-3-blanco {
  border: 3px solid #ffffff;
}

.borde-3-blanco-hover:hover, input[type=submit].borde-3-blanco-hover:hover {
  border: 3px 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, input[type=submit].borde-negro {
  border: 1px solid #413e3f;
}

.borde-negro-hover:hover, input[type=submit].borde-negro-hover:hover {
  border: 1px solid #413e3f;
}

.borde-2-negro, input[type=submit].borde-2-negro {
  border: 2px solid #413e3f;
}

.borde-2-negro-hover:hover, input[type=submit].borde-2-negro-hover:hover {
  border: 2px solid #413e3f;
}

.borde-3-negro, input[type=submit].borde-3-negro {
  border: 3px solid #413e3f;
}

.borde-3-negro-hover:hover, input[type=submit].borde-3-negro-hover:hover {
  border: 3px 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: #959595;
}

.link-gris:hover {
  color: #959595;
}

.focus-gris:focus {
  color: #959595;
}

.bg-gris {
  background-color: #959595;
}

.bg-gris-hover:hover {
  background-color: #959595;
}

hr.linea-gris {
  border: 0;
  height: 1px;
  background: #959595;
}

.borde-gris, input[type=submit].borde-gris {
  border: 1px solid #959595;
}

.borde-gris-hover:hover, input[type=submit].borde-gris-hover:hover {
  border: 1px solid #959595;
}

.borde-2-gris, input[type=submit].borde-2-gris {
  border: 2px solid #959595;
}

.borde-2-gris-hover:hover, input[type=submit].borde-2-gris-hover:hover {
  border: 2px solid #959595;
}

.borde-3-gris, input[type=submit].borde-3-gris {
  border: 3px solid #959595;
}

.borde-3-gris-hover:hover, input[type=submit].borde-3-gris-hover:hover {
  border: 3px solid #959595;
}

.bt-gris {
  border-top: 1px solid #959595;
}

.bl-gris {
  border-left: 1px solid #959595;
}

.br-gris {
  border-right: 1px solid #959595;
}

.bb-gris {
  border-bottom: 1px solid #959595;
}

.borde-img-gris img {
  border: 1px solid #959595;
}

.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, input[type=submit].borde-gris-alterno {
  border: 1px solid #e9e9e9;
}

.borde-gris-alterno-hover:hover, input[type=submit].borde-gris-alterno-hover:hover {
  border: 1px solid #e9e9e9;
}

.borde-2-gris-alterno, input[type=submit].borde-2-gris-alterno {
  border: 2px solid #e9e9e9;
}

.borde-2-gris-alterno-hover:hover, input[type=submit].borde-2-gris-alterno-hover:hover {
  border: 2px solid #e9e9e9;
}

.borde-3-gris-alterno, input[type=submit].borde-3-gris-alterno {
  border: 3px solid #e9e9e9;
}

.borde-3-gris-alterno-hover:hover, input[type=submit].borde-3-gris-alterno-hover:hover {
  border: 3px 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: #20b8ff;
}

.link-primario-claro:hover {
  color: #20b8ff;
}

.focus-primario-claro:focus {
  color: #20b8ff;
}

.bg-primario-claro {
  background-color: #20b8ff;
}

.bg-primario-claro-hover:hover {
  background-color: #20b8ff;
}

hr.linea-primario-claro {
  border: 0;
  height: 1px;
  background: #20b8ff;
}

.borde-primario-claro, input[type=submit].borde-primario-claro {
  border: 1px solid #20b8ff;
}

.borde-primario-claro-hover:hover, input[type=submit].borde-primario-claro-hover:hover {
  border: 1px solid #20b8ff;
}

.borde-2-primario-claro, input[type=submit].borde-2-primario-claro {
  border: 2px solid #20b8ff;
}

.borde-2-primario-claro-hover:hover, input[type=submit].borde-2-primario-claro-hover:hover {
  border: 2px solid #20b8ff;
}

.borde-3-primario-claro, input[type=submit].borde-3-primario-claro {
  border: 3px solid #20b8ff;
}

.borde-3-primario-claro-hover:hover, input[type=submit].borde-3-primario-claro-hover:hover {
  border: 3px solid #20b8ff;
}

.bt-primario-claro {
  border-top: 1px solid #20b8ff;
}

.bl-primario-claro {
  border-left: 1px solid #20b8ff;
}

.br-primario-claro {
  border-right: 1px solid #20b8ff;
}

.bb-primario-claro {
  border-bottom: 1px solid #20b8ff;
}

.borde-img-primario-claro img {
  border: 1px solid #20b8ff;
}

.color-secundario-claro, a.color-secundario-claro {
  color: #54f78a;
}

.link-secundario-claro:hover {
  color: #54f78a;
}

.focus-secundario-claro:focus {
  color: #54f78a;
}

.bg-secundario-claro {
  background-color: #54f78a;
}

.bg-secundario-claro-hover:hover {
  background-color: #54f78a;
}

hr.linea-secundario-claro {
  border: 0;
  height: 1px;
  background: #54f78a;
}

.borde-secundario-claro, input[type=submit].borde-secundario-claro {
  border: 1px solid #54f78a;
}

.borde-secundario-claro-hover:hover, input[type=submit].borde-secundario-claro-hover:hover {
  border: 1px solid #54f78a;
}

.borde-2-secundario-claro, input[type=submit].borde-2-secundario-claro {
  border: 2px solid #54f78a;
}

.borde-2-secundario-claro-hover:hover, input[type=submit].borde-2-secundario-claro-hover:hover {
  border: 2px solid #54f78a;
}

.borde-3-secundario-claro, input[type=submit].borde-3-secundario-claro {
  border: 3px solid #54f78a;
}

.borde-3-secundario-claro-hover:hover, input[type=submit].borde-3-secundario-claro-hover:hover {
  border: 3px solid #54f78a;
}

.bt-secundario-claro {
  border-top: 1px solid #54f78a;
}

.bl-secundario-claro {
  border-left: 1px solid #54f78a;
}

.br-secundario-claro {
  border-right: 1px solid #54f78a;
}

.bb-secundario-claro {
  border-bottom: 1px solid #54f78a;
}

.borde-img-secundario-claro img {
  border: 1px solid #54f78a;
}

.color-terciario-claro, a.color-terciario-claro {
  color: #0f8de8;
}

.link-terciario-claro:hover {
  color: #0f8de8;
}

.focus-terciario-claro:focus {
  color: #0f8de8;
}

.bg-terciario-claro {
  background-color: #0f8de8;
}

.bg-terciario-claro-hover:hover {
  background-color: #0f8de8;
}

hr.linea-terciario-claro {
  border: 0;
  height: 1px;
  background: #0f8de8;
}

.borde-terciario-claro, input[type=submit].borde-terciario-claro {
  border: 1px solid #0f8de8;
}

.borde-terciario-claro-hover:hover, input[type=submit].borde-terciario-claro-hover:hover {
  border: 1px solid #0f8de8;
}

.borde-2-terciario-claro, input[type=submit].borde-2-terciario-claro {
  border: 2px solid #0f8de8;
}

.borde-2-terciario-claro-hover:hover, input[type=submit].borde-2-terciario-claro-hover:hover {
  border: 2px solid #0f8de8;
}

.borde-3-terciario-claro, input[type=submit].borde-3-terciario-claro {
  border: 3px solid #0f8de8;
}

.borde-3-terciario-claro-hover:hover, input[type=submit].borde-3-terciario-claro-hover:hover {
  border: 3px solid #0f8de8;
}

.bt-terciario-claro {
  border-top: 1px solid #0f8de8;
}

.bl-terciario-claro {
  border-left: 1px solid #0f8de8;
}

.br-terciario-claro {
  border-right: 1px solid #0f8de8;
}

.bb-terciario-claro {
  border-bottom: 1px solid #0f8de8;
}

.borde-img-terciario-claro img {
  border: 1px solid #0f8de8;
}

.color-destacado-claro, a.color-destacado-claro {
  color: #ff94a2;
}

.link-destacado-claro:hover {
  color: #ff94a2;
}

.focus-destacado-claro:focus {
  color: #ff94a2;
}

.bg-destacado-claro {
  background-color: #ff94a2;
}

.bg-destacado-claro-hover:hover {
  background-color: #ff94a2;
}

hr.linea-destacado-claro {
  border: 0;
  height: 1px;
  background: #ff94a2;
}

.borde-destacado-claro, input[type=submit].borde-destacado-claro {
  border: 1px solid #ff94a2;
}

.borde-destacado-claro-hover:hover, input[type=submit].borde-destacado-claro-hover:hover {
  border: 1px solid #ff94a2;
}

.borde-2-destacado-claro, input[type=submit].borde-2-destacado-claro {
  border: 2px solid #ff94a2;
}

.borde-2-destacado-claro-hover:hover, input[type=submit].borde-2-destacado-claro-hover:hover {
  border: 2px solid #ff94a2;
}

.borde-3-destacado-claro, input[type=submit].borde-3-destacado-claro {
  border: 3px solid #ff94a2;
}

.borde-3-destacado-claro-hover:hover, input[type=submit].borde-3-destacado-claro-hover:hover {
  border: 3px solid #ff94a2;
}

.bt-destacado-claro {
  border-top: 1px solid #ff94a2;
}

.bl-destacado-claro {
  border-left: 1px solid #ff94a2;
}

.br-destacado-claro {
  border-right: 1px solid #ff94a2;
}

.bb-destacado-claro {
  border-bottom: 1px solid #ff94a2;
}

.borde-img-destacado-claro img {
  border: 1px solid #ff94a2;
}

.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, input[type=submit].borde-negro-claro {
  border: 1px solid #0079c4;
}

.borde-negro-claro-hover:hover, input[type=submit].borde-negro-claro-hover:hover {
  border: 1px solid #0079c4;
}

.borde-2-negro-claro, input[type=submit].borde-2-negro-claro {
  border: 2px solid #0079c4;
}

.borde-2-negro-claro-hover:hover, input[type=submit].borde-2-negro-claro-hover:hover {
  border: 2px solid #0079c4;
}

.borde-3-negro-claro, input[type=submit].borde-3-negro-claro {
  border: 3px solid #0079c4;
}

.borde-3-negro-claro-hover:hover, input[type=submit].borde-3-negro-claro-hover:hover {
  border: 3px 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: #cfcfcf;
}

.link-gris-claro:hover {
  color: #cfcfcf;
}

.focus-gris-claro:focus {
  color: #cfcfcf;
}

.bg-gris-claro {
  background-color: #cfcfcf;
}

.bg-gris-claro-hover:hover {
  background-color: #cfcfcf;
}

hr.linea-gris-claro {
  border: 0;
  height: 1px;
  background: #cfcfcf;
}

.borde-gris-claro, input[type=submit].borde-gris-claro {
  border: 1px solid #cfcfcf;
}

.borde-gris-claro-hover:hover, input[type=submit].borde-gris-claro-hover:hover {
  border: 1px solid #cfcfcf;
}

.borde-2-gris-claro, input[type=submit].borde-2-gris-claro {
  border: 2px solid #cfcfcf;
}

.borde-2-gris-claro-hover:hover, input[type=submit].borde-2-gris-claro-hover:hover {
  border: 2px solid #cfcfcf;
}

.borde-3-gris-claro, input[type=submit].borde-3-gris-claro {
  border: 3px solid #cfcfcf;
}

.borde-3-gris-claro-hover:hover, input[type=submit].borde-3-gris-claro-hover:hover {
  border: 3px solid #cfcfcf;
}

.bt-gris-claro {
  border-top: 1px solid #cfcfcf;
}

.bl-gris-claro {
  border-left: 1px solid #cfcfcf;
}

.br-gris-claro {
  border-right: 1px solid #cfcfcf;
}

.bb-gris-claro {
  border-bottom: 1px solid #cfcfcf;
}

.borde-img-gris-claro img {
  border: 1px solid #cfcfcf;
}

.color-primario-obscuro, a.color-primario-obscuro {
  color: #006a9c;
}

.link-primario-obscuro:hover {
  color: #006a9c;
}

.focus-primario-obscuro:focus {
  color: #006a9c;
}

.bg-primario-obscuro {
  background-color: #006a9c;
}

.bg-primario-obscuro-hover:hover {
  background-color: #006a9c;
}

hr.linea-primario-obscuro {
  border: 0;
  height: 1px;
  background: #006a9c;
}

.borde-primario-obscuro, input[type=submit].borde-primario-obscuro {
  border: 1px solid #006a9c;
}

.borde-primario-obscuro-hover:hover, input[type=submit].borde-primario-obscuro-hover:hover {
  border: 1px solid #006a9c;
}

.borde-2-primario-obscuro, input[type=submit].borde-2-primario-obscuro {
  border: 2px solid #006a9c;
}

.borde-2-primario-obscuro-hover:hover, input[type=submit].borde-2-primario-obscuro-hover:hover {
  border: 2px solid #006a9c;
}

.borde-3-primario-obscuro, input[type=submit].borde-3-primario-obscuro {
  border: 3px solid #006a9c;
}

.borde-3-primario-obscuro-hover:hover, input[type=submit].borde-3-primario-obscuro-hover:hover {
  border: 3px solid #006a9c;
}

.bt-primario-obscuro {
  border-top: 1px solid #006a9c;
}

.bl-primario-obscuro {
  border-left: 1px solid #006a9c;
}

.br-primario-obscuro {
  border-right: 1px solid #006a9c;
}

.bb-primario-obscuro {
  border-bottom: 1px solid #006a9c;
}

.borde-img-primario-obscuro img {
  border: 1px solid #006a9c;
}

.color-secundario-obscuro, a.color-secundario-obscuro {
  color: #079235;
}

.link-secundario-obscuro:hover {
  color: #079235;
}

.focus-secundario-obscuro:focus {
  color: #079235;
}

.bg-secundario-obscuro {
  background-color: #079235;
}

.bg-secundario-obscuro-hover:hover {
  background-color: #079235;
}

hr.linea-secundario-obscuro {
  border: 0;
  height: 1px;
  background: #079235;
}

.borde-secundario-obscuro, input[type=submit].borde-secundario-obscuro {
  border: 1px solid #079235;
}

.borde-secundario-obscuro-hover:hover, input[type=submit].borde-secundario-obscuro-hover:hover {
  border: 1px solid #079235;
}

.borde-2-secundario-obscuro, input[type=submit].borde-2-secundario-obscuro {
  border: 2px solid #079235;
}

.borde-2-secundario-obscuro-hover:hover, input[type=submit].borde-2-secundario-obscuro-hover:hover {
  border: 2px solid #079235;
}

.borde-3-secundario-obscuro, input[type=submit].borde-3-secundario-obscuro {
  border: 3px solid #079235;
}

.borde-3-secundario-obscuro-hover:hover, input[type=submit].borde-3-secundario-obscuro-hover:hover {
  border: 3px solid #079235;
}

.bt-secundario-obscuro {
  border-top: 1px solid #079235;
}

.bl-secundario-obscuro {
  border-left: 1px solid #079235;
}

.br-secundario-obscuro {
  border-right: 1px solid #079235;
}

.bb-secundario-obscuro {
  border-bottom: 1px solid #079235;
}

.borde-img-secundario-obscuro img {
  border: 1px solid #079235;
}

.color-terciario-obscuro, a.color-terciario-obscuro {
  color: #042740;
}

.link-terciario-obscuro:hover {
  color: #042740;
}

.focus-terciario-obscuro:focus {
  color: #042740;
}

.bg-terciario-obscuro {
  background-color: #042740;
}

.bg-terciario-obscuro-hover:hover {
  background-color: #042740;
}

hr.linea-terciario-obscuro {
  border: 0;
  height: 1px;
  background: #042740;
}

.borde-terciario-obscuro, input[type=submit].borde-terciario-obscuro {
  border: 1px solid #042740;
}

.borde-terciario-obscuro-hover:hover, input[type=submit].borde-terciario-obscuro-hover:hover {
  border: 1px solid #042740;
}

.borde-2-terciario-obscuro, input[type=submit].borde-2-terciario-obscuro {
  border: 2px solid #042740;
}

.borde-2-terciario-obscuro-hover:hover, input[type=submit].borde-2-terciario-obscuro-hover:hover {
  border: 2px solid #042740;
}

.borde-3-terciario-obscuro, input[type=submit].borde-3-terciario-obscuro {
  border: 3px solid #042740;
}

.borde-3-terciario-obscuro-hover:hover, input[type=submit].borde-3-terciario-obscuro-hover:hover {
  border: 3px solid #042740;
}

.bt-terciario-obscuro {
  border-top: 1px solid #042740;
}

.bl-terciario-obscuro {
  border-left: 1px solid #042740;
}

.br-terciario-obscuro {
  border-right: 1px solid #042740;
}

.bb-terciario-obscuro {
  border-bottom: 1px solid #042740;
}

.borde-img-terciario-obscuro img {
  border: 1px solid #042740;
}

.color-destacado-obscuro, a.color-destacado-obscuro {
  color: #e0001e;
}

.link-destacado-obscuro:hover {
  color: #e0001e;
}

.focus-destacado-obscuro:focus {
  color: #e0001e;
}

.bg-destacado-obscuro {
  background-color: #e0001e;
}

.bg-destacado-obscuro-hover:hover {
  background-color: #e0001e;
}

hr.linea-destacado-obscuro {
  border: 0;
  height: 1px;
  background: #e0001e;
}

.borde-destacado-obscuro, input[type=submit].borde-destacado-obscuro {
  border: 1px solid #e0001e;
}

.borde-destacado-obscuro-hover:hover, input[type=submit].borde-destacado-obscuro-hover:hover {
  border: 1px solid #e0001e;
}

.borde-2-destacado-obscuro, input[type=submit].borde-2-destacado-obscuro {
  border: 2px solid #e0001e;
}

.borde-2-destacado-obscuro-hover:hover, input[type=submit].borde-2-destacado-obscuro-hover:hover {
  border: 2px solid #e0001e;
}

.borde-3-destacado-obscuro, input[type=submit].borde-3-destacado-obscuro {
  border: 3px solid #e0001e;
}

.borde-3-destacado-obscuro-hover:hover, input[type=submit].borde-3-destacado-obscuro-hover:hover {
  border: 3px solid #e0001e;
}

.bt-destacado-obscuro {
  border-top: 1px solid #e0001e;
}

.bl-destacado-obscuro {
  border-left: 1px solid #e0001e;
}

.br-destacado-obscuro {
  border-right: 1px solid #e0001e;
}

.bb-destacado-obscuro {
  border-bottom: 1px solid #e0001e;
}

.borde-img-destacado-obscuro img {
  border: 1px solid #e0001e;
}

.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, input[type=submit].borde-negro-obscuro {
  border: 1px solid #393939;
}

.borde-negro-obscuro-hover:hover, input[type=submit].borde-negro-obscuro-hover:hover {
  border: 1px solid #393939;
}

.borde-2-negro-obscuro, input[type=submit].borde-2-negro-obscuro {
  border: 2px solid #393939;
}

.borde-2-negro-obscuro-hover:hover, input[type=submit].borde-2-negro-obscuro-hover:hover {
  border: 2px solid #393939;
}

.borde-3-negro-obscuro, input[type=submit].borde-3-negro-obscuro {
  border: 3px solid #393939;
}

.borde-3-negro-obscuro-hover:hover, input[type=submit].borde-3-negro-obscuro-hover:hover {
  border: 3px 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, input[type=submit].borde-gris-obscuro {
  border: 1px solid #4b4b4b;
}

.borde-gris-obscuro-hover:hover, input[type=submit].borde-gris-obscuro-hover:hover {
  border: 1px solid #4b4b4b;
}

.borde-2-gris-obscuro, input[type=submit].borde-2-gris-obscuro {
  border: 2px solid #4b4b4b;
}

.borde-2-gris-obscuro-hover:hover, input[type=submit].borde-2-gris-obscuro-hover:hover {
  border: 2px solid #4b4b4b;
}

.borde-3-gris-obscuro, input[type=submit].borde-3-gris-obscuro {
  border: 3px solid #4b4b4b;
}

.borde-3-gris-obscuro-hover:hover, input[type=submit].borde-3-gris-obscuro-hover:hover {
  border: 3px 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: 12px;
}

.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: 22px;
}

.titulo-md {
  font-size: 30px;
}

.titulo-lg {
  font-size: 35px;
}

.titulo-xl {
  font-size: 45px;
}

@media only screen and (max-width: 1300px) {
  .texto-base-xlg {
    font-size: 12px;
  }
}
@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: 22px;
  }
}
@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: 35px;
  }
}
@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: 12px;
  }
}
@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: 22px;
  }
}
@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: 35px;
  }
}
@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: 12px;
  }
}
@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: 22px;
  }
}
@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: 35px;
  }
}
@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: 12px;
  }
}
@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: 22px;
  }
}
@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: 35px;
  }
}
@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: 12px;
  }
}
@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: 22px;
  }
}
@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: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xl-xs {
    font-size: 45px;
  }
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 700;
}

.bold {
  font-weight: 900;
}

.familia1 {
  font-family: "Nunito", 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;
}

.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex-auto {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.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-hw {
  height: 100%;
}

.full-img img {
  width: 100%;
}

.z1 {
  z-index: 1;
}

.z3 {
  z-index: 3;
}

.z5 {
  z-index: 5;
}

.z20 {
  z-index: 20;
}

.columnas-txt {
  column-count: 2;
  column-gap: 50px;
}

.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-0, .opacity-hover-0:hover {
  opacity: 0;
}

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

.cont-aparecer:hover .aparecer {
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.aparecer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.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: #64b3da;
  color: #ffffff;
}

::-moz-selection {
  background: #64b3da;
  color: #ffffff;
}

.titulo-portada {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #3399cc;
  position: relative;
}

.titulo-producto {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #3399cc;
  text-align: center;
  position: relative;
}

span.titulo-producto::before {
  display: block;
  position: absolute;
  top: -20px;
  left: -15px;
  background-color: #20b8ff;
  width: 50px;
  height: 50px;
  content: "";
  z-index: -1;
}

.titulo-componente {
  font-size: 30px;
  font-weight: 400;
}

.subtitulo-componente {
  color: #3399cc;
  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: #3399cc;
}

.titulo-tab {
  position: relative;
  color: #959595;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
.titulo-tab.activo {
  color: #3399cc;
}
.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: #959595;
}
.titulo-tab.activo:before {
  background-color: #3399cc;
}

a {
  color: #3399cc;
}
a:hover {
  color: #413e3f;
}
a:active, a:focus {
  color: #3399cc;
}

.box-1 {
  padding: 15px 25px;
  border: 1px solid #cfcfcf;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 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: 0.8;
}

.opacity-2 {
  opacity: 0.2;
}

.visible-in-xs {
  display: none;
}

blockquote i {
  font-family: "Nunito", 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: #3399cc !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-off {
  font-weight: bold;
  font-size: 16px;
  color: #3399cc;
  background: none;
  border: none;
  padding: 0;
  margin: 0 10px;
  opacity: 0.5;
}

.borde-0 {
  border: none;
}

.swiper-slider-d-prev, .flecha-portada-col-4-prev {
  opacity: 0.5;
}

.flecha-portada-col-4-prev:hover, .swiper-slider-d-prev:hover {
  opacity: 1;
}

.flecha-portada-col-4-next, .swiper-slider-d-next {
  opacity: 0.5;
}

.flecha-portada-col-4-next:hover, .swiper-slider-d-next:hover {
  opacity: 1;
}

.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 #959595;
  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 #cfcfcf;
}

textarea {
  padding: 15px 15px;
  border: 1px solid #cfcfcf;
}

.img_codigo {
  top: 0;
  right: 0;
}

input::-webkit-input-placeholder {
  color: #959595;
  font-size: 16px;
}

input:-moz-placeholder {
  color: #959595;
  font-size: 16px;
  opacity: 1;
}

input::-moz-placeholder {
  color: #959595;
  font-size: 16px;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #959595;
  font-size: 16px;
}

.btn-radius {
  border-radius: 15px;
}

.btn_border {
  border: 1px solid #959595;
}

/*//////////////////////*/
/*//////////////////////*/
input.suscripcion {
  border: 1px solid #FFF;
  color: #959595;
  border-radius: 0;
  font-size: 14px;
}

input.suscripcion::placeholder {
  color: #959595;
}

.contacto-pie {
  padding: 10px 10px;
  right: 20px;
  visibility: visible;
  animation-name: bounceInRight;
  position: fixed;
  bottom: 5%;
  z-index: 20;
  -webkit-transition: all 0.2s ease-out;
}

/*//////////////////////*/
/*//////////////////////*/
.pie_horario {
  padding-left: 140px;
}

.wpp-pie {
  color: #fff;
}
.wpp-pie a:active a:link a:focus {
  color: #fff;
}
.wpp-pie a:hover {
  color: #54f78a;
}
.wpp-pie a {
  color: #fff;
}

/*//////////////////////*/
/*//////////////////////*/
select.filtrado {
  height: 43px;
}

/*//////////////////////*/
/*//////////////////////*/
input.filtrado {
  height: 35px;
}

select.filtrado_precio {
  height: 35px;
  border: 0;
}

/*//////////////////////*/
/*//////////////////////*/
input.cantidad {
  width: 60px;
  height: 50px;
  background: #e9e9e9c4;
  border-radius: 1px;
  color: #959595;
  text-align: center;
  border: none;
}

input.reguladores {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 15px 15px;
  margin: 0;
  color: #959595;
  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 #cfcfcf;
  border-top: 4px solid #3399cc;
  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 #09c346;
}
.menu-a a:hover {
  color: #09c346;
}
.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;
  font-size: 14px;
  padding-bottom: 15px;
}
.menu .menu-nivel1 a {
  display: inline-block;
  margin-right: 25px;
  color: #3399cc;
  font-weight: 500;
  margin-top: 2px;
}
.menu .menu-nivel1 a:hover {
  color: #20b8ff;
}
.menu .menu-nivel1 a.ultimo {
  margin-right: 0;
  padding-right: 50px;
  border-right: 1px solid #e0e0e0;
}
.menu .menu-nivel1 a.activo {
  color: #09c346;
}
.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-nivel1 {
  position: relative;
  font-size: 14px;
  padding: 8px 0;
}
@media (max-width: 480px) {
  .catalogo-nivel1 {
    padding-top: 0;
  }
}
.catalogo-nivel1 a {
  display: inline-block;
  color: #3399cc;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .catalogo-nivel1 a {
    font-size: 15px;
  }
}
.catalogo-nivel1 a:hover {
  color: #3399cc;
}
.catalogo-nivel1 a.ultimo {
  margin-right: 0;
  padding-right: 50px;
  border-right: 1px solid #e0e0e0;
}
.catalogo-nivel1 a.activo {
  color: #09c346;
}
.catalogo-nivel1 a.menu_a {
  font-size: 13px;
}
.catalogo-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);
}
.catalogo-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-bottom: 10px;
  padding-left: 10px;
}
.catalogo-menu-nivel2 a {
  font-size: 15px;
  font-weight: 500;
}

.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 #cfcfcf;
  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: #3399cc;
}
.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: 400px;
  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: #3399cc;
  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 #cfcfcf;
  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: #ff1433;
}
.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 */
/*//////////////////////////*/
.bg-portada-c {
  background-image: url("/imagenes/img_presentacion/bg_portada_d.jpg");
  background-repeat: no-repeat;
  background-position-y: 45px;
}
@media (max-width: 480px) {
  .bg-portada-c {
    background-image: none;
  }
}

.cont-buscador {
  width: 230px;
}

.buscador-simple {
  padding: 40px 30px;
}

.buscador-contendor {
  position: relative;
}
.buscador-contendor input {
  background-color: #074470 !important;
  border: none;
}

.buscador {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 900;
  padding-top: 3px;
  padding-bottom: 12px;
  background-color: #074470;
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
}

.buscador-cerrar {
  position: fixed;
  top: 0;
  right: 0;
  margin: 25px;
  margin-top: 65px;
}

.buscador input::-webkit-input-placeholder {
  /* Google Chrome y Safari */
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-size: 20px;
  opacity: 0.5;
}

.buscador input:-moz-placeholder {
  /* Firefox anterior a 19 */
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-size: 20px;
  opacity: 0.5;
}

.buscador input::-moz-placeholder {
  /* Firefox 19 y superior */
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-size: 20px;
  opacity: 0.5;
}

.buscador input:-ms-input-placeholder {
  /* Internet Explorer 10 y superior */
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-size: 20px;
  opacity: 0.5;
}

.triangulo {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 35px solid #074470;
  position: absolute;
  right: 52px;
  top: -50%;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .triangulo {
    left: -15px;
  }
}
@media (max-width: 768px) {
  .triangulo {
    left: -14px;
  }
}

.triangulo_login {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 35px solid #074470;
  position: absolute;
  right: 130px;
  top: -50%;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .triangulo_login {
    left: -15px;
  }
}
@media (max-width: 768px) {
  .triangulo_login {
    left: -14px;
  }
}

input.buscador_principal {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  height: 90px;
  padding-left: 50px;
  padding-right: 70px;
  font-size: 10px;
  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: #3399cc;
}

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

.swiper-pagination-2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  background: #09c346;
  opacity: 0.2;
}
.swiper-pagination-2 .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  background: #09c346;
  opacity: 0.2;
}
.swiper-pagination-3 .swiper-pagination-bullet-active {
  opacity: 1;
}

.portada_e {
  height: 250px !important;
}

/*///////////////////////////////////////////////////////////////////////*/
/* PRESENTACION */
/*///////////////////////////////////////////////////////////////////////*/
.cont_slide_contenido {
  position: relative;
  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;
}

.contenedor-contenido {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.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: 22.5px;
  text-align: center;
  line-height: 45px;
}

.pie_borde {
  border-top: 4px solid #09c346;
}

.numeracion-indice {
  margin-right: 10px;
  width: 35px;
  padding-top: 3px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: initial;
}

.fotos img {
  width: 110px;
  border: 1px solid #cfcfcf;
}

.fotos.activo img {
  border: 1px solid #3399cc;
}

.slider-fotos {
  padding: 0 40px;
}

.mini-foto-producto.slick-main-active img {
  border: 1px solid #3399cc;
}

.mini-foto-producto img {
  width: 100px;
  height: 100px;
  border: 1px solid #cfcfcf;
}

.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: #cfcfcf;
  cursor: pointer;
}

.flecha-fotos-producto.slick-disabled {
  color: #959595;
}

.flecha-fotos-producto.izquierda {
  left: 0;
}

.flecha-fotos-producto.derecha {
  right: 0;
}

.descarga-borde {
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
}

.foto_galeria {
  display: inline-block;
  width: 100%;
  height: 276px;
  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: 0.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: #959595;
  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 #cfcfcf;
}

.flechas_paginacion a {
  color: #ffffff;
  background: #09c346;
  margin: 0px 10px;
  border: 0;
  font-size: 22px;
}
.flechas_paginacion a:hover {
  color: #09c346;
  background: none;
  border: none;
}
.flechas_paginacion.activo {
  color: #ffffff;
  background-color: #09c346;
  border: 1px solid #09c346;
}

.active a {
  background-color: #413e3f;
  color: #ffffff;
}

.mostrar {
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  font-size: 16px;
  border-radius: 10%;
  color: #959595;
}
.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 #09c346;
  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: \e926;
  width: 100%;
  top: -12px;
  left: -10px;
  color: #3399cc;
  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 #09c346;
  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: \e926;
  width: 100%;
  top: -12px;
  left: -10px;
  color: #3399cc;
  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: #09c346;
}
.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: #09c346;
  color: #ffffff;
  font-size: 22px;
  padding: 3px 12px;
  border-radius: 50%;
}

.btn_numero_off {
  background: #cfcfcf;
  color: #ffffff;
  font-size: 22px;
  padding: 3px 12px;
  border-radius: 50%;
}

.carrito {
  margin-top: -10px;
}

.btn_carrito {
  font-size: 65px;
  margin-top: -14px;
}

.mostrar_total_carrito {
  width: 17px;
  height: 17px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 0px;
  padding-top: 1px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
}

/*/////////////////////////////////////*/
/* SUCURSALES */
/*/////////////////////////////////////*/
#mapa, #mapa_propiedades {
  width: 100%;
  height: 510px;
}

#mapa_propiedad {
  width: 100%;
  height: 440px;
}

.maps iframe {
  pointer-events: none;
}

.sucursal.sel {
  border-color: #09c346;
  opacity: 1;
}

.sucursal {
  border: 2px solid #e5e5e5;
  border-color: #e5e5e5;
  opacity: 0.5;
}

/*/////////////////////////////////////*/
/* 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 #ff1433;
}

.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 #09c346;
}

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

.menu_producto {
  margin-top: 7px;
}

.tecnica {
  width: 850px;
  display: inline-block;
}

div.producto_listado {
  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;
}

.producto_listado:hover .img_hover {
  opacity: 0.5;
}

.btn_hover {
  opacity: 0;
  transform: translate(-50%, -75%);
}

.producto_listado:hover .btn_hover {
  opacity: 1;
  transform: translate(-50%, -50%);
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a {
  display: inline-block;
  margin: 0 5px;
  color: #3399cc;
  font-size: 16px;
  padding: 6px 13px;
  border: 2px solid #3399cc;
  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;
}

ul.pagination li.flechas a {
  font-weight: bold;
  font-size: 16px;
  color: #3399cc;
  background: none;
  border: none;
  padding: 0;
  margin: 0 10px;
}

ul.pagination li.flechas:hover a {
  color: #074470;
  background: none;
  border: none;
}

ul.pagination li.active a, ul.pagination li:hover a {
  color: #FFF;
  background-color: #074470;
  border: 2px solid #074470;
}

.consultar_home {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #09c346;
  padding: 8px 15px;
  position: fixed;
  right: 0;
  bottom: 5%;
  margin-right: 30px;
  z-index: 20;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}

.ul-tick ul {
  margin-top: 10px;
  padding-left: 34px;
  overflow: hidden;
}
.ul-tick ul li {
  position: relative;
  text-indent: -17px;
}
.ul-tick ul li:last-child {
  margin-bottom: 0;
}
.ul-tick ul li:before {
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  font-family: "iconos";
  content: "\e94d";
  color: #074470;
}

a.icono_whatsapp {
  transition: all 0.2s;
}
a.icono_whatsapp:hover {
  opacity: 0.7;
  transform: translateY(3px);
}

.wap__mobile {
  display: none;
}
@media (max-width: 768px) {
  .wap__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: fixed;
    bottom: 10px;
    left: 10px;
  }
  .wap__mobile a {
    background-color: #25D366;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .wap__mobile a i {
    font-size: 18px;
  }
  .wap__mobile a span {
    font-size: 14px;
  }
}

/*///////////////////////////////////*/
/* TITULO POP-UP */
/*///////////////////////////////////*/
#vtn_titulo {
  font-size: 20px;
  font-weight: 900;
  color: #3399cc;
  line-height: normal;
  text-transform: uppercase;
}

#vtn_cargador {
  color: #3399cc;
  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: 0.5;
  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: 0.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;
}

.paginacion-primaria .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
  opacity: 1;
  background: #959595;
}

.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: #3399cc;
  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 #3399cc, 0 0 5px #3399cc;
  opacity: 1;
  -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: #3399cc;
  }

  .pace .pace-activity {
    border-top-color: #3399cc;
    border-left-color: #3399cc;
  }
}
/*
    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: #3399cc;
  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: #09c346;
}

.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: #3399cc;
  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: #09c346;
  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.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-2 {
    width: 16.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-4 {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-5 {
    width: 41.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-7 {
    width: 58.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-8 {
    width: 66.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-10 {
    width: 83.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xlg-11 {
    width: 91.6666666667%;
    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;
  }

  .columnas-txt-xlg-off {
    column-count: auto;
  }

  .contenedor.contenedor-xlg-full {
    margin-left: 0;
    margin-right: 0;
  }

  .text-center-xlg, .t-c-xlg {
    text-align: center;
  }

  .text-left-xlg, .t-l-xlg {
    text-align: left;
  }

  .text-right-xlg, .t-r-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.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-2 {
    width: 16.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-4 {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-5 {
    width: 41.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-7 {
    width: 58.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-8 {
    width: 66.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-10 {
    width: 83.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-lg-11 {
    width: 91.6666666667%;
    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;
  }

  .columnas-txt-lg-off {
    column-count: auto;
  }

  .contenedor.contenedor-lg-full {
    margin-left: 0;
    margin-right: 0;
  }

  .text-center-lg, .t-c-lg {
    text-align: center;
  }

  .text-left-lg, .t-l-lg {
    text-align: left;
  }

  .text-right-lg, .t-r-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.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-2 {
    width: 16.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-4 {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-5 {
    width: 41.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-7 {
    width: 58.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-8 {
    width: 66.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-10 {
    width: 83.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-md-11 {
    width: 91.6666666667%;
    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, .t-c-md {
    text-align: center;
  }

  .text-left-md, .t-l-md {
    text-align: left;
  }

  .text-right-md, .t-r-md {
    text-align: right;
  }

  .position-off-md {
    position: static;
  }

  .centrarHorizontal-off-md, .centrarVertical-off-md {
    position: static;
    transform: initial;
  }

  .columnas-txt-md-off {
    column-count: auto;
  }

  .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.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-2 {
    width: 16.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-4 {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-5 {
    width: 41.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-7 {
    width: 58.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-8 {
    width: 66.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-10 {
    width: 83.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-11 {
    width: 91.6666666667%;
    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, .t-c-sm {
    text-align: center;
  }

  .text-left-sm, .t-l-sm {
    text-align: left;
  }

  .text-right-sm, .t-r-sm {
    text-align: right;
  }

  .position-off-sm {
    position: static;
  }

  .centrarHorizontal-off-sm, .centrarVertical-off-sm {
    position: static;
    transform: initial;
  }

  .columnas-txt-sm-off {
    column-count: auto;
  }

  .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.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-2 {
    width: 16.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-4 {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-5 {
    width: 41.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-7 {
    width: 58.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-8 {
    width: 66.6666666667%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-9 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-10 {
    width: 83.3333333333%;
    display: inline-block;
    vertical-align: top;
  }

  .col-xs-11 {
    width: 91.6666666667%;
    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, .t-c-xs {
    text-align: center;
  }

  .text-left-xs, .t-l-xs {
    text-align: left;
  }

  .text-right-xs, .t-r-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;
  }

  .columnas-txt-xs-off {
    column-count: auto;
  }

  .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: #3399cc;
  }

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

  .contenedor-contenido {
    margin-left: 3%;
    margin-right: 3%;
  }

  .photoset {
    width: auto !important;
  }
}
@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;
  }

  .tecnica {
    max-width: 100%;
  }
}
@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: #3399cc;
  }

  a.link_pie:hover {
    color: #ff1433;
    background-color: #20b8ff;
  }

  .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: #959595;
    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 #cfcfcf;
  }

  .flechas_paginacion a {
    color: #ffffff;
    background: #09c346;
    margin: 0px 10px;
    border: 0;
    font-size: 22px;
  }
  .flechas_paginacion a:hover {
    color: #09c346;
    background: none;
    border: none;
  }
  .flechas_paginacion.activo {
    color: #ffffff;
    background-color: #09c346;
    border: 1px solid #09c346;
  }

  .active a {
    background-color: #413e3f;
    color: #ffffff;
  }

  .photoset .photoset-row {
    width: 100% !important;
  }

  .photoset .photoset-item {
    float: none;
    margin-right: 0 !important;
  }

  .photoset img {
    width: 100% !important;
    height: 50% !important;
  }

  .menu_lateral {
    width: 100%;
  }
}

/*# sourceMappingURL=estilos.css.map */
