/*********************************** DROPDOWN MAIN NAV MENU COMPONENT ********************************/
.cd-morph-dropdown::before {
    content: 'mobile';
    display: none;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    padding: 1.2em 5%;
    box-shadow: inset 0 1px 0 #e6e6e6;
    background-color: #FFFFFF;
  }
  .cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
    display: block;
  }
  .cd-morph-dropdown .content li::after {
    clear: both;
    content: "";
    display: block;
  }
  @media only screen and (min-width: 1000px) {
    .cd-morph-dropdown::before {
      content: 'desktop';
    }
    .cd-morph-dropdown .nav-trigger {
      display: none;
    }
    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
      opacity: 1;
    }
    .cd-morph-dropdown .morph-dropdown-wrapper {
      display: block;
      top: 52px;
      width: auto;
      padding: 0;
      box-shadow: none;
      background-color: transparent;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      will-change: transform;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
    }
    .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    }
    .cd-morph-dropdown .dropdown-list {
      position: absolute;
      top: 28px;
      left: 0;
      visibility: hidden;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      will-change: transform, width, height;
      -webkit-transition: visibility .3s;
      transition: visibility .3s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
      overflow: hidden;
    }
    .cd-morph-dropdown .dropdown-list.dropdown-arrow {
        overflow: visible;
    }
    .no-csstransitions .cd-morph-dropdown .dropdown-list {
      display: none;
    }
    .cd-morph-dropdown .dropdown-list::before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 0;
      width: 0;
      border: 8px solid transparent;
      border-bottom-color: #FFFFFF;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
    }
    .dropdown-arrow::before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
             transform: translateX(-50%);
      height: 0;
      width: 0;
      border: 8px solid transparent;
      border-bottom-color: #FFFFFF;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
    }
    .cd-morph-dropdown .dropdown-list > ul {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
      visibility: visible;
      -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
      transition: width .3s, height .3s, -webkit-transform .3s;
      transition: transform .3s, width .3s, height .3s;
      transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
      opacity: 1;
    }
    .cd-morph-dropdown .dropdown {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      -webkit-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s;
      display: none;
    }
    .cd-morph-dropdown .dropdown.active {
      opacity: 1;
      visibility: visible;
      display: block;
    }
    .cd-morph-dropdown .dropdown.move-left .content {
      -webkit-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    .cd-morph-dropdown .dropdown.move-right .content {
      -webkit-transform: translateX(100px);
          -ms-transform: translateX(100px);
              transform: translateX(100px);
    }
    .cd-morph-dropdown .content {
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      text-align: left;
    }
    .cd-morph-dropdown .content > ul::after {
      clear: both;
      content: "";
      display: block;
    }
    .cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
      margin-right: 0;
    }
    .cd-morph-dropdown .services-dropdown .content {
      width: 420px;
    }
    .cd-morph-dropdown .pricing-dropdown .content {
      width: 480px;
    }
    .cd-morph-dropdown .services-dropdown .content li a:hover figure,
    .cd-morph-dropdown .pricing-dropdown .content li a:hover figure,
    .cd-morph-dropdown .resources-dropdown .content li a:hover figure,
    .cd-morph-dropdown .integrations-dropdown .content li a:hover figure {
      opacity: 0.8;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .cd-morph-dropdown .resources-dropdown .content {
      width: 930px;
    }
    .cd-morph-dropdown .integrations-dropdown .content {
      width: 600px;
    }
    .cd-morph-dropdown .pricing-dropdown-list a {
      font-size: 1.6rem;
      margin-left: 0;
    }
    .cd-morph-dropdown .bg-layer {
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: 1px;
      background: #FFFFFF;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      will-change: transform;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }
    .cd-morph-dropdown.is-dropdown-visible .bg-layer {
      opacity: 1;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
    }
  }
  .cd-morph-dropdown {
    position: fixed;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  /********************************* FIN DROPDOWN MAIN NAV MENU COMPONENT ******************************/

  /* SPINNING ANIMATION */
  .icon.spinning {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
  }
  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
  /******************************************* DESKTOP HEADER ******************************************/
  header {
    z-index: 1003;
  }
  .header-background::after {
    content: "";
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
    opacity: 0.15;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .header-background {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
    background-color: rgba(247,249,250,0.98);
    height: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 1000;
  }
  .header-background.transparent {
      background-color: transparent;
  }
  header .navbar {
    list-style: none;
    margin: 0px;
  }
  header .navbar > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
  }
  header .desktop-logo {
    margin-top: 12px;
  }
  .desktop-header.up .services-dropdown a,
  .desktop-header.up .pricing-dropdown a,
  .desktop-header.up .resources-dropdown a,
  .desktop-header.up .integrations-dropdown a,
  .desktop-header.up .login-item a {
    visibility: visible;
    opacity: 1;
  }
  .desktop-header.down .services-dropdown a,
  .desktop-header.down .pricing-dropdown a,
  .desktop-header.down .resources-dropdown a,
  .desktop-header.down .integrations-dropdown a,
  .desktop-header.down .login-item a,
  .desktop-header.down .support-item a {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .desktop-header.down:hover .services-dropdown a,
  .desktop-header.down:hover .pricing-dropdown a,
  .desktop-header.down:hover .resources-dropdown a,
  .desktop-header.down:hover .integrations-dropdown a,
  .desktop-header.down:hover .login-item a,
  .desktop-header.down:hover .support-item a {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
  }
  .desktop-header.down .dropdown-list {
    display: none;
  }
  .desktop-header.down:hover .dropdown-list {
    display: block;
  }
  /***************************************** FIN DESKTOP HEADER ****************************************/
  
  
  /******************************************** MOBILE HEADER ******************************************/
  .mobile-header {
    height: 64px;
    top: 0;
    width: 100%;
    z-index: 10001;
  }
  .mobile-header-bar {
    height: 100%;
    z-index: 1002;
    position: relative;
  }
  .mobile-header-bar .mobile-logo {
    max-width: 114px;
    margin-top: 8px;
  }
  .mobile-toggle {
    width: 16px;
    height: 16px;
    background: url("/static/img/erv5/icons/icon-16-menu.67c9d26c4181.svg") no-repeat;
    margin-top: 24px;
  }
  .mobile-header-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    padding: 64px;
    visibility: hidden;
  }
  .mobile-header.open .mobile-header-menu {
    z-index: 1001;
    visibility: visible;
  }
  .mobile-header-menu .container,
  .mobile-header-menu .row {
    height: 100%;
  }
  .mobile-header.bg-color-grey-1::after,
  .mobile-header.open::after {
    content: "";
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
    opacity: 0.15;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1001;
  }
  .mobile-header.bg-color-grey-1 .mobile-toggle {
    background: url("/static/img/erv5/icons/icon-16-menu.67c9d26c4181.svg") no-repeat;
  }
  .mobile-header.open .mobile-toggle {
    background: url("/static/img/erv5/icons/icon-16-menu.67c9d26c4181.svg") no-repeat;
  }
  /****************************************** FIN MOBILE HEADER ****************************************/
  
  /******************************************* DESKTOP FOOTER ******************************************/
  footer {
    background: #002052 url("/static/img/erv5/backgrounds/bg-footer-desktop.1524c8c8fd68.svg") no-repeat;
    background-size: 100%;
  }
  .footer-register::after {
    content: "";
    height: 1px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+50,0+97 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 97%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 97%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 97%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    opacity: 0.30;
    display: block;
    position: absolute;
    bottom: 0;
  }
  footer .social-icons img {
    max-width: 24px;
  }
  /***************************************** FIN DESKTOP FOOTER ****************************************/
  
  /************************************** PRICING REDESIGN HEADER **************************************/
  .pricing-header {
      background: #002052 url("/static/img/erv5/backgrounds/bg-pricing-redesign.c0c982a84567.svg") no-repeat;
      background-size: 100%;
  }
  /************************************** PRICING REDESIGN HEADER **************************************/
  
  /******************************************* COOKIES MESSAGE *****************************************/
  #cookies_msg {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 4px;
    z-index: 10002;
  }
  .close-cookies-msg {
    font-size: 15px;
    margin-left: 6px;
  }
  /***************************************** FIN COOKIES MESSAGE ***************************************/

  /*********************************************** BUTTONS *********************************************/
  button {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
      -moz-appearance: none;
  }
  .am-button {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;
      font-family: 'National 2 Narrow';
  }
  .am-button.width-256 {
    min-width: 256px;
  }
  .am-button.width-240 {
    min-width: 240px;
  }
  .am-button.width-220 {
    min-width: 220px;
  }
  .am-button.width-208 {
    min-width: 208px;
  }
  .am-button.width-200 {
    min-width: 200px;
  }
  .am-button.width-192 {
    min-width: 192px;
  }
  .am-button.width-184 {
    min-width: 184px;
  }
  .am-button.width-176 {
    min-width: 176px;
  }
  .am-button.width-156 {
    min-width: 156px;
  }
  .am-button.width-156.fixed-width {
      width: 156px;
  }
  .am-button.width-172.fixed-width {
      width: 172px;
  }
  .am-button.width-180.fixed-width {
      width: 180px;
  }
  .am-button.width-228.fixed-width {
      width: 228px;
      max-width: 228px
  }
  .am-button.width-212.fixed-width {
      width: 212px;
      max-width: 212px
  }
  
  .am-button.width-128 {
    min-width: 128px;
  }
  .am-button.width-120 {
    min-width: 120px;
  }
  .am-button.width-100-px {
    width: 100px;
  }
  .am-button.width-96 {
    width: 96px;
  }
  .am-button.width-80 {
    min-width: 80px;
  }
  .am-button.width-80 a,
  .am-button.width-80 input,
  .am-button.width-80 button {
    padding-left: 12px;
    padding-right: 12px;
  }
  .am-button.width-12 {
    min-width: 12px;
  }
  .am-button.width-12.only-icon {
    max-width: 12px;
  }
  .am-button.only-icon a,
  .am-button.only-icon input,
  .am-button.only-icon button {
    padding: 0;
  }
  .am-button.width-16 {
    min-width: 16px;
  }
  .am-button.width-16.only-icon {
    max-width: 16px;
  }
  .am-button.width-24 {
    min-width: 24px;
  }
  .am-button.width-24.only-icon {
    max-width: 24px;
    border: 1px solid #DFE2E5;
  }
  .am-button.width-24.only-icon:hover,
  .am-button.width-24.only-icon:focus {
      background: transparent;
  }
  .am-button.width-24.only-icon a .am-icon-12,
  .am-button.width-24.only-icon input .am-icon-12 {
    left: calc(50% - 6px);
    top: calc(50% - 6px);
  }
  .am-button.width-24.only-icon a .am-icon-16,
  .am-button.width-24.only-icon input .am-icon-16 {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
  }
  .am-button.width-16.only-icon a .am-icon-16,
  .am-button.width-16.only-icon input .am-icon-16 {
    left: 0;
    top: 0;
  }
  .not-bordered .am-button {
      border: none !important;
  }
  .am-button a.font-align-center {
    justify-content: center;
  }
  .am-button.bg-color-lightblue-1 a {
      color: #FFF !important;
  }
  .am-button.height-30 {
    height: 30px;
  }
  .am-button.height-32 {
    height: 32px;
  }
  .am-button.height-36 {
    height: 36px;
  }
  .am-button.squared.no-border {
      border: none;
  }
  .am-button.squared.height-32 {
    width: 32px;
  }
  .am-button.squared.height-32 a {
    padding: 0;
  }
  .am-button.squared.height-48 {
    width: 48px;
  }
  .am-button.squared.height-48 a {
    padding: 0;
  }
  .am-button.height-12 {
    height: 12px;
  }
  .am-button.height-16 {
    height: 16px;
  }
  .am-button.height-24 {
    height: 24px;
  }
  .am-button.height-40 {
    height: 40px;
  }
  .am-button.height-40 a {
      font-weight: 600;
  }
  .am-button.height-48 {
    height: 48px;
  }
  .am-button a{
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .am-button input,
  .am-button button {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: "National 2 Narrow";
  }
  .am-button.disabled a,
  .am-button.disabled input {
    pointer-events: none;
  }
  .am-button.bg-color-white-1 {
    /*border: 1px solid #DFE2E5;*/
    color: #000;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12);
    overflow: hidden;
  }
  .am-button.bg-color-white-1 a,
  .am-button.bg-color-white-1 input {
    color: #000;
  }
  .am-button.bg-color-white-1:not(.squared) a:hover,
  .am-button.bg-color-white-1:not(.squared) a:focus,
  .am-button.bg-color-white-1:not(.squared) input:hover,
  .am-button.bg-color-white-1:not(.squared) input:focus {
    color: #FFF;
    background: #000;
  }
  .am-button.bg-color-white-1.no-bordered {
    border: 1px solid transparent;
  }
  .am-button.bg-color-white-1.no-bordered:hover,
  .am-button.bg-color-white-1.no-bordered:focus {
    border: 1px solid #DFE2E5;
  }
  button.am-button.bg-color-lightblue-1 {
    border: none;
  }
  .am-button.bg-color-lightblue-1:hover,
  .am-button.bg-color-lightblue-1:focus {
    background-color: #3021A3;
  }
  .am-button.disabled.bg-color-lightblue-1,
  .am-button.disabled.bg-color-lightblue-1:hover,
  .am-button.diabled.bg-color-lightblue-1:focus {
    background-color: #60737d;
    /*opacity: 1;*/
  }
  .am-button.bg-color-lightblue-2 {
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12);
    /*border: 1px solid #DFE2E5;*/
    border-radius: 3px;
  }
  .am-button.bg-color-lightblue-2 a,
  .am-button.bg-color-lightblue-2 input {
      font-family: "National 2 Narrow";
      color: #000;
  }
  
  .am-button.bg-color-lightblue-2:hover,
  .am-button.bg-color-lightblue-2:focus {
    background-color: #000;
    color: #FFF !important;
    border: none;
  }
  .am-button.bg-color-lightblue-2:hover a,
  .am-button.bg-color-lightblue-2:focus input {
    color: #FFF !important;
  }
  .am-button.bg-color-lightblue-2 a:hover,
  .am-button.bg-color-lightblue-2 input:hover {
    color: #FFF !important;
  }
  .am-button.disabled.bg-color-lightblue-2:hover,
  .am-button.diabled.bg-color-lightblue-2:focus {
    background-color: #FFF;
  }
  .am-button.disabled.bg-color-lightblue-2 {

  }
  .am-button.disabled.bg-color-lightblue-2 a,
  .am-button.disabled.bg-color-lightblue-2 input,
  .am-button.disabled.bg-color-lightblue-2 a:hover,
  .am-button.disabled.bg-color-lightblue-2 a:focus,
  .am-button.disabled.bg-color-lightblue-2 input:hover,
  .am-button.disabled.bg-color-lightblue-2 input:focus {
    color: #60737d !important;
  }
  .am-button.disabled.bg-color-lightblue-1,
  .am-button.disabled.bg-color-lightblue-1:hover,
  .am-button.diabled.bg-color-lightblue-1:focus {
    background-color: #60737d;
    /*opacity: 1;*/
  }
  .am-button.bg-color-yellow-3:hover,
  .am-button.bg-color-yellow-3:focus {
    background-color: #f0d399;
  }
  .am-button.disabled.bg-color-yellow-3:hover,
  .am-button.diabled.bg-color-yellow-3:focus {
    background-color: #f1d8a4;
  }
  .am-button.bg-color-lightblue-1.sending {
    background: #60737d url("/static/img/erv5/icons/icon-loader-white.f07c4fd44e1c.svg") no-repeat;
    background-position: 55% 50%;
    opacity: 0.6;
  }
  .am-button.bg-color-lightblue-2.sending {
    background: #FFFFFF url("/static/img/erv5/icons/icon-loader-black.dbcade10fd07.svg") no-repeat;
    background-position: 55% 50%;
  }
  .btn.medium.secondary.outlined.sending a {
    background: #60737d url("/static/img/erv5/icons/icon-loader-white.f07c4fd44e1c.svg") no-repeat;
    background-position: 55% 50%;
    opacity: 0.6;
  }
  .am-button.sending input,
  .am-button.sending a {
    pointer-events: none;
  }

  button.am-button.bg-color-red-3 {
    border: none;
  }
  .am-button.bg-color-red-3:hover,
  .am-button.bg-color-red-3:focus {
    background-color: #e63f5d;
  }

  button.am-button.bg-color-yellow-4 {
    border: none;
  }
  .am-button.bg-color-yellow-4:hover,
  .am-button.bg-color-yellow-4:focus {
    background-color: #e1bf2e;
  }
  .am-button.disabled.bg-color-yellow-4:hover,
  .am-button.diabled.bg-color-yellow-4:focus {
    background-color: #DBB100;
  }
  .am-button.disabled.bg-color-yellow-4 a.font-color-lightblue-1:hover,
  .am-button.disabled.bg-color-yellow-4 a.font-color-lightblue-1:focus,
  .am-button.disabled.bg-color-yellow-4 input.font-color-lightblue-1:hover,
  .am-button.disabled.bg-color-yellow-4 input.font-color-lightblue-1:focus {
    color: #FFFFFF;
  }
  
  .am-button a.padding-left-12 {
      padding-left: 12px;
  }
  .am-button a.padding-right-12 {
      padding-right: 12px;
  }
  .am-button.bg-color-yellow-3.bordered {
      border: 3px solid white;
      background: transparent;
  }
  .am-button.bg-color-yellow-3.bordered a,
  .am-button.bg-color-yellow-3.bordered input {
      color: #FFFFFF;
  }
  .am-button.bg-color-yellow-3.bordered:hover,
  .am-button.bg-color-yellow-3.bordered:focus {
      background: #FFFFFF;
  }
  .am-button.bg-color-yellow-3.bordered a:hover,
  .am-button.bg-color-yellow-3.bordered a:focus,
  .am-button.bg-color-yellow-3.bordered input:hover,
  .am-button.bg-color-yellow-3.bordered input:focus {
      color: #412CE1;
  }

/* New large select variation */
.am-dropdown .am-button.height-32.large.am-button.bg-color-white-1 a {
    background-color: #FFF;
}
.am-dropdown.loading .am-button.height-32.large.am-button.bg-color-white-1 a {
    background: #FFFFFF url("/static/public-theme/img/icons/generic/icon-loader-black.2a249c15839a.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: calc(50% + 12px);
    opacity: .48;
    color: transparent !important;
    pointer-events: none;
    transition: none;
}
.am-dropdown.loading {
    cursor: default;
}
.am-dropdown.loading .dropdown-toggle {
    pointer-events: none;
}
.am-dropdown.loading .am-button.height-32.large.am-button.bg-color-white-1 a i {
    opacity: 0;
    pointer-events: none;
}
.am-dropdown .am-button.height-32.large a {
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'National 2', sans-serif;
}
.am-dropdown .am-button.height-32.large a.font-color-grey-3 {
    color: #657390;
}
.am-dropdown .am-button.height-32.large a i {
    margin-left: 40px;
}

.am-dropdown.disabled {
    cursor: not-allowed;
}
.am-dropdown.disabled .dropdown-toggle {
    pointer-events: none;
}
.am-dropdown.disabled .am-button.height-32.large.am-button.bg-color-white-1 a {
    opacity: .48;
}
/********************************************* FIN BUTTONS *******************************************/

/*********************************************** DIVIDERS ********************************************/
.divider {
  border: 0;
  height: 1px;
  /*margin: 0;*/
}
.gradient-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c90a3+0,7c90a3+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
  opacity: 0.16;
}
.gradient-2 {
    background: rgb(117,102,235);
    background: linear-gradient(0deg, rgba(117,102,235,1) 0%, rgba(65,44,225,1) 100%);
}
.gradient-3 {
  background: -moz-linear-gradient(left, rgba(234,237,240,0) 0%, rgb(131, 131, 131) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(234,237,240,0) 0%,rgb(131, 131, 131) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(234,237,240,0) 0%,rgb(131, 131, 131) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00DFE2E5', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
  opacity: 0.16;
}
.gradient-4 {
  background: #E0E4E9;
}
.divider {
    transform: rotate(0deg);
}
.divider.inverse {
  transform: rotate(180deg);
}
/********************************************* FIN DIVIDERS ******************************************/

/************************************************ CARDS **********************************************/
.am-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.am-card .am-button {
  margin-top: auto;
}
/********************************************** FIN CARDS ********************************************/

/********************************************* HOVER-CARD ********************************************/
.hover-card.box-shadow-1 {
  box-shadow: none;
}
.hover-card.box-shadow-1::before {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.hover-card.bg-color-white-1 {
  background-color: transparent;
}
.hover-card.bg-color-white-1::before {
  background-color: #FFFFFF;
}
.hover-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
a.hover-card::before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.hover-card:hover::before {
  transform: scale(1.1);
}
/******************************************* FIN HOVER-CARD ******************************************/

/********************************************** FLIP CARDS *******************************************/
.col-lg-4 .flip-card {
	height: 240px;
	width: 312px;
}
.flip-card {
	perspective:800px;
  max-width: 100%;
}
.flip-card-content {
	width:100%;
	height: 100%;
	transform-style:preserve-3d;
	-webkit-transition: transform 0.8s;
	transition: transform 0.8s;
}
.flip-card-front {
	position: absolute;
	height:100%;
	width:100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    overflow: hidden;
    z-index: 1;
}
.flip-card-back {
	position: absolute;
	height:100%;
	width:100%;
  z-index: 1;
	-ms-transform: rotateY(-180deg); /* IE 9 */
   	-webkit-transform: rotateY(-180deg); /* Safari */
    transform: rotateY(-180deg);

	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card:hover .flip-card-content,
.flip-card.active .flip-card-content {
	-ms-transform: rotateY(-180deg); /* IE 9 */
   	-webkit-transform: rotateY(-180deg); /* Safari */
    transform: rotateY(-180deg);
}
/******************************************** FIN FLIP CARDS *****************************************/

/****************************************** ILUSTRATION HEADER ***************************************/
.ilustration-header {
  height: 640px;
  position: absolute;
  top: 0px;
  background-position: top right;
}
.ilustration-header.full-width {
  background-size: 100%;
}
/**************************************** FIN ILUSTRATION HEADER *************************************/

/************************************* ILUSTRATION HEADER SPECIFIC ***********************************/
.ilustration-header.integrations {
  background: #F6FAFB url("/static/img/erv5/headers/integrations-header.ff0a74b2e9f1.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.services {
  background: #F6FAFB url("/static/img/erv5/headers/services-header.eb8df0c8a545.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.services-sms {
  background: #F6FAFB url("/static/img/erv5/headers/services-sms-header.d954320d6afc.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.services-landing-pages {
  background: #F6FAFB url("/static/img/erv5/headers/services-landing-pages-header.d2f822addc33.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.resources {
  background: #F6FAFB url("/static/img/erv5/headers/resources-header.8226247cb41b.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.templates-gallery {
  background: #F6FAFB url("/static/img/erv5/headers/templates-gallery-header.6c351ba27aa5.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.pricing {
  background: #EDF4F7 url("/static/img/erv5/headers/pricing-header.0aa9661873a6.svg") no-repeat;
  background-position: top right;
  background-size: 100%;
}
.ilustration-header.comparativa {
  background: #EDF4F7 url("/static/img/erv5/headers/pricing-header.0aa9661873a6.svg") no-repeat;
  background-position: top right;
  background-size: 100%;
}
.ilustration-header.home {
  background: #F6FAFB url("/static/img/erv5/headers/home-header.377d95759fc8.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.mailchimp {
  background: #F6FAFB url("/static/img/erv5/headers/mailchimp-header.d9aed2d7f9f0.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.cssinliner {
  background: #F6FAFB url("/static/img/erv5/headers/css-inliner-header.c7771dd16982.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.safeharbor {
  background: #F6FAFB url("/static/img/erv5/headers/safe-harbor-header.7981a9cc5d3c.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.blog-register {
  background: #F6FAFB url("/static/img/erv5/headers/blog-register-landing-header.bed84b53be71.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.team {
  background: #F6FAFB url("/static/img/erv5/headers/team-header.cd411eebee7d.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.sendinblue {
  background: #F6FAFB url("/static/img/erv5/headers/sendinblue-header.5f9c571c5997.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.landings-gallery {
  background: #F6FAFB url("/static/img/erv5/headers/landings-gallery-header.b6849179b2f7.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.editor-landings {
  background: #F6FAFB url("/static/img/erv5/headers/editor-landings-header.4c94cbf8e58a.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.apidoc {
  background: #F6FAFB url("/static/img/erv5/headers/apidoc-header.ca9afbfb0d90.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.smtpdocs {
  background: #F6FAFB url("/static/img/erv5/headers/smtpdocs-header.c5782c3be95e.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.opiniones {
  background: #F6FAFB url("/static/img/erv5/headers/opiniones-header.4077810aaf23.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.diseno-email {
  background: #F6FAFB url("/static/img/erv5/headers/diseno-email-header.9ef7aa98552c.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.news {
  background: #F6FAFB url("/static/img/erv5/headers/news-header.28007b5963d2.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.automations {
  background: #F6FAFB url("/static/img/erv5/headers/automations-header.188662c26db0.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.italian-guide-1 {
  background: #F6FAFB url("/static/img/erv5/headers/italian-guide-1-header.7d30f2a696dc.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.italian-guide-2 {
  background: #F6FAFB url("/static/img/erv5/headers/italian-guide-2-header.df28ae5cd652.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.courses {
  background: #F6FAFB url("/static/img/erv5/headers/courses-header.4171186b5786.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.ebookmarketingdigital {
  background: #F6FAFB url("/static/img/erv5/headers/ebook-marketing-digital-pymes-header.d5a97330ba17.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.agencies {
  background: #F6FAFB url("/static/img/erv5/headers/agencies-header.80b9628b8f75.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.blog {
  background: #F6FAFB url("/static/img/erv5/headers/blog-header.9876e2d3ac55.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.pro {
  background: #F6FAFB url("/static/img/erv5/headers/pro-header.a98042a42046.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.templates {
  background: #F6FAFB url("/static/img/erv5/headers/templates-header.e337fd24db96.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.facebook-ads {
  background: #F6FAFB url("/static/img/erv5/headers/facebook-ads-header.93329180e775.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.elia {
  background: #F6FAFB url("/static/img/erv5/headers/elia-guardiola-header.4f0873b99395.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.elia-2 {
  background: #F6FAFB url("/static/img/erv5/headers/elia-guardiola-2-header.a4fda25dfe0e.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.clara {
  background: #F6FAFB url("/static/img/erv5/headers/clara-avila-header.bfc7221ba037.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.victor {
  background: #F6FAFB url("/static/img/erv5/headers/victor-campuzano-header.08dd5f5777aa.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.mailing-masivo {
  background: #F6FAFB url("/static/img/erv5/headers/mailing-masivo-header.9c79c43a2475.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.faq-landing {
  background: #F6FAFB url("/static/img/erv5/headers/faq-header.62e3e80fcc8e.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.email-marketing {
  background: #F6FAFB url("/static/img/erv5/headers/email-marketing-header.6caab46eac89.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.gdpr-landing {
  background: #F6FAFB url("/static/img/erv5/headers/gdpr-landing-header.703639764699.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.api-sms {
  background: #F6FAFB url("/static/img/erv5/headers/api-sms-header.64dd8ef4c3b5.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.glosario {
  background: #F6FAFB url("/static/img/erv5/headers/glosario-header.4c10d79a0f05.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.referidos {
  background: #F6FAFB url("/static/img/erv5/headers/referidos-header.8e13c0da4a9e.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.descubre-acumbamail {
  background: #F6FAFB url("/static/img/erv5/headers/descubre-acumbamail-header.b8ede8cccc74.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.qa {
  background: #F6FAFB url("/static/img/erv5/headers/qa-header.11a96e9e8268.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.tristan {
  background: #F6FAFB url("/static/img/erv5/headers/tristan-header.61460480b70a.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.productividad {
  background: #F6FAFB url("/static/img/erv5/headers/productividad-personal-header.a664400dfaa4.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.envio-newsletter {
  background: #F6FAFB url("/static/img/erv5/headers/envio-newsletter-header.5b15ad1d8ada.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.descubre {
  background: #F6FAFB url("/static/img/erv5/headers/descubre-header.e561dac057b7.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.beneficios {
  background: #F6FAFB url("/static/img/erv5/headers/beneficios-header.57dca1294a31.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.mailtester {
  background: #F6FAFB url("/static/img/erv5/headers/mailtester-header.e764887a9b5e.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.gdpr {
  background: #F6FAFB url("/static/img/erv5/headers/gdpr-header.4ec7e9c7d417.svg") no-repeat;
  background-position: top right;
}

.ilustration-header.sms-desde-pc {
  background: #F6FAFB url("/static/img/erv5/headers/sms-desde-pc-header.49a163a89dec.svg") no-repeat;
  background-position: top right;
}

.ilustration-header.blackfriday-emailmarketing{
  background: #F6FAFB url("/static/img/erv5/headers/blackfriday-emailmarketing-header.5419f72f9aec.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.cumplimiento-gdpr{
  background: #F6FAFB url("/static/img/erv5/headers/gdpr2-header.6164cfdebc50.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.shopify {
  background: #F6FAFB url("/static/img/erv5/headers/shopify-header.56fdd551a6ac.svg") no-repeat;
  background-position: top right;
}

.ilustration-header.enviar-correo-masivo {
  background: #F6FAFB url("/static/img/erv5/headers/enviar-correo-masivo-header.fc203c3d019f.svg") no-repeat;
  background-position: top right;
}

.ilustration-header.crea-landings {
  background: #F6FAFB url("/static/img/erv5/headers/crea-landings-header.707cfe1ca339.svg") no-repeat;
  background-position: top right;
}
.ilustration-header.ecommerce {
  background: #F6FAFB url("/static/img/erv5/headers/email-marketing-ecommerce.4b429bd34b1b.svg") no-repeat;
  background-position: top right;
}

/*************************************** AM CARROUSEL COMPONENT **************************************/
.am-carrousel .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    display: inline-block;
    margin-top: 20px;
  }
  /**************************************** FIN ILUSTRATION HEADER *************************************/
  
  /************************************* ILUSTRATION HEADER SPECIFIC ***********************************/
  .ilustration-header.integrations {
    background: #F6FAFB url("/static/img/erv5/headers/integrations-header.ff0a74b2e9f1.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.services {
    background: #F6FAFB url("/static/img/erv5/headers/services-header.eb8df0c8a545.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.services-sms {
    background: #F6FAFB url("/static/img/erv5/headers/services-sms-header.d954320d6afc.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.services-landing-pages {
    background: #F6FAFB url("/static/img/erv5/headers/services-landing-pages-header.d2f822addc33.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.resources {
    background: #F6FAFB url("/static/img/erv5/headers/resources-header.8226247cb41b.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.templates-gallery {
    background: #F6FAFB url("/static/img/erv5/headers/templates-gallery-header.6c351ba27aa5.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.pricing {
    background: #EDF4F7 url("/static/img/erv5/headers/pricing-header.0aa9661873a6.svg") no-repeat;
    background-position: top right;
    background-size: 100%;
  }
  .ilustration-header.comparativa {
    background: #EDF4F7 url("/static/img/erv5/headers/pricing-header.0aa9661873a6.svg") no-repeat;
    background-position: top right;
    background-size: 100%;
  }
  .ilustration-header.home {
    background: #F6FAFB url("/static/img/erv5/headers/home-header.377d95759fc8.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.mailchimp {
    background: #F6FAFB url("/static/img/erv5/headers/mailchimp-header.d9aed2d7f9f0.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.cssinliner {
    background: #F6FAFB url("/static/img/erv5/headers/css-inliner-header.c7771dd16982.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.safeharbor {
    background: #F6FAFB url("/static/img/erv5/headers/safe-harbor-header.7981a9cc5d3c.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.blog-register {
    background: #F6FAFB url("/static/img/erv5/headers/blog-register-landing-header.bed84b53be71.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.team {
    background: #F6FAFB url("/static/img/erv5/headers/team-header.cd411eebee7d.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.sendinblue {
    background: #F6FAFB url("/static/img/erv5/headers/sendinblue-header.5f9c571c5997.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.landings-gallery {
    background: #F6FAFB url("/static/img/erv5/headers/landings-gallery-header.b6849179b2f7.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.editor-landings {
    background: #F6FAFB url("/static/img/erv5/headers/editor-landings-header.4c94cbf8e58a.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.apidoc {
    background: #F6FAFB url("/static/img/erv5/headers/apidoc-header.ca9afbfb0d90.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.smtpdocs {
    background: #F6FAFB url("/static/img/erv5/headers/smtpdocs-header.c5782c3be95e.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.opiniones {
    background: #F6FAFB url("/static/img/erv5/headers/opiniones-header.4077810aaf23.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.diseno-email {
    background: #F6FAFB url("/static/img/erv5/headers/diseno-email-header.9ef7aa98552c.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.news {
    background: #F6FAFB url("/static/img/erv5/headers/news-header.28007b5963d2.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.automations {
    background: #F6FAFB url("/static/img/erv5/headers/automations-header.188662c26db0.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.italian-guide-1 {
    background: #F6FAFB url("/static/img/erv5/headers/italian-guide-1-header.7d30f2a696dc.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.italian-guide-2 {
    background: #F6FAFB url("/static/img/erv5/headers/italian-guide-2-header.df28ae5cd652.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.courses {
    background: #F6FAFB url("/static/img/erv5/headers/courses-header.4171186b5786.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.ebookmarketingdigital {
    background: #F6FAFB url("/static/img/erv5/headers/ebook-marketing-digital-pymes-header.d5a97330ba17.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.agencies {
    background: #F6FAFB url("/static/img/erv5/headers/agencies-header.80b9628b8f75.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.blog {
    background: #F6FAFB url("/static/img/erv5/headers/blog-header.9876e2d3ac55.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.pro {
    background: #F6FAFB url("/static/img/erv5/headers/pro-header.a98042a42046.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.templates {
    background: #F6FAFB url("/static/img/erv5/headers/templates-header.e337fd24db96.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.facebook-ads {
    background: #F6FAFB url("/static/img/erv5/headers/facebook-ads-header.93329180e775.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.elia {
    background: #F6FAFB url("/static/img/erv5/headers/elia-guardiola-header.4f0873b99395.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.elia-2 {
    background: #F6FAFB url("/static/img/erv5/headers/elia-guardiola-2-header.a4fda25dfe0e.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.clara {
    background: #F6FAFB url("/static/img/erv5/headers/clara-avila-header.bfc7221ba037.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.victor {
    background: #F6FAFB url("/static/img/erv5/headers/victor-campuzano-header.08dd5f5777aa.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.mailing-masivo {
    background: #F6FAFB url("/static/img/erv5/headers/mailing-masivo-header.9c79c43a2475.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.faq-landing {
    background: #F6FAFB url("/static/img/erv5/headers/faq-header.62e3e80fcc8e.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.email-marketing {
    background: #F6FAFB url("/static/img/erv5/headers/email-marketing-header.6caab46eac89.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.gdpr-landing {
    background: #F6FAFB url("/static/img/erv5/headers/gdpr-landing-header.703639764699.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.api-sms {
    background: #F6FAFB url("/static/img/erv5/headers/api-sms-header.64dd8ef4c3b5.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.glosario {
    background: #F6FAFB url("/static/img/erv5/headers/glosario-header.4c10d79a0f05.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.referidos {
    background: #F6FAFB url("/static/img/erv5/headers/referidos-header.8e13c0da4a9e.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.descubre-acumbamail {
    background: #F6FAFB url("/static/img/erv5/headers/descubre-acumbamail-header.b8ede8cccc74.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.qa {
    background: #F6FAFB url("/static/img/erv5/headers/qa-header.11a96e9e8268.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.tristan {
    background: #F6FAFB url("/static/img/erv5/headers/tristan-header.61460480b70a.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.productividad {
    background: #F6FAFB url("/static/img/erv5/headers/productividad-personal-header.a664400dfaa4.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.envio-newsletter {
    background: #F6FAFB url("/static/img/erv5/headers/envio-newsletter-header.5b15ad1d8ada.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.descubre {
    background: #F6FAFB url("/static/img/erv5/headers/descubre-header.e561dac057b7.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.beneficios {
    background: #F6FAFB url("/static/img/erv5/headers/beneficios-header.57dca1294a31.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.mailtester {
    background: #F6FAFB url("/static/img/erv5/headers/mailtester-header.e764887a9b5e.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.gdpr {
    background: #F6FAFB url("/static/img/erv5/headers/gdpr-header.4ec7e9c7d417.svg") no-repeat;
    background-position: top right;
  }
  
  .ilustration-header.sms-desde-pc {
    background: #F6FAFB url("/static/img/erv5/headers/sms-desde-pc-header.49a163a89dec.svg") no-repeat;
    background-position: top right;
  }
  
  .ilustration-header.blackfriday-emailmarketing{
    background: #F6FAFB url("/static/img/erv5/headers/blackfriday-emailmarketing-header.5419f72f9aec.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.cumplimiento-gdpr{
    background: #F6FAFB url("/static/img/erv5/headers/gdpr2-header.6164cfdebc50.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.shopify {
    background: #F6FAFB url("/static/img/erv5/headers/shopify-header.56fdd551a6ac.svg") no-repeat;
    background-position: top right;
  }
  
  .ilustration-header.enviar-correo-masivo {
    background: #F6FAFB url("/static/img/erv5/headers/enviar-correo-masivo-header.fc203c3d019f.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.crea-landings {
    background: #F6FAFB url("/static/img/erv5/headers/crea-landings-header.707cfe1ca339.svg") no-repeat;
    background-position: top right;
  }
  .ilustration-header.ecommerce {
    background: #F6FAFB url("/static/img/erv5/headers/email-marketing-ecommerce.4b429bd34b1b.svg") no-repeat;
    background-position: top right;
  }
  /*********************************** FIN ILUSTRATION SECTION HEADER **********************************/
  
  /*************************************** AM CARROUSEL COMPONENT **************************************/
  .am-carrousel .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 0px;
      display: inline-block;
      margin-top: 20px;
      position: relative;
  }
  .am-carrousel h2 {
      margin-bottom: 16px;
      line-height: 24px;
      font-size: 18px;
      font-weight: 600;
      color: #002851;
      font-family: 'Open Sans', sans-serif;
  }
  .am-carrousel h3 {
      font-size: 14px;
      font-weight: 400;
      color: #657390;
      line-height: 18px;
  }
  .am-carrousel a {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      color: #FFF;
  }
  .am-carrousel a:hover,
  .am-carrousel a:focus {
      color: #FFF;
  }
  /************************************* FIN AM CARROUSEL COMPONENT ************************************/
  
  /**************************************** ZINDEX SECTION HEADER **************************************/
  .zindex-ilustration-section .zindex-ilustration-content {
      z-index: 1002;
      position: relative;
  }
  .zindex-ilustration-section .zindex-ilustration-image {
      top: 0;
      bottom: 0;
      position: absolute;
  }
  .zindex-ilustration-section .zindex-ilustration-image img {
      position: absolute;
      top: -40px;
      z-index: 1001;
      right: 0;
  }
  /************************************** FIN ZINDEX SECTION HEADER ************************************/
  
  /********************************************* RANGE SLIDER ******************************************/
  .am-range-slider .ui-slider-track {
    position: relative;
    overflow: visible;
    height: 4px;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .am-range-slider .ui-slider-bg {
    height: 4px;
    background-color: #0D72E8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
  }
  .am-range-slider input.ui-slider-input {
    display: none;
  }
  .ui-slider-track .ui-btn.ui-slider-handle {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-color: #412CE1;
    border: 2px solid #FFF;
    top: -5px;
    outline: 0;
    /*-webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;*/
  
  }
  .ui-slider-track .ui-btn.ui-slider-handle:before {
    content: "";
    border: 2px solid #412CE1;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .ui-loader {
    display: none;
  }
  .ui-slider-handle:hover:after{
      content: attr(data-title);
      display: none;
  }
  /* RANGE SLIDER WITH STEPS */
  .am-range-steps-slider.horizontal .range-slider-steps-values {
      padding: 0;
      width: 100%;
      display: table;
      list-style: none;
  }
  .am-range-steps-slider.horizontal .range-slider-steps-values li {
      display: table-cell;
      font-size: 15px;
      color: #657390;
      line-height: 24px;
      text-align: center;
  }
  .am-range-steps-slider.horizontal .range-slider-steps-values li:first-child {
      text-align: left;
  }
  .am-range-steps-slider.horizontal .range-slider-steps-values li:last-child {
      text-align: right;
  }
  .am-range-steps-slider.horizontal:after { /* to clearfix your ul list */
      content: "";
      display: table;
      clear: both;
  }
  
  .am-range-steps-slider .ui-slider-track .ui-btn.ui-slider-handle {
      margin-left: -6px;
      cursor: grab;
  }
  
  .am-range-steps-slider.nine-items .slider-tickmarks {
      width: 12.50%;
  }
  .am-range-steps-slider.nine-items .slider-tickmarks span {
    margin-left: -22px;
  }
  .am-range-steps-slider.eight-items .slider-tickmarks {
      width: 14.28571428571428571428%;
  }
  .am-range-steps-slider.eight-items .slider-tickmarks span {
    margin-left: -15px;
  }
  .am-range-steps-slider.six-items .slider-tickmarks {
      width: 20%;
  }
  .am-range-steps-slider.six-items .slider-tickmarks span {
    margin-left: -15px;
  }
  .am-range-steps-slider.seven-items .slider-tickmarks {
      width: 16.55%;
  }
  .am-range-steps-slider.seven-items .slider-tickmarks span {
      margin-left: -15px;
  }
  .am-range-steps-slider.ten-items .slider-tickmarks {
    width: 11.111%; 
  }
  .am-range-steps-slider.ten-items .slider-tickmarks span {
    margin-left: -15px;
  }  

  .slider-tickmarks {
      -webkit-box-sizing: border-box; 
      box-sizing: border-box;
      height: 100%;   
      float: left;
      border-right: 4px solid #F6FAFB;
  }
  .am-range-steps-slider.grey-mode .slider-tickmarks {
      border-right: 4px solid #FFF;
      background: #EFF4F7;
  }
  .slider-tickmarks.traversed,
  .am-range-steps-slider.grey-mode .slider-tickmarks.traversed {
      background-color: #412CE1;
  }
  .slider-tickmarks.active span {
      color: #002851;
      font-weight: 600;
  }

  .popup-first-time .slider-tickmarks span {
      position: relative;
      left: 100%;
      top: -32px;
      margin-left: -21px;
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      color: #657390;
  }
  #smtp-rangeslider .ui-slider-track > div.slider-tickmarks:first-child span {
      margin-left: 0px;
  }
  .ui-slider-track > div.slider-tickmarks:first-child {
      border-right: 0;
      width: 0;
  }
  .ui-slider-track > div.slider-tickmarks:first-child span {
      margin-left: 0px;
  }
  .ui-slider-track > div.slider-tickmarks:last-of-type {
      border-right: 0;
  }
  .ui-slider-track > div.slider-tickmarks:last-of-type span {
      margin-left: -16px;
  }
  
  /******************************************* FIN RANGE SLIDER ****************************************/
  
  /*********************************************** ICON BOX ********************************************/
  .icon-box {
    width: 64px;
    height: 64px;
  }
  .icon-box.w-48 {
    width: 48px;
    height: 48px;
  }
  .icon-box.w-56 {
    width: 56px;
    height: 56px;
  }
  .icon-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*********************************************** ICON BOX ********************************************/
  
  /*********************************************** COLLAPSE ********************************************/
  .collapse {
    display: none;
  }
  .collapse.show {
    display: block;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .am-accordion h3 {
      margin: 0;
  }
  .am-accordion li.accordion-card:not(:last-child)::after {
    content: "";
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
    opacity: 0.15;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .am-accordion li.accordion-card .collapse-card-header div.collapsed::after {
    background: url("/static/img/erv5/icons/icon-16-collapse-plus.d81a00ebf587.svg") no-repeat;
    top: 26px;
  }
  .am-accordion li.accordion-card .collapse-card-header div::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("/static/img/erv5/icons/icon-16-collapse-minus.97b6a44c61b2.svg") no-repeat;
    position: absolute;
    right: 0;
    top: 33px;
  }
  .am-accordion .collapse-card-header span.visible-sm.visible-xs {
    max-width: calc(100% - 26px);
  }
  .am-accordion .collapse-card-header div[data-toggle="collapse"] > h2 {
    margin: 0;
  }

  /* Collapse for tables */
  .collapse.am-responsive-table-row {
    display: none;
  }
  .collapse.show.am-responsive-table-row {
    display: table-row;
  }
  .collapse.show.am-responsive-table-row::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%);
    background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%);
    background: linear-gradient(to left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 );
    opacity: 0.16;
  }
  /********************************************* FIN COLLAPSE ******************************************/
  
  /******************************************** TABS COMPONENT *****************************************/
  .am-tabs-component .nav-tabs {
    box-shadow: inset 0 1px 3px 0 rgba(0,40,81,0.16);
  }
  .am-tabs-component .nav-tabs .nav-item.active .font-size-15 {
    color: #002851;
    font-weight: 600;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  .fade.show {
    opacity: 1;
  }
  .am-tabs-component .nav-tabs .active-box {
    position: absolute;
    height: 100%;
  }
  .am-tabs-component .nav-tabs .active-box::after {
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(7,26,46,0.12);
    border-radius: 8px;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 100%;
    left: -2px;
    z-index: 1;
  }
  /****************************************** FIN TABS COMPONENT ***************************************/
  
  /************************************************ LABELS *********************************************/
  .label {
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .label.bg-color-green-1 {
    border: 1px solid #0BB563;
  }
  .label.bg-color-lightblue-2 {
    border: 1px solid #0D72E8;
  }
  /********************************************** FIN LABELS *******************************************/
  
  /************************************************ SELECT *********************************************/
  .am-select select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-family: 'National 2', sans-serif;
    z-index: 1;
    position: relative;
  }
  .am-select select.height-40 {
    height: 40px;
  }
  .am-select.font-color-white-1 select {
    color: #FFFFFF;
  }
  *:focus { /* REMOVE CHROME,SAFARI BLUE LINE */
      outline: none;
  }
  @-moz-document url-prefix() { /* REMOVE FIREFOX DOTTED LINE */
      .am-select.language-selector select,
      .am-select.language-selector select:-moz-focusring {
         color: transparent !important;
         text-shadow: 0 0 0 #FFF !important;
         background-image: none !important;
         border:0;
      }
  }
  .am-select.bg-color-white-1 {
      background: transparent;
  }
  .am-select.bg-color-white-1 .am-select-container {
      background: #FFFFFF;
      border-radius: 4px;
  }
  .am-select.bg-color-white-1 select {
      background: #FFF;
  }
  
  
  .am-select.bg-color-white-1.bordered select {
    border: 1px solid #DFE2E5 !important;
  }
  .am-select.bg-color-white-1.boxshadowred select {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16) !important;
  }
  .am-select.bg-color-white-1.boxshadowred .am-select-container::after {
      z-index: 1 !important;
  }

  .error.am-select.bg-color-white-1.bordered select {
    border: 1px solid #FF2B2B !important
  }
  .am-select .message {
    font-family: "National 2 Narrow";
    font-size: 13px;
    position: absolute;
    color: #60737d;
    line-height: 20px;
    left: 0px;
    margin-top: 0px;
  }
  .am-select.am-select .message .error-text {
    color: #FF2B2B;
  }
  
  select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #61788F !important;
  }
  select.font-color-darkblue-1:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #002851 !important;
  }/*
  .am-select.bg-color-white-1.lightblue-arrow .am-select-container::before {
    content: "";
    width: 10px;
    height: 6px;
    background: url("/static/img/erv5/icons/icon-8-select-arrow-lightblue.e8536b50fcd7.svg") no-repeat;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
  .am-select.bg-color-white-1.grey-arrow .am-select-container::before {
    content: "";
    width: 10px;
    height: 6px;
    background: url("/static/img/erv5/icons/icon-8-select-arrow-grey.2f6ce608f75c.svg") no-repeat;
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
  }*/
  .am-select.disabled {
      cursor: not-allowed;
  }
  .am-select.disabled select {
      pointer-events: none;
      color: #AEB6C4;
  }
  /************************************************ SELECT *********************************************/
  
  /******************************************* SELECT VERSION 2 ****************************************/
  .am-select.version-2 {
  
  }
  /***************************************** FIN SELECT VERSION 2 **************************************/
  
  /******************************************* LANGUAGE SELECTOR ***************************************/
  .am-select.language-selector {
    border: 1px solid #3D567B;
  }
  .am-select.language-selector::before {
    content: "";
    width: 10px;
    height: 6px;
    background: url("/static/img/erv5/icons/icon-8-select-arrow-white.596a0db3f48a.svg") no-repeat;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
  /***************************************** FIN LANGUAGE SELECTOR *************************************/
  
  /************************************************ SUBBAR *********************************************/
  .subbar {
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .subbar li.active a {
    color: #002851;
    font-weight: 600;
  }
  /********************************************** FIN SUBBAR *******************************************/
  
  /********************************************** PAGINATION *******************************************/
  .am-pagination {
    overflow: hidden;
  }/*
  .am-pagination ul li {
    float: left;
    position: relative;
    left: 100%;
    top: -32px;
    margin-left: -21px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #657390;
}*/
.ui-slider-track > div.slider-tickmarks:first-child {
    border-right: 0;
    width: 0;
}
.ui-slider-track > div.slider-tickmarks:first-child span {
    margin-left: 0px;
}
.ui-slider-track > div.slider-tickmarks:last-of-type {
    border-right: 0;
}
.ui-slider-track > div.slider-tickmarks:last-of-type span {
    margin-left: -16px;
}

/******************************************* FIN RANGE SLIDER ****************************************/

/*********************************************** ICON BOX ********************************************/
.icon-box {
  width: 64px;
  height: 64px;
}
.icon-box.w-48 {
  width: 48px;
  height: 48px;
}
.icon-box.w-56 {
  width: 56px;
  height: 56px;
}
.icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*********************************************** ICON BOX ********************************************/

/*********************************************** COLLAPSE ********************************************/
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
.collapsed.disabled {
    display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.am-accordion h3 {
    margin: 0;
}
.am-accordion li.accordion-card:not(:last-child)::after {
  content: "";
  height: 1px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
  opacity: 0.15;
  display: block;
  position: absolute;
  bottom: 0;
}
.am-accordion li.accordion-card .collapse-card-header div.collapsed::after {
  background: url("/static/img/erv5/icons/icon-16-collapse-plus.d81a00ebf587.svg") no-repeat;
  top: 26px;
}
.am-accordion li.accordion-card .collapse-card-header div::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/static/img/erv5/icons/icon-16-collapse-minus.97b6a44c61b2.svg") no-repeat;
  position: absolute;
  right: 0;
  top: 33px;
}
.am-accordion .collapse-card-header span.visible-sm.visible-xs {
  max-width: calc(100% - 26px);
}
.am-accordion .collapse-card-header div[data-toggle="collapse"] > h2 {
  margin: 0;
}
/********************************************* FIN COLLAPSE ******************************************/

/******************************************** TABS COMPONENT *****************************************/
.am-tabs-component .nav-tabs {
  box-shadow: inset 0 1px 3px 0 rgba(0,40,81,0.16);
}
.am-tabs-component .nav-tabs .nav-item.active .font-size-15 {
  color: #002851;
  font-weight: 600;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.am-tabs-component .nav-tabs .active-box {
  position: absolute;
  height: 100%;
}
.am-tabs-component .nav-tabs .active-box::after {
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(7,26,46,0.12);
  border-radius: 8px;
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 100%;
  left: -2px;
  z-index: 1;
}
/****************************************** FIN TABS COMPONENT ***************************************/

/************************************************ LABELS *********************************************/
.label {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.label.bg-color-green-1 {
  border: 1px solid #0BB563;
}
.label.bg-color-lightblue-2 {
  border: 1px solid #0D72E8;
}
/********************************************** FIN LABELS *******************************************/

/************************************************ SELECT *********************************************/
.am-select select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 32px;
}
.am-select select.height-40 {
  height: 40px;
}
.am-select.font-color-white-1 select {
  color: #FFFFFF;
}
*:focus { /* REMOVE CHROME,SAFARI BLUE LINE */
    outline: none;
}
@-moz-document url-prefix() { /* REMOVE FIREFOX DOTTED LINE */
    .am-select.language-selector select,
    .am-select.language-selector select:-moz-focusring {
       color: transparent !important;
       text-shadow: 0 0 0 #FFF !important;
       background-image: none !important;
       border:0;
    }
}
.am-select.bg-color-white-1 {
    background: transparent;
}
.am-select.bg-color-white-1 select {
    background: #FFF;
}


.am-select.bg-color-white-1.bordered select {
  border: 1px solid #DFE2E5 !important;
  background: transparent;
}
.am-select.bg-color-white-1.boxshadowred select {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16) !important;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #61788F !important;
}
select.font-color-darkblue-1:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #002851 !important;
}
.am-select.bg-color-white-1.lightblue-arrow .am-select-container::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("/static/img/erv5/icons/icon-8-select-arrow-lightblue.e8536b50fcd7.svg") no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  z-index: 0;
}
.am-select.bg-color-white-1.grey-arrow .am-select-container::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("/static/img/erv5/icons/icon-8-select-arrow-grey.2f6ce608f75c.svg") no-repeat;
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  z-index: 1;
}
.am-select.disabled {
    cursor: not-allowed;
}
.am-select.disabled select {
    pointer-events: none;
    color: #AEB6C4;
}
/************************************************ SELECT *********************************************/

/******************************************* SELECT VERSION 2 ****************************************/
.am-select.version-2 {

}
/***************************************** FIN SELECT VERSION 2 **************************************/

/******************************************* LANGUAGE SELECTOR ***************************************/
.am-select.language-selector {
  border: 1px solid #3D567B;
}
.am-select.language-selector::before {
  content: "";
  width: 10px;
  height: 6px;
  background: url("/static/img/erv5/icons/icon-8-select-arrow-white.596a0db3f48a.svg") no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
}
/***************************************** FIN LANGUAGE SELECTOR *************************************/

/************************************************ SUBBAR *********************************************/
.subbar {
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
}
.subbar li.active a {
  color: #002851;
  font-weight: 600;
}
/********************************************** FIN SUBBAR *******************************************/

/********************************************** PAGINATION *******************************************/
.am-pagination {
    overflow: hidden;
  }
  .am-pagination ul li {
    float: left;
    position: relative;
  }
  .am-pagination ul li a {
    min-width: 32px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .am-pagination ul li.active a {
    color: #000;
  }
  .am-pagination ul li.active a:hover,
  .am-pagination ul li.active a:focus {
    color: #000;
    cursor: default;
  }
  .am-pagination ul li.active::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .am-pagination ul li.last-pagination-child,
  .am-pagination ul li.first-pagination-child {
    background: url("/static/img/erv5/icons/icon-16-pagination-arrow.1c0843bae9d3.svg") no-repeat;
    background-position: 8px;
  }
  .am-pagination ul li.first-pagination-child {
    transform: rotate(180deg);
  }
  /******************************************** FIN PAGINATION *****************************************/

  /*************************************** INPUTS AND INPUTS GROUPS ************************************/
  .am-input-group {
    border: 1px solid #DFE2E5;
  }
  .am-input-group li::after {
    content: "";
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%);
    background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%);
    background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 );
    opacity: 0.15;
    display: block;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
  }
  .am-input-group li:last-child::after {
    content: none;
  }
  .am-input input {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      font-family: 'National 2', sans-serif;
  }
  .am-input input[type="text"],
  .am-input input[type="password"],
  .am-input input[type="email"],
  .am-input input[type="url"],
  .am-input input[type="number"] {
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px white inset; /* Remove auto complete background color in Chrome */
    /*background: transparent;*/
  }
  .am-input input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
  }
  .am-input.height-40 input[type="text"],
  .am-input.height-40 input[type="password"],
  .am-input.height-40 input[type="email"],
  .am-input.height-40 input[type="url"] {
    height: 40px;
  }
  .am-input.height-48 input[type="text"],
  .am-input.height-48 input[type="password"],
  .am-input.height-48 input[type="email"],
  .am-input.height-48 input[type="url"],
  .am-input.height-48 input[type="number"] {
    height: 48px;
  }
  .am-input input[type="text"].height-48,
  .am-input input[type="password"].height-48,
  .am-input input[type="email"].height-48,
  .am-input input[type="url"].height-48,
  .am-input input[type="number"].height-48 {
    height: 48px;
  }
  .am-input input::-webkit-input-placeholder  { color: #657390;opacity: 1 }
  .am-input input::-moz-placeholder   { color: #657390; opacity: 1; }
  .am-input input:-moz-placeholder   { color: #657390; opacity: 1; }
  
  .am-input input:focus::-webkit-input-placeholder  {color:transparent;}
  .am-input input:focus::-moz-placeholder   {color:transparent;}
  .am-input input:-moz-placeholder   {color:transparent;}
  
  .am-textarea textarea::-webkit-input-placeholder  { color: #657390 !important;opacity: 1 }
  .am-textarea textarea::-moz-placeholder   { color: #657390 !important; opacity: 1; }
  .am-textarea textarea:-moz-placeholder   { color: #657390 !important; opacity: 1; }
  
  .am-textarea textarea:focus::-webkit-input-placeholder  {color:transparent !important;}
  .am-textarea textarea:focus::-moz-placeholder   {color:transparent !important;}
  .am-textarea textarea:-moz-placeholder   {color:transparent !important;}
  
  .am-textarea textarea {
    border: none;
    font-family: inherit;
  }
  .am-textarea textarea[readonly] {
    cursor: default;
  }
  .am-input input.bg-color-white-1.bordered,
  .am-textarea textarea.bg-color-white-1.bordered {
    border: 1px solid #DFE2E5;
  }
  .am-textarea.disabled {
    cursor: not-allowed;
  }
  .am-textarea.disabled textarea {
    pointer-events: none;
    color: #AEB6C4
  }
  .am-textarea .counter {
    bottom: 8px;
    top: auto !important;
  }
  /*.am-input input.bg-color-white-1.bordered:focus,
  .am-textarea textarea.bg-color-white-1.bordered:focus {
    border: 1px solid #0D72E8;
  }
  .am-input input.bg-color-white-1.bordered.error,
  .am-textarea textarea.bg-color-white-1.bordered.error {
    border: 1px solid #D1192F;
  }*/
  .am-input input[readonly] {
    cursor: default;
  }
  .am-input input[readonly].cursor-pointer {
    cursor: pointer;
  }
  .am-input.disabled {
    cursor: not-allowed;
  }
  .am-input.disabled input {
    pointer-events: none;
    color: #AEB6C4
  }
  .am-input-group li:first-child .am-input input.error {
    -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;
  }
  .am-input-group li:last-child .am-input input.error {
    -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;
  }
  .am-input.error input,
  .am-input input.error,
  .am-textarea textarea.error,
  .am-textarea.error textarea,
  .am-select.error .select2 .selection .select2-selection {
    border: 1px solid #D1192F !important;
  }
  
  input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
  }
  .am-input[start-label]::after,
  .am-input[start-label]::before {
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      color: #657390;
      position: absolute;
      pointer-events: none;
      top: calc(50% - 9px);
  }
  .am-input[start-label]::before {
      content: "" attr(start-label) "";
      left: 4px;
  }
  .am-input[end-label]::after {
      content: "" attr(end-label) "";
      right: 4px;
  }
  /************************************* FIN INPUTS AND INPUTS GROUPS **********************************/

  /*********************************** AM INPUT - COLOR PICKER VERSION *********************************/
  .am-input.colorpicker {

  }
  .am-input.colorpicker .pickr {
      position: absolute;
      left: 16px;
      top: 10px;
  }
  .am-input.colorpicker .pcr-button {
    width: 20px;
    height: 20px;
  }
  .am-input.colorpicker .pcr-button::after {
    /*border-radius: 500px;*/
  }
  /********************************* FIN AM INPUT - COLOR PICKER VERSION *******************************/
  
  /************************************************ POPUPS *********************************************/
  .am-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10001;
  }
  .am-popup.active {
    opacity: 1;
    visibility: visible;
  }
  .am-popup.active.show .am-popup-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
  .am-popup .am-popup-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 80px));
    -ms-transform: translate(-50%, calc(-50% - 80px));
    -webkit-transform: translate(-50%, calc(-50% - 80px));
    width: 100%;
    /*max-height: 80vh;*/
    max-height: 100vh;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*overflow-y: auto;
    overflow-x: hidden;*/
    box-shadow: 0 10px 20px 0 rgba(0,40,81,0.24);
  }
  .am-popup .am-popup-content.scrollable {
    overflow-y: auto;
    overflow-x: hidden;/* OJO */
  }
  .am-popup .am-popup-close {
    z-index: 1002;
    position: relative;
  }
  .am-popup .am-popup-icon-close {
      margin-top: 0px;
  }
  .am-popup .am-popup-overlay {
    background-color: rgba(0,40,81,0.48);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .am-popup.disabled {
      cursor: not-allowed;
  }
  .am-popup.disabled .am-popup-overlay,
  .am-popup.disabled .am-popup-icon-close {
      pointer-events: none;
  }
  .am-popup .am-popup-close {
    position: absolute;
    right: -20px;
    top: -20px;
    transform: rotate(45deg);
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("/static/img/erv5/icons/icon-16-close-white.dcacfc4a33d0.svg");
  }
  .recover-password {
    top: 11px;
    right: 10px;
  }
  .am-popup.small .am-popup-content,
  .jconfirm-box-container.small {
    max-width: 380px;
    min-width: 360px;
  }
  .am-popup.small-medium .am-popup-content {
    max-width: 480px;
    min-width: 480px;
  }
  .am-popup.medium .am-popup-content {
    max-width: 600px;
    min-width: 600px;
  }
  .am-popup.medium-default .am-popup-content {
    max-width: 780px;
    min-width: 780px;
  }
  .am-popup.default .am-popup-content {
    /*max-width: 64vw;
    min-width: 1080px;*/
    max-width: 72vw;
    min-width: 1200px;
  }
  .am-popup.big .am-popup-content {
    min-width: 80vw;
    max-width: 80vw;
  }
  .iframe-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
  }
  .iframe-container iframe {
    position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .relative-popup .am-popup-content {
    position: relative;
  }
  
  /* MODIFICACIONES FIXED HEADER POPUP */
  /*.am-popup .am-popup-content.scrollable.fixed-header {
      height: auto;
      overflow: hidden;
      min-height: calc(100% - 328px);
  }*/
  /*.am-popup.fixed-header .am-popup-content.scrollable {
      height: auto;
  }
  .am-popup .am-popup-content.fixed-header > div.bg-color-white-1 {
      position: absolute;
      max-height: calc(100% - 80px);
      height: auto !important;
      width: 100%;
      overflow-y: auto;
  }*/
  .am-popup .am-popup-content.fixed-header > div.divider {
      z-index: 1;
  }
  .am-popup .am-popup-header {
  
  }
  .am-popup .am-popup-body {
      overflow-y: auto;
      overflow-x: hidden;
      height: 100%;
      position: relative;
      display: inline-block;
      max-height: 96vh;
      width: 100%;
  }
  .am-popup .am-popup-body .am-popup-video-content {
      height: 34vh;
  }
  .am-popup.video-widget .am-popup-body {
      overflow-y: hidden;
  }
  .am-popup.fixed-header.fixed-footer .am-popup-body {
      max-height: calc(96vh - 162px);
  }
  .am-popup.fixed-header .am-popup-body,
  .am-popup.fixed-footer .am-popup-body {
      max-height: calc(96vh - 81px);
  }
  /********************************************** FIN POPUPS *******************************************/
  
  /*********************************************** CHECKBOX ********************************************/
  .am-checkbox input[type=checkbox] {
    display:none;
  }
  .am-checkbox label {
    cursor: pointer;
    display: inline-block;
    max-height: 96vh;
    width: 100%;
}
.am-popup .am-popup-body .am-popup-video-content {
    height: 34vh;
}
.am-popup.video-widget .am-popup-body {
    overflow-y: hidden;
}
.am-popup.fixed-header.fixed-footer .am-popup-body {
    max-height: calc(96vh - 162px);
}
.am-popup.fixed-header .am-popup-body,
.am-popup.fixed-footer .am-popup-body {
    
}
#preview-template-popup .am-popup-body,
#preview-theme-popup .am-popup-body {
    height: calc(96vh - 81px);
    overflow: hidden;
}
/********************************************** FIN POPUPS *******************************************/

/*********************************************** CHECKBOX ********************************************/
.am-checkbox input[type=checkbox] {
  display:none;
}
.am-checkbox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 34px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.am-checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -2px;
}
.am-checkbox label:before {
	background: url("/static/img/erv5/icons/icon-24-checkbox-inactive.bd63ac580d0a.svg") left center no-repeat;
  margin-top: -2px;
}
.am-checkbox input[type=checkbox]:checked + label:before {
  background: url("/static/img/erv5/icons/icon-24-checkbox-active.de411cb22daf.svg") left center no-repeat;
}
/********************************************* FIN CHECKBOX ******************************************/

/************************************************ AM TABLE *******************************************/
.am-table li {
    min-height: 80px;
}
/********************************************** FIN AM TABLE *****************************************/

/****************************************** AM RESPONSIVE TABLE **************************************/
.am-responsive-table-wrapper {
  overflow-x: auto;
}
.am-responsive-table {
  display: table;
  width: 100%;
  padding: 0;
  position: relative;
}
.am-responsive-table.layout-fixed {
    table-layout: fixed;
}
.am-responsive-table.width-auto {
  width: auto;
}
.am-responsive-table-row {
  display: table-row;
}
.am-responsive-table-header {
  display: table-row;
}
.am-responsive-table-header::after {
  content: "" attr(title) "";
  position: absolute;
}
.am-responsive-table-header.padding-left-16.padding-right-16::after {
  left: 16px;
  top: 16px;
}
/* DIVIDERS DENTRO DE TABLAS */
.am-responsive-table .divider.gradient-1 {
  display: table-row;
  /*background: transparent;*/
  background: #FFFFFF;
}
.am-responsive-table .divider.inverse.gradient-1::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
  transform: rotate(180deg);
}
.am-responsive-table .divider.gradient-1::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(right, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
}
/*
_:-webkit-full-screen:not(:root:root), .am-responsive-table .divider.inverse.gradient-1::after {
  top: initial;
}*/
.am-responsive-table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* Modificación para overflows en tablas */
.am-responsive-table-cell .overflow-ellipsis {
  white-space: normal;
  /*word-break: break-all;*/ /* OJO CON EL RESTO DE TABLAS */
}
.am-responsive-table-cell .truncate-css {
    max-width: 320px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.am-responsive-table.border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:first-child {
  -webkit-border-radius: 0px 0px 0px 4px;
  -moz-border-radius: 0px 0px 0px 4px;
  -ms-border-radius: 0px 0px 0px 4px;
  -o-border-radius: 0px 0px 0px 4px;
  border-radius: 0px 0px 0px 4px;
}
.am-responsive-table.border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:last-child {
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  -ms-border-radius: 0px 0px 4px 0px;
  -o-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
}
.border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:first-child {
  -webkit-border-radius: 0px 0px 0px 4px;
  -moz-border-radius: 0px 0px 0px 4px;
  -ms-border-radius: 0px 0px 0px 4px;
  -o-border-radius: 0px 0px 0px 4px;
  border-radius: 0px 0px 0px 4px;
}
.border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:last-child {
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  -ms-border-radius: 0px 0px 4px 0px;
  -o-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
}

.am-responsive-table .font-size-11.font-weight-600.line-height-18.font-color-grey-3.font-uppercase.pull-left.cursor-pointer {
    font-family: "National 2 Narrow";
    font-weight: 600 !important;
    color: #000;
}
.box .am-responsive-table li:last-child .am-responsive-table-cell:last-child,
.box .am-responsive-table li:last-child .am-responsive-table-cell:first-child {
    background: transparent;
}
.box .bg-color-grey-1 {
    background: transparent;
}

/* PADDING MODIFICATIONS */
.am-responsive-table .am-responsive-table-row > div:not(:first-child):not(:last-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.am-responsive-table .am-responsive-table-row > div:first-child {
    padding-right: 8px !important;
}
.am-responsive-table .am-responsive-table-row > div:last-child {
    padding-left: 8px !important;
}
/**************************************** FIN AM RESPONSIVE TABLE ************************************/

/************************************************ HEIGHTS ********************************************/
.height-224 {
    height: 224px;
}
.height-320 {
  height: 320px;
}
.height-560 {
  height: 560px;
}
/********************************************** FIN HEIGHTS ******************************************/

/********************************************** STICKY HELP ******************************************/
.sticky-help {
  background-color: #0D72E8;
  bottom: 136px;
  cursor: pointer;
  padding: 4px 20px;
  position: fixed;
  right: -28px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  transform: rotate(-90deg);
}
.sticky-help:hover {
  background-color: #398bec;
}
/******************************************** FIN STICKY HELP ****************************************/

/****************************************** CARROUSEL CLIENTES ***************************************/
.clients-carousel {
  max-width: 100%;
  max-height: 38px;
}
.am-carousel-arrows-container {
  margin: 0 auto;
  display: block;
  width: 64px;
}
.am-carousel-arrows-container .slick-prev,
.am-carousel-arrows-container .slick-next {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  float: left;
}
.am-carousel-arrows-container .slick-prev::before,
.am-carousel-arrows-container .slick-next::before {
  content: "";
  background: url("/static/img/erv5/icons/icon-16-pagination-arrow.1c0843bae9d3.svg") no-repeat;
  background-position: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.am-carousel-arrows-container .slick-prev::before {
  transform: rotate(180deg);
}
.am-carousel-arrows-container .slick-next {
    position: relative;
    padding-left: 34px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .am-checkbox label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -2px;
  }
  .am-checkbox label:before {
      background: url("/static/img/erv5/icons/icon-24-checkbox-inactive.bd63ac580d0a.svg") left center no-repeat;
    margin-top: -2px;
  }
  .am-checkbox input[type=checkbox]:checked + label:before {
    background: url("/static/img/erv5/icons/icon-24-checkbox-active.de411cb22daf.svg") left center no-repeat;
  }
  /********************************************* FIN CHECKBOX ******************************************/
  
  /************************************************ AM TABLE *******************************************/
  .am-table li {
      min-height: 80px;
  }
  /********************************************** FIN AM TABLE *****************************************/
  
  /****************************************** AM RESPONSIVE TABLE **************************************/

.am-responsive-table > li:first-child .am-responsive-table-cell a {
    display: inline-flex;
    float: none;
}

  .am-responsive-table-wrapper {
    overflow-x: auto;
  }
  .am-responsive-table {
    display: table;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .am-responsive-table.layout-fixed {
      table-layout: fixed;
  }
  .am-responsive-table.width-auto {
    width: auto;
  }
  .am-responsive-table-row {
    display: table-row;
  }
  .am-responsive-table-header {
    display: table-row;
  }
  .am-responsive-table-header::after {
    content: "" attr(title) "";
    position: absolute;
  }
  .am-responsive-table-header.padding-left-16.padding-right-16::after {
    left: 16px;
    top: 16px;
  }
  /* DIVIDERS DENTRO DE TABLAS */
  .am-responsive-table .divider.gradient-1 {
    display: table-row;
    /*background: transparent;*/
    background: #FFFFFF;
  }
  .am-responsive-table .divider.inverse.gradient-1::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
    transform: rotate(180deg);
  }
  .am-responsive-table .divider.gradient-1::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(right, rgba(124,144,163,0) 0%, rgba(124,144,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(124,144,163,0) 0%,rgba(124,144,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c90a3', endColorstr='#7c90a3',GradientType=1 ); /* IE6- */
  }
  /*
  _:-webkit-full-screen:not(:root:root), .am-responsive-table .divider.inverse.gradient-1::after {
    top: initial;
  }*/
  .am-responsive-table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  /* Modificación para overflows en tablas */
  .am-responsive-table-cell .overflow-ellipsis {
    white-space: normal;
    /*word-break: break-all;*/ /* OJO CON EL RESTO DE TABLAS */
  }
  .am-responsive-table.border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:first-child {
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    -o-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
  }
  .am-responsive-table.border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:last-child {
    -webkit-border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
    -ms-border-radius: 0px 0px 4px 0px;
    -o-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
  }
  .border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:first-child {
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    -o-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
  }
  .border-radius-04 li.am-responsive-table-row:last-child .am-responsive-table-cell:last-child {
    -webkit-border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
    -ms-border-radius: 0px 0px 4px 0px;
    -o-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
  }
  /**************************************** FIN AM RESPONSIVE TABLE ************************************/
  
  /************************************************ HEIGHTS ********************************************/
  .height-224 {
      height: 224px;
  }
  .height-320 {
    height: 320px;
  }
  .height-560 {
    height: 560px;
  }
  /********************************************** FIN HEIGHTS ******************************************/
  
  /********************************************** STICKY HELP ******************************************/
  .sticky-help {
    background-color: #0D72E8;
    bottom: 136px;
    cursor: pointer;
    padding: 4px 20px;
    position: fixed;
    right: -28px;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      -o-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
    transform: rotate(-90deg);
  }
  .sticky-help:hover {
    background-color: #398bec;
  }
  /******************************************** FIN STICKY HELP ****************************************/
  
  /****************************************** CARROUSEL CLIENTES ***************************************/
  .clients-carousel {
    max-width: 100%;
    max-height: 38px;
  }
  .am-carousel-arrows-container {
    margin: 0 auto;
    display: block;
    width: 64px;
  }
  .am-carousel-arrows-container .slick-prev,
  .am-carousel-arrows-container .slick-next {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    float: left;
  }
  .am-carousel-arrows-container .slick-prev::before,
  .am-carousel-arrows-container .slick-next::before {
    content: "";
    background: url("/static/img/erv5/icons/icon-16-pagination-arrow.1c0843bae9d3.svg") no-repeat;
    background-position: 8px;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
  }
  .am-carousel-arrows-container .slick-prev::before {
    transform: rotate(180deg);
  }
  .am-carousel-arrows-container .slick-next {
  
  }
  /**************************************** FIN CARROUSEL CLIENTES *************************************/
  
  /****************************************** TESTIMONIAL CARDS ****************************************/
  .testimonies-carousel {
    overflow: visible;
    max-width: 100%;
  }
  .testimony-card {
    margin-bottom: 56px;
  }
  .testimony-card img {
    max-width: 72px;
    left: 16px;
    bottom: 16px;
  }
  .testimony-card .title {
    left: 104px;
    bottom: 32px;
  }
  .testimony-card .subtitle {
    left: 104px;
    bottom: 8px;
  }
  .testimonies-carousel .slick-list {
    overflow: visible;
  }
  @media (min-width: 1920px), (min-width: 1200px) and (max-width: 1919px) {
    .testimonies-carousel-section::before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 14%;
      bottom: 0;
      background: #F6FAFB;
      left: 0;
      z-index: 1;
    }
    .testimonies-carousel-section::after {
      content: "";
      display: block;
      position: absolute;
      width: 14%;
      height: 100%;
      bottom: 0;
      right: 0;
      background: rgba(255,255,255,0);
      background: -moz-linear-gradient(left, rgba(246,250,251,0) 0%, rgba(246,250,251,0.50) 50%, rgba(246,255,251,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,250,255,0)), color-stop(50%, rgba(246,250,251,0.50)), color-stop(100%, rgba(246,250,251,1)));
      background: -webkit-linear-gradient(left, rgba(246,250,251,0) 0%, rgba(246,250,251,0.50) 50%, rgba(246,250,251,1) 100%);
      background: -o-linear-gradient(left, rgba(246,250,251,0) 0%, rgba(246,250,251,0.50) 50%, rgba(246,250,251,1) 100%);
      background: -ms-linear-gradient(left, rgba(246,250,251,0) 0%, rgba(246,250,251,0.50) 50%, rgba(246,250,251,1) 100%);
      background: linear-gradient(to right, rgba(246,250,251,0) 0%, rgba(246,250,251,0.50) 50%, rgba(246,250,251,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
      z-index: 1;
    }
  }
  .testimonies-legend {
    position: absolute;
    bottom: -72px;
    width: 100%;
  }
  /**************************************** FIN TESTIMONIAL CARDS **************************************/
  
  /*********************************************** FIXED GRID ******************************************/
  .new-container {
    display: grid;
    grid-template-columns: 100px 200px;
    grid-template-rows: 100px 50px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  /********************************************* FIN FIXED GRID ****************************************/
  
  /*************************** REGISTER BANNER AND ACUMBA FORM REGISTER ********************************/
  .register-banner {
      background: #002052 url("/static/img/erv5/backgrounds/bg-footer-desktop.1524c8c8fd68.svg") no-repeat;
      background-size: 100%;
      background-position: 0 -70px;
  }
  /* Overrides forms */
  .register-banner [id^=form] {
      background: transparent !important;
  }
  .register-banner [id^=form] .clasic-form-content-acm {
      background: transparent;
      padding: 0;
  }
  .register-banner .text-form-acm.editable-object-acm.col-form-acm_1 p {
      color: #FFFFFF !important;
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
  }
  .register-banner .input-email-form-acm input[type="email"] {
      border: 0 !important;
  }
  .register-banner .button-submit-form-acm input[type="submit"] {
      padding-left: 20px;
      padding-right: 20px;
      justify-content: center;
      font-size: 16px;
      height: 48px;
      background-color: #0D72E8;
  }
  .register-banner .success-message p {
      color: #FFF !important;
  }
  /************************* FIN REGISTER BANNER AND ACUMBA FORM REGISTER ******************************/
  
  /**************************************** BAR CHART TOOLTIPS *****************************************/
  .am-barchart-tooltip {
      
  }
  /************************************** FIN BAR CHART TOOLTIPS ***************************************/
  
  /************************************ RESPONSIVE VIDEO COMPONENT *************************************/
  .am-video-responsive {
      position: relative;
      padding-bottom: 56.25%; /* 16/9 ratio */
      padding-top: 30px; /* IE6 workaround*/
      height: 0;
      overflow: hidden;
  }
      
  .am-video-responsive iframe,
  .am-video-responsive object,
  .am-video-responsive embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  /********************************** FIN RESPONSIVE VIDEO COMPONENT ***********************************/
  
  /*********************** AM RESPONSIVE TABLE - TABLE LAYOUT - STICKY HEADER **************************/
  .am-responsive-table.layout-fixed {
      table-layout: fixed;
  }
  table, th, td {
      border-collapse: collapse;
      vertical-align: middle;
  }
  .am-responsive-table tr {
      border-bottom: 1px solid #E3E8EC;
  }
  .floatThead-container {
      min-height: 390px;
      z-index: 999 !important;
  }
  /********************* FIN AM RESPONSIVE TABLE - TABLE LAYOUT - STICKY HEADER ************************/
  
  /*********************************** LINKS A DISABLED ************************************************/
  div.disabled {
      cursor: not-allowed;
  }
  div.disabled a {
      pointer-events: none;
  }
  /********************************* FIN LINKS A DISABLED **********************************************/


  /********************************* NEW SEARCHER COMPONENT ***********************************/
  .select-searcher {
    display: flex;
    align-items: center;
  }
  .select-searcher .am-select.bg-color-white-1.bordered select {
    border-right: none !important;
    border-radius: 3px 0px 0px 3px;
  }
  .select-searcher .am-input-search input {
    border-radius: 0px 3px 3px 0px;
  }
  /******************************* FIN NEW SEARCHER COMPONENT *********************************/

  /*************************** FIX SELECT DROPDOWN INSIDE POPUPS ******************************/
  .am-popup .am-select {
    overflow: visible !important;
  }
  .am-popup .am-select-container {
    overflow: visible !important;
    position: relative;
    z-index: 10001;
  }
  .am-popup .am-popup-body {
    overflow: visible !important;
  }
  .am-popup .am-popup-content.scrollable {
    overflow: auto !important;
    max-height: 64vh !important;
  }
  /* Mantener scroll solo en el contenido interno si es necesario */
  .am-popup .am-popup-content.scrollable > div {
    overflow-y: auto;
    max-height: calc(96vh - 81px);
  }
  /************************* FIN FIX SELECT DROPDOWN INSIDE POPUPS ****************************/
