/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Avenir Book';
  src: url("../fonts/Avenir-Book.eot");
  src: url("../fonts/Avenir-Book.eot") format("embedded-opentype"), url("../fonts/Avenir-Book.woff2") format("woff2"), url("../fonts/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Roman';
  src: url("../fonts/Avenir-Roman.eot");
  src: url("../fonts/Avenir-Roman.eot") format("embedded-opentype"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Avenir Roman" !important;
  font-size: 16px !important;
  background: #f4f4f4;
}

a {
  font-size: 16px !important;
  text-decoration: none !important;
  color: #e2001a;
}

.icon, .mod-credit-card-points .points-reached:before {
  background-image: url(/wps/wcm/connect/avvillas/29594a4d-c013-4e79-8278-3704cdf19bd3/sprite.png?MOD=AJPERES) !important;
}

@font-face {
  font-family: 'avvillas';
  src: url("../fonts/avvillas.eot?MOD=AJPERES");
  src: url("../fonts/avvillas.eot?MOD=AJPERES") format("embedded-opentype"), url("/../fonts/avvillas.ttf?MOD=AJPERES") format("truetype"), url("../fonts/avvillas.woff?MOD=AJPERES") format("woff"), url("../fonts/avvillas.svg?MOD=AJPERES") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'avvillas2';
  src: url("../fonts/avvillas2.eot?MOD=AJPERES");
  src: url("../fonts/avvillas2.eot?MOD=AJPERES") format("embedded-opentype"), url("/../fonts/avvillas2.ttf?MOD=AJPERES") format("truetype"), url("../fonts/avvillas2.woff?MOD=AJPERES") format("woff"), url("../fonts/avvillas2.svg?MOD=AJPERES") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="avv-"], [class*=" avv-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'avvillas' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="avv-"], [class*=" avv-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'avvillas' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.avv-chevron-down:before {
  content: "\e900";
}

.avv-chevron-left:before {
  content: "\e901";
}

.avv-chevron-right:before {
  content: "\e902";
}

.avv-chevron-up:before {
  content: "\e903";
}

.avv-download:before {
  content: "\e904";
}

.avv-search:before {
  content: "\e905";
}

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

.utilitybar {
  background-color: #263238;
  background: #263238;
  overflow: hidden;
  height: 32px;
  font-family: "Avenir Roman" !important;
}

@media (max-width: 992px) {
  .utilitybar {
    display: none;
  }
}

.utilitybar .u_left {
  float: left;
  margin-right: 8% !important;
}

.utilitybar .u_right {
  float: right;
}

.container_utilitybar_avv {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  font-family: "Avenir Roman" !important;
}

.u_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Avenir Roman" !important;
  border-bottom: none;
}

.u_nav .u_items {
  display: inline-block;
  height: 32px;
  line-height: 22px;
  padding: 3px 0px;
  background-color: #5C6B7A;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 2px;
  font-family: "Avenir Roman" !important;
}

.u_nav .u_i_active {
  background-color: #fff;
  font-family: "Avenir Roman" !important;
}

.u_nav .u_i_active a {
  color: #5C6B7A !important;
  font-family: "Avenir Roman" !important;
  font-size: 16px;
}

.u_nav .u_i_inactive {
  background-color: #263238;
  color: #fff;
  font-family: "Avenir Roman" !important;
  font-size: 16px;
}

.u_nav .u_i_inactive:hover {
  background-color: #5C6B7A;
  color: #fff;
  font-family: "Avenir Roman" !important;
  font-size: 16px;
}

.u_nav a {
  color: #fff;
  font-family: "Avenir Roman" !important;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 12px;
}

.u_subnav {
  list-style: none;
  position: absolute;
  width: 260px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #f1f3f6;
          box-shadow: 0 2px 4px 0 #f1f3f6;
  border: 2px #fff;
  margin-top: 8px;
  display: none;
  z-index: 4;
  font-size: 16px;
  padding-left: 0px !important;
  font-family: "Avenir Roman" !important;
}

.u_subnav a {
  font-size: 16px;
  font-family: "Avenir Roman" !important;
}

.u_subnav_items {
  color: #5C6B7A;
  height: auto;
  margin: 5px;
  padding: 15px;
  font-family: "Avenir Roman" !important;
}

.u_subnav_items a {
  font-family: "Avenir Roman" !important;
  color: #5C6B7A;
  text-decoration: none;
  font-size: 16px;
}

.u_subnav .u_subnav_items:hover {
  background-color: #f1f3f6;
  border-radius: 5px;
  font-family: "Avenir Roman" !important;
  font-size: 16px;
  padding-left: 22px;
}

.u_nav > li {
  float: left;
}

.u_nav li:hover > ul {
  display: block;
}

.navbar_avv {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Avenir Roman" !important !important;
  font-size: 16px;
}

.navbar_avv .hidden {
  display: none;
}

@media (max-width: 992px) {
  .navbar_avv .hidden {
    display: block;
  }
}

.container_avv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  height: 100;
  font-family: "Avenir Roman" !important !important;
  font-size: 16px;
}

.logo_avv {
  width: 11.5%;
  margin: 1.8% 1% 2% 1%;
}

.logo_avv img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

@media (max-width: 992px) {
  .logo_avv {
    width: 62%;
    margin: 0 30%;
  }
}

@media (max-width: 767px) {
  .logo_avv {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .logo_avv {
    width: 100%;
    margin: 0 15%;
  }
}

.principal_avv {
  float: left;
  height: 100px;
  width: 66%;
  font-family: "Avenir Roman" !important !important;
  font-size: 16px;
}

@media (max-width: 992px) {
  .principal_avv {
    display: none;
  }
}

.principal_avv .menu_avv {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 43px 0 0 0;
  font-family: "Avenir Roman" !important !important;
  font-size: 16px;
}

@media (max-width: 1540px) {
  .principal_avv .menu_avv {
    display: -webkit-box;
  }
}

.principal_avv .menu_avv .items_avv {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: auto;
  font-family: "Avenir Roman" !important !important;
  font-size: 16px;
  line-height: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .principal_avv .menu_avv .items_avv {
    height: 30px;
  }
}

.principal_avv .menu_avv .items_avv span {
  position: relative;
  color: #5C6B7A;
  margin: 0px 16px;
  cursor: pointer;
}

.principal_avv .menu_avv .items_avv span:hover {
  color: #e2001a;
}

.principal_avv .menu_avv .items_avv span i {
  position: absolute;
}

.principal_avv .menu_avv .items_avv a {
  color: #5C6B7A;
  text-decoration: none;
  padding: 0px 16px;
  font-family: "Avenir Roman" !important !important;
  font-size: 16px;
  display: block;
}

@media (max-width: 1540px) {
  .principal_avv .menu_avv .items_avv a {
    font-size: 1rem;
  }
}

.principal_avv .menu_avv .items_avv a:hover {
  color: #e2001a !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.principal_avv .menu_avv .items_avv a i {
  color: #5C6B7A !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.principal_avv .menu_avv .items_avv:hover span i {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.principal_avv .menu_avv .items_avv.activo {
  color: #000;
}

.separador_items_avv {
  margin: -17px 0px 0px 18px;
}

.separador_items_avv .linea_items_avv {
  line-height: 50px;
  color: #5C6B7A;
  font-size: .8rem !important;
  font-family: "Avenir Roman" !important;
}

.menu_avv > li {
  float: left;
}

.nb_secundario {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 90px;
  list-style: none;
  width: 160px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border: 2px #fff;
  display: none;
  z-index: 3;
  padding-left: 0;
}

.nb_secundario.active {
  display: block;
}

.nb_secundario.no-active {
  display: none;
}

.nb_secundario .nb_s_items {
  padding: 13px 0;
  padding-left: 0;
  margin: 5px;
  font-size: 1rem;
  line-height: 1rem;
}

.nb_secundario .nb_s_items:hover {
  background-color: #f1f3f6;
  border-radius: 5px;
  padding-left: 6px;
  color: #5C6B7A !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.nb_secundario .nb_s_items:hover a {
  color: #5C6B7A !important;
}

.nb_secundario .nb_s_items:hover a:hover {
  color: #5C6B7A !important;
}

.transaccional_avv {
  background: none;
  width: 400px;
  float: left;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.transaccional_avv_botones {
  margin: 28px auto;
  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;
  font-family: "Avenir Roman" !important !important;
}

.transaccional_avv_botones_clientenvo a {
  padding: 12px 12px;
  text-transform: uppercase;
  font-family: "Avenir Roman" !important !important;
  text-align: center;
  margin: 0 5px;
  caret-color: transparent;
  font-size: 14px;
}

.transaccional_avv_botones_clientenvo a:hover {
  color: #fff !important;
  text-decoration: none;
  font-family: "Avenir Roman" !important !important;
}

.transaccional_avv_botones_clientenvo a:link {
  color: #10498F !important;
  text-decoration: none;
  font-family: "Avenir Roman" !important !important;
}

.transaccional_avv_botones_ingreso {
  text-transform: uppercase;
  font-size: 14px;
}

.transaccional_avv_botones_ingreso ul {
  padding: 0px;
  margin: 0px;
}

.transaccional_avv_botones_ingreso ul li .nb_secundario {
  top: 70px;
  right: 25px;
  width: 130px;
}

.transaccional_avv_botones_ingreso ul li .nb_secundario a {
  color: #5C6B7A;
  font-size: 12px;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 992px) {
  .transaccional_avv {
    display: none;
  }
}

.buscador_avv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.buscador_avv a {
  -webkit-transition: .5s;
  transition: .5s;
}

.buscador_avv a i {
  color: #5C6B7A !important;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 992px) {
  .buscador_avv {
    display: none;
  }
}

.rotacion:hover {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.hamburguer_avv {
  z-index: 5;
}

@media (min-width: 992px) {
  .hamburguer_avv {
    display: none;
  }
}

.hamburguer_avv .bar_avv {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #263238;
  border-radius: 50px;
}

.hamburguer_avv.active .bar_avv:nth-child(2) {
  opacity: 0;
}

.hamburguer_avv.active .bar_avv:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.hamburguer_avv.active .bar_avv:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburguer_avv {
    margin: 0 3% 0 0;
  }
}

.hidden {
  width: 40px;
  height: auto;
}

@media (min-width: 992px) {
  .hidden {
    display: none;
  }
}

.button-primary {
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(82deg, #0014a2 5%, #0048db 100%);
  padding: 12px 15px;
  color: #fff;
  border-radius: 50px;
  font-size: 11px !important;
  font-family: "Avenir Roman" !important !important;
  margin-left: 5px;
  cursor: pointer;
}

.button-primary a {
  text-decoration: none;
  margin: 0;
}

.button-primary:hover {
  color: #fff;
  background: linear-gradient(82deg, #0014a2 0%, #0048db 50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.button-primary-o {
  background-color: transparent;
  color: #10498F !important;
  border: 2px solid #10498F !important;
  border-radius: 50px;
  padding: 4.5px 15px;
  font-size: 11px !important;
  font-family: "Avenir Roman" !important !important;
  margin-left: 5px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .button-primary-o {
    font-size: .7rem;
  }
}

.button-primary-o:hover {
  color: #5C6B7A !important;
  border: 2px solid #10498F !important;
  background-color: #f1f3f6;
  -webkit-transition: .5s;
  transition: .5s;
}

.button-primary-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dbe2e8;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5C6B7A !important;
  font-family: "Avenir Roman" !important !important;
}

.button-primary-s:hover {
  color: #5C6B7A !important;
  border: 1px solid #263238;
  background-color: #f1f3f6;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 992px) {
  .button-primary-s {
    display: none;
  }
}

@media (max-width: 500px) {
  .button-primary {
    font-size: .7rem;
  }
}

@media (min-width: 1540px) {
  .button-primary {
    font-size: 0.9rem;
  }
}

.button-secundary {
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(82deg, #0014a2 5%, #0048db 100%);
  padding: 12px 15px;
  color: #fff;
  border-radius: 50px;
  font-size: 11px !important;
  font-family: "Avenir Roman" !important !important;
  margin-left: 5px;
  cursor: pointer;
}

.button-secundary a {
  text-decoration: none;
  margin: 0;
}

.button-secundary:hover {
  color: #fff;
  background: linear-gradient(82deg, #0014a2 0%, #0048db 50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.button-secundary-o {
  background-color: transparent;
  color: #10498F !important;
  border: 2px solid #10498F !important;
  border-radius: 50px;
  padding: 4.5px 15px;
  font-size: 11px !important;
  font-family: "Avenir Roman" !important !important;
  margin-left: 5px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .button-secundary-o {
    font-size: .7rem;
  }
}

.button-secundary-o:hover {
  color: #5C6B7A !important;
  border: 2px solid #10498F !important;
  background-color: #f1f3f6;
  -webkit-transition: .5s;
  transition: .5s;
}

.button-secundary-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dbe2e8;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5C6B7A !important;
  font-family: "Avenir Roman" !important !important;
}

.button-secundary-s:hover {
  color: #5C6B7A !important;
  border: 1px solid #263238;
  background-color: #f1f3f6;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 992px) {
  .button-secundary-s {
    display: none;
  }
}

@media (max-width: 500px) {
  .button-secundary {
    font-size: .7rem;
  }
}

@media (min-width: 1540px) {
  .button-secundary {
    font-size: 0.9rem;
  }
}

.m_movil {
  position: relative;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  top: -100px;
  display: none;
  z-index: 3;
}

.m_movil.active {
  display: block;
}

@media (min-width: 767px) {
  .m_movil {
    top: 0;
    width: 70%;
    position: fixed;
    right: 0;
    z-index: 3;
  }
}

@media (max-width: 992px) {
  .m_movil {
    height: auto;
  }
}

.m_movil_header {
  height: 100px;
  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;
  text-align: center;
}

.m_movil_header .logo_avv_digital {
  width: 45%;
}

.m_movil .container_responsive_avv {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.m_movil .tabs {
  list-style: none;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  padding-left: 0 !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .m_movil .tabs {
    font-size: 70%;
    width: 550px;
  }
}

@media (max-width: 500px) {
  .m_movil .tabs {
    font-size: 70%;
    width: 550px;
  }
}

.m_movil .tabs_items {
  width: 100%;
  padding: 4px 15px;
  text-align: center;
  background-color: #5C6B7A;
  border-bottom: 1px solid #fff;
}

.m_movil .tabs_items a {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-family: "Avenir Roman" !important !important;
}

.m_movil .tabs_items_productosdigitales {
  width: 100%;
  padding: 4px 15px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.m_movil .tabs_items_productosdigitales a {
  text-decoration: none !important;
  color: #5C6B7A !important;
  font-size: 1rem !important;
  font-family: "Avenir Roman" !important !important;
}

.m_movil .tabs .position_active {
  background-color: #fff;
  color: #263238;
}

.m_movil_menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5C6B7A;
  font-size: 0.9rem;
}

.m_movil_menu li {
  font-family: "Avenir Roman" !important;
  padding: 4px 8px;
  color: #5C6B7A;
  border-bottom: 1px solid #f1f3f6;
  margin: 0 2%;
}

.m_movil_menu li p, .m_movil_menu li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  color: #5C6B7A;
  font-size: 1rem;
}

.m_movil_menu li p i, .m_movil_menu li a i {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1rem;
}

.m_movil_menu li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  color: #5C6B7A;
}

.m_movil_menu li ul li {
  padding: 10px 15px;
  border-bottom: none;
}

.m_movil_menu li ul li a {
  text-decoration: none;
  cursor: pointer;
  color: #5C6B7A;
}

.m_movil_menu li.active {
  display: block;
}

.m_movil_menu li.active p {
  color: #e2001a;
}

.m_movil_menu li.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #e2001a;
}

.m_movil_footer {
  width: 100%;
}

.m_movil_footer .transaccional_avv_botones {
  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;
  width: 100%;
  height: 70px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.m_movil_footer .transaccional_avv_botones_ingreso .menu-transaccional-responsive li .nb_secundario {
  top: 54px;
  right: 50px;
  width: 130px;
}

@media (max-width: 767px) {
  .m_movil_footer .transaccional_avv_botones_ingreso .menu-transaccional-responsive li .nb_secundario {
    top: 55px !important;
    right: 52px !important;
    width: 130px !important;
  }
}

@media (max-width: 992px) {
  .m_movil_footer .transaccional_avv_botones_ingreso .menu-transaccional-responsive li .nb_secundario {
    top: 55px;
    right: 130px;
    width: 130px;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2;
}

.overlay.active {
  display: block;
}

.modal_app_avvillas {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 5;
}

.modal_contenido_avvillas {
  width: 60%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal_contenido_avvillas {
    width: 90%;
    height: 500px;
  }
}

@media (max-width: 992px) {
  .modal_contenido_avvillas {
    width: 90%;
    height: 460px;
  }
}

@media (max-width: 1200px) {
  .modal_contenido_avvillas {
    width: 90%;
    height: 440px;
  }
}

#modal_app_avv:target {
  opacity: 1;
  pointer-events: auto;
}

.cerrar_modal_app {
  width: 100%;
  height: 30px;
}

.cerrar_modal_app .cerrar {
  display: block;
  width: 15px;
  height: 2px;
  margin: 15px auto;
  border-radius: 5px;
  background: #5C6B7A;
  cursor: pointer;
  float: right;
}

.cerrar_modal_app .cerrar:nth-child(1) {
  -webkit-transform: translatey(3px) translatex(-14px) rotate(45deg);
          transform: translatey(3px) translatex(-14px) rotate(45deg);
}

@media (max-width: 767px) {
  .cerrar_modal_app .cerrar:nth-child(1) {
    -webkit-transform: translatey(3px) translatex(-15px) rotate(45deg);
            transform: translatey(3px) translatex(-15px) rotate(45deg);
  }
}

@media (max-width: 992px) {
  .cerrar_modal_app .cerrar:nth-child(1) {
    -webkit-transform: translatey(3px) translatex(-15px) rotate(45deg);
            transform: translatey(3px) translatex(-15px) rotate(45deg);
  }
}

.cerrar_modal_app .cerrar:nth-child(2) {
  -webkit-transform: translatey(3px) rotate(-45deg);
          transform: translatey(3px) rotate(-45deg);
}

.descripcion_app_avvillas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

@media (max-width: 767px) {
  .descripcion_app_avvillas {
    height: 350px;
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) {
  .descripcion_app_avvillas {
    height: 300px;
    width: 96%;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  .descripcion_app_avvillas {
    width: 85%;
    height: 250px;
  }
}

.text_app_avvillas {
  width: 35%;
  padding: 0px 5%;
}

.text_app_avvillas .descarga_app {
  font-size: 1rem;
  font-weight: 900;
  color: #263238;
  line-height: 1.5rem;
}

.text_app_avvillas .titulo_app {
  font-size: 2.5rem;
  margin-top: 0px;
  font-weight: 600;
  color: #263238;
}

.text_app_avvillas .separador_avv {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.text_app_avvillas .separador_avv .red_avv_lg {
  display: block;
  width: 45px;
  height: 6px;
  margin: 0px 4px 8px 0px;
  border-radius: 5px;
  background: #e2001a;
}

.text_app_avvillas .separador_avv .red_avv_sm {
  display: block;
  width: 15px;
  height: 6px;
  margin: 0px 0px 8px 0px;
  border-radius: 5px;
  background: #e2001a;
}

@media (min-width: 1540px) {
  .text_app_avvillas {
    width: 41%;
  }
}

@media (max-width: 1540px) {
  .text_app_avvillas {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .text_app_avvillas {
    width: 47%;
  }
}

@media (max-width: 500px) {
  .text_app_avvillas .titulo_app {
    font-size: 1.8rem;
  }
  .text_app_avvillas .descarga_app {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .text_app_avvillas {
    width: 100%;
    padding: 0;
  }
  .text_app_avvillas .titulo_app {
    font-size: 2.2rem;
    margin-top: 0px;
    font-weight: 600;
    color: #263238;
  }
  .text_app_avvillas .descarga_app {
    font-size: 0.95rem;
  }
}

.app_avvillas {
  width: 50%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app_avvillas .tiendas_app_avvillas {
  display: block;
  width: 30%;
}

.app_avvillas .tiendas_app_avvillas img {
  width: 100%;
}

.app_avvillas .qr_app_avvillas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.app_avvillas .qr_app_avvillas img {
  width: 100%;
}

@media (max-width: 767px) {
  .app_avvillas {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 150px;
  }
  .app_avvillas .tiendas_app_avvillas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .app_avvillas .tiendas_app_avvillas img {
    width: 30%;
  }
  .app_avvillas .qr_app_avvillas {
    display: none;
  }
}

@media (max-width: 500px) {
  .app_avvillas {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app_avvillas .tiendas_app_avvillas img {
    width: 35%;
  }
}

.nota_modal_app {
  width: 90%;
  padding: 10px 5%;
  text-align: center;
}

.nota_modal_app small {
  font-size: 0.65rem;
  line-height: 0.2rem;
  color: #5C6B7A;
}

@media (min-width: 1540px) {
  .nota_modal_app {
    width: 100%;
    padding: 20px 5%;
  }
}

@media (max-width: 992px) {
  .nota_modal_app {
    width: 86%;
    margin: 0 auto;
    padding: 12px 50px;
  }
}

@media (max-width: 500px) {
  .nota_modal_app {
    width: 85%;
    padding: 20px 0px;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}

@media (max-width: 767px) {
  .nota_modal_app {
    width: 85%;
    padding: 52px 0px 0px 0px;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.banner .img-container {
  background-color: #fff !important;
}

.banner .img-container picture img {
  width: 100%;
}

.component-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff !important;
}

.component-container .wrapper {
  width: 70%;
  margin: 0 auto;
}

.component-container .wrapper .section-intro {
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

.component-container .wrapper .section-intro h1 {
  font-size: 2.5rem;
}

.component-container .wrapper .separator-two-lines {
  padding: 0 0 30px 0;
  line-height: 0;
  margin: 0 auto;
  text-align: center;
}

.component-container .wrapper .separator-two-lines .inline-sep-av {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 0;
}

.component-container .wrapper .separator-two-lines .inline-sep-av [class*="rounded-line_"] {
  float: left;
  background: #E1001D;
  border-radius: 18px;
  margin: 0 1px 0 1px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, #e1001d), to(rgba(160, 1, 4, 0.8)));
  background-image: linear-gradient(to left, #e1001d 40%, rgba(160, 1, 4, 0.8));
}

.component-container .wrapper .separator-two-lines .inline-sep-av .rounded-line_1 {
  width: 50px;
  height: 6px;
  margin-right: 3px !important;
}

.component-container .wrapper .separator-two-lines .inline-sep-av .rounded-line_2 {
  width: 20px;
  height: 6px;
  margin-left: 3px !important;
}

.component-container .wrapper .mod-listing .mod-archive {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5rem;
}

.component-container .wrapper .mod-listing .mod-archive h2 {
  line-height: 2.5rem;
  padding-bottom: 50px;
}

.component-container .wrapper .mod-listing .mod-archive a {
  text-decoration: none;
  color: #e2001a !important;
  font-size: 1.05rem;
}

.component-container .wrapper .mod-listing .mod-archive small {
  font-size: 0.8rem;
}

.component-container .wrapper .mod-listing .mod-archive ul {
  padding: 0 0 0 20px;
  margin: 0 auto;
  width: 75%;
  text-align: justify;
}

.component-container .wrapper .mod-listing .mod-archive ul .list-item {
  font-size: 1.05rem;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.component-container .wrapper .mod-listing .mod-archive h3 {
  line-height: 2.5rem;
  font-size: 1.5rem;
}

.component-container .wrapper .mod-listing .mod-archive p {
  font-size: 1.05rem;
}
/*# sourceMappingURL=styles.css.map */