html{background: #FFFFFF !important; } /*remove  gray BG*/
html body { font-family: var(--default-font-family),sans-serif !important;} /*normalize all site cont color TODO add color: var(--color-grey-800) !important; after lauch check for cookies banner font color and hero titles  */
p {font-family: var(--default-font-family),sans-serif !important; font-size:1rem; line-height: 1.5rem;  } /*normalize all site font color etc.  TODO: TODO add color: var(--color-grey-800) !important; after lauch check for cookies banner font color and hero titles  */
/*.bg-adt-gradient{background: #0f46bd; background: linear-gradient(90deg, rgba(15, 70, 189, 1) 0%, rgba(3, 28, 82, 1) 100%)} */
.layout-container > header .menu--main .menu-level-0 > .menu-item > a{letter-spacing: 0px;} /* remove menu font spacing */
.menu-item .menu-item--expanded .first-level > span {letter-spacing: 0;}/* remove menu font spacing */
.adt_m_stats_info{
  background: transparent url('https://www.verisure.mx/sites/mx/files/flmngr/widgets/m_stats.png') no-repeat center top !important;
}
.adt_m_stats_timer_content{
  background: transparent url('https://www.verisure.mx/sites/mx/files/flmngr/widgets/m_stats_info.png') no-repeat center top !important;
}
.stats_row .m_stats_info::before{
  width: 61px !important;
  height: 60px!important;
  background: #fff url('https://www.verisure.mx/sites/mx/files/flmngr/adt-logo.svg') no-repeat center center!important;
}
/* fix hero form home*/    
.ev-form__btn .ev-btn {font-size: 1.3rem;}
/* ul, ol List style ADT*/ 
.list-group-adt{padding-left:1rem;}
.list-group-adt li {list-style-type:disc; font-family: var(--default-font-family),sans-serif;}
ol.list-group-adt li {list-style-type:decimal;}

/* BTN oficial */
.btn-adt{display:flex;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;padding:.5rem 1rem;border-radius:50rem !important;user-select:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;color:#fff;background-color:var(--color-primary);font-size:.8rem;width:fit-content}.btn-adt::after{content:" ";display:inline-block;width:1.2rem;height:1.2rem;background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='1.5' fill='none'%3E%3Cpath d='M11.56 8.37l4.56 4.55-4.43 4.42' id='Fill-1'/%3E%3Ccircle cx='13' cy='13' r='11.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;margin-left:.5rem}.btn-adt:hover{text-decoration:none;color:#fff;background-color:var(--color-primary-dark)}