html {
    font-size: 20px;
}

body {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Overpass', sans-serif;
    color: #3c3c3b;
    overflow-x: hidden;
}

h1 {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
    margin-top: 0;
    
}

p {
    margin-bottom: 15px;
}

*:focus {
    outline: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bottom-left {
    background-position: bottom left;
}

.contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.download a {
    border: 2px solid #225ca7;
    border-radius: 10px;
    padding: 8px 18px;
    margin-top: 20px;
    height: fit-content;
    color: #225ca7;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    padding-left: 45px;
}

.download {
    border-top: 2px solid #225ca7;
    border-bottom: 2px solid #225ca7;
    padding-top: 25px;
    padding-bottom: 25px;
}

.download a:before {
    display: inline-block;
    content: '';
    background-image: url(./images/download-icon.png);
    width: 20px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 14px;
    top: -2px;
}

.inside p, .inside h4, .download {
    padding-left: 20px;
    padding-right: 20px;
}

.inside ul {
    margin-bottom: 15px;
}

.ui-accordion .ui-accordion-content {
    padding-left: 0;
    padding-right: 0;
}

.logo {
    height: 130px;
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    max-width: 80%;
}

.logo-bianco {
    height: 50px;
    width: 100%;
    margin: 20px auto;
}

.bombole {
    width: 100%;
    height: 260px;
    margin-top: 75px;
    margin-bottom: 30px;
}

.testata {
    max-height: 1000px;
    min-height: 800px;
    width: 100%;
    height: 100vh;
    position: relative;
}

.vision {
    background: linear-gradient(to top, rgba(79, 174, 129, 0.6), rgba(37, 92, 166, 0.6));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 450px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.vision:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to left, rgba(79, 174, 129, 0.7), rgba(37, 92, 166, 0.7));
}

.vision:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to left, rgba(79, 174, 129, 0.7), rgba(37, 92, 166, 0.7));
}

.vision p {
    color: white;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
    text-shadow: 1px 1px 5px #4976ad;
    line-height: 25px;
}

.vision p > b {
    font-weight: 700;
}

.main {
    
}

.footer {
    height: 200px;
}

.infobar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(37, 92, 166);
}

.main h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.4rem;
}

.the-content {
    padding-top: 20px;
    padding-bottom: 50px;
}

.paragrafi {
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
}

.the-content h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #225ca7;
    text-align: center;
    margin-bottom: 30px;
}

.the-content ul {
    
}

.paragrafi h3 {
    font-weight: 800;
    color: white;
    font-size: 1.2rem;
    background-color: #225ca7;
    border-radius: 15px;
    position: relative;
}

.paragrafi h3 span {
    color: #4fae81;
    font-weight: 400;
    font-size: 0.85rem;
}

.paragrafi h4 {
    padding-top: 15px;
    border-top: 2px solid #225ca7;
    font-weight: 800;
    font-size: 1.1rem;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 10px;
    padding: 0.6em 0.6em 0.6em 1.1em;
}

.scheda {
    border: 0;
    margin-bottom: 20px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(./images/freccia.png);
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(./images/freccia.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(./images/freccia.png);
}

.ui-icon {
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    width: 18px;
    height: 18px;
}

.ui-icon-triangle-1-s {
    background-position: center;
    background-size: contain;
}

.ui-icon-triangle-1-e {
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    animation: all 0.3 ease-in-out;
}

footer {
    background: linear-gradient(to top, rgb(79, 174, 129), rgb(37, 92, 166));
    border-top: 10px solid rgb(79, 174, 129);
}

.contatti h3 {
    font-size: 2.1rem;
    color: white;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.contatti h4 {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.contatti {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contatti a {
    color: white;
    text-decoration: underline;
}

.info .col-md-5 {
    display: table;
}

.contatti h5 {
    color: rgb(79, 174, 129);
    width: 100px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 3px;
}

.contatti p {
    font-size: 18px;
    color: white;
    text-align: left;
    margin-bottom: -5px;
    font-weight: 500;
    font-size: 1rem;
}

.info {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.info .col-md-5 {
    margin-bottom: 40px;
}

.icone {
    display: inline-flex;
    position: absolute;
    right: 75px;
    top: calc(50% - 20px);
    height: 40px;
}

.icone > span {
    margin-left: 10px;
}

.icona-auto {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(./images/icona-auto.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icona-frigo {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(./images/icona-frigo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icona-camion {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(./images/icona-camion.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icona-clima {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(./images/icona-clima.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icona-tubi {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(./images/icona-impianti.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1200px) {
    .testata {
        max-height: none;
        height: auto;
        padding-top: 60%;
    }
    
    .vision {
        height: auto;
        position: relative;
    }
    
    .logo {
        top: 8%;
    }
    
}