/* CSS DOCUMENT */

/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('topo.css');
@import url('sobre.css');
@import url('servicos.css');
@import url('projetos.css');
@import url('rodape.css');

@import url('whats.css');
@import url('janelas.css');

html, body{
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    top:0px !important;
}

a[href^=tel] { color: inherit; text-decoration: none; }

.fadeIn {
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	-o-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
}
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

a{
	text-decoration:none !important;
}

.botao-laranja{
    background-color: #f19700 !important;
    color: #fff !important;
    transition: 0.4s all !important;
    font-family: 'Poppins', sans-serif !important;
 }
 
 .botao-laranja:hover{
    background-color: #2b3990 !important;
 }

.conteudo{
	width: 85%;
	margin: auto;
}