/************************************************************************************
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: 15px;
  border-radius: 3px;
  line-height: normal;
  border: 1px solid #9d9d9d;
  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 #406cbe;
  border-color: #406cbe;
  outline-color: #406cbe;
}

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

textarea {
  resize: none;
  font-family: "Public Sans", 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, input:-moz-placeholder, input:-ms-input-placeholder {
  color: #747474;
  font-size: 15px;
  font-family: "Public Sans", sans-serif;
}
input:-moz-placeholder, input::-moz-placeholder {
  color: #747474;
  font-size: 11px;
  font-family: "Public Sans", sans-serif;
  opacity: 1;
}

input.buscador::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
}
input.buscador::-moz-placeholder {
  color: #ffffff;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
}
input.buscador:-ms-input-placeholder {
  color: #ffffff;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
  opacity: 1;
}
input.buscador:-moz-placeholder {
  color: #ffffff;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1024px) {
  .texto-md-xs {
    font-size: 11px;
  }
  .texto-md-sm {
    font-size: 13px;
  }
  .texto-md-md {
    font-size: 14px;
  }
  .texto-md-lg {
    font-size: 15px;
  }
  .texto-md-xl {
    font-size: 16px;
  }
  .titulo-md-xs {
    font-size: 20px;
  }
  .titulo-md-sm {
    font-size: 30px;
  }
  .titulo-md-md {
    font-size: 35px;
  }
  .titulo-md-lg {
    font-size: 46px;
  }
  .titulo-md-xl {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .texto-sm-xs {
    font-size: 11px;
  }
  .texto-sm-sm {
    font-size: 13px;
  }
  .texto-sm-md {
    font-size: 14px;
  }
  .texto-sm-lg {
    font-size: 15px;
  }
  .texto-sm-xl {
    font-size: 16px;
  }
  .titulo-sm-xs {
    font-size: 20px;
  }
  .titulo-sm-sm {
    font-size: 30px;
  }
  .titulo-sm-md {
    font-size: 35px;
  }
  .titulo-sm-lg {
    font-size: 46px;
  }
  .titulo-sm-xl {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .texto-xs-xs {
    font-size: 11px;
  }
  .texto-xs-sm {
    font-size: 13px;
  }
  .texto-xs-md {
    font-size: 14px;
  }
  .texto-xs-lg {
    font-size: 15px;
  }
  .texto-xs-xl {
    font-size: 16px;
  }
  .titulo-xs-xs {
    font-size: 20px;
  }
  .titulo-xs-sm {
    font-size: 30px;
  }
  .titulo-xs-md {
    font-size: 35px;
  }
  .titulo-xs-lg {
    font-size: 46px;
  }
  .titulo-xs-xl {
    font-size: 60px;
  }
}
/*////////////////*/
/* LINE HEIGHT */
/*////////////////*/
.line-height-min {
  line-height: 11px;
}

.line-height-xs {
  line-height: 13px;
}

.line-height-sm {
  line-height: 14px;
}

.line-height-md {
  line-height: 15px;
}

.line-height-lg {
  line-height: 16px;
}

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

/*////////////////*/
/* LINKS */
/*////////////////*/
.link-primario:hover {
  color: #20365f;
}

.link-primarioObscuro:hover {
  color: #132039;
}

.link-primarioClaro:hover {
  color: #406cbe;
}

.link-secundario:hover {
  color: #006ea9;
}

.link-secundarioObscuro:hover {
  color: #004d76;
}

.link-secundarioClaro:hover {
  color: #2ab4ff;
}

.link-terciario:hover {
  color: #6bcff3;
}

.link-terciarioObscuro:hover {
  color: #3cc0ef;
}

.link-terciarioClaro:hover {
  color: #e1f5fd;
}

.link-negro:hover {
  color: #0f0d0d;
}

.link-negroClaro:hover {
  color: #333030;
}

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

.link-blanco:hover {
  color: #ffffff;
}

.link-gris:hover {
  color: #9d9d9d;
}

.link-grisObscuro:hover {
  color: #747474;
}

.link-grisClaro:hover {
  color: #e5e5e5;
}

.link-grisAlterno:hover {
  color: #d8d8d8;
}

.focus-primario:focus {
  color: #20365f;
}

.focus-primarioObscuro:focus {
  color: #132039;
}

.focus-primarioClaro:focus {
  color: #406cbe;
}

.focus-secundario:focus {
  color: #006ea9;
}

.focus-secundarioObscuro:focus {
  color: #004d76;
}

.focus-secundarioClaro:focus {
  color: #2ab4ff;
}

.focus-terciario:focus {
  color: #6bcff3;
}

.focus-terciarioObscuro:focus {
  color: #3cc0ef;
}

.focus-terciarioClaro:focus {
  color: #e1f5fd;
}

.focus-negro:focus {
  color: #0f0d0d;
}

.focus-negroClaro:focus {
  color: #333030;
}

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

.focus-blanco:focus {
  color: #ffffff;
}

.focus-gris:focus {
  color: #9d9d9d;
}

.focus-grisObscuro:focus {
  color: #747474;
}

.focus-grisClaro:focus {
  color: #e5e5e5;
}

.focus-grisAlterno:focus {
  color: #d8d8d8;
}

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

.under-line {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

/*////////////////*/
/* COLORES */
/*////////////////*/
.color-blanco, a.color-blanco {
  color: #ffffff;
}

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

.color-negro, a.color-negro {
  color: #0f0d0d;
}

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

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

.color-gris, a.color-gris {
  color: #9d9d9d;
}

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

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

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

.color-gris-pie, a.color-gris-pie {
  color: #717171;
}

.color-primario, a.color-primario {
  color: #20365f;
}

.color-primario-claro, a.color-primario-claro {
  color: #406cbe;
}

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

.color-secundario, a.color-secundario {
  color: #006ea9;
}

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

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

.color-terciario, a.color-terciario {
  color: #6bcff3;
}

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

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

/*////////////////*/
/* VARIANTES */
/*////////////////*/
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.may {
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #20365f;
  line-height: normal;
}

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

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;
  }
}
.btn {
  cursor: pointer;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}
.btn.btn-primario {
  display: inline-block;
  color: #ffffff;
  padding: 10px 50px;
  background: #20365f;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  background-color: #6bcff3;
  color: #20365f;
}
.btn.btn-primario:hover {
  background-color: #0f0d0d;
  color: #fff;
}
.btn.btn-primario.invertido {
  display: inline-block;
  color: #0f0d0d;
  padding: 10px 25px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-decoration: none;
}
.btn.btn-primario.invertido:hover {
  color: #ffffff;
  background-color: #0f0d0d;
}
.btn.btn-primario.continuar {
  font-size: 20px;
  padding: 12px 30px;
}
.btn.btn-primario.consulta {
  display: inline-block;
  color: #0f0d0d;
  font-size: 20px;
  padding: 12px 30px;
  background: #ffffff;
  border: 2px solid #0f0d0d;
  border-radius: 3px;
  text-decoration: none;
}
.btn.btn-primario.off {
  background-color: #9d9d9d;
}
.btn.btn-primario.btn-filtro {
  width: 46% !important;
  font-size: 14px;
  padding: 6px;
}
.btn.btn-secundario {
  display: inline-block;
  color: #ffffff;
  padding: 12px 30px;
  background: #20365f;
  border: 2px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-size: 20px;
}
.btn.btn-secundario:hover, .btn.btn-secundario.activo {
  background-color: #0f0d0d;
}
.btn.btn-ordenado {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 10px;
  background: #9d9d9d;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
}
.btn.btn-ordenado:hover, .btn.btn-ordenado.activo {
  background-color: #0f0d0d;
}
.btn.btn-xs {
  padding: 5px 25px;
}
.btn.btn-sm {
  padding: 10px 25px;
}
.btn.btn-md {
  padding: 17px 25px;
}

.btn-vinieta-01 {
  display: inline-block;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .btn.btn-pie {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 30px;
    background: #20365f;
    border: none;
    border-radius: 3px;
    text-decoration: none;
  }
  .btn.btn-primario.btn-filtro {
    width: 100% !important;
  }
  .btn.btn-ordenado {
    padding: 10px;
  }
  .btn.btn-sm-full {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn {
    text-align: center;
    width: 100%;
  }
  .btn.btn-pie {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 30px;
    background: #20365f;
    border: none;
    border-radius: 3px;
    text-decoration: none;
  }
  .btn.btn-xs-full {
    width: 100%;
  }
}
body {
  font-family: "Public Sans", sans-serif;
  font-size: 10px;
}

::selection {
  background: #406cbe;
  color: #ffffff;
}

::-moz-selection {
  background: #406cbe;
  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;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clean_inline {
  word-spacing: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.imagenIz {
  margin-right: 20px;
}

.imagenDer {
  margin-left: 20px;
}

.imagenCen {
  margin-bottom: 20px;
}

.cont_img img.imagenIz {
  margin-right: 0;
}

.display-inline, .di {
  display: inline-block;
  vertical-align: top;
}

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

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

.medio, .mitad {
  width: 48%;
}

.tercio {
  width: 32%;
}

.full {
  width: 100% !important;
}

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

.z1 {
  z-index: 1;
}

.z3 {
  z-index: 3;
}

.z5 {
  z-index: 5;
}

.z20 {
  z-index: 20;
}

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

/*FONDOS*/
.bg-blanco {
  background-color: #ffffff;
}

.bg-blanco-hover:hover {
  background-color: #ffffff;
}

.bg-gris {
  background-color: #9d9d9d;
}

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

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

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

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

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

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

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

.bg-negro {
  background-color: #0f0d0d;
}

.bg-negro-hover:hover {
  background-color: #0f0d0d;
}

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

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

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

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

.bg-primario {
  background-color: #20365f;
}

.bg-primario-hover:hover {
  background-color: #20365f;
}

.bg-primario-claro {
  background-color: #406cbe;
}

.bg-primario-claro-hover:hover {
  background-color: #406cbe;
}

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

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

.bg-secundario {
  background-color: #006ea9;
}

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

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

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

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

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

.bg-terciario {
  background-color: #6bcff3;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*///////////////////////////////////////////////////////////////////////*/
/* LINEAS */
/*///////////////////////////////////////////////////////////////////////*/
hr.linea-primario {
  border: 0;
  height: 1px;
  background: #20365f;
}

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

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

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

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

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

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

hr.linea-blanco {
  border: 0;
  height: 1px;
  background: #ffffff;
}

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

/*///////////////////////////////////////////////////////////////////////*/
/* BORDES */
/*///////////////////////////////////////////////////////////////////////*/
.borde-default {
  border: 1px solid;
}

.borde-primario {
  border: 1px solid #20365f;
}

.borde-primario-claro {
  border: 1px solid #406cbe;
}

.borde-primario-obscuro {
  border: 1px solid #132039;
}

.borde-secundario {
  border: 1px solid #006ea9;
}

.borde-secundario-claro {
  border: 1px solid #2ab4ff;
}

.borde-secundario-obscuro {
  border: 1px solid #004d76;
}

.borde-terciario {
  border: 1px solid #6bcff3;
}

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

.borde-gris {
  border: 1px solid #9d9d9d;
}

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

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

.borde-blanco {
  border: 1px solid #ffffff;
}

.borde-negro {
  border: 1px solid #0f0d0d;
}

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

.borde-img-color-gris img {
  border: 1px solid #9d9d9d;
}

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

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

.borde-img-color-negro img {
  border: 1px solid #0f0d0d;
}

.borde-img-color-blanco img {
  border: 1px solid #ffffff;
}

.borde-img-color-primario img {
  border: 1px solid #20365f;
}

.borde-img-color-primario-claro img {
  border: 1px solid #406cbe;
}

.borde-img-color-primario-obscuro img {
  border: 1px solid #132039;
}

.borde-img-color-secundario img {
  border: 1px solid #006ea9;
}

.borde-img-color-terciario img {
  border: 1px solid #6bcff3;
}

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

body {
  font-size: 13px;
  background-color: #0f172a;
}
body.nopadding {
  padding-top: 0;
}

::selection {
  background: #406cbe;
  color: #ffffff;
}

.titulo-portada {
  position: relative;
  color: #0f0d0d;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  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: #0f0d0d;
}
.titulo-portada.invertido {
  color: #ffffff;
}
.titulo-portada.invertido:before {
  background-color: #ffffff;
}

.titulo-componente {
  position: relative;
  color: #20365f;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  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: #20365f;
}
.titulo-componente.invertido:before {
  background-color: #ffffff;
}

.subtitulo-componente {
  color: #20365f;
  font-size: 20px;
  font-weight: 400;
}

.subtitulo-componente a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  color: #20365f;
}

.titulo-contenido {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .titulo-contenido {
    font-size: 40px;
  }
}
.titulo-contenido span {
  text-shadow: 1px 2px 4px #000;
}
.titulo-contenido.invertido {
  color: #0f0d0d;
}

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

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

.texto_parrafo {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

a {
  color: #20365f;
}
a:hover {
  color: #0f0d0d;
}
a:active, a:focus {
  color: #20365f;
}

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

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

.ul-reset ul {
  padding-left: 10px;
  list-style-type: disc;
  overflow: hidden;
}

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

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

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

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

hr.linea_04 {
  border: 0;
  height: 1px;
  background: #20365f;
}

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

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

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

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

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

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

.borde-img img {
  border: 1px solid #9d9d9d;
}

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

.recuadro, .recuadro-md {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .recuadro, .recuadro-md {
    border: 1px solid transparent;
  }
}

.recuadro-md {
  padding: 25px 35px;
}
@media (max-width: 480px) {
  .recuadro-md {
    padding: 0;
  }
}

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 {
  width: 230px;
}

.buscador {
  height: auto;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  border-radius: 0;
  line-height: normal;
  border: 1px solid #9d9d9d;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  border-top: 0;
  border-bottom: 0;
  outline: none;
  padding-right: 50px;
}

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

.logo {
  width: 60px;
  justify-self: center;
}

/*////////////////*/
/* CLIMA */
/*////////////////*/
#mec h2 {
  font-size: 29px;
  font-weight: 500;
  text-align: right;
  color: #0f0d0d;
}

#mec p {
  font-size: 12px;
  font-weight: 400;
  color: #0f0d0d;
}

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

#mec-resp h2 {
  font-size: 13px;
  font-weight: 700;
  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: #406cbe;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu a:hover {
  color: #006ea9;
}
.menu a.activo {
  color: #406cbe;
}
.menu .menu-nivel1 {
  text-align: left;
  position: relative;
  letter-spacing: 0.5px;
  display: inline-block;
}
.menu .menu-nivel1 a {
  display: inline-block;
  margin-right: 25px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
}
.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: #f5f5f5;
}
.menu.menu-usuario .menu-nivel1 > a {
  font-size: 11px;
  padding: 0;
  padding-top: 3px;
  margin-right: 0;
}
.menu.menu-usuario .menu-nivel1:hover > a {
  color: #006ea9;
}
.menu.menu-usuario .cont-menu-nivel2 {
  width: 160px;
}
.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: #0f0d0d;
  font-size: 14px;
  font-weight: 100;
}
.menu .menu-nivel2 a:hover {
  color: #20365f;
}
.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: #f5f5f5;
}

.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 #20365f;
  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 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;
}

/*//////////////////////////*/
/* BANNER E */
/*//////////////////////////*/
#bannerE {
  height: 60px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  #bannerE {
    height: auto;
    overflow: visible;
    position: static;
  }
}
#bannerE + .cerrar {
  top: 24px;
  right: 20px;
}
@media (max-width: 480px) {
  #bannerE + .cerrar {
    top: 35%;
  }
}

#bannerE img {
  max-width: none;
  position: absolute;
  left: 0;
  left: calc(50% - 960px);
  top: 0;
}
@media (max-width: 1024px) {
  #bannerE img {
    left: calc(50% - 512px);
  }
}
@media (max-width: 480px) {
  #bannerE img {
    max-width: 100%;
    position: static;
  }
}

/*//////////////////////////*/
/* BANNER F */
/*//////////////////////////*/
.banner_esp {
  animation: bar 1s ease;
  -moz-animation: bar 1s ease;
  -webkit-animation: bar 1s ease;
  z-index: 9999999999;
}

@keyframes bar {
  0% {
    bottom: -10%;
  }
  100% {
    bottom: 0%;
  }
}
/*//////////////////////////*/
/* 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: 380px;
  height: 220px;
  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: 50%;
}

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

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

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

.galeria-fotos {
  display: inline-block;
  min-width: 280px;
  height: 280px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 130%;
  image-rendering: optimizeQuality;
  -moz-image-rendering: optimizeQuality;
  -webkit-image-rendering: optimizeQuality;
  transition-timing-function: ease-in;
  image-rendering: optimizeQuality;
  -moz-image-rendering: optimizeQuality;
  -webkit-image-rendering: optimizeQuality;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.galeria-fotos:hover {
  opacity: 0.8;
  background-size: auto 100%;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.listas {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.listas .img-lista img {
  width: 200px;
}

.bloques {
  border-right: 1px solid #e5e5e5;
}
.bloques:nth-child(3n+3) {
  border-right: none;
}
.bloques .texto-lista {
  display: none;
}

@media (max-width: 768px) {
  .bloques, .bloques:nth-child(3n+3) {
    border-right: 1px solid #e5e5e5;
  }
  .bloques:nth-child(2n+2), .bloques:nth-child(3n+3):nth-child(2n+2) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .bloques, .bloques:nth-child(3n+3), .bloques:nth-child(2n+2) {
    border-right: none;
  }
}
.cantidad {
  width: 90px;
  text-align: center;
}

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

.fotos.activo img {
  border: 1px solid #20365f;
}

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

.cont-bloque_producto {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.cont-bloque_producto.off {
  position: relative;
  opacity: 0.3;
  z-index: -1;
}
.cont-bloque_producto .btn {
  display: block;
  padding: 9px 20px;
  color: #20365f;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #20365f;
  border-radius: 3px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cont-bloque_producto .btn {
    font-size: 15px;
  }
}
.cont-bloque_producto .btn:hover {
  color: #ffffff;
  background: #20365f;
}
.cont-bloque_producto .btn span {
  vertical-align: middle;
}
.cont-bloque_producto .btn i {
  margin-right: 5px;
  font-size: 28px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cont-bloque_producto .btn i {
    font-size: 20px;
  }
}

.cont-telefono_shuffles {
  margin-bottom: 30px;
}
.cont-telefono_shuffles label {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cont-telefono_shuffles label {
    margin-bottom: 15px;
  }
}
.cont-telefono_shuffles .input {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cont-telefono_shuffles .input {
    width: 100%;
  }
}

.disabled {
  -webkit-appearance: textfield;
  background-color: #e5e5e5;
  cursor: no-drop;
}

.cont-mensaje_vip {
  clear: both;
  margin-bottom: 32px;
}
.cont-mensaje_vip img {
  margin-right: 20px;
  float: left;
}
.cont-mensaje_vip .titulo {
  font-size: 18px;
  font-weight: 700;
}
.cont-mensaje_vip .precio {
  color: #20365f;
  font-size: 22px;
  line-height: 1;
}
.cont-mensaje_vip .precio span {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.cont-mensaje_vip span {
  color: #20365f;
  font-weight: 300;
  line-height: 1;
}
.cont-mensaje_vip + p {
  line-height: 1.3;
  font-size: 15px;
}

ul.pagination li {
  float: left;
}
ul.pagination li a {
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  font-size: 13px;
  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: #9d9d9d;
}
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: #0f0d0d;
}

/*///////////////////////////////////*/
/* PAGINACION - SECCIONES */
/*///////////////////////////////////*/
.paginacion_numero, .paginacion_actual {
  float: right;
  margin: 0 2px;
  border-radius: 2px;
  font-size: 16px;
}

.paginacion_numero a {
  display: inline-block;
  padding: 9px 12px;
  color: #0f0d0d;
  text-decoration: none;
}
.paginacion_numero:hover {
  color: #ffffff;
  background-color: #20365f;
}
.paginacion_numero:hover a {
  color: #ffffff;
}

.paginacion_actual {
  padding: 9px 12px;
  color: #ffffff;
  background-color: #20365f;
}

.mensaje {
  padding-left: 85px;
  color: #161616;
  border-color: #0f0d0d;
}
.mensaje::before {
  width: 75px;
  background-color: #ffffff;
  background-image: url(/../imagenes/img_presentacion/iconos.png);
  background-position: -374px 6px;
}
.mensaje.tarjeta {
  padding-left: 70px;
}
.mensaje.tarjeta::before {
  width: 65px;
  background-position: -1028px 18px;
}

.mensaje-producto {
  color: #ffffff;
  font-size: 15px;
  padding: 20px;
  background-color: #333232;
}

/*////////////////////////////////////////////////////////////////////*/
/* ALERTAS */
/*////////////////////////////////////////////////////////////////////*/
.alerta-cont {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-block: 10px;
  background-color: #006ea9;
  font-size: 14px;
  color: #fff;
  padding: 15px;
}
.alerta-cont i {
  color: #fff;
  font-size: 26px;
}

.alert p, .mensaje p {
  margin: 0;
  line-height: normal;
}
.alert.alert-padding-sm, .mensaje.alert-padding-sm {
  padding: 10px;
  padding-left: 65px;
}

.alert-success {
  border-color: #42dda4;
}
.alert-success::before {
  background-color: #42dda4;
}

.alert-info {
  border-color: #0F7CC1;
}
.alert-info::before {
  background-color: #0F7CC1;
}

.alert-warning, .mensaje {
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
}
.alert-warning::before, .mensaje::before {
  background-color: #f6cb3b;
}

.alert-danger {
  border-color: #ec1b52;
}
.alert-danger::before {
  background-color: #ec1b52;
}

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

.menu-idioma {
  position: relative;
}
.menu-idioma li:hover > a {
  color: #20365f;
}
.menu-idioma a {
  color: #ffffff;
  text-decoration: none;
}
.menu-idioma a:hover, .menu-idioma a.activo {
  color: #20365f;
}
.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: 14px;
}
.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: #0f0d0d;
  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: 13px;
}
.menu-idioma .menu-idioma-nivel2 a:hover {
  color: #20365f;
}
.menu-idioma .menu-idioma-nivel2 a.ultimo {
  margin-bottom: 5px;
  border-bottom: none;
}

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

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

.input_suma_resta {
  position: relative;
  text-align: center;
}
.input_suma_resta input {
  display: inline-block;
  width: 50%;
  font-size: 18px;
  text-align: center;
}
.input_suma_resta .mas, .input_suma_resta .menos {
  position: absolute;
  width: 55px;
  padding: 10px 0;
  top: 0;
  font-size: 24px;
  font-weight: 300;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.input_suma_resta .mas:hover, .input_suma_resta .menos:hover {
  background-color: #e5e5e5;
}
.input_suma_resta .mas:focus, .input_suma_resta .menos:focus {
  background-color: #9d9d9d;
}
.input_suma_resta .menos {
  left: 0;
}
.input_suma_resta .mas {
  right: 0;
}

.cantidad_vip input {
  display: inline-block;
  height: 39px;
  width: 105px;
  vertical-align: middle;
}

.posicion-suscripcion {
  padding-top: 190px;
}

.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: 14px;
  font-weight: 500;
  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: #9d9d9d;
}

.menu-rrhh.activo {
  border-left: 7px solid #6bcff3;
  color: #0f0d0d;
}

.menu-rrhh.activo i {
  color: #20365f;
}

.img-perfil {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.img-perfil_menu {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

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

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

.carrito {
  font-size: 25px;
  color: #000;
  margin-top: 0px;
  display: inline-block;
}

.cant-carrito {
  position: absolute;
  width: 20px;
  height: 17px;
  border-radius: 3px;
  top: 10px;
  right: -17px;
  background: #20365f;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

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

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

.cont-carrito_vacio {
  max-width: 900px;
  margin: 0 auto;
}
.cont-carrito_vacio h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.cont-carrito_vacio h3 a {
  color: #20365f;
}

.cont-pasos_compra {
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  word-break: break-word;
}
.cont-pasos_compra .col-4:first-child {
  text-align: left;
}
.cont-pasos_compra .col-4:last-child {
  text-align: right;
}
.cont-pasos_compra .cont-numeros {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.cont-pasos_compra .cont-numeros:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 5px;
  top: calc(50% - 3px);
  left: 30px;
  z-index: -1;
  background-color: #d8d8d8;
}
.cont-pasos_compra .cont-numeros .numero {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  background-color: #d8d8d8;
}
.cont-pasos_compra .cont-numeros .numero a {
  color: #ffffff;
}
.cont-pasos_compra .cont-numeros .numero.activo {
  background-color: #333030;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
}
.cont-pasos_compra p {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #333030;
}
@media (max-width: 480px) {
  .cont-pasos_compra p {
    font-size: 13px;
  }
}
.cont-pasos_compra p a {
  color: #333030;
}

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

input[type=text].cantidad.carrito {
  width: 90px;
}

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: 28px;
  line-height: 10px;
  text-align: center;
  color: #303030;
  font-size: 22px;
  font-weight: 300;
  background: none;
}

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

.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-principal {
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.menu-principal .carrito {
  font-size: 25px;
  color: #000;
  margin-top: 10px;
  display: inline-block;
}

.login {
  margin-top: 6px;
  margin-right: 10px;
}
.login i {
  font-size: 18px;
  margin-right: 5px;
  color: #686868;
  vertical-align: sub;
}
.login a {
  text-transform: uppercase;
  color: #686868;
}
.login a:hover {
  color: #20365f;
}
.login span {
  color: #686868;
  margin: 0 4px;
}

.cont-login {
  position: relative;
  display: inline-block;
  color: #20365f;
  font-size: 14px;
  vertical-align: middle;
}
.cont-login .sep {
  margin-left: 10px;
  margin-right: 10px;
  color: #9d9d9d;
}
.cont-login i {
  font-size: 18px;
  margin-right: 5px;
  color: #20365f;
  vertical-align: sub;
}
.cont-login h4 {
  margin-bottom: 20px;
  text-align: left;
  color: #0f0d0d;
  font-size: 20px;
  font-weight: 700;
}
.cont-login .cont-mostrar {
  position: absolute;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
@media (max-width: 1200px) {
  .cont-login .cont-mostrar {
    right: 0;
  }
}
.cont-login .cont-mostrar .mostrar {
  width: 366px;
  margin-top: 15px;
  padding: 25px;
  background-color: #e5e5e5;
}
.cont-login .cont-mostrar .mostrar a {
  display: inline-block;
  width: 49%;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  border-radius: 3px;
  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;
}
.cont-login .cont-mostrar .mostrar a:hover {
  opacity: 0.8;
}
.cont-login .acceder {
  background-color: #20365f;
}
.cont-login .registro {
  background-color: #747474;
}
.cont-login:hover .cont-mostrar {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.redes {
  display: inline-block;
  margin-left: 10px;
}
.redes a {
  color: #ffffff;
}
.redes i {
  margin-left: 15px;
}

.idiomas {
  display: inline-block;
  float: right;
}
.idiomas a {
  font-size: 15px;
  color: #406cbe;
  font-weight: 300;
}
.idiomas a:hover {
  color: #006ea9;
}
.idiomas .activo {
  font-weight: 500;
  color: #6bcff3;
}
.idiomas span {
  margin: 0 8px;
  color: #406cbe;
  vertical-align: top;
}

/*//////////////////////////*/
/* PORTADA B */
/*//////////////////////////*/
.portada-b-2 {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.portada-b-2 h1 {
  color: #0f0d0d;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 7px;
}
.portada-b-2 h1 a {
  color: #0f0d0d;
}
.portada-b-2 h1 a:hover {
  color: #20365f;
}
.portada-b-2 p {
  color: #0f0d0d;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 20px;
}

.slider-b-2 .flecha-banner-b-prev {
  float: left;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  z-index: 3;
  border: 1px solid #d7d7d7;
  padding: 10px 16px;
  font-size: 25px;
  background: #FFF;
  cursor: pointer;
}
.slider-b-2 .flecha-banner-b-next {
  float: right;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  z-index: 3;
  border: 1px solid #d7d7d7;
  padding: 10px 16px;
  font-size: 25px;
  background: #FFF;
  cursor: pointer;
}
.slider-b-2 i {
  color: #d7d7d7;
}

/*//////////////////////////*/
/* PORTADA C */
/*//////////////////////////*/
.portada-c {
  position: relative;
}
.portada-c .sombra {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: rgba(19, 19, 19, 0);
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 20%, #000 130%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 19, 0)), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 20%, #000 130%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 20%, #000 130%);
  background: -ms-linear-gradient(top, rgba(19, 19, 19, 0) 20%, #000 130%);
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 20%, #000 130%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#131313", endColorstr="#000000", GradientType=0 );
}
.portada-c .contenedor {
  width: 340px;
  position: absolute;
  bottom: 30px;
  background: #FFF;
  margin-left: 30px;
  padding: 30px 25px;
}
.portada-c .contenedor h1 {
  color: #000;
  font-size: 31px;
  font-weight: 600;
}
.portada-c .contenedor h1 a {
  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;
  color: #000;
}
.portada-c .contenedor h1 a:hover {
  color: #20365f;
}
.portada-c .contenedor .ver_mas {
  color: #20365f;
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
  display: 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 .contenedor .ver_mas:hover {
  color: #0f0d0d;
}
.portada-c .contenedor .ver_mas i {
  font-size: 15px;
  margin-left: 10px;
  vertical-align: middle;
}
.portada-c .contenedor .triangulo {
  width: 0;
  height: 0;
  border-left: 30px solid #FFF;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 20px;
  right: -20px;
}
.portada-c .contenedor2 {
  position: absolute;
  bottom: 0;
  margin-left: 30px;
  padding: 30px 0px;
}
.portada-c .contenedor2 h1 {
  color: #FFF;
  font-size: 31px;
  font-weight: 600;
}
.portada-c .contenedor2 h1 a {
  color: #FFF;
}
.portada-c .contenedor2 .ver_mas {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  display: 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 .contenedor2 .ver_mas:hover {
  color: #20365f;
}
.portada-c .contenedor2 .ver_mas i {
  color: #20365f;
  font-size: 15px;
  margin-left: 10px;
  vertical-align: middle;
}

/*//////////////////////////*/
/* PORTADA D */
/*//////////////////////////*/
.portada-d-2 {
  -webkit-box-shadow: 0px 14px 44px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 44px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 44px -6px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: relative;
}
.portada-d-2 h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #20365f;
  font-weight: 500;
}
.portada-d-2 h1 a {
  color: #20365f;
  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-d-2 .texto {
  font-size: 17px;
  font-weight: 300;
  margin-top: 10px;
}
.portada-d-2 .ver_mas {
  color: #20365f;
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-top: 20px;
  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-d-2 .ver_mas:hover {
  color: #0f0d0d;
}
.portada-d-2 .ver_mas i {
  color: #20365f;
  font-size: 15px;
  margin-left: 10px;
  vertical-align: middle;
}
.portada-d-2 .triangulo {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 0px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  top: -15px;
}

.ficha-destacada {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  padding: 30px;
  max-width: 325px;
  margin-right: 25px;
  margin-left: 25px;
}
.ficha-destacada .imagen {
  margin-bottom: 35px;
}
.ficha-destacada .imagen img {
  border-radius: 50%;
}
.ficha-destacada .contenedor {
  width: 100%;
  display: inline-block;
}
.ficha-destacada h1 {
  color: #20365f;
  font-size: 21px;
  font-weight: 600;
}
.ficha-destacada h2 {
  color: #0f0d0d;
  font-size: 17px;
  font-weight: 600;
}
.ficha-destacada .datos {
  margin-top: 20px;
}
.ficha-destacada .datos i {
  display: inline-block;
  font-size: 14px;
  vertical-align: baseline;
  margin-right: 15px;
  width: 20px;
}
.ficha-destacada .datos p {
  display: inline-block;
  font-size: 15px;
  font-weight: 100;
}
.ficha-destacada .datos a {
  display: inline-block;
  color: #0f0d0d;
  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;
}
.ficha-destacada .datos a:hover {
  color: #20365f;
}
.ficha-destacada .datos div {
  margin-bottom: 13px;
}
.ficha-destacada .datos .texto {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
}

.menu_lateral {
  position: fixed;
  top: 0;
  z-index: 34;
  width: 360px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

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

.menu-resp {
  margin-top: 70px;
}
.menu-resp .principal {
  margin-bottom: 18px;
}
.menu-resp .principal a {
  text-transform: uppercase;
  color: #0f0d0d;
  font-size: 15px;
  font-weight: 700;
}
.menu-resp .principal i {
  margin-left: 8px;
  display: inline-block;
  transform: rotate(90deg);
  cursor: pointer;
}
.menu-resp .secundario a {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
.menu-resp .secundario a:hover {
  color: #20365f;
}

.idiomas-resp {
  margin-top: 10px;
  margin-right: 25px;
  display: inline-block;
}
.idiomas-resp a {
  font-size: 15px;
  color: #c3c3c3;
  font-weight: 300;
}
.idiomas-resp a:hover {
  color: #373737;
}
.idiomas-resp .activo {
  font-weight: 500;
  color: #373737;
}
.idiomas-resp span {
  margin: 0 8px;
  color: #c3c3c3;
  vertical-align: top;
}

.login-resp {
  margin-top: 30px;
  margin-right: 10px;
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.login-resp i {
  font-size: 18px;
  margin-right: 5px;
  color: #686868;
  vertical-align: sub;
}
.login-resp a {
  text-transform: uppercase;
  color: #686868;
}
.login-resp a:hover {
  color: #20365f;
}
.login-resp span {
  color: #686868;
  margin: 0 4px;
}
.login-resp .carrito {
  font-size: 20px;
  color: #000;
  margin-top: 0px;
  display: inline-block;
}
.login-resp .carrito i {
  font-size: 25px;
  margin-right: 10px;
  color: #383838;
  vertical-align: sub;
}

.menu-a-resp {
  margin-top: 25px;
}
.menu-a-resp a {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.cont-portada_f_seccion {
  position: relative;
  margin-bottom: 20px;
}
.cont-portada_f_seccion figure figcaption {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
.cont-portada_f_seccion figure figcaption div {
  display: inline-block;
  width: 200px;
  padding: 6px;
  font-size: 15px;
  color: #ffffff;
  background-color: #20365f;
  text-transform: uppercase;
}
.cont-portada_f_seccion figure figcaption div a {
  color: #ffffff;
}

.cont-cliente {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .cont-cliente {
    margin: 0 6%;
    margin-top: 20px;
  }
}
.cont-cliente .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cont-cliente h1 {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .cont-cliente h1 {
    text-align: center;
  }
}
.cont-cliente h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .cont-cliente h2 {
    text-align: center;
  }
}
.cont-cliente h3 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #006ea9;
  cursor: pointer;
  text-align: center;
}
.cont-cliente p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #9d9d9d;
}
.cont-cliente label {
  display: inline-block;
  margin-bottom: 5px;
  color: #747474;
  font-weight: 500;
  font-size: 15px;
}
.cont-cliente label.gris {
  color: #9d9d9d;
  font-weight: 300;
}
.cont-cliente input[type=text], .cont-cliente input[type=password] {
  height: 40px;
  margin-bottom: 15px;
}
.cont-cliente input[type=radio], .cont-cliente input[type=checkbox] {
  margin-top: 0;
  vertical-align: middle;
}
.cont-cliente input[type=radio] + span, .cont-cliente input[type=checkbox] + span {
  vertical-align: middle;
}
.cont-cliente .btn_secundario {
  margin-bottom: 15px;
}
.cont-cliente .btn_off {
  margin-bottom: 15px;
}

.btn_generico, .btn_facebook, .btn_off, .btn_secundario {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.btn_secundario {
  width: 100% !important;
  color: #ffffff;
  background: #20365f;
  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;
}
.btn_secundario:hover {
  background: #406cbe;
}

.btn_off {
  background-color: #e5e5e5;
  color: #9d9d9d;
  font-weight: 700;
  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;
}
.btn_off:hover {
  background: #e5e5e5;
}

.btn_facebook {
  background-color: #167fab;
  color: #ffffff;
  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;
}
.btn_facebook:hover {
  color: #ffffff;
  background: #006ea9;
}

.linea-detras {
  position: relative;
  text-align: center;
}
.linea-detras:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  background-color: #e5e5e5;
}
.linea-detras span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  background-color: #ffffff;
  z-index: 1;
}

.contenedor_mantenimiento {
  margin: 0 auto;
  max-width: 900px;
}
.contenedor_mantenimiento .failover {
  display: none;
}
.contenedor_mantenimiento input.busca-vuelos {
  padding-right: 25px;
  border: 1px solid #20365f;
}

.cont-cabezal_mantenimiento {
  padding: 35px;
  margin-bottom: 45px;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 768px) {
  .cont-cabezal_mantenimiento {
    padding: 25px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
.cont-cabezal_mantenimiento img {
  max-width: 456px;
  height: 138px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont-cabezal_mantenimiento img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.cont-cabezal_mantenimiento h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont-cabezal_mantenimiento h1 {
    font-size: 20px;
  }
}
.cont-cabezal_mantenimiento p {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cont-cabezal_mantenimiento p {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.cont-contacto_mantenimiento {
  padding: 35px;
  margin-bottom: 45px;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 768px) {
  .cont-contacto_mantenimiento {
    padding: 25px;
    margin-bottom: 20px;
  }
}
.cont-contacto_mantenimiento h3 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont-contacto_mantenimiento h3 {
    font-size: 20px;
  }
}
.cont-contacto_mantenimiento label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}
.cont-contacto_mantenimiento .btn {
  display: inline-block;
  color: #ffffff;
  padding: 10px 50px;
  background: #fe5000;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cont-contacto_mantenimiento .btn {
    text-align: center;
    width: 100%;
  }
}

.cabezal-n {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  padding-block: 15px;
}
@media (max-width: 770px) {
  .cabezal-n {
    padding-inline: 15px;
  }
}
.cabezal-n__menu {
  margin-left: auto;
}
.cabezal-n__back a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.cabezal-n__back a:hover {
  color: #2ab4ff;
}
.cabezal-n__back a i {
  font-size: 30px;
}
.cabezal-n__link {
  width: fit-content;
  justify-self: end;
}
.cabezal-n__link a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.cabezal-n__link a:hover {
  color: #2ab4ff;
}
.cabezal-n__link a span {
  font-size: 15px;
}
.cabezal-n__link a i {
  font-size: 18px;
}

.llamados {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 770px) {
  .llamados {
    padding-inline: 15px;
  }
}
.llamados__item {
  border-radius: 15px;
  box-shadow: 0 3px 15px 0 rgba(71, 85, 105, 0.15);
  padding: 30px;
  border: 2px solid #475569;
  transition: all 0.3s;
  cursor: pointer;
}
.llamados__item h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-block: 10px;
}
.llamados__item h2 a {
  color: #fff;
  transition: all 0.3s;
}
.llamados__item h2 a:hover {
  color: #6bcff3;
}
.llamados__item p {
  font-size: 16px;
  color: #8a97ad;
  line-height: 1.5;
  font-weight: 500;
}

.llamado {
  padding-block: 30px;
  color: #20365f;
}
.llamado a {
  color: #8a97ad;
}
.llamado a:hover {
  color: #6bcff3;
}
.llamado h1 {
  font-size: 40px;
  color: #6bcff3;
  padding-block: 15px;
  text-align: left;
}
.llamado__presentacion {
  margin-block: 10px 40px;
}
.llamado__presentacion--cont {
  border-radius: 15px;
  box-shadow: 0 3px 15px 0 rgba(71, 85, 105, 0.15);
  padding: 30px;
  border: 2px solid #475569;
  margin-block: 15px;
}
.llamado__presentacion--cont h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-block: 10px;
}
.llamado__presentacion--cont p {
  font-size: 16px;
  color: #8a97ad;
  line-height: 1.5;
  font-weight: 500;
}
.llamado__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-block: 10px 5px;
  color: #8a97ad;
}
.llamado__info--item {
  font-size: 20px;
}
.llamado__info--item span {
  font-weight: 400;
}
.llamado__info--item span strong {
  font-weight: 700;
}

.zona-c {
  padding-top: 20px;
}
.zona-c h2 {
  font-size: 40px;
  background: -webkit-linear-gradient(-45deg, #6bcff3, #006ea9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-block: 15px;
}
.zona-c__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 770px) {
  .zona-c__items {
    padding-inline: 15px;
  }
}
.zona-c__items--item {
  border-radius: 15px;
  box-shadow: 0 3px 15px 0 rgba(71, 85, 105, 0.15);
  padding: 30px;
  border: 2px solid #475569;
}
.zona-c__items--item h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-block: 10px;
}
.zona-c__items--item h3 a {
  color: #fff;
  transition: all 0.3s;
}
.zona-c__items--item h3 a:hover {
  color: #6bcff3;
}
.zona-c__items--item p {
  font-size: 16px;
  color: #8a97ad;
  line-height: 1.5;
  font-weight: 500;
}
.zona-c__items--item .link-zona-c {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #20365f;
  padding: 15px;
  border-radius: 50px;
  margin-top: 15px;
  width: fit-content;
  transition: all 0.3s;
}
.zona-c__items--item .link-zona-c:hover {
  background-color: #6bcff3;
}

footer {
  border-top: 1px solid #475569;
}

.postulacion {
  padding-block: 30px;
}
.postulacion h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-block: 15px;
}

.pasos-cv {
  border-radius: 5px;
  box-shadow: 0 3px 15px 0 rgba(71, 85, 105, 0.15);
}

.flex-form {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flex-form select {
  width: 70%;
}

.contenidos__intro {
  color: #fff;
  text-align: center;
  padding-block: 20px;
}
.contenidos__intro h1 {
  font-size: 40px;
  color: #6bcff3;
  padding-block: 15px;
}
.contenidos__intro h2 {
  font-size: 20px;
  color: #fff;
}
.contenidos__intro p {
  font-size: 16px;
  color: #8a97ad;
  line-height: 1.5;
  font-weight: 500;
  padding-block: 15px;
}
.contenidos__componentes {
  color: #fff;
  text-align: center;
  padding-block: 20px;
}
.contenidos__componentes a {
  color: #6bcff3;
  font-size: 16px;
}
.contenidos__componentes h1 {
  font-size: 40px;
  color: #6bcff3;
  padding-block: 15px;
}
.contenidos__componentes h2 {
  font-size: 28px;
  color: #6bcff3;
}
.contenidos__componentes h2 a {
  color: currentColor;
  font-size: 24px;
}
.contenidos__componentes h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-block: 10px;
}
.contenidos__componentes h3 a {
  color: currentColor;
  font-size: 24px;
}
.contenidos__componentes p {
  font-size: 16px;
  color: #8a97ad;
  line-height: 1.5;
  font-weight: 500;
  padding-block: 15px;
}

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

#vtn_cargador {
  color: #20365f;
  text-align: center;
  font-size: 14px;
}

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 #0f0d0d;
  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: #9d9d9d;
}

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

.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: 20px;
  background-color: #20365f;
}

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

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

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

.slicknav_nav .slicknav_item, .slicknav_nav > ul > li > a {
  padding: 10px;
  margin: 2px 0px;
  font-size: 16px;
  font-weight: 700;
  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;
}

@-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: 1100px) {
  .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: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .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: 1100px) {
  .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;
  }
  .nofloat-xlg {
    float: none;
  }
  .der-xlg {
    float: right;
  }
  .izq-xlg {
    float: left;
  }
  .full-xlg {
    width: 100%;
  }
  .full-img-xlg img {
    width: 100%;
  }
  .position-off-xlg {
    position: static;
  }
  .contenedor.contenedor-xlg-full {
    margin-left: 0;
    margin-right: 0;
  }
  .text-center-xlg {
    text-align: center;
  }
  .text-left-xlg {
    text-align: left;
  }
  .text-right-xlg {
    text-align: right;
  }
  .contenedor {
    margin-left: 3%;
    margin-right: 3%;
  }
  .contenedor.contenedor-full {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1100px) {
  .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;
  }
  .nofloat-lg {
    float: none;
  }
  .der-lg {
    float: right;
  }
  .izq-lg {
    float: left;
  }
  .full-lg {
    width: 100%;
  }
  .full-img-lg img {
    width: 100%;
  }
  .position-off-lg {
    position: static;
  }
  .contenedor.contenedor-lg-full {
    margin-left: 0;
    margin-right: 0;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
@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 {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .position-off-md {
    position: static;
  }
  .nofloat-md {
    float: none;
  }
  .der-md {
    float: right;
  }
  .izq-md {
    float: left;
  }
  .full-md {
    width: 100%;
  }
  .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 {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .position-off-sm {
    position: static;
  }
  .nofloat-sm {
    float: none;
  }
  .der-sm {
    float: right;
  }
  .izq-sm {
    float: left;
  }
  .full-sm {
    width: 100%;
  }
  .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 {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .visible-in-xs {
    display: inline-block;
  }
  .position-off {
    position: static;
  }
  .position-off-xs {
    position: static;
  }
  .nofloat-xs {
    float: none;
  }
  .der-xs {
    float: right;
  }
  .izq-xs {
    float: left;
  }
  .full-xs {
    width: 100%;
  }
  .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: 1200px) {
  .menu .menu-nivel1 a {
    margin-right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 0;
  }
  .padding-logo {
    padding-left: 0;
  }
  .bg-cabezal {
    height: 100px;
  }
  div#cont_menu_a_rsp {
    width: 100%;
    background: #0f0d0d;
  }
  .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 {
    width: 100%;
    padding: 0 3%;
    transform: translate(0, calc(-50% + 50px));
  }
}
@media (max-device-width: 768px) and (orientation: landscape) {
  .galeria-fotos {
    min-width: auto;
  }
}
@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: none;
    position: absolute;
    left: 0;
    left: calc(50% - 960px);
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 400px;
  }
  div#slides div.slide.corte {
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .img-perfil {
    margin: 0 auto;
  }
  .cont_cabezal .contenedor {
    margin: 0;
  }
  .menu_pie_item {
    margin: 0 5px;
    display: inline-block;
  }
  .clima {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 25px;
    margin-top: 10px;
  }
  .clima #mec h2 {
    display: inline-block;
    float: right;
  }
  .clima #mec p {
    display: inline-block;
    float: left;
    margin-top: 20px;
  }
  .logo {
    margin-left: 25px;
  }
  .portada-c .contenedor {
    width: 250px;
    padding: 15px 15px;
  }
  .portada-c .contenedor h1 {
    font-size: 22px;
  }
  .portada-c .contenedor .ver_mas {
    font-size: 15px;
    margin-top: 13px;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  #menu-resp-01 {
    overflow: auto;
    height: 220px;
  }
}
@media (max-width: 480px) {
  .portada-c .contenedor {
    position: unset;
    padding: 15px 0;
    -webkit-box-shadow: 0px 14px 44px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 14px 44px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 44px -6px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin: 0;
    width: auto;
  }
  .portada-c .contenedor h1 a {
    color: #000;
  }
  .portada-c .contenedor .triangulo {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 0px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    position: absolute;
    bottom: 110px;
    top: unset;
    right: unset;
  }
  .portada-c {
    margin-bottom: 20px;
  }
  .menu_lateral {
    background-color: rgba(255, 255, 255, 0.92);
    width: 100%;
  }
  .precio-tabla {
    padding-top: 20px;
  }
  ul.pagination li {
    float: none;
    display: inline-block;
  }
  ul.pagination li a {
    margin: 0 5px;
  }
  .slide_contenido {
    font-size: 80%;
  }
  .galeria-fotos {
    min-width: auto;
  }
  .flecha-menu-g.centrarVertical {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
  }
  .clima {
    padding-left: 10px;
    padding-right: 10px;
  }
  .clima #mec h2 {
    font-size: 25px;
  }
  .dato-especial img {
    width: 100%;
    border-right: none;
  }
  div#slides div.slide.corte {
    height: 275px;
  }
  div#slides div.slide.corte img {
    height: 275px;
  }
}
@media screen and (max-width: 340px) {
  .clima #mec h2 {
    font-size: 20px;
  }
  #mec img {
    margin-right: 3px;
  }
}
@font-face {
  font-family: "aeropuerto";
  src: url("../fonts/aeropuerto.eot?60jdg2");
  src: url("../fonts/aeropuerto.eot?60jdg2#iefix") format("embedded-opentype"), url("../fonts/aeropuerto.ttf?60jdg2") format("truetype"), url("../fonts/aeropuerto.woff?60jdg2") format("woff"), url("../fonts/aeropuerto.svg?60jdg2#aeropuerto") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "aeropuerto" !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;
}

.icon-mapa:before {
  content: "\e91c";
}

.icon-flecha-slider:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e902";
}

.icon-telefono:before {
  content: "\e903";
}

.icon-cerrar:before {
  content: "\e904";
}

.icon-flecha-der:before {
  content: "\e905";
}

.icon-flecha-izq:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-linked-in:before {
  content: "\e908";
}

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

.icon-youtube:before {
  content: "\e90a";
}

.icon-carrito:before {
  content: "\e90b";
}

.icon-crear-cuenta:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-calendario:before {
  content: "\e90e";
}

.icon-usd:before {
  content: "\e90f";
}

.icon-perfil:before {
  content: "\e910";
}

.icon-educacion:before {
  content: "\e911";
}

.icon-experiencia:before {
  content: "\e912";
}

.icon-subir-archivo:before {
  content: "\e913";
}

.icon-filter:before {
  content: "\e914";
}

.icon-carrito1:before {
  content: "\e915";
}

.icon-hora:before {
  content: "\e916";
}

.icon-avion:before {
  content: "\e917";
}

.icon-precio:before {
  content: "\e918";
}

.icon-auto:before {
  content: "\e919";
}

.icon-facebook1:before {
  content: "\e91a";
}

.icon-linkedin:before {
  content: "\e91b";
}

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