/****************************************** FONT DECLARATION *****************************************/
.ff-narrowbold {
    font-family: 'National 2';
    font-weight: 400;
}



.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-400 b {
    font-weight: 400;
    font-family: 'National 2';
}
.font-weight-600 {
    font-family: 'National 2 Narrow';
    font-weight: bold;
}
/**************************************** FIN FONT DECLARATION ***************************************/

/*********************************************** GENERAL *********************************************/
body {
    font-family: 'National 2', sans-serif;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #edf0f4;
    margin: 0;
}

/* H1 override */
.font-size-40.font-weight-400.line-height-48.font-color-darkblue-1 {
    font-family: 'national 2 narrow';
    font-weight: bold;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.underlined,
.underlined:hover,
.underlined:focus {
  text-decoration: underline;
}
a.dotted-underlined {
  border-bottom: 1px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-color: #D6D6D6;
  border-style: dotted;
}
figure {
  margin: 0;
}
img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    max-width: 100%;
    -webkit-transform: translate3d(0,0,0);
    color: rgba(0, 0, 0, 0);
}
img.rounded {
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.box-shadow-1 {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6, span, p {
  cursor: default;
}
iframe {
  max-width: 100%;
}
.overflow-hidden {
  overflow: hidden;

}
.overflow-hidden.include-table {
  overflow-x: auto;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
p {
  margin-top: 0px;
}
.white-space-nowrap {
  white-space: nowrap;
}
.white-space-wrap {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
/********************************************* FIN GENERAL *******************************************/

/******************************************** MAIN WRAPPER *******************************************/
.wrapper {
  max-width: 1440px;
  box-shadow: 0px 0 20px rgba(188,190,202,0.80);
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}
/****************************************** FIN MAIN WRAPPER *****************************************/

/******************************************* PRINT WRAPPER *******************************************/
.print-wrapper {
  max-width: 1140px;
  box-shadow: 0px 0 20px rgba(188,190,202,0.80);
}
/***************************************** FIN PRINT WRAPPER *****************************************/

/************************************************ Z INDEX ********************************************/
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
/********************************************** FIN Z INDEX ******************************************/

/****************************************** UTILITY CLASSES ******************************************/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}
img.img-responsive[src$="svg"] {
  width: 100%;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
img.width-32 {
  max-width: 32px;
}
.transition-02 {
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.transition-04 {
	-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-none {
  display: none !important;
}
.width-10 {
    width: 10px;
}
.height-10 {
    height: 10px;
}
.width-180 {
  max-width: 180px;
}
.width-300 {
  max-width: 300px;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.blured {
  filter: blur(2px);
}
.pointer-events-none {
  pointer-events: none;
}
/**************************************** FIN UTILITY CLASSES ****************************************/

/***************************************** ABSOLUTE POSITIONS ****************************************/
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.top-4 {
  top: 4px;
}
.left-4 {
  left: 4px;
}
.bottom-4 {
  bottom: 4px;
}
.right-4 {
  right: 4px;
}
.top-8 {
  top: 8px;
}
.left-8 {
  left: 8px;
}
.bottom-8 {
  bottom: 8px;
}
.right-8 {
  right: 8px;
}
.top-12 {
  top: 12px;
}
.left-12 {
  left: 12px;
}
.bottom-12 {
  bottom: 12px;
}
.right-12 {
  right: 12px;
}
.top-16 {
  top: 16px;
}
.left-16 {
  left: 16px;
}
.bottom-16 {
  bottom: 16px;
}
.right-16 {
  right: 16px;
}
.top-20 {
  top: 20px;
}
.left-20 {
  left: 20px;
}
.bottom-20 {
  bottom: 20px;
}
.right-20 {
  right: 20px;
}
.top-24 {
  top: 24px;
}
.left-24 {
  left: 24px;
}
.bottom-24 {
  bottom: 24px;
}
.right-24 {
  right: 24px;
}
.top-32 {
  top: 32px;
}
.left-32 {
  left: 32px;
}
.bottom-32 {
  bottom: 32px;
}
.right-32 {
  right: 24px;
}
/*************************************** FIN ABSOLUTE POSITIONS **************************************/

/******************************************** BORDER RADIUS ******************************************/
.border-radius-02 {
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.border-radius-03 {
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.border-radius-04 {
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.border-radius-top-04 {
  -webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.border-radius-bottom-04 {
  -webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-ms-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.border-radius-left-04 {
  -webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.border-radius-08 {
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.border-radius-100 {
  -webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
/****************************************** FIN BORDER RADIUS ****************************************/

/***************************************** BACKGROUND COLORS *****************************************/
.bg-color-white-1 {
  background-color: #FFFFFF;
}
.bg-color-grey-1 {
  background-color: #F6FAFB;
}
.bg-color-grey-2 {
  background-color: #EFF4F7;
}
.bg-color-grey-4 {
    background-color: #F4F5F6;
}
.bg-color-grey-3 {
  background-color: #657390;
}
.bg-color-lightblue-1 {
  background-color: #412CE1;
}
.bg-color-lightblue-2 {
  background-color: #F3F9FF;
}
.bg-color-lightblue-3 {
  background-color: #003399;
}
.bg-color-darkblue-1 {
  background-color: #002851;
}
.bg-color-turquoise-1 {
  background-color: #F0F9FA;
}
.bg-color-green-1 {
  background: #EBF9F3;
}
.bg-color-orange-1 {
  /*background-color: #F3943B;*/
  background-color: #FDFBF0;
}
.bg-color-yellow-1 {
  background-color: #FCFBF6;
}
.bg-color-yellow-2 {
  background-color: #FFEDB5;
}
.bg-color-yellow-3 {
  background-color: #EDCA83;
}
.bg-color-yellow-3.bordered {
  border: 1px solid #F2DAAA;
}
.bg-color-yellow-2.dashed {
  border: 1px dashed #E0AE18;
}
.bg-color-yellow-4 {
  background-color: #DBB100;
}
.bg-color-red-1 {
  background-color: #E88C96;
}
.bg-color-red-2 {
  background-color: #FFF6F2;
}
.bg-color-red-3 {
  background-color: #E11539;
}
.bg-color-purple-1 {
  background-color: #F6F3F8;
}
.bg-color-purple-2 {
  background-color: #6C4BD2;
}
.bg-color-purple-3 {
  background-color: #f0edfa;
}
/*************************************** FIN BACKGROUND COLORS ***************************************/

/******************************************** BORDER COLORS ******************************************/
.border-color-grey-1 {
  border: 1px solid #DFE2E5;
}
.border-color-grey-2 {
  border: 1px solid #DFE2E5;
}
.border-color-grey-3 {
  border: 1px solid #DFE2E5;
}
/****************************************** FIN BORDER COLORS ****************************************/

/******************************************** FONT COLORS ********************************************/
.font-color-purple {
    color: #412CE1;
  }
.font-color-white-1 {
  color: #FFFFFF;
}
.font-color-white-1:hover,
.font-color-white-1:focus {
    color: #FFFFFF !important;
}
.font-color-yellow-1 {
  color: #A98109;
}
.font-color-green-1 {
  color: #0BB563;
}
.font-color-brown-1 {
  color: #85660A;
}
.font-color-brown-2 {
  color: #544005;
}
.font-color-brown-3 {
  color: #4E3806;
}
.font-color-grey-1 {
  color: #F6FAFB;
}
.font-color-grey-2 {
  color: #F0F1F2;
}
.font-color-grey-3 {
  color: #657390;
}
.font-color-grey-4 {
  color: #455A64 !important;
}
.font-color-turquoise-1 {
    color: #0097A7;
  }
.font-color-lightblue-1 {
  color: #412CE1;
}
.font-color-darkblue-1 {
  color: #000;
}
.font-color-red-1 {
  color: #D1192F;
}
.font-color-red-2 {
  color: #E64D10 !important;
}
.font-color-purple-1 {
  color: #5d2e8c;
}


a.font-color-grey-3:hover,
a.font-color-grey-3:focus {
  color: #5b6977;
}
a.font-color-white-1:hover,
a.font-color-white-1:focus {
  color: #FFFFFF;
}
a.font-color-purple:hover,
a.font-color-purple:focus {
  color: #3021A3;
}
a.font-color-darkblue-1:hover,
a.font-color-darkblue-1:focus {
  color: #3021A3;
}
a.font-color-lightblue-1:hover,
a.font-color-lightblue-1:focus {
  color: #604FE3;
}
a.font-color-red-2:hover,
a.font-color-red-2:focus {
  color: #ec7d51 !important;
}
/****************************************** FIN FONT COLORS ******************************************/

/************************************************ VARIOS *********************************************/
.title-background-lined::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f4f6+0,7c90a3+50,f2f4f6+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(left, rgba(242,244,246,0) 0%, rgba(124,144,163,1) 50%, rgba(242,244,246,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(242,244,246,0) 0%,rgba(124,144,163,1) 50%,rgba(242,244,246,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(242,244,246,0) 0%,rgba(124,144,163,1) 50%,rgba(242,244,246,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f4f6', endColorstr='#00f2f4f6',GradientType=1 ); /* IE6-9 */
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  opacity: 0.12;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.opacity-02 {
    opacity: 0.2;
}
.opacity-08 {
  opacity: 0.8;
}
a.opacity-08:hover,
a.opacity-08:focus {
  opacity: 1;
}
a.font-color-white-1:hover,
a.font-color-white-1.opacity-08:focus {
    color: #FFF !important;
}
.ilustration-width-80 {
  max-width: 80px;
}
.ilustration-width-96 {
  max-width: 96px;
}
.ilustration-width-180 {
  max-width: 180px;
}
.ilustration-width-480 {
  max-width: 100%;
  width: 480px;
  min-width: 100%;
}
div:not(.popup) > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg,rgba(0,0,0,.0) 0%,#000 100%);
    z-index: 1;
}
/********************************************** FIN VARIOS *******************************************/

/********************************************* FONT SIZES ********************************************/
/*
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-40 {
  font-size: 40px;
  margin-bottom: 32px;
}
.font-size-56 {
  font-size: 56px;
}*/
/******************************************* FIN FONT SIZES ******************************************/

/***************************************** VARIABLE FONT SIZES ***************************************/
.font-size-40.variable-font-size  {
  font-size: calc(100% + 1.3vw);
}
.font-size-56.variable-font-size  {
  font-size: calc(100% + 2.2vw);
}
/***************************************** VARIABLE FONT SIZES ***************************************/

/********************************************* FONT ALIGNS *******************************************/
/*.font-align-center {
  text-align: center;
}
.font-align-left {
  text-align: left;
}
.font-align-right {
  text-align: right;
}
.font-align-justify {
  text-align: justify;
}*/
.font-uppercase {
  text-transform: uppercase;
}
.font-line-through {
  text-decoration: line-through;
}
/******************************************* FIN FONT ALIGNS *****************************************/

/*********************************************** PADDINGS ********************************************/
/*
.padding-top-2 {
  padding-top: 2px;
}
.padding-bottom-2 {
  padding-bottom: 2px;
}
.padding-left-2 {
  padding-left: 2px;
}
.padding-right-2 {
  padding-right: 2px;
}
.padding-2 {
  padding: 2px;
}
.padding-top-4 {
  padding-top: 4px;
}
.padding-bottom-4 {
  padding-bottom: 4px;
}
.padding-left-4 {
  padding-left: 4px;
}
.padding-right-4 {
  padding-right: 4px;
}
.padding-4 {
  padding: 4px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-bottom-8 {
  padding-bottom: 8px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-right-8 {
  padding-right: 8px;
}
.padding-8 {
  padding: 8px;
}
.padding-top-12 {
  padding-top: 12px;
}
.padding-bottom-12 {
  padding-bottom: 12px;
}
.padding-left-12 {
  padding-left: 12px;
}
.padding-right-12 {
  padding-right: 12px;
}
.padding-12 {
  padding: 12px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-left-24 {
  padding-left: 24px;
}
.padding-right-24 {
  padding-right: 24px;
}
.padding-20 {
  padding: 20px;
}
.padding-40 {
  padding: 40px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-80 {
  padding: 80px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-left-80 {
  padding-left: 80px;
}
.padding-right-80 {
  padding-right: 80px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}*/
/********************************************* FIN PADDINGS ******************************************/

/************************************************ MARGINS ********************************************/
.margin-cero-auto {
  margin: 0 auto;
}
.margin-top-2 {
  margin-top: 2px;
}
.margin-bottom-2 {
  margin-bottom: 2px;
}
.margin-left-2 {
  margin-left: 2px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-top-4 {
  margin-top: 4px;
}
.margin-bottom-4 {
  margin-bottom: 4px;
}
.margin-left-4 {
  margin-left: 4px;
}
.margin-right-4 {
  margin-right: 4px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-left-8 {
  margin-left: 8px;
}
.margin-right-8 {
  margin-right: 8px;
}
.margin-top-12 {
  margin-top: 12px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-24 {
  margin-top: 24px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-4 {
  margin-bottom: 4;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-right-16 {
  margin-right: 16px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-left-4 {
  margin-left: 4px;
}
.margin-left-16 {
  margin-left: 16px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-24 {
  margin-left: 24px;
}
.margin-right-24 {
  margin-right: 24px;
}
/********************************************** FIN MARGINS ******************************************/

/*********************************************** CENTERING *******************************************/
.vertical-centering {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vertical-centering.display-inline-block {
  display: inline-block;
}
.vertical-centering .pull-left {
  align-self: flex-start;
}
.vertical-centering .pull-right {
  align-self: flex-end;
}
.vertical-align-top {
    vertical-align: top;
}
.both-centering {
  display: flex;
  justify-content: center;
  align-items: center;
}
/********************************************* FIN CENTERING *****************************************/

/************************************************* SQUARES *******************************************/
.square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.square-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
.square-content-both-centered {
  /* Vertical Centering */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  /* Horizontal Centering */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*********************************************** FIN SQUARES *****************************************/

/********************************************** SEPARATORS *******************************************/
/*
.separator-20 {
  height: 20px;
}
.separator-24 {
  height: 24px;
}
.separator-30 {
  height: 30px;
}
.separator-32 {
  height: 32px;
}
.separator-40 {
  height: 40px;
}
.separator-80 {
  height: 80px;
}
.separator-100 {
  height: 100px;
}*/
/******************************************** FIN SEPARATORS *****************************************/

/********************************************* LINE HEIGHTS ******************************************/
/*
.line-height-15 {
  line-height: 15px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-48 {
  line-height: 48px;
}
*/
/******************************************* FIN LINE HEIGHTS ****************************************/

/********************************************* LISTS STYLES ******************************************/
ul,ol {
  margin: 0;
  padding-left: 20px;
}
.list-style-none {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.list-style-none.row {
  margin-left: -12px;
  margin-right: -12px;
}
ul.bordered,
ol.bordered {
  border: 1px solid #DFE2E5;
}
.list-style-check {
  padding-left: 32px;
  list-style: none;
}
.list-style-check li {
  position: relative;
}
.list-style-check li::before {
  content: "";
  background: url("/static/img/erv5/icons/icon-16-checkgreen.ac7581623b19.svg") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -30px;
  top: 6px;
}
.list-style-check li.close-icon::before {
  background: url("/static/img/erv5/icons/icon-16-closered.7ae6ee892104.svg") no-repeat;
}
ul {
  list-style-type: circle;
}
.list-style-list {
  list-style: none;
  display: inline;
}
.list-style-list li {
    margin-right: 0px !important;
}
/******************************************* FIN LISTS STYLES ****************************************/

/************************************************ CURSORS ********************************************/
.cursor-pointer {
  cursor: pointer;
}
.cursor-drag {
    cursor: move;
  }
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-zoomin {
    cursor: zoom-in;
}
/********************************************** FIN CURSORS ******************************************/

/************************************************ MAX WIDTH ******************************************/
.max-width-60-percent {
  max-width: 60%;
}
/********************************************** FIN MAX WIDTH ****************************************/

/********************************************* PRE CODE BLOCK ****************************************/
pre {
  background:#2c3e50;
  padding: 0;
  width:100%;
  color: #F7F9FA;
  min-width: 100%;
  margin: 0;
  overflow: auto;
  padding: 16px;
}
pre code {
  display: block;
  font-size: 15px;
  line-height: 24px;
}
/******************************************* FIN PRE CODE BLOCK **************************************/

/*************************************** BORDERED RIGHT AUX CLASS ************************************/
.bordered-right::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  opacity: 0.24;
  background-image: linear-gradient(-179deg, rgba(124,144,163,0.00) 0%, #7C90A3 49%, rgba(124,144,163,0.00) 100%);
}
/************************************* FIN BORDERED RIGHT AUX CLASS **********************************/

/********************************* WAVES EFFECT - NEEDS MATERIALIZE.JS *******************************/
/*
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}*/
/******************************* FIN WAVES EFFECT - NEEDS MATERIALIZE.JS *****************************/
