/*-----------------------------------------------------------------------------------

    Template Name: Appro HTML5 Template,
    Template URI: http://appro.intimissibd.com
    Description: This is html5 template
    Author: ThemeCTG
    Author URI: http://themectg.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    1. Google font
	2. Theme Default CSS (body, link color, section etc)   
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #303030;
}

.btn.focus,
.btn:focus,
.btn:hover,
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #2fccd0;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #606060;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#maps {
    width: 100%;
    height: 500px;
}
.navbar-brand {
    width: 150px;
    padding: 0px;
}
.navbar-brand img {
    width: 150px;
}
.titulo-servicos {
    margin-bottom: 12px;
    color: #004f92;
}
.linha-titulo {
    width: 100px;
    height: 2px;
    background-color: #ff8b15;
    margin: 0 auto;
    margin-bottom: 20px;
}
.md-icon span {
    color: #004f92;
}

.background-inicio {
    /* height: 100vh; */
    min-height: 600px;
    /*display: flex;
    align-items: center;
    justify-content: center; */   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.background-inicio img {
    max-width: 100%;
    height: auto;
}

.footer-maps {
    margin-top: -8px !important;
}

.descricao-sobre{
    margin-top: 12px;
}
.btn-orcamento {
    margin-top: 14px;
}

.card-servicos h5 {
    color: #004f92;
}

.md-icon i {
    color: #ff8b15;
}

.icon-fale-conosco {
    border: 1px solid #004f92;
    color: #004f92;
    font-size: 32px;
    height: 89px;
    width: 89px;
    line-height: 89px;
    border-radius: 100%;
    margin: 0 auto;
}
.box-contato p {
    font-size: 36px;
    color: #606060; 
    font-size: 1.1em;
    margin-top: 12px;
}

.navbar-menu {
    border-color: transparent !important;
}
.icons-social i {
    font-size: 1.25em; 
}
.titulo-duvidas {
    color: #004f92;
}
.titulo-projetos {
    color: #004f92;
}
.box-projetos img {
    max-width: 360px;
    width: 360px;
}
.texto-projetos {
    margin: 0px !important;
}
.titulo-orcamento {
    font-size: 1.85em;
}
.subtitulo-orcamento {
    font-size: 1.15em;
}
.mfp-ready {
    z-index: 9999999999999 !important;
}
.ul-arquivo {
    padding: 0px 26px;
}
.ul-enviar-contato {
    padding: 0px 26px;
}
.nome-arquivo-fatura {
    color: #004f92 !important;
}
.nome-arquivo-fatura span {
    color: #004f92 !important;
}
.ul-formulario {
    padding: 0px 26px;  
    text-align: left;
}
.ul-contato {
    min-height: 240px;
    height: 240px;
}
/* .input-contato {
    border-radius: 50px;
    margin-bottom: 16px;
    height: 42px;
    font-size: 0.85em;
    padding: 8px 26px;
    width: 100%;
} */
.input-contato {
    margin-bottom: 2px;
}
.slider-inicio h1 {
    font-size: 3.1em !important;
    color: #ffffff;
    margin-top: 88px;    
}
.slick-initialized .slick-slide {
    outline: none
}
.imagem-servico img {
    width: 26px;
    max-width: 26px;
    margin-bottom: 10px;
}

.btn.btn-arquivo.active:hover,
.btn.btn-arquivo {
    border: 1px solid #707070;
    border-radius: 100px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 98px;
    padding: 13px 30px;
    text-decoration: none;
    background: transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: 98px;
}

.btn.btn-arquivo.active,
.btn.btn-arquivo:hover,
.price-table.active .btn.btn-arquivo {
    background-color: #5e5e5e;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    outline: none;
}