/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
#features{
    background-color: rgb(248 253 239);
}
.paylogo {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
    width: 90px !important;
}
.tpv{
    width:480px;
    min-width: 320px;
}
    .pay{max-width: 300px;}
#articulo {
    font-weight: bold;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.form-check-label {
    color: black !important;    
}
.accordion-button:not(.collapsed) {
    background-color: var(--secondary-color);
}

.border-custom {
    --bs-border-opacity: 1;
    border-color: var(--primary-color) !important;
}
.primary{
  color: var(--primary-color);
}
.features .feature-icons h3 {
    text-align: center;
}
.features .feature-icons {
  margin-top: 0px !important;
}
.buy {
  background: var(--buy-color)!important;
}
.howto {
  background: var(--primary-color)!important;
}
.howto2 {
  background: var(--howto-color)!important;
}
.joana {
    width: 90px !important;
    margin-top: -5px;
}
.duda {
    width: 40px !important;
    margin-top: -5px;
}
.float-start {
    float: left!important;
}
.pricing {
    background-color: #fff;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--primary-color);
  transition: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid var(--primary-color);
}

.pricing .btn-buy:hover {
  background: #fff; 
  color: var(--primary-color);
}
.pricing .btn-buy2 {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--howto-color);
  transition: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid var(--howto-color);
}

.pricing .btn-buy2:hover {
  background: #fff; 
  color: var(--howto-color);
}
h5{
        line-height: 1.4;
}
.mini {font-size: 13px;}
.border2 { border-color: #a6a6a6 !important;}
.radios{
    font-size: 140%;
    font-weight: 700;
}
@media (max-width: 768px) {.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid var(--primary-color);;
}

.pricing .btn-buy:hover {
  background: var(--primary-color);;
  color: #fff;
}
.radios{
    font-size: 120%;
    font-weight: 700;
}
}
.form-check-input {
    float: none !important;
    margin-left: $form-check-padding-start * -1;
    border-color: #7b7dff !important;
 }
.bg-steps{
    background-color: #4cd731;
    font-size:100%;
}

.paybtn{
    border: 1px solid #cbcbcb;
    background: linear-gradient(180deg, rgb(215 215 215) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
}
.paybtn:hover{
    border: 1px solid #cbcbcb;
    background: #fff;
}

.etiqueta{
    font-size: 12px;
    margin-bottom:0;
}
.hero h1 {
    font-size: 40px;
    font-weight: 700;
    color: #012970;
    line-height: 44px;
}
.hero h2 {
    font-size: 22px !important;
    line-height: 28px !important;
}
.hero {
  height: auto;
}
section {
  padding: 20px 0;
}
.features .feature-icons .content .icon-box i {
    color: #25d366;
}
