
.uppercase {
    color: #3AB5AE;

}

.btn.btn-lg.block-xs {
    color: #3AB5AE; /* Colore del testo */
    background-color: white; 
    border: 2px solid #3AB5AE; 
    transition: all 0.3s ease; 
}

 .btn.btn-lg.block-xs:hover {
     color: #ED8B40; /* Colore del testo in hover */
     background-color: white; 
     border-color: #ED8B40; 
  }


 .pilactive {
     color: #3AB5AE;
 }

.testo {
    color: #ED8B40; /*colore testo*/
}


.block-xs {
    margin-left: 50px;
}


.opzione {
    background: #333333 !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    height: 25px !important;
}

.btn-white.btn-filled { 
}

.btn-white.btn-filled :hover {
    color: #ED8B40 !important;
}


.pilactive {
    padding: 10px;
}


.form-di-contatto {
    padding: inherit !important;
}


.btn-paypal {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 12px 20px;
    background-color: #3AB5AE;
    color: black;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-paypal:hover {
    background-color: #3AB5AE;
    transform: scale(1.05);
}


.row {
    padding: 20px;
    margin-left: 0px !important;
}


