/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'Gotham-Book';
    src: url('../font/Gotham-Book.eot'); /* IE9 */
    src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/Gotham-Book.woff2') format('woff2'), /* Browsers de ponta */
        url('../font/Gotham-Book.woff') format('woff'), /* Browsers atualizados */
        url('../font/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../font/Gotham-Book.svg#Gotham-Book') format('svg'); /* iOS */
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../font/Gotham-Bold.eot'); /* IE9 */
    src: url('../font/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/Gotham-Bold.woff2') format('woff2'), /* Browsers de ponta */
        url('../font/Gotham-Bold.woff') format('woff'), /* Browsers atualizados */
        url('../font/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../font/Gotham-Bold.svg#Gotham-Bold') format('svg'); /* iOS */
}
@font-face {
    font-family: 'Gotham-Black';
    src: url('../font/Gotham-Black.eot'); /* IE9 */
    src: url('../font/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/Gotham-Black.woff2') format('woff2'), /* Browsers de ponta */
        url('../font/Gotham-Black.woff') format('woff'), /* Browsers atualizados */
        url('../font/Gotham-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../font/Gotham-Black.svg#Gotham-Bold') format('svg'); /* iOS */
}
html, body, span, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Gotham-Book', 'Gotham-Bold', 'Gotham-Black' !important;
	color: #606062;
	-webkit-transition-duration: 0.10s;
    transition-duration: 0.10s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bot_painel {
	/* background-color: #42fe73; */
	background-color: #349145;
	}
.bot_painel:hover {
	background-color: #42fe73 !important; 
	}
.secao{
	display: inline-block;
    float: left;
    padding: 10px 0 10px 0;
    width: 100%;
    line-height: 25px;
	}

h1 {
	font-size: 40px;
	text-align: center;
	}
.h1b {
	font-size: 40px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	padding: 20px;
	}
.h2b {
	font-size: 25px;
    margin-top: 20px;
    color: #A2A2A2 !important;
    margin-bottom: 15px;
    width: 100%;
    display: flow-root;
	}
h2 {
	font-size: 20px;
	text-align: center;
	}
h3 {
	font-size: 16px;
	text-align: center;
}
.secao_1 {
	display: block;
	float: left;
	padding: 30px;
	width: 100%;
	background-color: #25D365;
	text-align: center;
	}
.secao_1 ul {
	padding: 30px;
	display: flex;
}
.secao_1 h4 {
	color: #FFF;
    font-size: 30px;
    text-align: inherit;
    margin-top: 45px;
}
.secao_1 li {
	display: block;
	width: 50% !important;
	float: left;
	padding: 30px;
}
.icon_mm {
	    background-image: url(../img/Logo_mm_site.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 250px;
    float: left;
    width: 190px;
	margin-right: 20px;
}
.icons_atend {
    min-height: 250px;
    background-image: url(../img/icons_atend.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#endereco {
	text-align: center;
}


.font_black {
	font-family: 'Gotham-Black' !important;
}

/* rodape */

.rodape {
	border-top: 1px solid #E4E4E4;
    display: inline-table;
    float: left;
    width: 95%;
    text-align: center !important;
    padding: 5px 2.5%;
    font-size: 13px;
}

.link {
	color: #606062;
	padding: 7px;
	border-radius: 5px;
}

.link:hover {
	color: #FFF;
	background-color: #25d365;
	text-decoration: none;
}

#redes_soc {
	width: 100%;
    text-align: center;
    align-items: center;
	margin-top: 20px;
}
#redes_soc span {
	cursor: pointer;
	display: inline-flex;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
	background-color: #25d365;
	border-radius: 5px;
}

#redes_soc span:hover {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
	background-color: aquamarine;
	border-radius: 25px;
}

/* redes sociais */
.facebook {
	background-image: url("../img/icon_facebook.png")
}
.instagram {
	background-image: url("../img/icon_instagram.png")
}
.likedin {
	background-image: url("../img/icon_linkedin.png")
}
.twitter {
	background-image: url("../img/icon_twitter.png")
}
.skype {
	background-image: url("../img/icon_sklype.png")
}


/* formulario */
#formCadastroMM {
  display: inline-flex;
  max-width: 800px;
  padding: 20px;
}
#formCadastroMM th, #formCadastroMM td {
  display: inline-flex;
  width: 100%;
  color: #FFF;
  padding: 5px;
}
#formCadastroMM input {
  display: inline-flex;
  width: 100%;
  color: #000;
  border-radius: 8px;
  padding: 15px;
  border: 0;
}
#formCadastroMM .h2b {
  text-align: center;
  color: #FFF;
  padding: 15px;
  font-size: 20px;
  display: flow-root;
}
#formCadastroMM .ddd {
  max-width: 70px;
  margin-right: 5px;
}
#formCadastroMM .telefone {
  max-width: 200px;
}
#formCadastroMM select {
  margin-right: 5px;
  border-radius: 8px;
  font-size: 12px;
  padding: 10px;
}
.botao_form {
      background-color: #25d365 !important;
    cursor: pointer;
    text-align: center !important;
    text-transform: uppercase;
    color: #FFF !important;
    display: flex;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border: 0 !important;
    margin-right: 15px;
}
.botao_form:hover {
   background-color: #349145 !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #CBCBCB;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CBCBCB;
}

::placeholder {
  color: #CBCBCB;
}

.divMsg01 {
	    /* display: block; */
    position: fixed;
    top: 0;
    left: 20%;
    right: 20%;
    width: 60%;
    z-index: 9999;
    background-color: aliceblue;
    border-radius: 00px 00px 15px 15px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.10);
    padding: 30px;
}
   
.divMsg02 {
	margin: 0 auto; 
	}
	
.divMsg03 {
	text-align: center; 
	color: green; 
	padding: 10px;
	min-height: 100px;
}
	
a .fecharDivMsg {
	float: right; 
	cursor: pointer;
}
	
p .txtDivMsg {
	margin: 0; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%);
}