/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 29, 2019 */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova Alt Bold.eot");
  src: url("../fonts/Proxima Nova Alt Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Alt Bold.woff2") format("woff2"), url("../fonts/Proxima Nova Alt Bold.woff") format("woff"), url("../fonts/Proxima Nova Alt Bold.ttf") format("truetype"), url("../fonts/Proxima Nova Alt Bold.svg#proxima_nova_altbold") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova Alt Regular.eot");
  src: url("../fonts/Proxima Nova Alt Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Alt Regular.woff") format("woff"), url("../fonts/Proxima Nova Alt Regular.ttf") format("truetype"), url("../fonts/Proxima Nova Alt Regular.svg#proxima_nova_altregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova Thin.eot");
  src: url("../fonts/Proxima Nova Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Thin.woff2") format("woff2"), url("../fonts/Proxima Nova Thin.woff") format("woff"), url("../fonts/Proxima Nova Thin.ttf") format("truetype"), url("../fonts/Proxima Nova Thin.svg#proxima_nova_ltthin") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust";
  src: url("../fonts/fontfabric_-_nexa_rust_script_l_02-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_nexa_rust_script_l_02-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa_rust_script_l_02-webfont.svg#nexa_rust_script_l02") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust";
  src: url("../fonts/fontfabric_-_nexa_rust_sans_black_01-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_nexa_rust_sans_black_01-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa_rust_sans_black_01-webfont.svg#nexa_rust_sansblack_01") format("svg");
  font-weight: 900;
  font-style: normal;
}
/************************************************************************************
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: 5px;
  line-height: normal;
  border: 1px solid #6e6e6e;
  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 #00e565;
  border-color: #00e565;
  outline-color: #00e565;
}

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: "Lato", 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: #626262;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

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

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

input:-ms-input-placeholder {
  color: #626262;
  font-size: 16px;
  font-family: "Lato", 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: 17px;
}

.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 #00a849;
  line-height: normal;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

@font-face {
  font-family: "iconos";
  src: url("../fonts/iconos.eot?7lhfq2");
  src: url("../fonts/iconos.eot?7lhfq2#iefix") format("embedded-opentype"), url("../fonts/iconos.ttf?7lhfq2") format("truetype"), url("../fonts/iconos.woff?7lhfq2") format("woff"), url("../fonts/iconos.svg?7lhfq2#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-tienda:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icono-ico-linkedin:before {
  content: "\e925";
}

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

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

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

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

.icono-list-with-dots:before {
  content: "\e92a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icono-salir:before {
  content: "\e93a";
}

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

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

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

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

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

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

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

.icono-tick-2:before {
  content: "\e942";
}

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

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

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

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

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

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

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

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

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

.icono-vn-bot-02:before {
  content: "\e94c";
}

.icono-flecha-abajo:before {
  content: "\e94d";
}

.icono-vn-top-01:before {
  content: "\e94e";
}

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

.icono-planeta:before {
  content: "\e950";
}

.icono-credit-card:before {
  content: "\e951";
}

.icono-portfolio:before {
  content: "\e952";
}

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

.icono-estrella:before {
  content: "\e954";
}

.icono-face-circle:before {
  content: "\e955";
}

.icono-inst-circle:before {
  content: "\e956";
}

.icono-filter:before {
  content: "\e957";
}

.icono-mas-bg:before {
  content: "\e958";
}

.icono-tiempo:before {
  content: "\e959";
}

.icono-twit-circle:before {
  content: "\e95a";
}

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

.icono-youtube:before {
  content: "\e95c";
}

.icono-bajar2:before {
  content: "\e95d";
}

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

body {
  font-family: "Lato", sans-serif;
  font-size: 10px;
}

::selection {
  background: #00e565;
  color: #ffffff;
}

::-moz-selection {
  background: #00e565;
  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: #00a849;
}

.link-primario:hover {
  color: #00a849;
}

.focus-primario:focus {
  color: #00a849;
}

.bg-primario {
  background-color: #00a849;
}

.bg-primario-hover:hover {
  background-color: #00a849;
}

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

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

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

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

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

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

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

.bt-primario {
  border-top: 1px solid #00a849;
}

.bl-primario {
  border-left: 1px solid #00a849;
}

.br-primario {
  border-right: 1px solid #00a849;
}

.bb-primario {
  border-bottom: 1px solid #00a849;
}

.borde-img-primario img {
  border: 1px solid #00a849;
}

.color-primario-alterno, a.color-primario-alterno {
  color: #005aa8;
}

.link-primario-alterno:hover {
  color: #005aa8;
}

.focus-primario-alterno:focus {
  color: #005aa8;
}

.bg-primario-alterno {
  background-color: #005aa8;
}

.bg-primario-alterno-hover:hover {
  background-color: #005aa8;
}

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

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

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

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

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

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

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

.bt-primario-alterno {
  border-top: 1px solid #005aa8;
}

.bl-primario-alterno {
  border-left: 1px solid #005aa8;
}

.br-primario-alterno {
  border-right: 1px solid #005aa8;
}

.bb-primario-alterno {
  border-bottom: 1px solid #005aa8;
}

.borde-img-primario-alterno img {
  border: 1px solid #005aa8;
}

.color-secundario, a.color-secundario {
  color: #fbb040;
}

.link-secundario:hover {
  color: #fbb040;
}

.focus-secundario:focus {
  color: #fbb040;
}

.bg-secundario {
  background-color: #fbb040;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-terciario, a.color-terciario {
  color: #231f20;
}

.link-terciario:hover {
  color: #231f20;
}

.focus-terciario:focus {
  color: #231f20;
}

.bg-terciario {
  background-color: #231f20;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #201e1e;
}

.link-negro:hover {
  color: #201e1e;
}

.focus-negro:focus {
  color: #201e1e;
}

.bg-negro {
  background-color: #201e1e;
}

.bg-negro-hover:hover {
  background-color: #201e1e;
}

hr.linea-negro {
  border: 0;
  height: 1px;
  background: #201e1e;
}

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

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

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

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

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

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

.bt-negro {
  border-top: 1px solid #201e1e;
}

.bl-negro {
  border-left: 1px solid #201e1e;
}

.br-negro {
  border-right: 1px solid #201e1e;
}

.bb-negro {
  border-bottom: 1px solid #201e1e;
}

.borde-img-negro img {
  border: 1px solid #201e1e;
}

.color-gris, a.color-gris {
  color: #6e6e6e;
}

.link-gris:hover {
  color: #6e6e6e;
}

.focus-gris:focus {
  color: #6e6e6e;
}

.bg-gris {
  background-color: #6e6e6e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-gris-alterno, a.color-gris-alterno {
  color: #f4f4f4;
}

.link-gris-alterno:hover {
  color: #f4f4f4;
}

.focus-gris-alterno:focus {
  color: #f4f4f4;
}

.bg-gris-alterno {
  background-color: #f4f4f4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-naranja, a.color-naranja {
  color: #ff6633;
}

.link-naranja:hover {
  color: #ff6633;
}

.focus-naranja:focus {
  color: #ff6633;
}

.bg-naranja {
  background-color: #ff6633;
}

.bg-naranja-hover:hover {
  background-color: #ff6633;
}

hr.linea-naranja {
  border: 0;
  height: 1px;
  background: #ff6633;
}

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

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

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

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

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

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

.bt-naranja {
  border-top: 1px solid #ff6633;
}

.bl-naranja {
  border-left: 1px solid #ff6633;
}

.br-naranja {
  border-right: 1px solid #ff6633;
}

.bb-naranja {
  border-bottom: 1px solid #ff6633;
}

.borde-img-naranja img {
  border: 1px solid #ff6633;
}

.color-rojo, a.color-rojo {
  color: #ed3237;
}

.link-rojo:hover {
  color: #ed3237;
}

.focus-rojo:focus {
  color: #ed3237;
}

.bg-rojo {
  background-color: #ed3237;
}

.bg-rojo-hover:hover {
  background-color: #ed3237;
}

hr.linea-rojo {
  border: 0;
  height: 1px;
  background: #ed3237;
}

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

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

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

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

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

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

.bt-rojo {
  border-top: 1px solid #ed3237;
}

.bl-rojo {
  border-left: 1px solid #ed3237;
}

.br-rojo {
  border-right: 1px solid #ed3237;
}

.bb-rojo {
  border-bottom: 1px solid #ed3237;
}

.borde-img-rojo img {
  border: 1px solid #ed3237;
}

.color-primario-claro, a.color-primario-claro {
  color: #00e565;
}

.link-primario-claro:hover {
  color: #00e565;
}

.focus-primario-claro:focus {
  color: #00e565;
}

.bg-primario-claro {
  background-color: #00e565;
}

.bg-primario-claro-hover:hover {
  background-color: #00e565;
}

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

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

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

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

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

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

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

.bt-primario-claro {
  border-top: 1px solid #00e565;
}

.bl-primario-claro {
  border-left: 1px solid #00e565;
}

.br-primario-claro {
  border-right: 1px solid #00e565;
}

.bb-primario-claro {
  border-bottom: 1px solid #00e565;
}

.borde-img-primario-claro img {
  border: 1px solid #00e565;
}

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

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

.focus-secundario-claro:focus {
  color: #fdd9a4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-terciario-claro, a.color-terciario-claro {
  color: #4c4345;
}

.link-terciario-claro:hover {
  color: #4c4345;
}

.focus-terciario-claro:focus {
  color: #4c4345;
}

.bg-terciario-claro {
  background-color: #4c4345;
}

.bg-terciario-claro-hover:hover {
  background-color: #4c4345;
}

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

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

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

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

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

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

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

.bt-terciario-claro {
  border-top: 1px solid #4c4345;
}

.bl-terciario-claro {
  border-left: 1px solid #4c4345;
}

.br-terciario-claro {
  border-right: 1px solid #4c4345;
}

.bb-terciario-claro {
  border-bottom: 1px solid #4c4345;
}

.borde-img-terciario-claro img {
  border: 1px solid #4c4345;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-negro-claro, a.color-negro-claro {
  color: #545152;
}

.link-negro-claro:hover {
  color: #545152;
}

.focus-negro-claro:focus {
  color: #545152;
}

.bg-negro-claro {
  background-color: #545152;
}

.bg-negro-claro-hover:hover {
  background-color: #545152;
}

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

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

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

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

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

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

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

.bt-negro-claro {
  border-top: 1px solid #545152;
}

.bl-negro-claro {
  border-left: 1px solid #545152;
}

.br-negro-claro {
  border-right: 1px solid #545152;
}

.bb-negro-claro {
  border-bottom: 1px solid #545152;
}

.borde-img-negro-claro img {
  border: 1px solid #545152;
}

.color-gris-claro, a.color-gris-claro {
  color: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-gris-input, a.color-gris-input {
  color: #dbdbdb;
}

.link-gris-input:hover {
  color: #dbdbdb;
}

.focus-gris-input:focus {
  color: #dbdbdb;
}

.bg-gris-input {
  background-color: #dbdbdb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-naranja-claro, a.color-naranja-claro {
  color: #ffc6b3;
}

.link-naranja-claro:hover {
  color: #ffc6b3;
}

.focus-naranja-claro:focus {
  color: #ffc6b3;
}

.bg-naranja-claro {
  background-color: #ffc6b3;
}

.bg-naranja-claro-hover:hover {
  background-color: #ffc6b3;
}

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

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

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

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

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

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

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

.bt-naranja-claro {
  border-top: 1px solid #ffc6b3;
}

.bl-naranja-claro {
  border-left: 1px solid #ffc6b3;
}

.br-naranja-claro {
  border-right: 1px solid #ffc6b3;
}

.bb-naranja-claro {
  border-bottom: 1px solid #ffc6b3;
}

.borde-img-naranja-claro img {
  border: 1px solid #ffc6b3;
}

.color-rojo-claro, a.color-rojo-claro {
  color: #f7a7a9;
}

.link-rojo-claro:hover {
  color: #f7a7a9;
}

.focus-rojo-claro:focus {
  color: #f7a7a9;
}

.bg-rojo-claro {
  background-color: #f7a7a9;
}

.bg-rojo-claro-hover:hover {
  background-color: #f7a7a9;
}

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

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

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

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

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

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

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

.bt-rojo-claro {
  border-top: 1px solid #f7a7a9;
}

.bl-rojo-claro {
  border-left: 1px solid #f7a7a9;
}

.br-rojo-claro {
  border-right: 1px solid #f7a7a9;
}

.bb-rojo-claro {
  border-bottom: 1px solid #f7a7a9;
}

.borde-img-rojo-claro img {
  border: 1px solid #f7a7a9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-negro-obscuro, a.color-negro-obscuro {
  color: #333333;
}

.link-negro-obscuro:hover {
  color: #333333;
}

.focus-negro-obscuro:focus {
  color: #333333;
}

.bg-negro-obscuro {
  background-color: #333333;
}

.bg-negro-obscuro-hover:hover {
  background-color: #333333;
}

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

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

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

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

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

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

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

.bt-negro-obscuro {
  border-top: 1px solid #333333;
}

.bl-negro-obscuro {
  border-left: 1px solid #333333;
}

.br-negro-obscuro {
  border-right: 1px solid #333333;
}

.bb-negro-obscuro {
  border-bottom: 1px solid #333333;
}

.borde-img-negro-obscuro img {
  border: 1px solid #333333;
}

.color-gris-obscuro, a.color-gris-obscuro {
  color: #626262;
}

.link-gris-obscuro:hover {
  color: #626262;
}

.focus-gris-obscuro:focus {
  color: #626262;
}

.bg-gris-obscuro {
  background-color: #626262;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-naranja-obscuro, a.color-naranja-obscuro {
  color: #cc6633;
}

.link-naranja-obscuro:hover {
  color: #cc6633;
}

.focus-naranja-obscuro:focus {
  color: #cc6633;
}

.bg-naranja-obscuro {
  background-color: #cc6633;
}

.bg-naranja-obscuro-hover:hover {
  background-color: #cc6633;
}

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

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

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

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

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

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

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

.bt-naranja-obscuro {
  border-top: 1px solid #cc6633;
}

.bl-naranja-obscuro {
  border-left: 1px solid #cc6633;
}

.br-naranja-obscuro {
  border-right: 1px solid #cc6633;
}

.bb-naranja-obscuro {
  border-bottom: 1px solid #cc6633;
}

.borde-img-naranja-obscuro img {
  border: 1px solid #cc6633;
}

.color-rojo-obscuro, a.color-rojo-obscuro {
  color: #d91318;
}

.link-rojo-obscuro:hover {
  color: #d91318;
}

.focus-rojo-obscuro:focus {
  color: #d91318;
}

.bg-rojo-obscuro {
  background-color: #d91318;
}

.bg-rojo-obscuro-hover:hover {
  background-color: #d91318;
}

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

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

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

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

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

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

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

.bt-rojo-obscuro {
  border-top: 1px solid #d91318;
}

.bl-rojo-obscuro {
  border-left: 1px solid #d91318;
}

.br-rojo-obscuro {
  border-right: 1px solid #d91318;
}

.bb-rojo-obscuro {
  border-bottom: 1px solid #d91318;
}

.borde-img-rojo-obscuro img {
  border: 1px solid #d91318;
}

.texto-base {
  font-size: 10px;
}

.texto-xxs {
  font-size: 11px;
}

.texto-xs {
  font-size: 13px;
}

.texto-sm {
  font-size: 14px;
}

.texto-md {
  font-size: 15px;
}

.texto-lg {
  font-size: 16px;
}

.texto-xl {
  font-size: 17px;
}

.titulo-xs {
  font-size: 21px;
}

.titulo-sm {
  font-size: 24px;
}

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

.titulo-mdx {
  font-size: 37px;
}

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

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

.titulo-xxl {
  font-size: 55px;
}

@media only screen and (max-width: 1200px) {
  .texto-base-xlg {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xxs-xlg {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xs-xlg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-sm-xlg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-md-xlg {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-lg-xlg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xl-xlg {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xs-xlg {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-sm-xlg {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-md-xlg {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-mdx-xlg {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-lg-xlg {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xl-xlg {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xxl-xlg {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-base-lg {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xxs-lg {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xs-lg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-sm-lg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-md-lg {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-lg-lg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xl-lg {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xs-lg {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-sm-lg {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-md-lg {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-mdx-lg {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-lg-lg {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xl-lg {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xxl-lg {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-base-md {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-xxs-md {
    font-size: 11px;
  }
}
@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: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-xs-md {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-sm-md {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-md-md {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-mdx-md {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-lg-md {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-xl-md {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-xxl-md {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-base-sm {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-xxs-sm {
    font-size: 11px;
  }
}
@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: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-xs-sm {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-sm-sm {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-md-sm {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-mdx-sm {
    font-size: 37px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-lg-sm {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-xl-sm {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-xxl-sm {
    font-size: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-base-xs {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-xxs-xs {
    font-size: 11px;
  }
}
@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: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xs-xs {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-sm-xs {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-md-xs {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-mdx-xs {
    font-size: 37px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-lg-xs {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xl-xs {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xxl-xs {
    font-size: 55px;
  }
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 700;
}

.bold {
  font-weight: 900;
}

.familia1 {
  font-family: "Lato", sans-serif;
}

.familia2 {
  font-family: "nexa_rust", sans-serif;
}

.clearfix:after, .cont-componentes .base > div:after, .cont-componentes .archivos > div:after, .cont-componentes .videos > div:after, .cont-componentes .links > div:after, .cont-componentes .parrafos > div:after, .cont-componentes .descripcion > div:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, .cont-componentes .base > div, .cont-componentes .archivos > div, .cont-componentes .videos > div, .cont-componentes .links > div, .cont-componentes .parrafos > div, .cont-componentes .descripcion > div {
  display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .cont-componentes .base > div, html[xmlns] .cont-componentes .archivos > div, html[xmlns] .cont-componentes .videos > div, html[xmlns] .cont-componentes .links > div, html[xmlns] .cont-componentes .parrafos > div, html[xmlns] .cont-componentes .descripcion > div, .cont-componentes html[xmlns] .base > div, .cont-componentes html[xmlns] .archivos > div, .cont-componentes html[xmlns] .videos > div, .cont-componentes html[xmlns] .links > div, .cont-componentes html[xmlns] .parrafos > div, .cont-componentes html[xmlns] .descripcion > div {
  display: block;
}

* html .clearfix, * html .cont-componentes .base > div, * html .cont-componentes .archivos > div, * html .cont-componentes .videos > div, * html .cont-componentes .links > div, * html .cont-componentes .parrafos > div, * html .cont-componentes .descripcion > div, .cont-componentes * html .base > div, .cont-componentes * html .archivos > div, .cont-componentes * html .videos > div, .cont-componentes * html .links > div, .cont-componentes * html .parrafos > div, .cont-componentes * html .descripcion > div {
  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: 5px;
}

.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: 1200px) {
  .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: 1200px) {
  .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%;
}

body {
  font-size: 14px;
}

.imagenIz2 {
  margin-right: 20px;
}

.imagenDer {
  margin-left: 20px;
}

.imagenCen {
  margin-bottom: 0;
}

.imagenDer2 img {
  margin-right: 0;
}

.imagenDer3 img {
  margin-right: 20px;
}

.titulo-portada {
  position: relative;
  color: #201e1e;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
.titulo-portada:before {
  content: "";
  position: absolute;
  display: block;
  width: 126px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  background-color: #201e1e;
}
.titulo-portada.invertido {
  color: #ffffff;
}
.titulo-portada.invertido:before {
  background-color: #ffffff;
}

.titulo-componente {
  position: relative;
  color: #00a849;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.titulo-componente:before {
  content: "";
  position: absolute;
  display: block;
  width: 126px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
  background-color: #00a849;
}
.titulo-componente.invertido:before {
  background-color: #ffffff;
}

.subtitulo-componente {
  color: #00a849;
  font-size: 21px;
  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: #00a849;
}

.titulo-contenido {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.titulo-contenido span {
  text-shadow: 1px 2px 4px #000;
}
.titulo-contenido.invertido {
  color: #201e1e;
}

.line-height-20 {
  line-height: 20px;
}

blockquote i {
  font-family: "Lato", sans-serif;
}

a {
  color: #00a849;
}
a:hover {
  color: #201e1e;
}
a:active, a:focus {
  color: #00a849;
}

.box-1 {
  padding: 10px;
  border: 1px solid #f7f7f7;
}

.rotar-90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotar-45 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.titulo_portada_a {
  font-size: 70px;
}
.titulo_portada_a b, .titulo_portada_a strong {
  font-weight: 400;
}

.box-shadow-cabezal {
  -webkit-box-shadow: 4px 5px 3px rgba(24, 24, 28, 0.2);
  -moz-box-shadow: 4px 5px 3px rgba(24, 24, 28, 0.2);
  box-shadow: 4px 5px 3px rgba(24, 24, 28, 0.2);
}

.padding_izq_cita {
  padding-left: 70px;
}

.padding_img_c div img {
  padding-bottom: 200px;
}

.ul-vinetas ul {
  overflow: hidden;
}

.centrar-bloque, .cont-rrhh, .cont-componentes {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.sombra {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
}

/*///////////////////////////////////////////////////////////////////////*/
/* LINEAS */
/*///////////////////////////////////////////////////////////////////////*/
hr.linea_01 {
  border: 0;
  height: 2px;
  background: #00a849;
}

hr.linea_02 {
  border: 0;
  height: 1px;
  background: #6e6e6e;
}

hr.linea_03 {
  border: 0;
  height: 1px;
  background: #201e1e;
}

hr.linea_04 {
  border: 0;
  height: 1px;
  background: #00a849;
}

hr.linea_05 {
  border: 0;
  height: 1px;
  background: #f7f7f7;
}

hr.linea_06 {
  border: 0;
  height: 1px;
  background: #ffffff;
}

hr.linea_07 {
  border: 0;
  height: 5px;
  background: #f7f7f7;
}

hr.vr-linea_01 {
  border: 0;
  width: 1px;
  height: 13px;
  background: #00e565;
}

hr.vr-linea_02 {
  border: 0;
  width: 1px;
  height: 46px;
  background: #f4f4f4;
}

hr.vr-linea_03 {
  border: 0;
  width: 1px;
  height: 280px;
  background: #f4f4f4;
}

.borde-img img {
  border: 1px solid #6e6e6e;
}

.borde-element {
  border: 1px solid #f7f7f7;
}

.masinfo {
  border: 2px solid #ffffff;
  padding: 15px;
  padding-right: 35px;
  padding-left: 35px;
  letter-spacing: 2px;
  border-radius: 120px 120px 120px 120px;
  -moz-border-radius: 120px 120px 120px 120px;
  -webkit-border-radius: 120px 120px 120px 120px;
}
.masinfo:hover {
  background-color: #00a849;
}

.masinfo2 {
  border: 1px solid #686868 !important;
  padding: 10px;
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 2px;
  border-radius: 120px 120px 120px 120px;
  -moz-border-radius: 120px 120px 120px 120px;
  -webkit-border-radius: 120px 120px 120px 120px;
}
.masinfo2:hover {
  background-color: #00a849;
  border: 1px solid #00a849 !important;
}

.masinfo3 {
  border: 1px solid #686868 !important;
  padding: 10px;
  background-color: rgba(1, 1, 1, 0);
  font-size: 12px;
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 1px;
  border-radius: 120px 120px 120px 120px;
  -moz-border-radius: 120px 120px 120px 120px;
  -webkit-border-radius: 120px 120px 120px 120px;
}
.masinfo3:hover {
  background-color: #00a849;
  border: 1px solid #00a849 !important;
}

.opacidad_circulo {
  opacity: 0;
}

.link_circulo_img {
  position: relative;
}
.link_circulo_img:hover .link_circulo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.link_circulo_img:hover .circulo {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00a849;
  opacity: 0.7;
  z-index: 20;
}

.linea_bot {
  background: #00e565;
  height: 2px;
}

.recuadro_descargar {
  border: 3px solid #00a849;
  padding: 10px;
}

div.tool_jq {
  display: none;
  line-height: 18px;
}

#tool_tip_jq {
  display: none;
  margin: 0 10px 1em 0;
  width: 500px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #333333;
  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);
}

/*//////////////////////////*/
/* BUSCADOR */
/*//////////////////////////*/
.cont-buscador {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(52, 52, 52, 0.9);
}
.cont-buscador .buscador-contendor {
  position: relative;
  padding-top: 15%;
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}
.cont-buscador .buscador-contendor .cont-buscador_principal {
  position: relative;
}
.cont-buscador .buscador-contendor .buscador-cerrar {
  position: absolute;
  top: 0;
  right: 0;
}
.cont-buscador .buscador-contendor .buscador-cerrar a {
  padding: 33px;
}
.cont-buscador .buscador-contendor .buscador-cerrar a span {
  color: #ffffff;
  font-size: 27px;
}
.cont-buscador .buscador-contendor a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px 33px;
}
.cont-buscador .buscador-contendor a span {
  color: #201e1e;
  font-size: 40px;
}
.cont-buscador .buscador-contendor input {
  border: 0;
  height: 90px;
  font-size: 30px;
  padding: 10px 30px;
  padding-right: 70px;
  border-radius: 5px;
}
.cont-buscador .buscador-contendor input::-webkit-input-placeholder {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
}

.cont-buscador .buscador-contendor input:-moz-placeholder {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
  opacity: 1;
}

.cont-buscador .buscador-contendor input::-moz-placeholder {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
  opacity: 1;
}

.cont-buscador .buscador-contendor input:-ms-input-placeholder {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
}

.cont-buscador .buscador-contendor input:focus {
  outline: none;
  -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);
}

/*////////////////*/
/* CABEZAL */
/*////////////////*/
.bg-cabezal {
  height: 190px;
  background: rgba(0, 0, 0, 0.55);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff", GradientType=0 );
}

.bg-cabezal-negro {
  background-color: #231f20;
}

.cabezal_fijo {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: #231f20;
}

.cabezal_fijo-portada {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.55);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s;
}
.cabezal_fijo-portada.scroll {
  background-color: #231f20;
}

.fijar_cabezal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: #231f20;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
}
.fijar_cabezal span.icono-lupa {
  margin-top: 5px;
}

img.logo {
  width: 200px;
}

/*////////////////*/
/* CLIMA */
/*////////////////*/
#mec h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}

#mec p {
  font-size: 13px;
  font-weight: 400;
}

#mec img {
  vertical-align: middle;
  width: 50px;
}

#mec-resp h2 {
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

#mec-resp p {
  display: none;
}

#mec-resp img {
  display: none;
  vertical-align: middle;
  width: 20px;
}

/*////////////////*/
/* MENU */
/*////////////////*/
.cont-menu {
  z-index: 2;
}

.menu {
  position: relative;
}
.menu li:hover > a {
  color: #00a849;
}
.menu a {
  color: #231f20;
  text-decoration: none;
}
.menu a:hover, .menu a.activo {
  color: #00a849;
}
.menu .menu-nivel1 {
  text-align: left;
  position: relative;
  letter-spacing: 0.5px;
  display: inline-block;
}
.menu .menu-nivel1 a {
  display: inline-block;
  margin-right: 50px;
  padding: 15px 0;
  font-size: 15px;
}
.menu .menu-nivel1.activo {
  color: #00a849;
}
.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: rgba(0, 0, 0, 0.4);
}
.menu.menu-usuario .menu-nivel1 > a {
  font-size: 13px;
  padding: 0;
  padding-top: 3px;
  margin-right: 0;
}
.menu.menu-usuario .menu-nivel1:hover > a {
  color: #ffffff;
}
.menu.menu-usuario .cont-menu-nivel2 {
  width: 120px;
}
.menu.menu-usuario:hover .cont-menu-nivel2 {
  top: 100%;
}

.cont-menu-nivel2 {
  top: 80%;
  width: 200px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.menu .menu-nivel2 {
  position: relative;
}
.menu .menu-nivel2 a {
  display: block;
  margin: 0 10px;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}
.menu .menu-nivel2 a:hover {
  color: #00a849;
}
.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: rgba(0, 0, 0, 0.4);
}

.cont-menu-nivel3 {
  left: 90%;
  width: 200px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.menu-resp-puntos-contenedor {
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

span.menu-resp-puntos {
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 25%;
  background-color: #ffffff;
  border-radius: 50%;
}
span.menu-resp-puntos:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 6px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
}
span.menu-resp-puntos:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
}

.menu-popup {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 25;
}

.menu-fijo {
  height: 50px;
  overflow: auto;
  white-space: nowrap;
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.12);
}

#menu-fijo-g {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  top: 50%;
  transform: translate(0, -50%);
  right: -300px;
}

.flecha-menu-g {
  border-left: 3px solid #00a849;
  left: -34px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 39% !important;
  height: 24px;
  padding: 5px 10px;
  margin: 0 5px !important;
}

/*//////////////////////////*/
/* PORTADA A */
/*//////////////////////////*/
.slides-arrow, .slides-prev, .slides-next {
  position: absolute;
  top: calc(50% - 24px);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  z-index: 1;
}

.slides-prev {
  left: -80px;
}

.slides-next {
  right: -80px;
}

.slides-contenedor:hover .slides-prev {
  left: 0;
}

.slides-contenedor:hover .slides-next {
  right: 0;
}

/*//////////////////////////*/
/* PORTADA E */
/*//////////////////////////*/
.cont-negocio {
  border-radius: 5px;
  height: 425px;
}

.cont-negocio .titulo {
  font-size: 20px;
}

.cont-negocio .subtitulo {
  font-size: 16px;
}

.cont-negocio .logo {
  margin-top: 40px;
}

.cont-negocio .link-1 {
  color: #231f20;
  font-size: 18px;
  background-color: #ffffff;
  padding: 15px 25px;
  border-radius: 50px;
}
.cont-negocio .link-1:hover {
  color: #00a849;
}

.cont-negocio .link-2 {
  color: #231f20;
  font-size: 18px;
  background-color: #fbb040;
  padding: 15px 25px;
  border-radius: 50px;
}
.cont-negocio .link-2:hover {
  color: #00a849;
}

.cont-negocio .empaque-1 {
  margin-top: 40px;
}

.cont-negocio .empaque-2 {
  margin-top: 95px;
}
@media (max-width: 768px) {
  .cont-negocio .empaque-2 {
    margin-top: 50px;
  }
}

.cont-negocio .empaque-3 {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .cont-negocio .empaque-3 {
    margin-top: 50px;
  }
}

.mt-rsp {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .mt-rsp {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .mt-rsp {
    margin-top: 200px;
  }
}

.mt-rsp-3 {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .mt-rsp-3 {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .mt-rsp-3 {
    margin-top: 150px;
  }
}

/*//////////////////////////*/
/* PORTADA B */
/*//////////////////////////*/
figure.portada-b {
  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;
}

figure.portada-b:hover, figcaption:hover + figure.portada-b {
  transform: scale(1.1);
  z-index: 2;
}

figure.portada-b:hover + figcaption {
  z-index: 2;
}

figure.portada-b:hover + figcaption h4 {
  background-color: rgba(0, 0, 0, 0.5);
}

span.overlay-portada-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.69) 77%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(77%, rgba(0, 0, 0, 0.69)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.69) 77%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.69) 77%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.69) 77%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.69) 77%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}

figure.portada-b:hover span.overlay-portada-b {
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(77%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

/*//////////////////////////*/
/* BANNER B */
/*//////////////////////////*/
.img-100 img {
  width: 100%;
}

.cont-banner-b .banner-b {
  position: relative;
  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;
}

.cont-banner-b .banner-b:hover {
  z-index: 2;
}

.cont-banner-b:hover .banner-b:not(:hover) {
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  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;
  opacity: 0.5;
  z-index: 1;
}

/*//////////////////////////*/
/* VUELOS TABLA - BUSCADOR */
/*//////////////////////////*/
input.busca-vuelos {
  height: 40px;
  padding: 5px 50px;
  border: none;
}

.icono-vuelos {
  background-image: url(/../imagenes/img_presentacion/iconos-vuelos.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.cont-icono-vuelos {
  opacity: 0.2;
}

.cont-icono-vuelos.activo, .cont-icono-vuelos:hover {
  opacity: 1;
}

.cont-icono-vuelos .icono-vuelos.icon-arribos {
  height: 42px;
  width: 45px;
  background-position: bottom left;
  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;
}

.cont-icono-vuelos.activo .icono-vuelos.icon-arribos {
  opacity: 1;
  background-position: top left;
}

.cont-icono-vuelos .icono-vuelos.icon-partidas {
  height: 42px;
  width: 45px;
  background-position: bottom center;
  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;
}

.cont-icono-vuelos.activo .icono-vuelos.icon-partidas {
  opacity: 1;
  background-position: top center;
}

.cont-icono-vuelos .icono-vuelos.icon-rastrear {
  height: 42px;
  width: 45px;
  background-position: bottom right;
  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;
}

.cont-icono-vuelos.activo .icono-vuelos.icon-rastrear {
  opacity: 1;
  background-position: top right;
}

img.tabla-vuelos-clima {
  width: 30px;
}

.mensaje-despegado {
  color: #01a66a;
}

.mensaje-chequeado {
  color: #00a8df;
}

.mensaje-aterrizado {
  color: #eda200;
}

.mensaje-cerrado {
  color: #bb0f0f;
}

/*///////////////////////////////////////////////////////////////////////*/
/* PRESENTACION */
/*///////////////////////////////////////////////////////////////////////*/
.cont_slide_contenido {
  position: relative;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.cont_slide_contenido.seccion {
  height: 450px;
}
.cont_slide_contenido.comoir {
  height: 540px;
}

.slide_contenido {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  top: calc(50% + 90px);
}

.cont_slide_contenido img {
  max-width: none;
  width: auto;
  left: calc(50% - 960px);
  position: absolute;
}

.cont_slide_contenido_sec {
  position: relative;
  height: 380px;
  text-align: center;
  overflow: hidden;
}

.cont_slide_contenido_sec img {
  max-width: none;
  width: auto;
  left: calc(50% - 960px);
  position: absolute;
}

.dato-especial img {
  width: 120px;
  border-right: 2px solid #6e6e6e;
}

.ul-tick {
  font-size: 24px;
  color: #6e6e6e;
}
@media (max-width: 768px) {
  .ul-tick {
    font-size: 22px;
  }
}
.ul-tick ul {
  margin-top: 10px;
  padding-left: 38px;
  overflow: hidden;
}
.ul-tick li {
  position: relative;
  margin-bottom: 10px;
  text-indent: -17px;
}
.ul-tick ul li:before {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconos";
  content: "\e908";
  color: #fbb040;
}

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

.cont-galeria-fotos {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -23px;
}
@media (max-width: 480px) {
  .cont-galeria-fotos {
    margin-right: 0;
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}

.galeria-fotos {
  display: inline-block;
  min-width: 210px;
  height: 210px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 130%;
  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;
  transition-timing-function: ease-in;
  image-rendering: optimizeQuality;
  -moz-image-rendering: optimizeQuality;
  -webkit-image-rendering: optimizeQuality;
}
@media (max-width: 768px) {
  .galeria-fotos {
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .galeria-fotos {
    min-width: 165px;
    height: 165px;
  }
}
.galeria-fotos:hover {
  opacity: 0.8;
  background-size: auto 100%;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}

/*//////////////////////////*/
/* COMPONENTES - PRODUCTO */
/*//////////////////////////*/
.cont-componentes {
  clear: both;
}
.cont-componentes .base, .cont-componentes .archivos, .cont-componentes .videos, .cont-componentes .links, .cont-componentes .parrafos, .cont-componentes .descripcion {
  margin-bottom: 50px;
  clear: both;
}
.cont-componentes .base > div, .cont-componentes .archivos > div, .cont-componentes .videos > div, .cont-componentes .links > div, .cont-componentes .parrafos > div, .cont-componentes .descripcion > div {
  margin-bottom: 50px;
}
.cont-componentes .base h3, .cont-componentes .archivos h3, .cont-componentes .videos h3, .cont-componentes .links h3, .cont-componentes .parrafos h3, .cont-componentes .descripcion h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}
.cont-componentes .base h4, .cont-componentes .archivos h4, .cont-componentes .videos h4, .cont-componentes .links h4, .cont-componentes .parrafos h4, .cont-componentes .descripcion h4 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 25px;
}
.cont-componentes .base h4 a, .cont-componentes .archivos h4 a, .cont-componentes .videos h4 a, .cont-componentes .links h4 a, .cont-componentes .parrafos h4 a, .cont-componentes .descripcion h4 a {
  color: #201e1e;
}
.cont-componentes .base h4 a:hover, .cont-componentes .archivos h4 a:hover, .cont-componentes .videos h4 a:hover, .cont-componentes .links h4 a:hover, .cont-componentes .parrafos h4 a:hover, .cont-componentes .descripcion h4 a:hover {
  color: #00a849;
}
.cont-componentes .base h5, .cont-componentes .archivos h5, .cont-componentes .videos h5, .cont-componentes .links h5, .cont-componentes .parrafos h5, .cont-componentes .descripcion h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.cont-componentes .base h5 a, .cont-componentes .archivos h5 a, .cont-componentes .videos h5 a, .cont-componentes .links h5 a, .cont-componentes .parrafos h5 a, .cont-componentes .descripcion h5 a {
  color: #201e1e;
}
.cont-componentes .base h5 a:hover, .cont-componentes .archivos h5 a:hover, .cont-componentes .videos h5 a:hover, .cont-componentes .links h5 a:hover, .cont-componentes .parrafos h5 a:hover, .cont-componentes .descripcion h5 a:hover {
  color: #00a849;
}
.cont-componentes .base .texto, .cont-componentes .archivos .texto, .cont-componentes .videos .texto, .cont-componentes .links .texto, .cont-componentes .parrafos .texto, .cont-componentes .descripcion .texto {
  font-size: 13px;
  color: #626262;
  line-height: 1.4;
  margin-bottom: 25px;
}
.cont-componentes .base .boton, .cont-componentes .archivos .boton, .cont-componentes .videos .boton, .cont-componentes .links .boton, .cont-componentes .parrafos .boton, .cont-componentes .descripcion .boton {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  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;
  background-color: #00a849;
}
.cont-componentes .base .boton:hover, .cont-componentes .archivos .boton:hover, .cont-componentes .videos .boton:hover, .cont-componentes .links .boton:hover, .cont-componentes .parrafos .boton:hover, .cont-componentes .descripcion .boton:hover {
  background-color: #fbb040;
}
.cont-componentes .archivos {
  text-align: center;
}

.cont-paginacion_filtro .filtrado_input {
  display: inline-block;
  width: 210px;
  height: 43px;
  padding: 12px 15px;
  color: #201e1e;
  border-color: #dbdbdb;
}

.cantidad {
  width: 90px;
  text-align: center;
}

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

.fotos.activo img {
  border: 1px solid #00a849;
}

.forms-together.ultimo {
  position: relative;
  left: -1px;
}

ul.pagination li {
  float: left;
}
ul.pagination li a {
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  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;
  background-color: #6e6e6e;
}
ul.pagination li.flechas a {
  background: none;
}
ul.pagination li.flechas:hover a {
  background-color: #ffffff;
}
ul.pagination li.active a, ul.pagination li:hover a {
  color: #ffffff;
  background-color: #201e1e;
}

/*///////////////////////////////////*/
/* PAGINACION - SECCIONES */
/*///////////////////////////////////*/
.paginacion_numero, .paginacion_actual {
  display: inline-block;
  margin: 0 4px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
}

.paginacion_numero a {
  display: inline-block;
  padding: 10px 17px;
  color: #201e1e;
  text-decoration: none;
}
.paginacion_numero:hover {
  color: #ffffff;
  background-color: #00a849;
}
.paginacion_numero:hover a {
  color: #ffffff;
}

.paginacion_actual {
  padding: 10px 17px;
  color: #ffffff;
  background-color: #00a849;
  border: 0px solid transparent;
}

.alert, .mensaje {
  font-family: "Lato", sans-serif;
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  border: 2px solid #fbb040;
  background-color: #ffffff;
  color: #626262;
}
.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: "\e927";
  width: 100%;
  top: -12px;
  left: -10px;
  color: #00a849;
  text-align: left;
  font-size: 26px;
  text-shadow: 0px 0px 6px #ffffff;
}

.mensaje-producto {
  color: #ffffff;
  font-size: 16px;
  padding: 20px;
  background-color: #00e5c6;
}

/*//////////////////////////*/
/* SUSCRIPCION */
/*//////////////////////////*/
.cont-rrhh {
  max-width: 1000px;
  text-align: center;
  padding: 30px;
}
.cont-rrhh .cont-presentacion {
  position: relative;
}
.cont-rrhh .cont-presentacion input[type=text] {
  padding-right: 60px;
  height: 50px;
}
.cont-rrhh .cont-presentacion a {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 18px;
  color: #201e1e;
}
.cont-rrhh h1 {
  font-size: 30px;
}
.cont-rrhh p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1.5;
  text-align: left;
}
.cont-rrhh input {
  background-color: #e1e1e1;
  border-radius: 2px;
}
.cont-rrhh textarea {
  background-color: #e1e1e1;
  border-radius: 2px;
}

/*///////////////////////////////////////////////////////////////////////*/
/* PIE */
/*///////////////////////////////////////////////////////////////////////*/
.cont-menu-idioma {
  border: 1px solid #ffffff;
  z-index: 2;
}

.menu-idioma {
  position: relative;
}
.menu-idioma li:hover > a {
  color: #00a849;
}
.menu-idioma a {
  color: #ffffff;
  text-decoration: none;
}
.menu-idioma a:hover, .menu-idioma a.activo {
  color: #00a849;
}
.menu-idioma .menu-idioma-nivel1 {
  padding: 15px;
  text-align: left;
  position: relative;
  letter-spacing: 0.5px;
}
.menu-idioma .menu-idioma-nivel1 a {
  display: inline-block;
  margin-right: 25px;
  padding: 15px 0;
  font-size: 15px;
}
.menu-idioma .menu-idioma-nivel1:hover .cont-menu-idioma-nivel2 {
  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;
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.cont-menu-idioma-nivel2 {
  border: 1px solid #ffffff;
  top: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #201e1e;
  z-index: 1;
}

.menu-idioma .menu-idioma-nivel2 {
  position: relative;
}
.menu-idioma .menu-idioma-nivel2 a {
  display: block;
  margin: 0 10px;
  padding: 10px;
  color: #ffffff;
  font-size: 15px;
}
.menu-idioma .menu-idioma-nivel2 a:hover {
  color: #00a849;
}
.menu-idioma .menu-idioma-nivel2 a.ultimo {
  margin-bottom: 5px;
  border-bottom: none;
}

.i2es {
  width: 70px;
}

input, select, textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: normal;
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input.obligatorio, select.obligatorio, textarea.obligatorio {
  background-color: #fff9f1;
  border: 1px solid #f7a726;
}

input {
  height: 55px;
}

select {
  /* Chrome/Opera/Safari */
  height: 45px;
  padding-left: 20px;
  padding: 10px;
  color: #616179;
  font-size: 16px;
  border-radius: 2px;
}

textarea::-webkit-input-placeholder {
  color: #0bf;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #0bf;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0bf;
}

textarea:-ms-input-placeholder {
  color: #0bf;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
  font-size: 16px;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
  font-size: 16px;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
  font-size: 16px;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
  font-size: 16px;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
  font-size: 16px;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
  font-size: 16px;
}

input[type=file] {
  border: none;
}

.posicion-suscripcion {
  padding-top: 105px;
  padding-bottom: 75px;
}

.padding-der-max {
  padding-right: 70px;
}

.padding-izq-max {
  padding-left: 70px;
}

@media (max-width: 768px) {
  .padding-der-max {
    padding-right: 3%;
  }

  .padding-izq-max {
    padding-left: 3%;
  }
}
.table {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
}
.table th, .table td {
  padding: 10px;
}
.table td {
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.table-striped > tbody > tr {
  background-color: #FFFFFF;
}
.table.table-striped > tbody > tr:nth-child(2n+2) {
  background-color: #F6F6F6;
}
.table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

#grvesiv {
  bottom: 50px;
}

.bg-linkedin {
  background-color: #008dcb;
}

.color-linkedin {
  color: #008dcb;
}

.menu-rrhh {
  padding: 20px;
  border-left: 4px solid transparent;
  color: #6e6e6e;
}

.menu-rrhh.activo {
  border-left: 4px solid #00a849;
  color: #201e1e;
}

.menu-rrhh.activo i {
  color: #00a849;
}

.img-perfil {
  width: 100px;
  height: 100px;
}

.bg-facebook {
  background-color: #167fab;
}

.color-facebook {
  color: #167fab;
}

.cant-carrito {
  width: 16px;
  height: 16px;
  top: 0;
  right: -11px;
}

.cuotas-oca {
  display: inline-block;
  width: 130px;
  margin-left: 20px;
  height: 30px;
  padding: 5px 15px;
}

.imagen-carrito img {
  width: 120px;
}

/*////////////////////////////////////////////////////////////////*/
/* CONTADOR - CANTIDAD - PRODUCTOS */
/*////////////////////////////////////////////////////////////////*/
input[type=text].cantidad {
  width: 60px;
  height: 51px;
  text-align: left;
  padding: 15px;
}

input[type=text].cantidad:focus {
  box-shadow: none;
}

.contador_cantidad {
  width: 94px;
  margin: 0 auto;
}

.contador_cantidad input[type=button] {
  width: 35px;
  padding: 0;
  height: 24px;
  line-height: 10px;
  text-align: center;
  color: #303030;
  font-size: 22px;
  font-weight: 300;
  background: none;
}

.contador_cantidad input[type=button].mas {
  padding-top: 8px;
}

.loader-cont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
}

.loader-cont .loader {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 31;
  background-image: url(/../imagenes/img_presentacion/cargador.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/*////////////////*/
/* MENU LATERAL */
/*////////////////*/
.menu_lateral {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 390px;
  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.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.menu_lateral.izquierda {
  left: -500px;
  right: auto;
}

.menu_lateral_fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*////////////////*/
/* CONTACTO */
/*////////////////*/
.bg-contacto {
  background-image: url(/../imagenes/img_presentacion/bg_contacto.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cont-contacto input, .cont-contacto select, .cont-contacto textarea {
  width: 100%;
  padding: 15px;
  padding-left: 25px;
  font-size: 14px;
  border-radius: 10px;
  line-height: normal;
  border: 1px solid #e5e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cont-contacto input::-webkit-input-placeholder {
  font-size: 14px;
}
.cont-contacto input:-moz-placeholder {
  font-size: 14px;
}
.cont-contacto input::-moz-placeholder {
  font-size: 14px;
}
.cont-contacto input:-ms-input-placeholder {
  font-size: 14px;
}
.cont-contacto textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.cont-contacto textarea:-moz-placeholder {
  font-size: 14px;
}
.cont-contacto textarea::-moz-placeholder {
  font-size: 14px;
}
.cont-contacto textarea:-ms-input-placeholder {
  font-size: 14px;
}
.cont-contacto select {
  height: 55px;
}

/*////////////////*/
/* SUCURSALES */
/*////////////////*/
.regiones select {
  width: 240px;
  height: 50px;
  border-radius: 10px;
  color: #959292;
  border: 1px solid #e1dfdf;
}

/*////////////////*/
/* CONTENIDO */
/*////////////////*/
.contenedor_chico {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .contenedor_chico {
    margin: 0 20px;
  }
}

.btn-vinieta-01 {
  width: 50px;
  height: 50px;
}

.acceso-bocatti {
  margin-top: 20px;
  margin-left: 20px;
  float: right;
  border-left: 1px solid #dcdcdc;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.acceso-bocatti a {
  color: #201e1e;
  font-size: 14px;
  margin-right: 10px;
}
.acceso-bocatti a:hover {
  color: #00a849;
}
.acceso-bocatti img {
  vertical-align: middle;
}

#bannerA {
  height: 50px;
  overflow: hidden;
  position: relative;
}

#bannerA img {
  max-width: none;
  position: absolute;
  left: 0;
  left: calc(50% - 960px);
  top: 0;
}

.bg-portadas {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.bg-portadas .elemento1 {
  position: absolute;
  top: 390px;
  left: -90px;
}
@media (max-width: 1600px) {
  .bg-portadas .elemento1 {
    left: -15%;
  }
}
@media (max-width: 1200px) {
  .bg-portadas .elemento1 {
    display: none;
  }
}
.bg-portadas .elemento2 {
  position: absolute;
  top: 675px;
  right: 0;
}
@media (max-width: 1600px) {
  .bg-portadas .elemento2 {
    right: -15%;
  }
}
@media (max-width: 1200px) {
  .bg-portadas .elemento2 {
    display: none;
  }
}
.bg-portadas .elemento3 {
  position: absolute;
  top: 900px;
  left: 0;
}
@media (max-width: 1600px) {
  .bg-portadas .elemento3 {
    left: -15%;
  }
}
@media (max-width: 1200px) {
  .bg-portadas .elemento3 {
    display: none;
  }
}
.bg-portadas .elemento4 {
  position: absolute;
  top: 1250px;
  right: 0;
}
@media (max-width: 1600px) {
  .bg-portadas .elemento4 {
    right: -15%;
  }
}
@media (max-width: 1200px) {
  .bg-portadas .elemento4 {
    display: none;
  }
}

/*//////////////////////////*/
/* PORTADA B */
/*//////////////////////////*/
.portada-b {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .portada-b {
    padding-top: 60px;
  }
}
.portada-b h2 {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 480px) {
  .portada-b h2 {
    font-size: 35px;
  }
}
.portada-b h2 a {
  color: #231f20;
  font-weight: 900;
}
.portada-b h3 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  color: #00a849;
  line-height: 0.8;
}
@media (max-width: 480px) {
  .portada-b h3 {
    font-size: 45px;
  }
}
.portada-b p {
  font-size: 20px;
  margin-top: 10px;
  color: #565656;
  line-height: 1.7;
}
.portada-b .boton-portada {
  background: #231f20;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  margin-top: 35px;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
.portada-b .boton-portada:hover {
  color: #fbb040;
}
@media (max-width: 768px) {
  .portada-b .boton-portada {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .portada-b .boton-portada {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.portada-b .boton-portada span {
  margin-left: 20px;
  font-size: 24px;
  vertical-align: sub;
}
@media (max-width: 480px) {
  .portada-b .boton-portada span {
    margin-left: 10px;
    font-size: 18px;
  }
}

/*//////////////////////////*/
/* PORTADA C */
/*//////////////////////////*/
.portada-c {
  padding-top: 60px;
}
.portada-c h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 11px;
  color: #00a849;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .portada-c h2 {
    font-size: 25px;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
}
.portada-c .clasicos {
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .portada-c .clasicos {
    max-width: 70%;
  }
}
.portada-c .cont-presentacion {
  margin-top: 30px;
}
.portada-c .cont-presentacion .informacion {
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .portada-c .cont-presentacion .informacion {
    float: left;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .portada-c .cont-presentacion .informacion {
    padding-top: 0;
  }
}
.portada-c .cont-presentacion .informacion h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .portada-c .cont-presentacion .informacion h3 {
    font-size: 27px;
  }
}
.portada-c .cont-presentacion .informacion h3 a {
  color: #231f20;
}
.portada-c .cont-presentacion .informacion h3 a:hover {
  color: #00a849;
}
.portada-c .boton-portada {
  background-color: #fbb040;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 30px;
  padding: 20px 35px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
.portada-c .boton-portada:hover {
  background-color: #00a849;
}
@media (max-width: 768px) {
  .portada-c .boton-portada {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .portada-c .boton-portada {
    font-size: 11px;
    padding: 15px 5px;
  }
}
.portada-c .boton-portada span {
  vertical-align: sub;
  margin-left: 8px;
}
@media (max-width: 480px) {
  .portada-c .boton-portada span {
    margin-left: 0px;
  }
}

/*//////////////////////////*/
/* PORTADA D */
/*//////////////////////////*/
.portada-d {
  text-align: center;
  padding: 60px 0;
  margin-bottom: 30px;
}
.portada-d h2 {
  font-family: "Lato", sans-serif;
  color: #00a849;
  font-size: 50px;
}
@media (max-width: 480px) {
  .portada-d h2 {
    font-size: 35px;
  }
}
.portada-d h3 {
  font-family: "Lato", sans-serif;
  color: #231f20;
  font-weight: 300;
  font-size: 40px;
  line-height: 0.7;
}
@media (max-width: 480px) {
  .portada-d h3 {
    font-size: 30px;
  }
}
.portada-d .portada-vertical-d {
  margin-top: 20px;
}
.portada-d h4 {
  font-size: 25px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
}
.portada-d p {
  font-size: 18px;
  color: #00a849;
}
.portada-d .cont-presentacion {
  position: relative;
}
.portada-d .cont-presentacion figure img {
  border-radius: 50%;
  border: 10px solid #f0f0f0;
}
.portada-d .flecha-portada-d-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}
.portada-d .flecha-portada-d-next {
  position: absolute;
  top: 50%;
  right: -15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transform: rotate(180deg);
}

/*//////////////////////////*/
/* FOOTER */
/*//////////////////////////*/
footer .bg-footer {
  padding-top: 90px;
  padding-bottom: 65px;
  background-image: url(/../imagenes/img_presentacion/bg-footer.jpg);
}
footer .bg-footer .cont-presentacion {
  background-color: #231f20;
  padding-bottom: 50px;
}
footer .bg-footer .cont-presentacion p {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .bg-footer .cont-presentacion p a {
  display: block;
  color: #fff100;
}
footer .bg-footer .cont-presentacion .redes h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .bg-footer .cont-presentacion .redes a {
  color: #ffffff;
  font-size: 38px;
  margin-right: 7px;
}
footer .bg-footer .cont-presentacion .redes a:hover {
  color: #00a849;
}
footer .bg-footer .cont-presentacion h3 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  margin-top: 45px;
  font-style: italic;
  color: #ffffff;
  font-weight: 900;
}
@media (max-width: 480px) {
  footer .bg-footer .cont-presentacion h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
footer .bg-footer .cont-presentacion input {
  border-radius: 2px;
  margin-bottom: 10px;
  height: 45px;
}
footer .bg-footer .cont-presentacion input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #616161;
}
footer .bg-footer .cont-presentacion input::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161;
}
footer .bg-footer .cont-presentacion input:-ms-input-placeholder {
  /* IE 10+ */
  color: #616161;
}
footer .bg-footer .cont-presentacion input:-moz-placeholder {
  /* Firefox 18- */
  color: #616161;
}
footer .bg-footer .cont-presentacion textarea {
  height: 180px;
  margin-bottom: 10px;
}
footer .bg-footer .cont-presentacion textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #616161;
}
footer .bg-footer .cont-presentacion textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161;
}
footer .bg-footer .cont-presentacion textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #616161;
}
footer .bg-footer .cont-presentacion textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #616161;
}
footer .bg-footer .cont-presentacion .boton {
  width: 100%;
  font-weight: 700;
  background-color: #ed3237;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 48px;
  padding-top: 28px;
  cursor: pointer;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
footer .bg-footer .cont-presentacion .boton:hover {
  background-color: #00a849;
}
footer .pie-final {
  background-color: #1c1c1c;
  height: 80px;
}
footer .pie-final a {
  float: right;
  margin-top: 30px;
  opacity: 0.8;
}
footer .pie-final a:hover {
  opacity: 1;
}
footer .pie-final p {
  float: left;
  font-size: 15px;
  color: #909090;
  padding-top: 35px;
}

.navegacion {
  text-transform: uppercase;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .navegacion {
    display: none;
  }
}

/*//////////////////////////*/
/* PRODUCTO AMPLIADO */
/*//////////////////////////*/
.bg-producto-ampliado {
  background-image: url(/../imagenes/img_presentacion/bg-producto-ampliado.jpg);
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .bg-producto-ampliado {
    background-image: url(/../imagenes/img_presentacion/bg-portada-b.jpg);
  }
}
@media (max-width: 768px) {
  .bg-producto-ampliado {
    padding-top: 20px;
  }
}

.cont-producto {
  background-color: #ffffff;
  padding: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .cont-producto {
    padding: 40px 20px;
  }
}
.cont-producto h1 {
  font-size: 40px;
  margin-top: 12px;
  color: #231f20;
  font-style: italic;
  font-weight: 900;
}
.cont-producto h2 {
  font-size: 30px;
  color: #4c4345;
}
.cont-producto .disponibilidad {
  font-size: 18px;
  color: #6e6e6e;
  font-weight: 900;
}
.cont-producto .btn-web {
  font-size: 20px;
  color: #00a849;
  font-weight: 900;
  border: 2px solid #00a849;
  border-radius: 50px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .cont-producto .btn-web {
    font-size: 14px;
  }
}
.cont-producto .btn-congelados {
  font-size: 20px;
  color: #00aeef;
  font-weight: 900;
  border: 2px solid #00aeef;
  border-radius: 50px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .cont-producto .btn-congelados {
    font-size: 14px;
  }
}
.cont-producto .btn-negocio {
  font-size: 20px;
  color: #fbb040;
  font-weight: 900;
  border: 2px solid #fbb040;
  border-radius: 50px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .cont-producto .btn-negocio {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cont-producto #icono-1 {
    font-size: 22px;
  }
}
.cont-producto #icono-2 {
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .cont-producto #icono-2 {
    font-size: 22px;
  }
}
.cont-producto #icono-3 {
  margin-right: 16px;
  font-size: 23px;
}
@media (max-width: 1024px) {
  .cont-producto #icono-3 {
    font-size: 22px;
  }
}
.cont-producto .contacto {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.cont-producto .contacto p {
  font-size: 20px;
  color: #00a849;
}
.cont-producto .contacto a {
  font-size: 30px;
  font-weight: 600;
  color: #fbb040;
  font-family: "Lato", sans-serif;
}
.cont-producto .contacto a span {
  font-size: 20px;
  margin-left: 10px;
}
.cont-producto .contacto img {
  position: absolute;
  top: -15px;
  left: 10px;
  opacity: 0.1;
}
.cont-producto .cont-componentes {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.cont-producto .cont-componentes .introduccion {
  font-size: 20px;
  color: #6e6e6e;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cont-producto .cont-componentes .introduccion {
    margin-bottom: 50px;
  }
}
.cont-producto .cont-componentes .parrafo-producto {
  margin-bottom: 50px;
}
.cont-producto .cont-componentes .parrafo-producto h4 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 15px;
}
.cont-producto .cont-componentes .parrafo-producto .texto p {
  font-size: 16px;
  line-height: 1.5;
  color: #6e6e6e;
}
.cont-producto .ml-col-2 {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .cont-producto .ml-col-2 {
    padding-left: 0;
  }
}

.valor-nutricional {
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.valor-nutricional h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #201e1e;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .valor-nutricional h3 {
    font-size: 30px;
  }
}
.valor-nutricional .tabla {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.55);
}
.valor-nutricional .tabla .cabezal {
  background-color: #353434;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .valor-nutricional .tabla .cabezal {
    font-size: 14px;
  }
}
.valor-nutricional .tabla .cuerpo {
  background: #ffffff;
  font-size: 18px;
}
@media (max-width: 480px) {
  .valor-nutricional .tabla .cuerpo {
    font-size: 14px;
  }
}
.valor-nutricional .tabla .cuerpo .fila {
  padding: 15px 0;
}
.valor-nutricional .tabla .cuerpo hr {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  border-top: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  color: #e8e8e8;
}
.valor-nutricional .tabla .cuerpo:nth-child(odd) {
  background: #f8f8f8;
}

.relacionados h2 {
  text-align: center;
  font-size: 50px;
  color: #00a849;
  font-family: "Lato", sans-serif;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .relacionados h2 {
    font-size: 25px;
  }
}
.relacionados .portada-vertical-d {
  margin-top: 20px;
}
.relacionados h4 {
  font-size: 25px;
  display: inline-block;
  margin-top: 20px;
}
.relacionados p {
  font-size: 18px;
  color: #00a849;
}
.relacionados .cont-presentacion {
  position: relative;
  text-align: center;
}
.relacionados .cont-presentacion figure img {
  border-radius: 50%;
  border: 10px solid #f0f0f0;
}
.relacionados .cont-presentacion .nuevo {
  position: absolute;
  top: 0;
}
.relacionados .flecha-portada-d-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}
.relacionados .flecha-portada-d-next {
  position: absolute;
  top: 50%;
  right: -15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transform: rotate(180deg);
}
.relacionados .btn-web-list {
  color: #00a849;
  border: 2px solid #00a849;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 20px;
}
.relacionados .btn-congelados-list {
  color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 20px;
}
.relacionados .btn-negocio-list {
  color: #fbb040;
  border: 2px solid #fbb040;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 20px;
}

/*//////////////////////////*/
/* NIVEL */
/*//////////////////////////*/
.nivel .navegacion {
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .nivel .navegacion {
    display: none;
  }
}
.nivel .cont-nivel {
  background: #ffffff;
}
.nivel .cont-nivel h1 {
  text-align: center;
  font-size: 40px;
  color: #231f20;
  font-weight: 900;
}
.nivel .cont-nivel .cont-listado {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.nivel .cont-nivel .cont-listado .fila-producto {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .nivel .cont-nivel .cont-listado .fila-producto {
    margin-bottom: 40px;
  }
}
.nivel .cont-nivel .cont-listado .fila-producto h2 {
  font-size: 22px;
  display: inline-block;
  margin-top: 10px;
}
.nivel .cont-nivel .cont-listado .fila-producto h3 {
  font-size: 18px;
  color: #00a849;
}
.nivel .cont-nivel .cont-listado .fila-producto .nuevo {
  top: -30px;
  left: 5px;
}
.nivel .cont-nivel .btn-web-list {
  color: #00a849;
  border: 2px solid #00a849;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 20px;
}
.nivel .cont-nivel .btn-congelados-list {
  color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 20px;
}
.nivel .cont-nivel .btn-negocio-list {
  color: #fbb040;
  border: 2px solid #fbb040;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 20px;
}

/*//////////////////////////*/
/* CONTENIDO */
/*//////////////////////////*/
.cont-contenido .navegacion {
  padding-bottom: 10px;
}
.cont-contenido h1 {
  text-align: center;
  font-size: 40px;
  color: #231f20;
  font-weight: 900;
}
@media (max-width: 768px) {
  .cont-contenido h1 {
    margin-top: 25px;
    font-size: 27px;
  }
}
.cont-contenido h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  color: #00a849;
}
.cont-contenido .introduccion {
  font-size: 20px;
  color: #6e6e6e;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cont-contenido .parrafos {
  font-size: 20px;
}

/*//////////////////////////*/
/* SECCION */
/*//////////////////////////*/
.cont-seccion .navegacion {
  padding-bottom: 10px;
}
.cont-seccion h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: 900;
}
.cont-seccion h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  color: #00a849;
}
.cont-seccion .introduccion {
  font-size: 16px;
  color: #6e6e6e;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*//////////////////////////*/
/* MENU RESP */
/*//////////////////////////*/
.menu-responsive h2 {
  font-size: 25px;
  color: #00a849;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.menu-responsive .link-bocatti {
  text-align: center;
  font-size: 17px;
}
.menu-responsive .link-bocatti a {
  color: #201e1e;
}
.menu-responsive .link-bocatti a:hover {
  color: #00a849;
}
.menu-responsive .link-bocatti img {
  vertical-align: middle;
  margin-left: 10px;
}

.parrafo-complementario {
  padding-top: 15px;
}

.parrafo-complementario:nth-child(even) {
  background-color: #f7f7f7;
  padding: 15px;
}

.hero-video {
  width: 100%;
  height: 90vh;
  background: #0c0c0c;
  background: linear-gradient(0deg, #0c0c0c 0%, #444444 100%);
  position: relative;
  z-index: 0;
}
@media (max-width: 780px) {
  .hero-video {
    max-height: 75vh;
  }
}
.hero-video__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: block;
  /* Inicialmente oculto */
}
.hero-video__contenido {
  text-align: left;
  z-index: 2;
  display: flex;
  align-items: end;
  padding-bottom: 50px;
  height: 75vh;
}
@media (max-width: 780px) {
  .hero-video__contenido {
    align-items: center;
    padding-bottom: 0;
    text-align: center;
  }
}
.hero-video__contenido h1 {
  max-width: 600px;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 780px) {
  .hero-video__contenido h1 {
    font-size: 30px;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
}
.hero-video__bg--esc {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 780px) {
  .hero-video__bg--esc {
    display: none;
  }
}
.hero-video__bg--mob {
  position: absolute;
  top: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 780px) {
  .hero-video__bg--mob {
    display: flex;
  }
}
.hero-video__btn {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 0.2s;
}
.hero-video__btn img {
  width: 100px;
}
@media (max-width: 780px) {
  .hero-video__btn {
    display: flex;
  }
}
.hero-video__bg--mobimg {
  position: absolute;
  top: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 780px) {
  .hero-video__bg--mobimg {
    display: flex;
  }
}

.loader {
  width: 100px;
  height: 100px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@media (max-width: 780px) {
  .loader {
    display: none;
  }
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-bottom-color: #fbb040;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*///////////////////////////////////*/
/* TITULO POP-UP */
/*///////////////////////////////////*/
#vtn_titulo {
  font-size: 21px;
  font-weight: 900;
  color: #00a849;
  line-height: normal;
  text-transform: uppercase;
}

#vtn_cargador {
  color: #00a849;
  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 #201e1e;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
  background: inherit;
}

.carrousel-banner-a .swiper-button-next.swiper-button-disabled, .carrousel-banner-a .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.paginacion-primaria {
  position: absolute;
  text-align: center;
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}

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

.paginacion-primaria .swiper-pagination-bullet-active {
  color: #ffffff;
  background: #201e1e;
}

.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: #ffffff;
  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 #ffffff, 0 0 5px #ffffff;
  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: #ffffff;
  }

  .pace .pace-activity {
    border-top-color: #ffffff;
    border-left-color: #ffffff;
  }
}
/*
    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.9em;
  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: 21px;
  background-color: #00a849;
}

/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  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;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav a {
  padding: 5px 20px;
  margin: 0px 0px;
  text-decoration: none;
  color: #626262;
  text-align: left;
}

.slicknav_nav .slicknav_item, .slicknav_nav > ul > li > a {
  padding: 10px;
  margin: 2px 0px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav a:hover {
  outline: 0;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-initialized .slick-slide:focus {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow.slick-disabled {
  opacity: 0;
}

/* 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: #00a849;
  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: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1024px) {
  .padding-logo {
    padding-left: 0;
  }

  .padding_img_c div img {
    padding-bottom: 0;
  }

  .bg-cabezal {
    height: 100px;
  }

  div#cont_menu_a_rsp {
    width: 100%;
    background: #201e1e;
  }

  .slicknav_menu {
    display: block;
  }

  /*////////////////////////////////////////////////////////////////*/
  /* CONTADOR - CANTIDAD - PRODUCTOS */
  /*////////////////////////////////////////////////////////////////*/
  .contador_cantidad input[type=text].cantidad {
    width: 100%;
  }

  .contador_cantidad {
    width: 100%;
    margin: 0;
  }

  .galeria-fotos {
    background-size: cover;
  }
  .galeria-fotos:hover {
    background-size: cover;
  }

  .contenedor-slider {
    padding: 0 3%;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .titulo-portada {
    font-size: 1.6em;
  }

  .menu-escritorio {
    width: 150px !important;
    right: -10px;
  }

  /* PORTADA A */
  div#slides div.slide.corte img {
    max-width: 100%;
    position: absolute;
    left: 0;
    left: calc(50% - 960px);
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  div#slides div.slide.corte {
    height: 700px;
    overflow: hidden;
    position: relative;
  }

  .img-perfil {
    margin: 0 auto;
  }

  .menu_pie_item {
    margin: 0 5px;
    display: inline-block;
  }

  .titulo_portada_a {
    font-size: 55px;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  #menu-resp-01 {
    overflow: auto;
    height: 220px;
  }
}
@media (max-width: 480px) {
  .precio-tabla {
    padding-top: 20px;
  }

  .logo {
    width: calc(100% - 50px);
  }

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

  ul.pagination li a {
    margin: 0 5px;
  }

  /*//////////////////////////*/
  /* BUSCADOR */
  /*//////////////////////////*/
  .cont-buscador .buscador-contendor {
    padding-top: 60%;
  }

  .slide_contenido {
    font-size: 80%;
  }

  .flecha-menu-g.centrarVertical {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
  }

  .titulo_portada_a {
    font-size: 50px;
  }

  /*////////////////*/
  /* MENU LATERAL */
  /*////////////////*/
  .menu_lateral {
    width: 100%;
  }
}

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