/*
** Desenvolvido por Agencia Mxmais. 
** http://www.mxmais.com.br 
*/

@charset "UTF-8";

@keyframes pulse-whatsapp {
    from { box-shadow: 0 0 0 0px rgba(40,135,106,1); }
    to { box-shadow: 0 0 0 45px rgba(40,135,106,0); }
}

@-webkit-keyframes pulse-whatsapp {
    from { box-shadow: 0 0 0 0px rgba(40,135,106,1); }
    to { box-shadow: 0 0 0 45px rgba(40,135,106,0); }
}

@keyframes pulse-telefone {
    from { box-shadow: 0 0 0 0px rgba(255,0,0,1); }
    to { box-shadow: 0 0 0 45px rgba(40,135,106,0); }
}

@-webkit-keyframes pulse-telefone {
    from { box-shadow: 0 0 0 0px rgba(255,0,0,1); }
    to { box-shadow: 0 0 0 45px rgba(40,135,106,0); }
}

/* Whatsapp */
.whatsappbt { position: fixed; width: 64px; height: 64px; right: 15px; bottom: 15px; border-radius: 100px; background: #33CC33; animation: pulse-whatsapp 1s; animation-iteration-count: infinite; z-index: 300; }
.whatsappbt img { width: 50%; height: 50%; margin: 25%; }

.bt_whatsappbt { display: inline-block; font-size: 32px; margin: 25px; padding: 10px 25px; border-radius: 30px; background: #33CC33; color: #FFFFFF; font-weight: 600; }
.bt_whatsappbt:hover { animation: pulse-whatsapp 1s; animation-iteration-count: infinite; z-index: 300; color: #FFFFFF; }
.bt_whatsappbt img { width: 25px; margin: 0 5px; }
/* Whatsapp */

/* Reset */
* { margin: 0; padding: 0; font-family: arial; }

/* Controle de Animações */
* { transition: color .5s, background .5s, border .5s; } 

/* Configurações basicas */
a, a:hover { text-decoration: none; }

p { font-size: 16px; margin: 20px 0px; }

h1, h2, h3, h4, h5 { font-weight: 100; }

h1 { font-size: 50px; margin: 20px 0px; }
h2 { font-size: 40px; margin: 20px 0px; }
h3 { font-size: 30px; margin: 20px 0px; }
h4 { font-size: 20px; margin: 20px 0px; }
h5 { font-size: 18px; margin: 20px 0px; }

.primary_color { color: #008000; }
.primary_bg { background: #008000; }

.bg_red         { background: #C81C0E; }
.bg_yellow      { background: #FFFF00; }
.bg_orange      { background: #E44413; }
.bg_blue        { background: #0000FF; }
.bg_white       { background: #FFFFFF; }
.bg_grey        { background: #F4F4F4; }
.bg_black       { background: #000000; }

.left       { text-align: left; }
.center     { text-align: center; }
.right      { text-align: right; }
.justify    { text-align: justify; }

.float_left  { float: left; }
.float_right { float: right; }

.img_left   { width: 20%; margin: 10px 50px 10px 0; float: left; }
.img_right  { width: 20%; margin: 10px 0 10px 50px; float: right; }

.img_long { width: 100%; }
.img_mediun { width: 90%; }
.img_short { width: 40%; }

.radius { border-radius: 10px; }

.lista { position: relative; width: 100%; margin: 10px 10px 10px 50px; text-align: left; display: inline-block; float: left; }
.lista li { margin: 15px 0; }

.table { display: table; }
.block { display: block; }

.cont_2     { width: 46.000%; margin: 2%; float: left; display: table; }
.cont_3     { width: 31.333%; margin: 1%; float: left; display: table; }
.cont_3_2   { width: 64.666%; margin: 1%; float: left; display: table; }

container   { width: 90%; margin: 00px auto; display: table; }
section     { width: 90%; margin: 30px auto; display: table; }

/*** loading ***/
#loading { 
    position: fixed;
    width: 100%; height: 100%;
    top: 0; left: 0;
    z-index: 5000;
    background: url(../_img/loading.gif) center no-repeat rgba(255,255,255,.8);
}
/*** loading ***/

/*** whatsapp ***/
.whatsapp { width: 60%; margin: 50px auto; display: none; }
.whatsapp img { width: 100%; border-radius: 100px; }
/*** whatsapp ***/

/*** up ***/
#up         { position: fixed; width: 32px; height: 32px; right: 15px; bottom: 15px; background: #FF6600; border: solid 3px #FFFFFF; } 
#up:hover   { cursor: pointer; }
#up img { width: 100%; }

#up, #up:hover { transition: opacity .5s; }
/*** up ***/

/*** social ***/
.social_float { position: fixed; width: 50px; top: 300px; left: 0px; z-index: 4000; text-align: left; }
.social_float a { width: 30px; height: 30px; background: #008000; margin: 1px 0px; display: table; float: left; border-radius: 0 5px 5px 0; }
.social_float a:hover { width: 50px; background: #CCCCCC; }
.social_float a img { width: 16px; margin: 8px; float: right; }

.social_float * { transition: width .5s, opacity .5s; }
/*** social ***/

/*** Responsive ***/
/* Tablet */
@media only screen and (max-width: 930px){
    * { font-weight: 600; }
    
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    
    .cont_2     { width: 98%; margin: 1%; float: none; }
    .cont_3     { width: 98%; margin: 1%; float: none; }
    .cont_3_2   { width: 98%; margin: 1%; float: none; }
    
    /*** whatsapp ***/
    .whatsapp { display: table; }
    /*** whatsapp ***/
}

/* Celular */
@media only screen and (max-width: 640px){
    
}
/*** Responsive ***/