@charset "UTF-8";

/* DEBUGGER */

[debug],
[debug] *:not(g):not(path) {
  color: hsla(210, 100%, 100%, 0.6) !important;
  background: hsla(210, 100%, 50%, 0.4) !important;
  outline: solid 0.25rem hsla(210, 100%, 100%, 0.4) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}

/* FUENTES */

@font-face {
  font-family: "Ibercaja";
  src: url("/assets/Ibercaja-Light.woff2") format("woff2"),
    url("/assets/Ibercaja-Light.woff") format("woff"),
    url("/assets/Ibercaja-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/assets/Ibercaja-Regular.woff2") format("woff2"),
    url("/assets/Ibercaja-Regular.woff") format("woff"),
    url("/assets/Ibercaja-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/assets/Ibercaja-Medium.woff2") format("woff2"),
    url("/assets/Ibercaja-Medium.woff") format("woff"),
    url("/assets/Ibercaja-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/assets/Ibercaja-Italic.woff2") format("woff2"),
    url("/assets/Ibercaja-Italic.woff") format("woff"),
    url("/assets/Ibercaja-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/assets/Ibercaja-Bold.woff2") format("woff2"),
    url("/assets/Ibercaja-Bold.woff") format("woff"),
    url("/assets/Ibercaja-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* ================= General ==================== */

body {
  font-family: "Ibercaja", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
  color: #33393e;
  overflow-x: hidden;

}

html {
  font-family: "Ibercaja", sans-serif !important;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth!important;
}

/*Tamaños tipografías*/

h1,
.h1 {
  font-size: 52px;
  line-height: 65px;
  margin-bottom: 40px;
  color: #0b7ad0;
  font-weight: 300;
}

h1 small {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  color: #0b7ad0;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 40px;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px;
  font-weight: 300;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 32px;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 1.875em;
    line-height: normal;
    margin-bottom: 20px;
    color: #0b7ad0;
    font-weight: 300;
  }

  h1 small {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #0b7ad0;
  }

  h2,
  .h2 {
    font-size: 1.75em;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
  }

  h3,
  .h3 {
    font-size: 1.5em;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
  }

  h4,
  .h4 {
    font-size: 1.25em;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
  }

  h5,
  .h5 {
    font-size: 1.2em;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
  }

  h6,
  .h6 {
    font-size: 1.15em;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
  }
}

.fw-medium {
  font-weight: 500;
  font-weight: 600;
}

p {
  margin-bottom: 16px;
}

ul.list-inline.divider {
  display: table;
}

ul.list-inline.divider li {
  border-right: 2px solid #f4f7fd;
  padding-right: 10px;
  margin-right: 10px;
  display: table-cell;
}

ul.list-inline.divider li:last-of-type {
  border-right-color: transparent;
}

ul.list-inline.divider li a {
  display: block;
}

@media screen and (max-width: 480px) {
  ul.list-inline.divider {
    display: block;
  }

  ul.list-inline.divider li {
    display: block;
    border: none;
    text-align: left;
  }

  ul.list-inline.divider li a {
    display: inline-block;
    padding: 8px 0;
    font-weight: 600;
    padding: 8px 0;
  }
}

ul.lock {
  list-style-type: none;
  padding-left: 16px;
}

ul.lock li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 8px;
}

ul.lock li:before {
  content: url(./assets/candados.svg);
  position: absolute;
  width: 30px;
  left: 0;
}

ul.lock li.no-lock:before {
  content: none;
}

ul.basic li,
ol.basic li {
  margin-bottom: 8px;
}

ul.basic.no-pl,
ol.basic.no-pl {
  padding-left: 18px;
}

.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.light {
  font-weight: 300 !important;
}

.medium {
  font-weight: 600 !important;
}

/* Tamaños para fuentes Genéricos */

.text-1,
.biggest-text,
.text-2,
.bigger-text,
.text-3,
.big-text {
  line-height: normal;
}

.text-20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .text-1,
  .biggest-text {
    font-size: 38px;
  }

  .text-2,
  .bigger-text {
    font-size: 22px;
  }

  .text-3,
  .big-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .text-1,
  .biggest-text {
    font-size: 43px;
  }

  .text-2,
  .bigger-text {
    font-size: 27px;
  }

  .text-3,
  .big-text {
    font-size: 20px;
  }
}

@media (min-width: 1199px) {
  .text-1,
  .biggest-text {
    font-size: 48px;
  }

  .text-2,
  .bigger-text {
    font-size: 32px;
  }

  .text-4,
  .small-text {
    font-size: 13px;
  }
}

.big-date {
  font-size: 44px;
  line-height: normal;
}

.quote {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.body {
  font-size: 18px;
  line-height: 28px;
}

.text-24 {
  font-size: 24px;
  line-hegiht: normal;
}

.bodycopy-2 {
  font-size: 16px;
  line-height: 24px;
}

.small-text {
  font-size: 13px;
  line-height: 20px;
}

.aviso,
.legal-text,
.avisoPie,
.avisoLegal,
.coletilla,
.coletilla p {
  font-size: 12px !important;
  line-height: 20px;
  margin-top: 20px;
}

.coletilla p,
p.coletilla {
  margin-bottom: 8px;
}

.all-caps-text {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.no-uppercase {
  text-transform: none !important;
}

.reclamo {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 1.2em;
  font-weight: 300 !important;
  line-height: 1.2em;
  color: #0b7ad0;
}

.claim,
.slogan {
  font-weight: 700 !important;
}

.letter01 {
  letter-spacing: -0.1px;
}

.letter02 {
  letter-spacing: -0.2px;
}

.letter03 {
  letter-spacing: -0.3px;
}

/* ================= General Responsive SM ==================== */

@media screen and (max-width: 991px) {
  h4 {
    margin-bottom: 24px;
  }
}

/* ================= General Responsive XS ==================== */

@media screen and (max-width: 767px) {
  .big-date {
    font-size: 24px;
  }

  .letter00-xs {
    letter-spacing: 0px;
  }

  .letter01-xs {
    letter-spacing: -0.1px;
  }

  .letter02-xs {
    letter-spacing: -0.2px;
  }

  .letter03-xs {
    letter-spacing: -0.3px;
  }
}

/* UTILITY CLASSES */

/* ------------colores----------------- */

.black {
  color: #33393e !important;
}

.white {
  color: #f5f8fa !important;
}

.soft-black,
.gris {
  color: #989b9f;
}

.soft-white {
  color: rgba(245, 248, 250, 0.5);
}

.azul,
.blue {
  color: #0b7ad0;
}

.verde,
.green {
  color: #00622d;
}

.azul-alt {
  color: #2d5b7f;
}

.azul-bp {
  color: #1c2240;
}

.rojo,
.text-danger,
.brand-2 {
  color: #dd4c40;
}

.fondo1-bg {
  background-color: #f4f7fc;
}

.bg-fondo-1 {
  background-color: #f4f7fc !important;
}

.fondo2-bg {
  background-color: #dde3ee;
}

.fondo3-bg {
  background-color: #d5dee5;
}

.fondo4-bg {
  background-color: #6c8ca5;
}

.black-bg {
  background-color: #33393e;
}

.white-bg {
  background-color: #ffffff;
}

.blue-bg,
.azul-bg {
  background-color: #0b7ad0;
  color: #fff;
}

.bg-primary {
  background-color: #0b7ad0 !important;
  color: #fff;
}

.green-bg,
.verde-bg {
  background-color: #00622d;
  color: #fff;
}

.rojo-bg,
.red-bg {
  background-color: #dd4c40 !important;
  color: #fff;
}

.gris-bg,
.gray-bg {
  background-color: #eee !important;
}

.gray2-bg {
  background-color: #f1f1f1 !important;
}

.light-blue-bg,
.azul-claro-bg {
  background-color: #e7f2fa;
}

.verde-claro-bg,
.light-green-bg {
  background-color: #cce0d5;
}

.rojo-claro-bg,
.light-red-bg {
  background-color: #f8dbd9;
}

.blue-alt-bg {
  background-color: #2d5b7f;
  color: #fff;
}

.blue-bp-bg {
  background-color: #1c2240;
  color: #fff;
}

.border-right-grey {
  border-right: 1px solid #d9d9d9;
}

.border-bottom-grey {
  border-bottom: 1px solid #d9d9d9;
}

.border-top-grey {
  border-top: 1px solid #d9d9d9;
}

.border {
  border: 1px solid #dde3ee !important;
}

.border-top {
  border-top: 1px solid #dde3ee !important;
}

.border-right {
  border-right: 1px solid #dde3ee !important;
}

.border-bottom {
  border-bottom: 1px solid #dde3ee !important;
}

.border-left {
  border-left: 1px solid #dde3ee !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-primary {
  border-color: #0b7ad0 !important;
}

.border-secondary {
  border-color: #f4f7fd !important;
}

.border-dark {
  border-color: #33393e !important;
}

.letter-3 {
  letter-spacing: 0.025em;
}

.letter-2 {
  letter-spacing: 0.05em;
}

.letter-1 {
  letter-spacing: 0.1em;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.text-white,
.text-light {
  color: #fff !important;
}

.text-black,
.text-dark {
  color: #33393e !important;
}

@media screen and (max-width: 767px) {
  .text-xs-white {
    color: #fff !important;
  }

  .text-xs-black {
    color: #33393e !important;
  }
}

@media screen and (min-width: 768px) {
  .text-sm-white {
    color: #fff !important;
  }

  .text-sm-black {
    color: #33393e !important;
  }
}

@media screen and (min-width: 992px) {
  .text-md-white {
    color: #fff !important;
  }

  .text-md-black {
    color: #33393e !important;
  }
}

@media screen and (min-width: 1199px) {
  .text-lg-white {
    color: #fff !important;
  }

  .text-lg-black {
    color: #33393e !important;
  }
}

.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

.row.no-pad > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 55% !important;
}

.w-75 {
  width: 75% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.v-align-middle {
  vertical-align: middle !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-auto {
  table-layout: auto !important;
}

.d-table-fixed {
  table-layout: fixed !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-inline-flex {
  display: inline-flex;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .text-sm-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-auto {
    table-layout: auto !important;
  }

  .d-xs-table-fixed {
    table-layout: fixed !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }

  .w-xs-50 {
    width: 55% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-90 {
    width: 90% !important;
  }

  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 55% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 55% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .d-lg-flex {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 55% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }
}

@media screen and (max-width: 991px) {
  .no-border-sm {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .no-border-xs {
    border: 0;
  }
}

.exito {
  color: #4ab83e;
}

.error {
  color: #d83838;
}

.ui1 {
  color: #fdaf3c;
}

section {
  position: relative;
}

/**
mascaras imagenes
*/

section.fondo-banner-campaign {
  position: relative;
}

section.fondo-banner-campaign.mask-banner-blue:before {
  content: " ";
  background-color: rgba(11, 122, 208, 0.7) !important;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*PREFOOTER*/

section.prefooter-product {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 51%;
}

section.prefooter-product:before {
  content: "";
  background: -webkit-linear-gradient(
    left,
    rgba(218, 226, 233, 1) 0%,
    rgba(218, 226, 233, 1) 50%,
    rgba(218, 226, 233, 0.05) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(218, 226, 233, 1)),
    color-stop(50%, rgba(218, 226, 233, 1)),
    to(rgba(218, 226, 233, 0.05))
  );
  background: -o-linear-gradient(
    left,
    rgba(218, 226, 233, 1) 0%,
    rgba(218, 226, 233, 1) 50%,
    rgba(218, 226, 233, 0.05) 100%
  );
  background: linear-gradient(
    to right,
    rgba(218, 226, 233, 1) 0%,
    rgba(218, 226, 233, 1) 50%,
    rgba(218, 226, 233, 0.05) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dae2e9', endColorstr='#0ddae2e9', GradientType=1);
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  section.prefooter-product {
    background-color: rgba(218, 226, 233, 0.8);
  }

  #semaforos-riesgo .box > .coletilla,
  #semaforo-planes .box > .coletilla {
    display: block;
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  section.prefooter-product .equal-height-row {
    display: table;
    width: 100%;
  }

  section.prefooter-product .equal-height-column {
    padding-top: 64px;
    padding-bottom: 64px;
    display: table-cell;
    vertical-align: top;
    float: none;
  }

  section.prefooter-product .equal-height-column.middle {
    vertical-align: middle;
  }

  section.prefooter-product .fila-row {
    width: 100%;
    display: inline-table;
  }
}

@media only screen and (max-width: 991px) {
  section.prefooter-product .equal-height-row {
    display: block;
  }

  section.prefooter-product .equal-height-column {
    padding-top: 32px;
    padding-bottom: 32px;
    float: none;
    text-align: center;
    height: auto !important;
  }

  section.prefooter-product .equal-height-column + .equal-height-column {
    padding-top: 0;
  }

  section.prefooter-product {
    background-size: cover;
  }

  section.prefooter-product:before {
    background: rgba(218, 226, 233, 0.85) !important;
  }
}

/*PROMOCION*/

section.promocion {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 40%;
  background-size: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: rgba(245, 248, 250, 0.5);
}

section.promocion h2 {
  border-left: 3px solid #ffffff;
  padding-left: 20px;
}

section.promocion h2,
section.promocion strong {
  color: #fff;
  font-weight: 500;
}

section.promocion:before {
  content: "";
  background: -webkit-linear-gradient(
    right,
    rgba(11, 122, 208, 1) 0%,
    rgba(11, 122, 208, 1) 50%,
    rgba(11, 122, 208, 0.05) 100%
  );
  background: -webkit-gradient(
    linear,
    right top,
    right top,
    from(rgba(11, 122, 208, 1)),
    color-stop(50%, rgba(11, 122, 208, 1)),
    to(rgba(11, 122, 208, 0.05))
  );
  background: -o-linear-gradient(
    right,
    rgba(11, 122, 208, 1) 0%,
    rgba(11, 122, 208, 1) 50%,
    rgba(11, 122, 208, 0.05) 100%
  );
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(11, 122, 208, 1)),
    color-stop(50%, rgba(11, 122, 208, 1)),
    to(rgba(11, 122, 208, 0.05))
  );
  background: linear-gradient(
    to left,
    rgba(11, 122, 208, 1) 0%,
    rgba(11, 122, 208, 1) 50%,
    rgba(11, 122, 208, 0.05) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0B7AD0', endColorstr='#0d0B7AD0', GradientType=1);
  /* estilos nuevos */
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  section.promocion {
    background-color: rgba(11, 122, 208, 0.8);
  }
}

@media only screen and (max-width: 991px) {
  section.promocion {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.promocion:before {
    background: rgba(11, 122, 208, 0.7);
  }
}

section.tuahorro .featured-item .icon.w-svg svg {
  max-width: 80px;
  max-height: 80px;
}

section.tuahorro .featured-item .icon.w-svg {
  display: block;
  height: 100%;
  width: 90px;
}

/* Link style
/* ------------------------------ */

a {
  color: #0b7ad0;
}

a,
a > * {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #55a2de;
  outline: none;
  text-decoration: none;
}

/* Transition elements
/* ------------------------------ */

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 03s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link {
  font-size: 14px;
  font-weight: 500;
}

.link .fa {
  margin-left: 15px;
}

/* ================= Global Classes ==================== */

.partner-logo,
.footer-widget-categories .usefull-link ul li a,
.widget-nav-menu .usefull-link ul li a,
.featured-item .icon i,
.featured-item .icon.w-svg,
.featured-item .des h3,
.featured-item .icon-hover,
.bg-overlay,
.thumb a,
.btn,
.partner-logo,
.item-sadhow,
.pricing-table,
.table-header,
.focus-icon img,
.focus-image img,
.entry-title,
.gallery-row img,
.thumb-wrapper .blog-link a h3,
.nav-header-sticky,
.focus-blog,
.focus-content h4,
.comment-content .comment-reply-link,
.post-author-social-link li a,
.post-author .content h4,
.comment-content .comment-name h4 {
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-gird-nine {
  width: 70%;
  padding-right: 5%;
}

/*
Global Margin Classes
-------------------------------------------------------------*/

.top-buffer {
  margin-top: 20px;
}

.mr-0 {
  margin: 0 !important;
}

.min-60vh {
  min-height: 60vh;
}

/* -- margin-top -- */

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-170 {
  margin-top: 170px;
}

/* -- margin-right -- */

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-85 {
  margin-right: 85px;
}

/* -- margin-bottom -- */

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-170 {
  margin-bottom: 170px;
}

/*-- padding left --*/

.pdl-70 {
  padding-left: 70px;
}

.pdtb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pdtb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pdtb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pdtb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-35 {
  padding: 35px;
}

.pd-25 {
  padding: 25px;
}

.pdr-10 {
  padding-right: 10px;
}

.pdr-20 {
  padding-right: 20px;
}

.pdr-30 {
  padding-right: 30px;
}

.pdr-70 {
  padding-right: 70px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdt-100 {
  padding-top: 100px;
}

.pdlr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pdlr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pdl-20 {
  padding-left: 20px;
}

.pdl-30 {
  padding-left: 30px;
}

.pd-120 {
  padding: 120px 0;
}

.container-fluid.no-gutter,
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

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

/*
Pre defined Height Classes
----------------------------------------------------*/

.height-300 {
  height: 300px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.clear {
  clear: both;
}

.horizontal-tab li a,
.top-bar-cta li a,
.border-bottom-nav li a,
.vertical-tab li a,
.call-to-action-btn a,
.package-price .currency-symbol,
.package-price .price,
.progress-bar span,
.progress-title,
blockquote,
blockquote footer {
  font-weight: 500;
}

.border-bottom-nav li.active > a,
.border-bottom-nav li.active > a:focus,
.border-bottom-nav li.active > a:hover,
.border-bottom-nav li a:hover,
.top-bar-cta a i,
.top-bar-cta a span,
.social-navbar li a:hover,
.featured-item:hover .icon i,
.featured-item:hover .des-title,
.horizontal-tab li.active a,
.horizontal-tab li.active a:focus,
.horizontal-tab li.active a:hover,
.horizontal-tab li.active a:active,
.entry-share li a:hover,
.call-to-action-btn a:hover,
.widget-nav-menu .usefull-link ul li a:hover,
.page-title ul li.active,
.progress-bar span,
.media-body h4 a:hover,
.post-author-social-link li a:hover {
  color: #0b7ad0 !important;
}

/* POSITION CLASSES */

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.no-repeat {
  background-repeat: no-repeat;
}

/* Button Style
/* ------------------------------ */

.btn {
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  line-height: 20px;
}

.btn-primary {
  color: #ffffff;
  background-color: rgba(11, 122, 208, 1);
  border-color: rgba(11, 122, 208, 1);
}

.btn-primary:hover {
  color: #ffffff;
  background-color: rgba(11, 122, 208, 0.8);
  border-color: rgba(11, 122, 208, 1);
}

.btn-secondary {
  color: #33393e;
  background-color: #f5f8fa;
  border-color: #33393e;
}

.btn-secondary:hover {
  color: #33393e;
  background-color: #d3e0e9;
  border-color: #171a1c;
}

.btn-default {
  background-color: transparent;
  border-color: #33393e;
}

.btn-default.btn-white {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}

.btn-default:hover {
  background-color: #c2d8f0;
  border-color: #5d7895 !important;
}

.btn-white {
  background-color: transparent;
  color: #f5f8fa;
  border-color: #f5f8fa;
}

.btn-white svg,
.btn-white svg path,
.btn-white svg g,
.btn-white svg rect,
.btn-white svg polygon,
.btn-white svg circle {
  fill: #f5f8fa;
}

.btn-white:hover svg,
.btn-white:hover svg path,
.btn-white:hover svg g,
.btn-white:hover svg rect,
.btn-white:hover svg polygon,
.btn-white:hover svg circle,
.btn-white:focus svg,
.btn-white:focus svg path,
.btn-white:focus svg g,
.btn-white:focus svg rect,
.btn-white:focus svg polygon,
.btn-white:focus svg circle {
  fill: #0b7ad0;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #0b7ad0;
  background-color: #f5f8fa;
}

.btn-rojo {
  color: #ffffff;
  background-color: rgba(221, 76, 64, 1);
  border-color: rgba(221, 76, 64, 1);
}

.btn-rojo:hover {
  color: #ffffff;
  background-color: rgba(221, 76, 64, 0.8);
  border-color: rgba(221, 76, 64, 1);
}

.btn.btn-sm {
  padding: 5px 24px;
}

.btn:not(.btn-xs),
.btn:not(.btn-sm),
.btn:not(.btn-md),
.btn:not(.btn-lg) {
  padding: 10px 32px;
}

.btn.btn-auto {
  padding: 6px 12px !important;
}

.btn.btn-lg {
  padding: 13px 32px;
}

.btn.btn-arrow {
  padding: 13px 17px;
}

.btn.btn-auto {
  padding: 6px 12px !important;
  line-height: 1.42857143;
}

.btn-wide {
  min-width: 200px;
}

/*Quitar recuadro azul en button cuando esta en focus */

button:focus,
button.btn:focus {
  outline: 0;
}

/*FORMS - INPUTS - FORMULARIOS*/

#rowLOPDsInfo,
.dataProtectionInfo {
  color: #4a4a4a;
}

#rowLOPDsInfo h5,
.dataProtectionInfo h5 {
  margin-bottom: 4px;
  font-size: 16px;
}

#rowLOPDsInfo h6,
.dataProtectionInfo h6 {
  font-size: 14px;
  line-height: 18px;
}

ul.ui-autocomplete {
  list-style: none;
  background: white;
  z-index: 250;
  max-width: 86%;
  width: 400px;
  max-height: 40vh;
  overflow-x: auto;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0px;
}

ul.ui-autocomplete li div {
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3;
  -o-transition: all ease-in-out 0.3;
  transition: all ease-in-out 0.3;
}

ul.ui-autocomplete li div:hover {
  background: rgba(11, 122, 208, 0.1);
}

.form-wrapper {
  padding: 32px 0;
}

.wrapper.form-wrapper {
  padding-top: 0;
}

/*.form-group {margin-bottom: 30px;}*/

legend {
  border-left: 2px solid #dd4c40;
  padding-left: 20px;
  line-height: 22px;
  margin-bottom: 4%;
  border-bottom: 0px;
  font-weight: 600;
}

label {
  font-weight: 400;
  font-size: 12px;
  color: #33393e;
}

label input[type="radio"],
label input[type="checkbox"] {
  text-transform: none;
}

.well {
  padding: 32px;
  margin: 32px 0;
}

legend {
  margin-bottom: 32px;
}

legend:not(:first-child) {
  margin-top: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  /* Firefox */
}

.input-group-addon {
  font-size: 12px;
  background-color: #ffffff;
}

.input-group-btn {
  padding: 0;
  border: 0;
}

input,
select,
.form-control,
.custom-radio,
.radio-inline,
.textarea {
  font-size: 12px;
  line-height: 21px;
}

.input-btn {
  border: 1px solid #ccc;
  padding: 16px !important;
  font-weight: 400;
  height: auto !important;
}

.form-group,
.input-group,
.form-check,
.custom-radio {
  position: relative;
}

@media (max-width: 991px) {
  .well {
    padding: 16px;
    margin: 16px 0;
  }
}

/*FIN FORMS-INPUTS*/

/* BLOQUE FUNDACION */

#fundacion .link-fundacion .logo_fundacion {
  float: right;
  max-width: 180px;
}

.bloques-fundacion .card {
  padding: 40px 30px;
}

.bloques-fundacion .card a svg {
  text-align: left;
}

.bloques-fundacion .card:hover {
  margin: 0;
}

@media screen and (max-width: 480px) {
  #fundacion .link-fundacion .logo_fundacion {
    width: 100% !important;
  }

  #fundacion h4 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .bloques-fundacion .card a svg {
    margin: 0 auto;
  }

  #fundacion .link-fundacion a {
    margin-left: 0;
  }

  #fundacion .link-fundacion .logo_fundacion {
    float: none;
    display: inline-block;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #fundacion .link-fundacion {
    float: center;
  }

  #fundacion .link-fundacion a {
    margin-left: 0;
  }

  #fundacion h2.titulo_border_blue {
    font-size: 32px;
  }

  .bloques-fundacion .card a svg {
    margin: 0 auto;
  }

  section.prefooter-product {
    background-size: 60%;
  }
}

@media screen and (max-width: 480px) {
  #blog h3 {
    line-height: 32px;
  }
}

.sticky-wrapper .btn-default {
  border: 1px solid #33393e;
}

@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

/* Page title  */

.titulo_border_red {
  border-left: 2px solid #dd4c40;
  padding-left: 20px;
}

.titulo_border_blue {
  border-left: 2px solid #0a7ad0;
  padding-left: 20px;
}

.titulo_border_blue small {
  display: block;
}

@media screen and (max-width: 767px) {
  .titulo_border_red {
    margin-left: 5%;
    border-left: 4px solid #dd4c40;
  }

  .titulo_border_blue {
    margin-left: 5%;
    border-left: 4px solid #0a7ad0;
  }
}

.page-title {
  position: relative;
  background-color: #f5f8fa;
}

.page-title h2 {
  margin: 0;
  text-transform: uppercase;
}

.page-title .breadcrumb {
  position: absolute;
  background-color: transparent;
  width: auto;
  top: 50%;
  left: auto;
  right: 30px;
  margin: -10px 0 0 0;
  padding: 0;
  font-size: 12px;
}

.page-title .breadcrumb li a,
.page-title .breadcrumb li.active {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-title .breadcrumb {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 0 !important;
    position: relative !important;
  }

  .page-title {
    text-align: center;
  }
}

/*@media screen and ( max-width: 480px ) {*/

/*MENU menuzord*/

.chevron {
  width: 12px;
  height: 12px;
}

/*@media screen and ( max-width: 1024px ) {*/

@media screen and (max-width: 991px) {
  .menuzord-responsive .menuzord-menu .megamenu li a {
    display: block;
    padding: 0 0 8px;
  }

  .menuzord-menu > li > a {
    padding: 26px 14px 22px;
  }

  .menuzord.menuzord-responsive > ul.menuzord-menu:nth-child(2) li > a {
    text-align: center;
  }

  .menuzord-menu.right-menu {
    display: table;
    width: 100%;
  }

  .menuzord-menu.right-menu > li {
    display: table-cell;
    width: 50% !important;
  }

  .menuzord-menu.right-menu > li button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 90% !important;
    margin-left: 5%;
    padding: 8px;
    margin-bottom: 6px;
  }

  .menuzord-menu > li > .megamenu.megamenu-quarter-width .form-control {
    padding: 8px;
  }

  #undefined-sticky-wrapper {
    height: auto !important;
    width: 100%;
  }

  /* #undefined-sticky-wrapper + #index {
  margin-top: 44px;
} */

  #undefined-sticky-wrapper .submenu {
    display: none;
  }

  .menuzord-responsive .menuzord-brand {
    margin: 0;
  }

  .menuzord-brand {
    /* width: 10%; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /* .menuzord-brand img {
  padding-bottom: 8px;
} */

  .menuzord-menu .user-btn .btn-custom {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
  }

  .menuzord-menu > li > a,
  .main-navigation ul.nav2 > li > a,
  .menuzord-menu .user-btn .btn {
    font-size: 14px;
  }
}

/* ================ header style ================== */

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.logo {
  width: 150px;
}

.logo-xs {
  width: 46px;
  height: 46px;
}

.top-bar-cta {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #33393e !important;
  display: none;
  margin-bottom: 0;
  /* overrides fixed ol,ul margin bottom */
}

.top-bar-cta li {
  padding: 0 10px;
}

.top-bar-cta li > a {
  border-bottom: 2px solid transparent !important;
  color: #33393e !important;
  font-weight: 600;
  display: inline-block;
  padding: 10px 0 8px 0;
}

.top-bar-cta li > a:focus,
.top-bar-cta li > a:hover,
.top-bar-cta li > a:active,
.top-bar-cta li.active > a {
  background: none;
  border-bottom: 2px solid #0a79d0 !important;
}

.top-bar-cta span i {
  padding-right: 20px;
  float: left;
  margin-top: 10px;
  color: #0b7ad0;
  font-weight: 400;
}

.top-bar-cta .cta-note {
  position: relative;
  bottom: 8px;
  font-style: italic;
  font-weight: 400;
  display: block;
  color: #0b7ad0;
}

.menuzord-menu > li > button {
  margin: 21px 5px;
  /* padding: 5px 10px !important; */
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .top-bar-cta {
    margin-left: 8%;
    display: flex;
    width: 73%;
    justify-content: space-between;
  }

  .menuzord-menu .user-btn .btn-custom {
    color: #33393e;
    border-color: transparent !important;
    background: transparent !important;
    font-weight: 400;
    padding-left: 4px;
    padding-right: 8px;
    box-shadow: none;
  }

  .menuzord-menu .user-btn button:not(.btn-custom) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menuzord-menu .btn-custom:hover,
  .menuzord-menu .btn-custom:focus {
    color: #0b7ad0;
  }

  .menuzord-menu > li > .logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .menuzord-menu > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #33393e;
  }

  .menuzord-brand {
    margin: 18px 0;
  }
}

@media screen and (min-width: 1200px) {
  .top-bar-cta {
    margin-left: 13.7%;
    width: 75.5%;
  }
}
/* ================ navbar style ================== */

.main-navigation {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1040;
}

.main-static-navigation {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
}

.main-static-navigation button {
  padding: 5px 10px !important;
}

.main-static-navigation {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
}

.main-navigation ul.nav2 > li {
  padding: 20px 0px 10px 0px;
}

.main-navigation ul.nav2 > li:first-child {
  padding-left: 53px;
}

.main-navigation ul.nav2 > li > a {
  font-size: 14px;
  color: rgba(51, 57, 62, 0.7);
  padding: 26px 8px;
}

.main-navigation,
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
}

.menuzord-menu.right-menu {
  float: right;
}

.menuzord .showhide em {
  background: #33393e;
}

/* .menuzord-menu > li > a {
font-weight: 500;
font-size: 14px;
line-height: 28px;
color: #272727;
} */

.menuzord-menu ul.dropdown li,
.menuzord-menu .megamenu li {
  font-size: 14px;
}

.menuzord-menu ul.dropdown li a {
  padding: 8px 25px 8px 22px;
}

.menuzord-menu ul.dropdown li:first-child a {
  padding: 15px 25px 10px 22px;
}

.menuzord-menu li ul.dropdown li:first-child .indicator {
  top: 16px;
}

.menuzord-menu .megamenu li {
  display: block;
  padding: 5px 0;
}

.menuzord-menu ul.dropdown li a,
.menuzord-menu .megamenu li a {
  color: #33393e;
}

.menuzord-menu .megamenu li.active > a,
.menuzord-menu .megamenu li:hover > a,
.menuzord-menu .dropdown li.active > a,
.menuzord-menu .dropdown li:hover > a,
.main-navigation ul.nav2 > li.active > a,
.main-navigation ul.nav2 > li:hover > a,
.main-navigation ul.nav2 > li.active > a,
.main-navigation ul.nav2 > li:hover > a {
  color: #55a2de;
}

.menuzord-menu .megamenu ul > li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.menuzord-menu > li.nav-icon > a > i {
  float: none;
}

.menuzord-menu li.nav-icon .indicator {
  display: none;
}

.menuzord-menu > li:first-child > a > img.logo {
  position: relative;
  left: -20px;
  width: 132px;
}

.menuzord .showhide {
  float: left;
}

.main-navigation .nav2 {
  font-weight: 400;
  margin-bottom: 10px;
}

/* ================ slider style ================== */

.tt-slider-heading {
  font-weight: 700;
}

.brand-color {
  color: #0b7ad0;
}

/* ================ featured item ================== */

.featured-section {
  background-color: #fff;
}

.section-title {
  margin-bottom: 30px;
}

.section-sub {
  margin: 0 auto;
  width: 60%;
}

.section-divider {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0b7ad0;
  margin-top: 30px;
}

.des-title {
  margin-bottom: 20px;
}

h4.des-title {
  font-weight: 600 !important;
}

/* SECTORES */

@media screen and (max-width: 1024px) {
  #sectores .card-image .card-body {
    padding: 20px;
    top: 30%;
    height: auto;
    width: 100%;
    right: 10%;
  }

  .card-image {
    margin-left: 16px;
    margin-right: 16px;
  }

  .card-image .title {
    font-size: 24px;
  }
}

.card-image {
  border-radius: 2px;
}

.card-image p {
  font-size: 14px;
  font-weight: 500;
}

.img-responsive.centro {
  display: -webkit-inline-box;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bloque_construye .contenido_ficha_construye {
    width: 80%;
  }

  .centrado_ficha_construye {
    left: 65%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .contenido_ficha_construye h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .section-sub {
    width: 100%;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 450px) {
  .section-sub {
    padding: 0px;
  }
}

.contenido_ficha_construye svg {
  max-width: 90px;
  height: 90px;
}

#banner-campaign .contenido_ficha_construye h5 {
  margin-top: 0;
}

.icon-left .des {
  margin-left: 30px;
}

/*-- qoute --*/

.qoute {
  border: 2px solid #0b7ad0;
}

.qoute-form {
  padding: 60px 35px 40px 35px;
}

.qoute-form input {
  margin-bottom: 20px;
}

.qoute-title {
  background-color: #0b7ad0;
  color: #fff;
}

.qoute-title h3 {
  color: #fff;
}

.qoute-form textarea {
  height: 70px;
  resize: none;
  margin-bottom: 45px;
}

.qoute-form button {
  width: 100%;
  font-weight: 300;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .horizontal-tab li a {
    padding: 15px 20px;
  }
}

/*work process
==============================*/

.vertical-tab {
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.work-progress-title .section-sub {
  width: 100%;
}

.work-process .panel-group .panel-default,
.work-process .vertical-tab {
  overflow: hidden;
}

.vertical-tab .nav-tabs li a {
  background-color: #f2f2f2;
  color: #272727;
  border-radius: 0;
  padding: 20px 23px;
  border: 0;
}

.vertical-tab ul.nav li {
  margin-top: 0;
}

.vertical-tab ul.nav li.active:before {
  position: absolute;
  content: "";
  width: 216px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 4px;
}

.vertical-tab ul.nav li.active:after {
  position: absolute;
  content: "";
  width: 216px;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 4px;
  z-index: 4;
}

.vertical-tab ul.nav li.active a,
.vertical-tab ul.nav li.active a:focus,
.vertical-tab ul.nav li.active a:hover {
  border: 0;
}

.vertical-tab ul.nav li.active a:hover {
  color: #0b7ad0;
}

.vertical-tab ul.nav li.active a:before {
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #0b7ad0;
  bottom: 0;
  left: 0;
}

.vertical-tab ul.nav li:before {
  position: absolute;
  width: 180px;
  height: 1px;
  content: "";
  background-color: #eaeaea;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.vertical-tab li a:hover {
  background-color: #f2f2f2;
}

.vertical-tab li a:focus {
  background-color: #f2f2f2;
}

.vertical-tab li.active a,
.vertical-tab li.active a:focus {
  color: #85bde8;
}

.work-tab-des {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .work-tab-des {
    padding-left: 15px;
  }

  .vertical-tab {
    border: none;
  }
}

/*testimonial
==============================*/

.testimonial-overlay {
  background-color: rgba(39, 42, 48, 0.8);
  color: #fff;
}

.carousel-img img {
  display: inline-block;
  text-align: center;
  width: 83px;
  height: 83px;
  border-radius: 50px;
}

#carousel-pensumo {
  margin-right: -63px;
}

@media (max-width: 1199px) {
  #carousel-pensumo {
    margin-right: -53px;
  }
}

@media (max-width: 991px) {
  #carousel-pensumo {
    margin-right: 0px;
  }
}

.carsouel-left .carousel-img {
  float: left;
  margin-right: 15px;
}

.carousel-img {
  position: relative;
}

.carsouel-left .testimonial-meta {
  float: left;
  margin-top: 30px;
}

.carsouel-center .carousel-img {
  margin-bottom: 15px;
}

.carsouel-content {
  overflow: hidden;
}

.carsouel-center .qoute-mark {
  right: 44%;
  margin-right: -16px;
}

.qoute-mark {
  position: absolute;
  top: 10px;
  right: -5px;
  font-size: 68px;
  color: #2e5c80;
  background-color: #232529;
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 83px;
  text-align: center;
}

.carsouel-content .carsouel-content-p {
  position: relative;
  padding-bottom: 20px;
}

.carsouel-left .carsouel-content-p:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  background-color: #0b7ad0;
  width: 25px;
  height: 2px;
}

.carsouel-center .carsouel-content-p:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  background-color: #0b7ad0;
  width: 30px;
  height: 2px;
  margin-left: -15px;
}

.carsouel-left .testimonial-meta {
  margin-top: 30px;
}

.carsouel-center .testimonial-meta {
  margin-top: 35px;
}

.carsouel-center {
  text-align: center;
}

.width-80 {
  width: 80%;
}

.testimonial-meta p {
  color: #0b7ad0;
  font-size: 12px;
}

.testimonial-meta span {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.gray-bg .testimonial-meta span {
  color: #525252;
}

/*partner logo
=============================*/

.partner-logo {
  margin: 15px 0;
}

.partner-logo a img {
  width: 100%;
  height: 100%;
}

.partner-logo:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .partner-logo {
    margin-top: 20px;
  }
}

/*owl carsousel
=============================*/

.testimonial-carousel .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  color: #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #0b7ad0;
}

.testimonial-carousel .owl-controls .owl-buttons div {
  position: relative;
}

.testimonial-carousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104";
}

.testimonial-carousel .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
}

.testimonial-carousel .owl-controls .owl-buttons .owl-next:before,
.testimonial-carousel .owl-controls .owl-buttons .owl-prev:before {
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 17px;
}

@media screen and (min-width: 1013px) and (max-width: 1248px) {
  .qoute-mark {
    right: -10px;
  }

  .testimonial-carousel .content {
    padding-left: 35px;
  }
}

/* feature blog
========================*/

#blog .post-wrapper {
  background-color: #fff;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

#blog .post-wrapper .thumb-wrapper {
  padding: 0 !important;
  overflow: hidden;
  margin-left: -1em;
  margin-right: -1em;
}

#blog .post-wrapper .thumb-wrapper img {
  width: 100%;
}

.thumb-wrapper.blog-qoute {
  margin-bottom: -20px;
}

.entry-meta li a,
.entry-meta li {
  font-weight: 700;
  color: #0b7ad0;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 13px;
}

.entry-meta li {
  padding-right: 10px;
}

.entry-meta li {
  border-right: 1px solid #0b7ad0 !important;
}

.entry-meta li:last-child {
  border-right-color: transparent !important;
}

.entry-meta ul li a:hover {
  color: #55a2de;
}

.entry-title {
  line-height: 28px;
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.entry-title a {
  color: #333;
}

.post-wrapper {
  border: 1px solid #ebebeb;
}

.blog-content .entry-header .entry-meta {
  text-transform: uppercase;
  color: #0b7ad0;
}

.post .entry-content a:not(:first-child) i {
  margin-left: 30px;
}

.single-blog-cetagory {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

.single-blog-cetagory li a {
  color: #919191;
}

.single-blog-cetagory li a:hover {
  color: #0b7ad0;
}

.entry-share li {
  display: inline-block;
}

.post-share .entry-share {
  margin-bottom: 0;
  float: right;
  padding-left: 0;
}

.post-share {
  padding: 10px 16px 30px 0;
  overflow: hidden;
}

.post-share a,
.swiper-slide .entry-content a.text-uppercase {
  font-size: 14px;
}

.swiper-slide .entry-content a {
  color: #33393e;
  font-weight: 500;
}

.blog-content {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  .blog-content .post-share {
    padding-bottom: 32px;
  }
}

/*NUEVOS POST*/

.post-wrapper {
  height: 100%;
  display: inline-block;
}

.post-wrapper > div:first-child {
  height: 100%;
}

.post-wrapper .thumb-wrapper {
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

.post-wrapper .thumb-wrapper img {
  min-height: 100%;
  /*        height:100%;     */
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-wrapper .blog-content {
  height: 100%;
}

@media screen and (max-width: 1247px) {
  .post-wrapper {
    height: 100% !important;
  }

  .thumb-wrapper > img {
    display: block !important;
    height: auto !important;
  }

  .thumb-wrapper > div:last-child {
    display: none;
  }
}

.post-share a {
  font-weight: 500;
  color: #33393e;
}

.post-share i {
  margin-left: 30px;
}

.br-top {
  border-top: 1px solid #ebebeb;
}

.entry-share li a {
  color: #919191;
  font-weight: 400;
  display: block;
}

.entry-share li a i {
  padding: 0px 7px;
}

.blog-content .entry-meta,
.swiper-container .entry-meta {
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.swiper-slide article.post .entry-content {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 35px;
}

.blog-link a {
  background-color: #b5d7f1;
  color: #272727;
  font-size: 18px;
  display: block;
  padding: 90px 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-link a:hover {
  color: #0b7ad0;
}

@media screen and (max-width: 480px) {
  .entry-share {
    float: none !important;
    margin-top: 10px;
    text-align: center;
  }
}

/*get in touch
=============================*/

.blue-bg {
  background-color: #0b7ad0 !important;
}

.blue-alt-bg {
  background-color: #2d5b7f;
}

.blue-bp-bg {
  background-color: #1c2240;
}

.white-bg {
  background-color: #fff !important;
}

.white-bg-normal {
  background-color: #efefef;
}

.call-to-action-btn a {
  color: #2c3035;
}

.call-to-action-btn a:hover {
  color: #2c3035;
}

.call-to-action p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .call-to-action {
    text-align: center;
    margin-bottom: 30px;
  }

  .call-to-action-btn {
    text-align: center;
  }
}

/* footer start
===========================*/

.footer-section {
  background-color: #f4f7fc;
  color: #33393e;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.footer-section .subnav a {
  font-weight: 400;
}

footer .footer_legal .legal li a {
  color: #808080;
}

#navFooter aside .head_title {
  font-weight: 700;
}

.footer-section a:focus,
.footer-section a:hover {
  color: #0b7ad0;
  outline: none;
  text-decoration: none;
}

footer .footer_legal {
  padding-top: 15px;
  border-top: 2px solid #e8edf1;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  footer .footer_legal li {
    width: 48%;
    font-size: 12px;
    line-height: 18px;
    min-height: 36px;
  }

  footer .footer_legal {
    border: none;
  }
}

footer .copyright {
  background: #fff;
  padding-top: 1%;
  padding-bottom: 1%;
}

footer .logo-footer {
  width: 132px;
  padding-right: 10px;
}

footer .logos-ex img {
  height: 40px;
}

.footer-widget .widget-title {
  color: #d3cece;
  font-size: 16px;
  text-transform: uppercase;
}

.widget-text ul,
.usefull-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-text ul li {
  margin-bottom: 10px;
}

.footer-about-info ul li i {
  color: #0b7ad0;
  margin-right: 15px;
}

.footer-widget-categories .usefull-link ul li a i {
  margin-right: 15px;
}

.footer-widget-categories .usefull-link ul li a {
  color: #d3cece;
}

.footer-widget-categories .usefull-link ul li a:hover {
  color: #0b7ad0;
}

.usefull-link ul li a i {
  margin-right: 10px;
}

.usefull-link ul li {
  margin-bottom: 8px;
}

.usefull-link ul li a {
  color: #d3cece;
  font-size: 13px;
  font-weight: 400;
}

.widget-latest-post .media a img {
  float: left;
}

.widget-latest-post .media a img {
  width: 55px;
  height: 55px;
}

.footer-widget-latest-post .media-body h4 a {
  color: #d3cece !important;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-widget-latest-post .media-body h4 a:hover,
.media-body .entry-meta ul li a:hover {
  color: #0b7ad0 !important;
}

/*.media-body h4 {
margin: 5px 0;
font-size: 14px;
overflow: hidden;
}*/

.media-body .entry-meta ul li a {
  font-size: 10px;
  color: #98a0a9 !important;
  text-transform: uppercase;
}

.flicker-photos {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flicker-photos li {
  float: left;
  margin: 5px;
}

.flicker-photos li a {
  display: block;
}

.flicker-photos li {
  overflow: hidden;
}

.flicker-photos li a:hover {
  -webkit-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

.border-bottom {
  border-bottom: 1px solid #3d4045;
}

.copyright-text p {
  margin: 0;
  color: #8e9398;
  font-size: 12px;
  line-height: 20px;
}

/* .footer-social-icon ul {
font-size: 32px;
margin: 0;
} */

/* .footer-social-icon .list-inline {
margin: 0 !important;
padding: 0 !important;
text-align: left;
} */

/* .footer-social-icon ul li a {
color: #33393e;
line-height: 36px;
text-align: center;
display: inline-block;
} */

/* .footer-social-icon li a:hover {
color: #0b7ad0;
} */

@media screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 50px !important;
  }

  .footer-widget:last-child {
    margin-bottom: 0;
  }

  .footer-social-icon {
    border-top: 2px solid #e8edf1;
    border-bottom: 2px solid #e8edf1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-social-icon .svg {
    width: 42px;
  }

  /* .footer-social-icon .list-inline li {
  display: table-cell;
}

.footer-social-icon .list-inline li a {
  font-size: 46px;
} */
}

.footer-social-icon .svg {
  width: 36px;
}

.footer-social-icon a {
  display: block;

  .svg {
    fill: #33393e;

    & path {
      transition: all 0.3s ease;
    }
  }

  &:hover .svg path {
    fill: #0b7ad0;
    transition: all 0.3s ease;
  }
}

.footer-social-icon ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 16px;
}

@media screen and (min-width: 992px) {
  .footer-social-icon ul {
    justify-content: space-between;

    & li {
      padding: 0;
    }
  }
}

@media screen and (max-width: 1024px) {
  .copyright [class*="col-"] {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

.shortcode-divider {
  padding: 10px 0px;
}

.hover-left {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -mz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.scale-hover {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -mz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(51, 57, 62, 0.9);
}

.table-header {
  padding: 40px 0px;
  border-top: 3px solid #adb2b8;
  position: relative;
  background-color: #f2f2f2;
}

.table-info {
  padding: 60px 0px;
}

.border-round {
  border: 1px solid #e4e4e4;
  border-top-color: transparent;
}

.table-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-info ul li {
  font-size: 16px;
  line-height: 50px;
  color: #525252;
}

.table-info ul li:last-child {
  padding-bottom: 50px;
}

.table-info-divider {
  width: 250px;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0 auto;
}

.package-price {
  padding-top: 70px;
}

.package-price .currency-symbol,
.package-price .price {
  color: #272727;
  font-size: 60px;
  display: inline-block;
}

.package-price .currency-code {
  display: block;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  padding-top: 10px;
}

.table-footer {
  padding-bottom: 60px;
}

.btn-lag {
  padding: 16px 50px;
}

.purchase-btn a {
  background-color: #d0d3d7;
  font-weight: bold;
}

.purchase-btn a:hover {
  background-color: #0b7ad0;
}

.pricing-table:hover .table-header,
.featured-plan-header {
  background-color: #d5dee5;
  border-top-color: #0b7ad0;
}

.four-column-border {
  width: 200px;
}

.white-icon-bg {
  background-color: #fff;
}

.some-work-bg {
  background-color: #efefef;
}

@media screen and (max-width: 991px) {
  .pricing-table {
    margin-top: 40px;
  }
}

/*Testimonial
=========================*/

.testimonial-img {
  background-attachment: fixed;
}

.testimonial-center .qoute-mark {
  right: 0;
  left: 54%;
}

.testimonial-center .content {
  margin-top: 45px;
}

.testimonial-center .content p {
  padding: 0px 90px;
}

/*our main focus
=========================*/

.focus-media {
  display: table;
}

.focus-media .focus-icon {
  display: table-cell;
  vertical-align: middle;
  background-color: #0b7ad0;
  padding: 0 12px;
}

.focus-media .focus-icon i {
  color: #fff;
}

.focus-media .focus-icon i:before,
.focus-media .focus-icon i:after {
  font-size: 48px;
  margin-left: 0;
}

.ie9 .focus-media .focus-image img,
.ie10 .focus-media .focus-image img {
  width: 100%;
}

.focus-blog .focus-content h3 {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .focus-blog:nth-child(1),
  .focus-blog:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .focus-media {
    display: block;
  }

  .focus-media .focus-icon {
    display: none;
  }

  .focus-image img {
    width: 100%;
  }
}

/*feature according
=========================*/

.panel-according .panel-default {
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: 0;
  border-bottom: 1px solid rgba(218, 226, 233, 0.7);
}

.panel-according .panel-title a {
  overflow: hidden;
}

.panel-according .panel-default .panel-heading {
  background-color: transparent;
  padding: 0;
}

.panel-according .panel-default .panel-heading .panel-title {
  position: relative;
  font-size: 18px;
  line-height: 28px;
}

.panel-according .panel-default .panel-heading .panel-title a,
.panel-according .panel-default .panel-heading .panel-title a:hover,
.panel-according .panel-default .panel-heading .panel-title a:focus,
.panel-according .panel-default .panel-heading .panel-title a:active {
  background-color: transparent;
  color: #272727;
}

.panel-according .panel-default .panel-heading .panel-title .collapsed {
  background-color: transparent;
  padding: 15px 20px 15px 30px;
}

.panel-according .panel-default .panel-heading .panel-title a:hover {
  color: #272727;
}

.panel-according .panel-default .panel-heading .panel-title a {
  padding: 25px 30px;
  display: block;
}

.panel-according
  > .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body,
.panel-according > .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 0px 20px 30px 30px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}

.according-icon .panel .panel-heading a:after {
  font-family: "FontAwesome";
  font-size: 18px;
  width: 50px;
  height: 99%;
  line-height: 67px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 800;
}

.plus-icon .panel .panel-heading a:after {
  content: "\f056";
  color: #989b9f;
}

.plus-icon .panel .panel-heading a.collapsed:after {
  content: "\f055";
  color: #989b9f;
}

.angle-icon .panel .panel-heading a:after {
  content: "\f106";
  color: #989b9f;
}

.angle-icon .panel .panel-heading a.collapsed:after {
  content: "\f107";
  color: #989b9f;
}

@media screen and (max-width: 768px) {
  .panel-according .panel-default .panel-heading .panel-title {
    font-size: 16px;
    line-height: 24px;
  }

  .panel-according .panel-default {
    margin-bottom: 16px;
  }
}

/*tab style
=========================*/

.circle-tab {
  border-bottom: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.circle-tab > li > a:hover,
.circle-tab > li > a:focus {
  border-color: #f4f7fc;
  background-color: #f4f7fc;
  color: #fff;
}

.circle-tab li a {
  padding: 27px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 19px;
}

.circle-tab li {
  margin-right: 104px;
  float: none;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .circle-tab li {
    margin-right: 81px;
  }
}

@media screen and (max-width: 991px) {
  .circle-tab li {
    margin-right: 37px;
  }
}

.circle-tab li:last-child {
  margin-right: 0;
}

.circle-tab li:before {
  position: absolute;
  content: "";
  background-color: #e4e4e4;
  width: 110px;
  height: 6px;
  bottom: 35px;
  left: 83px;
}

.circle-tab li:last-child:before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 107px;
  height: 6px;
  bottom: 35px;
  left: 83px;
}

.circle-tab li a.yearTow {
  padding: 27px 23px;
}

.circle-tab > li.active > a {
  border-bottom-color: #ddd;
  background-color: #0b7ad0;
  border-color: #0b7ad0;
  color: #fff;
}

.circle-tab > li.active > a:focus,
.circle-tab > li.active > a:hover {
  border-bottom-color: #f4f7fc;
  background-color: #55a2de;
  border-color: #55a2de;
  color: #fff;
}

.horizontal-tab-title {
  font-size: 20px;
}

/*Gallery section
===============================*/

.gallery-thumb .flex-viewport li img {
  width: 100%;
}

.gallery-thumb .flex-control-thumbs li {
  width: 13.5%;
  float: none;
  margin: 0 3px;
}

.gallery-thumb .flex-control-thumbs li:first-child {
  margin-left: 0;
}

.gallery-thumb .flex-control-thumbs li:last-child {
  margin-right: 0;
}

.gallery-thumb .flex-control-thumbs img {
  width: 100%;
  background: #fff;
  opacity: 0.5;
}

.flex-control-thumbs .flex-active {
  opacity: 1 !important;
}

.gallery-thumb .flex-direction-nav a {
  opacity: 1;
  text-align: center;
}

.gallery-thumb .flex-direction-nav .flex-prev {
  left: 15px;
}

.gallery-thumb .flex-direction-nav a {
  top: 41%;
}

.gallery-thumb .flex-direction-nav .flex-next {
  right: 15px;
}

.gallery-thumb .flex-direction-nav a.flex-prev::before,
.gallery-thumb .flex-direction-nav a.flex-next::before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.gallery-thumb .flex-direction-nav a.flex-prev::before {
  content: "\f104";
}

.gallery-thumb .flex-direction-nav a.flex-next::before {
  content: "\f105";
}

.gallery-thumb .carousel-control {
  filter: alpha(opacity=100);
}

.gallery-thumb .flex-direction-nav a.flex-prev,
.gallery-thumb .flex-direction-nav a.flex-next,
.one-img-slider-control a.right span,
.one-img-slider-control a.left span {
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0.6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}

.gallery-thumb .flex-direction-nav a.flex-prev:hover,
.gallery-thumb .flex-direction-nav a.flex-next:hover {
  background-color: #000;
  color: #0b7ad0 !important;
}

.gallery-thumb .flex-direction-nav a.flex-next:hover i:before {
  color: #0b7ad0 !important;
}

.flex-direction-nav a:before,
.flex-direction-nav a {
  text-shadow: none !important;
}

.gallery-thumb .carousel-control.right {
  background-image: none;
}

.gallery-thumb .carousel-control.left {
  background-image: none;
}

.gallery-thumb .carousel-control:hover {
  color: #0b7ad0;
}

.gallery-thumb .carousel-control {
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  line-height: 47px;
  text-align: center;
  text-shadow: none;
  top: 50%;
  margin-top: -20px;
}

.gallery-thumb .carousel-control span {
  font-size: 30px;
}

.carousel-control .fontawesome {
  font-family: FontAwesome;
}

.gallery-thumb .carousel-control.left {
  left: 7px;
}

.gallery-thumb .carousel-control.right {
  right: 7px;
}

@media screen and (max-width: 1199px) {
  .gallery-thumb .flex-control-thumbs li {
    width: 13%;
  }
}

@media screen and (max-width: 334px) {
  .gallery-thumb .flex-control-thumbs li {
    width: 12%;
  }
}

.carousel-control .fontawesome:hover {
  color: #0b7ad0;
}

@media screen and (max-width: 991px) {
  .gallery-thumb .flex-control-thumbs li {
    width: 12.5%;
  }
}

/* IBC CARD */
.ibc__card {
  padding: 2rem;
  border-radius: 6px;
  background-color: #ffffff;
}

.icon__title {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;

  & .svg {
    flex-shrink: 0;
  }

  & * {
    margin: 0;
  }
}
/* IBC CARD */

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0px solid #ddd;
    border-radius: 0;
  }

  .ibc__card {
    padding: 1.5rem;
  }

  .header-dana {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./assets/header-dana.jpg);
  }
}

.progress-section {
  position: relative;
}

.progress-bar span {
  position: absolute;
  top: 0px;
  width: 29px;
  height: 21px;
  font-size: 11px;
  padding-left: 3px;
  display: inline-block;
  text-align: center;
}

.ie9 .progress-bar span,
.ie10 .progress-bar span {
  right: 0;
}

.progress-section .progress-bar {
  background-color: #0b7ad0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}

.progress-section {
  position: relative;
  margin-top: 30px;
}

.progress-section:first-child {
  margin-top: 0;
}

.progress-section .progress {
  height: 10px;
  background-color: #dbdcdd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-title {
  color: #272727;
  text-transform: uppercase;
  display: block;
}

.progress .progress-bar.six-sec-ease-in-out {
  transition: width 2s ease-in-out;
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .progress-section:first-child {
    margin-top: 30px !important;
  }
}

.js-tabcollapse-panel-heading img {
  width: 100%;
}

/*support section
=======================*/

.support-wrapper {
  padding: 0px 100px;
}

.support-img-holder img {
  width: 100%;
}

.support-wrapper h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 35px;
}

.support-wrapper h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 32px;
}

.support-wrapper h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.support-wrapper p {
  margin-bottom: 32px;
}

.support-link li {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.support-link li:hover {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.support-link li a i {
  padding-right: 10px;
}

/*Verticle Aligne Middle for equel height*/

.valign-wrapper {
  display: table;
  width: 100%;
}

.valign-cell {
  display: table-cell;
  vertical-align: middle;
}

.valign-center {
  display: inline-block;
  vertical-align: middle;
}

.support-wrapper .support-link li a {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1190px) {
  .support-wrapper {
    padding: 0px 50px;
  }
}

@media screen and (max-width: 991px) {
  .support-wrapper {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .equal-height-row:not(.no-xs) .equal-height-column,
  .equal-height-row:not(.no-xs) .equal-height-column-2 {
    height: auto !important;
  }

  .manuales-de-uso .featured-item .icon.w-svg {
    display: none !important;
  }

  .featured-item.icon-left.icon-left .des {
    border-color: transparent;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }

  .featured-item.icon-left.icon-left .des ul {
    padding-left: 18px;
  }
}

@media screen and (max-width: 546px) {
  .support-link li {
    width: 100%;
  }
}

/* company profile */

.drop-caps {
  background-color: #0b7ad0;
  width: 67px;
  height: 67px;
  display: inline-block;
  text-align: center;
  line-height: 73px;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 18px 0 0px;
  font-weight: 700;
}

.dropcaps-circle {
  border-radius: 50%;
}

/* Contact page */

.contact-info {
  margin-bottom: 70px;
  overflow: hidden;
}

.contact-info .address-info span {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #2c3035;
  display: inline-block;
  margin-bottom: 15px;
}

.contact-info .address-icon {
  color: #0b7ad0;
  font-size: 25px;
  float: left;
}

.address-icon i.fa-envelope-o {
  margin-right: 15px !important;
  margin-left: -5px;
}

.contact-info .address-icon i {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.contact-info .address-icon i[class^="flaticon-"]:before,
.contact-info .address-icon i[class*=" flaticon-"]:before,
.contact-info .address-icon i[class^="flaticon-"]:after,
.contact-info .address-icon i[class*=" flaticon-"]:after {
  margin-left: 0;
}

.contact-info .address-info {
  overflow: hidden;
}

.address-info p {
  font-size: 13px;
  margin-bottom: 0;
}

.contact-form h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-form .form-group textarea {
  min-height: 95px;
  padding: 10px 0px 0px 10px;
}

.contact-form .input-btn {
  margin-top: 33px;
  padding: 10px 45px;
  font-weight: 700;
  text-transform: uppercase;
}

#g-map {
  height: 664px;
  width: 550px;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

@media screen and (max-width: 991px) {
  #myMap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #myMap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  #g-map {
    width: 400px;
  }
}

@media screen and (max-width: 450px) {
  #g-map {
    width: 310px;
  }
}

blockquote {
  position: relative;
  color: #272727;
  border: 0;
  font-size: 20px;
  padding: 75px 35px 75px 90px;
  background-color: #d5dee5;
  margin-bottom: 0;
}

blockquote footer {
  float: right;
}

.blog-qoute blockquote:before {
  top: 70%;
}

blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 60px;
  color: #819db2;
  left: 20px;
  top: 45%;
}

blockquote footer {
  font-style: italic;
  font-size: 18px;
  color: #272727;
}

/*search input
=========================*/

.widget-search .search-input {
  position: relative;
}

.widget-search .search-input button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  font-size: 15px;
  color: #939393;
}

.widget {
  margin-bottom: 55px;
}

.widget-latest-post .media a {
  float: left;
  color: #272727 !important;
  font-size: 14px;
  font-weight: 400;
}

.widget-latest-post .media-body h4 {
  margin: 0px 0px 5px 0px;
}

.widget-latest-post .media-body {
  padding-top: 7px;
}

.widget .widget-title {
  color: #202020;
  font-size: 16px;
  margin-bottom: 0;
}

.widget .section-divider {
  margin-top: 25px;
}

.widget-nav-menu .usefull-link ul li a {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
}

.widget-tag ul li {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.widget-tag ul li:before {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #525252;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: 7px;
}

.widget-tag ul li:last-child:before {
  content: none;
}

.widget-tag ul li a {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
}

.widget-tag ul li a:hover {
  color: #0b7ad0;
}

.widget-social-link ul li a {
  color: #acafb3;
  font-size: 18px;
  text-align: center;
  width: 39px;
  height: 39px;
  line-height: 39px;
  display: inline-block;
  border-radius: 50px;
}

.widget-social-link ul li a:hover {
  background-color: #0b7ad0;
  color: #fff;
}

/* subscribe section
============================*/

.subscribe-section .subscribe-overlay {
  padding: 130px 0;
}

.subscribe-overlay {
  background-color: rgba(44, 48, 53, 0.5);
}

.subscribe-header h2 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}

.subscribe-header p {
  color: #dbdada;
}

.subscribe-wrapper .input-field {
  width: 65%;
  float: left;
}

.subscribe-wrapper .input-field input {
  border-radius: 50px;
  padding-left: 30px;
  font-weight: 400;
  color: #98999c;
  font-size: 14px;
  margin-left: 20px;
}

.subscribe-wrapper .subscribe-form .subscribe-btn {
  font-weight: 700;
  padding: 12px 45px;
  text-transform: uppercase;
}

.subscribe-wrapper label {
  color: #a7a7a7;
  margin-top: 5px;
  font-weight: 400;
}

.subscribe-wrapper p {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .subscribe-wrapper .input-field {
    width: 92%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .subscribe-wrapper .subscribe-form .subscribe-btn {
    width: 100%;
  }

  .subscribe-wrapper .input-field input {
    margin-left: 0;
    width: 108%;
  }
}

/*single cuse studies
=============================*/

.single-service-info h2 {
  margin-bottom: 0;
}

.customer-info {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #0b7ad0;
  padding: 25px 35px;
  text-transform: uppercase;
}

.customer-info p:last-child {
  margin: 0;
}

.customer-info p span {
  color: #0b7ad0;
  font-weight: 700;
  font-size: 14px;
  width: 130px;
  display: inline-block;
}

.case-studis-qoute {
  background-color: #f1f1f1;
  padding: 30px 20px;
  margin-top: 50px;
  overflow: hidden;
}

.case-studis-qoute img {
  float: left;
  position: relative;
}

.case-studis-qoute .content p {
  font-size: 16px;
  margin: 0;
}

.case-studis-qoute .content .testimonial-meta h4 {
  color: #2d3036;
  margin-bottom: 5px;
}

.case-studis-qoute .testimonial-meta {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .case-studies-content h4 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 605px) {
  .carsouel-left .carousel-img {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .customer-info p span {
    width: 80px;
  }
}

/*=========single blog============*/

.single-blog-cetagory li {
  position: relative;
  padding: 0px 12px;
}

.single-blog-cetagory li:before {
  position: absolute;
  width: 1px;
  height: 14px;
  margin-top: 6px;
  background-color: #919191;
  content: "";
  right: 0;
  top: 0;
}

.single-blog-cetagory li:last-child:before {
  display: none;
}

.next-prev-post-btn .single-prev-btn a,
.next-prev-post-btn .single-next-btn a {
  padding: 10px 25px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  color: #c3c3c3;
  text-transform: uppercase;
  font-weight: 400;
}

.single-next-btn {
  text-align: right;
}

.single-next-btn a {
  padding: 10px 38px !important;
}

.next-prev-post-btn .single-prev-btn a:hover,
.next-prev-post-btn .single-next-btn a:hover,
.comment-media .media-body .comment-reply-link:hover {
  background-color: #0b7ad0;
  color: #fff;
  border-color: #0b7ad0;
}

.comment-list .border-bottom {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comment-list .media-body {
  padding-bottom: 20px;
}

.next-prev-post-btn .single-prev-btn a i {
  padding-right: 6px;
}

.next-prev-post-btn .single-next-btn a i {
  padding-left: 6px;
}

.fix {
  overflow: hidden;
}

.post-author img {
  float: left;
  margin: 15px 20px 20px 0;
  width: 80px;
  text-align: center;
  border-radius: 50px;
}

.post-author {
  border: 1px solid #f2f2f2;
  padding: 20px;
}

.post-author .content h4,
.comment-content .comment-name h4 {
  cursor: pointer;
}

.post-author .content h4:hover,
.comment-content .comment-name h4:hover {
  color: #878787;
}

.post-author-social-link {
  margin: 0;
}

.post-author-social-link li a {
  color: #acafb3;
  margin-right: 3px;
}

.related-post .blog-content {
  padding: 10px;
}

.related-post .post-wrapper .blog-content .entry-header {
  padding: 0;
}

.related-post .blog-content ul li,
.related-post .blog-content ul li a {
  font-size: 11px;
}

.related-post .related-post-one {
  padding-right: 0;
}

.related-post-two {
  padding: 0px 7px;
}

.related-post-three {
  padding-left: 0;
}

.related-post ul {
  margin-bottom: 0;
}

.related-post .entry-meta li {
  padding-right: 5px;
}

.related-post .blog-content h3 {
  margin-top: 5px;
}

.related-post .blog-content h3 a {
  font-size: 14px;
}

.related-post h3,
.comment-wrapper h3,
.comment-media h3 {
  margin: 0;
  color: #202020;
  font-size: 16px;
}

.comment-responed .comment-form-comment {
  margin-top: 30px;
}

.comment-responed textarea {
  padding: 12px;
}

.comment-responed .form-submit {
  margin-top: 50px;
}

.comment-responed .form-submit button {
  background-color: #0b7ad0;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 50px;
}

.comment-responed .form-submit button:hover {
  background-color: #2d5b7f;
}

.single-blog-content h4,
.case-studies-content h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: #525252;
}

@media screen and (max-width: 767px) {
  .comment-wrapper .comment-responed .comment-form-email {
    margin-top: 30px;
  }
}

/*=======coments style ===========*/

.comment-content .comment-reply-link {
  font-weight: 400;
  padding: 2px 32px;
  border: 1px solid #d5d7d8;
  text-transform: uppercase;
  color: #989898;
  font-size: 10px;
}

.comment-content .comment-reply-link:hover {
  background-color: #0b7ad0;
  border-color: #0b7ad0;
  color: #fff;
}

.comment-list {
  padding: 0;
}

.comment-list > .comments-details {
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}

.comment-name span {
  float: right;
  clear: both;
}

.comment-media .comments-details {
  margin-bottom: 20px;
  clear: both;
}

.comment-list > .comments-details > .comment-user {
  border-bottom: 1px solid #f2f2f2;
}

.reaply-comment > .comments-details {
  border-bottom: 1px solid #f2f2f2;
}

.reaply-comment > .comments-details:last-child {
  border-bottom: none;
}

.comment-media .comment-img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.comment-media .comment-img img {
  width: 80px;
  text-align: center;
  border-radius: 50px;
}

.comment-media .comment-content {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}

.comment-content .comment-name {
  margin-bottom: 5px;
  float: left;
  margin-right: 20px;
}

.comment-content .comment-name h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.comment-content .comment-time {
  font-weight: 300;
  display: block;
  font-size: 12px;
  margin-top: -5px;
}

.comments-details .reaply-comment {
  margin-top: 20px;
  margin-left: 80px;
}

.post-wrapper.sticky .thumb-wrapper {
  position: relative;
}

.comment-list .media-body h4 {
  font-size: 16px;
  font-weight: 700;
}

.comment-list .media-body h4 span {
  font-size: 11px;
  text-transform: capitalize;
  padding-left: 10px;
  font-weight: 400;
}

.comment-list .media-left a img {
  margin-top: 7px;
}

.post-wrapper.sticky .thumb-wrapper:before {
  position: absolute;
  bottom: -30px;
  right: 18px;
  content: "";
  width: 22px;
  height: 32px;
}

.post-share .blog-btn {
  border: 1px solid #d5d7d8;
  color: #989898;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 15px;
}

.post-share .blog-btn:hover {
  background-color: #0b7ad0;
  border-color: #0b7ad0;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .sticky:before {
    margin-top: -2%;
  }

  .comments-details .reaply-comment {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .sticky:before {
    margin-top: 4%;
  }

  .comments-details .reaply-comment {
    margin-left: 0;
  }
}

@media screen and (max-width: 765px) {
  .sticky:before {
    top: 45%;
  }

  .comments-details .reaply-comment {
    margin-left: 0;
    padding-left: 0;
  }
}

.gallery-thumb .carousel-control.left,
.gallery-thumb .carousel-control.right {
  background-image: none;
  opacity: 1;
}

.carousel-control:hover .carousel-control .fontawesome {
  color: #0b7ad0;
}

.gallery-thumb .carousel-control.left:hover .carousel-control .fontawesome {
  color: #0b7ad0;
}

.group-row-left {
  padding-right: 3px;
}

.group-row-right {
  padding-left: 3px;
}

.group-gallery-top {
  margin-bottom: 5px;
}

.group-gallery-img-left {
  padding-right: 3px;
}

.group-gallery-img-right {
  padding-left: 3px;
}

.gallery-row img:hover {
  opacity: 0.5;
}

.post-pagination {
  display: block;
}

.post-pagination li:first-child a,
.post-pagination li:last-child a {
  padding: 6px 18px;
  border-radius: 20px 0px 0px 20px;
  font-size: 18px;
}

.post-pagination li a {
  padding: 8.5px 18px;
  margin-right: 5px;
  color: #919191;
  border-color: #f1f1f1;
}

.post-pagination li a:hover,
.post-pagination li a.current {
  background-color: #0b7ad0;
  color: #fff;
  border-color: #0b7ad0;
}

.post-pagination li:last-child a {
  border-radius: 0px 20px 20px 0px;
}

.post-pagination li {
  margin-right: 5px;
}

.copyright .social-link {
  float: right;
  padding-right: 0;
  width: 100%;
}

/* search box */

.nav-header {
  position: relative;
}

.nav-header-sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 4;
  box-shadow: 0px 1px 10px #000;
  -webkit-box-shadow: 0px 1px 10px #000;
  -moz-box-shadow: 0px 1px 10px #000;
  -ms-box-shadow: 0px 1px 10px #000;
  -o-box-shadow: 0px 1px 10px #000;
}

.search-button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search-toggle {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
}

.search-toggle::before,
.search-toggle::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.search-toggle::before {
  border: 2px solid #0097bf;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}

.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #0097bf;
  top: 10px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}

.search-input:focus {
  outline: none;
}

.nav-header {
  overflow: hidden;
}

.nav-header .border-bottom-nav li {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.2s 0.1s;
  transition: transform 0.3s, opacity 0.2s 0.1s;
  transition: transform 0.3s, opacity 0.2s 0.1s, -webkit-transform 0.3s;
}

.nav-header .border-bottom-nav li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.nav-header .border-bottom-nav li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.nav-header .border-bottom-nav li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.nav-header .border-bottom-nav li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.nav-header .border-bottom-nav li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.nav-header .search-box {
  position: absolute;
  left: 0;
  width: 78%;
  height: 100%;
  padding-left: 2em;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.4s 0.3s;
  -o-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
}

.nav-header .search-box .search-input {
  border: 0;
  width: 76%;
  height: 100%;
  background-color: transparent;
}

.nav-header .search-box .search-toggle {
  width: 14px;
  height: 14px;
  padding: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-header.show .border-bottom-nav li {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.nav-header.show .search-box {
  width: calc(100% - 5em);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/*=========== video thumb =============*/

.video-thumb {
  position: relative;
}

.video-thumb:before {
  position: absolute;
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.video-thumb .video-trigger .video-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.video-trigger .video-link:hover {
  background-color: #0b7ad0;
  border-color: #0b7ad0;
}

.video-trigger .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: inline-block;
  color: #eaeaea;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.video-trigger .video-link i {
  font-size: 18px;
}

.video-trigger .video-link:hover {
  background-color: #0b7ad0;
  color: #fff;
  border-color: #0b7ad0;
}

.back-to-top {
  position: relative;
}

.scroll-top {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0b7ad0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-top: -25px;
  -webkit-box-shadow: 0px 6px 20px #191919;
  box-shadow: 0px 6px 20px #191919;
}

.scroll-top i {
  font-size: 30px;
}

.scroll-top:hover {
  color: #fff;
}

.scroll-top:focus {
  color: #fff;
}

/* Magnific Popup Customisation for Smooth PopUp */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: "FontAwesome";
  border: none !important;
  color: #fff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mfp-arrow-right::after {
  content: "\f105" !important;
}

.mfp-arrow-left::after {
  content: "\f104" !important;
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none !important;
}

.mfp-arrow {
  height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px !important;
}

img.mfp-img {
  padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */

#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

/*-------- BLOQUE CONTACTO --------*/

#bloquecontacto a {
  color: #ffffff;
}

#bloquecontacto a:hover {
  color: #b5d7f1;
}

@media (max-width: 767px) {
  #bloquecontacto {
    font-size: 13px;
    line-height: 20px;
  }
}

/*-------- TARJETAS CARD --------*/

.card {
  background: #ffffff;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 05s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.compromiso .card {
  height: 100%;
}

.card:not(.no-hover):hover {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 03s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card h1,
.card h2 {
  font-size: 30px;
  line-height: 38px;
}

.card h3 {
  font-size: 28px;
  line-height: 36px;
}

.box,
.box-corners {
  border: solid 1px #dddddd;
  padding: 16px;
}

.box2 {
  border: solid 1px #dddddd;
  padding: 30px;
  background: #f8fafd;
}

.box2 p {
  margin-bottom: 0;
}

.box2 h5 {
  margin-top: 0;
}

.modal .box {
  padding: 15px;
}

.modal .box p {
  margin-bottom: 0;
  line-height: normal;
}

.modal .box p span {
  font-size: 12px;
  display: block;
}

.modal .box .coletilla {
  margin-top: 0;
}

.box-corners {
  border-radius: 6px;
}

.box-shadow,
.box-shadow-corners {
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.20)";
  zoom: 1;
  padding: 30px;
}

.box-shadow-corners {
  border-radius: 6px;
}

.box-container {
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
}

.box-triangle {
  position: relative;
}

.box-triangle::before,
.box-triangle::after {
  content: " ";
  position: absolute;
  left: -30px;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.box-triangle::before {
  top: 0;
  height: 126px;
  border-top: none !important;
}

.box-triangle::after {
  border-bottom: none !important;
  top: 126px;
  height: calc(100% - 126px);
}

.card-white,
.card-blue {
  width: 100%;
  margin: 50px 0px;
}

.card-blue .box-triangle {
  background-color: #0b7ad0;
  color: #f5f8fa;
  padding: 25px 50px;
}

.card-white .box-triangle {
  background-color: #fff;
  color: #33393e;
  padding: 19px 50px 20px 50px;
}

.card-white .box-triangle {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.card-blue .reclamo {
  color: #f5f8fa;
}

.card-blue .btn-default {
  background-color: #f4f7fd;
  color: #33393e;
}

.card-image {
  border-radius: 2px;
  display: block;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.card-image > div {
  padding: 0 !important;
}

.card-image .card-body {
  background-color: #f5f8fa;
  padding: 20px 10px 10px 15px;
  border-radius: 2px;
  top: 30%;
  height: auto;
  width: 50%;
  right: 40px;
  position: absolute;
}

.card-image .title {
  color: #dd4c40;
}

.card-image p {
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .card-image {
    width: auto;
    position: relative;
    height: 100%;
    overflow: hidden;
    height: 150px;
  }

  .card-image a {
    padding: 0 20px;
  }

  .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .card-image p {
    display: none;
  }

  .card-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: rgba(99, 99, 99, 0.6);
  }

  .card-image .img-responsive {
    display: block;
    width: 100%;
    height: 190px;
  }

  #sectores .row:last-of-type [class*="col-"]:first-of-type .card-image img {
    height: auto;
  }

  .card-image .card-body {
    width: 100%;
    text-align: center;
    background-color: transparent;
    left: 50%;
    margin-left: -50%;
    top: 30%;
  }

  .card-image .card-body h5 {
    font-size: 180%;
  }

  .card-image .title {
    color: #f5f8fa;
    margin: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .card-white .box-triangle {
    padding-top: 22px;
  }

  .card-image .card-body {
    margin-top: 0;
    top: 30%;
  }

  .card-image {
    margin-left: 1.5em;
    margin-right: 1.5em;
    width: auto;
  }

  .card-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    color: #ffffff;
    background-color: rgba(99, 99, 99, 0.6);
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .card-white .box-triangle {
    padding-top: 22px;
  }
}

@media screen and (max-width: 991px) {
  #sectores .card-image {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

@media screen and (min-width: 1247px) {
  .carousel.slide .carousel-inner .item img {
    width: 100%;
  }
}

/*CARD CON TEXTOS PARA 2 COLUMNAS*/

.half {
  display: table;
}

.half .card-img {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  height: 30vh;
}

.half .card-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.half .card-body {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  background-color: #f5f8fa;
}

.half h6 {
  padding-top: 16px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
}

.half p {
  font-size: 14px;
  font-weight: 500;
  margin-left: 24px;
  margin-right: 24px;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .half {
    display: block;
  }

  .half p {
    padding-bottom: 16px;
  }

  .half .card-body,
  .half .card-img {
    display: block;
    width: 100%;
  }

  .half .card-img {
    height: 250px;
  }
}

/*CARD RESPONSIVE*/

.card.card-responsive {
  height: 100%;
  display: inline-block;
}

.card.card-responsive .card-img {
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

.card.card-responsive .card-img img {
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card.card-responsive .card-body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.card.card-responsive .card-body ul li,
.card.card-responsive .card-body p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.card.card-responsive .card-body > * {
  padding-left: 24px;
  padding-right: 24px;
}

.card.card-responsive .card-body > *:first-child {
  padding-top: 24px;
}

.card.card-responsive .card-body > *:last-child {
  padding-bottom: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .card.card-responsive .card-img img {
    display: block !important;
    width: 100%;
  }
}

/*-------- INTRO LANDING --------*/

.intro h1 {
  margin-bottom: 20px;
}

h1 + .reclamo {
  margin-top: 30px;
}

ul + .reclamo,
p + .reclamo {
  margin-top: 40px;
}

ul.tick {
  list-style: none;
  padding: 0px;
}

ul.tick li {
  position: relative;
  padding: 10px 0px 0 27px;
  margin: 0;
}

ul.tick li:after {
  content: url(./assets/OK.svg);
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
}

/*-------- SVG --------*/

/**colores de los svg*/

svg.svg-negro path,
svg.svg-negro g,
svg.svg-negro rect,
svg.svg-negro polygon,
svg.svg-negro circle {
  fill: #000000;
}

svg.svg-azul path,
svg.svg-azul g,
svg.svg-azul rect,
svg.svg-azul polygon,
svg.svg-azul circle {
  fill: #0b7ad0;
}

svg.svg-azul-alt path,
svg.svg-azul-alt g,
svg.svg-azul-alt rect,
svg.svg-azul-alt polygon,
svg.svg-azul-alt circle {
  fill: #2d5b7f;
}

svg.svg-rojo path,
svg.svg-rojo g,
svg.svg-rojo rect,
svg.svg-rojo polygon,
svg.svg-rojo circle {
  fill: #dd4c40;
}

svg.svg-gris path,
svg.svg-gri g,
svg.svg-gris rect,
svg.svg-gris polygon,
svg.svg-gris circle {
  fill: #989b9f;
}

svg.svg-gris-claro path,
svg.svg-gris-claro g,
svg.svg-gris-claro rect,
svg.svg-gris-claro polygon,
svg.svg-gris-claro circle {
  fill: #999;
}

svg.svg-blanco,
svg.svg-blanco path,
svg.svg-blanco g,
svg.svg-blanco rect,
svg.svg-blanco polygon,
svg.svg-blanco circle {
  fill: #f5f8fa;
}

@media (max-width: 767px) {
  svg.svg-xs-negro path,
  svg.svg-xs-negro g,
  svg.svg-xs-negro rect,
  svg.svg-xs-negro polygon,
  svg.svg-xs-negro circle {
    fill: #33393e;
  }

  svg.svg-xs-azul path,
  svg.svg-xs-azul g,
  svg.svg-xs-azul rect,
  svg.svg-xs-azul polygon,
  svg.svg-xs-azul circle {
    fill: #0b7ad0;
  }

  svg.svg-xs-azul-alt path,
  svg.svg-xs-azul-alt g,
  svg.svg-xs-azul-alt rect,
  svg.svg-xs-azul-alt polygon,
  svg.svg-xs-azul-alt circle {
    fill: #2d5b7f;
  }

  svg.svg-xs-rojo path,
  svg.svg-xs-rojo g,
  svg.svg-xs-rojo rect,
  svg.svg-xs-rojo polygon,
  svg.svg-xs-rojo circle {
    fill: #dd4c40;
  }

  svg.svg-xs-gris path,
  svg.svg-xs-gris g,
  svg.svg-xs-gris rect,
  svg.svg-xs-gris polygon,
  svg.svg-xs-gris circle {
    fill: #989b9f;
  }

  svg.svg-xs-gris-claro path,
  svg.svg-xs-gris-claro g,
  svg.svg-xs-gris-claro rect,
  svg.svg-xs-gris-claro polygon,
  svg.svg-xs-gris-claro circle {
    fill: #999;
  }

  svg.svg-xs-blanco path,
  svg.svg-xs-blanco g,
  svg.svg-xs-blanco rect,
  svg.svg-xs-blanco polygon,
  svg.svg-xs-blanco circle {
    fill: #f5f8fa;
  }
}

@media (min-width: 768px) {
  svg.svg-sm-negro path,
  svg.svg-sm-negro g,
  svg.svg-sm-negro rect,
  svg.svg-sm-negro polygon,
  svg.svg-sm-negro circle {
    fill: #33393e;
  }

  svg.svg-sm-azul path,
  svg.svg-sm-azul g,
  svg.svg-sm-azul rect,
  svg.svg-sm-azul polygon,
  svg.svg-sm-azul circle {
    fill: #0b7ad0;
  }

  svg.svg-sm-azul-alt path,
  svg.svg-sm-azul-alt g,
  svg.svg-sm-azul-alt rect,
  svg.svg-sm-azul-alt polygon,
  svg.svg-sm-azul-alt circle {
    fill: #2d5b7f;
  }

  svg.svg-sm-rojo path,
  svg.svg-sm-rojo g,
  svg.svg-sm-rojo rect,
  svg.svg-sm-rojo polygon,
  svg.svg-sm-rojo circle {
    fill: #dd4c40;
  }

  svg.svg-sm-gris path,
  svg.svg-sm-gris g,
  svg.svg-sm-gris rect,
  svg.svg-sm-gris polygon,
  svg.svg-sm-gris circle {
    fill: #989b9f;
  }

  svg.svg-sm-gris-claro path,
  svg.svg-sm-gris-claro g,
  svg.svg-sm-gris-claro rect,
  svg.svg-sm-gris-claro polygon,
  svg.svg-sm-gris-claro circle {
    fill: #999;
  }

  svg.svg-sm-blanco path,
  svg.svg-sm-blanco g,
  svg.svg-sm-blanco rect,
  svg.svg-sm-blanco polygon,
  svg.svg-sm-blanco circle {
    fill: #f5f8fa;
  }
}

@media (min-width: 992px) {
  svg.svg-md-negro path,
  svg.svg-md-negro g,
  svg.svg-md-negro rect,
  svg-svg-md-negro polygon,
  svg-svg-md-negro circle {
    fill: #33393e;
  }

  svg.svg-md-azul path,
  svg.svg-md-azul g,
  svg.svg-md-azul rect,
  svg.svg-md-azul polygon,
  svg.svg-md-azul circle {
    fill: #0b7ad0;
  }

  svg.svg-md-azul-alt path,
  svg.svg-md-azul-alt g,
  svg.svg-md-azul-alt rect,
  svg.svg-md-azul-alt polygon,
  svg.svg-md-azul-alt circle {
    fill: #2d5b7f;
  }

  svg.svg-md-rojo path,
  svg.svg-md-rojo g,
  svg.svg-md-rojo rect,
  svg.svg-md-rojo polygon,
  svg.svg-md-rojo circle {
    fill: #dd4c40;
  }

  svg.svg-md-gris path,
  svg.svg-md-gris g,
  svg.svg-md-gris rect,
  svg.svg-md-gris polygon,
  svg.svg-md-gris circle {
    fill: #989b9f;
  }

  svg.svg-md-gris-claro path,
  svg.svg-md-gris-claro g,
  svg.svg-md-gris-claro rect,
  svg.svg-md-gris-claro polygon,
  svg.svg-md-gris-claro circle {
    fill: #999;
  }

  svg.svg-md-blanco path,
  svg.svg-md-blanco g,
  svg.svg-md-blanco rect,
  svg.svg-md-blanco polygon,
  svg.svg-md-blanco circle {
    fill: #f5f8fa;
  }
}

@media (min-width: 1199px) {
  svg.svg-lg-negro path,
  svg.svg-lg-negro g,
  svg.svg-lg-negro rect,
  svg.svg-lg-negro polygon,
  svg.svg-lg-negro circle {
    fill: #33393e;
  }

  svg.svg-lg-azul path,
  svg.svg-lg-azul g,
  svg.svg-lg-azul rect,
  svg.svg-lg-azul polygon,
  svg.svg-lg-azul circle {
    fill: #0b7ad0;
  }

  svg.svg-lg-azul-alt path,
  svg.svg-lg-azul-alt g,
  svg.svg-lg-azul-alt rect,
  svg.svg-lg-azul-alt polygon,
  svg.svg-lg-azul-alt circle {
    fill: #2d5b7f;
  }

  svg.svg-lg-rojo path,
  svg.svg-lg-rojo g,
  svg.svg-lg-rojo rect,
  svg.svg-lg-rojo polygon,
  svg.svg-lg-rojo circle {
    fill: #dd4c40;
  }

  svg.svg-lg-gris path,
  svg.svg-lg-gris g,
  svg.svg-lg-gris rect,
  svg.svg-lg-gris polygon,
  svg.svg-lg-gris circle {
    fill: #989b9f;
  }

  svg.svg-lg-gris-claro path,
  svg.svg-lg-gris-claro g,
  svg.svg-lg-gris-claro rect,
  svg.svg-lg-gris-claro polygon,
  svg.svg-lg-gris-claro circle {
    fill: #999;
  }

  svg.svg-lg-blanco path,
  svg.svg-lg-blanco g,
  svg.svg-lg-blanco rect,
  svg.svg-lg-blanco polygon,
  svg.svg-lg-blanco circle {
    fill: #f5f8fa;
  }
}

/**tamaños iconos - svg*/

svg.svg-estandar,
img.svg-estandar {
  max-height: 60px !important;
  max-width: 60px !important;
}

svg.svg-7,
img.svg-7 {
  height: 20px !important;
  width: 20px !important;
  flex-shrink: 0;
}

svg.svg-8,
img.svg-8 {
  height: 16px !important;
  width: 16px !important;
}

svg.svg-xs,
img.svg-xs {
  height: 35px !important;
  width: 35px !important;
}

svg.svg-sm,
img.svg-sm {
  height: 45px !important;
  width: 45px !important;
}

svg.svg-smm,
img.svg-smm {
  height: 52px !important;
  width: 52px !important;
}

svg.svg-md,
img.svg-md {
  height: 90px !important;
  width: 90px !important;
}

svg.svg-lg,
img.svg-lg {
  height: 135px !important;
  width: 135px !important;
}

svg.svg-xl,
img.svg-xl {
  height: 165px !important;
  width: 165px !important;
}

.size-m {
  border: 1px solid transparent;
}

.size-m .svg {
  height: 80px;
}

.w-icon {
  margin: 40px 0 20px 0;
  padding-left: 60px;
}

.w-icon span {
  position: absolute;
  display: inline-block;
  margin-left: -60px;
  margin-top: -15px;
  padding: 7px;
  width: 45px;
  height: 45px;
}

.w-icon span.size-sm {
  padding: 10px;
}

.w-icon span .svg {
  height: 100%;
  width: 100%;
  text-align: center;
}

/*-------- foto con zoom y enlace --------*/

.foto-link a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 03s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.foto-link a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, transparent 10%, #303336 100%);
  background-image: -o-linear-gradient(top, transparent 10%, #303336 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, transparent),
    to(#303336)
  );
  background-image: linear-gradient(to bottom, transparent 10%, #303336 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 04s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.foto-link a .desc {
  position: absolute;
  width: 100%;
  top: 73%;
  left: 0;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1;
  color: #fff;
}

.foto-link a .desc h3 {
  color: #fff !important;
  font-size: 22px;
}

.foto-link a .desc h3 span {
  text-transform: none;
  font-weight: bold;
}

.foto-link a .desc p {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal !important;
}

.foto-link > div.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.foto-link h4 {
  color: #fff;
}

.foto-link .desc h5 {
  margin-bottom: 0;
}

.foto-link a:hover .desc p {
  opacity: 1;
}

.foto-link .nri {
  position: absolute;
  bottom: -10px;
  padding: 0;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .foto-link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11, 122, 208, 0.75);
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .foto-link a .desc p {
    font-size: 15px;
    line-height: 24px;
  }

  .foto-link a .desc h3 {
    font-size: 20px !important;
    line-height: 26px;
  }

  .foto-link a:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .foto-link a .desc {
    top: inherit;
    bottom: 20px;
  }

  .foto-link a .desc p {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
  .foto-link a:hover {
    transform: scale(1.05);
    z-index: 2;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
      0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
      0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    color: inherit !important;
    font-weight: normal !important;
  }

  .foto-link a:hover h4 {
    color: #fff !important;
  }

  .foto-link a:hover:before {
    background: rgba(11, 122, 208, 0.75);
  }

  .foto-link a:hover .desc {
    top: 16%;
  }

  .blog-highlight {
    display: flex;
    align-items: stretch;
  }

  .blog-highlight .entry-header,
  .blog-highlight .entry-content {
    flex: 1 1 auto !important;
    width: 50%;
  }
}

.blog-highlight .entry-header {
  overflow: unset !important;
}

.blog-highlight {
  background-color: white;
}

.blog-highlight .post .entry-content {
  border-color: transparent;
}

#otras-inversiones .foto-link a:hover .desc {
  top: 41%;
}

#renting .foto-link a:hover .desc {
  top: 42%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .foto-link a {
    overflow: hidden;
    max-height: 320px;
    margin-bottom: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .foto-link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(11, 122, 208, 0.75);
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .contenido_completo .foto-link a .desc p {
    font-size: 15px;
    line-height: 24px;
  }

  .foto-link a .desc h3 {
    font-size: 20px !important;
    line-height: 26px;
  }

  .foto-link a:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .foto-link a .desc {
    bottom: inherit;
    top: 40%;
  }

  .foto-link a .desc p {
    opacity: 1;
  }

  .foto-link .nri {
    bottom: 0;
    z-index: 2;
  }
}

@media only screen and (max-width: 767px) {
  .foto-link a {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .foto-link .nri {
    z-index: 2;
  }

  .nri-right {
    bottom: 0;
    right: 15px;
  }
}

/*-------- Tabs horizontales --------*/

.horizontal-tab li a:focus,
.horizontal-tab li a:hover,
.horizontal-tab li a:active {
  background-color: transparent;
}

.horizontal-tab li a:hover {
  border: none;
}

.horizontal-tab li.active a,
.horizontal-tab li.active a:focus,
.horizontal-tab li.active a:hover,
.horizontal-tab li.active a:active {
  color: #0b7ad0 !important;
  border: none;
}

.horizontal-tab li {
  margin: 0;
  text-align: center;
}

.horizontal-tab li a {
  border: none;
  color: #222;
  text-transform: uppercase;
  padding: 14px 28px;
}

.horizontal-tab li a span {
  display: block;
  margin-top: 10px;
}

.horizontal-tab li .svg {
  height: 52px;
  width: auto;
  position: relative;
  top: 2px;
}

.horizontal-tab li .svg path {
  fill: #aaaaaa;
}

.horizontal-tab li.active .svg path {
  fill: #0b7ad0;
}

.horizontal-tab li:before {
  position: absolute;
  bottom: 15px;
  right: 0;
  content: "";
  background: #ccc;
  height: 20px;
  width: 1px;
}

.horizontal-tab li:last-child:before {
  content: none;
}

.horizontal-tab li.active a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #0b7ad0;
  width: 100%;
  height: 3px;
}

.horizontal-tab {
  margin-bottom: 25px;
  padding-left: 0 !important;
}

.horizontal-tab + .panel-group + .panel-body {
  padding: 15px 0;
}

.horizontal-tab + .panel-group .panel-heading h4 {
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .horizontal-tab li a {
    padding: 14px 19px;
  }
}

@media screen and (max-width: 767px) {
  .vertical-tab .panel-group .panel-heading h4 a,
  .horizontal-tab + .panel-group .panel-heading h4 a {
    display: block;
  }

  .horizontal-tab + .panel-group .panel-heading .svg {
    display: none !important;
  }
}

/* RIBBON */

.ribbon {
  position: absolute;
  right: 105px;
  top: 25px;
  z-index: 1;
  text-align: right;
}

.ribbon span {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  background: #e52726;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de786f),
    to(#dd4c40)
  );
  background: -webkit-linear-gradient(#de786f 0%, #dd4c40 100%);
  background: -o-linear-gradient(#de786f 0%, #dd4c40 100%);
  background: linear-gradient(#de786f 0%, #dd4c40 100%);
  position: absolute;
  padding: 5px 30px;
}

/*** SEMAFOROS RIESGO Y ALERTAS DE COMPLEJIDAD
---------------------------------------------*/

div .product-header div {
  position: unset;
}

div .product-header div.no-unset {
  position: relative;
}

#semaforos-riesgo {
  position: absolute;
  z-index: 3;
}

#semaforos-riesgo.relative {
  position: relative !important;
}

#semaforos-riesgo p,
#advertencia-complejidad p {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 13px;
}

#advertencia-complejidad {
  color: #999;
  padding: 8px 16px;
  margin: 8px 0px;
}

#advertencia-complejidad .advertencia {
  font-size: 1.6em;
  padding-right: 8px;
}

#advertencia-complejidad .box {
  border: 1px solid #ccc;
  padding: 8px;
}

#semaforos-riesgo .box {
  padding: 0;
  display: block;
}

#semaforos-riesgo .blk-semaforo {
  position: relative;
  padding: 8px 12px;
  display: table-cell;
  vertical-align: middle;
}

#semaforos-riesgo .blk-right {
  position: relative;
  padding: 8px 12px;
  display: table-cell;
  width: 66%;
  vertical-align: middle;
}

#semaforos-riesgo .semaforo {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 4px;
}

#semaforos-riesgo .txt-semaforo {
  display: block;
  margin-top: 16px;
}

#semaforos-riesgo .txt-semaforo,
#semaforos-riesgo .cobertura p {
  color: #000000 !important;
}

#semaforos-riesgo .semaforo span {
  color: #bdbdbd;
}

#semaforos-riesgo .titulo {
  font-weight: 600;
  color: #0b7ad0;
}

#semaforos-riesgo .alerta {
  position: relative;
}

#semaforos-riesgo .lock {
  position: absolute;
  margin-top: 8px;
}

#semaforos-riesgo .lock .svg {
  height: 25px;
  width: 25px;
}

#semaforos-riesgo .lock + p {
  margin-left: 64px;
  margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #semaforos-riesgo .box,
  #semaforos-riesgo .blk-semaforo,
  #semaforos-riesgo .blk-right {
    display: block;
    width: auto;
  }

  #semaforos-riesgo .blk-right {
    border-left: 0;
  }

  #semaforos-riesgo [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}

.noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Estilos para escala de riesgos*/

.escala-riesgo {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 13px;
  margin-bottom: 16px;
  width: 100%;
}

.escala-riesgo tr th {
  font-weight: normal;
  border-bottom: 0;
  color: #606366;
  background-color: #f6f6f6;
}

.escala-riesgo tr.leyenda-numeros td {
  text-align: center;
  border: 1px solid #dcdcdc;
  color: #808386;
  width: 14.85%;
  width: 14%;
  height: 24px;
}

.escala-riesgo tr.leyenda-numeros.riesgo1 td:nth-child(1),
.escala-riesgo tr.leyenda-numeros.riesgo2 td:nth-child(2),
.escala-riesgo tr.leyenda-numeros.riesgo3 td:nth-child(3),
.escala-riesgo tr.leyenda-numeros.riesgo4 td:nth-child(4),
.escala-riesgo tr.leyenda-numeros.riesgo5 td:nth-child(5),
.escala-riesgo tr.leyenda-numeros.riesgo6 td:nth-child(6),
.escala-riesgo tr.leyenda-numeros.riesgo7 td:nth-child(7) {
  background-color: #545454;
  color: #fff;
}

.advertencia-escala {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  position: relative;
}

.advertencia-escala span.glyphicon {
  font-size: 28px;
  left: 8px;
  position: absolute;
}

.advertencia-escala span.text-glyphicon {
  margin-left: 50px;
  display: inline-block;
}

.coletilla-escala {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 13px;
}

/*Estilos complejidad*/

.caja-perfil {
  background-color: #f4f7fc;
  font-size: 12px;
  line-height: 20px;
  padding: 16px 16px 8px 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 2px;
  color: #989b9f;
}

.caja-perfil strong {
  font-weight: 600;
}

.bloque-complex + .perfil .caja-perfil {
  margin-top: 0;
}

.caja-perfil.bg {
  background-color: #fff;
}

.blk-main.bg .caja-perfil {
  background-color: #fff;
}

/*** NRI - número registro interno
---------------------------------------------*/

.nri {
  padding-top: 20px;
  font-size: 10px;
  color: #989b9f !important;
  font-weight: 300;
}

.nri strong {
  font-size: 1em !important;
  color: #777777 !important;
}

.nri-right {
  bottom: 10px;
  right: 30px;
  position: absolute;
  margin-top: 15px;
  font-size: 10px;
  background: #fff;
  padding: 0px 10px;
}

/*** Tablas - condiciones
---------------------------------------------*/

table.condiciones tr td,
table.condiciones tr th {
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid #ecf0f4;
}

table.condiciones tr.no-border th,
table.condiciones tr.no-border td,
table.condiciones tr th.no-border,
table.condiciones tr td.no-border {
  border: 0;
}

table.condiciones tr th:first-child,
table.condiciones tr td:first-child {
  font-weight: 600;
  border: 0;
  width: 27.272727%;
  padding-right: 16px;
}

table.condiciones .sub-td {
  display: block;
  margin-left: 98px;
  margin-top: 24px;
}

table.condiciones .heading-col tr th {
  text-transform: uppercase;
  color: #0b7ad0;
  font-size: 12px;
}

/*** Condiciones - con DIVS - responsivas
---------------------------------------------*/

.tabla-condiciones > .row > div {
  padding-top: 32px;
  padding-bottom: 32px;
}

.tabla-condiciones.tabla-ficha > .row > div {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tabla-condiciones > .row > div:last-child {
  border-bottom: 1px solid #ecf0f4;
}

.tabla-condiciones > .row > div.no-border {
  border-bottom: 1px solid transparent;
}

.tabla-condiciones .no-border {
  border: 0 !important;
}

.tabla-condiciones .border {
  border-bottom: 1px solid #ecf0f4;
}

.tabla-condiciones > .row > div p {
  margin-bottom: 0;
}

.tabla-condiciones > .row > div p + p {
  margin-top: 16px;
}

.tabla-condiciones .col-sm-8 .col-offset-1 {
  margin-top: 16px;
  margin-left: 13%;
}

.tabla-condiciones.tabla-ficha .col-sm-6 .col-offset-1 {
  margin-top: 16px;
  margin-left: 13%;
}

.tabla-condiciones.tabla-ficha > .row > .col-sm-5:first-of-type p {
  font-weight: bold;
}

.tabla-condiciones .heading-col p {
  text-transform: uppercase;
  color: #0b7ad0;
  font-weight: 600;
  display: inline-block;
}

.tabla-condiciones-menor > .row > div {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tabla-condiciones-menor > .row > div p {
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .tabla-condiciones > .row {
    margin-top: 24px;
  }

  .tabla-condiciones > .row:first-child {
    margin-top: 0;
  }

  .tabla-condiciones > .row > div {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 8px;
  }

  .tabla-condiciones.tabla-ficha > .row > div {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 8px;
  }

  .tabla-condiciones > .row > div:first-child {
    margin-top: 0;
  }

  .tabla-condiciones > .row > div:last-child {
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabla-condiciones .heading-col p {
    font-size: 14px;
  }
}

/* Nuevas tablas comparativas a primer nivel */

.tabla-comparativa > tbody > tr > td:first-of-type {
  font-weight: bold !important;
  padding-left: 0 !important;
}

.tabla-comparativa > tbody > tr > td:not(:first-of-type) {
  font-weight: normal !important;
}

/*** Modales
---------------------------------------------*/

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-header,
.modal-body {
  position: relative !important;
}

.modal-header {
  border-color: transparent;
}

.modal-body {
  padding: 0;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0;
}

.modal-content {
  margin-top: 5vh;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .modal-content {
    margin-top: 0;
    max-height: 100vh;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}

.modal-dialog.transparent * {
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.modal-dialog.transparent img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.modal-dialog.modal-xs .modal-body,
.modal-dialog.modal-sm .modal-body,
.modal-dialog.modal-md .modal-body,
.modal-dialog.modal-lg .modal-body {
  padding: 16px;
}

.modal-dialog.modal-lg .modal-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog.modal-md .modal-content {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog.modal-sm .modal-content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog.modal-xs .modal-content {
  width: 600px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.modal .close {
  width: 40px;
  height: 40px;
  line-height: 0;
  opacity: 1;
}

.modal .close.fixed {
  position: fixed;
  top: calc(5vh + 40px);
  right: 38px;
  z-index: 999;
}

.modal .close .svg {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .modal-dialog.modal-xs .modal-content,
  .modal-dialog.modal-md .modal-content,
  .modal-dialog.modal-sm .modal-content {
    width: auto;
  }

  .modal .close .svg {
    right: 24px;
  }

  .modal .close.fixed {
    right: 2%;
    top: 2%;
  }
}

/*** Centrado vertical productos destacados
---------------------------------------------*/

.centrado-vertical {
  position: relative;
}

.centrado-vertical p {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -12px;
}

/*Estilos modificados para lista de características con ilustracion*/

.featured-item.w-pic {
  padding: 25px 0;
}

.featured-item.w-pic .icon {
  width: 80px;
  height: 100px;
  text-align: right;
  vertical-align: top;
}

.featured-item.w-pic .icon .svg {
  height: 100%;
  width: auto;
  max-width: 80px;
  max-height: 96px;
  position: static;
}

@media only screen and (max-width: 767px) {
  .featured-item.icon-left.w-pic {
    margin-top: 0;
  }
}

/*Estilos para las FAQS*/

.faqs .panel-according .panel-default {
  margin-bottom: 0;
}

.faqs .panel-according .panel-default .panel-heading .panel-title a {
  padding: 24px 48px 24px 0;
}

.faqs
  .panel-according
  > .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  padding: 16px 48px 24px 0;
  color: #989b9f;
}

.faqs .panel-according .panel-default .panel-body p:last-child {
  margin-bottom: 0;
}

.faqs
  .panel-according
  .panel-default:first-child
  .panel-heading
  .panel-title
  a {
  border-top: 1px solid rgba(218, 226, 233, 0.7);
}

.faqs .according-icon .panel .panel-heading a:after {
  color: #33393e;
  font-size: 23px;
  font-weight: 400;
  line-height: normal !important;
  top: 24px;
}

/*Imagen de cabecera genérica con fade*/

/*** PRODUCTO HEADER
-------------------------------------------*/

.product-header.fondos-inversion {
  background: url(./assets/cuenta-corriente.jpg)
    no-repeat right 40%;
}

.product-header h1 {
  margin-top: 100px;
}

.product-header .claim,
.title-header .claim {
  font-size: 20px;
  line-height: 28px;
}

.product-header.vcenter {
  background-position: center right !important;
}

@media only screen and (max-width: 991px) {
  .product-header {
    position: relative;
    min-height: auto;
    padding-bottom: 20px;
    z-index: 1;
  }

  .product-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(237, 242, 245, 0.7);
    z-index: -1;
  }

  .blackfriday.product-header:before {
    background-color: #ee9dab !important;
  }

  .dark-bg.product-header:before {
    background-color: rgb(60, 60, 60) !important;
  }

  .product-header h1 {
    margin-top: 20px !important;
    margin-bottom: 15px;
  }

  .product.header .card-mini .card-title h1 {
    margin-top: 0 !important;
  }
}

.product-header {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 63%;
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .product-header {
    min-height: 350px;
  }
}

section.flip-it {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.flip-it .container {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1580px) {
  .product-header.ficha-promo {
    background-size: 73%;
  }
}

@media (max-width: 991px) {
  .product-header.ficha-promo {
    background-size: cover;
  }
}

.product-header .container {
  position: relative;
  z-index: 2;
}

.product-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 45%;
  height: 100%;
  top: 0;
  right: 28%;
}

.product-header h1 {
  margin-top: 50px;
}

/*Colores del fade*/

.product-header.white-bg:after,
.product-interior.white-bg:after {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(244, 247, 252, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fc', endColorstr='#f4f7fc', GradientType=1);
}

.product-header.fondo1-bg:not(.nofade):after,
.product-interior.fondo1-bg:not(.nofade):after {
  background: rgba(244, 247, 252, 1);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(244, 247, 252, 1)),
    color-stop(50%, rgba(244, 247, 252, 1)),
    color-stop(100%, rgba(244, 247, 252, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(244, 247, 252, 1) 0%,
    rgba(244, 247, 252, 1) 50%,
    rgba(244, 247, 252, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 247, 252, 1) 0%,
    rgba(244, 247, 252, 1) 50%,
    rgba(244, 247, 252, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(244, 247, 252, 1)),
    color-stop(50%, rgba(244, 247, 252, 1)),
    to(rgba(244, 247, 252, 0))
  );
  background: linear-gradient(
    to right,
    rgba(244, 247, 252, 1) 0%,
    rgba(244, 247, 252, 1) 50%,
    rgba(244, 247, 252, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fc', endColorstr='#f4f7fc', GradientType=1);
}

.product-header.dark-bg {
  background-color: rgb(60, 60, 60);
}

.product-header.dark-bg:after {
  background: rgba(60, 60, 60, 1);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(60, 60, 60, 1)),
    color-stop(50%, rgba(60, 60, 60, 1)),
    color-stop(100%, rgba(60, 60, 60, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(60, 60, 60, 1) 0%,
    rgba(60, 60, 60, 1) 50%,
    rgba(60, 60, 60, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(60, 60, 60, 1) 0%,
    rgba(60, 60, 60, 1) 50%,
    rgba(60, 60, 60, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(60, 60, 60, 1)),
    color-stop(50%, rgba(60, 60, 60, 1)),
    to(rgba(60, 60, 60, 0))
  );
  background: linear-gradient(
    to right,
    rgba(60, 60, 60, 1) 0%,
    rgba(60, 60, 60, 1) 50%,
    rgba(60, 60, 60, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#383838', GradientType=1);
}

.fondo1-bg.blackfriday {
  background-color: #ee9dab;
}

.product-header.fondo1-bg.blackfriday:after,
.product-interior.fondo1-bg.blackfriday:after {
  background: none;
}

.product-header.fondo2-bg:after,
.product-interior.fondo2-bg:after {
  background: rgba(221, 227, 238, 1);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(221, 227, 238, 1)),
    color-stop(50%, rgba(221, 227, 238, 1)),
    color-stop(100%, rgba(221, 227, 238, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(221, 227, 238, 1) 0%,
    rgba(221, 227, 238, 1) 50%,
    rgba(221, 227, 238, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(221, 227, 238, 1) 0%,
    rgba(221, 227, 238, 1) 50%,
    rgba(221, 227, 238, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(221, 227, 238, 1)),
    color-stop(50%, rgba(221, 227, 238, 1)),
    to(rgba(221, 227, 238, 0))
  );
  background: linear-gradient(
    to right,
    rgba(221, 227, 238, 1) 0%,
    rgba(221, 227, 238, 1) 50%,
    rgba(221, 227, 238, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fc', endColorstr='#f4f7fc', GradientType=1);
}

.product-header.fondo3-bg:after,
.product-interior.fondo3-bg:after {
  background: rgba(213, 222, 229, 1);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(213, 222, 229, 1)),
    color-stop(50%, rgba(213, 222, 229, 1)),
    color-stop(100%, rgba(213, 222, 229, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(213, 222, 229, 1) 0%,
    rgba(213, 222, 229, 1) 50%,
    rgba(213, 222, 229, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(213, 222, 229, 1) 0%,
    rgba(213, 222, 229, 1) 50%,
    rgba(213, 222, 229, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(213, 222, 229, 1)),
    color-stop(50%, rgba(213, 222, 229, 1)),
    to(rgba(213, 222, 229, 0))
  );
  background: linear-gradient(
    to right,
    rgba(213, 222, 229, 1) 0%,
    rgba(213, 222, 229, 1) 50%,
    rgba(213, 222, 229, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fc', endColorstr='#f4f7fc', GradientType=1);
}

@media screen and (min-width: 1500px) {
  .product-header h1 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-header {
    background-size: 75%;
  }

  .product-header:after {
    right: 35%;
  }
}

@media screen and (max-width: 991px) {
  .product-header {
    position: relative;
    min-height: 200px;
    background: none !important;
  }

  .product-header:after {
    display: none;
  }
}

/*degradados para separar secciones blancas*/

.gradient-up {
  background: rgba(245, 245, 245, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 245, 245, 1)),
    color-stop(50%, rgba(245, 245, 245, 0)),
    color-stop(100%, rgba(245, 245, 245, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(245, 245, 245, 1)),
    color-stop(50%, rgba(245, 245, 245, 0)),
    to(rgba(245, 245, 245, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
}

.gradient-right2 {
  background: rgba(245, 245, 245, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 245, 245, 1)),
    color-stop(50%, rgba(245, 245, 245, 0)),
    color-stop(100%, rgba(245, 245, 245, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 0) 80%
  );
  background: -o-linear-gradient(
    top,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 0) 80%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(245, 245, 245, 1)),
    color-stop(50%, rgba(245, 245, 245, 0)),
    to(rgba(245, 245, 245, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 0) 80%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
}

.gradient-down {
  background: rgba(245, 245, 245, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 245, 245, 0)),
    color-stop(50%, rgba(245, 245, 245, 0)),
    color-stop(100%, rgba(245, 245, 245, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(245, 245, 245, 0)),
    color-stop(50%, rgba(245, 245, 245, 0)),
    to(rgba(245, 245, 245, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0) 50%,
    rgba(245, 245, 245, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
}

.gradient-left {
  background: -webkit-linear-gradient(
    left,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(245, 245, 245, 1)),
    color-stop(50%, rgba(245, 245, 245, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#00ffffff', GradientType=1);
}

.gradient-right {
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgba(245, 245, 245, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(245, 245, 245, 1)),
    to(rgba(245, 245, 245, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgba(245, 245, 245, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgba(245, 245, 245, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5f5f5', GradientType=1);
}

.gradient-left-50::before,
.gradient-left-100::before,
.gradient-right-50::before,
.gradient-right-100::before {
  content: "";
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient-left-50::before {
  background: -webkit-linear-gradient(
    left,
    rgba(244, 247, 253, 1) 0%,
    rgba(244, 247, 253, 1) 60%,
    rgba(244, 247, 253, 0) 75%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(244, 247, 253, 1)),
    color-stop(50%, rgba(244, 247, 253, 1)),
    color-stop(75%, rgba(244, 247, 253, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 247, 253, 1) 0%,
    rgba(244, 247, 253, 1) 60%,
    rgba(244, 247, 253, 0) 75%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(244, 247, 253, 1)),
    color-stop(60%, rgba(244, 247, 253, 1)),
    color-stop(75%, rgba(244, 247, 253, 0))
  );
  background: linear-gradient(
    to right,
    rgba(244, 247, 253, 1) 0%,
    rgba(244, 247, 253, 1) 60%,
    rgba(244, 247, 253, 0) 75%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fd', endColorstr='#00f4f7fd', GradientType=1);
}

.gradient-left-100::before {
  background: -webkit-linear-gradient(
    left,
    rgba(244, 247, 253, 1) 50%,
    rgba(244, 247, 253, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(244, 247, 253, 1)),
    to(rgba(244, 247, 253, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 247, 253, 1) 50%,
    rgba(244, 247, 253, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(244, 247, 253, 1) 50%,
    rgba(244, 247, 253, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fd', endColorstr='#00f4f7fd', GradientType=1);
}

.gradient-right-50::before {
  background: -webkit-linear-gradient(
    left,
    rgba(244, 247, 253, 0) 25%,
    rgba(244, 247, 253, 1) 40%,
    rgba(244, 247, 253, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, rgba(244, 247, 253, 0)),
    color-stop(50%, rgba(244, 247, 253, 1)),
    to(rgba(244, 247, 253, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 247, 253, 0) 25%,
    rgba(244, 247, 253, 1) 40%,
    rgba(244, 247, 253, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, rgba(244, 247, 253, 0)),
    color-stop(40%, rgba(244, 247, 253, 1)),
    to(rgba(244, 247, 253, 1))
  );
  background: linear-gradient(
    to right,
    rgba(244, 247, 253, 0) 25%,
    rgba(244, 247, 253, 1) 40%,
    rgba(244, 247, 253, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f4f7fd', endColorstr='#f4f7fd', GradientType=1);
}

.gradient-right-100::before {
  background: -webkit-linear-gradient(
    left,
    rgba(244, 247, 253, 0) 0%,
    rgba(244, 247, 253, 1) 50%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(244, 247, 253, 0)),
    color-stop(50%, rgba(244, 247, 253, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(244, 247, 253, 0) 0%,
    rgba(244, 247, 253, 1) 50%
  );
  background: linear-gradient(
    to right,
    rgba(244, 247, 253, 0) 0%,
    rgba(244, 247, 253, 1) 50%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f4f7fd', endColorstr='#f4f7fd', GradientType=1);
}

#navFooter > a {
  font-weight: 700;
  color: #33393e;
  line-height: 40px;
}

#navFooter .well {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#navFooter ul.subnav {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  margin-left: 0 !important;
}

#navFooter ul.subnav li {
  list-style: none;
}

#navFooter ul.subnav li a {
  color: #808080;
}

#navFooter ul.subnav li a:hover {
  color: #2d5b7f;
}

#navFooter .glyphicon-chevron-down {
  margin-left: 16px;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  #navFooter > a {
    font-size: 120%;
  }

  #navFooter ul.subnav {
    margin-left: 8px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  #navFooter .glyphicon-chevron-down {
    visibility: visible;
  }
}

/* SLIDE BLOG NUEVO */

#blog .swiper-container {
  width: auto;
  height: 100%;
  border-radius: 2px;
}

#blog .swiper-slide {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* SLIDE BLOG NUEVO */

#blog .swiper-slide .post-wrapper .thumb-wrapper img {
  float: left;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}

#blog .swiper-slide .post-wrapper .thumb-wrapper .cover {
  -o-object-fit: cover;
  object-fit: cover;
}

#blog .swiper-slide,
#blog .swiper-slide .post-wrapper .thumb-wrapper img,
#blog .post-wrapper,
#blog .post-wrapper .thumb-wrapper {
  border-radius: 2px;
}

/* HOME PARTICULARES- NEGOCIOS */

/* #buscador_home:not(.empresas) {
background: url(./assets/banner.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
} */

#buscador_home:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

#buscador_home form {
  margin-bottom: 0px;
  border: none;
}

#buscador_home .form-control,
.busca .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#buscador_home .input-group-addon,
.busca .input-group-addon {
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #ffffff;
  border: 0px;
  font-size: 28px;
}

#buscador_home .input-buscador,
.busca .input-buscador {
  color: #808080;
  background: #fff;
  padding: 25px 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  border-radius: 2px;
  border: 2px solid white;
}

#buscador_home .container-fluid img {
  max-width: 80%;
}

#buscador_home .input-buscador:hover,
.busca .input-buscador:hover {
  border-radius: 2px;
  border: 2px solid #0b7ad0;
}

#buscador_home .btn_buscar,
.busca .btn_buscar {
  border-radius: 2px;
}

#buscador_home h2 {
  position: relative;
}

@media screen and (max-width: 480px) {
  #buscador_home svg,
  #buscador_home .svg.svg-blanco.svg-xs {
    max-width: 28px !important;
    max-height: 28px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  #buscador_home svg,
  #buscador_home .svg.svg-blanco.svg-xs {
    max-width: 30px !important;
    max-height: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  /* #buscador_home:not(.empresas) {
  background: url(./assets/banner_home_movil.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
} */

  #buscador_home .input-buscador,
  .busca .input-buscador {
    width: 90%;
  }

  #buscador_home .section-padding-big,
  .busca .section-padding-big {
    padding: 0;
  }

  #buscador_home .section-padding,
  .busca .section-padding {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  #sectores h4 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  #fundacion p {
    padding: 0;
  }
}

#bloquecontacto .white.text-center span {
  margin-left: 5%;
}

.top-bar-cta li a {
  font-weight: 600;
}

#blog .post-wrapper {
  border-radius: 2px;
}

@media screen and (min-width: 481px) {
  .card-white,
  .card-blue {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .icon {
    text-align: center;
  }

  .mycarousel {
    position: relative;
  }
}

.mycarousel {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .card-white,
  .card-blue {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  #bloque_necesitas .carousel-inner {
    height: 494px;
  }
}

/***	Eventos destacados
--------------------------------------------------------------------------*/

#eventos {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f5f8fa;
  font-size: 16px;
  line-height: 24px;
}

#eventos .destacado {
  border-left: 1px solid #84a0b5;
}

#eventos .destacado a {
  color: #f5f8fa;
  display: block;
}

#eventos .destacado a:hover .titulo {
  text-decoration: underline;
}

#eventos .destacado:last-child {
  border-right: 1px solid #84a0b5;
}

#eventos .destacado [class*="col-"] {
  float: left;
}

#eventos .destacado .col-1-3 {
  width: 15%;
}

#eventos .destacado .col-2-3 {
  width: 65%;
}

#eventos .destacado .col-3-3 {
  width: 20%;
}

#eventos .destacado:after {
  content: "";
  display: table;
  clear: both;
}

#eventos .destacado .mes {
  font-size: 12px;
  text-align: left;
  line-height: 18px;
}

#eventos .destacado .titulo {
  font-weight: 500;
}

#eventos .destacado .dia {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

#eventos .destacado .ciudad {
  color: #b3cadc;
}

/* *color de los svg*/

#eventos .destacado .svg {
  fill: #f5f8fa !important;
}

#eventos .destacado .svg {
  stroke: #f5f8fa !important;
}

@media only screen and (max-width: 1247px) and (min-width: 1024px) {
  #eventos .destacado .col-2-3 {
    width: 80%;
  }

  #eventos .destacado .col-3-3 {
    width: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .top-social-bar ul li a {
    width: 15px;
  }

  #blog .swiper-slide .post-wrapper .thumb-wrapper img {
    height: 189px;
  }
}

.adapta {
  background: #ffffff;
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 15%,
    #ecf1f7 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(15%, #ffffff),
    to(#ecf1f7)
  );
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 15%, #ecf1f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, #ecf1f7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecf1f7', GradientType=0);
  padding: 60px 0 80px 0;
}

.cta {
  background-color: #333;
}

/* NECESITAS */

#bloque_necesitas {
  position: relative;
}

#bloque_necesitas .lado_derecho {
  padding: 0% 9% 0% 0%;
}

#bloque_necesitas .texto_bloque {
  width: 87%;
}

#bloque_necesitas .texto_bloque h1 {
  margin-bottom: 8%;
}

#bloque_necesitas .texto_movil {
  text-align: right;
  padding-left: 0px;
}

#bloque_necesitas .texto_movil h5 {
  margin: 0px;
}

#bloque_necesitas .fondo-necesitas {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 62%;
  height: 100%;
  background-color: #f4f7fd;
  z-index: -1;
}

#bloque_necesitas .parrafo {
  margin-top: 30px;
}

#bloque_necesitas .contenido_movil {
  margin-top: 12%;
}

#bloque_necesitas .contenido_movil ul li {
  margin-bottom: 2em;
  border-top: 2px solid transparent;
}

@media screen and (min-width: 1025px) {
  #bloque_necesitas .fondo-necesitas:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3%;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
    border-left: solid 25px #fff;
    border-right: solid 25px transparent;
  }

  #bloque_necesitas .contenido_movil ul li a {
    display: block;
    padding-top: 10px;
  }
}

#bloque_necesitas .contenido_movil li.active {
  border-top: 2px solid #3c95d9;
  font-weight: 500;
}

#bloque_necesitas .contenido_movil .texto_gris h6 {
  line-height: 20px;
}

#bloque_necesitas .texto_gris {
  margin-top: 40%;
  margin-left: 14%;
}

#bloque_necesitas .texto_gris i {
  padding-left: 10px;
}

#bloque_necesitas .contenido_movil ul li.active a span {
  display: block;
}

#bloque_necesitas .contenido_movil ul li:hover,
#bloque_necesitas .contenido_movil ul li:focus {
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

.bloques-fundacion .card {
  padding: 40px 30px 20px 30px;
}

@media screen and (max-width: 1024px) {
  #fundacion p {
    padding-left: 0;
    padding-right: 0;
  }

  #fundacion .card {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  #bloque_necesitas .texto_bloque {
    padding: 0 2em;
  }

  #bloque_necesitas .contenido_movil ul li {
    padding: 0;
  }

  #bloque_necesitas .contenido_movil .list-unstyled li {
    padding-top: 5px;
  }

  #bloque_necesitas .contenido_movil ul li a {
    display: inline-block;
  }

  #bloque_necesitas .contenido_movil ul {
    position: relative;
  }

  #bloque_necesitas .mycarousel .fondo-necesitas {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: 213px;
    background-color: #f4f7fd;
  }
}

@media screen and (min-width: 481px) {
  .mycarousel .fondo-necesitas {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 313px;
  }
}

@media screen and (max-width: 1199px) {
  #bloque_necesitas .texto_bloque {
    padding: 0 2em;
  }

  #bloque_necesitas .contenido_movil li.active {
    border-top: 2px solid transparent;
  }

  #bloque_necesitas .contenido_movil {
    margin-top: 30px;
    margin-right: 0px;
    border: none;
  }

  #bloque_necesitas h4 {
    font-size: 22px;
  }

  #bloque_necesitas .contenido_movil .texto_gris {
    margin-left: 0px;
  }

  #bloque_necesitas .texto_gris {
    margin-top: 0px;
  }

  #bloque_necesitas .contenido_movil ul li {
    display: inline-block;
    /* font-size: 22px; */
  }

  #bloque_necesitas .contenido_movil ul li a {
    display: inline-block;
    color: #0a79d0;
    border-bottom: 4px solid transparent;
    padding: 4px 0 0 5px;
  }

  #bloque_necesitas .contenido_movil ul li a:hover,
  #bloque_necesitas .contenido_movil ul li a:focus,
  #bloque_necesitas .contenido_movil ul li.active a {
    text-decoration: none;
    border-bottom: 4px solid #0a79d0;
  }

  #bloque_necesitas .contenido_movil ul li.active a span {
    display: block;
  }

  #bloque_necesitas .texto_bloque {
    width: auto;
  }

  #bloque_necesitas .contenido_movil .list-unstyled li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #bloque_necesitas .contenido_movil ul li a span {
    position: absolute;
    top: 5px;
    left: 15px;
    width: auto;
    font-size: 90%;
    display: none;
  }

  #bloque_necesitas .contenido_movil ul li a p {
    padding: 0;
    margin: 0;
  }

  #eventos .destacado {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #84a0b5;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #eventos .destacado:last-child {
    border: 0px;
  }

  #eventos .destacado svg {
    max-width: 60px !important;
    min-width: 50px !important;
    float: right;
  }
}

@media only screen and (max-width: 1247px) and (min-width: 1025px) {
  #bloque_necesitas > .fondo-necesitas {
    width: 100%;
    right: 0;
    top: 0;
  }
}

.dark-box {
  padding: 24px;
  background: #dde3ee;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.block-left {
  position: absolute !important;
  z-index: 5;
  left: 0;
}

.block-right {
  position: absolute !important;
  z-index: 5;
  right: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

#bloque_necesitas .carousel {
  max-height: 554px;
  margin-top: 15px;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 0 0 30px 30px;
}

#bloque_necesitas .carousel:after {
  content: "";
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
  box-shadow: 0px 1px 10px #000;
  -webkit-box-shadow: 0px 1px 30px #000;
  -moz-box-shadow: 0px 1px 30px #000;
  -ms-box-shadow: 0px 1px 30px #000;
  -o-box-shadow: 0px 1px 30px #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#bloque_necesitas .carousel .carousel-inner {
  border-radius: 30px;
}

#bloque_necesitas .carousel-inner .item h1 {
  margin-top: 0;
}

.movil-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 265px;
  height: 517px;
  background: url(./assets/movil.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  z-index: 5 !important;
  overflow: hidden;
}

.contenido-movil i {
  margin-left: 30px !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .carousel-fade .carousel-control {
    width: 10%;
  }
}

@media screen and (max-width: 1320px) {
  .carousel-fade .carousel-control {
    width: 8%;
  }
}

@media screen and (max-width: 1199px) {
  #bloque_necesitas .carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 187px;
    margin-top: 0;
    width: 230px;
  }

  #bloque_necesitas .carousel:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }

  #bloque_necesitas .carousel .carousel-inner {
    height: 187px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .mycarousel .movil-overlay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 265px;
    height: 200px;
    background-position: 0 100%;
    background-size: cover;
  }

  #bloque_necesitas .carousel-inner .item {
    padding-left: 0;
    padding-right: 0;
    min-height: 288px;
  }
}

@media screen and (max-width: 480px) {
  #bloque_necesitas .carousel {
    height: 187px;
    overflow: hidden;
    padding: 0;
    width: auto;
  }

  #bloque_necesitas
    .mycarousel
    .row
    .col-lg-4.col-lg-offset-0.col-md-4.col-md-offset-7.col-xs-offset-0.col-xs-7 {
    float: right;
    margin-right: 15%;
  }

  #bloque_necesitas .carousel-inner {
    height: 188px;
    margin: 0;
  }

  #bloque_necesitas .carousel-inner .item {
    overflow: hidden;
    width: 100%;
    max-height: 180px;
  }

  .mycarousel .movil-overlay {
    content: "";
    position: absolute;
    top: 0;
    width: 267px;
    height: 200px;
    background-position: 0 100%;
    background-size: cover;
  }
}

#bloque_necesitas .texto_bloque h1 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 40px;
}

#blog .swiper-slide:first-child {
  padding-right: 15px;
}

#blog .swiper-slide:last-child {
  padding-left: 15px;
}

@media (max-width: 767px) {
  #blog .blog-slides .swiper-slide:first-child {
    padding-right: 0px;
  }

  #blog .blog-slides .swiper-slide:last-child {
    padding-left: 0px;
  }
}

ul.check,
ul.promo {
  list-style-type: none;
}

ul.check {
  padding-left: 1.5rem;
}

ul.check > li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0b7ad0;
  position: absolute;
  left: 0;
}

ul.check > li {
  position: relative;
  padding: 10px 0px 0 27px;
}

ul.promo {
  padding: 0;
}

ul.promo li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 60px;
}

ul.promo span {
  padding: 0 4px;
  border-radius: 4px;
  background-color: #0b7ad0;
  color: #ffffff;
  position: absolute;
  left: 0;
  font-weight: 500;
}

ul.num-list {
  list-style: none;
  padding-left: 0;
}

ul.num-list li {
  margin-bottom: 16px;
  position: relative;
  padding: 2px 0 8px 50px;
}

ul.num-list li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  background-color: #0b7ad0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: medium;
  font-size: 16px;
  line-height: 0;
  padding-bottom: 2px;
}

ul.num-list {
  counter-reset: item;
}

/*Sección SOSTENIBILIDAD*/

.sostenibilidad {
  position: relative;
  background-color: #ecf1f7;
  padding: 10px 0;
}

.sostenibilidad .img-sostenibilidad {
  position: relative;
  background-image: url("http://placehold.it/1920x1080");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.sostenibilidad .triangulo {
  position: absolute;
  right: 0;
  border-top: 0 solid;
}

.sostenibilidad h2 {
  color: #2c333d !important;
}

.sostenibilidad .fun-facts-content {
  padding: 100px 120px 100px 80px;
}

.sostenibilidad .section-divider {
  margin-bottom: 30px;
}

ul.unstyled {
  list-style: none;
  padding-left: 0;
}

ul.unstyled li.inline {
  float: left;
}

ul.unstyled li.inline a {
  display: block;
}

/*** Margenes/paddings grid 8px
---------------------------------------------*/

/* Margins */

.m-0 {
  margin: 0 !important;
}

.m-8 {
  margin: 8px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mtb-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mtb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mtb-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mtb-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mtb-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

/* Paddings */

.p-0 {
  padding: 0 !important;
}

.p-4 {
  padding: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ptb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.ptb-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.ptb-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.section-padding-minimal {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-padding-small {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 40px;
}

.section-padding-big {
  padding-top: 155px;
  padding-bottom: 40px;
}

.section-padding-custom1 {
  padding-top: 80px;
  padding-bottom: 125px;
}

/* solo tamaño XS */

@media screen and (max-width: 991px) {
  .section-padding-minimal,
  .section-padding-small,
  .section-padding,
  .section-padding-big {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* a partir de tamaño SM */

@media screen and (min-width: 768px) {
  /* Margins */
  .m-0-sm {
    margin: 0 !important;
  }

  .m-8-sm {
    margin: 8px !important;
  }

  .m-16-sm {
    margin: 16px !important;
  }

  .m-24-sm {
    margin: 24px !important;
  }

  .m-32-sm {
    margin: 32px !important;
  }

  .m-40-sm {
    margin: 40px !important;
  }

  .m-64-sm {
    margin: 64px !important;
  }

  .m-80-sm {
    margin: 80px !important;
  }

  .mt-0-sm {
    margin-top: 0 !important;
  }

  .mt-8-sm {
    margin-top: 8px !important;
  }

  .mt-16-sm {
    margin-top: 16px !important;
  }

  .mt-24-sm {
    margin-top: 24px !important;
  }

  .mt-32-sm {
    margin-top: 32px !important;
  }

  .mt-40-sm {
    margin-top: 40px !important;
  }

  .mt-64-sm {
    margin-top: 64px !important;
  }

  .mt-65-sm {
    margin-top: 65px !important;
  }

  .mt-80-sm {
    margin-top: 80px !important;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mb-8-sm {
    margin-bottom: 8px !important;
  }

  .mb-16-sm {
    margin-bottom: 16px !important;
  }

  .mb-24-sm {
    margin-bottom: 24px !important;
  }

  .mb-32-sm {
    margin-bottom: 32px !important;
  }

  .mb-40-sm {
    margin-bottom: 40px !important;
  }

  .mb-64-sm {
    margin-bottom: 64px !important;
  }

  .mb-65-sm {
    margin-bottom: 65px !important;
  }

  .mb-80-sm {
    margin-bottom: 80px !important;
  }

  .ml-0-sm {
    margin-left: 0 !important;
  }

  .ml-8-sm {
    margin-left: 8px !important;
  }

  .ml-16-sm {
    margin-left: 16px !important;
  }

  .ml-24-sm {
    margin-left: 24px !important;
  }

  .ml-32-sm {
    margin-left: 32px !important;
  }

  .ml-40-sm {
    margin-left: 40px !important;
  }

  .ml-64-sm {
    margin-left: 64px !important;
  }

  .ml-80-sm {
    margin-left: 80px !important;
  }

  .mr-0-sm {
    margin-right: 0 !important;
  }

  .mr-8-sm {
    margin-right: 8px !important;
  }

  .mr-16-sm {
    margin-right: 16px !important;
  }

  .mr-24-sm {
    margin-right: 24px !important;
  }

  .mr-32-sm {
    margin-right: 32px !important;
  }

  .mr-40-sm {
    margin-right: 40px !important;
  }

  .mr-64-sm {
    margin-right: 64px !important;
  }

  .mr-80-sm {
    margin-right: 80px !important;
  }

  /* Paddings */
  .p-0-sm {
    padding: 0 !important;
  }

  .p-8-sm {
    padding: 8px !important;
  }

  .p-16-sm {
    padding: 16px !important;
  }

  .p-24-sm {
    padding: 24px !important;
  }

  .p-32-sm {
    padding: 32px !important;
  }

  .p-40-sm {
    padding: 40px !important;
  }

  .p-64-sm {
    padding: 64px !important;
  }

  .p-80-sm {
    padding: 80px !important;
  }

  .pt-0-sm {
    padding-top: 0 !important;
  }

  .pt-8-sm {
    padding-top: 8px !important;
  }

  .pt-16-sm {
    padding-top: 16px !important;
  }

  .pt-24-sm {
    padding-top: 24px !important;
  }

  .pt-32-sm {
    padding-top: 32px !important;
  }

  .pt-40-sm {
    padding-top: 40px !important;
  }

  .pt-64-sm {
    padding-top: 64px !important;
  }

  .pt-80-sm {
    padding-top: 80px !important;
  }

  .pt-180-sm {
    padding-top: 180px !important;
  }

  .pb-0-sm {
    padding-bottom: 0 !important;
  }

  .pb-8-sm {
    padding-bottom: 8px !important;
  }

  .pb-16-sm {
    padding-bottom: 16px !important;
  }

  .pb-24-sm {
    padding-bottom: 24px !important;
  }

  .pb-32-sm {
    padding-bottom: 32px !important;
  }

  .pb-40-sm {
    padding-bottom: 40px !important;
  }

  .pb-64-sm {
    padding-bottom: 64px !important;
  }

  .pb-80-sm {
    padding-bottom: 80px !important;
  }

  .pb-180-sm {
    padding-bottom: 180px !important;
  }

  .pl-0-sm {
    padding-left: 0 !important;
  }

  .pl-8-sm {
    padding-left: 8px !important;
  }

  .pl-16-sm {
    padding-left: 16px !important;
  }

  .pl-24-sm {
    padding-left: 24px !important;
  }

  .pl-32-sm {
    padding-left: 32px !important;
  }

  .pl-40-sm {
    padding-left: 40px !important;
  }

  .pl-64-sm {
    padding-left: 64px !important;
  }

  .pl-80-sm {
    padding-left: 80px !important;
  }

  .pr-0-sm {
    padding-right: 0 !important;
  }

  .pr-8-sm {
    padding-right: 8px !important;
  }

  .pr-16-sm {
    padding-right: 16px !important;
  }

  .pr-24-sm {
    padding-right: 24px !important;
  }

  .pr-32-sm {
    padding-right: 32px !important;
  }

  .pr-40-sm {
    padding-right: 40px !important;
  }

  .pr-64-sm {
    padding-right: 64px !important;
  }

  .pr-80-sm {
    padding-right: 80px !important;
  }
}

/* a partir de tamaño MD */

@media screen and (min-width: 992px) {
  /* Margins */
  .m-0-md {
    margin: 0 !important;
  }

  .m-8-md {
    margin: 8px !important;
  }

  .m-16-md {
    margin: 16px !important;
  }

  .m-24-md {
    margin: 24px !important;
  }

  .m-32-md {
    margin: 32px !important;
  }

  .m-40-md {
    margin: 40px !important;
  }

  .m-64-md {
    margin: 64px !important;
  }

  .m-80-md {
    margin: 80px !important;
  }

  .m-100-md {
    margin: 100px !important;
  }

  .mt-0-md {
    margin-top: 0 !important;
  }

  .mt-8-md {
    margin-top: 8px !important;
  }

  .mt-13-md {
    margin-top: 13px !important;
  }

  .mt-16-md {
    margin-top: 16px !important;
  }

  .mt-24-md {
    margin-top: 24px !important;
  }

  .mt-32-md {
    margin-top: 32px !important;
  }

  .mt-40-md {
    margin-top: 40px !important;
  }

  .mt-64-md {
    margin-top: 64px !important;
  }

  .mt-65-md {
    margin-top: 65px !important;
  }

  .mt-80-md {
    margin-top: 80px !important;
  }

  .mt-100-md {
    margin-top: 100px !important;
  }

  .mb-0-md {
    margin-bottom: 0 !important;
  }

  .mb-8-md {
    margin-bottom: 8px !important;
  }

  .mb-16-md {
    margin-bottom: 16px !important;
  }

  .mb-24-md {
    margin-bottom: 24px !important;
  }

  .mb-32-md {
    margin-bottom: 32px !important;
  }

  .mb-40-md {
    margin-bottom: 40px !important;
  }

  .mb-64-md {
    margin-bottom: 64px !important;
  }

  .mb-65-md {
    margin-bottom: 65px !important;
  }

  .mb-80-md {
    margin-bottom: 80px !important;
  }

  .mb-100-md {
    margin-bottom: 100px !important;
  }

  .ml-0-md {
    margin-left: 0 !important;
  }

  .ml-8-md {
    margin-left: 8px !important;
  }

  .ml-16-md {
    margin-left: 16px !important;
  }

  .ml-24-md {
    margin-left: 24px !important;
  }

  .ml-32-md {
    margin-left: 32px !important;
  }

  .ml-40-md {
    margin-left: 40px !important;
  }

  .ml-64-md {
    margin-left: 64px !important;
  }

  .ml-80-md {
    margin-left: 80px !important;
  }

  .ml-100-md {
    margin-left: 100px !important;
  }

  .mt-136-md {
    margin-top: 136px !important;
  }

  .mr-0-md {
    margin-right: 0 !important;
  }

  .mr-8-md {
    margin-right: 8px !important;
  }

  .mr-16-md {
    margin-right: 16px !important;
  }

  .mr-24-md {
    margin-right: 24px !important;
  }

  .mr-32-md {
    margin-right: 32px !important;
  }

  .mr-40-md {
    margin-right: 40px !important;
  }

  .mr-64-md {
    margin-right: 64px !important;
  }

  .mr-80-md {
    margin-right: 80px !important;
  }

  .mr-100-md {
    margin-right: 100px !important;
  }

  /* Paddings */
  .p-0-md {
    padding: 0 !important;
  }

  .p-8-md {
    padding: 8px !important;
  }

  .p-16-md {
    padding: 16px !important;
  }

  .p-24-md {
    padding: 24px !important;
  }

  .p-32-md {
    padding: 32px !important;
  }

  .p-40-md {
    padding: 40px !important;
  }

  .p-64-md {
    padding: 64px !important;
  }

  .p-80-md {
    padding: 80px !important;
  }

  .pt-0-md {
    padding-top: 0 !important;
  }

  .pt-8-md {
    padding-top: 8px !important;
  }

  .pt-16-md {
    padding-top: 16px !important;
  }

  .pt-24-md {
    padding-top: 24px !important;
  }

  .pt-32-md {
    padding-top: 32px !important;
  }

  .pt-40-md {
    padding-top: 40px !important;
  }

  .pt-64-md {
    padding-top: 64px !important;
  }

  .pt-80-md {
    padding-top: 80px !important;
  }

  .pt-180-md {
    padding-top: 180px !important;
  }

  .pb-0-md {
    padding-bottom: 0 !important;
  }

  .pb-8-md {
    padding-bottom: 8px !important;
  }

  .pb-16-md {
    padding-bottom: 16px !important;
  }

  .pb-24-md {
    padding-bottom: 24px !important;
  }

  .pb-32-md {
    padding-bottom: 32px !important;
  }

  .pb-40-md {
    padding-bottom: 40px !important;
  }

  .pb-64-md {
    padding-bottom: 64px !important;
  }

  .pb-80-md {
    padding-bottom: 80px !important;
  }

  .pb-180-md {
    padding-bottom: 180px !important;
  }

  .pl-0-md {
    padding-left: 0 !important;
  }

  .pl-8-md {
    padding-left: 8px !important;
  }

  .pl-16-md {
    padding-left: 16px !important;
  }

  .pl-24-md {
    padding-left: 24px !important;
  }

  .pl-32-md {
    padding-left: 32px !important;
  }

  .pl-40-md {
    padding-left: 40px !important;
  }

  .pl-64-md {
    padding-left: 64px !important;
  }

  .pl-80-md {
    padding-left: 80px !important;
  }

  .pr-0-md {
    padding-right: 0 !important;
  }

  .pr-8-md {
    padding-right: 8px !important;
  }

  .pr-16-md {
    padding-right: 16px !important;
  }

  .pr-24-md {
    padding-right: 24px !important;
  }

  .pr-32-md {
    padding-right: 32px !important;
  }

  .pr-40-md {
    padding-right: 40px !important;
  }

  .pr-64-md {
    padding-right: 64px !important;
  }

  .pr-80-md {
    padding-right: 80px !important;
  }
}

/* a partir de tamaño LG */

@media screen and (min-width: 1200px) {
  /* Margins */
  .m-0-lg {
    margin: 0 !important;
  }

  .m-8-lg {
    margin: 8px !important;
  }

  .m-16-lg {
    margin: 16px !important;
  }

  .m-24-lg {
    margin: 24px !important;
  }

  .m-32-lg {
    margin: 32px !important;
  }

  .m-40-lg {
    margin: 40px !important;
  }

  .m-64-lg {
    margin: 64px !important;
  }

  .m-80-lg {
    margin: 80px !important;
  }

  .m-100-lg {
    margin: 100px !important;
  }

  .mt-0-lg {
    margin-top: 0 !important;
  }

  .mt-8-lg {
    margin-top: 8px !important;
  }

  .mt-13-lg {
    margin-top: 13px !important;
  }

  .mt-16-lg {
    margin-top: 16px !important;
  }

  .mt-24-lg {
    margin-top: 24px !important;
  }

  .mt-32-lg {
    margin-top: 32px !important;
  }

  .mt-40-lg {
    margin-top: 40px !important;
  }

  .mt-64-lg {
    margin-top: 64px !important;
  }

  .mt-65-lg {
    margin-top: 65px !important;
  }

  .mt-80-lg {
    margin-top: 80px !important;
  }

  .mt-100-lg {
    margin-top: 100px !important;
  }

  .mt-136-lg {
    margin-top: 136px !important;
  }

  .mb-0-lg {
    margin-bottom: 0 !important;
  }

  .mb-8-lg {
    margin-bottom: 8px !important;
  }

  .mb-16-lg {
    margin-bottom: 16px !important;
  }

  .mb-24-lg {
    margin-bottom: 24px !important;
  }

  .mb-32-lg {
    margin-bottom: 32px !important;
  }

  .mb-40-lg {
    margin-bottom: 40px !important;
  }

  .mb-64-lg {
    margin-bottom: 64px !important;
  }

  .mb-65-lg {
    margin-bottom: 65px !important;
  }

  .mb-80-lg {
    margin-bottom: 80px !important;
  }

  .mb-100-lg {
    margin-bottom: 100px !important;
  }

  .ml-0-lg {
    margin-left: 0 !important;
  }

  .ml-8-lg {
    margin-left: 8px !important;
  }

  .ml-16-lg {
    margin-left: 16px !important;
  }

  .ml-24-lg {
    margin-left: 24px !important;
  }

  .ml-32-lg {
    margin-left: 32px !important;
  }

  .ml-40-lg {
    margin-left: 40px !important;
  }

  .ml-64-lg {
    margin-left: 64px !important;
  }

  .ml-80-lg {
    margin-left: 80px !important;
  }

  .ml-100-lg {
    margin-left: 100px !important;
  }

  .mr-0-lg {
    margin-right: 0 !important;
  }

  .mr-8-lg {
    margin-right: 8px !important;
  }

  .mr-16-lg {
    margin-right: 16px !important;
  }

  .mr-24-lg {
    margin-right: 24px !important;
  }

  .mr-32-lg {
    margin-right: 32px !important;
  }

  .mr-40-lg {
    margin-right: 40px !important;
  }

  .mr-64-lg {
    margin-right: 64px !important;
  }

  .mr-80-lg {
    margin-right: 80px !important;
  }

  .mr-100-lg {
    margin-right: 100px !important;
  }

  /* Paddings */
  .p-0-lg {
    padding: 0 !important;
  }

  .p-8-lg {
    padding: 8px !important;
  }

  .p-16-lg {
    padding: 16px !important;
  }

  .p-24-lg {
    padding: 24px !important;
  }

  .p-32-lg {
    padding: 32px !important;
  }

  .p-40-lg {
    padding: 40px !important;
  }

  .p-64-lg {
    padding: 64px !important;
  }

  .p-80-lg {
    padding: 80px !important;
  }

  .pt-0-lg {
    padding-top: 0 !important;
  }

  .pt-8-lg {
    padding-top: 8px !important;
  }

  .pt-16-lg {
    padding-top: 16px !important;
  }

  .pt-24-lg {
    padding-top: 24px !important;
  }

  .pt-32-lg {
    padding-top: 32px !important;
  }

  .pt-40-lg {
    padding-top: 40px !important;
  }

  .pt-64-lg {
    padding-top: 64px !important;
  }

  .pt-80-lg {
    padding-top: 80px !important;
  }

  .pt-180-lg {
    padding-top: 180px !important;
  }

  .pb-0-lg {
    padding-bottom: 0 !important;
  }

  .pb-8-lg {
    padding-bottom: 8px !important;
  }

  .pb-16-lg {
    padding-bottom: 16px !important;
  }

  .pb-24-lg {
    padding-bottom: 24px !important;
  }

  .pb-32-lg {
    padding-bottom: 32px !important;
  }

  .pb-40-lg {
    padding-bottom: 40px !important;
  }

  .pb-64-lg {
    padding-bottom: 64px !important;
  }

  .pb-80-lg {
    padding-bottom: 80px !important;
  }

  .pb-180-lg {
    padding-bottom: 180px !important;
  }

  .pb-204-lg {
    padding-bottom: 204px !important;
  }

  .pl-0-lg {
    padding-left: 0 !important;
  }

  .pl-8-lg {
    padding-left: 8px !important;
  }

  .pl-16-lg {
    padding-left: 16px !important;
  }

  .pl-24-lg {
    padding-left: 24px !important;
  }

  .pl-32-lg {
    padding-left: 32px !important;
  }

  .pl-40-lg {
    padding-left: 40px !important;
  }

  .pl-64-lg {
    padding-left: 64px !important;
  }

  .pl-80-lg {
    padding-left: 80px !important;
  }

  .pr-0-lg {
    padding-right: 0 !important;
  }

  .pr-8-lg {
    padding-right: 8px !important;
  }

  .pr-16-lg {
    padding-right: 16px !important;
  }

  .pr-24-lg {
    padding-right: 24px !important;
  }

  .pr-32-lg {
    padding-right: 32px !important;
  }

  .pr-40-lg {
    padding-right: 40px !important;
  }

  .pr-64-lg {
    padding-right: 64px !important;
  }

  .pr-80-lg {
    padding-right: 80px !important;
  }
}

@media (min-width: 361px) and (max-width: 480px) {
  #bloque_necesitas .fondo-necesitas.hidden-lg {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    top: 386px;
  }

  #bloque_necesitas .carousel-inner {
    border-radius: 30px;
    height: 186px;
  }
}

/*#blog-2 .swiper-wrapper {
padding-top: 1rem;
}*/

@media screen and (max-width: 480px) {
  /*  #blog-2 .swiper-slide.swiper-slide-active {
  margin-right: 0 !important;
}*/

  #blog > .container {
    margin-left: 16px;
  }

  /* .footer-social-icon .list-inline li a {
  font-size: 46px;
} */

  #bloque_necesitas .texto_bloque {
    padding: 0;
  }

  #bloque_necesitas .movil-container {
    margin-right: 20px;
    float: right;
    margin-right: 20px;
    width: 265px;
  }

  #bloque_necesitas
    .mycarousel
    .row
    .col-lg-4.col-lg-offset-1.col-md-4.col-md-offset-7.col-xs-offset-0.col-xs-12 {
    float: right;
    margin-right: 20px;
    width: 265px;
  }
}

/* .footer-social-icon .list-inline {
margin: 0 !important;
padding: 0 !important;
text-align: left;
} */

/* .footer-social-icon .list-inline li {
margin: 0;
padding: 0;
} */

#fundacion .row > [class*="col-"]:first-child p {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1247px) {
  #fundacion .row > [class*="col-"]:last-child [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 5px !important;
  }

  #fundacion .row > [class*="col-"]:last-child [class*="col-"]:last-child {
    padding-left: 5px !important;
    padding-right: 0;
  }

  .texto_bloque h2 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 325px) {
  #bloque_necesitas .fondo-necesitas.hidden-lg {
    top: 0;
  }
}

@media screen and (max-width: 360px) {
  #bloque_necesitas .fondo-necesitas.hidden-lg {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 212px !important;
  }

  #bloque_necesitas .mycarousel .row:first-child [class*="col-"]:first-child {
    width: 94%;
  }

  #bloque_necesitas .contenido_movil {
    margin-left: 0 !important;
  }

  #bloque_necesitas .contenido_movil ul li {
    font-size: 16px;
  }

  #bloque_necesitas
    .row
    > [class*="col-"]:last-child
    .row
    .col-lg-4.col-lg-offset-0 {
    width: 80%;
  }

  #blog .container {
    padding-left: 3rem;
  }

  .card-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .box2 .des {
    padding-top: 0;
  }

  #fundacion .row > [class*="col-"]:first-child p {
    margin-top: 20px;
  }

  #fundacion .card {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }

  #fundacion .card p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .blog-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
  }

  #bloque_necesitas .fondo-necesitas {
    height: 308px !important;
    top: 388px !important;
  }
}

#blog .swipe-container {
  overflow: unset !important;
}

@media (min-width: 1025px) and (max-width: 1247px) {
  #bloque_necesitas .carousel {
    width: 237px;
  }

  #bloque_necesitas .mycarousel .fondo-necesitas {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 213px;
  }

  #bloque_necesitas .fondo-necesitas:after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .card-white .box-triangle {
    margin-left: 30px;
    margin-right: 18px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  #bloque_necesitas .container {
    width: 100%;
  }

  #bloque_necesitas .fondo-necesitas {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    height: 312px;
    width: 100%;
  }

  #bloque_necesitas .mycarousel .movil-overlay {
    width: 100%;
  }

  #bloque_necesitas .mycarousel .carousel-inner {
    width: 100%;
  }

  #bloque_necesitas .mycarousel .movil-container {
    float: right;
    margin-right: 20px;
    width: 265px;
  }

  #bloque_necesitas
    .row
    > [class*="col-"]:last-child
    .row
    .col-lg-4.col-lg-offset-0 {
    width: 47%;
  }

  #bloque_necesitas .mycarousel .row:first-child [class*="col-"]:first-child {
    width: 96%;
  }
}

@media only screen and (max-width: 1199px) {
  .cash-pooling .fimage img {
    max-width: 100%;
    height: auto;
  }
}

.cash-pooling {
  position: relative;
  background: url(./assets/financiacion-negocio-bg.jpg)
    no-repeat left center;
}

@media only screen and (max-width: 991px) {
  .cash-pooling {
    background-size: cover;
  }

  .fimage img {
    position: absolute;
    top: -18%;
    width: 100%;
  }

  .fimage {
    height: 239px;
    overflow: hidden;
  }

  .block-right,
  .block-left,
  .fimage {
    position: relative !important;
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .cash-pooling {
    padding-bottom: 20px;
  }

  #wrapper .container-fluid.sec3,
  #wrapper .container-fluid.sec4,
  #wrapper .container-fluid.sec5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fimage {
    height: auto !important;
  }

  .fimage img {
    position: static !important;
  }
}

/* FONDOS CONTENIDO */

@media screen and (max-width: 991px) {
  section.cuenta-ahorro-empresa,
  section.excedentes,
  section.cuenta-negocios {
    padding: 20px 0;
    background-image: none !important;
  }
}

/* BLOQUE CONTENIDO GENÉREICO */

.fondo {
  padding: 80px 0;
  position: relative;
}

.fondo .container {
  position: relative;
}

.fondo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  /* flip fondo */
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: 0;
}

.fondo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.pull-left,
.pull-right {
  z-index: 1;
}

.box-dark {
  padding: 20px;
  background-color: #dde3ee;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
}

.box-dark .links a {
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
}

.box-dark .links a:last-child {
  border-right: transparent;
}

.left-block,
.right-block {
  position: absolute;
  bottom: 40px;
  z-index: 80;
}

.left-block {
  left: 0;
}

.right-block {
  right: 0;
}

@media screen and (max-width: 991px) {
  .fondo::before,
  .fondo::after {
    display: none;
  }

  .left-block,
  .right-block {
    position: relative;
    bottom: 0;
    top: 35px;
  }
}

/* BLOQUE CONTENIDO GENÉRICO */

@media screen and (max-width: 1024px) {
  section #semaforos-riesgo {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* CARDS */

/* USED IN JOVENES */

.new-cards {
  padding: 32px 0;
  text-align: center;
}

.new-cards h5 {
  padding: 4px 5px;
  text-align: center;
  border: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.new-cards .card-link {
  display: block;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.new-cards .card-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.4));
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.new-cards .card-link img {
  margin: 0 auto;
}

/* DEMO 3 */

.card-box.card-3 .risk.equal-height-column {
  display: table-cell !important;
  vertical-align: bottom !important;
  padding-bottom: 16px;
}

.card-box.card-3 [class*="col-"]:not(:last-child) {
  margin-bottom: 32px;
}

.card-box.card-3 .card-text {
  padding: 15px 25px 5px 25px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  text-align: left;
  color: #33393e;
  font-size: 14px;
  line-height: 23px;
}

.card-box.card-3 .card-text p a {
  text-transform: none !important;
}

.card-box.card-3 .card-text h5 {
  font-size: 23px;
  line-height: 32px;
  color: #0b7ad0;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .card-box.card-3 [class*="col-"]:not(:last-child) {
    margin-bottom: 32px;
  }
}

/* TARJETAS */

.card-box.tarjetas [class*="col-"]:not(:last-child) {
  margin-bottom: 32px;
}

.card-box.tarjetas img {
  margin: 0px auto;
  filter: drop-shadow(0px 15px 9px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 15px 9px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0px 15px 9px rgba(0, 0, 0, 0.15));
}

.card-box.tarjetas .card-text {
  padding: 15px 5px 5px s5px;
  border-top: none;
  text-align: left;
  color: #33393e;
  font-size: 14px;
  line-height: 23px;
}

.card-box.tarjetas .card-text h5 {
  margin-top: 20px;
  font-size: 23px;
  line-height: 32px;
  color: #0b7ad0;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .card-box.card-3 [class*="col-"]:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .col-lg-offset-1-2,
  .col-md-offset-1-2 {
    margin-left: 12.45%;
  }

  .col-md-offset-5-1 {
    margin-left: 37.5%;
  }
}

/* CARD MINI - PASTILLA - Cuña */

.card-mini {
  position: relative;
  background-color: #fff;
  min-height: 150px;
  padding: 26px 20px 20px 5px !important;
  margin-left: 22px;
  border-radius: 2px;
}

.card-mini.red-bg::before,
.card-mini.red-bg::after {
  border-right-color: #dd4c40 !important;
}

.card-mini.blue-bg::before,
.card-mini.blue-bg::after {
  border-right-color: #0b7ad0 !important;
}

.card-mini.blue-alt-bg::before,
.card-mini.blue-alt-bg::after {
  border-right-color: #2d5b7f !important;
}

.card-mini.blue-bp-bg::before,
.card-mini.blue-bp-bg::after {
  border-right-color: #1c2240 !important;
}

.card-mini.gray-bg::before,
.card-mini.gray-bg::after {
  border-right-color: #eeeeee !important;
}

.card-mini.white-bg::before,
.card-mini.white-bg::after {
  border-right-color: #f5f8fa !important;
}

.card-mini:before,
.card-mini:after {
  content: " ";
  position: absolute;
  left: -39px;
  width: 0;
  border: 20px solid transparent;
  border-right: 20px solid white;
}

.card-mini:before {
  top: 0;
  height: 60px;
  border-top: none;
}

.card-mini:after {
  border-bottom: none;
  top: 60px;
  height: calc(100% - 60px);
}

.card-mini .card-content .card-title {
  font-size: 20px;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  background-color: #0b7ad0;
  color: #fff;
}

.card-mini .card-content .card-text p:first-of-type:not(.big) {
  margin-top: 22px;
}

.card-mini .card-content .card-text > p.big {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
}

.card-mini .card-content .card-text ul {
  padding-left: 18px;
}

.card-mini .card-content .card-text ul li {
  margin-bottom: 8px;
}

.card-mini .card-content .card-text h2,
.card-mini .card-content .card-text h1 {
  font-size: 32px !important;
  line-height: 42px !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #33393e;
}

.card-mini .card-content .card-title.no-bg {
  background-color: transparent;
  padding: 8px 0;
}

.card-mini .card-content .card-title.no-bg + .card-text p {
  margin-top: 0;
}

.card-mini .card-content .card-title.no-bg h2,
.card-mini .card-content .card-title.no-bg h3,
.card-mini .card-content .card-title.no-bg h4,
.card-mini .card-content .card-title.no-bg h5 {
  color: #dd4c40;
}

.card-mini .card-content .card-title.no-bg.blue h2,
.card-mini .card-content .card-title.no-bg.blue h3,
.card-mini .card-content .card-title.no-bg.blue h4,
.card-mini .card-content .card-title.no-bg.blue h5 {
  color: #0b7ad0;
}

.card-mini .card-content .card-title.no-bg.black h2,
.card-mini .card-content .card-title.no-bg.black h3,
.card-mini .card-content .card-title.no-bg.black h4,
.card-mini .card-content .card-title.no-bg.black h5 {
  color: #33393e;
}

.card-mini .card-content .card-title h1,
.card-mini .card-content .card-title .h1,
.card-mini .card-content .card-title h2,
.card-mini .card-content .card-title .h2,
.card-mini .card-content .card-title h3,
.card-mini .card-content .card-title .h3,
.card-mini .card-content .card-title h4,
.card-mini .card-content .card-title .h4,
.card-mini .card-content .card-title h5,
.card-mini .card-content .card-title .h5 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0 !important;
}

.card-mini .card-content .card-title.blue-bg {
  background-color: #0b7ad0;
}

.card-mini .card-content .card-title.blue-alt-bg {
  background-color: #2d5b7f;
}

.card-mini .card-content .card-title.blue-bg h1,
.card-mini .card-content .card-title.blue-alt-bg h1,
.card-mini .card-content .card-title h1 {
  color: #ffffff;
}

.card-mini .card-content {
  margin: 14px 0px 14px 15px;
}

.card-mini.red-bg .card-content .card-title,
.card-mini.blue-bg .card-content .card-title {
  background-color: #fff;
  color: #000;
}

.card-mini.blue-bg {
  background-color: #0b7ad0;
}

.card-mini.blue-alt-bg {
  background-color: #2d5b7f;
}

.card-mini.blue-bp-bg {
  background-color: #1c2240;
}

.card-mini.red-bg {
  background-color: #dd4c40;
}

@media (max-width: 768px) {
  .card-mini .card-content .card-text h2 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 16px;
  }
}

.card-mini.blue-bg,
.card-mini.blue-alt-bg,
.card-mini.blue-bp-bg,
.card-mini.red-bg,
.card-promo,
.card-promo.red-bg {
  color: #fff;
}

.card-mini.card-mini-promo .card-text .image-2 {
  display: block;
  border: 1px solid red;
  z-index: 99999999 !important;
  text-align: center;
}

.card-title.gray-bg {
  color: #33393e !important;
}

.card-mini .icon-and-text {
  overflow: auto;
}

.card-mini .icon-and-text a,
.card-mini .icon-and-text a * {
  color: white !important;
}

.card-mini .icon-and-text img {
  vertical-align: middle;
  float: left;
  margin-right: 16px;
  width: 45px;
  height: 45px;
}

.card-mini .icon-and-text p {
  float: left !important;
}

@media screen and (max-width: 767px) {
  .card-mini.card-mini-promo .card-text .text-center {
    margin-top: 0;
  }

  .card-mini .icon-and-text p {
    float: none !important;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card-mini.card-mini-promo
    .card-text
    .col-md-2.col-sm-2.col-xs-12
    .text-center {
    display: block;
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-mini.card-mini-promo
    .card-text
    .col-md-2.col-sm-2.col-xs-12
    .text-center {
    margin-top: 150px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card-mini.card-mini-promo
    .card-text
    .col-md-2.col-sm-2.col-xs-12
    .text-center {
    margin-top: 80px;
  }
}

.blog .swiper-container {
  overflow: hidden;
  padding-top: 8px;
}

.blog .post .entry-content {
  border-radius: 0 0 6px 6px !important;
}

.blog .post .thumb {
  overflow: hidden;
  max-height: 198px;
  border-radius: 6px 6px 0 0 !important;
}

.blog .post .thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.blog .post .thumb img,
.post-wrapper .thumb-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.blog .post .thumb,
.post-wrapper .thumb-wrapper {
  overflow: hidden;
  max-height: 198px;
}

.blog .swiper-slide.vcenter .post .thumb img {
  padding-top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 450px) {
  .blog .swiper-slide.vcenter .post .thumb img {
    padding-top: 0% !important;
    transform: translateY(0%) !important;
  }
}

@media screen and (max-width: 1199px) {
  .blog .post .thumb,
  .post-wrapper .thumb-wrapper {
    overflow: hidden;
    max-height: 161px;
  }
}

@media screen and (max-width: 991px) {
  .blog .post .thumb,
  .post-wrapper .thumb-wrapper {
    overflow: hidden;
    max-height: 190px;
  }
}

@media screen and (min-width: 1200px) {
  .card-mini.card-mini-promo
    .card-text
    .col-md-2.col-sm-2.col-xs-12
    .text-center {
    margin-top: 109px;
  }

  #blog-2 .swiper-slide .post-wrapper .thumb-wrapper {
    overflow: hidden;
    max-height: 198px;
  }

  #blog-2 .swiper-slide .post-wrapper .thumb-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}

/* card-mini-promo */

/* CARD PROMO */

aside.card-box.card-promo {
  margin-top: 45px;
  margin-bottom: 45px;
  border-left: 1px solid transparent;
}

.card-promo {
  position: relative;
  background-color: #0b7ad0;
  min-height: 150px;
  padding: 26px 20px 20px 5px !important;
  margin-left: 22px;
  box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
  -moz-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
  -webkit-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
}

.no-bg.card-promo {
  background-color: #ffffff !important;
}

.no-bg.card-promo:before,
.no-bg.card-promo:after {
  border-right: 20px solid #ffffff !important;
}

.card-promo.no-bg {
  color: #33393e;
}

.card-promo .card-promo-content .card-img {
  display: table;
  margin: 0 auto;
}

.card-promo .card-promo-content .card-img .card-icon {
  display: table-cell;
  vertical-align: top;
}

.white-bg.card-promo {
  background-color: #fff !important;
}

.white-bg.card-promo:before,
.white-bg.card-promo:after {
  border-right: 20px solid #fff !important;
}

.card-promo.white-bg {
  color: #33393e;
}

.red.card-promo {
  background-color: #dd4c40;
}

.red.card-promo:before,
.red.card-promo:after {
  border-right: 20px solid #dd4c40;
}

.card-promo:before,
.card-promo:after {
  content: " ";
  position: absolute;
  left: -40px;
  width: 0;
  border: 20px solid transparent;
  border-right: 20px solid #0b7ad0;
}

.card-promo:before {
  top: 0;
  height: 60px;
  border-top: none;
}

.card-promo:after {
  border-bottom: none;
  top: 60px;
  height: calc(100% - 60px);
}

.card-promo,
.card-promo.red-bg {
  color: #fff;
}

.card-promo .card-promo-content {
  margin: 14px 15px 14px 15px;
}

.card-promo .card-promo-content .card-text ul li a:hover {
  background-color: transparent;
}

.card-promo .card-promo-content .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: -3px;
}

.card-promo .card-promo-content .card-title p,
.card-promo .card-promo-content .card-title h1,
.card-promo .card-promo-content .card-title h2,
.card-promo .card-promo-content .card-title h3,
.card-promo .card-promo-content .card-title h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .card-promo .text-right {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-promo .card-promo-content h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

/*CENTRADO DE DIVS*/

.bloque-centrado:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.bloque-centrado > * {
  display: inline-block;
  vertical-align: middle;
}

/*ALTURA 100% para usar con el equal-height*/

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

hr.divider {
  border-bottom: 1px solid #dee3ee;
  padding: 8px;
  margin: 8px;
}

.shadow {
  box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
  -moz-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
  -webkit-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
}

.shadow2 {
  box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.5);
  -moz-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.5);
  -webkit-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.5);
}

.shadow3 {
  box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.7);
  -moz-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.7);
  -webkit-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.7);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media screen and (min-width: 768px) {
  .h-100-sm {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .h-100-xs {
    height: 100%;
  }
}

.modal {
  z-index: 1051 !important;
}

/** Política de cookies */

.modal-backdrop {
  z-index: 1050;
}

#cookies-modal.modal {
  z-index: 9999999999;
}

.cookie-message {
  position: fixed;
  bottom: 0;
  z-index: 1050 !important;
  width: 100%;
  background: #ffffff;
  color: #33393e;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 350px) {
  .cookie-message {
    height: 100%;
    overflow: auto;
  }
}

.cookie-message .coletilla,
.cookie-message .coletilla p {
  color: #33393e;
  margin-top: 0;
}

.cookie-message .cookies-title {
  font-weight: bold;
  color: #0b7ad0;
  font-size: 24px;
  line-height: normal;
}

.cookie-message a {
  color: #0b7ad0;
  text-decoration: underline;
}

.cookie-message .btn:not(:active):not(:hover):not(:active):not(:focus) {
  background-color: transparent;
  border: 1px solid #33393e;
}

.cookie-message .btn:active,
.cookie-message .btn:hover,
.cookie-message .btn:active,
.cookie-message .btn:focus {
  background-color: #ddd;
  border: 1px solid #33393e;
}

@media (max-width: 767px) {
  .cookie-message .btn {
    padding: 4px 8px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 400;
  }

  .cookie-message .cookies-title {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .cookie-message .btn {
    padding: 5px 10px !important;
    font-weight: 400;
    border-radius: 3px;
    line-height: 20px;
  }
}

.cookie-message .btn {
  min-width: auto;
}

/*switch*/

.label-primary {
  background-color: #0b7ad0;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch {
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  margin-left: 60px;
  text-transform: none !important;
  font-size: 15px;
  font-weight: normal;
}

.material-switch > label strong {
  font-weight: bold;
}

.material-switch > label::before {
  background: rgba(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  left: -60px;
  margin-top: 4px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -64px;
  margin-top: 4px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: -40px;
}

@media only screen and (max-width: 767px) {
  .material-switch {
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 480px) {
  #buscador_home .input-group-addon:first-child {
    display: none;
  }

  #buscador_home input,
  #buscador_home .form-control {
    padding: 8px !important;
  }

  #buscador_home .input-buscador {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1199px) {
  #bloque_necesitas .mycarousel .row {
    margin-top: 58px;
  }
}

#banner-campaign ul {
  padding-left: 18px;
}

/* ---------------------------------------------------------------------------*/

/* CAMBIOS A REVISAR                                                          */

/* ---------------------------------------------------------------------------*/

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

.lupa {
  font-family: "FontAwesome" !important;
}

.lupa-container {
  width: 38px !important;
  text-align: right;
}

#divMenuzord {
  position: relative;
}

.showhide {
  position: relative;
  left: -20px;
}

@media only screen and (max-width: 991px) {
  .lupa-container,
  .lupa {
    width: 100% !important;
    float: none !important;
  }
}

#navFooter aside:last-of-type {
  margin-bottom: 0;
}

#navFooter aside {
  margin-bottom: 20px;
}

/* BLOQUE PROMO */

.blk-promo figure .img-auto {
  display: table-cell;
  width: 50%;
}

.blk-promo figure figcaption {
  background-color: #ddd;
  display: table-cell;
  width: 50%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.blk-promo figure figcaption .precio {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.blk-promo figure figcaption .precio strong {
  font-size: 30px;
  color: black;
}

@media screen and (max-width: 767px) {
  .blk-promo figure .img-auto,
  .blk-promo figure figcaption {
    display: block;
    width: 100%;
  }

  .blk-promo figure figcaption .precio strong {
    font-size: 24px;
  }
}

/* COMERCIO EXTERIOR */

@media screen and (max-width: 767px) {
  section.medios-pago .mobile {
    margin-left: -9px;
    text-align: center;
  }
}

.blk-wrapper {
  position: relative;
}

.blk-con-fondo,
.blk-sin-fondo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blk-con-fondo .container,
.blk-sin-fondo .container,
.blk-con-fondo .container-fluid,
.blk-sin-fondo .container-fluid {
  position: relative;
  z-index: 1;
}

.blk-con-fondo::before,
.blk-con-fondo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blk-con-fondo::before {
  background-size: contain;
  background-repeat: no-repeat;
}

.blk-con-fondo .blck-left,
.blk-sin-fondo .blck-left {
  left: 0;
  z-index: 1;
}

.blk-con-fondo .blck-right,
.blk-sin-fondo .blck-right {
  right: 0;
  z-index: 1;
}

.blk-con-fondo .blck-left,
.blk-con-fondo .blck-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blk-con-fondo .blk-img {
  position: relative;
}

/*Borrar background de secciones en xs o sm*/

@media (min-width: 992px) and (max-width: 1200px) {
  .blk-con-fondo,
  .blk-sin-fondo {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blk-con-fondo .blck-right {
    position: relative;
    float: right;
    top: 0;
    transform: none;
    margin-top: 32px;
  }

  .blk-con-fondo .pull-left {
    position: absolute;
  }
}

@media screen and (max-width: 1024px) {
  .blk-con-fondo::before {
    background-size: cover !important;
  }

  .blk-con-fondo::after {
    background: rgba(255, 255, 255, 0.6) !important;
  }
}

@media (max-width: 768px) {
  .blk-con-fondo::before {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  .blk-con-fondo::before {
    background-image: none !important;
  }
}

@media screen and (max-width: 991px) {
  .blk-con-fondo::before {
    background-size: cover !important;
  }

  .blk-con-fondo .blck-left,
  .blk-con-fondo .blck-right,
  .blk-sin-fondo .blck-left,
  .blk-sin-fondo .blck-right {
    position: relative;
    top: 24px;
    transform: none;
  }

  .blk-con-fondo .blck-left h2,
  .blk-con-fondo .blck-right h2,
  .blk-sin-fondo .blck-left h2,
  .blk-sin-fondo .blck-right h2 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .blk-con-fondo .pull-left .blk-img,
  .blk-sin-fondo .pull-left .blk-img {
    -webkit-mask-image: -webkit-linear-gradient(
      left,
      transparent 0%,
      black 60%
    );
    -webkit-mask-image: -o-linear-gradient(left, transparent 0%, black 60%);
    -webkit-mask-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(transparent),
      color-stop(60%, black)
    );
    -webkit-mask-image: -webkit-linear-gradient(
      right,
      transparent 0%,
      black 60%
    );
    mask-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(transparent),
      color-stop(60%, black)
    );
    mask-image: linear-gradient(to left, transparent 0%, black 60%);
  }

  .blk-con-fondo .pull-right .blk-img,
  .blk-sin-fondo .pull-right .blk-img {
    -webkit-mask-image: -webkit-linear-gradient(
      right,
      transparent 0%,
      black 40%
    );
    -webkit-mask-image: -o-linear-gradient(right, transparent 0%, black 40%);
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(40%, black)
    );
    -webkit-mask-image: -webkit-linear-gradient(
      left,
      transparent 0%,
      black 40%
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(40%, black)
    );
    mask-image: linear-gradient(to right, transparent 0%, black 40%);
  }
}

/* DEMO 4 */

.card-box.card-4 > .container .row .col-md-4 {
  padding: 10px;
}

.card-box.card-4 .card-title > * {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 16px;
  padding-left: 5px;
}

.card-box.card-4 .card-link {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-box.card-4 .card-link p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-box.card-4 .card-text {
  padding: 10px;
}

.card-box.card-4 .card-focus {
  background-color: #f4f7fc;
  padding: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  min-height: 200px;
}

.card-box.card-4 .card-focus .card-focus-title > * {
  font-weight: 600;
}

.card-box.card-4 ul {
  padding: 0 18px 0 15px;
}

.card-box.card-4 ul li {
  margin-bottom: 8px;
  width: 100%;
  padding-top: 5px;
}

.card-box.card-4 .card-wrap {
  position: relative;
  background: #ffffff;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 05s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px;
}

.card-box.card-4 .card * {
  text-align: center;
}

.card-box.card-4 svg.svg-md {
  height: auto !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card-box.card-horizontal h4,
  .card-box.card-4 .card-title > * {
    font-size: 23px !important;
  }
}

@media screen and (max-width: 991px) {
  .card-box.card-horizontal h4,
  .card-box.card-4 .card-title h4 {
    font-size: 23px !important;
  }

  .card-box.card-4 .card-title h4 .card-box.card-4 .card-wrap .card-title > h4,
  .card-box.card-4 .card-wrap .card-title {
    text-align: center;
  }
}

.card-box.card-5 .card-box.card-5 > .container .row .col-md-4 {
  padding: 10px;
}

.card-box.card-5 .card-title > * {
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.card-box.card-5 .card-img {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 992px) {
  .card-box.card-5 .card-img {
    max-height: 240px;
  }
}

.card-box.card-5 .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dde3ee;
}

.card-box.card-5 .card-link a {
  margin-top: 5px;
}

.card-box.card-5 .card-link p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-box.card-5 .card-text {
  padding: 0 10px 10px 10px;
}

.card-box.card-5 ul {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.card-box.card-5 ul li {
  margin-bottom: 8px;
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 5px 8px;
  font-size: 92%;
  border: 1px solid #dde3ee;
  border-radius: 4px;
}

.card-box.card-5 .card-wrap * {
  text-align: center;
}

.card-box.card-5 .card-wrap {
  height: 100%;
  background: #ffffff;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.card-box.card-5 .card * {
  text-align: center;
}

.card-box.card-5 svg.svg-md {
  height: auto !important;
}

.card-box.card-5 .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 85px;
}

.card-box.card-5 .card-title h3 {
  margin-top: 8px;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  .card-box.card-5 .equal-height-column {
    height: auto !important;
  }

  .card-box.card-5 .card-img {
    min-height: 250px;
  }

  .card-box.card-5 .card-img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    position: absolute;
  }

  .card-box.card-5 .card-title {
    margin-top: 13px;
  }
}

.separador {
  margin: 15px 0;
  width: 100%;
  height: 50px;
}

/* Demo-horizontal */

.card-box.card-horizontal {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  background-color: #fff;
}

.card-box.card-horizontal .card-text {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.card-box.card-horizontal .card-text ul {
  height: 100%;
  padding: 0 18px 0 18px;
}

.card-box.card-horizontal .card-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dde3ee;
}

.card-box.card-horizontal .card-title p {
  line-height: 32px;
  text-align: left;
  font-size: 24px;
  color: #0062ae !important;
}

@media screen and (max-width: 991px) {
  .card-box.card-horizontal .card-title {
    margin-top: 13px;
  }

  .card-box.card-horizontal .card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
  }

  .card-box.card-horizontal .card-text ul li {
    text-align: left;
  }
}

/* ACCEDER CON TU TARJETA IBERCAJA */

.como-acceder img {
  margin: 0 auto;
}

/* bloque promocion */

section.exclusivos .promocion {
  display: table;
  background: #fff;
}

section.exclusivos .promocion .col-promocion {
  vertical-align: middle;
  position: relative;
  display: table-cell;
}

section.exclusivos .promocion .col-promocion:nth-child(1) {
  width: 25%;
  background: #f6f6f6;
  padding: 10px;
}

section.exclusivos .promocion .col-promocion:nth-child(2) {
  width: 50%;
  overflow: hidden;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  section.exclusivos .promocion .col-promocion:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 50px solid #f6f6f6;
    border-top: 114px solid transparent;
    border-bottom: 114px solid transparent;
  }

  section.exclusivos .promocion .col-promocion:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 50px solid #fff;
    border-top: 114px solid transparent;
    border-bottom: 114px solid transparent;
    background-color: #f6f6f6;
  }
}

section.exclusivos .promocion .col-promocion:nth-child(3) {
  background-color: #f6f6f6;
  width: 25%;
  padding: 30px;
}

section.exclusivos .promocion .caracteristicas {
  list-style: none;
}

section.exclusivos .promocion .caracteristicas svg {
  max-width: 50px;
  max-height: 60px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

section.exclusivos .promocion .caracteristicas li {
  min-height: 50px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

section.exclusivos .promocion .caracteristicas span {
  width: 50%;
  margin-left: 10%;
  display: inline-block;
  vertical-align: middle;
}

section.exclusivos .promocion .col-promocion:nth-child(2) .text-center {
  position: relative;
  z-index: 2;
}

section.exclusivos .promocion .cantidad {
  font-size: 24px;
  font-weight: bold;
}

section.exclusivos .promocion .porcientos {
  margin-top: 40px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}

section.exclusivos .promocion .porcientos strong {
  font-size: 40px;
}

section.exclusivos .promocion .divider {
  font-size: 40px;
  color: #999;
}

section.exclusivos .promocion .col-promocion:nth-child(3) .btn {
  white-space: normal;
  display: block;
  padding: 14px;
}

section.exclusivos .promocion .col-promocion:nth-child(3) .btn-secondary {
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section.exclusivos .promocion .col-promocion:nth-child(1) {
    width: 30%;
  }

  section.exclusivos .promocion .col-promocion:nth-child(2) {
    width: 38%;
  }

  section.exclusivos .promocion .col-promocion:nth-child(3) {
    width: 32%;
  }

  section.exclusivos .promocion .caracteristicas {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  section.exclusivos .promocion .col-promocion {
    display: table-row;
  }

  section.exclusivos .promocion .col-promocion:nth-child(3) p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  section.exclusivos .promocion .col-promocion:nth-child(3) .text-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  section.exclusivos .promocion .cantidad {
    margin-top: 40px;
  }
}

/* PROMO */

.promocion-wrapper {
  border: 1px solid #ddd;
  display: block;
  padding: 20px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.20)";
  zoom: 1;
}

.promocion {
  display: table;
  background: #fff;
}

.promocion .col-promocion {
  vertical-align: middle;
  position: relative;
  display: table-cell;
}

.promocion .col-promocion:nth-child(1) {
  width: 25%;
  background: #f6f6f6;
  padding: 10px;
}

.promocion .col-promocion:nth-child(2) {
  width: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.promocion .col-promocion:nth-child(3) {
  background-color: #f6f6f6;
  width: 25%;
  padding: 30px;
}

.promocion .caracteristicas {
  list-style: none;
}

.promocion .caracteristicas svg {
  max-width: 50px;
  max-height: 60px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.promocion .caracteristicas li {
  min-height: 50px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.promocion .caracteristicas span {
  width: 50%;
  margin-left: 10%;
  display: inline-block;
  vertical-align: middle;
}

.promocion .col-promocion:nth-child(2) .text-center {
  position: relative;
  z-index: 2;
}

.promocion .cantidad {
  font-size: 24px;
  font-weight: bold;
}

.promocion .porcientos {
  margin-top: 40px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}

.promocion .porcientos strong {
  font-size: 40px;
}

.promocion .divider {
  font-size: 40px;
  color: #999;
}

.promocion .col-promocion:nth-child(3) .btn {
  white-space: normal;
  display: block;
  padding: 14px;
}

.btn-wrap.btn {
  white-space: normal;
}

.promocion .col-promocion:nth-child(3) .btn-secondary {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .promocion .col-promocion:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 50px solid #f6f6f6;
    border-top: 114px solid transparent;
    border-bottom: 114px solid transparent;
  }

  .promocion .col-promocion:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 50px solid #fff;
    border-top: 114px solid transparent;
    border-bottom: 114px solid transparent;
    background-color: #f6f6f6;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .promocion .col-promocion:nth-child(1) {
    width: 30%;
  }

  .promocion .col-promocion:nth-child(2) {
    width: 38%;
  }

  .promocion .col-promocion:nth-child(3) {
    width: 32%;
  }

  .promocion .caracteristicas {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .promocion .col-promocion {
    display: table-row;
  }

  .promocion .col-promocion:nth-child(3) p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .promocion .col-promocion:nth-child(3) .text-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .promocion .cantidad {
    margin-top: 40px;
  }
}

/* ÍCONOS APP */

.app-download .svg {
  width: auto !important;
  height: 48px !important;
}

/* PROMO Vehiculos */

.blk-promo.blk-triangle {
  position: relative;
  -webkit-clip-path: polygon(
    0% 0%,
    0% 40px,
    30px 60px,
    0% 80px,
    0% 100%,
    100% 100%,
    100% 0%
  );
  clip-path: polygon(
    0% 0%,
    0% 40px,
    30px 60px,
    0% 80px,
    0% 100%,
    100% 100%,
    100% 0%
  );
}

.blk-promo figure {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 10px;
  background-color: #eee;
  width: 100%;
}

.blk-promo.azul-bg figure {
  background-color: #0b7ad0 !important;
  color: white !important;
}

.blk-promo.azul-bg * {
  color: white;
}

a .blk-promo figure blk-promo-text p,
a .blk-promo.promo-2 {
  color: #33393e !important;
}

.blk-promo.promo-2 figure {
  display: block;
}

.blk-promo.promo-3 figure {
  display: block;
}

.blk-promo.promo-3 figure .blk-promo-text {
  text-align: left;
  padding-left: 45px;
  padding-right: 20px;
}

.blk-promo.promo-2 figure .blk-promo-text {
  text-align: left;
  padding-left: 45px;
  padding-right: 20px;
}

.blk-promo figure .blk-promo-text {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
  padding-top: 35px;
  border-left: 41px solid #eee;
  padding-right: 20px;
  color: #33393e !important;
}

.blk-promo.azul-bg figure .blk-promo-text {
  border-left: 41px solid #0b7ad0;
}

.blk-promo.promo-3 figure .blk-promo-text {
  text-align: left;
}

.blk-promo.promo-2 figure .blk-promo-text {
  border: none;
  padding-top: 35px;
  display: table;
  width: 100%;
}

.blk-promo.promo-3 figure .blk-promo-text {
  border: none;
  padding-top: 34px;
  display: table;
  width: 100%;
}

.blk-promo.promo-2 figure .blk-promo-text p {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  min-height: 96px;
}

.blk-promo.promo-3 figure .blk-promo-text p {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.blk-promo figure .blk-promo-text p {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

@media screen and (max-width: 480px) {
  .blk-promo.promo-2 figure .blk-promo-text {
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  .blk-promo.promo-2 .blk-promo-img {
    padding: 10px;
  }

  .blk-promo.promo-3 .blk-promo-img {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  .blk-promo figure {
    display: block;
  }

  .blk-promo.promo-2 figure .blk-promo-text p {
    min-height: auto !important;
  }

  .blk-promo figure .blk-promo-text p {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
  }

  .blk-promo.promo-2 figure .blk-promo-text,
  .blk-promo.promo-2 figure .blk-promo-img {
    display: table;
  }

  .blk-promo figure .blk-promo-text,
  .blk-promo figure .blk-promo-img {
    display: table;
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blk-promo.promo-2 figure .blk-promo-text p {
    min-height: 125px;
  }
}

.blk-promo figure .blk-promo-text .precio strong {
  font-size: 30px;
}

@media screen and (max-width: 1247px) {
  .blk-promo.blk-triangle {
    -webkit-clip-path: polygon(
      0% 0%,
      0% 40px,
      30px 60px,
      0% 80px,
      0% 100%,
      100% 100%,
      100% 0%
    );
    clip-path: polygon(
      0% 0%,
      0% 40px,
      30px 60px,
      0% 80px,
      0% 100%,
      100% 100%,
      100% 0%
    );
  }

  .blk-promo.promo-2.blk-triangle {
    -webkit-clip-path: polygon(
      0% 0%,
      0% 40px,
      30px 60px,
      0% 80px,
      0% 100%,
      100% 100%,
      100% 0%
    );
    clip-path: polygon(
      0% 0%,
      0% 40px,
      30px 60px,
      0% 80px,
      0% 100%,
      100% 100%,
      100% 0%
    );
  }

  .blk-promo figure .blk-promo-text h4 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 16px;
  }
}

/* CARD DEMO 2 */

.card-box.card-2 .card-icon {
  text-align: center;
}

.card-box.card-2 .card-icon svg {
  border: 2px solid #dde3ee;
  border-radius: 50%;
  margin-bottom: -15px;
  background-color: #fff;
}

.card-box.card-2 .card-title {
  padding-top: 16px;
  background-color: #dde3ee;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.card-box.card-2 .card-title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 50px;
  color: #fff;
}

.card-box.card-2 .card-title * {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

.card-box.card-2 .card-title p {
  padding: 10px;
  margin: 0 auto;
}

.card-box.card-2 .card-text {
  padding: 15px;
  position: relative !important;
}

.card-box.card-2 .card-text .card-text-content {
  top: 50%;
  transform: translateY(-50%);
  position: relative !important;
}

@media screen and (max-width: 991px) {
  .card-box.card-2 .card-text .card-text-content {
    position: relative;
    top: 0;
    transform: none;
  }

  .card-box.card-2 .equal-height-column {
    height: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .card-box.card-2 .card-title p {
    font-size: 15px;
  }

  .card-box.card-2 .card-text ul {
    padding-left: 5px;
  }
}

.card-box.card-2 .card-text ol {
  text-align: left !important;
}

.right-arrow {
  border-color: transparent black;
  border-style: solid;
  border-width: 20px 0px 20px 20px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0;
  left: -20px;
}

.ghost-arrow {
  border-color: transparent black;
  border-style: solid;
  border-width: 20px 0px 20px 20px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 40px;
  left: 0;
}

/*cuadrados*/

.blk-gris-cesta {
  background-color: #dde3ee;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 5px;
}

.tabla-escala {
  width: 75%;
  font-size: 11px;
  margin-bottom: 5px;
}

/*Respuestas a formularios de campanias*/

section.respuesta-form {
  padding-top: 128px;
  padding-bottom: 128px;
}

@media (max-width: 768px) {
  section.respuesta-form {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/*Borrar background de secciones en xs o sm*/

@media (max-width: 768px) {
  .no-bg-xs,
  .no-bg-xs::before {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  .no-bg-sm,
  .no-bg-sm::before {
    background-image: none !important;
  }
}

.center img,
.center svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center.float-right svg {
  float: right;
}

@media screen and (max-width: 991px) {
  .center.float-right svg {
    float: none;
  }

  .talleres .slogan {
    font-size: 18px;
  }
}

.img-fullwidth {
  width: 100%;
}

.periodos-temp .tabla-condiciones .heading-col p {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .periodos-temp .tabla-condiciones .text-left,
  .periodos-temp .tabla-condiciones .text-right {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .periodos-temp .tabla-condiciones .text-left,
  .periodos-temp .tabla-condiciones .text-right {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .periodos-temp .tabla-condiciones .text-center {
    text-align: left;
  }
}

/*NEWPROMO*/

.product-header.newpromo {
  position: relative;
}

/*logo caser*/

.product-header.newpromo .logo1 {
  position: absolute !important;
  top: 20px;
  right: 20px;
  width: 135px;
  height: 115px;
}

/*logo vamos*/

.product-header.newpromo .logo2 {
  position: absolute !important;
  bottom: 10px;
  right: 20px;
  width: 135px;
  height: 115px;
}

.product-header.newpromo svg.svg-blanco path,
.product-header.newpromo svg.svg-blanco rect,
.product-header.newpromo svg.svg-blanco polygon {
  fill: #fff !important;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 991px) {
  .newpromo .logos-promo {
    max-width: 750px;
    margin: 0 auto;
    display: block;
    padding-bottom: 0px;
    min-height: 95px;
  }

  .product-header.newpromo {
    background-image: none !important;
    padding-bottom: 0;
  }

  .product-header.newpromo .logo1 {
    position: relative !important;
    float: left;
    margin-top: 8px;
    top: 0;
    bottom: 10px;
    left: 20px;
    height: 75px !important;
    width: 95px !important;
  }

  .product-header.newpromo .logo2 {
    position: relative !important;
    float: right;
    margin-top: 8px;
    right: 20px;
    height: 75px !important;
    width: 95px !important;
  }

  .product-header.newpromo svg.svg-blanco path,
  .product-header.newpromo svg.svg-blanco rect,
  .product-header.newpromo svg.svg-blanco polygon {
    fill: #000 !important;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0));
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0));
  }

  .product-header.newpromo {
    background-image: none !important;
  }

  .newpromo .card-mini .card-content .card-text p:first-of-type:not(.big) {
    margin-top: 0px;
  }

  .newpromo .card-mini {
    position: relative;
    background-color: #fff;
    min-height: none;
    padding: 8px 20px 8px 0px !important;
    margin-left: 22px;
    margin-bottom: 20px;
    border-radius: 2px;
  }

  .newpromo .card-mini::after {
    border-bottom: none;
    top: 40px;
    height: calc(100% - 40px);
  }

  .newpromo .card-mini::before {
    top: 0;
    height: 40px;
    border-top: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-header.newpromo .img-responsive {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/*PROMO*/

.product-header.promo svg {
  position: absolute;
  right: 20px;
}

.product-header.promo {
  position: relative;
}

/*logo caser*/

.product-header.promo svg.caser,
.product-header.promo.banca-p svg {
  bottom: 20px;
  right: 200px;
}

/*logo vamos*/

.product-header.promo svg.vamos {
  bottom: 20px;
  margin-bottom: 0 !important;
}

.product-header.promo {
  min-height: 564px;
}

@media screen and (max-width: 991px) {
  .product-header.promo svg {
    right: 0 !important;
    position: relative !important;
    padding: 0 16px 0 16px;
  }

  .product-header.promo svg.caser {
    float: left;
    top: 0;
  }

  .product-header.promo svg.vamos {
    float: right;
    bottom: 0;
  }

  .product-header.promo .card-mini .card-text .img-promo {
    margin: 16px auto 0 auto;
    text-align: center;
  }

  .product-header.promo svg path,
  .product-header.promo svg rect,
  .product-header.promo svg polygon {
    fill: #000 !important;
  }

  .product-header.promo {
    background-image: none !important;
  }

  .product-header.promo .row > [class*="col-"]:last-child > *:last-child {
    margin-bottom: 0;
  }
}

.product-header.promo.fondo1-bg,
.product-header.promo.fondo1-bg:after {
  background-color: transparent;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-header.promo
  .card-text
  .row:last-of-type
  [class*="col-"]:last-of-type {
  padding-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-header.promo .card-mini .card-text .img-promo {
    margin-top: -100px;
  }
}

@media screen and (min-width: 992px) {
  .card-mini .card-text .img-promo {
    margin-top: -130px;
  }

  .product-header.promo svg path,
  .product-header.promo svg rect,
  .product-header.promo svg polygon {
    fill: #fff !important;
  }

  .product-header.promo.promo.satse svg path,
  .product-header.promo.promo.satse svg rect,
  .product-header.promo.promo.satse svg polygon {
    fill: #000 !important;
  }

  .product-header.promo.promo.banca-p svg path,
  .product-header.promo.promo.banca-p svg rect,
  .product-header.promo.promo.banca-p svg polygon {
    fill: #000 !important;
  }

  .product-header.promo .container {
    position: initial !important;
  }
}

#divMenuzord a.lupa-responsive {
  color: #33393e !important;
}

@media screen and (max-width: 991px) {
  .main-navigation.busca {
    left: 0;
    right: 0;
  }

  .main-navigation.busca .container {
    padding: 0;
    width: 100%;
  }

  #divMenuzord a.lupa-responsive {
    float: right;
    margin: 9px 0;
    position: absolute;
    right: 18px;
    font-size: 140%;
  }

  #divMenuzord .megamenu.hidden-lg.hidden-md {
    position: absolute;
    top: 60px;
    box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
    -moz-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
    -webkit-box-shadow: -10px 6px 26px 0 rgba(51, 57, 62, 0.3);
    display: none;
  }
}

/* espacio doble boton en footer */

section.prefooter-product .equal-height-column .btn + .btn {
  margin-left: 30px;
}

/**modificaciones colorers bootstrap*/

.panel-info {
  border-color: #d5dee5;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #dde3ee;
  border-color: #d5dee5;
}

.panel-footer {
  background-color: #f4f7fc;
  border-top: 1px solid #d5dee5;
}

/* oferta erasmus */

@media screen and (min-width: 992px) {
  section.erasmus-ofrece .equal-height-column {
    min-height: 180px;
    border: 1px solid transparent;
  }
}

@media screen and (max-width: 991px) {
  section.erasmus-ofrece .equal-height-column {
    min-height: auto !important;
    height: auto !important;
  }
}

.ico-col-2 .title > *,
.ico-col-3 .title > *,
.ico-col-4 .title > *,
.ico-col-5 .title > * {
  font-size: 24px !important;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 400;
  color: #33393e;
}

.ico-col-2 svg,
.ico-col-2 img,
.ico-col-3 svg,
.ico-col-3 img,
.ico-col-4 svg,
.ico-col-4 img,
.ico-col-5 svg,
.ico-col-5 img {
  color: #989b9f;
  fill: #989b9f;
  margin-bottom: 16px;
}

.ico-col-2 .link,
.ico-col-3 .link,
.ico-col-4 .link,
.ico-col-5 .link {
  margin-top: 16px;
}

.ico-col-2 .link a,
.ico-col-3 .link a,
.ico-col-4 .link a,
.ico-col-5 .link a {
  text-transform: uppercase;
}

.ico-col-2 .desc p,
.ico-col-3 .desc p,
.ico-col-4 .desc p,
.ico-col-5 .desc p {
  margin-top: 16px;
}

@media only screen and (max-width: 991px) {
  .ico-col-3 .row.equal-height-row [class*="col-"] {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .ico-col-4 .row.equal-height-row [class*="col-"] {
    margin-bottom: 32px;
  }

  .ico-col-4 .row.equal-height-row [class*="col-"]:nth-of-type(3) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ico-col-4 .row.equal-height-row [class*="col-"]:nth-of-type(2) {
    margin-top: 0;
  }
}

.ico-col-5 .row ~ .row {
  margin-top: 32px;
}

@media only screen and (max-width: 991px) {
  .ico-col-5 .row ~ .row {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .ico-col-5 .row ~ .row [class*="col-"] {
    margin-top: 32px;
  }
}

.template-title {
  padding: 16px;
  background-color: #bdc3c7;
}

/* CONTENT DIVIDER */

.content-divider {
  background-color: #0b7ad0;
  padding: 80px 0;
}

.content-divider {
  text-align: center;
}

.content-divider p {
  color: #fff;
  font-size: 32px;
  margin: 0;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .content-divider {
    padding: 40px 0;
  }

  .content-divider p {
    font-size: 24px;
  }
}

/* CONTENT DIVIDER */

.help-block {
  color: #999fa4;
  font-size: 14px;
}

/* TABLE STYLES */

table.table {
  margin-top: 16px;
  background-color: #fff;
}

table.table > thead > tr > th {
  padding-top: 20px;
  text-align: center;
}

table.table > thead > tr > th:first-of-type {
  text-align: left;
}

table.table th,
table.table td {
  font-size: 14px;
}

table.table > tbody > tr > td {
  text-align: center;
  padding: 12px 4px;
}

table.table.table-left > tbody > tr > td {
  text-align: left !important;
}

table.table.table-p-16 > tbody > tr > td {
  padding: 16px !important;
}

table.table.table-p-24 > tbody > tr > td {
  padding: 24px !important;
}

table.table.table-p-32 > tbody > tr > td {
  padding: 32px !important;
}

table.table > tbody > tr > td:first-of-type {
  text-align: left;
  font-weight: 500;
  padding-left: 10px;
}

ul.ui-autocomplete li {
  padding: 0;
}

ul.ui-autocomplete li div {
  padding: 0 0 0 10px;
}

ul.ui-autocomplete li div:hover {
  background: #0b7ad0;
  color: #fff;
}

ui-menu ui-widget ui-widget-content ui-autocomplete ui-front {
  display: block !important;
  opacity: 1;
}

.ui-menu-item-wrapper .ui-state-active {
  border: 1px solid green;
}

.ui-menu-item-wrapper {
  font-size: 13px;
}

#fieldADDRESSTYPE .form-group select.form-control.input-sm > * {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Text-align */

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: transparent;
  border-top: 2px solid #e5e5e5;
}

.texto-condiciones {
  position: relative;
}

.texto-condiciones p.formula-container {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 6px 0px;
}

.texto-condiciones p.formula-container .formula,
p.formula-container .formula {
  float: right;
  height: 150px;
  margin-left: 12px;
  margin-bottom: 8px;
}

/* Títulos dentro de FAQS */

.faqs .panel-body h1,
.faqs .panel-body h2,
.faqs .panel-body h3,
.faqs .panel-body h4,
.faqs .panel-body h5,
.faqs .panel-body h6 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.faqs .panel-body p + h1,
.faqs .panel-body p + h2,
.faqs .panel-body p + h3,
.faqs .panel-body p + h4,
.faqs .panel-body p + h5,
.faqs .panel-body p + h6 {
  margin-top: 30px;
}

/* cabecera genérica para fichas sin cabecera-con-imagen */

.title-header {
  background-color: #f4f7fd;
  padding: 40px 0 40px 0;
}

@media screen and (max-width: 991px) {
  .title-header {
    padding: 20px 0 20px 0;
  }
}

/* cabecera genérica para fichas sin cabecera-con-imagen */

/* Lista genérica Horizontal */

.lista-horizontal {
  display: inline-block;
}

.lista-horizontal li {
  display: block;
}

.lista-horizontal li * {
  display: inline-block;
  vertical-align: middle;
}

.lista-horizontal li p {
  margin-top: 0;
  margin-bottom: 0;
}

.lista-horizontal li > :first-child {
  margin-right: 16px;
}

/* Lista genérica Horizontal */

.blk-main.bg {
  background-color: #f4f7fd;
}

.blk-main.bg h2 {
  color: #0b7ad0;
}

.blk-main .title-border {
  border-left: 2px solid #dd4c40;
  padding-left: 20px;
}

.blk-main .container-fluid .title-border {
  margin-left: 50px;
}

.blk-main .container > .row ~ .row:not(:last-of-type) {
  margin-bottom: 40px;
}

.blk-main.no-bg .links a {
  border-right: 2px solid #e3e3e3;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
}

.blk-main .links a:last-child {
  border: none;
}

.blk-main.bg .links a {
  border-right: 2px solid #fff;
}

.blk-main.bg .links a:last-child {
  border: none;
}

.blk-main .text-right ul {
  list-style-position: inside;
}

.blk-main.no-bg {
  background-color: transparent;
}

.blk-main a + p {
  margin-top: 16px;
}

.blk-main .card a + p {
  margin-top: 0;
}

@media (max-width: 991px) {
  .blk-main .text-right {
    text-align: left;
  }
}

.blk-main .icon {
  width: auto;
  display: table;
}

.blk-main .icon .icon-img .svg {
  width: auto;
  height: auto;
  margin-right: 20px;
  max-width: 60px;
  max-height: 60px;
}

.blk-main .icon .icon-img {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}

.blk-main .icon p {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  margin-right: 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .blk-main .container-fluid #semaforos-riesgo {
    max-width: 100%;
    margin: 0 30px;
  }
}

.blk-main.no-bg .ficha {
  background-color: none;
}

.blk-main .ficha {
  border: 1px solid #5c6a77;
  padding: 25px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.blk-main .ficha + .ficha {
  margin-top: 30px;
}

.blk-main .ficha .btn {
  min-width: 210px;
}

.blk-main .ficha .xtra p {
  margin-bottom: 30px;
  padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blk-main .ficha .xtra p {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .blk-main .ficha .xtra p {
    margin-bottom: 10px;
    padding: 0;
  }

  .blk-main.ico-col-4 .row.equal-height-row {
    height: auto !important;
  }
}

@media screen and (max-width: 534px) {
  .blk-main .ficha .xtra .btn + .btn {
    margin-top: 25px;
  }
}

.blk-main .blk-image .img-box img {
  margin: 0 auto;
  max-height: 517px !important;
}

.blk-main .nav-tabs > li.active > a {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .no-bg-responsive {
    background-color: transparent !important;
  }

  .blk-main .blk-image .img-box {
    position: relative;
    background-color: #f4f7fd;
    overflow: hidden;
    margin-bottom: 16px;
    height: 30vh;
  }

  .blk-main .blk-image .img-box img {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) {
  .blk-main .blk-image .img-box {
    height: 50vh;
  }

  .blk-main .blk-image .img-box img {
    top: 5%;
  }
}

/* CARD-TITLES */

.card-box.card-titles aside {
  position: relative;
  overflow: hidden;
  height: 100px;
  transition: all 0.5s ease;
}

.card-box.card-titles aside .overlay {
  position: absolute;
  background-color: black;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(99, 99, 99, 0.6);
}

.card-box.card-titles aside .card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 90%;
}

.card-box.card-titles aside .card-text p {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: normal;
}

.card-box.card-titles aside .img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-box.card-titles aside:hover {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.54);
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .card-box.card-titles [class*="col-"]:not(:first-child) {
    margin-top: 32px;
  }
}

/* CARD-TITLES */

/* CARD-BLOG */

.card-blog .row .card-img {
  padding: 0 !important;
  margin-left: -1em;
  margin-right: -1em;
  overflow: hidden !important;
  padding: 0;
  height: 100%;
}

.card-blog .row .card-text {
  padding: 15px 35px;
  height: 100%;
  background-color: #fff;
}

.card-blog .row .card-text .title p {
  text-transform: uppercase;
  font-weight: bold;
}

/* CARD-BLOG */

.product-header.promo-app {
  padding-bottom: 40px;
}

.app-download {
  list-style: none;
  padding-left: 0px;
}

.app-download li {
  display: inline-block;
  margin-right: 16px;
  margin-top: 16px;
}

.app-download li:last-of-type {
  margin-right: 0;
}

.product-header.promo-app .phone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 200px;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .product-header.promo-app .logos {
    max-width: 360px;
  }

  .product-header.promo-app .phone {
    right: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .product-header.promo-app .phone {
    right: 25%;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .product-header.promo-app {
    min-height: 36vh;
    background-position: 130% top;
  }
}

.product-header.promo-app small {
  color: inherit !important;
  font-size: 65% !important;
  font-weight: 400 !important;
  display: inline !important;
}

.blk-main small {
  color: inherit !important;
}

.card-box.card-3 small {
  color: inherit !important;
}

.card-box.card-3.video [class*="col-"] > div {
  cursor: pointer;
}

.card-box.card-3.video [class*="col-"] .card-img {
  position: relative;
}

.card-box.card-3.video [class*="col-"] .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card-box.card-3.video [class*="col-"] .card-img svg.svg-smm {
  height: 80px !important;
  width: 80px !important;
}

.card-box.card-3.video [class*="col-"] .card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000, #222222);
  opacity: 0.3;
  z-index: 1;
}

.img-xs {
  width: auto;
  height: 50px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .product-header.promo-app {
    min-height: 410px;
  }

  .product-header.promo-app .logos {
    max-width: 300px;
  }
}

@media (max-width: 991px) and (min-width: 481px) {
  .product-header.promo-app {
    overflow: hidden;
  }

  .product-header.promo-app .phone {
    right: 7%;
    max-width: 18%;
  }
}

@media screen and (max-width: 480px) {
  .product-header.promo-app .phone {
    top: 50px;
    transform: none;
    max-width: 33%;
    right: 5%;
  }
}

@media screen and (max-width: 420px) {
  .product-header.promo-app {
    min-height: 350px;
  }
}

@media screen and (max-width: 320px) {
  .product-header.promo-app {
    min-height: 300px;
    overflow: hidden;
  }

  .product-header.promo-app .phone {
    right: -53px;
  }

  .product-header.promo-app .col-xs-8 {
    width: 72%;
  }
}

.blk-main.bg.video [class*="col-"] .blk-image::before,
.blk-main.no-bg.video [class*="col-"] .blk-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000, #222222);
  opacity: 0.3;
  z-index: 1;
}

.blk-main.bg.video [class*="col-"] > div:not(.row),
.blk-main.no-bg.video [class*="col-"] > div:not(.row) {
  cursor: pointer;
}

.blk-main.bg.video [class*="col-"] .blk-image,
.blk-main.no-bg.video [class*="col-"] .blk-image {
  position: relative;
}

.blk-main.bg.video [class*="col-"] .blk-image svg,
.blk-main.no-bg.video [class*="col-"] .blk-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card-box.card-3
  .row.equal-height-row
  [class*="col-"]
  .card-text
  a:not(.text-normalcase) {
  text-transform: uppercase;
}

.modal .modal-sm .modal-body video,
.modal .modal-md .modal-body video,
.modal .modal-xs .modal-body video {
  margin: 0 auto;
  max-height: 75vh;
}

.fondo-banner-campaign {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

/* fix cta por debajo de semáforo (z-index:3) */

.CTA-action {
  z-index: 4 !important;
}

.modal.video .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal.video .modal-header {
  border: none;
  padding: 0;
}

.modal.video .modal-content {
  margin: inherit !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .modal.video .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal.video .modal-dialog.modal-xs .modal-body,
.modal.video .modal-dialog.modal-sm .modal-body,
.modal.video .modal-dialog.modal-md .modal-body,
.modal.video .modal-dialog.modal-lg .modal-body {
  padding: 0;
}

.blk-img-box {
  position: relative;
  overflow: hidden !important;
  text-align: center;
}

.blk-img-box img {
  position: absolute;
  height: 100%;
  width: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

/* TABS */

.nav.nav-tabs.nav-justified,
.nav.nav-tabs.nav-justified > li {
  border: none;
}

.nav.nav-tabs.nav-justified > li > a {
  color: #33393e;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  text-align: left;
  font-weight: 500;
  display: block;
}

.nav.nav-tabs.nav-justified > li:last-of-type a {
  border-right: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.nav.nav-tabs.nav-justified > li.active > a,
.nav.nav-tabs.nav-justified > li.active > a:focus,
.nav.nav-tabs.nav-justified > li.active > a:hover {
  border-top-color: transparent;
  border-left-color: transparent;
  color: #0b7ad0;
}

.nav.nav-tabs.nav-justified > li:hover > a {
  color: #0b7ad0;
  border-color: transparent;
  border-bottom-color: #0b7ad0;
}

.nav.nav-tabs.nav-justified > li.active > a,
.nav.nav-tabs.nav-justified > li:hover > a,
.nav.nav-tabs.nav-justified > li:focus > a {
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #0b7ad0 !important;
}

.nav.nav-tabs.nav-justified > li > a:focus,
.nav.nav-tabs.nav-justified > li > a:hover {
  border-right: 1px solid #ddd;
  background-color: transparent;
}

.nav.nav-tabs.nav-justified > li:last-of-type > a:focus,
.nav.nav-tabs.nav-justified > li:last-of-type > a:hover {
  border-right: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .tab-content {
    display: none;
  }
}

/*  semáforo con nombre de producto */

#semaforos-riesgo .box > .coletilla,
#semaforos-riesgo > .coletilla,
#semaforo-planes .box > .coletilla,
#semaforo-planes > .coletilla {
  font-size: 10px !important;
  background-color: #e9e9e9;
  padding: 5px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#semaforo-planes .box-flex1 > .coletilla {
  font-size: 10px !important;
  padding: 5px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Ipad pro landscape */

@media (max-width: 1366px) and (min-width: 1025px) {
  .product-header.riesgo {
    min-height: 550px;
  }
}

/* Botón flotante */

.CTA-action {
  position: fixed;
  z-index: 3;
  bottom: 80px;
  right: 80px;
}

.CTA-action a span.img svg {
  width: 64px;
  height: 64px;
  border: none;
  outline: none;
  -webkit-filter: drop-shadow(-3px -3px 12px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(-3px -3px 12px rgba(0, 0, 0, 0.3));
  background-color: #0b7ad0;
  border-radius: 50%;
  display: inline-block;
}

/* Modal CTA */

#callToActionModal .modal-dialog {
  position: fixed;
  bottom: 60px;
  right: 60px;
  /* background-color: #fff; */
  width: 400px;
  /* box-shadow: -3px -3px 120px #cccccc; */
  /* z-index: 1024; */
}

#callToActionModal .modal-content {
  margin-top: 0;
  padding: 40px;
}

#callToActionModal .modal-content .modal-body h3 {
  margin-top: 0;
  text-transform: none !important;
}

#callToActionModal .modal-dialog .buttons {
  margin: 32px auto 0 auto;
  text-align: center;
}

#callToActionModal .modal-dialog .buttons .btn {
  display: block;
  margin-bottom: 24px;
}

#callToActionModal .close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1040;
}

@media screen and (max-width: 767px) {
  .CTA-action {
    bottom: 32px;
    right: 32px;
  }

  #callToActionModal {
    padding: 16px;
  }

  #callToActionModal .modal-dialog {
    position: static;
    width: auto;
    right: 0;
    bottom: 0;
  }

  /* #callToActionModal .modal-content {
  padding: 24px;
} */

  #callToActionModal .modal-dialog .buttons .btn {
    margin: 24px 0 0 0;
  }
}

.wrapper {
  position: relative;
}

#semaforos-riesgo {
  top: 16px;
}

.blk-main #semaforos-riesgo {
  top: auto;
}

#semaforos-riesgo .box {
  background-color: #fff;
  border: none;
}

#semaforos-riesgo .box .blk-semaforo {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #fff;
}

#semaforos-riesgo .box .blk-right {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0px solid #000000;
  background-color: #fff;
}

#semaforos-riesgo.doble .coletilla {
  border-bottom: 1px solid #e9e9e9;
}

#semaforos-riesgo .row [class*="col-"] {
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  #semaforos-riesgo.doble {
    position: relative;
    float: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #semaforos-riesgo .blk-right {
    border-top: 1px solid #000000;
  }

  #semaforos-riesgo .box .blk-semaforo {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #fff;
  }

  #semaforos-riesgo .box .blk-right {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 0px solid #000000;
    background-color: #fff;
  }

  #semaforos-riesgo.doble:not(.relative) {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  #semaforos-riesgo:not(.relative) {
    position: relative;
    float: none;
    margin-bottom: 32px;
  }

  #semaforos-riesgo.doble:not(.relative) {
    margin-bottom: 8px;
  }

  #semaforos-riesgo .blk-right {
    border-left: 1px solid #000000;
  }
}

@media screen and (max-width: 767px) {
  #semaforos-riesgo.doble {
    margin-bottom: 32px;
  }

  #semaforos-riesgo.doble:not(.relative) {
    margin-bottom: 16px;
  }
}

.tableResponsive {
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
  background: #fff;
}

table.tableResponsive thead {
  color: #33393e;
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
}

table.tableResponsive thead tr th {
  padding: 12px 4px;
  font-weight: 600;
  text-align: center;
}

table.tableResponsive tbody tr td {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 4px;
  text-align: center;
}

table.tableResponsive tbody tr td:nth-child(1) {
  text-align: left;
  font-weight: 600;
  padding-left: 10px;
}

table.tableResponsive thead tr th:nth-child(1) {
  text-align: left;
  padding-left: 10px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline > li {
  margin-bottom: 32px;
  padding-left: 60px;
  position: relative;
}

ul.timeline > li:after {
  content: " ";
  background: #a0a0a0;
  display: inline-block;
  position: absolute;
  left: -11px;
  top: 0;
  width: 2px;
  height: 140%;
}

ul.timeline > li:before {
  content: "";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #a0a0a0;
  left: -30px;
  width: 40px;
  height: 40px;
  z-index: 400;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
  color: #3d4245;
}

ul.timeline > li:nth-child(1):before {
  content: "1";
}

ul.timeline > li:nth-child(2):before {
  content: "2";
}

ul.timeline > li:nth-child(3):before {
  content: "3";
}

ul.timeline > li:nth-child(4):before {
  content: "4";
}

ul.timeline > li:nth-child(5):before {
  content: "5";
}

ul.timeline > li:nth-child(6):before {
  content: "6";
}

ul.timeline > li:nth-child(7):before {
  content: "7";
}

ul.timeline > li:nth-child(8):before {
  content: "8";
}

ul.timeline > li:nth-child(9):before {
  content: "9";
}

ul.timeline > li:nth-child(10):before {
  content: "10";
}

ul.timeline > li p.h4 {
  color: #0b7ad0;
}

ul.timeline > li ul {
  margin-bottom: 32px;
}

.blk-main.bg ul.timeline > li:before {
  background: #f4f7fd;
}

@media screen and (min-width: 768px) {
  ul.timeline > li:last-child:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ul.timeline {
    margin-left: 0;
    padding-left: 0;
  }

  ul.timeline > li {
    padding-left: 0;
  }

  ul.timeline > li:before {
    position: relative;
    left: 44%;
  }

  ul.timeline > li:after {
    left: 0;
    width: 100%;
    height: 2px;
    top: 20px;
  }
}

p span.novedad {
  background-color: #dd4c40;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 5px;
}

/* Estilos para impresion */

@media print {
  @page {
    margin: 5mm;
  }

  .nav.nav-tabs {
    display: none;
  }

  .panel {
    border: none;
  }

  section.esquiar .ski-card {
    top: auto !important;
  }

  .panel-body a.btn {
    display: none;
  }

  .tab-content > .tab-pane {
    margin-bottom: 32px;
  }

  .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0;
  }

  .panel-default > .panel-heading {
    display: none;
  }

  .card-box.card-3 .card-text {
    border: none;
  }

  .faqs .panel-according .panel-default .panel-heading .panel-title a {
    font-size: 0.784em !important;
    border-bottom: none;
  }

  #blog .btn.btn-default,
  .submenu,
  header,
  .menuzord-menu.menuzord-indented {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal !important;
  }

  h1,
  .h1 {
    font-size: 2.625em !important;
  }

  h2,
  .h2 {
    font-size: 2.164em !important;
    color: #0b7ad0;
  }

  h3,
  .h3 {
    font-size: 1.784em !important;
  }

  h4,
  .h4 {
    font-size: 1.471em !important;
  }

  h5,
  .h5 {
    font-size: 1.213em !important;
  }

  h6,
  .h6 {
    font-size: 1.15em !important;
  }

  p {
    font-size: 1em !important;
  }

  h1,
  .h1,
  h2,
  .h2 {
    margin-bottom: 20px;
  }

  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 10px;
  }

  .main-navigation.busca {
    position: relative !important;
  }

  img {
    max-width: 100% !important;
  }

  body,
  article {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .faqs button {
    display: none;
  }

  #semaforos-riesgo .semaforo {
    font-size: 30px !important;
  }

  #semaforos-riesgo .semaforo span {
    color: #bdbdbd !important;
  }

  #semaforos-riesgo p,
  #advertencia-complejidad p {
    font-size: 10px !important;
  }

  aside.card-box.card-promo:before,
  aside.card-box.card-promo:after {
    display: none;
  }

  #blog .blog-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-bottom: 10px;
  }

  #blog .swiper-slide img {
    display: block !important;
    min-height: 100%;
    height: auto !important;
  }

  #blog .swiper-slide {
    width: 50%;
    display: block;
  }

  /* Modal */
  a[href^="http"]:not([href*="example.com"]):after {
    content: " (" attr(href) ")";
  }

  #condicionesModal,
  #tarifasModal {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    z-index: 0;
    overflow: visible;
  }

  #condicionesModal.modal.fade .modal-dialog,
  #tarifasModal.modal.fade .modal-dialog {
    transform: none;
  }

  #condicionesModal .modal-dialog,
  #tarifasModal .modal-dialog {
    position: relative;
  }

  #condicionesModal .modal-content,
  #tarifasModal .modal-content {
    box-shadow: none !important;
    background-color: transparent;
    overflow: visible;
    margin-top: 0;
    max-height: none;
    border: none;
  }

  #bloque_necesitas .movil-overlay {
    border-radius: 3px;
  }

  #bloque_necesitas .contenido_movil {
    margin-top: 0;
  }

  #bloque_necesitas .carousel {
    margin-top: 0;
    max-height: auto;
  }

  #bloque_necesitas .carousel .carousel-inner {
    border-radius: 0;
  }

  #sectores .card.card-image {
    border: 1px solid #e3e3e3;
  }

  #sectores .card.card-image a {
    overflow: hidden;
  }

  #sectores .card.card-image a img {
    width: auto;
  }

  #sectores .card-image .card-body,
  .card-image .card-body {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
  }

  #sectores .card-image .card-body:before,
  #sectores .card-image .card-body:after {
    display: none;
  }

  #eventos svg path,
  #eventos svg rect,
  #eventos svg polygon,
  #eventos svg circle,
  #fundacion svg path,
  #fundacion svg rect,
  #fundacion svg polygon,
  #fundacion svg circle,
  .icon-img svg {
    fill: #fff;
    stroke: #33393e;
  }

  #eventos .destacado {
    border-left: 1px solid #e3e3e3;
  }

  #eventos .destacado:last-child {
    border-right: 1px solid #e3e3e3;
  }

  #fundacion .bloques-fundacion .card {
    border: 1px solid #e3e3e3;
  }

  .box-container {
    filter: none;
  }

  .card-white .box-triangle {
    padding: 0;
  }

  .product-header:before,
  .blk-main.bg:before,
  .fondo1-bg:before {
    content: "";
    background-color: #fafafa !important;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .menuzord-menu.right-menu,
  header,
  #bloquecontacto,
  .menuzord-menu li.visible-lg.visible-md.visible-sm.visible-xs,
  footer,
  .CTA-action,
  a.lupa-responsive,
  .nav-icon.lupa-container *,
  .modal .close.fixed,
  .box-triangle::before,
  .box-triangle::after {
    display: none !important;
  }

  .collapse {
    display: block !important;
    height: auto !important;
  }

  #semaforos-riesgo {
    position: relative;
    margin: 10px auto;
    text-align: center;
  }

  .product-header {
    min-height: auto;
    padding-bottom: 10px;
  }

  a[href]:after {
    content: "";
  }

  .btn-primary {
    border-color: black;
  }

  .product-header .container .row {
    margin-bottom: 10px;
  }

  .product-header .row > [class*="col-"] {
    width: 100%;
  }

  .card-box.card-titles aside {
    overflow: visible;
    height: 100%;
  }

  .card-box.card-titles aside .img-box {
    display: none;
  }

  .card-box.card-titles aside .card-text {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    z-index: 0;
    padding: 10px;
    border: 1px solid #e3e3e3;
  }

  .card-box.card-3 [class*="col-md-3"] {
    width: 50% !important;
    float: left;
  }

  .card-box.card-3 * {
    height: auto !important;
  }

  .card-box.card-3 .card-text p {
    line-height: normal;
  }

  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /*     Medias */
  @media (max-width: 767px) {
    #eventos .row [class*="destacado"]:not(:last-of-type) {
      margin-bottom: 16px;
    }

    .card-box.card-titles aside {
      margin-bottom: 16px;
    }

    .card-white,
    .card-blue {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      line-height: normal;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
      margin-bottom: 15px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      margin-bottom: 10px;
    }

    h1,
    .h1 {
      margin-top: 0;
      font-size: 1.875em !important;
      letter-spacing: -1px !important;
    }

    h2,
    .h2 {
      font-size: 1.75em !important;
    }

    h3,
    .h3 {
      font-size: 1.5em !important;
    }

    h4,
    .h4 {
      font-size: 1.25em !important;
    }

    h5,
    .h5 {
      font-size: 1.2em !important;
    }

    h6,
    .h6 {
      font-size: 1.15em !important;
    }

    #blog .post-share {
      display: none;
    }

    .card-box.card-3 .card-text {
      padding: 0;
    }
  }

  @media (min-width: 768px) {
    .card-image .card-body {
      position: relative;
      width: 100%;
      right: auto;
      top: auto;
      border-radius: 0;
      border: 1px solid #e3e3e3;
    }

    .card-image p {
      font-weight: 400;
    }
  }

  @media (max-width: 991px) and (min-width: 768px) {
    #sectores .row:not(:first-of-type) [class*="col-"] {
      width: 33.33333333%;
    }

    .card-box.card-3 [class*="col-md-3"] {
      width: 50% !important;
    }
  }

  @media (max-width: 991px) {
    #banner-campaign .text-right {
      text-align: left !important;
    }

    #banner-campaign .text-right > * {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-top: 0 !important;
    }

    #banner-campaign .coletilla p {
      margin-top: 0;
    }

    #sectores .card-image .card-body,
    .card-image .card-body {
      padding-top: 0 !important;
      padding-left: 0;
      padding-right: 0;
    }

    #sectores h4 {
      margin-bottom: 32px !important;
    }

    #fundacion .bloques-fundacion .card {
      padding: 20px 5px 5px 5px;
    }

    #fundacion .bloques-fundacion .card svg {
      margin: 0 auto;
      text-align: center;
    }

    #fundacion .link-fundacion > * {
      margin-left: 0;
      margin-top: 32px !important;
      text-align: center;
    }

    #fundacion .link-fundacion .logo_fundacion {
      float: none;
    }

    #blog .swiper-wrapper {
      display: block;
    }

    #blog .swiper-slide:first-child,
    #blog .swiper-slide:last-child {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 0 !important;
    }

    #blog .swiper-slide {
      width: 100% !important;
      margin-bottom: 16px !important;
    }

    #blog .post-wrapper .thumb-wrapper {
      margin: 0;
      height: auto;
    }

    #blog .post-wrapper {
      width: 100%;
      margin: 0;
      height: auto !important;
      border: none;
    }

    #blog .swiper-slide img {
      height: auto !important;
      min-height: 0 !important;
    }
  }

  @media (max-width: 1024px) and (min-width: 992px) {
    .post-wrapper > div:first-child,
    .post-wrapper .blog-content {
      height: auto;
    }

    #blog .post-wrapper {
      margin: 0;
      width: 100%;
    }

    #blog .swiper-container {
      border-radius: 0;
      overflow: visible;
    }

    #blog .swiper-slide {
      padding-right: 15px !important;
      padding-left: 15px !important;
      float: left;
      width: 50%;
    }

    #blog .swiper-slide.swiper-slide-active {
      margin: 0 !important;
    }
  }

  @media (min-width: 1199px) {
    .main-navigation {
      padding-bottom: 20px;
    }
  }
}

.black-line {
  padding: 20px 0;
  background-color: #000;
  margin-top: -20px;
  margin-bottom: 16px;
}

.black-line .container {
  position: relative;
}

.black-line .container:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  background-color: red;
  width: 184px;
  height: 16px;
}

.icon-list {
  margin: 0;
  padding-left: 0;
  padding-top: 0;
}

.icon-list li {
  display: table;
}

.icon-list li img {
  float: left;
}

.icon-list li p {
  padding-left: 16px;
  display: table-cell;
  vertical-align: middle;
}

.tabla-escala tr.leyenda-numeros td.selected {
  background-color: #545454;
  color: #fff;
}

.panel-group .card-promo-2 .percent ul li {
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .panel-group .card-promo-2 .percent ul li {
    width: 93%;
    display: inline-block;
    border: none;
  }

  .panel-group .card-promo-2 .percent ul li a {
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    font-size: 13px;
  }
}

.promo-badge {
  position: absolute;
  top: 5px;
  left: 20px;
  padding: 8px;
  color: #fff;
  background: #0b7ad0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 10px;
}

.blk-main.banner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blk-main.banner:before {
  content: " ";
  background-color: rgba(11, 122, 208, 0.7) !important;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blk-main.banner .card-mini {
  padding-top: 8px !important;
}

.blk-main.banner .card-mini .card-title {
  text-transform: none !important;
}

.blk-main.banner .card-mini:before {
  height: 138px;
}

.blk-main.banner .card-mini:after {
  top: 138px;
  height: calc(100% - 138px);
}

@media screen and (max-width: 991px) {
  .blk-main.banner .card-mini {
    margin-top: 16px;
  }

  .blk-main.banner .card-mini .card-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blk-main.banner .card-mini:before {
    height: 124px;
  }

  .blk-main.banner .card-mini:after {
    top: 124px;
    height: calc(100% - 124px);
  }
}

#hazte-cliente .captura {
  position: absolute;
  top: 0;
  left: -280px;
}

#hazte-cliente .nav-tabs {
  border-color: #0b7ad0;
  border-bottom-width: 1px;
}

#hazte-cliente .tab-content h4 {
  color: #0b7ad0;
}

#hazte-cliente .tab-content .tab-pane {
  padding-top: 20px;
}

.webs-grupo [class*="col-"] a:hover {
  background-color: #fff;
  border-radius: 6px;
}

.webs-grupo [class*="col-"] a h5 {
  transition: all 0.3s ease;
}

.webs-grupo [class*="col-"] a:hover h5 {
  color: #0b7ad0;
  transition: all 0.3s ease;
}

.webs-grupo .svg.svg-xplora {
  height: 90px !important;
  width: 160px !important;
  padding-top: 46px;
}

@media screen and (max-width: 991px) {
  .webs-grupo .svg.svg-xplora {
    height: 90px !important;
    width: 140px !important;
    padding-top: 30px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 992px) {
  .webs-grupo .row.equal-height-row > [class*="col-"]:first-child,
  .webs-grupo .row.equal-height-row > [class*="col-"]:nth-child(2),
  .webs-grupo .row.equal-height-row > [class*="col-"]:nth-child(3) {
    margin-bottom: 32px;
  }

  .webs-grupo [class*="col-"] a {
    display: block;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .webs-grupo .svg {
    height: 60px !important;
    width: 90px !important;
  }

  .webs-grupo .svg.svg-xplora {
    height: 60px !important;
    width: 130px !important;
    padding-top: 10px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 560px) {
  .webs-grupo .svg.svg-xplora {
    height: 70px !important;
    width: 80px !important;
    padding-top: 6px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .webs-grupo .svg {
    height: 60px !important;
    width: 50px !important;
  }

  .webs-grupo h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  .webs-grupo .svg.svg-xplora {
    height: 70px !important;
    width: 80px !important;
    padding-top: 6px;
    padding-left: 0px;
  }
}

.title-header.blog {
  background-repeat: no-repeat;
  background-image: url(./assets/blog-portada.jpg);
  background-size: cover;
  min-height: 250px;
  background-position: 70%;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.title-header.blog h1 {
  margin-top: 0;
}

.title-header.blog * {
  color: #ffff;
}

@media screen and (min-width: 768px) {
  .title-header.blog {
    min-height: 500px;
  }
}

.tag-link {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tag-link .btn.btn-blog {
  color: #33393e;
  background-color: #f4f7fd;
  padding: 8px 24px;
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .tag-link {
    margin-bottom: 32px;
  }

  .tag-link .btn.btn-blog {
    margin-right: 8px;
  }
}

.p-gris {
  color: #989b9f;
}

@media screen and (max-width: 767px) {
  #sharenav {
    margin: 0 auto;
    text-align: center !important;
  }

  #sharenav ul {
    list-style: none;
    padding-left: 0;
  }

  #sharenav ul li {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  #sharenav {
    margin: 0 auto;
  }

  #sharenav ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
  }

  #sharenav ul li {
    display: inline;
  }

  #sharenav .date {
    padding-top: 32px;
  }
}

@media screen and (min-width: 992px) {
  #sharenav {
    margin: 0 auto;
  }

  #sharenav ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
  }

  #sharenav ul li {
    display: inline;
  }

  #sharenav .date {
    padding-top: 0;
  }
}

.menu-blog {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
}

.menu-blog ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu-blog li {
  display: inline;
}

.menu-blog li a {
  color: #ccc;
  padding: 15px;
  display: inline-block;
  font-weight: 500;
}

.menu-blog li a:hover,
.menu-blog li a.active {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .menu-blog nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }

  .menu-blog nav ul {
    width: 100% !important;
    white-space: nowrap;
  }

  .menu-blog nav li {
    display: inline-block;
  }

  .menu-blog nav li a {
    display: block;
    padding: 15px 8px;
    font-size: 14px;
  }
}

.entry-title,
.post .entry-title {
  color: #33393e;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.entry-title a:hover,
.post .entry-title a:hover {
  color: #0b7ad0 !important;
}

.cajeros {
  margin: 0 15px;
  background: #fff;
  height: 100%;
}

.cajeros h3 {
  color: #000;
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.cajeros:hover {
  cursor: pointer;
}

.cajeros:hover h3 {
  color: #0a79d0 !important;
}

.cajeros .description {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  .cajeros .description {
    padding: 0 30px 15px 30px;
  }

  .cajeros h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .cajeros .description {
    padding: 20px 30px 15px 30px;
  }
}

/*banza azul COVID19*/

#covid-19 .card-mini .card-title {
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#covid-19 .card-mini .card-title * {
  line-height: normal;
}

#covid-19 .card-mini .card-title h1 {
  font-weight: 400;
}

#covid-19 .card-mini a {
  color: #fff;
}

#covid-19 .card-mini .card-content .card-text ul {
  margin-top: 15px;
  padding-left: 0px;
}

#covid-19 .card-mini .card-content .card-text ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

@media (max-width: 768px) {
  #covid-19 .card-mini .card-content .card-text ul li {
    float: none;
    margin-bottom: 10px;
  }
}

/*img fill container for growing contents in BLOGs */

.img-fill-height {
  overflow: hidden;
  position: relative;
  min-height: 310px;
}

.img-fill-height img.img-responsive {
  max-width: none;
}

.img-fill-height img {
  position: absolute;
  width: auto;
  height: 100%;
}

.img-fill-height.fill-center img {
  left: 50%;
  transform: translateX(-50%);
}

.img-fill-height.fill-right img {
  right: 0px;
  transform: translateX(0%);
}

.img-fill-height.fill-right-20 img {
  right: -20%;
  transform: translateX(0%);
}

.img-fill-height.fill-right-10 img {
  right: -10%;
  transform: translateX(0%);
}

.img-fill-height.fill-left img {
  left: 0px;
  transform: translateX(0%);
}

.img-fill-height.fill-left-20 img {
  left: -20%;
  transform: translateX(0%);
}

.img-fill-height.fill-left-10 img {
  left: -10%;
  transform: translateX(0%);
}

@media screen and (max-width: 1200px) {
  .img-fill-height.fill-right-20 img {
    right: -40%;
    transform: translateX(0%);
  }

  .img-fill-height.fill-right-10 img {
    right: -20%;
    transform: translateX(0%);
  }

  .img-fill-height.fill-left-20 img {
    left: -40%;
    transform: translateX(0%);
  }

  .img-fill-height.fill-left-10 img {
    left: -20%;
    transform: translateX(0%);
  }
}

@media screen and (max-width: 991px) {
  .img-fill-height {
    min-height: 0px !important;
  }

  .img-fill-height img.img-responsive {
    max-width: 100%;
  }

  .img-fill-height img {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: translateX(0%) !important;
  }

  .img-fill-height.mirror img {
    transform: scaleX(-1);
  }
}

/*caras encuestas*/

.encuesta .vote {
  font-size: 10px !important;
  color: #999;
  font-weight: bold;
  text-align: center;
  line-height: 11px;
  margin: 4px 0 8px 0;
}

.encuesta .elige {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  padding: 12px;
}

.encuesta a {
  border: 1px solid transparent;
  display: block;
  margin: 6px auto;
  width: 100%;
  padding: 8px 0 0 0;
  text-align: center;
}

.encuesta a:hover {
  opacity: 0.8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 0 0 0;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 8px #e3e3e3;
}

.encuesta img {
  width: 70px;
  max-width: 100%;
  padding: 2px;
}

@media screen and (max-width: 768px) {
  .encuesta .row > div {
    padding-left: 6px;
    padding-right: 6px;
  }

  .encuesta .elige {
    padding: 6px;
  }
}

/* Oficinas */

#covid-header a#banner {
  color: #33393e;
}

#covid-header #banner h3 {
  font-size: 1.25em;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  #covid-header #banner h3 {
    font-size: 1.8em;
  }
}

.prefooter-conocenos {
  padding: 80px 0 80px 0;
  background-image: url(./assets/conocenos.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0b7ad0;
}

.prefooter-conocenos .svg {
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .prefooter-conocenos {
    background-position: right center;
  }
}

@media screen and (min-width: 1200px) {
  .prefooter-conocenos .container {
    padding: 40px 0 40px 0;
  }
}

/*componente Aviso popup*/

#aviso-modal {
  position: fixed;
  z-index: 1244;
  bottom: 0px;
  right: 0px;
  width: min(100%, 300px);
}

#aviso-modal .close svg.svg-xs {
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  top: 16px !important;
  right: 16px !important;
}

#aviso-modal a.no-mostrar {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}

/* Listados en coletilla* */

ol.legal {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 40px;
}

ol.legal li {
  margin: 0 0 1rem 0;
  counter-increment: list-counter;
  position: relative;
}

ol.legal li::before {
  content: counter(list-counter);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  --size: 18px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #33393e;
  border-radius: 50%;
  text-align: center;
}

/* Listados en coletilla*/

/* Blk modales para condiciones y ejemplos */

.blk-modales {
  background-color: #dde3ee;
  /* FONDO2-bg */
  padding: 40px 0;
}

.blk-modales .card {
  box-shadow: none;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: none;
}

.blk-modales .card:first-of-type {
  margin-bottom: 64px;
}

.blk-modales
  .card:first-of-type
  > .row:not(:first-of-type)
  [class*="col-"]:first-of-type {
  font-weight: bold;
}

.blk-modales .card:first-of-type .row:not(:first-of-type) {
  margin-bottom: 16px;
  border-bottom: 1px solid #ecf0f4;
  padding-bottom: 16px;
}

.blk-modales .card:first-of-type .row:last-child {
  border: none;
}

.blk-modales .card:hover {
  box-shadow: none;
}

.blk-modales .card:first-of-type p {
  margin: 0;
}

.text-14 {
  font-size: 14px;
}

.text-12 {
  font-size: 12px !important;
}

.text-10 {
  font-size: 10px !important;
}
@media screen and (min-width: 992px) {
  .blk-modales {
    padding: 80px 0;
  }
}

/* Blk modales para condiciones y ejemplos */

/* Box-wrap */

.box-wrap .blk-txt {
  vertical-align: middle;
}

.box-wrap .blk-img {
  position: relative;
}

.box-wrap .blk-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-wrap .blk-img .play-video {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.box-wrap h2 {
  color: #0b7ad0;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.box-wrap a:not(.btn) {
  font-weight: bold;
}

.box-wrap .text-2 {
  line-height: normal !important;
}

.box-wrap .swiper-container {
  overflow: visible;
}

.box-wrap:not(header) #semaforos-riesgo {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0 10px 10px 10px !important;
  /* Important to override Style.css */
}

.box-wrap .nri-right {
  z-index: 1;
}

.blk-main.box-wrap {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

@media (max-width: 767px) {
  .box-wrap .nri-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #33393e;
    text-align: right;
    margin-top: 3em;
  }

  .box-wrap .no-gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  #header.box-wrap h1 {
    margin-top: 0;
  }

  .box-wrap.blk-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .box-wrap.blk-main .container > .row ~ .row:not(:last-of-type) {
    margin-bottom: 0;
  }

  .box-wrap.blk-main .row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .box-wrap.blk-main h2 {
    margin-top: 0;
  }

  .box-wrap .no-gutter .blk-txt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .blk-main.box-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .box-wrap:not(#header) .row.no-gutter:not(:last-of-type) {
    margin-bottom: 5em !important;
  }
}

/* CARD-PROMO-3 */

.card-promo-3 {
  background-color: #fff;
  /* revisar fixed */
  border: none !important;
  /* revisar fixed */
  position: relative;
}

.card-promo-3.fondo1-bg {
  background-color: #f4f7fc;
}

.card-promo-3 .card-body {
  color: #33393e;
  padding: 64px 16px 16px 16px;
}

.card-promo-3 .card-title {
  color: #0b7ad0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.card-promo-3 .blk-img + .card-body {
  padding-top: 32px;
}

.promo-parent {
  position: relative;
}

.card-promo-3 .promo,
.promo {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 6px 16px;
  background-color: #0b7ad0;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  border-radius: 3px;
  z-index: 1;
}

@media (min-width: 992px) {
  .card-promo-3 .card-body {
    padding: 64px 32px 32px 32px;
  }
}

/* CARD-PROMO-3 */

/*flip - voltear imagen*/

.voltear {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* Share modal */

.share.sticky-top {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
}

@media (max-width: 767px) {
  .share.sticky-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.share.sticky-top .share-inner {
  border-radius: 50px;
  width: 69px;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: table;
}

@media (max-width: 767px) {
  .share.sticky-top .share-inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.share.sticky-top .share-inner .svg {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.share.sticky-top .share-inner a {
  display: none;
}

@media (max-width: 767px) {
  .share.sticky-top .share-inner a i {
    font-size: 1.5em;
  }
}

.share.sticky-top .share-inner:hover {
  background-color: #ffffff;
}

.share.sticky-top .share-inner:hover * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share.sticky-top .share-inner:hover .svg {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.share.sticky-top .btn-print {
  border-radius: 50px;
  width: 69px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.share.sticky-top .btn-print:hover {
  background-color: #ffffff;
}

.share.sticky-top .btn-print:hover * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share.sticky-top .btn-print:hover .svg {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.share.sticky-top .close {
  display: block;
}

.share.sticky-top.open .share-inner {
  width: 250px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share.sticky-top.open .share-inner a {
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
}

.share.sticky-top.open .share-inner a i {
  color: #212121;
}

.share.sticky-top.open .share-inner a:hover i {
  color: #0b7ad0;
}

.blog .swiper-container .ribbon-blogs {
  position: absolute;
  top: -7px;
  right: 20px !important;
  z-index: 99;
}

/*SEMAFOROS RIESGO COMO LOS DE PLANES De PENSIONES*/

#semaforo-planes .coletilla.bottom {
  padding: 4px 8px;
  margin: 0;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#semaforo-planes .coletilla.top {
  padding: 4px 8px;
  margin: 0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#semaforo-planes .box {
  padding: 0;
  margin: 0;
  border: none;
}

#semaforo-planes .box-flex-parent {
  border: 1px solid black;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#semaforo-planes .box-flex-parent .box-flex1 {
  padding: 16px;
  width: 40%;
  border-right: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#semaforo-planes .box-flex-parent .box-flex2 {
  padding: 16px;
  width: 60%;
}

@media (max-width: 991px) {
  #semaforo-planes .box-flex-parent {
    border: 1px solid black;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #semaforo-planes .box-flex-parent .box-flex1,
  #semaforo-planes .box-flex-parent .box-flex2 {
    width: 100%;
  }

  #semaforo-planes .box-flex-parent .box-flex1 {
    border-right: 0px solid black;
    border-bottom: 1px solid black;
  }
}

#semaforo-planes .box-flex-parent .box-flex1 table {
  display: flex;
  justify-content: space-between;
}

#semaforo-planes .box-flex-parent .box-flex1 tr.leyenda-numeros td {
  text-align: center;
  border: 1px solid #dcdcdc;
  color: #808386;
  width: 14.85%;
  width: 14%;
  height: 24px;
}

#semaforo-planes .box-flex-parent .box-flex1 .tabla-escala thead {
  margin-right: 1em;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala
  thead
  th:last-of-type {
  padding-right: 0px;
}

#semaforo-planes .box-flex-parent .box-flex1 .tabla-escala thead th {
  padding-top: 0px;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala2
  thead
  th:first-of-type {
  padding-left: 0px;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala
  tr.leyenda-numeros
  td {
  border: 1px solid white;
  background-color: #f4f7fe;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala
  tr.leyenda-numeros
  td.selected {
  background-color: #000;
  color: #f4f7fe;
}

#semaforo-planes .box-flex-parent .box-flex1 table > * {
  flex-grow: 1;
  width: 100%;
}

semaforo-planes .box-flex-parent .box-flex1 table {
  align-items: center !important;
}

#semaforo-planes .box-flex-parent .box-flex1 .tabla-escala tbody {
  flex-grow: 1;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala
  thead
  th:last-of-type {
  padding-right: 0px;
}

#semaforo-planes .box-flex-parent .box-flex1 .tabla-escala thead th {
  padding-top: 0px;
}

#semaforo-planes .box-flex-parent .box-flex1 tfoot {
  text-align: right;
  margin-left: 1em;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala
  thead
  th:first-of-type {
  padding-left: 0px;
}

#semaforo-planes .box-flex-parent .box-flex1 .tabla-escala .leyenda-numeros {
  width: 100%;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#semaforo-planes .box-flex-parent .box-flex1 .tabla-escala tr th {
  background-color: #fff !important;
}

#semaforo-planes
  .box-flex-parent
  .box-flex1
  .tabla-escala
  tr.leyenda-numeros
  td {
  width: 100%;
  height: 26px;
}

.product-header.no-gradient {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

.product-header.no-gradient.one {
  background-color: #b61f26 !important;
}

.product-header.no-gradient.cash {
  background-color: #e20109 !important;
}

.product-header.no-gradient.plus {
  background-color: #0466a7 !important;
}

.product-header.no-gradient::before,
.product-header.no-gradient::after {
  content: none;
}

.product-header.no-gradient ul.check li:before,
.product-header.no-gradient h1,
.product-header.no-gradient .h1,
.product-header.no-gradient * {
  color: #ffffff;
}

@media (min-width: 992px) {
  .product-header.no-gradient {
    background-image: none !important;
  }

  .product-header.no-gradient {
    background-size: cover;
    background-position: center;
  }

  .product-header.no-gradient.one {
    background-image: url(./assets/tarjeta-joven-visa-one.jpg) !important;
  }

  .product-header.no-gradient.plus {
    background-image: url(./assets/tarjeta-joven-visa-mas-one.jpg) !important;
  }

  .product-header.no-gradient.cash {
    background-image: url(./assets/principal/tarjeta-joven-visa-cash.jpg) !important;
  }
}

@media screen and (min-width: 1200px) {
  .product-header.no-gradient {
    background-size: contain !important;
  }
}

.product-header.promo-fondos.fondo6-bg {
  background-color: rgba(21, 21, 21, 1);
}

.product-header.fondo6-bg:after,
.product-interior.fondo6-bg:after {
  background: rgb(21, 21, 21);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(21, 21, 21, 1)),
    color-stop(50%, rgba(21, 21, 21, 1)),
    color-stop(100%, rgba(21, 21, 21, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(21, 21, 21, 1) 0%,
    rgba(21, 21, 21, 1) 50%,
    rgba(21, 21, 21, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(21, 21, 21, 1) 0%,
    rgba(21, 21, 21, 1) 50%,
    rgba(21, 21, 21, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(21, 21, 21, 1)),
    color-stop(50%, rgba(21, 21, 21, 1)),
    to(rgba(21, 21, 21, 0))
  );
  background: linear-gradient(
    to right,
    rgba(21, 21, 21, 1) 0%,
    rgba(21, 21, 21, 1) 50%,
    rgba(21, 21, 21, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f7fc', endColorstr='#f4f7fc', GradientType=1);
}

/*CARd TRANSPARENT*/

.card-transparent {
  background: url(./assets/marco.png) no-repeat;
  background-size: 768px 768px;
  background-position: top left;
  border-right: 6px solid white;
  border-bottom: 6px solid white;
}

.card-transparent .card-content {
  padding: 16px 16px 16px 40px;
  color: white !important;
}

.card-transparent .card-title h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: 8px;
  padding: 8px;
}

.card-transparent .card-text h2 {
  color: white;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .card-transparent .card-text h2 {
    font-size: 1.75em;
    line-height: 1em;
  }

  .product-header.dark-bg h1 {
    margin-top: 3px !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .promo-fondos .card-transparent {
    margin-top: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.4);
  }

  .promo-fondos .card-transparent {
    background: url(./assets/marco.png) no-repeat;
    background-size: 768px 768px;
    background-position: top left;
    border-right: 6px solid white;
    border-bottom: 6px solid white;
  }

  .promo-fondos .card-transparent .card-content {
    padding: 16px 16px 16px 40px;
    color: white !important;
  }

  .promo-fondos .card-transparent .card-title h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
  }

  .promo-fondos .card-transparent .card-text h2 {
    color: white;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .promo-fondos .card-transparent {
    margin-top: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (max-width: 991px) {
  .promo-fondos.product-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(13, 13, 13, 0.8);
    z-index: -1;
  }

  .promo-fondos.product-header h1 {
    margin-top: 8px !important;
    margin-bottom: 15px;
  }
}

/*--Barra azul bajo cabecera--*/

.barra-azul {
  background-color: #0b7ad0;
  bottom: 0px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
  text-align: center;

  & .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.barra-azul h2 {
  font-size: 24px !important;
  padding: 26px !important;
  color: white !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.barra-azul a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .barra-azul h2 {
    padding: 12px !important;
    font-size: 15px !important;
    line-height: 16px;
  }
}

/*MODAL CTA*/

#callToActionModal.modal-cta {
  position: fixed;
  z-index: 1040;
}

#callToActionModal.modal-cta .modal-dialog {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: transparent;
  width: 300px;
  /* box-shadow: -3px -3px 120px #cccccc; */
}

#callToActionModal.modal-cta .modal-content {
  margin-top: 0;
  padding: 24px;
}

@media (max-width: 991px) {
  #callToActionModal.modal-cta .modal-dialog {
    bottom: 0px;
    right: 0px;
    background-color: transparent;
    width: 100%;
  }

  #callToActionModal.modal-cta .modal-content {
    background-color: #fff;
    background-clip: none;
    border-top: 1px solid #b2b2b2;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    outline: 0;
    padding: 12px 12px 12px 12px !important;
  }

  #callToActionModal.modal-cta p {
    margin-bottom: 2px !important;
  }

  #callToActionModal.modal-cta .modal-dialog .buttons,
  #callToActionModal.modal-cta .modal-dialog .btn-primary {
    margin: 8px auto 0 auto !important;
  }
}

/*FIN MODAL CTA*/

table.percent {
  margin-left: 24px;
}

table.percent .td1 {
  width: 240px;
  padding-top: 10px;
  text-align: right;
  font-size: 18px;
  line-height: 23px;
}

table.percent .td2 {
  font-size: 80px;
  padding-left: 12px;
}

table.percent .td2 sup {
  font-size: 57%;
}

table.percent .td2 sup.uno {
  margin-left: -13px;
}

@media (max-width: 890px) {
  table.percent {
    margin-left: 0px;
  }

  table.percent .td1 {
    width: 194px;
  }

  table.percent .td2 {
    font-size: 60px;
    padding-left: 12px;
  }
}

.banda-video .d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.banda-video .d-flex svg.svg-md {
  display: block;
  margin: 0 auto;
  width: 80px !important;
  height: 80px !important;
}

.banda-video .d-flex svg:hover {
  opacity: 0.7;
  transition: all ease-out 0.3s;
}

.banda-video .open-video {
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .banda-video .d-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .banda-video .d-flex p,
  .banda-video .d-flex h5 {
    text-align: center;
  }
}

.swiper-pagination {
  margin-top: 1em;
}

.swiper-pagination-bullet {
  border-radius: 0px !important;
  width: 30px !important;
  height: 8px !important;
  background: #0b7ad0 !important;
}

.notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 1040;
  background-color: #ffffff;
}

.notice .notice__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #0b7ad0;
}

.notice .notice__body {
  margin-bottom: 1.5rem;
}

.notice .notice__cta {
  display: flex;
  gap: 1rem;
}

.notice__cta .btn {
  text-transform: none !important;
}

.notice .notice__body,
.notice .notice__cta {
  padding-right: 15px;
  padding-left: 15px;
}

.notice .notice__body .notice__text {
  font-weight: 600;
}

.notice__wrapper {
  margin-left: auto;
  margin-right: auto;
}

.notice__primary {
  background-color: #0b7ad0;
  color: #ffffff;
}

.notice__primary .notice__title {
  color: #ffffff;
}

.notice__primary .btn-primary:not(:focus):not(:active):not(:target) {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #33393e;
}

.notice__primary
  .btn-secondary:not(:hover):not(:focus):not(:active):not(:target) {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.notice__secondary {
  background-color: #dae2e9;
}

.notice__secondary .notice__title {
  color: #0b7ad0;
}

.notice__secondary
  .btn-secondary:not(:hover):not(:focus):not(:active):not(:target) {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .notice__wrapper {
    width: 970px;
    display: flex;
    align-items: center;
  }

  .notice .notice__body {
    width: 66.66666667%;
    margin-bottom: 0;
  }

  .notice__cta {
    width: 33.33333333%;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .notice__wrapper {
    width: 1170px;
  }
}

a {
  &:focus h1,
  &:focus h2,
  &:focus h3,
  &:focus h4,
  &:focus h5,
  &:hover h1,
  &:hover h2,
  &:hover h3,
  &:hover h4,
  &:hover h5 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
  }

  &:focus h5,
  &:hover h5 {
    text-underline-offset: 3px;
  }
}

/* FIXED */

/*Sustituir en las fichas por h2 con clase mt-32*/
.modal-ficha h2 {
  margin-top: 32px;
}

/*Pare el recurso de "nav-tabs horizontal-tab" cuando tenemos 5 pestañas*/
.tabs-5 li {
  width: 20%;
}

/* fix para product-header al hacer scroll */
.menuzord-menu > li > a {
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .menuzord-menu > li > a,
  .main-navigation ul.nav2 > li > a,
  .menuzord-menu .user-btn .btn-custom {
    font-size: 13px;
  }

  .menuzord-menu > li > button {
    margin: 21px 4px;
  }

  /* .menuzord-menu > li .btn.btn-sm {
  padding: 5px 8px;
} */
}

.menuzord-menu > li.nav-icon.lupa-container > a {
  padding-right: 0;
  padding-left: 0;
  /*color: #0B7AD0 !important;*/
  color: #33393e;
}

.col-sm-offset-1.col-sm-10.nav2 {
  width: 100% !important;
}

/* contenedor buscador */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 100%;
  left: 0;
}

.menuzord-menu > li:first-child > a > img.logo {
  left: 0;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blk-con-fondo .pull-left {
    position: relative;
  }

  .blk-con-fondo .blck-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }

  /* estilos para barra de navegacion principal */
  /* .top-bar-cta li {
    width: 21.2%;
} */

  .main-navigation .nav2 {
    margin-left: 0 !important;
  }

  .main-navigation ul.nav2 > li:first-child {
    padding-left: 51px;
  }
}

@media screen and (min-width: 992px) {
  /* Efecto gradiente para imagen en .blk-con-fondo  */
  .blk-con-fondo [class*="col-"].pull-right .blk-img::after,
  .blk-con-fondo [class*="col-"].pull-left .blk-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
  }

  .blk-con-fondo [class*="col-"].pull-right .blk-img::after {
    background: -moz-linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }

  .blk-con-fondo [class*="col-"].pull-left .blk-img::after {
    background: -moz-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.blk-wrapper.blk-con-fondo:nth-child(even)::before {
    /*background-position: -200px center !important;*/
  }

  section.blk-wrapper.blk-con-fondo:nth-child(odd)::before {
    /*background-position: 200px center !important;*/
  }
}

/* pestaña triangular para Cards en HOME particulares y negocios */
#sectores .card-image .card-body {
  border-left: 1px solid transparent;
}

#sectores .card-image .card-body:before {
  top: 0;
  height: 60px;
  border-top: none !important;
}

#sectores .card-image .card-body:after {
  border-bottom: none !important;
  top: 39px;
  height: calc(100% - 39px);
}

#sectores .card-image .card-body:before,
#sectores .card-image .card-body:after {
  content: " ";
  position: absolute;
  left: -30px;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid #f5f8fa;
}

#sectores .card-image .card-body:before {
  height: 40px;
}

#sectores .card-image .card-body {
  /*top: 21%;*/
  /*height: auto;*/
}

#sectores .card-image .card-body .title {
  margin-top: 5px;
}

@media screen and (max-width: 1247px) {
  #sectores .card-image .card-body {
    border-left: none;
  }
}

#sectores h4 {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sectores .card-image {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  #sectores .card-image {
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media screen and (min-width: 481px) and (max-width: 1247px) {
  #sectores .card-image {
    margin-left: 0;
    margin-right: 0;
  }
}

.megamenu.megamenu-quarter-width {
  /*display: block !important;*/
}

.megamenu.megamenu-quarter-width .form-control {
  border: none;
}

.megamenu.megamenu-quarter-width .modal-body {
  border: none;
}

.selector-tarjetas .panel-body a.mt-16 {
  display: block;
}

#searchResponsiveModal .modal-dialog {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

#searchResponsiveModal .modal-body form .input-group {
  padding: 25px 35px;
}

#searchResponsiveModal .modal-body .form-control {
  border: none;
  box-shadow: none;
}

#searchResponsiveModal .modal-body .input-group-addon {
  border: none;
}

#searchResponsiveModal .modal-body .input-group-addon a {
  font-size: 24px;
}

#searchResponsiveModal .modal-content {
  margin-top: 43px;
  border-radius: 2px;
}

@media screen and (max-width: 991px) {
  #searchResponsiveModal .modal-body form .input-group {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 480px) {
  #searchResponsiveModal .modal-body form .input-group {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1024px) {
  #sectores .card-image .card-body:before,
  #sectores .card-image .card-body:after {
    border: none;
  }
}

.vertical-tab {
  background-color: rgba(255, 255, 255, 0.2);
}

.vertical-tab li.active a,
.vertical-tab li.active a:focus {
  color: #0b7ad0;
}

.card-box.card-promo .card-promo-content .card-title h1,
.card-box.card-promo .card-promo-content .card-title h2,
.card-box.card-promo .card-promo-content .card-title h3,
.card-box.card-promo .card-promo-content .card-title h4,
.card-box.card-promo .card-promo-content .card-title h5 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1px;
}

.card-box.card-promo .card-promo-content .card-title {
  padding: 8px 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .card-box.card-promo .card-title h1,
  .card-box.card-promo .card-title h2,
  .card-box.card-promo .card-title h3,
  .card-box.card-promo .card-title h4,
  .card-box.card-promo .card-title h5 {
    font-size: 16px !important;
  }

  .vertical-tab {
    background-color: transparent;
  }
}

/**/
@media screen and (max-width: 1199px) {
  .mycarousel .movil-overlay {
    top: 10px;
    background-position: 0 0;
    height: 203px;
  }

  #bloque_necesitas .carousel::after {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    top: 10px;
  }

  #bloque_necesitas .mycarousel .movil-container {
    height: 213px;
  }

  #bloque_necesitas .carousel .carousel-inner {
    top: 18px;
    height: 195px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  #bloque_necesitas .carousel {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 195px;
    background-color: transparent !important;
  }

  #bloque_necesitas.metas .carousel .carousel-inner,
  #bloque_necesitas.metas .carousel {
    height: 213px;
  }

  .metas .carousel-inner > .item:nth-child(1) > img {
    margin-top: -55%;
  }
  .metas .carousel-inner > .item:nth-child(2) > img {
    margin-top: -40%;
  }
  .metas .carousel-inner > .item:nth-child(5) > img {
    margin-top: -35%;
  }
}

#bloque_necesitas .contenido_movil ul li {
  margin-bottom: 1em;
}

/* centrar botones en responsivo */
@media screen and (max-width: 767px) {
  .mobile {
    margin-left: -9px;
    text-align: center;
  }
}

section.prefooter-product:before {
  background: -webkit-linear-gradient(
    left,
    rgba(218, 226, 233, 1) 0%,
    rgba(218, 226, 233, 1) 50%,
    rgba(218, 226, 233, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(218, 226, 233, 1)),
    color-stop(50%, rgba(218, 226, 233, 1)),
    to(rgba(218, 226, 233, 0.5))
  );
  background: -o-linear-gradient(
    left,
    rgba(218, 226, 233, 1) 0%,
    rgba(218, 226, 233, 1) 50%,
    rgba(218, 226, 233, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(218, 226, 233, 1) 0%,
    rgba(218, 226, 233, 1) 50%,
    rgba(218, 226, 233, 0.5) 100%
  );
}

section.corners .col-sm-2 .svg {
  margin-top: -15px;
}

.tabla-condiciones ul.basic {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: table;
}

.tabla-condiciones ul.basic li {
  width: 100%;
  margin-left: 15px;
}

.tabla-condiciones ul.basic li:first-of-type {
  border-bottom: none;
}

.tabla-condiciones ul.basic li div:first-of-type {
  display: table-cell;
  float: left;
  clear: none;
}

.tabla-condiciones ul.basic li div:last-of-type {
  padding: 5px 10px;
  background: rgba(229, 39, 38, 0.5);
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  width: 11%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  clear: none;
  float: left;
  margin-left: 61px;
}

.tabla-condiciones .big-date.normal {
  padding: 10px;
  background: rgba(229, 39, 38, 0.5);
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 100%;
  display: inline-block;
  margin: 0;
}

.tabla-condiciones p.text-normal {
  font-weight: normal !important;
}

@media screen and (max-width: 1199px) {
  .tabla-condiciones ul.basic li {
    clear: both;
    max-width: 95%;
    padding-bottom: 10px;
  }

  .tabla-condiciones ul.basic li div:first-of-type {
    width: 80%;
    float: left;
  }

  .tabla-condiciones ul.basic li div:last-of-type {
    width: 130px;
    margin-left: 0;
    float: left;
  }

  .tabla-condiciones .big-date.normal {
    margin-left: 0;
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .tabla-condiciones ul.basic li div:first-of-type {
    max-width: 580px;
  }

  .tabla-condiciones ul.basic li div:last-of-type {
    margin-left: 15%;
  }
}

.tabla-condiciones .number-box {
  padding: 5px 10px;
  background: rgba(229, 39, 38, 0.5);
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  width: auto;
  vertical-align: middle;
  text-align: center;
}

.tabla-condiciones .col-md-2.col-xs-3 {
  border: none !important;
}

.h-10 {
  height: 10% !important;
  max-height: 10% !important;
}

.h-25 {
  height: 25% !important;
  max-height: 25% !important;
}

.h-50 {
  height: 50% !important;
  max-height: 50% !important;
}

.h-75 {
  height: 75% !important;
  max-height: 75% !important;
}

.h-100 {
  height: 100% !important;
  max-height: 100% !important;
}

.valores .featured-item {
  padding: 15px;
  height: 270px;
}

.tabla-condiciones > .row > .col-sm-3:first-of-type p {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .card-mini .card-text {
    display: table;
  }

  .card-mini .card-text .col-md-2,
  .card-mini .card-text .col-md-10 {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .card-mini .card-text .col-md-2 img.svg,
  .card-mini .card-text .col-md-2 svg {
    height: 100px !important;
    margin: 0 auto;
    text-align: center;
  }
}

.fondo1-bg .cd-container {
  background-color: #f4f7fc;
}

video {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

/*ESPACIOS ENTRE COLUMNAS EN RESPONSIVO */
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    /*margin-top: 0;*/
  }
}

@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    /*margin-top: 0;*/
  }
}

@media screen and (max-width: 1024px) {
  .movil-funcionalidad {
    margin-top: 120px;
  }
}

.bloque-seguridad .portatil {
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  left: -5%;
  top: 0;
}

.bloque-seguridad .container {
  position: relative;
}

/* HAZTE FAN DE LA SEGURIDAD */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bloque-seguridad .portatil {
    left: 0;
    width: 80%;
    top: 12%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bloque-seguridad .portatil {
    left: -25%;
    top: 15%;
  }
}

@media screen and (max-width: 991px) {
  .bloque-seguridad .portatil {
    position: static;
    margin-top: 20px;
  }
}

/* HAZTE FAN DE LA SEGURIDAD */
/* Ajuste Nav Principal en Responsivo */
@media screen and (max-width: 991px) {
  .menuzord-responsive .menuzord-menu > li > a:not(.btn) {
    border-color: transparent;
  }

  .menuzord-menu {
    background-color: #0b7ad0 !important;
  }

  .menuzord-menu li,
  .menuzord-menu li a,
  .menuzord-responsive .menuzord-menu li a .indicator {
    color: #fff !important;
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    border-color: transparent;
  }

  #divMenuzord > ul:first-child li {
    height: 20%;
  }

  #divMenuzord {
    position: relative;
  }

  #divMenuzord > a {
    display: block;
  }

  #divMenuzord > ul:first-of-type {
    height: 100%;
  }

  .menuzord-responsive .menuzord-menu > li > .megamenu {
    background-color: #0b7ad0;
    border-color: transparent;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a,
  .menuzord-responsive .menuzord-menu .megamenu li a {
    border-color: transparent;
  }

  #divMenuzord {
    padding: 0;
    margin: 0;
  }

  #divMenuzord .megamenu.hidden-lg.hidden-md {
    box-shadow: none;
  }

  #divMenuzord .megamenu.hidden-lg.hidden-md {
    position: relative;
    top: 0;
  }

  #divMenuzord .menuzord-menu:first-of-type > li:nth-child(2) > a {
    background-color: #3b94d9;
  }

  #divMenuzord .list-unstyled .active {
    text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    height: auto;
    top: 11px;
  }

  .menuzord-menu > li > .megamenu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menuzord-menu.right-menu {
    border-top: 1px solid #348ed6;
  }

  .menuzord-menu.right-menu li:first-of-type .btn {
    color: #fff !important;
    border-color: #fff !important;
  }

  .menuzord-responsive .menuzord-menu > li > a:not(.btn) {
    padding: 0 16px;
    line-height: 67px;
  }

  .menuzord-responsive .menuzord-menu:first-child .megamenu {
    background-color: #0b7ad0;
  }

  .menuzord-responsive .menuzord-menu .megamenu li a:not(.btn) {
    line-height: 50px;
    padding: 0 5px;
  }

  .menuzord-menu .indicator .chevron.svg {
    width: 20px;
    height: 20px;
  }

  .menuzord-menu .indicator .svg path,
  .menuzord-menu .indicator .svg rect,
  .menuzord-menu .indicator .svg polygon,
  .menuzord-menu .indicator .svg circle {
    fill: white !important;
  }

  .menuzord-responsive .menuzord-menu > li:nth-child(2) .megamenu-row {
    padding-left: 0;
  }

  .menuzord-menu.menuzord-indented.scrollable:first-of-type
    > li:nth-child(2)
    > .megamenu,
  .menuzord-menu.menuzord-indented:first-of-type > li:nth-child(2) > .megamenu {
    background-color: #62a9e0;
    padding-left: 16px;
  }

  .menuzord-responsive .menuzord-menu > li:nth-child(2) .megamenu-row li a {
    padding-left: 0;
  }

  .menuzord-menu > li > a:not(.btn) {
    padding-top: 0 !important;
  }

  .menuzord-menu > li > a,
  .main-navigation ul.nav2 > li > a {
    font-size: 14px;
  }

  .menuzord.yellow .menuzord-menu > li.active > a,
  .menuzord.yellow .menuzord-menu > li:hover > a,
  .menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
    color: #f6bb42;
  }

  /* hamburguesa */
  .menuzord .showhide {
    width: auto;
  }

  .menuzord .showhide em {
    margin-top: 15px;
  }

  .menuzord .showhide {
    width: 46px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .menuzord .showhide em {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 4px;
    opacity: 1;
    top: 8px;
    left: 13px;
    margin-left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }

  .menuzord .showhide em:nth-child(1) {
    top: 0px;
  }

  .menuzord .showhide em:nth-child(2),
  .menuzord .showhide em:nth-child(3) {
    top: 6px;
  }

  .menuzord .showhide em:nth-child(4) {
    top: 12px;
  }

  /* comportamiento onclick */
  .menuzord .showhide.open {
    background-color: #0b7ad0;
    transition: all 0.25s ease;
  }

  .menuzord .showhide.open em:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
  }

  .menuzord .showhide.open em {
    width: 45%;
    left: 12px;
    background: #fff;
    transition: all 0.5s ease;
  }

  .menuzord .showhide.open em:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menuzord .showhide.open em:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menuzord .showhide.open em:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
  }

  .menuzord .showhide {
    margin-left: 20px;
  }

  .right-menu li button.btn-primary {
    color: #33393e;
    background-color: #f5f8fa;
    border-color: #33393e;
  }

  .menuzord.blue .menuzord-menu > li.active > a:not(.btn),
  .menuzord.blue .menuzord-menu > li:hover > a:not(.btn),
  .menuzord.blue .menuzord-menu ul.dropdown li:hover > a:not(.btn) {
    background-color: #3b94d9;
  }

  .main-navigation ul.nav2 > li:first-child {
    padding-left: 0;
  }

  .main-navigation.busca nav,
  .main-navigation.busca .fondo1-bg {
    position: relative;
  }

  .main-navigation.busca nav.container {
    width: 100%;
    display: inline-grid;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
  }

  .main-navigation.busca .fondo1-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 1 !important;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(218, 223, 229, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(218, 223, 229, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(218, 223, 229, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#dadfe5', GradientType=1);
  }

  .main-navigation.busca nav.container::-webkit-scrollbar {
    display: none;
  }

  .main-navigation.busca nav.container .nav2 li {
    white-space: nowrap;
    display: inline;
  }
}

.h100 {
  height: 100%;
}

.is-sticky .submenu {
  display: none;
}

.medium {
  font-weight: 500;
}

ol,
ul {
  margin-bottom: 20px;
}

/*Tabla riesgo*/
.tabla-escala {
  /*width: 90%;*/
  width: 100%;
  font-size: 11px;
  margin-bottom: 5px;
}

.tabla-escala tr th {
  font-weight: normal;
  border-bottom: 0;
  background-color: #f6f6f6;
  color: #606366;
  font-size: 10px;
  line-height: 16px;
}

.tabla-escala tr.leyenda-numeros td {
  text-align: center;
  border: 1px solid #dcdcdc;
  color: #808386;
  width: 14.285%;
  height: 18px;
  background-color: #fff;
}

.tabla-escala tr.leyenda-numeros.riesgo2 td:nth-child(2),
.tabla-escala tr.leyenda-numeros.riesgo3 td:nth-child(3) {
  background-color: #545454;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .tabla-escala {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  /*#semaforos-riesgo {
margin-top: 0 !important;
}*/
}

@media screen and (max-width: 768px) {
  #semaforos-riesgo .box {
    width: 100%;
  }
}

/*Tabla riesgo*/

.product-header .container-fluid {
  position: relative;
}

.card-promo-2 {
  border: 1px solid #ccc;
  background: white;
}

.card-promo-2 .heading {
  font-size: 16px;
  line-height: 23px;
  background: #dde3ee;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 8px 0;
}

.card-promo-2 .heading p {
  margin-bottom: 0 !important;
}

.card-promo-2 .percent {
  text-align: center;
}

.card-promo-2 .percent .title {
  font-weight: 600;
  color: #0b7ad0;
  margin-top: 16px;
}

.card-promo-2 .percent .title p {
  margin-bottom: 0;
}

.card-promo-2 .percent .info p:first-of-type {
  font-size: 80px;
  line-height: 1.42857143;
  margin-bottom: 0;
}

.card-promo-2 .description {
  background: #f4f7fd;
  padding: 12px !important;
  text-align: left;
}

.card-promo-2 ul {
  padding: 12px 0;
  margin: 0;
  list-style: none;
}

.card-promo-2 ul li {
  display: inline-block;
  padding: 6px;
  border: 1px solid #ccc;
  background: #f4f7fd;
  width: 48%;
  margin-bottom: 8px;
}

.card-promo-2 ul li a {
  font-weight: 500;
}

.card-mini .card-content .card-title h1,
.card-mini .card-content .card-title h2,
.card-mini .card-content .card-title h3,
.card-mini .card-content .card-title h4,
.card-mini .card-content .card-title h5 {
  font-size: 18px;
}

.product-header.promo.satse {
  background-position: left center;
  min-height: 65vh;
  background-size: cover;
}

.product-header.promo.satse .firma-vamos {
  position: absolute !important;
  z-index: 255;
  left: 60px;
  bottom: 40px;
  width: 120px;
  height: 80px;
  float: none;
}

.product-header.promo.satse .ibercaja {
  position: absolute !important;
  z-index: 255;
  width: 280px;
  height: 65px;
  top: 60px;
  left: 0;
}

@media screen and (min-width: 992px) {
  .product-header.promo.satse svg.firma-vamos path,
  .product-header.promo.satse svg.firma-vamos rect,
  .product-header.promo.satse svg.firma-vamos polygon {
    fill: #000 !important;
  }
}

@media (max-width: 991px) {
  .product-header.promo.satse:before {
    background: transparent;
  }

  .product-header.promo.satse {
    background-position: 40% 0 !important;
  }

  .product-header.promo.satse .ibercaja {
    width: 240px;
    max-width: 80%;
    top: 60px;
    left: 0;
  }

  .product-header.promo.satse svg {
    padding: 0;
  }

  .product-header.promo.satse svg.ibercaja path,
  .product-header.promo.satse svg.ibercaja rect,
  .product-header.promo.satse svg.ibercaja polygon {
    fill: #fff !important;
  }

  .product-header.promo.satse svg.firma-vamos path,
  .product-header.promo.satse svg.firma-vamos rect,
  .product-header.promo.satse svg.firma-vamos polygon {
    fill: #000 !important;
  }
}

@media (max-width: 767px) {
  .product-header.promo.satse {
    padding-top: 180px;
    background-position: 20% !important;
  }

  .product-header.promo.satse .firma-vamos {
    top: 80px;
    right: auto !important;
    left: 36px;
  }

  .product-header.promo.satse .ibercaja {
    top: 24px;
  }
}

@media (max-width: 420px) {
  .product-header.promo.satse {
    padding-top: 250px;
  }

  .product-header.promo.satse .firma-vamos {
    top: 80px;
    right: auto !important;
    left: 36px;
  }
}

.product-header.promo.satse
  .leyenda-escala
  .tabla-escala
  tr.leyenda-numeros
  .selected {
  background-color: #000;
  color: #fff;
}

/* ESTILOS PARA CORNERS */
.pasos svg {
  width: 300px !important;
  height: auto !important;
  opacity: 0.15;
  height: auto !important;
}

/* ESTILOS PARA CORNERS */

.featured-item .icon {
  text-align: left;
}

/* BLOCKQUOTE */
blockquote {
  font-size: 28px;
  line-height: 36px;
  background: #fff;
  padding: 20px 20px 20px 70px;
  position: relative;
  font-weight: 200;
  color: #999;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 22px;
  }
}

blockquote p {
  color: #666666;
  margin: 0;
  max-width: 80%;
}

blockquote cite {
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}

blockquote:before {
  display: none;
}

blockquote span:before {
  font-family: Georgia, serif;
  content: " “ ";
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

@media (max-width: 640px) {
  blockquote:after {
    font-size: 22em;
    right: -25px;
  }
}

/* BLOCKQUOTE */

.card-text ul.basic {
  margin-bottom: 0;
}

h4.title-border {
  border-left: 2px solid #dd4c40;
  padding-left: 20px;
}

.card-mini.base {
  position: relative;
  background-color: #ffffff;
  min-height: 150px;
  padding: 26px 20px 20px 5px !important;
  margin-left: 22px;
  border-radius: 2px;
}

.card-mini.base .card-content {
  margin: 14px 0px 14px 15px;
}

.card-mini.base .card-title {
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  background-color: #ffffff;
  color: #33393e;
}

.card-mini.base .card-title p,
.card-mini.base .card-title h1,
.card-mini.base .card-title h2,
.card-mini.base .card-title h3,
.card-mini.base .card-title h4,
.card-mini.base .card-title h5,
.card-mini.base .card-title h6 {
  font-size: 20px;
}

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

/*renting cards*/

.renting-swiper .card {
  background-color: #fff;
  box-shadow: none;
  display: block;
  transition: all 0.5s ease;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
}

.renting-swiper .card:hover {
  box-shadow: none !important;
}

.renting-swiper .card .card-img {
  padding-top: 24px;
}

.renting-swiper .card p {
  margin-top: 0;
}

.renting-swiper .card .seals-box {
  position: relative;
}
.renting-swiper .card .dgt-seal img {
  width: 50px;
  height: auto;
  margin-left: 16px;
}

.renting-swiper .card .text-brand,
.renting-swiper .card .text-model,
.renting-swiper .card .text-info {
  text-transform: uppercase;
}
.renting-swiper .card .text-brand,
.renting-swiper .card .text-model {
  font-weight: 600;
  margin-bottom: 0;
  color: #33393e !important;
}
@media (min-width: 992px) {
  .renting-swiper .card .text-brand {
    font-size: 20px;
  }
}
.renting-swiper .card .text-brand {
  font-size: 16px;
  text-transform: uppercase;
}

.renting-swiper .card .text-model {
  margin-bottom: 0.5rem;
}

.renting-swiper .card .text-price {
  color: #0b7ad0;
  font-size: 36px;
  font-weight: 700;
}

.renting-swiper .card .text-price span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.renting-swiper .card .text-info {
  font-size: 14px;
  color: #33393e !important;
}

.renting-swiper .swiper-slide.sostenible .seals-box {
  position: relative;
}

.renting-swiper .swiper-slide.sostenible .seals-box::before {
  content: "Sostenible";
  padding: 4px 12px 8px 12px;
  color: #fff;
  background-color: #4ab83e;
  background-color: #3fad49;
  font-size: 12px;
  line-height: 12px;
  right: 12px;
  position: absolute;
  border-radius: 12px;
  bottom: 12px;
}

/* .swiper-button-next {
  margin-right: -40px;
}
.swiper-button-prev {
  margin-left: -40px;
} */

.swiper-button-renting {
  display: none !important;
}

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .renting-swiper .swiper-pagination,
  .blog .swiper-pagination {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .menuzord-responsive .menuzord-menu > li > a.btn {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 32px;
    margin: 21px 4px;
    display: inline-block;
    width: auto;
  }

  .right-menu .btn-custom {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
  }

  .right-menu .btn-custom-alt {
    color: #33393e !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
}

@media screen and (min-width: 992px) {
  .menuzord-menu > li > .btn-custom {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menuzord-menu > li > .btn-custom:active {
    box-shadow: none;
  }

  .menuzord-menu > li > .btn-custom-alt {
    padding-left: 24px;
    padding-right: 24px;
    color: #ffffff !important;
  }

  .menuzord-menu > li > .btn {
    margin: 21px 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lupa-container {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .menuzord-menu > li > .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.pagination {
  display: flex;
}

.pagination .arrow-link {
  padding: 0.25rem;
  display: block;
  border: 1px solid #33393e;
  border-radius: 2px !important;
  display: flex;
}

.pagination .arrow-link:hover {
  background-color: #0b7ad0;
  border-color: #0b7ad0;
}

.pagination .arrow-link:hover svg path,
.pagination .arrow-link:hover svg g,
.pagination .arrow-link:hover svg rect,
.pagination .arrow-link:hover svg polygon,
.pagination .arrow-link:hover svg circle {
  fill: #f5f8fa;
}

.pagination .page-item .page-link {
  color: rgba(51, 57, 62, 0.5);
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 767px) {
  .pagination .page-item .page-link {
    padding: 0.45rem 1rem;
  }
}

.pagination .page-item.active .page-link {
  color: #0b7ad0;
  font-weight: 600;
}

.pagination .page-item:not(.active) .page-link:hover {
  color: #0b7ad0;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item span.page-link:hover {
  color: rgba(51, 57, 62, 0.5) !important;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: transparent;
  border-color: #33393e;
}

.alert-dashed {
  border-style: dashed;
}

.home-mortgage,
.home-fondos {
  background-color: #f4f7fd;

  a {
    margin-top: 50px;
  }

  h2,
  h3 {
    margin: 0;
  }

  h2 {
    font-weight: bold;
  }

  span {
    font-weight: 400;
  }
}

.home-mortgage {
  & .svg {
    width: 135px;
    height: auto;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }

  & .svg * {
    fill: white;
  }
}

@media screen and (max-width: 767px) {
  .home-mortgage,
  .home-fondos {
    [class*="col-"] {
      padding-bottom: 2rem;
    }

    & h2 {
      font-size: 24px;
      line-height: normal;
    }
  }
}

@media screen and (min-width: 768px) {
  .home-mortgage {
    & .box {
      padding: 4rem 2rem 4rem 2.5rem;
    }
  }

  .home-mortgage {
    & .svg * {
      fill: white;
    }

    & .row {
      display: flex;
      align-items: center;
      justify-content: start;
      width: 100%;
      min-height: 550px;
      position: relative;
    }

    & .svg {
      position: absolute !important;
      bottom: 10px;
      right: 20px;
      padding: 0;
    }
  }

  .home-fondos {
    & .svg {
      position: absolute !important;
      bottom: 10px;
      right: 20px;
      padding: 0;
    }

    & .row {
      min-height: 350px;
      display: flex;
      align-items: center;
    }
  }
}

.CTA-action-hipotecas {
  position: fixed;
  z-index: 3;
  bottom: 15px;
  right: 15px;
}

.btn-help {
  background-color: #2d5b7f;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px #0000001a;
  transition: background-color 0.2s;
  padding: 12px !important;

  & .svg {
    margin-right: 4px;
    width: 33px !important;
    height: 33px !important;
  }

  .svg.hidden-sm {
    display: block !important;
  }

  &:hover {
    box-shadow: 0 2px 8px #0000001a;
    background-color: rgb(87, 124, 153);
  }

  &:focus,
  &:hover {
    color: #ffffff;
  }
}

.card-base {
  --bs-card-inner-border-radius: 6px;

  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);

  border-radius: var(--bs-card-inner-border-radius);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;

  .card-body {
    padding: 1rem 1rem 3rem 1rem;
  }

  img {
    width: 100%;
  }

  .card-title {
    font-size: 20px;
    margin-bottom: 1rem !important;
    font-weight: 600;
    line-height: 1.2;
  }

  a:hover .card-title {
    text-underline-offset: 4px;
  }

  .card-title:not(a .card-title) {
    color: #33393e;
  }
}

.custom-green {
  color: #257006;
}

.reminder {
  color: #ffffff;
  background-color: #0b7ad0;
  padding: 2.5rem 4rem;
  border-radius: 6px;

  h2 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .reminder {
    margin-right: -15px;
    margin-left: -15px;
  }
  .reminder .row {
    display: flex;
    align-items: center;
  }

  .reminder--cta {
    text-align: right;
  }
}

/* ESTILOS PARA CORNERS DEL ESPECIALISTA */

.corner > .blk-main:first-of-type {
  padding-top: 40px;
}

/*
.corner .blk-main .container > .row:not(:last-of-type) {
margin-bottom: 40px;
}
*/

.corner .blk-main .container > .row {
  margin-bottom: 40px;
}

.corner h1,
.corner h2,
.corner h3,
.corner h4,
.corner h5,
.corner h6 {
  line-height: normal;
}

.corner h1,
.corner .h1 {
  font-size: 2.625em;
}

.corner h2,
.corner .h2 {
  font-size: 2.164em;
  color: #0b7ad0;
}

.corner h4,
.corner .h4 {
  font-size: 1.471em;
}

.corner h5,
.corner .h5 {
  font-size: 1.213em;
}

.corner h6,
.corner .h6 {
  font-size: 1.15em;
}

.corner h1,
.corner .h1,
.corner h2,
.corner .h2 {
  margin-bottom: 20px;
}

.corner h3,
.corner .h3,
.corner h4,
.corner .h4,
.corner h5,
.corner .h5,
.corner h6,
.corner .h6 {
  margin-bottom: 10px;
}

.corner .box {
  padding: 30px 30px 15px 30px;
}

.corner #semaforos-riesgo {
  position: relative;
  top: auto;
  margin-bottom: 16px;
}

.corner .box p.highlight {
  padding: 5px 8px;
  background-color: #0b7ad0;
  color: #fff;
  font-size: 80%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.corner .post-wrapper {
  display: block;
}

.corner .article-content h2 {
  margin-top: 60px;
}

.corner .v-composer h2 {
  font-size: 1.25em;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 600;
  color: #33393e;
}

.corner .v-composer h3,
.corner .v-composer .h3 {
  font-size: 1.2em;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .corner h1,
  .corner .h1,
  .corner h2,
  .corner .h2,
  .corner h3,
  .corner .h3,
  .corner h4,
  .corner .h4,
  .corner h5,
  .corner .h5,
  .corner h6,
  .corner .h6 {
    line-height: normal;
  }

  .corner h1,
  .corner .h1,
  .corner h2,
  .corner .h2,
  .corner h3,
  .corner .h3 {
    margin-bottom: 15px;
  }

  .corner h4,
  .corner .h4,
  .corner h5,
  .corner .h5,
  .corner h6,
  .corner .h6 {
    margin-bottom: 10px;
  }

  .corner h1,
  .corner .h1 {
    margin-top: 0;
    font-size: 1.875em;
  }

  .corner h4,
  .corner .h4 {
    font-size: 1.25em;
  }

  .corner h5,
  .corner .h5 {
    font-size: 1.2em;
  }

  .corner h6,
  .corner .h6 {
    font-size: 1.15em;
  }
}

@media screen and (min-width: 1200px) {
  .corner .v-composer h2,
  .corner .v-composer .h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
  }

  .corner .v-composer h3,
  .corner .v-composer .h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }
}

.card-document {
  --padding-x: 2rem;
  --padding-y: 1rem;
  background-color: #ffffff;
  border-radius: 6px;

  & .card-body {
    padding: var(--padding-y) var(--padding-x);
  }

  & .card-title {
    margin-bottom: 10px;
  }
}

.doc-list {
  padding: 0;
  list-style: none;

  & a {
    --padding: 1.8rem;
    padding: var(--padding) 0 var(--padding) 1rem;
    font-weight: 600;
    width: 100%;
    display: flex;
    gap: 1rem;
    line-height: normal;
    margin: 0px;
  }

  & a:first-of-type {
    border-top: 1px solid #e9e9e9;
  }

  & li:last-of-type a {
    border-bottom: 1px solid #e9e9e9;
  }
}

.label {
  margin-bottom: 0;
}

.proto {
  --padding-x: 3rem;
  --padding-y: 2rem;
  padding: var(--padding-y) var(--padding-x);
  background-color: #ffffff;
}

.proto__header {
  & .proto__title {
    font-size: 1.25em;
    line-height: normal;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #ddd;
  }

  & > *:not(:first-of-type) {
    flex: 1;
  }
}

.proto__doc {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  & p {
    margin: 0;
  }
}

.proto__doc-title {
  font-weight: bold;
  color: #0b7ad0;
}

.proto__panel {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.proto__panel .btn-icon {
  background-color: transparent;
  border-color: transparent;
  font-weight: 500;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
  border: none;
}

.proto__panel-actions {
  margin-bottom: 1rem;
}

.proto__panel select {
  --padding: 10px;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  border-color: #33393e;
  height: auto;
  border-radius: 6px;
  width: 100%;
}

.proto__panel-actions,
.proto__panel-form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}

.proto__data table {
  margin-top: 0;
  border-bottom: 1px solid #ddd;

  & th {
    border-bottom-width: 1px !important;
  }
}

.proto:only-child {
  border-radius: 6px;
  padding-bottom: 5rem;
  & .proto__panel {
    border-bottom: 1px solid #ddd;
  }
}

.proto__wrap {
  & .proto {
    --padding-y: 1.5rem;
  }

  & .proto + .proto {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  & .proto:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: var(--padding-y);
  }

  & .proto:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: var(--padding-y);
  }

  & .proto__panel {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2.3rem;
  }
}

.proto__wrap:last-of-type {
  & .proto {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .proto__panel,
  .proto__panel-form {
    flex-direction: row;
    justify-content: flex-start;
  }

  .proto__panel-form {
    align-items: end;
  }
}

@media screen and (min-width: 992px) {
  .proto__title {
    font-size: 30px;
    line-height: 38px;
  }

  .proto__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.5rem;
  }

  .proto__panel-form {
    align-items: flex-end;
  }

  .proto__panel-actions {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .proto {
    --padding-x: 4rem;
    --padding-y: 2.5rem;
  }
  .proto__panel-actions,
  .proto__panel-form {
    gap: 2rem;
  }

  .proto__panel {
    margin-top: 1.5rem;
  }

  .proto__panel-actions {
    gap: 5rem;
  }

  .proto__panel-form {
    position: relative;

    & label {
      position: absolute;
      top: -25px;
      left: 0;
    }

    & select {
      width: 277px;
      max-width: 100%;
    }
  }
}

.card-legal {
  --padding: 1rem;

  & .card-body {
    padding: var(--padding);
  }

  & .card-title {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  box-shadow: none;

  &:hover {
    box-shadow: none !important;
  }
}

.blk__nav .nav,
.blk__nav-subitems .nav {
  display: flex;
  margin: 0;
  padding: 0;
  /* width: 100%;
  overflow-x: scroll; */

  li {
    margin-right: 3.5rem;
  }

  a {
    color: #33393e;
    padding-left: 0;
    padding-right: 0;
  }
}

.blk__nav .nav .active a {
  font-weight: bold;
}

.blk__nav-subitems {
  padding-top: 4rem;

  & .active a {
    font-weight: 500;
    font-weight: 600;
  }
}

.blk__nav .nav li a:hover,
.blk__nav .nav li a:focus,
.blk__nav-subitems .nav li a:hover,
.blk__nav-subitems .nav li a:focus {
  background-color: transparent;
  color: #0b7ad0;
}

.blk__nav {
  border-bottom: 4px solid #ddd;
  margin-top: 5rem;

  & .nav {
    margin-bottom: -4px;
  }

  & li {
    border-bottom: 4px solid #ddd;
  }

  & .active {
    border-color: #0b7ad0;
  }
}

.blk__nav-subitems {
  /* margin-bottom: -40px; */

  & .nav {
    border-bottom: 3px solid #ddd;
  }

  & li {
    margin-bottom: -3px;
  }

  & .active {
    border-bottom: 3px solid #33393e;
  }
}

@media screen and (max-width: 767px) {
  .blk__nav-wrapper .nav {
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .blk__nav-wrapper li {
    width: auto;
  }
}

.blk-html figure.table {
  min-height: 0.01%;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0;
  max-height: 50vh;
  border-radius: 6px;
  border: 1px solid #dde3ee;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;

  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  &::-webkit-scrollbar-track {
    background: transparent;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #90a4ae;
    border-radius: 6px;

    &:hover {
      background-color: #90a4ae;
    }
  }

  & td {
    vertical-align: middle !important;
    text-align: center;
    padding: 12px 4px;
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    font-size: 13px;
  }
}

.blk-html figure.table table {
  width: 100%;
  margin-bottom: 0;
}

.blk-html figure.table tbody > tr:first-of-type td {
  background-color: #dde3ee;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px;

  & strong {
    font-weight: 600 !important;
  }
}

@media screen and (min-width: 1200px) {
  figure.table {
    max-height: 500px;
  }
}


html{
  background-color: #fff;
}
body{
  transform: translateY(20px);
}