/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://use.typekit.net/ffh2tch.css');

body {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}
h1, .atmc-h1 {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}

h2, .atmc-h2 {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}

h3, .atmc-h3 {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}

h4, .atmc-h4 {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}

h5, .atmc-h5 {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}

h6, .atmc-h6 {
  font-family: 'bebas-neue-pro', sans-serif; font-display: swap;
}


.atmc-container-xs {
    max-width: 800px !important;
}

  body .atmc-sitefooter_menu a:hover, 
  body .atmc-sitefooter_menu a:visited, 
  body .atmc-sitefooter_menu a:focus {
    color: rgb(255,255,255) !important;
  }

body .atmc-sitefooter_menu a:before {
    background-color: #fff !important;
}



@media (min-width: 992px) {
  li.hs-menu-item:hover a {
    color:rgb(239,112,103) !important;
 }

  /* Menu superior */
  .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a,.atmc-header_menu>.hs-menu-wrapper>ul>li>a 
  {
    font-size: 20px !important;
  }

  /* App Tablet b2b */
    .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li:last-child a,
    .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(1)>a:hover {
    color:#373a71 !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(1)>a:after {
    background-color:#373a71 !important;
  }
  
   /* eCommerce B2B: 1729b8 */
    .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li:last-child a,
    .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
    color:#1729b8 !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(2)>a:after {
    background-color:#1729b8 !important;
  }  
  
  /*eCommerce B2C: c3de58 */
    .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li:last-child a,
    .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(3)>a:hover {
    color:#c3de58 !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(3)>a:after {
    background-color:#c3de58 !important;
  }  
  
  /* Vídeo 360º: cb1886 */
    .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li:last-child a,
    .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(4)>a:hover {
    color:#cb1886 !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(4)>a:after {
    background-color:#cb1886 !important;
  }
  
    /*Integraciones: 444444 */
    .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li:last-child a,
    .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(5)>a:hover {
    color:#444444 !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(5)>a:after {
    background-color:#444444 !important;
  }
  
  /* Acceso clientes */
    .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li:last-child a,
    .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(6)>a {
    color:rgb(239,112,103) !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:nth-child(6)>a:after {
    background-color: rgb(239,112,103) !important;
  }
  
}


  /* iconos redes, hover y visited en blanco */
   .social-links *:hover, 
   .social-links *:hover *, 
  a.social-links__icon:hover,
  a.social-links__icon:hover *,
   .social-links *:visited, 
   .social-links *:visited *, 
  a.social-links__icon:visited,
  a.social-links__icon:visited *
  {
      color: #FFF !important;
  }