/* 
 * ------------------------------------------------
 * ============ @media MAX-WIDTH  ================ 
 * ------------------------------------------------
 */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
    /*html, body {
        min-width: 450px;
    }*/
    
    .pulsanti-scelta-ramo {
        min-height: 750px;
    }

    .pulsante-circolare {
        width: 300px;
        border: 10px solid;
    }
    
    .nostri-numeri {
        min-height: 750px;
    }
    
    .tondi {
        border: 10px solid #fff;
    }

    .pn-video {
        min-height: 500px;
    }

    .prodotto {
        height: 450px;
    }

    .icona-prodotto {
        width: 120px;
    }

    .icona-calcolo-preventivo {
        width: 60px;
    }

    .scelta-pn-aziende {
        height: 400px;
    }

    .carousel-caption{
        margin-left: -3em;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  /*  .pulsante-circolare {
        border: 10px solid #005187;
        margin: auto;
    }
    */
    .text-pulsante-circolare img {
        margin-top: 15%;
    }

    .btn-richiesta-prev-privati-calcolo {
       line-height: 50%; 
       margin-top: -7.5rem;
       margin-bottom: 2rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .menu-logo-nascosto {
        display: block;
    }

    #header-div-logo {
        display: none;
    }

    #menu-icone {
        flex-direction: row;
    }

    .menu-icons-pad-collapse{
        padding: 0 10px;
    }

    .linea_separatrice {
        display: block;
    }

    /* CLASSI SOVRASCRITTE */
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        font-size: large;
    }

    .home-staff-carousel {
        display: none;
    }

    .home-staff {
        display: block;
    }

    .scelta-pn-privati h1{
        font-size: 2em;
    }
    
    .prodotto-privati h1 {
        font-size: 2.7rem;
    }

    .prodotto-privati p, .prodotto-privati li, .prodotto-privati h3 {
        font-size: 1.5rem;
    }

    .prodotto-privati-vantaggi li, .prodotto-privati-vantaggi p {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    
    .prodotto-aziende h1 {
        font-size: 2.7rem;
    }

    .prodotto-aziende p, .prodotto-aziende li, .prodotto-aziende h3 {
        font-size: 1.5rem;
    }

    .prodotto-aziende-vantaggi li, .prodotto-aziende-vantaggi p {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .btn-richiesta-prev-blu-fisso{
        font-size: 0.75rem;    
    }

    #immagine-cane{
        display: none;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* XX-Large devices (larger desktops) */
/* No media query since the xxl breakpoint has no upper bound on its width */
