﻿/* HTML */
/* HTML */
/* HTML */

body { background-color: #264444; color: #ffffff; padding-bottom: 60px; }
h1 { margin: 0; padding: 10px 20px; text-align: center; background-color: #187f84; color: #ffffff; font-size: 12px; font-weight: bold; }
h2 { text-align: center; color: #ffcc34; font-size: 24px; font-weight: bold; margin: 15px 0 25px 0; }
h2.comSub { margin-bottom: 0; }
h3 { text-align: left; color: #95dee1; font-size: 20px; font-weight: normal; margin-top: 5px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #09bdc5; }
h6 { color: #ffcc34; border-bottom: 1px solid #ffcc34; font-size: 14px; font-weight: normal; margin: 20px 0 5px 0; padding-bottom: 5px; }
a { color: #95dee1; text-decoration: none; }
a:hover { color: #73bcc0; text-decoration: none; }

/* BOOTSTRAP */
/* BOOTSTRAP */
/* BOOTSTRAP */
.alert-success { background-color: #3c763d !important; border-color: #4d874e !important; color: #d6e9c6 !important; font-weight: normal; }
.alert-warning { background-color: #eedf00 !important; border-color: #ddce00 !important; color: #222222 !important; font-weight: normal; }
.alert-danger { background-color: #ac0a07 !important; border-color: #9b0906 !important; color: #f2dede !important; font-weight: normal; }
.btn-info { background-color: #08acb4; color: #fff; border-color: #08acb4; }
.btn-info:hover { background-color: #079ba3; color: #fff; border-color: #079ba3; }
.form-group label { padding-bottom: 50; font-size: 12px; margin-top: 12px;}
.form-group label.mt0 { padding-bottom: 50; font-size: 12px; margin-top: 0;}
.form-check-input:checked { background-color: #079ba3; border-color: #079ba3; }

/* CABECALHO */
/* CABECALHO */
/* CABECALHO */

#cabecalho { position: relative; background-color: #f4f4f4; padding: 10px 0; }
#menu { position: absolute; top: 0; left: 0; padding: 40px; cursor: pointer; }
#menu i { font-size: 20px; color: black; }
#logo { text-align: right; padding: 20px; }
#menuOpened { position: absolute; top: 0; left: 0; display: none; padding: 20px; z-index: 100; min-width: 50%; height: 100vh; background-color: #187f84; color: #ffffff; }
#menuClose i { width: 100%; text-align: right; font-size: 20px; color: #ffffff; cursor: pointer; padding-bottom: 15px; }
#menuItens ul {	 list-style: none; padding-left: 0; }
#menuItens ul li { padding: 8px 0; border-bottom: 1px solid #08acb4; }
#menuItens ul li a { color: #ffffff; text-decoration: none; }


/* CORES */
/* CORES */
/* CORES */

.cAmarelo { color: #eab531 !important; }
.cVerde { color: #5ba680 !important; }
.cAzul { color: #5f9baa !important; }
.cVermelho { color: #ce5860 !important; }
.cRoxo { color: #ac259e !important; }
.cChumbo { color: #555555 !important; }

.cAmarelo:hover { background-color: #eab531 !important; color: #ffffff !important; }
.cVerde:hover { background-color: #5ba680 !important; color: #ffffff !important; }
.cAzul:hover { background-color: #5f9baa !important; color: #ffffff !important; }
.cVermelho:hover { background-color: #ce5860 !important; color: #ffffff !important; }
.cRoxo:hover { background-color: #ac259e !important; color: #ffffff !important; }
.cChumbo:hover { background-color: #555555 !important; color: #ffffff !important; }

.fAmarelo { background-color: #eab531 !important; color: #ffffff !important; }
.fVerde { background-color: #5ba680 !important; color: #ffffff !important; }
.fAzul { background-color: #5f9baa !important; color: #ffffff !important; }
.fVermelho { background-color: #ce5860 !important; color: #ffffff !important; }
.fRoxo { background-color: #ac259e !important; color: #ffffff !important; }
.fChumbo { background-color: #555555 !important; color: #ffffff !important; }

.fAmarelo:hover { color: #eab531 !important; background-color: #f9f6f2 !important; }
.fVerde:hover { color: #5ba680 !important; background-color: #f9f6f2 !important; }
.fAzul:hover { color: #5f9baa !important; background-color: #f9f6f2 !important; }
.fVermelho:hover { color: #ce5860 !important; background-color: #f9f6f2 !important; }
.fRoxo:hover { color: #ac259e !important; background-color: #c2bfba !important; }
.fChumbo:hover { color: #555555 !important; background-color: #dddddd !important; }
.pinta { background-color: #c6b000 !important; }

/* CONTEUDO */
/* CONTEUDO */
/* CONTEUDO */

#conteudo { padding: 25px 5px 50px 5px; min-height: 60vh; }
.sep { height: 25px; }
.w50 { width: 50%; }
.fs13 { font-size: 13px !important; }
.fs16 { font-size: 16px !important; }
.eof { padding: 15px !important; text-align: center; color: #ffffa4; }
.cor { color: #95dee1; };
.mt0 { margin-top: 0 !important; }
.inputGrande { width: 100%; padding: 20px 20px !important; margin-top: 3px; margin-bottom: 20px; border: none; border-bottom: 2px solid #079ba3; background-color: #fffbf0; color: #333333; font-size: 16px; }
.inputMedio { width: 100%; padding: 15px 10px !important; margin-top: 3px; margin-bottom: 10px; border: none; border-bottom: 2px solid #079ba3; background-color: #fffbf0; color: #333333; font-size: 15px; }
.inputPequeno { width: 100%; padding: 10px 8px !important; margin-top: 3px; margin-bottom: 10px; border: none; border-bottom: 2px solid #079ba3; background-color: #fffbf0; color: #333333; font-size: 14px; }
.btnGrande { background-color: #ffcc34; color: #222; font-weight: bold; font-size: 16px; width: 100%; padding: 20px 0; }
.btnGrande:hover { background-color: #eebb23; }
.btnMedio { background-color: #ffcc34; color: #222; font-weight: bold; font-size: 14px; width: 100%; padding: 10px 0; margin: 10px 0; }
.btnMedio:hover { background-color: #eebb23; }
.btnMedioAzul { background-color: #95dee1; color: #222; font-weight: normal; font-size: 14px; width: 100%; padding: 10px 0; margin: 10px 0; }
.btnMedioAzul:hover { background-color: #84cdd0; }
.btnMedioAmarelo { background-color: #ffcc34; color: #222; font-weight: normal; font-size: 14px; width: 100%; padding: 10px 0; margin: 10px 0; }
.btnMedioAmarelo:hover { background-color: #eebb23; }
.btnRetornar { border: 1px solid #ffcc34; background-color: #264444; color: #f9f9f9; font-weight: normal; font-size: 14px; width: 100%; padding: 10px 0; margin: 40px 0; }
.btnRetornar:hover { background-color: #153333; color: #ffcc34; }
.btn-whatsapp { display: block; width: 100%; background-color: #25D366; color: #fff; border-radius: 3px; text-align: center; padding: 3px 0; text-decoration: none; }
.btn-whatsapp:hover { background-color: #14C255; color: #f9f9f9; text-decoration: none; }



#rodFixo { padding: 10px; background: #f9f9f9; position: fixed; bottom: 0; width: 100%; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; z-index: 999999999; border-top: 5px solid #08acb4; }
#rodFixo a { display: block; padding: 5px; font-size: 11px; border-left: 1px solid #08acb4; text-align: center !important; width: calc(25%); color: #000; }
#rodFixo a:hover { color: #08acb4; }
#rodFixo a:first-child { border-left: none !important; }
#rodFixo a i { text-align: center !important; display: block !important; color: #08acb4; font-size: 18px; }