/* BD
Y)&AW8d=q])@
*/

body, html {
    font-family: 'Open-Sans', sans-serif;
    overflow-x: hidden;
    color: #808080;
    font-weight: 300;
    font-size: 15px;
}

a:hover {text-decoration: none !important;}
.mobile {display: none;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.vertical {margin: auto 0;}
.imgtotal img {width: 100%;}

/* HEADER */
header .faixa {
    background-color: #e60000;
    color: #fff
}
header .faixa a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 1em;
    text-transform: uppercase;
}
header .faixa a:hover {
    color: #e60000;
    background: #FCFB7C;
    transition: all 0.1s ease-in;
}
header .faixa .hvr-underline-from-left::before {
    background: #333;
    height: 2px;
}
header .area-restrita {
    position: absolute;
    z-index: 1;
    width: 100%;
}
header .area-restrita .bg {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.24);
    padding: 8px 0;
}
header .area-restrita a {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px;
    text-transform: uppercase;
}
header .area-restrita a:hover {
    color: #e60000;
    background: #FCFB7C;
    padding: 8px;
    transition: all 0.1s ease-in;
    border-radius: 20px;
}
header .area-restrita p {
    color: #333;
    padding: 8px 0 0;
    margin: 0;
    border-top: 1px solid #ffc300;
}
header .area-restrita p strong {
    color: #e60000;
    font-weight: 800;
}
header .topo h1 {
    text-indent: -9000em;
    position: absolute;
}
header .topo .logo {
    padding: 40px 0;
}

/* MENU */
header #menuHeader.menu {
    background: #333;
}
header #menuHeader.menu a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 20px 0.9em;
    text-transform: uppercase;
    font-weight: 400;
}
header #menuHeader.menu a.inscricoes {
    color: #ffc300;
}
header #menuHeader.menu .hvr-underline-from-left::before {
    background: #333;
    height: 2px;
}
header #menuHeader.menu a:hover {
    color: #e60000;
    background: #FCFB7C;
    transition: all 0.2s ease-in;
}
header #menuHeader.menu .inscricoes a:hover {
    color: #e60000;
    background: #FCFB7C;
    transition: all 0.2s ease-in;
}

/* SUBMENU */
header #menuHeader.menu .submenu .extra{
    border-top: 2px solid #FCFB7C;
    background: #333;
    position: absolute;
    top: 60px;
    width: 190px;
    margin-left: 40px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
header #menuHeader.menu .submenu .extra a{
    display: block;
    color: #fff;
    padding: 15px 0;
}
header #menuHeader.menu .submenu .extra a:hover{
    color: #e60000;
}
header #menuHeader.menu .submenu:hover .extra{
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
header #menuHeader.menu .submenu2 .extra{
    border-top: 2px solid #FCFB7C;
    background: #333;
    position: absolute;
    top: 60px;
    width: 190px;
    margin-left: 40px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
header #menuHeader.menu .submenu2 .extra a{
    display: block;
    color: #fff;
    padding: 15px 0;
}
header #menuHeader.menu .submenu2 .extra a:hover{
    color: #e60000;
}
header #menuHeader.menu .submenu2:hover .extra{
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
header #menuHeader.menu .submenu3 .extra {
    border-top: 2px solid #FCFB7C;
    background: #333;
    position: absolute;
    top: 60px;
    width: 200px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    right: 270px;
}
header #menuHeader.menu .submenu3 .extra a{
    display: block;
    color: #fff;
    padding: 15px 0;
}
header #menuHeader.menu .submenu3 .extra a:hover{
    color: #e60000;
}
header #menuHeader.menu .submenu3:hover .extra{
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

/* HEADER FIXO */
header #menuHeader.menu-fixo {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #333;
}

/* SOBRE */
.sobre {
    background: url('/images/fundo-historia.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 25px;
    color: #fff;
}
.sobre h2 {
    font-weight: 800;
    font-size: 20px;
}
.sobre strong {
    font-weight: 800;
}
.sobre a {
    font-weight: 800;
    color: #ffc300;
    padding-left: 0;
}
.sobre .hvr-underline-from-left::before {
    background: #ffc300;
    height: 2px;
}

/* GERAL */
.geral {
    background: url('/images/fundo-geral.jpg');
    background-position: center top;
    background-size: 100%;
    padding: 50px 0;
    color: #333;
}
.geral h3 {
    color: #e60000;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}
.geral a {
    color: #333;
    display: block;
    font-weight: 300;
}
.geral .divisor {
    padding: 70px 0;
}

/* GERAL INTERNO */
.geral.interno h2 {
   color: #e60000;
   font-weight: 800;
   font-size: 25px;
   margin-bottom: 30px;
}
.geral.interno strong {
    font-weight: 800;
}
.geral.interno .atencao span,.geral.interno label span {
    color: #ff0000;
}
.geral.interno .recuperar-senha {
    margin-top: 30px;
}

/* PROGRAMAÇÃO */
.geral.interno .accordion {
   background-color: #f6f6f6;
   color: #444;
   cursor: pointer;
   padding: 10px;
   width: 100%;
   border-bottom: 2px solid #ddd;
   text-align: left;
   transition: 0.4s;
   border-radius: 4px;
}
.geral.interno .accordion h4 {
   font-size: 20px;
   margin: 0;
}
.geral.interno .accordion.active, .geral.interno .accordion:hover {
   background-color: #eee;
}
.geral.interno .dados {
   padding: 15px 0 0 15px;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
}

/* TIPOS INSCRIÇÃO */
.geral.interno .margin-bottom {
   margin-bottom: 30px;
}
.geral.interno .titulo_tipo {
  color: #e50000;
  font-size: 18px;
}
.geral.interno .observacao {
  color: #e50000;
}
.geral.interno .conteudo {
  font-size: 13px;
  text-align: left;
}

/* PRODUTOS */
.geral.interno .produtos img {
    border: 1px solid #e3e3e3;
}
.geral.interno .produtos h2 {
    font-size: 17px !important;
    border: 1px solid #e60000;
    padding: 3px 0 5px;
    margin-top: 5px;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}
.geral.interno .produtos .valor {
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 12px;
    background: #e60000;
    color: #fff;
    border-radius: 20px;
    padding: 0 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.geral.interno .produtos .adicionar {
    width: 100%;
    background: #17bd13;
    color: #fff;
    padding: 7px;
    margin-top: 5px;
    cursor: pointer;
}
.geral.interno .produtos .adicionar:hover {
    background: #05ce00;
}
.geral.interno .produtos .adicionar .form-check-label {
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}
.geral.interno .produtos .adicionar .item-carrinho {
    width: 20px;
    height: 20px;
}

/* IR AO TOPO */
#iraotopo {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e60000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#iraotopo:hover {
    background: #333;
}
#iraotopo.show {
    opacity: 1;
}

/* PAGINAS INTERNAS */

/* SOCIAL */
.social {
    position: fixed;
    top: 200px;
    right: 15px;
}
.social ul li a, .social ul li a i {
    color: #e60000;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
}
.social ul li {
    display: block;
    margin: 3px;
    background: rgba(171, 219, 209, 0.36);
    width: 300px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0);
  transform: translate(-110px, 0);
  background: rgba(173, 178, 177, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #e60000;
}
.social ul li i {
  margin-right: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px; 
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* FOOTER */
footer .creditos {
    color: #fff;
    background: #333;
    padding-top: 12px;
    font-size: 13px;
    margin-top: -7px;
}
footer .creditos strong {
    font-weight: 800;
}
footer .creditos a {
    color: #fff;
    font-weight: 800;
}
footer .creditos a:hover {
    color: #FCFB7C;
}

/* FORMULÁRIOS */
select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}

:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-control {
  border-radius: 0.6rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder,.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder,.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder,.form-label-group textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder,.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder,.form-label-group textarea::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder,.form-label-group textarea:-ms-input-placeholder {
    color: #777;
  }
}

.btn_enviar_mail, a.btn_enviar_mail {
    background-color: #ffc300;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 10px 20px 8px;
}
.btn_enviar_mail:hover, a.btn_enviar_mail:hover {
    background-color: #e60000;
}

#btn_enviar_pedido {
    background-color: #17bd13;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 10px 20px 8px;
}
#btn_enviar_pedido:hover {
    background-color: #05ce00;
}

a.cadastre_se {
    background-color: #868686;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 10px 0;
}
a.cadastre_se:hover {
    background-color: #ffc300;
}

a.btn_pagamento {
    background-color: #1aae3c;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 10px 20px 8px;
}
a.btn_pagamento:hover {
    background-color: #ffc300;
}