/*
Kleincode
Website Institucional
Desenvolvimento: Fernando Faisca
Data: 01/2020

Fontes:
	font-family: 'Ubuntu', sans-serif;
	
Cores:
	Azul 1: #0061A0;
	Azul 2: #0070cc;
	Preto 1: #FFFFFF;
*/

.link-hover-primary:hover {
	opacity: 0.7;
}
.bt-cor1 {
	border: .1rem solid #ffffff;
	border-radius: 1rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 5rem;
	padding: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: ease-in 0.1s;
	transition: ease-in 0.1s;
}
.bt-cor1:hover {
	background: #0061a0;
	border: .1rem solid #0061a0;
	color: #ffffff;
	font-weight: bold;
	line-height: 5rem;
	padding: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}
.bt-cor2 {
	border: .3rem solid #ffffff;
	border-radius: 4rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 4rem;
	padding: .7rem 1rem;
	-webkit-transition: ease-in 0.1s;
	transition: ease-in 0.1s;
}
.bt-cor2:hover {
	background: #000000;
	border: .3rem solid #000000;
	color: #ffffff;
	text-decoration: none;
}
.bt-cor3 {
	border: .3rem solid #000000;
	border-radius: 4rem;
	color: #000000;
	font-weight: bold;
	line-height: 4rem;
	padding: .7rem 1rem;
	-webkit-transition: ease-in 0.1s;
	transition: ease-in 0.1s;
}
.bt-cor3:hover {
	background: #0061a0;
	border: .3rem solid #0061a0;
	color: #ffffff;
	text-decoration: none;
}
.bt-cor4 {
	background: #ffffff;
	border: .2rem solid #0061a0;
	border-radius: 1rem;
	color: #0061a0;
	font-weight: bold;
	line-height: 1.2rem;
	padding: .7rem 1rem;
	-webkit-transition: ease-in 0.1s;
	transition: ease-in 0.1s;
	text-decoration: none;
}
.bt-cor4:hover {
	background: #0061a0;
	border: .3rem solid #0061a0;
	color: #ffffff;
	text-decoration: none;
}
.bt-cor_contato {
	border: .3rem solid #ffffff;
	border-radius: 4rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 4rem;
	padding: .7rem 1rem;
	-webkit-transition: ease-in 0.1s;
	transition: ease-in 0.1s;
}
.bt-cor_contato:hover {
	background: #00a7b5;
	border: .3rem solid #00a7b5;
	color: #ffffff;
	text-decoration: none;
}
*:not(i):not(.lg-icon):not(.badge) {
	font-family: "Barlow Semi Condensed", sans-serif !important;
}
.banner {
	background: url("../img/bg-topo.png") bottom no-repeat;
	width: 100%;
	height: 40rem;
	padding-top: 7rem !important;
	padding-left: 10rem !important;
}

.oque {
	padding-top: 1rem !important;
}

/* Diferenciais */

.diferenciais{
	text-align: center;
	margin-bottom: 10px;
}

.diferenciais img, .diferenciais h3{
	transition: .5s;
}

.diferenciais img {
	width: 30%;
	margin-bottom: 20px;
}

.diferenciais h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.diferenciais p {
	font-size: 18px;
	padding: 16px;
}

.diferenciais:hover > h3 {
	color: #0061a0;
}

/* Empresa */

.banner-emp {
	background: url("../img/banner-kleincode-logo-left.png") bottom no-repeat;
	width: 100%;
	height: 38rem;
	padding-top: 7rem !important;
	padding-left: 50rem !important;
}

/* Contato */


.contact{
    margin: 2em 1em;
}

.contact p{
    color: #003d52;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: bold;
}
/*
.contact ul{
    background-color: #004680;
    border-radius: 4px;
    font-size: 20px;
    color: white;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;    
    display: inline-block;
}

.contact ul:hover{    
    outline: 2px solid #0b171f;
    background-color: transparent;
    color: #0b171f;
}

.contact li {
	text-decoration: none;
}*/




@media screen and (max-width: 720px) {
	.titulo {
		font-size: 20pt !important;
	}
	.oque {
		padding: 15rem !important;
	}
	.divlogotipo {
		padding-left: 0 !important;	
	}
	.banner {
		height: 45rem;
		padding-top: 1rem !important;
		padding-left: 1rem !important;
	}

	.banner-emp {
		background: url("../img/banner-kleincode-logo-left1.png") bottom no-repeat;
		padding-top: 7rem !important;
		padding-left: .5rem !important;
	}
}
