/*
Theme Name: DSIN
Author: DSIN
Description: Site desenvolvido responsivamente em HTML5, CSS3, JS.
Version: 1.0
Text Domain: dsin
*/

:root {
	font-size: 16px !important;
}

@media (min-width: 1282px) {
  :root {
    font-size: 97.5% !important;
  }
}

@media (max-width: 1281px) {
  :root {
    font-size: 85% !important;
  }
}

@media (max-width: 1025px) {
  :root {
    font-size: 93.75% !important;
  }
}

@media (max-width: 769px) {
  :root {
    font-size: 87.5% !important;
  }
}

@media (max-width: 641px) {
	:root {
    	font-size: 83.5% !important;
  	}
	
	#banner h1 {
		font-size: 4rem !important;
	}
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

button,
input,
select,
textarea,
optgroup,
option,
fieldset,
legend,
label,
summary {
    font-family: 'Montserrat', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
td,
var {
    font-family: 'Montserrat', sans-serif !important;
}

ul,
ol,
dd,
li {
    font-family: 'Montserrat', sans-serif !important;
}

div,
header,
footer,
nav,
section,
article,
aside,
main,
form,
details {
    font-family: 'Montserrat', sans-serif !important;
}

a {
    font-family: 'Montserrat', sans-serif !important;
}

table {
    font-family: 'Montserrat', sans-serif !important;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button {
    font-family: 'Montserrat', sans-serif !important;
}

#banner h1 {
    max-width: 550px;
}

.big-title {
	font-size: 3rem;
}

#solucoes .boxes .box .text h3 {
	font-size: 1.5rem;
}

#servicos p {
	font-size: 1.4rem;
}

#sistema p {
	font-size: 1.4rem;
}

#numeros p {
	font-size: 1.4rem;
}

#solucoes-interno h2 {
	font-size: 2.5rem !important;
}

#celulares-full img {
	width: 40%;
}

#celulares-full .box {
	width: 50%;
}

#box-itens h2.big-title {
	font-size: 2rem;
}