/* 
CSS - Main - V1.0
*/  

/* Definições gerais */  
/* TAGS */  
html {
	color:#5A2C5F
}

body {
    background-color: #EBF1F3 !important;
	font-family: "Gotham-Light", "Open Sans", Arial, sans-serif;
    color:#562357
}

a {
    color:#f8a24a;
    background-color: white;
}
a:hover {
     color:red;
     background-color: white;
     font-weight: bold;
}

STRONG {
	font-family: "Gotham-Bold";
}

INPUT, SELECT {
	color:#5A2C5F;
}

del {
    background-color: #FFF;
    color: #AEAEAE
}

::placeholder,  .form-control::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5A2C5F;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5A2C5F;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #5A2C5F;
}

/* Estilos de texto 
// Padrão: .ct(custom)-ts(text style)-n(identificador) 
*/ 
.ct-ts-2 {
	font-family: "Gotham-Bold";
}
.ct-ts-4 {
	font-family: "Gotham-Bold";
}
.ct-ts-5 {
	font-family: "Gotham-Bold";
}
.ct-ts-6 {
	font-family: "Gotham-Bold"; 
    color:#562357;
}
.ct-ts-7 {
	font-family: "Gotham-Bold"; 
    color:#562357;
}
.ct-ts-8 {
	font-family: "Gotham-Bold"; 
}


/* Estilos de link
// Padrão: .ct(custom)-ls(link style)-n(identificador) 
*/ 

/* Estilos de BG
// Padrão: .ct(custom)-bg(link style)-n(identificador) 
*/ 

.ct-bg-2 {
	background-color: #562357;
}

.ct-bg-3 {
	background-color: #dce2e4;
}


/* Estilos de cor de fonte
// Padrão: .ct(custom)-fc(font color)-n(identificador) 
*/ 
.ct-fc-2 {
	color: #562357
}

/* Estilos de margem
// Padrão: .ct(custom)-idbootstrap(identificador bootstrap)-n(numero) 
*/ 

/* Estilos de margem
// Padrão: .ct(custom)-idbootstrap(identificador bootstrap)-n(numero) 
*/ 


/* Estilos de borda
// Padrão: .ct(custom)-idbootstrap(identificador bootstrap)-n(numero)  
*/ 


/* FIM Definições gerais FIM */  

/* BOXES */
#lp-header #appLogo {
    max-width: 50px;
    width: 2.77rem
}

#lp-outras-informacoes.logo-parceiro {
    max-width: 150px;
}

.text-kdoq-roxo {
	color: #612762
}

.text-kdoq-laranja {
	color: #f8a24a
}

.text-kdoq-azul {
	color: #28a8d3
}

