
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::ESTILOS GERAIS::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


body, h1, h2, p, ul, li, a {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #222;
    background: none;
    overflow-x: hidden;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.botao a {
    padding: 15px 60px;
    background-color: #FC8359;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition-duration: 0.1s;
    border-radius: 3px;
}

.botao a:hover {
    background-color: #F98D73;
    transition-duration: 0.1s;
    color: #fff;
}

.botao02 a {
    padding: 8px 20px;
    background-color: #FC8359;
    letter-spacing: 1px;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition-duration: 0.1s;
    border-radius: 3px;
}

.botao02 a:hover {
    background-color: #F98D73;
    transition-duration: 0.1s;
    color: #fff;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::PÁGINA INÍCIO:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.fundo {
	background: url('../img/pg-inicio/banner-inicio.jpg') no-repeat center fixed;
	width: 100%;
	background-size: cover;
	height: 580px;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - MENU - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.content-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.menu-geral {
    display: flex;
    width: 88%;
    height: 120px;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; /* Safari */
}

.logo img {
    max-width: 250px;
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

.logo-2 {
    display: none;
}

.menu-mobile {
    display: none;
}

.menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.menu ul li {
    padding: 10px 15px;
    display: inline-block;
    margin-top: 13px;
}

.menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 1px;
}

.menu ul li a:hover {
    color: #FC8359;
}

.alterdata-menu a {
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.alterdata-menu a:hover {
    border: 1px solid #FC8359;
    color: #fff;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - TEXTO INTRODUÇÃO - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.introducao-inicio {
    display: flex;
    justify-content: space-between;
    padding: 45px 0px;
    width: 88%; 
    margin: 0 auto;  
}

.texto-introducao-inicio {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.texto-introducao-inicio h1 {
    max-width: 600px;
    font-size: 2.3em;
    font-weight: 700;
    line-height: 37px;
    color: #fff;
}

.texto-introducao-inicio p {
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 25px;
    font-weight: 400;
    max-width: 600px;
    margin-bottom: 60px;
    color: #fff;
}

.info-introducao-inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 480px;
    margin-right: -115px;
    margin-left: 30px;
    padding: 0px 60px 30px 0px;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,1);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    transition: .3s;
    margin-top: 20px;
}

.info-introducao-inicio:hover {
    transition: .3s;
    margin-right: -100px;
}

.info-introducao-inicio h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    background-color: #273b54;
    border-radius: 3px;
    padding: 7px 25px;
    margin-top: -20px;
    margin-left: 50px;
    border: 3px solid #fff;
}

.form-home form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 45px;
}

.form-home label {
    margin: 10px 0;
}

.form-home input {
    width: 380px;
    border-radius: 3px;
    border: 1px solid #263A54;
    padding: 5px;
    outline: none;
}

.form-home textarea {
    width: 380px;
    outline: none;
    height: 90px;
    margin-top: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding-bottom: 35px;
    padding-left: 5px;
    border: 1px solid #263A54;
    margin-bottom: -3px;
}

.form-home button {
    width: 380px;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    margin-top: -30px;
    margin-bottom: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: transparent;
    border-bottom: 1px solid #273b54;
    border-left: 1px solid #273b54;
    border-right: 1px solid #273b54;
    color: #273b54;
    padding: 3px 0px 3px 0;
    transition-duration: .3s;
    z-index: 2;
}

.form-home button:hover {
    background-color: #273b54;
    color: #fff;
    font-weight: 300;
    transition-duration: .3s;
}

.info-introducao-inicio p {
    font-size: 0.9em;
    color: #3f3f3f;
    margin-bottom: 5px;
    margin-top: 40px;
    margin-left: 30px;
}

.numeros {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
    width: 250px;
    margin-left: 30px;
}

.numeros a {
    font-size: 1em;
    color: #273b54;
    font-weight: 600;
}

.responsivo-celular {
    display: none;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - OFERTA - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.oferta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #273b54;
    height: 70px;
}

.oferta img {
    max-width: 20px;
    max-height: 20px;
    margin: 10px;
}

.oferta h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    margin-right: 20px;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - SERVIÇOS - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.servicos-inicio {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; 
    padding: 80px 0px 110px 0px;
}

.descricao-servicos-inicio h2 {
    text-align: center;
    color: #263A54;
    font-size: 1.7em;
    margin-bottom: 5px;
}

.descricao-servicos-inicio p {
    color: #263A54;
    font-size: 1.3em;
    text-align: center;
    max-width: 650px;
}

.box-servicos-inicio {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; 
    padding: 60px 0px 50px 0px;
}

.box-servico-1 a {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center; 
    padding: 30px 50px;
    margin: 17px;
    border: 2px solid #263A54;
    border-radius: 3px;
    transition: .3s;
}

.box-servico-1 a:hover {
    transition: .3s;
    cursor: pointer;
    transform: translateY(5px);
}

.box-servico-1 a:hover .imagem-servico {
    transition: .3s;
    border: 2px solid #FC8359;
}

.imagem-servico {
    padding: 15px;
    border-radius: 50px;
    border: 2px solid #263A54;
    margin-top: -70px;
    background: #fff;
    border-radius: 50px;
}

.imagem-servico img {
    max-width: 45px;
    max-height: 45px;
}

.box-servico-1 p {
    font-size: 1.1em;
    text-align: center;
    margin-top: 17px;
    letter-spacing: 0.3px;
    width: 160px;
    color: #263A54;
    font-weight: 700;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - MID BANNERS - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.dados-complementares  {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: url('../img/pg-inicio/banner-inicio.jpg') fixed;
    background-size: cover;
    height: 320px;
    max-width: 100%;
}

.blocos-complementares {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.bloco-1-complementar {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

.bloco-1-complementar h4 {
    color: #fff;
    font-size: 2.4em;
    margin-bottom: 5px;
    margin-top: -15px;
    text-align: center;
}

.bloco-1-complementar p {
    color: #fff;
    font-size: 1.3em;
    margin-top: 10px;
    text-align: center;
}

.bloco-1-complementar hr {
    height: 2px;
    width: 20px;
    color: #fff;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - DEPOIMENTOS - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.depoimentos {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
}

.titulo-depoimentos {
    padding: 65px 0px 50px 0px;
}

.titulo-depoimentos h3 {
    font-size: 1.4em;
    text-align: center;
    color: #263A54;
    font-weight: 500;
    margin-bottom: 5px;
}

.titulo-depoimentos p {
    font-size: 1.7em;
    text-align: center;
    color: #263A54;
    max-width: 700px;
    font-weight: 700;
}

.content-depoimentos {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.foto-depoimento img {
    max-width: 135px;
    border-radius: 80px;
    margin-right: 40px;
    margin-top: -17px;
}

.depoimento-texto p {
    font-size: 1.2em;
    color: #263A54;
    max-width: 600px;
    margin-bottom: -12px;
}

.depoimento-texto h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #263A54;
}

.botao-depoimentos button {
    border: 2px solid #263A54;
    background-color: #fff;
    color: #263A54;
    font-weight: 700;
    padding: 8px 13px;
    border-radius: 30px;
    margin: 5px;
    outline: 0;
    cursor: pointer;
}

.botao-depoimentos button:hover {
    border: 2px solid #FC8359;
    color: #FC8359;
}

.w3-display-right {
    border: none;
    background-color: #fff;
    color: #FC8359;
    font-size: 2em;
    font-weight: 300;
    margin: -35px 0px 0px 40px;
    outline: 0;
    transition-duration: 0.1s;
    cursor: pointer;
    transition: .3s;
}

.w3-display-right:hover {
    transition: .3s;
    padding-left: 40px;
    border: none;
    font-weight: 300;
}

.w3-display-left:hover {
    transition: .3s;
    padding-right: 40px;
    border: none;
    font-weight: 300;
}

.w3-display-left {
    transition-duration: 0.1s;
    border: none;
    background-color: #fff;
    color: #FC8359;
    font-size: 2em;
    font-weight: 300;
    margin: -35px 50px 0px 0px;
    outline: 0;
    cursor: pointer;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - RODAPÉ - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.rodape {
    background-color: #202020;
}

.rodape-content {
    max-width: 90%;
    margin: 0 auto;
}

.rodape-content h2 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.rodape-content p {
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
}

.rodape-content a {
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
    padding-bottom: 2px;
}

.rodape-content a:hover {
   text-decoration: underline;
}

.rodape-indice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 100px 0 50px 0;
}

.column-rodape {
    flex-grow: 1;
    margin: 0 30px;
}

.column-mapa {
    flex-grow: 3;
    margin: 0 30px;
}

.rodape-indice ul li {
    margin: 10px 0 ;
}

.rodape-sobre {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
}

.rodape-sobre img {
    max-width: 300px;
    margin: 0 30px;
}

.rodape-sobre a {
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
}

.texto-sobre-rodape {
    max-width: 570px;
}

.copyright-rodape {
    margin: 0 30px;
    color: #fff;
}

.copyright-rodape p {
    width: 300px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::PÁGINA SOBRE::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.banner-sobre {
    background: url('../img/pg-sobre/banner-sobre.jpg');
    height: 350px;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;    
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - INTRODUÇÃO SOBRE - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.introducao-geral {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -35px;
}

.introducao-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.texto-introducao {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: -15px;
}

.texto-introducao p {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 10px;
}

.texto-introducao a {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s;
}

.texto-introducao a:hover {
    color: #fc8359;
    transition: .3s;
}

.texto-introducao-geral {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-left: -15px;
}

.texto-introducao-geral h2 {
    font-size: 1.7em;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.texto-introducao-geral p {
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.texto-introducao-geral a {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    transition-duration: 0.1s;
}

.texto-introducao-geral a:hover {
    color: #FC8359;
    transition-duration: 0.1s;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - INTRODUÇÃO SOBRE - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.intro-sobre {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: center;
    padding: 40px 0px 40px 0px;
}

.content-sobre {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}

.icone-sobre {
    position: absolute;
    z-index: 2;
    margin-top: 30px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icone-sobre img {
    max-width: 100px;
    max-height: 100px;
}

.icone-sobre:hover {
    cursor: pointer;
}

.historia-img {
    margin-right: 40px;
    margin-top: 35px;
    transition-duration: .3s;
}

.historia-img img {
    max-width: 450px;
    border-radius: 3px;
}

.historia-img:hover {
    transition-duration: .3s;
   filter: brightness(0.9);
   cursor: pointer;
}

.historia  {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: flex-start;
}

.historia h2 {
    margin-top: 20px;
    color: #263A54;
    font-size: 1.7em;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.historia p {
    color: #555;
    font-size: 0.9em;
    line-height: 24px;
    max-width: 470px;
    margin-right: 20px;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -DEPARTAMENTOS- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.departamentos {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}

.departamentos h2 {
    margin-top: 20px;
    color: #263A54;
    font-size: 1.7em;
    margin-bottom: 15px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    text-align: center;
}

.deck-departamento {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.card-departamento {
    max-width: 300px;
    background-color: #f7f7f7;
    border: 1px solid #c5c6c7;
    padding: 10px 20px 30px 20px;
    border-radius: 3px;
    margin: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-departamento h3 {
    color: #263A54;
    text-align: center;
}

.card-departamento p {
    color: #3f3f3f;
    font-size: 0.8em;
    line-height: 24px;
    max-width: 300px;
    text-align: center;
}

.card-departamento h4 {
    color: #3f3f3f;
    font-size: 0.9em;
    line-height: 24px;
    max-width: 450px;
    text-align: center;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::PÁGINA DE SERVIÇOS :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.banner-servicos {
    background: url('../img/pg-servicos/banner-servicos.jpg');
    height: 350px;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;      
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - SERVIÇOS DESCRIÇÃO - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.bloco-servicos {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center; 
    max-width: 90%;
    padding: 70px 5px;
    margin:  0 auto;
}

.w3-section {
    display: none;
}

.botao-servicos {
    display: none;
}

.btn-servicos {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center; 
    padding: 10px 20px 35px 20px;
    width: 280px;
    min-width: 260px;
    background-color: #f0f0f0;
    border: 1px solid #c5c6c7;
    border-radius: 3px;
    margin-right: 3%;
}

.btn-servicos p {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #263A54;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 12px;
}

.btn-servicos button {
    border: none;
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1em;
    color: #848485;
    outline: inherit;
    margin-top: 25px;
    margin-left: 7px;
}

.btn-servicos hr {
    border: none;
    background-color: #c5c6c7;
    height: 1px;
    width: 90%;
}

.btn-servicos button:hover {
    color: #FC8359; 
}

.w3-content {
    margin-left: 4%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.Slides {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; 
}

.texto-area {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; 
}

.content-texto {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center; 
    margin-right: 40px;
}

.content-texto h3 {
    color: #263A54;
    font-size: 1.6em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.content-texto p {
    color: #263A54;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.content-texto img {
    max-width: 100%;
    min-width: 340px;
    border-radius: 3px;
}

.img-tablet {
    display: none;
}

.descricao-area {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 120px;
}

.descricao-area p {
    color: #263A54;
    font-size: 0.9em;
    letter-spacing: 0.3px;
    max-width: 370px;
    min-width: 320px;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 30px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::PÁGINA DE CONTATO:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.formphp label.nao-aparece, .formphp input.nao-aparece {
    display: none !important;
}

#form-erro span, #form-send span  {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}

#form-send {
    color: #31aa39;
}

#form-erro {
    color: #f64540;
}

.banner-contato {
    background: url('../img/pg-contato/banner-contato.jpg');
    height: 350px;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start; 
}

.contato-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;

    width: 85%;
    margin: 0 auto;
    margin-bottom: 90px;
}

.dados-pgcontato {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 40%;
    padding: 20px 0px 70px 0px;
    margin: 0 50px;
}

.texto-contato h4 {
    font-size: 1.8em;
    color: #263A54;
    text-align: left;
    margin-top: 70px;
}

.texto-contato p {
    max-width: 700px;
    font-size: 1.1em;
    color: #263A54;
    text-align: left;
    margin-bottom: 30px;
}

.dados-box-contato p {
    max-width: 400px;
    font-size: 1em;
    text-align: left;
    color: #263A54;
    font-weight: 600;
    line-height: 27px;
}

.dados-box-contato a {
    max-width: 400px;
    font-size: 1em;
    text-align: left;
    color: #fc8359;
    font-weight: 600;
    line-height: 27px;
}

.dados-box-contato a:hover {
    text-decoration: underline;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - FORMULARIO - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.formulario-contato-content {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 70px 3% 30px 3%;

    background-color: #f0f0f0;
    border: 1px solid #c5c6c7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 50px;
}

.formulario {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column wrap;
}

.coluna-01 {
    display: flex;
    flex-flow: column wrap;
    flex: 1;
    margin: 0 20px;
}

.content-pai form {
    color: #263A54;
}

.coluna-01 input {
    width: 400px;
    margin-top: 7px;
    border-radius: 3px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c5c6c7;
    color: #878787;
    padding: 3px 10px;
    outline: 0;
    margin-bottom: 20px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    outline: inherit;
}

.coluna-02 {
    flex: 1;
    display: flex;
    flex-flow: column wrap;
    margin: 0 20px;
}

.coluna-02 textarea {
    background-color: #fff;
    margin-top: 7px;
    color: #878787;
    width: 400px;
    height: 223px;
    padding: 10px 10px;
    border-radius: 3px;
    outline: 0;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    padding-bottom: 35px;
    border: 1px solid #c5c6c7;
}

.coluna-02 p {
    margin: 15px 0 0 7px;
    color: #7f7f7f;
    font-size: 12px;
    max-width: 350px;
}

.button button {
    width: 400px;
    margin-top: 20px;
    color: #263A54;
    align-self: flex-end;
    border-radius: 3px;
    transition-duration: 0.1s;
    padding: 10px 60px;
    background-color: #263A54;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    outline: 0;
}

.button button:hover {
    background-color: #344d6e;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX- RESPONSIVO -XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 1200 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 1200px) {

    .texto-introducao-inicio h1 {
    max-width: 550px;
    font-size: 2.1em;
    }

    .texto-introducao-inicio p {
    font-size: 1em;
    max-width: 530px;
    }

    .info-introducao-inicio {
    width: 480px;
    padding: 0px 50px 20px 0;
    }

    .info-introducao-inicio input {
    width: 350px;
    }

    .info-introducao-inicio textarea {
    width: 350px;
    }

    .info-introducao-inicio button {
    width: 350px;  
    }

    .numeros a {
    font-size: 0.9em;
    }

/*XXXXXXXXXXXX- DADOS COMPLEMENTARES -XXXXXXXXXXXXXX*/

    .bloco-1-complementar h4 {
    font-size: 2.5em;
    }

    .bloco-1-complementar p {
    font-size: 1.1em;
    }

/*XXXXXXXXXXXXXXXXX- DEPOIMENTOS -XXXXXXXXXXXXXXXXX*/

    .depoimentos {
    padding-bottom: 70px;
    }

    .titulo-depoimentos {
    padding: 40px 0px 40px 0px;
    }

    .titulo-depoimentos h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
    }

    .titulo-depoimentos p {
    font-size: 1.8em;;
    max-width: 300px;
    }

    .foto-depoimento img {
    max-width: 130px;
    margin-right: 30px;
    }

    .depoimento-texto p {
    font-size: 1.1em;
    max-width: 400px;
    margin-bottom: -7px;
    }

    .depoimento-texto h4 {
    font-size: 1.2em;
    }

    .w3-display-right {
    margin: -35px 0px 0px 5px;
    }

    .w3-display-left {
    margin: -35px 35px 0px 0px;
    }

    .w3-display-right:hover {
    padding-left: 15px;
    }

    .w3-display-left:hover {
    padding-right: 15px;
    }

/*XXXXXXXXXXXXXXXXX- SERVIÇOS -XXXXXXXXXXXXXXXXXX*/

    .bloco-servicos {
    max-width: 90%;
    padding: 70px 5px;
    margin:  0 auto;
    }

    .w3-content {
    margin-left: 7%; 
    width: 55%;
    }

    .texto-area {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    }

    .content-texto h3 {
    font-size: 1.5em;
    }

    .content-texto img {
    display: none;
    }

    .img-tablet {
    display: flex;
    }

    .img-tablet img {
    max-width: 100%;
    margin-top: -12px;
    height: 170px;
    min-width: 0px;
    border-radius: 3px;
    }

    .descricao-area {
    margin-top: 20px;
    }

    .descricao-area p {
    font-size: 0.9em;
    letter-spacing: 0.3px;
    max-width: 500px;
    min-width: 300px;
    line-height: 23px;
    text-align: justify;
    }

/*XXXXXXXXXXXXXXXXXXX- CONTATO -XXXXXXXXXXXXXXXXXXXX*/

    .contato-content {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    }

    .dados-pgcontato {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0px 0px 30px 0px;
    margin-top: -20px;
    }

    .texto-contato h4 {
    text-align: center;
    max-width: 700px;
    font-size: 1.8em;
    }

    .texto-contato p {
    text-align: center;
    }

    .dados-box-contato p {
    font-size: 0.9em;
    text-align: center;
    }

    .dados-box-contato a {
    font-size: 0.9em;
    text-align: center;
    letter-spacing: 0.5px;
    } 

    .formulario-contato-content {
    max-width: 100%;
    flex-flow: wrap;
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 1050 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 1050px) {

    .info-introducao-inicio {
    display: none;
    }

    .texto-introducao-inicio h1 {
    max-width: 580px;
    font-size: 2.2em;
    }

    .texto-introducao-inicio p {
    font-size: 1.1em;
    max-width: 600px;
    }

/*XXXXXXXXXXXXXXXXXXXX- RODAPÉ -XXXXXXXXXXXXXXXXXXX*/

    .column-mapa {
    display: none;
    }

    .texto-sobre-rodape {
    display: none;
    }

    .column-rodape {
    margin: 0 20px;
    }

    .rodape-sobre {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0;
    margin-left: -30px;
    }

/*XXXXXXXXXXXXXXXXXXXX- SOBRE -XXXXXXXXXXXXXXXXXXXXXX*/

    .historia-img {
    margin-right: 30px;
    }

    .historia-img img {
    max-width: 450px;
    padding: 5px;
    }

    .historia p {
    max-width: 390px;
    margin-right: 0px;
    }
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 970 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 970px) {

    .menu-geral {
    width: 93%;
    }

    .menu ul li {
    padding: 10px 10px;
    margin-top: 15px;
    }

    .menu ul li a {
    font-size: 0.7em;
    }
    
/*XXXXXXXXXXXXXXXX- INTRODUÇAO INICIO -XXXXXXXXXXXXXXXXXXXXX*/

    .texto-introducao p {
    font-size: 1em;
    }

    .texto-introducao a {
    font-size: 0.8em;
    }

/*XXXXXXXXXXXXXXXXXXXX- OFERTA -XXXXXXXXXXXXXXXXXXXXXXXXXX*/

    .oferta img {
    display: none;
    }

    .oferta h2 {
    font-size: 0.9em;
    text-align: center;
    padding: 0px 10px;
    }   

/*XXXXXXXXXXXXXXXXXXXX- SERVIÇOS -XXXXXXXXXXXXXXXXXXXXXXXX*/

    .servicos-inicio {
    padding: 50px 0px 70px 0px;
    }

    .descricao-servicos-inicio h2 {
    font-size: 1.6em;
    }

    .descricao-servicos-inicio p {
    font-size: 1.2em;
    padding: 0px 20px;
    }

    .box-servicos-inicio {
    padding: 60px 0px 30px 0px;
    }

    .box-servico-1 a {
    padding: 20px 30px;
    margin: 30px;
    }

    .box-servico-1 img {
    max-width: 90px;
    }
    
    .box-servico-1 p {
    margin-top: 12px;
    }

    .botao a {
    padding: 12px 45px;
    font-size: 0.9em;
    }

/*XXXXXXXXXXXXXXX- DADOS COMPLEMENTARES -XXXXXXXXXXXXXXXXXX*/

    .bloco-1-complementar h4 {
    font-size: 2.5em;
    }

    .bloco-1-complementar p {
    font-size: 1em;
    }

/*XXXXXXXXXXXXXXXXXXXXXX- SOBRE -XXXXXXXXXXXXXXXXXXXXXXXXX*/

    .intro-sobre {
    padding: 20px 0px 50px 0px;
    }

    .historia-img {
    margin-right: 30px;
    }

    .historia-img img {
    max-width: 400px;
    padding: 5px;
    }

    .historia h2 {
    font-size: 1.6em;
    }

    .historia p {
    max-width: 330px;
    margin-right: 0px;
    font-size: 0.9em;
    }

    .icone-sobre {
    margin-top: 20px;
    width: 400px;
    }

    .icone-sobre img {
    max-width: 80px;
    max-height: 80px;
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 780 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 780px) {

    .menu {
    display: none;
    }

    .menu-mobile {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    }

    .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #19273a;
    overflow-x: hidden;
    transition: 0.5s;
    }

    .overlay-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    top: 25%;
    text-align: center;
    margin-top: 30px;
    padding-left: 7px; 
    transition: 0.5s;
    }

    .overlay a {
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    margin-top: 60px;
    margin-bottom: -50px;
    color: #fff;
    display: block;
    transition: 0.3s;
    letter-spacing: 1px;
    }

    .overlay a:hover, .overlay a:focus {
    color: #FC8359;
    }

    .overlay .closebtn {
    position: absolute;
    top: -33px;
    right: 25px;
    font-weight: 500;
    font-size: 1.8em;
    }

    .linhas {
    display: flex;
    justify-content: center;
    background-color: #fff;
    flex-flow: column nowrap;
    align-items: center;
    height: 56px;
    width: 56px;
    border-radius: 80px;
    cursor: pointer;
    }

    .linhas-sub {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: -2px;
    }

    .linhas-sub span {
    background: #263A54;
    border-radius: 2px;
    height: 3px;
    margin-top: 4px;
    width: 30px;
    }

    .logo {
    display: none;
    }

    .logo-2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    }

    .logo-2 img {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    }

    .copy-mobile p {
    position: absolute;
    padding-left: 13px;
    color: #fff;
    font-size: 0.9em;
    margin-top: 180px;
    }

/*XXXXXXXXXXXXXXXXXX- INTRODUÇÃO INICIO -XXXXXXXXXXXXXXXXXXXX*/

    .texto-introducao {
    display: none;
    }

/*XXXXXXXXXXXXXXXX- DADOS COMPLEMENTARES -XXXXXXXXXXXXXXXXXX*/

    .dados-complementares  {
    height: 300px;
    }

    .bloco-1-complementar h4 {
    font-size: 2.7em;
    }

    .bloco-1-complementar p {
    font-size: 1em;
    }

/*XXXXXXXXXXXXXXXXXXXXX- SOBRE -XXXXXXXXXXXXXXXXXXXXXXXXXX*/

    .intro-sobre {
    padding: 20px 0px 80px 0px;
    }

    .content-sobre {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column wrap;
    }

    .historia-img {
    margin-right: 30px;
    }

    .historia-img img {
    max-width: 530px;
    padding: 0px 20px;
    margin-left: 25px;
    }

    .historia h2 {
    font-size: 1.6em;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px 30px 0px;
    }

    .historia p {
    max-width: 560px;
    margin-right: 0px;
    font-size: 0.9em;
    text-align: center;
    padding: 0px 30px;
    }

    .icone-sobre {
    margin-top: 160px;
    width: 400px;
    }

    .icone-sobre img {
    max-width: 80px;
    max-height: 80px;
    }

/*XXXXXXXXXXXXXXXXXXX- DEPARTAMENTOS -XXXXXXXXXXXXXXXXXX*/

    .departamentos {
    padding-bottom: 60px;
    }

    .departamentos h2 {
    font-size: 1.3em;
    }

/*XXXXXXXXXXXXXXXXXXXX- SERVIÇOS -XXXXXXXXXXXXXXXXXXX*/

    .bloco-servicos {
    flex-flow: column wrap;
    align-items: center;
    padding: 40px 0px;
    }

    .btn-servicos {
    display: none;
    }

    .w3-section {
    display: flex;
    margin-bottom: 20px;
    }

    .w3-section button {
    border: none;
    background-color: #FC8359;
    color: #fff;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    letter-spacing: 0.3px;
    outline: inherit;
    }

    .w3-section button:hover {
    background-color: #263A54;
    }

    .botao-servicos {
    display: flex;
    margin-top: 40px;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; 
    }

    .botao-servicos button {
    border: 2px solid #263A54;
    background-color: #fff;
    color: #263A54;
    font-weight: 700;
    padding: 8px 13px;
    border-radius: 30px;
    margin: 5px;
    outline: 0;
    cursor: pointer;
    }

    .botao-servicos button:hover {
    border: 2px solid #FC8359;
    color: #FC8359;
    }

    .w3-content {
    margin-left: 0%; 
    width: 90%;
    justify-content: center;
    }

    .texto-area {
    align-items: center;
    justify-content: center; 
    }

    .descricao-area {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    }

    .deletar {
    display: none;
    }

    .content-texto {
    align-items: center;
    margin-right: 0px;
    margin-top: -20px;
    }

    .content-texto img {
    display: none;
    }

    .content-texto h3 {
    font-size: 1.4em;
    text-align: center;
    }

    .content-texto p {
    text-align: center;
    }

/*XXXXXXXXXXXXXXXXXX- DEPOIMENTOS -XXXXXXXXXXXXXXXXXXXX*/

    .depoimentos {
    padding-bottom: 50px;
    }

    .titulo-depoimentos {
    padding: 30px 0px 50px 0px;
    }

    .titulo-depoimentos h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
    }

    .titulo-depoimentos p {
    font-size: 1.4em;
    max-width: 500px;
    }

    .foto-depoimento img {
    max-width: 110px;
    margin-right: 20px;
    margin-top: -30px;
    }

    .depoimento-texto p {
    font-size: 0.9em;
    max-width: 300px;
    margin-bottom: -7px;
    }

    .depoimento-texto h4 {
    font-size: 1em;
    }

    .w3-display-left {
    margin: -35px 15px 0px 0px;
    }

    .w3-display-right:hover {
    padding-left: 10px;
    }

    .w3-display-left:hover {
    padding-right: 10px;
    }
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 650 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 650px) {

    .info-introducao-inicio {
    display: none;
    }

    .texto-introducao-inicio {
    margin-top: 40px;
    }

    .texto-introducao-inicio h1 {
    max-width: 580px;
    font-size: 2.2em;
    }

    .texto-introducao-inicio p {
    font-size: 1em;
    max-width: 480px;
    }

/*XXXXXXXXXXXXXXXXXX- OFERTA -XXXXXXXXXXXXXXXXXXXXX*/

    .oferta {
    display: none;
    }  
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 560 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 560px) {

    .dados-complementares  {
    height: 320px;
    }

    .bloco-1-complementar h4 {
    font-size: 2.6em;
    }

    .bloco-1-complementar p {
    font-size: 0.9em;
    }

/*XXXXXXXXXXXXXXXXXXX- DEPOIMENTOS -XXXXXXXXXXXXXXXXXXXXX*/

    .depoimentos {
    padding-bottom: 60px;
    }

    .content-depoimentos {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    }

    .titulo-depoimentos {
    padding: 40px 0px 60px 0px;
    }

    .titulo-depoimentos h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
    }

    .titulo-depoimentos p {
    font-size: 1.2em;;
    max-width: 300px;
    }

    .foto-depoimento img {
    max-width: 120px;
    }

    .depoimento-texto p {
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 0px 20px;
    text-align: center;
    }

    .depoimento-texto h4 {
    font-size: 1em;
    text-align: center;
    }

    .w3-display-right {
    display: none;
    }

    .w3-display-left {
    display: none;
    }

/*XXXXXXXXXXXXXXXXXXXXX- RODAPÉ -XXXXXXXXXXXXXXXXXXXXXX*/

    .rodape-indice {
    padding: 50px 0 50px 0;
    }

    .column-rodape {
    margin: 0 10px;
    }

    .tirar {
    display: none;
    }

    .rodape-content h2{
    font-size: 1em;
    }

    .rodape-content a{
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0px;
    }

    .rodape-sobre {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    }

    .rodape-sobre img {
    max-width: 250px;
    margin: 0 30px;
    }

    .rodape-sobre a {
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    }

    .texto-sobre-rodape {
    max-width: 570px;
    }

    .copyright-rodape {
    margin: 0 30px;
    color: #fff;
    }

    .copyright-rodape p {
    width: 280px;
    font-size: 0.7em;
    }

    .del {
    display: none;
    }

    .rodape-sobre img {
    max-width: 225px;
    margin: 0 30px;
    }

/*XXXXXXXXXXXXXXXXXXXX- SOBRE -XXXXXXXXXXXXXXXXXXXXXX*/

    .intro-sobre {
    padding: 20px 0px 50px 0px;
    }

    .content-sobre {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column wrap;
    }

    .historia-img img {
    max-width: 350px;
    padding: 0px 20px;
    }

    .historia h2 {
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px 30px 0px;
    }

    .historia p {
    max-width: 450px;
    margin-right: 0px;
    font-size: 0.8em;
    text-align: center;
    padding: 0px 30px;
    }

    .icone-sobre {
    margin-top: 120px;
    width: 400px;
    }

    .icone-sobre img {
    max-width: 60px;
    max-height: 60px;
    }

/*XXXXXXXXXXXXXXXXXXXX- SERVIÇOS -XXXXXXXXXXXXXXXXXXXXXX*/

    .w3-content {
    width: 95%;
    }

    .botao-servicos {
    display: none;
    }

    .img-tablet img {
    max-width: 100%;
    margin-top: -12px;
    height: 110px;
    min-width: 0px;
    border-radius: 3px;
    }

    .content-texto h3 {
    font-size: 1em;
    max-width: 480px;
    text-align: center;
    letter-spacing: 0px;
    }

    .descricao-area p {
    margin-top: 5px;
    text-align: left;
    max-width: 480px;
    min-width: 0px;
    font-size: 0.9em;
    line-height: 20px;
    }

/*XXXXXXXXXXXXXXXXXXXXX- CONTATO -XXXXXXXXXXXXXXXXXXXX*/

    .contato-content {
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-left: -25px;
    }

    .dados-pgcontato {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0px 0px 30px 0px;
    margin-top: -20px;
    }

    .texto-contato h4 {
    text-align: center;
    width: 400px;
    font-size: 1.3em;
    }

    .texto-contato p {
    text-align: center;
    font-size: 0.9em;
    }

    .dados-box-contato p {
    font-size: 0.8em;
    text-align: center;
    max-width: 350px;
    }

    .dados-box-contato a {
    font-size: 0.9em;
    text-align: center;
    letter-spacing: 0.5px;
    } 

    .formulario-contato-content {
    width: 90%;
    flex-flow: wrap;
    }

    .coluna-01 input {
    max-width: 350px;
    }

    .coluna-02 textarea {
    max-width: 350px;
    }

    .button button {
    max-width: 350px;
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 470 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 470px) {

    .logo {
    display: none;
    }

    .fundo {
    height: 550px;
    }

    .info-introducao-inicio {
    display: none;
    }

    .texto-introducao-inicio {
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    padding-bottom: 20px;
    }

    .texto-introducao-inicio h1 {
    max-width: 400px;
    font-size: 1.4em;
    line-height: 30px;
    text-align: center;
    }

    .texto-introducao-inicio p {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 23px;
    max-width: 350px;
    }

    .responsivo-celular p {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.5px;
    }

    .numeros {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    }

    .numeros a {
    font-size: 0.9em;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 0px 3px;
    }

/*XXXXXXXXXXXXXXXXXXXX- SERVIÇOS -XXXXXXXXXXXXXXXXXXXXXX*/

    .servicos-inicio {
    padding: 50px 0px;
    }

    .box-servicos-inicio {
    padding: 30px 0px 30px 0px;
    }

    .descricao-servicos-inicio h2 {
    line-height: 22px;
    font-size: 1.2em;
    margin-bottom: 10px;
    max-width: 290px;
    }

    .descricao-servicos-inicio p {
    font-size: 1em;
    max-width: 290px;
    }

    .box-servico-1 a {
    padding: 30px 35px;
    margin: 40px;
    }

    .botao a {
    padding: 12px 40px;
    font-size: 0.9em;
    }

/*XXXXXXXXXXXXXX- DADOS COMPLEMENTARES -XXXXXXXXXXXXXXXX*/

    .dados-complementares  {
    height: 300px;
    }

    .blocos-complementares {
    flex-flow: column wrap;
    max-width: 100%;
    }

    .bloco-1-complementar {
    padding: 20px;
    }  

    .bloco-1-complementar h4 {
    font-size: 2.2em;
    }

    .bloco-1-complementar p {
    font-size: 0.9em;
    }

/*XXXXXXXXXXXXXXXXXXXXX- CONTATO -XXXXXXXXXXXXXXXXXXXX*/

    .contato-content {
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-left: -30px;
    }

    .dados-pgcontato {
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0px 0px 30px 0px;
    margin-top: -20px;
    }

    .texto-contato h4 {
    text-align: left;
    width: 260px;
    font-size: 1.3em;
    }

    .texto-contato p {
    text-align: left;
    font-size: 0.9em;
    }

    .dados-box-contato p {
    font-size: 0.8em;
    text-align: left;
    max-width: 350px;
    }

    .dados-box-contato a {
    font-size: 0.9em;
    text-align: left;
    letter-spacing: 0.5px;
    } 

    .formulario-contato-content {
    width: 100%;
    flex-flow: wrap;
    margin-left: 30px;
    }

    .coluna-01 input {
    max-width: 260px;
    }

    .coluna-02 textarea {
    max-width: 260px;
    }

    .button button {
    max-width: 260px;
    }
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 350 - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


@media (max-width: 350px) {

    .fundo {
    height: 590px;
    }

    .texto-introducao-inicio {
    margin-top: -30px;
    padding-bottom: 20px;
    }

    .responsivo-celular {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-top: -30px;
    }

/*XXXXXXXXXXXXXXXXXXX- INTRODUÇÃO -XXXXXXXXXXXXXXXXXXXXXX*/

    .texto-introducao-geral {
    margin-left: 5px;
    }

    .texto-introducao-geral h2 {
    font-size: 1.5em;
    }

/*XXXXXXXXXXXXXXXXXXXXXX- SOBRE -XXXXXXXXXXXXXXXXXXXX*/
    
    .historia-img img {
    max-width: 270px;
    padding: 0px 15px 0px 22px;
    }

    .historia h2 {
    margin-left: 10px;
    }

    .historia p {
    max-width: 260px;
    margin-right: 0px;
    font-size: 0.9em;
    text-align: left;
    padding: 0px 0px 0px 10px;
    }

    .icone-sobre {
    margin-top: 100px;
    width: 400px;
    }

    .icone-sobre img {
    max-width: 60px;
    max-height: 60px;
    }
}


