/* =============================================================================
_________                             .___               _________.__  __                 
\_   ___ \_____    ___________      __| _/____  ______  /   _____/|__|/  |_  ____   ______
/    \  \/\__  \  /  ___/\__  \    / __ |/  _ \/  ___/  \_____  \ |  \   __\/ __ \ /  ___/
\     \____/ __ \_\___ \  / __ \_ / /_/ (  <_> )___ \   /        \|  ||  | \  ___/ \___ \ 
 \______  (____  /____  >(____  / \____ |\____/____  > /_______  /|__||__|  \___  >____  >
        \/     \/     \/      \/       \/          \/          \/               \/     \/ 
Criado e desenvolvido por: Casa dos sites
CEO / CTO: Fabio Augusto
Website: https://www.casadossites.com
/* =============================================================================*/

/* RESET DA PÁGINA */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
}

a img {
  border: 0;
}

figure {
  display: inline-block;
  margin-top: -0.5%;
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}

.strong {
  font-weight: 600 !important;
}

.divisor {
  border: 1px solid #f1f1f1;
}

.mt0 {
  margin-top: 0%;
}
.mt1 {
  margin-top: 1%;
}
.mt2 {
  margin-top: 2%;
}
.mt3 {
  margin-top: 3%;
}
.mt4 {
  margin-top: 4%;
}
.mt5 {
  margin-top: 5%;
}
.mt6 {
  margin-top: 6%;
}
.mt7 {
  margin-top: 7%;
}
.mt8 {
  margin-top: 8%;
}
.mt9 {
  margin-top: 9%;
}
.mt10 {
  margin-top: 10%;
}

.mb1 {
  margin-bottom: 1%;
}
.mb2 {
  margin-bottom: 2%;
}
.mb3 {
  margin-bottom: 3%;
}
.mb4 {
  margin-bottom: 4%;
}
.mb5 {
  margin-bottom: 5%;
}
.mb6 {
  margin-bottom: 6%;
}
.mb7 {
  margin-bottom: 7%;
}
.mb8 {
  margin-bottom: 8%;
}
.mb9 {
  margin-bottom: 9%;
}
.mb10 {
  margin-bottom: 10%;
}
.ml1 {
  margin-left: 1%;
}
.ml2 {
  margin-left: 2%;
}
.ml3 {
  margin-left: 3%;
}
.ml4 {
  margin-left: 4%;
}
.ml5 {
  margin-left: 5%;
}
.ml6 {
  margin-left: 6%;
}
.ml7 {
  margin-left: 7%;
}
.ml8 {
  margin-left: 8%;
}
.ml9 {
  margin-left: 9%;
}
.ml10 {
  margin-left: 10%;
}
.mr1 {
  margin-right: 1%;
}
.mr2 {
  margin-right: 2%;
}
.mr3 {
  margin-right: 3%;
}
.mr4 {
  margin-right: 4%;
}
.mr5 {
  margin-right: 5%;
}
.mr6 {
  margin-right: 6%;
}
.mr7 {
  margin-right: 7%;
}
.mr8 {
  margin-right: 8%;
}
.mr9 {
  margin-right: 9%;
}
.mr10 {
  margin-right: 10%;
}
/* //////////////////////////////////////////// */
.pt1 {
  padding-top: 1%;
}
.pt2 {
  padding-top: 2%;
}
.pt3 {
  padding-top: 3%;
}
.pt4 {
  padding-top: 4%;
}
.pt5 {
  padding-top: 5%;
}
.pt6 {
  padding-top: 6%;
}
.pt7 {
  padding-top: 7%;
}
.pt8 {
  padding-top: 8%;
}
.pt9 {
  padding-top: 9%;
}
.pt10 {
  padding-top: 10%;
}

.pb1 {
  padding-bottom: 1%;
}
.pb2 {
  padding-bottom: 2%;
}
.pb3 {
  padding-bottom: 3%;
}
.pb4 {
  padding-bottom: 4%;
}
.pb5 {
  padding-bottom: 5%;
}
.pb6 {
  padding-bottom: 6%;
}
.pb7 {
  padding-bottom: 7%;
}
.pb8 {
  padding-bottom: 8%;
}
.pb9 {
  padding-bottom: 9%;
}
.pb10 {
  padding-bottom: 10%;
}
.pl1 {
  padding-left: 1%;
}
.pl2 {
  padding-left: 2%;
}
.pl3 {
  padding-left: 3%;
}
.pl4 {
  padding-left: 4%;
}
.pl5 {
  padding-left: 5%;
}
.pl6 {
  padding-left: 6%;
}
.pl7 {
  padding-left: 7%;
}
.pl8 {
  padding-left: 8%;
}
.pl9 {
  padding-left: 9%;
}
.pl10 {
  padding-left: 10%;
}
.pr1 {
  padding-right: 1%;
}
.pr2 {
  padding-right: 2%;
}
.pr3 {
  padding-right: 3%;
}
.pr4 {
  padding-right: 4%;
}
.pr5 {
  padding-right: 5%;
}
.pr6 {
  padding-right: 6%;
}
.pr7 {
  padding-right: 7%;
}
.pr8 {
  padding-right: 8%;
}
.pr9 {
  padding-right: 9%;
}
.pr10 {
  padding-right: 10%;
}

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

.f-size07 {
  font-size: 0.7em;
}
.f-size08 {
  font-size: 0.8em;
}
.f-size09 {
  font-size: 0.9em;
}
.f-size1 {
  font-size: 1em;
}
.f-size11 {
  font-size: 1.1em;
}
.f-size12 {
  font-size: 1.2em;
}
.f-size13 {
  font-size: 1.3em;
}
.f-size14 {
  font-size: 1.4em;
}
.f-size15 {
  font-size: 1.5em;
}
.f-size16 {
  font-size: 1.6em;
}
.f-size17 {
  font-size: 1.7em;
}
.f-size18 {
  font-size: 1.8em;
}
.f-size19 {
  font-size: 1.9em;
}
.f-size2 {
  font-size: 2em;
}

.cursor {
  cursor: pointer;
}

.b-shadow {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.radius-circulo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.container {
  display: flex;
  width: 100%;
}

.container-margim {
  padding: 0 3%;
}

.no-margim {
  margin-right: 0 !important;
}

.lado_lado {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.box {
  width: auto;
  float: left;
}

.box10 {
  width: 9%;
  margin-right: 1%;
}

.box15 {
  width: 14%;
  margin-right: 1%;
}

.box16 {
  width: 15.6%;
  margin-right: 1%;
}

.box20 {
  width: 19%;
  margin-right: 1%;
}

.box25 {
  width: 24%;
  margin-right: 1%;
}

.box30 {
  width: 29%;
  margin-right: 1%;
}

.box33 {
  width: 32.33%;
  margin-right: 1%;
}

.box35 {
  width: 34%;
  margin-right: 1%;
}

.box40 {
  width: 39%;
  margin-right: 1%;
}

.box45 {
  width: 44%;
  margin-right: 1%;
}

.box50 {
  width: 49%;
  margin-right: 1%;
}

.box55 {
  width: 54%;
  margin-right: 1%;
}

.box60 {
  width: 59%;
  margin-right: 1%;
}

.box65 {
  width: 64%;
  margin-right: 1%;
}

.box70 {
  width: 69%;
  margin-right: 1%;
}

.box75 {
  width: 74%;
  margin-right: 1%;
}

.box80 {
  width: 79%;
  margin-right: 1%;
}

.box85 {
  width: 84%;
  margin-right: 1%;
}

.box90 {
  width: 89%;
  margin-right: 1%;
}

.box95 {
  width: 94%;
  margin-right: 1%;
}

.box100 {
  width: 100%;
}

.ds-none {
  display: none;
}

.limpar {
  clear: both !important;
}

.btn {
  font-size: 0.8em;
  display: inline-block;
  padding: 10px 20px;
  border-width: 1px;
  border-color: #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.btn-cinza {
  color: #fff;
  background: linear-gradient(#9ca3af, #6b7280);
  box-shadow: inset 0px -3px 7px 0px #6b7280;
  text-shadow: inset 0px 1px 0px #9ca3af;
}

.btn-cinza:hover {
  background: linear-gradient(#9ca3af, #6b7280);
}

.btn-azul {
  color: #fff;
  background: linear-gradient(#2dabf9, #0688fa);
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  text-shadow: inset 0px 1px 0px #263666;
}

.btn-azul:hover {
  background: linear-gradient(#0688fa, #2dabf9);
}

.btn-verde {
  color: #fff;
  box-shadow: inset 0px 1px 0px 0px #9acc85;
  background: linear-gradient(#74ad5a, #68a54b);
}
.btn-verde:hover {
  background: linear-gradient(#68a54b, #74ad5a);
}

.btn-vermelho {
  color: #fff;
  box-shadow: inset 0px 1px 0px 0px #c1181f;
  background: linear-gradient(#e1161e, #aa1419);
}
.btn-vermelho:hover {
  background: linear-gradient(#aa1419, #e1161e);
}

.btn-amarelo {
  color: #fff;
  box-shadow: inset 0px 1px 0px 0px #d68411;
  background: linear-gradient(#d68411, #a8690f);
}
.btn-amarelo:hover {
  background: linear-gradient(#a8690f, #d68411);
}

.alerta {
  padding: 1.5% 2%;
  border: 1px solid gray;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 0.8em;
}
.error {
  border-color: #e8273b;
  color: #fff;
  background-color: #ed5565;
}
.sucesso {
  border-color: #87c940;
  color: #fff;
  background-color: #a0d468;
}
.atencao {
  border-color: #f4a911;
  color: #fff;
  background-color: #f6bb42;
}

.info {
  border-color: #2f80e7;
  color: #fff;
  background-color: #5d9cec;
}

.carregando_interno {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 29px;
  background-color: #fff;
  margin-top: 2%;
}

.carregando_interno p {
  margin-left: 2%;
  font-size: 1.1em;
}

/*/////////// TOOLTIP ////////////////////////////////*/

[data-balloon] {
  position: relative;
}

[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  text-align: center;
}

[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: 0.5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
}

[data-balloon]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>')
    no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}

[data-balloon]:hover:before,
[data-balloon]:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-break]:after {
  white-space: normal;
}

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon-pos="down"]:after {
  margin-top: 11px;
}

[data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>')
    no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"]:hover:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon-pos="left"]:after {
  margin-right: 11px;
}

[data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>')
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"]:hover:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon-pos="right"]:after {
  margin-left: 11px;
}

[data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>')
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"]:hover:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon-length]:after {
  white-space: normal;
}

[data-balloon-length="small"]:after {
  width: 80px;
}

[data-balloon-length="medium"]:after {
  width: 150px;
}

[data-balloon-length="large"]:after {
  width: 260px;
}

[data-balloon-length="xlarge"]:after {
  width: 90vw;
}

@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}

[data-balloon-length="fit"]:after {
  width: 100%;
}

/*como usar tootip*/

/*<button data-balloon-length="small" data-balloon="Hi." data-balloon-pos="up">Hover me!</button>

data-balloon="o texto que quiser" 
data-balloon-length= "aqui a uma serie de geitos de mostrar vai esta listado abaixo"
up
left
right
down
 
data-balloon-length="tamanho do tootip"
small
medium
large
xlarge 
fit*/

.modal_janela {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 36000;
  background: rgba(0, 0, 0, 0.9);
}

.pagina_modal {
  position: fixed;
  height: 100%;
  width: 80%;
  right: -80%;
  top: 0;
  z-index: 36000;
  background-color: #f1f1f1;
  padding: 2%;
}

.pagina_modal_categoria {
  position: fixed;
  height: 100%;
  width: 80%;
  right: -80%;
  top: 0;
  z-index: 36000;
  background-color: #f1f1f1;
  padding: 2%;
}

.cabeca_pagina_modal {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.cabeca_pagina_modal h1 {
  border-left: 10px solid #000;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 26px;
  width: 90%;
  background: #fff;
}

.cabeca_pagina_modal div {
  padding: 10px 15px;
  background: #000;
  color: #fff;
}

.conteudo_pagina_modal {
  background: #fff;
  margin-top: 2%;
  padding: 2%;
  overflow: auto;
  overflow-x: hidden;
}

.pagina_modal_ {
  position: fixed;
  height: 100%;
  width: 80%;
  right: -80%;
  top: 0;
  z-index: 36000;
  background-color: #f1f1f1;
  padding: 2%;
}

.cabeca_pagina_modal_ {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.cabeca_pagina_modal_ h1 {
  border-left: 10px solid #000;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 26px;
  width: 90%;
  background: #fff;
}

.cabeca_pagina_modal_ div {
  padding: 10px 15px;
  background: #000;
  color: #fff;
}

.base_modal {
  background: #fff;
  margin-top: 2%;
  padding: 2%;
  overflow: auto;
  overflow-x: hidden;
}

.form label {
  font-size: 0.8em;
  margin-bottom: 0%;
  text-align: left;
  color: #000;
}

.form .texto_form {
  font-size: 0.8em;
  margin-bottom: 0%;
  text-align: left;
  color: #000;
}

.select_semform {
  width: 100%;
  padding: 8px 15px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="text"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="email"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="tel"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="number"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form textarea {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="password"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="date"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="url"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.form input[type="file"] {
  width: 100%;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: 1px solid #000;
}

/* ESTILO DAS LISTAGENS */
.final__toggle-1 {
  /*!font-family: Helvetica, Arial, sans-serif;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.final__toggle-1__input {
  display: none;
}
.final__toggle-1__button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #f2395a;
  border: 1px solid #f2395a;
  color: #ffffff;
  width: 60px;
  height: 26px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.final__toggle-1__button:before {
  position: absolute;
  top: 3.1px;
  left: 25px;
  right: auto;
  display: inline-block;
  height: 17px;
  padding: 1px 3px 0px 4px;
  background-color: #ffffff;
  color: #f2395a;
  content: "off";
  transition: all 0.3s ease;
}
.final__toggle-1__input:checked + .final__toggle-1__button {
  background-color: #00b3b4; /*ALTERAR COR DO BOTÃO ON*/
  border: 1px solid #00b3b4; /*ALTERAR ESPESSURA DA BORDA ON*/
}
.final__toggle-1__input:checked + .final__toggle-1__button:before {
  left: 3px;
  content: "ON";
  color: #00b3b4;
}

.placeholder_branco::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/*Estilo tabela*/
@media screen and (max-width: 580px) {
}

.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9em;
}
.table {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}
.row {
  display: table-row;
  background: #ffffff;
}
.row:hover {
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.row.green {
  background: #27ae60;
}
.row.black {
  background: #000;
  color: #ffffff;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 70px;
    font-size: 0.9em;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}
.cell {
  padding: 5px 4px;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8em;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}
.botao_lista {
  padding: 8px 8px;
}

.mylabel {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}
.mylabel input {
  display: none;
}
.slidinggroove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ababab; /*COR DESATIVADO*/
  border-radius: 20px;
  transition: all 0.3s ease;
}
.slidinggroove:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  top: 1px;
  left: 1px;
  transition: all 0.3s ease;
}
input:checked + .slidinggroove {
  background-color: green; /*COR ATIVADO*/
}
input:checked + .slidinggroove:after {
  transform: translateX(20px);
}
.labelterm {
  position: relative;
  top: 2px;
  margin-left: 47px;
  width: 200px;
}

/* PAGINA 404 */
.pg404 {
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.pg404 article:nth-child(1) {
  width: 40%;
  margin-top: 4%;
  margin-bottom: 4%;
}
.pg404 article:nth-child(2) {
  width: 40%;
  margin-top: 4%;
  margin-bottom: 4%;
}
.pg404 article:nth-child(2) h1 {
  font-size: 1.5em;
  margin-bottom: 2%;
}
.pg404 article:nth-child(2) a {
  margin-top: 5%;
}

.pg404 img {
  width: 100%;
}

.radio_ {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.radio__ {
  display: inline-block;
  /*margin: 5px 1px;*/
  font-size: 0.8em;
  cursor: pointer;
  margin-bottom: 4px;
}

.radio__ label {
  display: inline-block;
  background-color: #263666;
  border: 1px solid #000;
  color: #fff;
  transform: 0.2s all ease;
  -webkit-transform: 0.2s all ease;
  -moz-transform: 0.2s all ease;
  -ms-transform: 0.2s all ease;
  -o-transform: 0.2s all ease;
  padding: 16px 16px;
  border-radius: 5px;
}

.radio__ label:hover {
  border: 1px solid #b2b2b2;
}

.radio__ input[type="radio"]:checked + label {
  border: 1px solid #b2b2b2;
  background-color: #436ff2;
  color: #fff;
}

.radio__ input[type="radio"] {
  opacity: 0;
}

.checkbox_ {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.checkbox__ {
  display: inline-block;
  margin: 5px 1px;
  font-size: 1em;
  cursor: pointer;
}

.checkbox__ label {
  display: inline-block;
  background-color: #263666;
  border: 1px solid #000;
  color: #fff;
  transform: 0.2s all ease;
  -webkit-transform: 0.2s all ease;
  -moz-transform: 0.2s all ease;
  -ms-transform: 0.2s all ease;
  -o-transform: 0.2s all ease;
  padding: 16px 16px;
  border-radius: 5px;
}

.checkbox__ label:hover {
  border: 1px solid #b2b2b2;
}

.checkbox__ input[type="checkbox"]:checked + label {
  border: 1px solid #b2b2b2;
  background-color: #436ff2;
  color: #fff;
}

.checkbox__ input[type="checkbox"] {
  opacity: 0;
}
