@charset "UTF-8";


.bg-gradient-efletexia { background-image: linear-gradient(to right, #ea5a6f, #de791e, #fccf3a); border-radius: 5px; color: #ffffff; }
.btn-efletexia-linea { padding: calc(.775rem + 1px) calc(1.5rem + 1px); border-color: #de791e; border-radius: 5px; color: #de791e; border: solid 1px; background-color: #FFFFFF; font-weight: 600}
.btn-efletexia { padding: calc(0.5rem + 1px) calc(1.0rem + 1px); background-color: #de791e; border: 0; border-radius: 5px; color: #FFFFFF; text-align: center;}
.text-efletexia { color:#de791e; font-weight: 600; text-align: center; }
.btn-efletexia:disabled { opacity: 50%; }
a:disabled{ opacity: 50% !important; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .d-efletexia { }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .d-efletexia {  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .d-efletexia {  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .d-efletexia { display: flex!important; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .d-efletexia { display: flex !important; }
}
