* {	text-decoration:none; margin:0; padding:0; list-style:none; border:none;outline:0;/* Começo zerando tudo. O */}



/*----------------------------------------------------------------*/



@font-face {
    font-family: 'resamitz';
    src: url("../fonts/RESAMITZ.OTF");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'resamitz_bold';
    src: url("../fonts/RESAMITZBOLD.OTF");
    font-weight: bold;
    font-style: bold;

}

@font-face {
    font-family: 'resamitz_italic';
    src: url("../fonts/RESAMITZITALIC.OTF");
    font-weight: normal;
    font-style: normal;

}



/*----------------------------------------------------------------*/



body {
        background:#ffffff;
        font-size:15px;
        color:#000000;
}

.pagina {
        min-width: 1150px;
        width:100%;
	margin:0px 0px;
        background:#000000;
}



/*----------------------------------------------------------------*/



.topo {
        width:100%;
	margin:0px 0px;
	background-color: #000000;
	height:100px;
	z-index:100;
}

.logo {
	height:65px;
	float:left;
	margin-left:30px;
	margin-top:20px;
}

.logo_ref {
	height:65px;
	float:right;
	margin-right:20px;
	margin-top:8px;
	font-family: 'resamitz';
	font-size:10px;
	line-height:14px;
	color:#333333;
        text-align: center;
}

.menu_container {
        height: 40px;
	margin-top:28px;
	margin-left:5px;
        float: left;
}


ul.menu {
	width:950px;
}

ul.menu li {
	float:left;
	height:80px;
	padding:10px 0;
	margin-left:45px;
	font-family: 'resamitz_bold';
	font-size:14px;
	color:#333333;
}

ul.menu li a {
	color:#333333;
        padding-top: 5px;
        padding-bottom: 3px;
        padding-left: 20px;
/*	border-left: 3px solid #333333; */
}

ul.menu li a:hover {
	color:#4c8437;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 3px;
/*	border-left: 3px solid #4c8437;*//*#cb1910; */
        text-decoration: none;
}

ul.menu li.act a {
	color:#cb1910;
}



/*----------------------------------------------------------------*/



.separador {
	width:100%;
	margin-top:10px;
	font-family: 'resamitz';
	font-size:12px;
	line-height:15px;
	color:#474747;
        float: left;
}



/*----------------------------------------------------------------*/



.conteudo {
	width: 100%;
	background-color: #000000;
/*        background:url("../imagens/negocio.jpg") no-repeat;  */
        background-size: 100% 100%;
        height: 800px; 
        float: left;
}

.conteudo_texto {
	width: 100%;
        height: 500px; 
	font-family: 'resamitz_bold';
	font-size:12px;
	line-height:15px;
	color:#ffffff;
        float: left;
}

.conteudo_texto_container {
	width: 700px;
        height: 400px;
        margin: auto; 
        padding-top: 150px;
	font-family: 'resamitz_bold';
	font-size:60px;
	line-height:80px;
	color:#ffffff;
}

.conteudo_texto h1 {
	font-family: 'resamitz_bold';
	font-size:26px;
	line-height:50px;
	color:#ffffff;
}

.animated-text{
    font-size: 70px;
    font-weight: 600;
    line-height: 90px;
    min-width: 280px;
}

.animated-text span{
    position: relative;
}

.animated-text span::before{
    content: "Estratégia";
    color: #ff4f63;
    animation: words 20s infinite;
}

.animated-text span::after{
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 110%;
    background-color: #000000;
    border-left: 3px solid #ff4f63;
    right: -8px;
    top: -3px;
    animation: cursor .8s infinite, typing 20s steps(14) infinite;
}

@keyframes cursor {
    to{
        border-left: 2px solid #ff7f5000;
    }
}

@keyframes words {
    0%,20%{
        content: "Estratégia";
    }
    21%,40%{
        content: "Marca";
    }
    41%,60%{
        content: "Comunicação";
    }
    61%,80%{
        content: "Experiência";
    }
    81%,100%{
        content: "Fidelização";
    }
}

@keyframes typing {
    10%,15%,30%,35%,50%,55%,70%,75%,90%,95%{
        width: 0;
    }
    5%,20%,25%,40%,45%,60%,65%,80%,85%{
        width: calc(100% + 8px);
    }
}

.conteudo_chamada_container {
	width: 350px;
        height: 100px;
        margin: auto; 
	font-family: 'resamitz_bold';
	font-size:60px;
	line-height:80px;
	color:#ffffff;
}

.box_chamada {
        border:2px solid #ff4f63;
        color:#ffffff;
        background-color: #ff4f63;
        float: left;
        padding: 10px 50px;
        display:inline-block;
	margin-left:auto;
	margin-top:20px;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:20px;
}

.box_chamada:hover {
        border:2px solid #ff4f63;
        color:#000000;
        background-color: #ff4f63;
        float: left;
        padding: 10px 50px;
        display:inline-block;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:20px;
        text-decoration: none;
}




.button{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-weight:700;border:2px solid #555555;color:#555555;padding:5px 20px;display:inline-block;background-color:transparent}
.button_w{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-weight:700;border:2px solid #FFFFFF;color:#FFFFFF;padding:5px 20px;display:inline-block;background-color:transparent}
.button_g{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-weight:500;border:2px solid #CCCCCC;color:#999999;padding:5px 14px;display:inline-block;background-color:transparent}
.button_gd{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-weight:500;border:2px solid #555555;color:#555555;padding:5px 14px;display:inline-block;background-color:transparent}
.button.button-large{font-size:18px;padding:6px 15px}
.button.button-small{font-size:14px;padding:2px 15px}



/*----------------------------------------------------------------*/



.conteudo_conceito {
	width: 100%;
	background-color: #ffffff;
        height: 680px; 
        float: left;
}

.conceitos {
	width: 1100px;
	margin: auto;
        height: 250px; 
        margin-top: 40px;
}

.conceitos .conceito {
	width: 330px;
	height: 250px;
        border:3px solid #000000;
        float: left;
}

.conceitos .conceito .referencia {
        width: 100%;
	height:50px;
	padding-top:8px;
	padding-left:20px;
	font-family: 'resamitz_bold';
	font-size:24px;
	line-height:35px;
	font-weight: bold;
	color:#000000;
        float: left;
}

.conceitos .conceito .conteudo {
        width: 100%;
	height: 170px;
	background-color: #ffffff;
	font-family: 'resamitz_bold';
	font-size:18px;
	line-height:24px;
	color:#000000;
        float: left;
}

.conceitos .conceito .conteudo .texto {
        width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.conceitos .separador {
	width: 55px;
	background-color: #FFFFFF;
        height: 300px; 
        float: left;
}



/*----------------------------------------------------------------*/



.plataforma {
	width: 100%;
	background-color: #000000;
        background:url("../imagens/plataforma.png") no-repeat;
        background-size: 100% 100%;
        height: 800px; 
        float: left;
}

.conteiner-fluid .bannertopo {
    width: 100%;
    max-height: 801px;
    height: 801px;
    position: relative;
    overflow: hidden;
}

.conteiner-fluid .bannertopo  video {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

.conteiner-fluid .bannertopo .boxtextotopo {
        width: 1060px;
        padding-right: 2%;
        padding-left: 2%;
        padding-top: 280px;
        margin: auto;
        position: relative;
        z-index: 110;

        font-weight: 300;
        font-family: 'resamitz_bold';
	font-size: 34px;
	line-height: 50px;
	color:#000000;
    }

.conteiner-fluid .bannertopo .boxtextotopo span {
           text-decoration: underline;
        }



/*----------------------------------------------------------------*/



.esgr {
	width: 100%;
	background-color: #000000;
        background:url("../imagens/forest.jpg") no-repeat;
        background-size: 100% 100%;
        height: 800px; 
        float: left;
}

.esgr_conteudo {
	width: 900px;
	height: 800px; 
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.esgr_conteudo .titulo {
        padding-top: 180px;
	font-family: 'resamitz_bold';
	font-size:60px;
	line-height:70px;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
}

.esgr_conteudo .texto {
        padding-top: 30px;
        padding-right: 50px;
        padding-left: 50px;
	font-weight: 900;
        font-family: 'resamitz_bold';
	font-size: 34px;
	line-height: 50px;
	color:#ffffff;
}



/*----------------------------------------------------------------*/



.sobre {
	width: 100%;
	background-color: #ffffff;
        height: 550px; 
        float: left;
}


.sobre_conteudo {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
}

.sobre_conteudo .titulo {
        padding-top: 50px;
	font-family: 'resamitz_bold';
	font-size:30px;
	line-height:35px;
	font-weight: bold;
	color:#000000;
}

.sobre_conteudo .texto {
        padding-top: 30px;
	font-family: 'resamitz_bold';
	font-size:18px;
	line-height:24px;
	color:#000000;
}



/*----------------------------------------------------------------*/



.area-trabalho {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.area-trabalho .grafismotopo {
    position: absolute;
    width: 1000px;
    max-height: 476px;
    margin-left: 140px;
    z-index: 100;
    top: 0px;
}

.area-trabalho .grafismotopo .imagem {
    position: absolute;
    width: 100%;
    min-width: 1000px;
    height: 570px;
    z-index: 100;
    top: 90px;
}








.noticias {
	width: 100%;
	background-color: #FFFFFF;
        height: 200px; 
        float: left;
}

.noticias .noticia {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/mining.jpeg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_01 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/mining.jpeg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_02 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/msc_2.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_03 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/eeg.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_04 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/comunicacao.jpeg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_05 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/stock_exchange.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_06 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/bonds.jpeg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_07 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/social.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_08 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/rh.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_09 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/global.jpeg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_10 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/selo.png") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_11 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/concierge.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .noticia_12 {
	width: 22%;
	min-width: 270px;
	height: 270px;
        background-color: #000000;
        background:url("../imagens/branding.jpg") no-repeat;
        background-size: 100% 100%;
        float: left;
}

.noticias .separador_p {
	width: 2%;
	min-width: 30px;
	background-color: #FFFFFF;
        height: 300px; 
        float: left;
}

.noticias .separador_n {
	width: 3%;
	min-width: 30px;
	background-color: #FFFFFF;
        height: 300px; 
        float: left;
}

.noticias .referencia {
        width: 100%;
	height:20px;
	padding-top:4px;
	padding-left:10px;
	font-family: 'resamitz';
	font-size:14px;
	line-height:15px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
	color:#ffffff;
        float: left;
}

.noticias .conteudo {
        width: 100%;
	min-width: 270px;
	height: 136px;
	margin: 55px auto;
	background-color: rgba(255, 255, 255, 0.80);
}

.noticias .titulo {
        width: 100%;
	margin-top: 10px;
	font-family: 'resamitz_bold';
	font-size:20px;
	line-height:25px;
	color:#474747;
}

.noticias .texto {
        width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'resamitz';
	font-size:15px;
	line-height:22px;
	color:#111111;
	font-weight: bold;
}

.noticias .texto a {
	color:#cb1910;
        text-decoration: none;
}

.noticias .texto a:hover {
	color:#cb1910;
        text-decoration: none;
}

.noticias .texto a {
	color:#cb1910;
        text-decoration: none;
}





.conteudo_index {
	width: 100%;
	height: 2530px;
	background-color: #EFEFEF;
        float: left;
}

.conteudo_index_cb_1 {
	width: 1250px;
	min-height: 400px;
        margin: auto;
        margin-top: 90px;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:24px;
	color:#333333;
}

.conteudo_index_cb_1 h2 {
	font-family: 'resamitz_bold';
	font-size: 30px;
	line-height: 80px;
	color: #555555;
}

.conteudo_index_cb_imagem_1 {
	width: 650px;  
        height: 400px;
        float: right;
        background-color: #000000;
        background:url("../imagens/negocio.jpg") no-repeat;
        background-size: 100% 100%;
}

.conteudo_index_cb_texto_1 {
	width: 400px;  
        height: 400px;
        float: left;
        margin-left: 30px;
        margin-top: -40px;
}

.conteudo_index_cb_2 {
	width: 1250px;
	min-height: 600px;
        margin: auto;
        margin-top: 140px;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:24px;
	color:#333333;
}

.conteudo_index_cb_2 h2 {
	font-family: 'resamitz_bold';
	font-size: 30px;
	line-height: 80px;
	color: #555555;
}

.conteudo_index_cb_imagem_2 {
	width: 650px;  
        height: 550px;
        float: left;
        background-color: #000000;
        background:url("../imagens/trabalho.jpg") no-repeat;
        background-size: 100% 100%;
}

.conteudo_index_cb_texto_2 {
	width: 400px;  
        height: 550px;
        float: right;
        margin-top: -40px;
}

.conteudo_index_cb_3 {
	width: 1250px;
	min-height: 400px;
        margin: auto;
        margin-top: 90px;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:24px;
	color:#333333;
}

.conteudo_index_cb_3 h2 {
	font-family: 'resamitz_bold';
	font-size: 30px;
	line-height: 80px;
	color: #555555;
}

.conteudo_index_cb_imagem_3 {
	width: 650px;  
        height: 400px;
        float: right;
        background-color: #000000;
        background:url("../imagens/colab.jpg") no-repeat;
        background-size: 100% 100%;
}

.conteudo_index_cb_texto_3 {
	width: 400px;  
        height: 400px;
        float: left;
        margin-left: 30px;
        margin-top: -40px;
}

.conteudo_index_cb_4 {
	width: 1250px;
	min-height: 600px;
        margin: auto;
        margin-top: 160px;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:24px;
	color:#333333;
}

.conteudo_index_cb_4 h2 {
	font-family: 'resamitz_bold';
	font-size: 30px;
	line-height: 80px;
	color: #005500;
}

.conteudo_index_cb_imagem_4 {
	width: 650px;  
        height: 550px;
        float: left;
        background-color: #000000;
        background:url("../imagens/forest.jpg") no-repeat;
        background-size: 100% 100%;
}

.conteudo_index_cb_texto_4 {
	width: 400px;  
        height: 550px;
        float: right;
        margin-top: -40px;
}



/*----------------------------------------------------------------*/



.area-trabalho_produto {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.area-trabalho_produto .grafismotopo {
    position: absolute;
    width: 1000px;
    max-height: 476px;
    margin-left: 140px;
    z-index: 100;
    top: 0px;
}

.area-trabalho_produto .grafismotopo .imagem {
    position: absolute;
    width: 100%;
    min-width: 1000px;
    height: 570px;
    z-index: 100;
    top: 90px;
}

.conteiner-fluid_produto .bannertopo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.conteiner-fluid_produto .bannertopo  video {
        max-width: 1000px;
        height: 500px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

.conteiner-fluid_produto .bannertopo .boxtextotopo {
	font-family: 'resamitz';
	font-size: 18px;
	line-height: 24px;
        width: 600px;
        height: 600px;
        padding-right: 2%;
        padding-left: 2%;
        padding-bottom: 10%;
        padding-top: 10px;
        margin-left: 745px;
        position: relative;
        z-index: 110;
    }

.conteiner-fluid_produto .bannertopo .boxtextotopo .texttopo {
 	    font-family: 'resamitz_bold';
            font-size: 22px;
            position: relative;
            z-index: 110;
        }

.secao_produto { 
	width:100%;
        text-decoration: none; 
        border-radius: 10px !important; 
        background: #FFFFFF;  /* 2C3538 */ 
        padding: 3px 3px 3px 3px; 
}


.button-produto {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
  border-color: #e06000;
  transition: background-color 300ms ease-out;
  border-radius: 1000px;
  background-color: #888888;
}

.button-produto:hover, .button-send:focus, .button-send:active {
  border-radius: 1000px;
  background-color: #005500;
  color: #ffffff;
  text-decoration: none;
}


.contato_titulo {
	width: 100%;
        height: 110px;
	margin: 0px 0px;
        background-color: #ffffff;
        float: left;
}

.contato_titulo_texto {
        margin-top: 38px;
	font-family: 'resamitz_bold';
	font-size:36px;
	line-height:70px;
	color:#000000;
        text-align: center;
}


.contato_conteudo {
	width: 100%;
        height: 350px;
        float: left;
	margin: 0px 0px;
        background-color: #ffffff;
}


.contato_conteudo_texto {
	width:960px;
	margin: auto;
        vertical-align: middle;
	font-family: 'resamitz_bold';
	font-size:16px;
	line-height:22px;
	color:#474747;
}



/*----------------------------------------------------------------*/



.rodape {
  background-color: #FFFFFF;
  width:100%;
}

.rodape_logo{
	width:400px;
	float:left;
	margin-left:60px;
	margin-top:40px;
        height:110px;
}

.rodape_conteudo{
  background-color: #FFFFFF;
	width:700px;
	float:left;
	margin-top:40px;
	margin-left:20px;
}

.rodape_conteudo ul{
	width:350px;
	float:left;
}

.rodape_conteudo ul li{
	width:350px;
	font-family: 'resamitz';
	font-size:12px;
	color:#555555;
	padding-left:13px;
	margin:5px 0 3px 5px;
}

.rodape_conteudo ul li.rodape_titulo{
	font-family: 'resamitz_bold';
	font-size:15px;
	color:#ffffff;
	background:none;
	margin-bottom:15px;
}

.rodape_conteudo ul li.rodape_texto{
	font-family: 'resamitz';
	font-size:14px;
	color:#222222;
	background:none;
	margin-left:0;
}

.rodape_conteudo ul li a{
	color:#222222;
	
}

.rodape_conteudo ul img{
	margin-right:6px;
	margin-top:6px;
	
}


/*----------------------------------------------------------------*/

.form_item { border: 1px solid #ffffff; background-color: #FFFFFF; margin-top: 10px; margin-left: 30px; padding-left: 20px; padding-top: 10px; }

.form_item_label { font-size: 12px; line-height: 20px; font-weight: bold; color: #555555; height: 20px; vertical-align: middle; font-family: 'resamitz_bold'; }

.form_item_component { margin-top: 5px;  font-family: 'resamitz_bold';}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 2px solid #dddddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 12px;
  margin: 0 0 16px 0;
  padding: 2px 8px 2px 8px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #888888;
  border-color: #888888;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fcfcfc;
  border-color: #888888;
  outline: none;
}
input[type="text"][disabled], fieldset[disabled] input[type="text"],
input[type="password"][disabled], fieldset[disabled]
input[type="password"],
input[type="date"][disabled], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled], fieldset[disabled]
input[type="month"],
input[type="week"][disabled], fieldset[disabled]
input[type="week"],
input[type="email"][disabled], fieldset[disabled]
input[type="email"],
input[type="number"][disabled], fieldset[disabled]
input[type="number"],
input[type="search"][disabled], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled], fieldset[disabled]
input[type="time"],
input[type="url"][disabled], fieldset[disabled]
input[type="url"],
textarea[disabled], fieldset[disabled]
textarea {
  background-color: #eeeeee;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 3px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

textarea[rows] {
  height: auto;
}

select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 2px solid #ecf0f1;
  padding: 8px;
  font-size: 12px;
  border-radius: 0;
  height: 30px;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #1abc9c;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

.button-send {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 12px;
  border-color: #e06000;
  transition: background-color 300ms ease-out;
  border-radius: 1000px;
  background-color: #888888;
}
.button-send:hover, .button-send:focus, .button-send:active {
  border-radius: 1000px;
  background-color: #bb0900;
}


@media only screen and (max-device-width: 600px) {
.sobre_texto {
	width:750px; 
        margin-left: 50px;
        margin-top: 80px;
        float: left;
	font-family: 'resamitz';
	font-size:8px;
	line-height:12px;
	color:#474747;
}
}


