/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar .pull-right {
        font-size: 1rem !important;
        
    }

    .navbar .pull-right {
        font-size: 1rem !important;
    }

    .navbar .pull-right .address {
        margin-left: 10px !important
    }

    .immaginetop {
        margin-top: 20px; margin-bottom: 30px
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }

html, * {
    font-family: 'Poppins', sans-serif;
}

/*Il verde usato č: #1B7049, l’arancione: #E46816 e il grigio #A6A6A6*/
.verde {
    color: #1B7049
}

.arancione {
    color: #E46816
}

.grigio {
    color: #A6A6A6
}

.btn-main {
    background-color: #1B7049 !important;
    color: white !important;
    font-size: 18pt;
    border: 1px solid #1B7049 !important;
    border-radius: 0px !important;
    border-color: #1B7049 !important;
}

.btn-main-orange {
    background-color: #E46816 !important;
    color: white !important;
    font-size: 18pt;
    border: 1px solid #E46816 !important;
    border-radius: 0px !important;
    border-color: #E46816 !important;
}

.btn-main-gray {
    background-color: #A6A6A6 !important;
    color: white !important;
    font-size: 18pt;
    border: 1px solid #A6A6A6 !important;
    border-radius: 0px !important;
    border-color: #A6A6A6 !important;
}

input[type="text"].form-control, textarea.form-control {
    border-radius: 0px !important
}