
body {
    font-family: "DM Sans", serif;
    color: #000000;
}
 
.logo{
    max-width: 112px;
}

header ul li
{
    padding: 0px 10px 0px 10px;
}
header ul li a {
    font-weight: normal;
    font-size: 19.09px;
    letter-spacing: 0.04em;
    line-height: 22.91px;
    text-align: left;
    color: #000000;

}
.navbar{
    border-bottom: 1px solid #c3181e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.login{
    border: 1px solid #c3181e;
    color: #c3181e !important;
}

#slider{
    padding-top: 60px;
}
#slider h1{
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    text-align: left;
    color: #c3181e;
    margin-bottom: 15px;
    text-transform: uppercase;

}
#slider p{
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;

}
#slider ul{
    margin-top: 90px;
}
#slider ul li{
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;

}


.div-wrapper {
    position: relative;
}

.div-wrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
}

h2{
    border-radius: 40px;
    background: #c3181e;
    border: 1px solid #fff;
    display: table;
    padding: 10px 30px 10px 30px;
    margin: 0 auto;

    font-weight: normal;
    font-size: 22px;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 60px;
    text-transform: uppercase;

}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 90px;
    text-align: left;
    font-size: 16px;
    padding-bottom: 30px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 68px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-list li:nth-child(1)::before {
    background-image:url('../images/icon1.png');
}

.custom-list li:nth-child(2)::before {
    background-image: url('../images/icon2.png');
}

.custom-list li:nth-child(3)::before {
    background-image: url('../images/icon3.png');
}

.custom-list li:nth-child(4)::before {
    background-image: url('../images/icon4.png');
}

#saiba-mais p{
font-weight: normal;
font-size: 26px;
letter-spacing: 0.04em;
text-align: center;
color: #fafafa;

}
.sm-text{
    margin-top: 90px;
    margin-bottom: 90px
}



#beneficios h3{
    font-weight: 700;
    font-size: 38px;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}



#como-funciona{
    background-color: #01130d;
}

#beneficios{
    padding-bottom: 90px;
}

#beneficios ul {
    list-style: none;
    padding-left: 0;
}

#beneficios li {
    position: relative;
    padding-left: 40px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 100;
}

#beneficios li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#beneficios li::before {
    background-image:url('../images/item-beneficios.png');
}


#beneficios ul li strong{
    color: #c3181e;
    display: block;
    font-weight:  bold;
}


#plataforma{
    background-color: #c3181e;
    padding-bottom: 90px;
}



.table-section {
    background-color: #c3181e;
    padding: 30px;
    color: white;
}
#plataforma .table-bordered {
    border: 1px solid #c3181e;
}
.table {
    background-color: #c3181e;
    border-radius: 8px;
    overflow: hidden;
}
.table th {
    background-color: #C91C1C;
    color: white;
    text-align: center;
}
.table td, .table th {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}
.icon-check {
    color: #28a745;
    font-size: 1.5rem;
}
.icon-x {
    color: #dc3545;
    font-size: 1.5rem;
}

.table-section img{
    width: 25px;
    height: 25px;
}

#como-funciona {
    padding-bottom: 90px;
}
#como-funciona p{
    color: #fff;
    font-weight: 200;
    font-size: 16px;
}
#como-funciona h4{
    background: #c3181e;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}
#plataformas{
    background: #c3181e;
    padding-top: 90px;
    padding-bottom: 90px;
}
#plataformas h3{
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
#plataformas h3 strong{
    color: #000;
}
.red-section {
    background-color: #c3181e;
    color: #fff;
}
.feature-box {
    text-align: center;
    padding: 20px;
    border: 1px solid white;
    border-radius: 10px;
}

.section-subtitle{
font-weight: 200;
font-size: 32px;
letter-spacing: 0.04em;
line-height: 36px;
color: #fafafa;
max-width: 80%;
}
.footer{
    padding-top: 30px;
}

.footer a, footer p {
font-weight: 200;
font-size: 14px;
letter-spacing: 0.04em;
color: #1d1d1b;
}
.footer-social a{
    font-size: 55px;
    margin-top: 20px;
}

#contato{
    padding-top: 60px;
}
.section-title-2{
font-weight: 400;
font-size: 42px;
letter-spacing: 0.04em;
text-align: left;
color: #fafafa;
margin-bottom: 40px;
margin-top: 30px;

}
#contato .um-button{
width: 90%;
height: 45px;
background: #000;
font-weight: normal;
font-size:16px;
letter-spacing: 0.04em;
color: #fff;
text-align: center;
}

.um-field-label label{
font-weight: normal;
font-size: 25px;
letter-spacing: 0.04em;
color: #fff;

}
.um-field .select2-container--default .select2-selection--single .select2-selection__rendered, .um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    border: 0;
}

.plan-card {
      background: #e51922;
      border-radius: 15px;
      color: #fff;
      min-height: 420px;
      padding: 32px 0 16px 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin: 0 12px;
      position: relative;
    }
    .plan-title {
      font-weight: bold;
      font-size: 1.3rem;
      letter-spacing: 1px;
      margin-bottom: 30px;
      margin-top: 12px;
    }
    .plan-icon {
      font-size: 40px;
      position: absolute;
      bottom: 20px;
    }
    .plan-benefits {
      margin-top: 24px;
      margin-bottom: 70px;
      color: #fff;
      text-align: center;
      padding: 0 10px;
    }
    .plan-label {
      color: #000;
      text-align: center;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 16px;
      font-size: 1rem;
    }
    .w-70{
        width: 70%;
    }
    
    
    #lives-loginform {
  max-width: 350px;
  margin: 40px auto;
  background: #fff;
  padding: 32px 24px;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(229,25,34,0.07);
  display: flex;
  flex-direction: column;
}

#lives-loginform label {
  font-weight: bold;
  color: #e51922;
  font-size: 1rem;
  margin-bottom: 8px;
  letter-spacing: 1px;
  display: block;
}

#lives-loginform .input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #e51922;
  border-radius: 14px;
  margin-bottom: 18px;
  font-size: 1rem;
  background: #fafafa;
  color: #242424;
  transition: border-color 0.3s;
}

#lives-loginform .input:focus {
  border-color: #ff3657;
  background: #fff;
  outline: none;
}

#lives-loginform .login-remember {
  margin-bottom: 25px;
  color: #222;
  font-size: 0.94rem;
}

#lives-loginform .login-remember input[type="checkbox"] {
  accent-color: #e51922;
  transform: scale(1.2);
  margin-right: 8px;
}

#lives-loginform .button-primary {
  width: 100%;
  background: linear-gradient(90deg,#e51922,#ff3657 80%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(229,25,34,0.15);
  padding: 12px 0;
  cursor: pointer;
  font-size: 1.08rem;
  letter-spacing: 2px;
  transition: box-shadow 0.2s, background 0.3s;
}

#lives-loginform .button-primary:hover {
  background: linear-gradient(90deg,#ff3657,#e51922 80%);
  box-shadow: 0 6px 24px rgba(229,25,34,0.24);
}

/* Optional: animation for entrance */
#lives-loginform {
  animation: loginboxfade 0.7s cubic-bezier(.75,.02,.28,.98) 1;
}

@keyframes loginboxfade {
  from { opacity: 0; transform: translateY(25px);}
  to { opacity: 1; transform: translateY(0);}
}
