/* 
CSS - DEVICE - MOBILE (até 576px) - V1.0
*/ 
/* TAGS */ 
html {
    font-size: 14px;
}
.form-control {
    font-size: 1.0rem;
}



/* Estilos de texto 
// Padrão: .ct(custom)-ts(text style)-n(identificador) 
*/ 
.ct-ts-4 {
    font-size: 1.31rem;
}

/* Definições gerais */  

#modalContato {
    font-size: 0.97rem;
}

/* SLIDE SHOW */ 
#lp-slide-show .titulo {
    font-size: 1.85rem;
    line-height: 2.22rem;
}
#lp-slide-show .texto {
    font-size: 1.0rem;  
}
#lp-slide-show.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 10px;
}

/* OPCOES DE IMAGEM SS */ 
#lp-slide-show .slide-show__img1 {
    display: none  !important
}
#lp-slide-show .slide-show__img2 {
    display: none  !important
}
#lp-slide-show .slide-show__img3 {
    display: block  !important
}

/* FUNCIONALIDADES */ 
#lp-funcionalidades-grid .titulo {
    font-size: 0.88rem;
}
#lp-funcionalidades-grid .nome {
    font-size: 0.78rem;
}