
body {
    margin: 0;
    background-color: white;
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #373737;
}

h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.8px;
    color: #1E70B7;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #373737;
}

h4 {
    font-weight: 700;
    font-size: 11px;
    color: #242424;
    letter-spacing: 0.55px;
}

p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #373737;
}

b {
    font-weight: 700;
}

ul {
    display: inline-block;
    color: white;
}

ul li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.85px;
    color: white;
    display: inline-block;
}

ul li a {
    color: white;
    text-decoration: none;
}

input, button {
    font-family: 'Roboto Condensed', sans-serif;
}

.clearfix {
    clear: both;
}

.txt {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #373737;
}

.barraTop {
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #0F395D;
    top: 0;
    z-index: 100;
    transition: 500ms;
}

.logo {
    position: absolute;
    width: 250px;
    height: 55px;
    left: 40px;
    top: 33px;
}

.menu {
    position: absolute;
    width: auto;
    right: 40px;
    top: 34px;
    transition: 500ms;
}

.barraRicerca {
    position: absolute;
    width: 100%;
    height: 130px;
    background-color: white;
    top:120px;
    z-index: 10;
    transition: 500ms;
}

.campoRicerca {
    position: absolute;
    left: 40px;
    margin-top: 25px;
}

.aggiungiSegnalazione {
    position: absolute;
    right: 40px;
    text-align: right;
    margin-top: 55px;
    transition: 500ms;
}

.aggiungiSegnalazione a {
    font-weight: 600;
    font-size: 16px;
    color: #1E70B7;
    letter-spacing: 0.85px;
    text-decoration: none;
}

.barraNomeComune {
    position: absolute;
    width: 100%;
    height: 52px;
    text-align: center;
    top:250px;
    background-color: #F4F7F7;
    z-index: 10;
    transition: 500ms;
}
.barraNomeComune.noricerca {
    top:125px;
}

.contenitore {
    position: absolute;
    width: 100%;
    height: auto;
    top: 306px;
    transition: 500ms;
}

.contenitore.noricerca {
    top: 181px;
}

.barraMappa {
    position: relative;
    width: 100%;
    height: 460px;
    background-color: #1E70B7;
}

.IconaComune {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius:999em;
    -moz-border-radius:999em;
    -webkit-border-radius:999em;
    -o-border-radius: 999em;
    border: solid 10px white;
    outline: solid 3px #1E70B7;
}

.elencoSegnalazioni {
    position: relative;
    width:70%;
    left: 15%;
    height: auto;
    margin-top: 50px;
}

.titoloSegnalazione {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #1E70B7;
    text-align: center;
}

.topSegnalazione {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #1E70B7;
    text-align: left;
}

.topSegnalazione a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.85px;
    text-decoration: none;
    color: #1E70B7;
}

.boxComune {
    position: relative;
    width: 100%;
    height: 64px;
    border-bottom: solid 1px #D8D8D8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.boxComuneSx {
    position: relative;
    float: left;
    width: 70%;
    margin-right: 10%;
}

.boxComuneDx {
    position: relative;
    float: right;
    text-align: right;
    width: 20%;
    padding-top: 10px;
}

.boxSegnalazione {
    position: relative;
    width: 100%;
    height: 250px;
    border-bottom: solid 1px #D8D8D8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.boxSegnalazioneSx {
    position: relative;
    float: left;
    width: 70%;
    margin-right: 10%;
}

.boxSegnalazioneDx {
    position: relative;
    float: right;
    text-align: right;
    width: 20%;
    padding-top: 100px;
}

.footer {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #0F395D;
    margin-top: 60px;
    padding-top: 30px;
    text-align: center;
}

.footer p {
    color: white;
    font-size: 13px;
    font-weight: 300;
}

.footer a {
    color: white;
}

/* INDEX */

.barraIndex {
    position: relative;
    width: 100%;
    height: 460px;
    background-image: url('/img/bkg_home.jpg');
    background-size: cover;
    background-color: #1E70B7;
}

.imgApp {
    position: absolute;
    width: 640px;
    left:50%;
    margin-left: -320px;
    margin-top: -350px;
}

.txtPresentazione {
    position: relative;
    width:70%;
    left: 15%;
    height: auto;
    margin-top: 150px;
}

.txtPresentazione p {
    font-weight: 300;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 35px;
}


/* DETTAGLIO SEGNALAZIONE */

.boxSegnalazioneDett {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9;
}

.boxSegnalazioneSxDett {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 10%;
}

.boxSegnalazioneDxDett {
    position: relative;
    float: right;
    text-align: right;
    width: 47%;
    right: 3%;
    z-index: 9;
}
.zoomImg {
    width: calc(100% - 14px);
    height: 600px;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
    transition: 500ms;
}

.slide {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    z-index: -1;
    transition: 500ms;
}

.slide div{
    display: block;
    height:100%;
    width:100%;
}


/* NUOVA SEGNALAZIONE */

.boxNuovaSegnalazione {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* CAMPI INPUT */

.cercaInput {
    border: 1px solid #D0D0D0;
    width: 300px;
    height: 36px;
    padding-left: 35px;
    background-color: white;
    background-image: url('/img/icn_ricerca.svg');
    background-repeat: no-repeat;
    background-position: 10px;
}

.cercaBtn {
    width: 118px;
    height: 40px;
    text-align: center;
    background-color: #1E70B7;
    color: white;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #1E70B7;
    cursor: pointer;
}

.btn {
    padding: 15px 30px 15px 30px;
    background-color: #1E70B7;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: white;
    border: none;
    cursor: pointer;
}

.campoSegnalazione {
    width: calc(100% - 35px);
    height: 40px;
    border: 1px solid #D0D0D0;
    padding-left: 35px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.campoSegnalazioneFile {
    width: calc(100% - 35px);
    border: 1px solid #D0D0D0;
    padding: 10px 10px 10px 35px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.areaSegnalazione {
    width: calc(100% - 35px);
    height: 200px;
    border: 1px solid #D0D0D0;
    padding-left: 35px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}



@media screen and (max-width: 1200px) {

    ul li {
        font-size: 14px;
    }

    .zoomImg {
        height: 400px;
        transition: 500ms;
    }

    .slide {
        height: 400px;
        transition: 500ms;
    }
}

@media screen and (max-width: 769px) {

    ul li {
        font-size: 14px;
    }

    .menu {
        position: absolute;
        right: 0px;
        width: 100%;
        height: 51px;
        top: 104px;
        background-color: #666666;
        transition: 500ms;
    }

    .barraTop {
        height: 155px;
        transition: 500ms;
    }

    .barraRicerca {
        top: 160px;
        transition: 500ms;
    }

    .barraNomeComune {
        top: 320px;
        transition: 500ms;
    }

    .contenitore {
        top: 326px;
    }

    .aggiungiSegnalazione {
        left: 40px!important;
        text-align: right;
        margin-top: 110px;
    }
}
