
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

:root {
  --font-family: 'Montserrat', sans-serif;
  --color0: #000000;
  --color1: #FF0000;
  --color2: #ffffff;
  --color3: #9D9D9D;
  --color4: #0000001A;
  --color5: #FF0000;
  --color6: #FF0000;
  --color7: #ffffff;
  --color8: #FF0000;
  --color9: #FF0000;
}

.footer {
  background: var(--color0);
  color: var(--color7);
  font-family: var(--font-family)
  
}

.footer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  width: 90%
}

.footer img {
  height: 59px;
  margin-bottom: 40px
}

.footer .row-1 {
  padding: 20px 0
}

.footer h2 {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px
}

.footer h2:before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 100%;
  background: #C8AA69;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style: none;
}

.footer ul li a {
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  color: var(--color7)
}


.social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.social a svg{
  fill: var(--color7);
}

.social a:first-child {
  margin-right: 5px
}

.newsletter {
  display: inline-flex;
  margin-top: 10px;
  border: 1px solid #C8AA69;
  max-width: 100%;
}

.newsletter input {
  border: none;
  width: 230px;
  height: 25px;
  outline: none;
  padding: 5px
}

.newsletter button {
  width: 90px;
  border: none;
  background: #C8AA69;
  color: var(--color7);
  font-size: 17px;
  font-weight: 600
}

.copy {
  text-align: center;
  padding: 10px 0
}

.copy p {
  font-size: 14px;
  color: var(--color7)
}

.politica-content *{
  color:var(--color0)!important
}

.main-header {
  background: #000000;
  /* background-image: url('https://www.invasaocorinthiana.com.br/assets/images/site-background.jpg');
  background-repeat: no-repeat;
  background-size: 100% cover; */
}


.main-header {
  color: var(--fcolor2);
  font-family: "Montserrat", sans-serif;
}

.main-header .header-row {
  padding: 20px 2rem 20px 2rem;
  display: flex;
  justify-content: space-between;
}

.main-header .header-col {
  width: 50%;
  display: flex;
  align-items: center;
}

.main-header label {
  display: none;
}

.main-header label svg {
  fill: var(--fcolor7);
}

.main-header .top-menu a {
  font-family: "Montserrat", sans-serif;
  color: var(--fcolor7);
  text-decoration: none;
  font-size: clamp(20px, 3vw, 18px);
  display: inline-flex;
  color:#fff
}

.main-header .top-menu a:hover {
  color: #FF0000;
}

.main-header .header-col:last-child{
  display: flex;
  justify-content: flex-end
}

.div-preload:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  top: 0;
  right: 0;
  z-index: 9;
  border-radius: 8px;
  background-color: #e8e8e8;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #e8e8e8;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 9;
  }
}

#armored_website {
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
}

@media (max-width: 700px) {
  .main-footer .footer-col {
    flex-basis: 100%;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  .main-footer .footer-col p {
    width: 100% !important;
  }
}
.main-header input {
  display: none;
}

@media (max-width: 721px) {
  .main-header label {
    display: block !important;
  }

  #input-menu:checked ~ .top-menu {
    display: flex !important;
  }

  .main-header label {
    z-index: 9999;
    position: relative;
  }

  .top-menu {
    display: none;
  }

  .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 10vh;
    width: 100%;
  }
}

@media(max-width:700px){
  .theme-login-box.cadastro{
    max-width: 94%;
    margin:0 auto
  }
  .checkout-tabs{
    padding-top: 5px!important;
  }
}

.menu-mobile {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}

.header-col input:checked ~ .menu-mobile .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.header-col input:checked ~ .menu-mobile .bar2 {opacity: 0;}

.header-col input:checked ~ .menu-mobile .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.icheck-title a{
  color:#FF0000
}

.card-checkout *{
  color:#000000 !important;
}

::placeholder{
  color:#000000!important
}

input{
  color:#000000!important
}

select{
  color:#000000!important
}

.newsletter.sent:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, var(--color0), #FF0000);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter.sent:before {
  content: attr(data-message);
  animation: newsletter .9s ease-in-out;
}

.newsletter.sent{
  position: relative;
}