/*BOOTSTRAP BASICS*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
/*MAIN ORANGEPIX*/
html{
    position: relative;
    background: #91BD55;
    padding: 0;
    margin: 0;
}
body{
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}
header, main{
    position: relative;
    text-align: center;
    width: 100%;
}
main{
    background: #91BD55;
    background-image: url(../images/propac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100vw;

}
main section{
    padding: 60px 0;
}
main.guida p{
    text-align: left;
}

p{
    font-size: 16px;
}
main img{
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 2px;
}
main img:last-child{
    margin: 20px auto;
}

.logo{
    text-align: center;
    max-width: 200px;
}

h1{
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
}



.img-half.small{
    padding: 0 10px;
    width: 200px;
    display: inline-block;
}

.img-half.small img{

    display: block;
}

img.img-app{
    margin: 0 auto;
    max-width: 300px;
    border: 8px solid #222222;
    border-radius: 25px;

}

.btn{
    margin: 0 auto;
    display: inline-block;
    padding: 10px 20px;
    background: white;
    color: #91BD55;
}

footer{
    position: relative;
    bottom: 0px;
    background: #009635;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
}

.logo{
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 1200px;
    height: auto;
}

.logo{
    display: none;
}

@media all and (min-width: 992px) {
    main.guida p{
        display: block;
        width: 600px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .logo{
        display: block;
    }
}



@media all and (min-width: 768px){
    header p{
        padding: 20px 60px;
    }
    main{
        padding: 0 60px;
    }
    main img{
        max-width: 680px;
    }
}

