﻿
.fullHeightInterviste {
    height: 100%;
    padding-top: 1.5vh !important;
    padding-bottom: 2vh !important;
}

.fullHeight {
    height: 100%;
    padding-top:1.5vh !important;
    padding-bottom:2vh !important;
}

.fullHeightVertical {
    height: 100%;
    padding-top: 1.5vh !important;
    padding-bottom: 2vh !important;
}

.fullLaunchPage {
    height:100%;
}

.intestazione {
    height: 30%;
    max-height: 30%;
    /*background-color: rgba(33,150,243,0.2);*/
    background-color: white;
    overflow-y: hidden;
}

.intestazione * {
     margin:0px;
}

.imgIntestazione {
    height:60%;
    max-height:60%;
    display:initial;
}

.testoIntestazione {
    height: 40%;
    max-height: 40%;
    padding-top: 1.5vh;
    color:rgba(0,0,0,0.6); 
}

.listaIntervisteOrizzontale {
    height: 60%;
    max-height: 60%;
    /*background-color: rgba(33,150,243,0.2);*/
    background-color: white;
    overflow-y: hidden;
    padding-left:1vw;
    padding-right:1vw;
}

.listaIntervisteVerticale {
    height: 60%;
    max-height: 60%;
    background-color: white;
    overflow-y: hidden;
    padding-left: 1vw;
    padding-right: 1vw;
}

/*singola intervista*/
.singolaIntervista {
    height: 100%;
    max-height: 100%;
    margin: 0;
    text-align: center;
    border-width: 2px;
    border-radius:1.5vw;

    /*border: outset;
    border-color: cornflowerblue;
    border-width:medium;
    border-color:lightgray;*/
}

    .singolaIntervista .titolo {
        /*font-size: 3vh;
    margin-top: 2.5vh;
    margin-bottom: 1.5vh;*/
        font-size: 3vmin;
        margin-top: 2.5vh;
        margin-bottom: 1.5vh;
    }

.singolaIntervista .descrizione {
    font-size: 2vmin;
}

.imgIntervista {
    max-height:70% !important;
    height: 70% !important;
    max-height: 70%;
    padding:5rem;
}

.testoIntervista {
    height: 30%;
    max-height: 30%;
}
/*--------------------------------------------------------*/
    .barra {
    height: 10%;
    max-height: 10%;
    /*background-color: rgba(33,150,243,0.2);*/
    background-color: white;
    overflow-y: hidden;
}
.barraCaptcha {
    /*background-color: rgba(33,150,243,0.2);*/
    background-color: white;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.imgFilaviaBarra {
    height:100%;
    max-height:100%;
}

.testoFilavia {
    margin-left: 15px !important;
    padding-top: 2.5vh;
    font-size:2.5vh;
    color:rgba(0,0,0,0.6);
}

.barra *{
    margin:0px;
}

.testoBottoni {
    margin-right: 3vw;
    margin-left: 15vw;
    padding-top: 2.5vh;
    font-size:2.5vh;
}

.contenutoBottoni {
    font-size:3.5vh;
}

.barra nav {
    height: 100%;
    max-height: 100%;
}

.barra .pager {
    height: 100%;
    max-height: 100%;
}

.barra .pager li a {
    background-color: red;
    color: white;
    text-align: center;
    height:100%;
    max-height:100%;
    width:9vw;
    max-width:9vw;
}

.barra .pager li a:focus {
    background: #325d88;
    color: #FFFFFF;
    outline: none;
}



