﻿.logo-img {
    margin-left: 30px !important;
}

.hidden-br br, .hidden-br br.visible-1366, .hidden-br br.visible-lg {
    display: none !important;
}


.ombra-top, .alert-covid, .top, .top .active, footer {
    display: none !important;
}

.mask {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:#000;
opacity:.5;
}

.logo-landing {
    position:absolute;
    top:30px;
    left:30px;
    z-index:3;
}

.recapito-landing {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 3;
    color:white;
    font-weight:400;
    font-size:18px;
}

.lingue-landing {
    position: absolute;
    top: 60px;
    right: 220px;
    z-index: 3;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

    .lingue-landing a {
        color:white !important;
    }

    .slogan-landing {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        text-align: center;
        color: white;
        font-size: 70px;
        font-weight: 300;
        font-family: 'Ovo', serif;
        text-transform: uppercase;
        left: 0;
        right: 0;
        padding: 30px;
    }

    .slogan-landing p {
        font-family: 'Oxygen', sans-serif;
        font-size: 18px;
        text-transform:none;
    }

.text-secondary {
   color:#006fb7;
}

h1 {
font-size:70px;
line-height:70px;
color:white;
}
.btn-primary, .btn-secondary {
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    text-transform: none;
    color: white;
    padding: 5px 25px;
    border-radius:5px;
    position:static;
}
.btn-primary {
    background-color: #aaa5a5;
}


.btn-secondary {    
    background-color: #006fb7;
}


.btn-secondary2 {
    background-color: #d782bf !important;
}

.btn-secondary3 {
    background-color: #339ddd !important;
}

.btn-secondary4 {
    background-color: #70bd71 !important;
}

.btn-secondary5 {
    background-color: #006f8d !important;
}



h2 {
    color: #006fb7;
    font-size: 50px;
    line-height: 1;
}

h3 {
    font-size: 45px;
    line-height: 1;
    margin-bottom:0;
}

h4 {
    font-size: 23px;
    font-family: 'Oxygen', sans-serif;
    color: #6f6f6f;
    text-transform:none;
}

.text100 {
    font-size: 100px;
    color: #006fb7;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    line-height: 80px;
}

.text40 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    color: #006fb7;
    font-weight: 600;
}

.light-small {
    font-weight:400;
    font-size:40px;
}

.contieni-box {
    margin: 0;
    height: 420px;
    position: relative;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
    border: 1px solid #ededed;
    padding:0;
}

.box2 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
    height: 420px;
}

.servizi-lp {
    height: 420px;
    padding-top:100px;
}

    .servizi-lp h3 {
        font-size:25px;
    }

.contieni-box .text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 10px 10px 0;
    z-index: 4;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

    .contieni-box .text h3 {
        color: #fff;
        margin-bottom: 0;
        text-shadow: 0 0 2px rgba(0,0,0,.3);
        font-size: 30px;
    }

    .contieni-box .text p {
        color: white;
        text-shadow: 0 0 2px rgba(0,0,0,.3);
        /*font-size: 18px;*/
    }

.contieni-box::after {
    content: '';
    position: absolute;
    left: -3px;
    right: 0;
    bottom: 0;
    top: -3px;
    height: 420px;
    background-image: url(/Content/img/ombra-box-home.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    margin: 3px;
    z-index:3;
    opacity:.5;
}
.carousel-fade .carousel-control {
    z-index: 5;
    background-image:none !important;
}

.text35 {
font-size:35px;
margin-top:15px;
}

.btn-invia {
    background-color: #006fb7;
    font-size: 25px;
    border: 0px;
    margin-left: 5px;
    margin-top: 50px;
    line-height: 40px;
}

.logo-argus {
    max-width: 159px;
    margin-top: 21px;
}

.logo-cenobio {
    max-width: 150px;
    float:right;
}

.text-landing2 {
    color: #d782bf !important;
}
.text-landing3 {
    color: #339ddd !important;
}
.text-landing4 {
    color: #70bd71 !important;
}
.text-landing5 {
    color: #006f8d !important;
}
.form-landing4 .text-secondary {
    color: #70bd71 !important;
}
.form-landing4 .btn-invia {
    background-color: #70bd71 !important;
}
.form-landing2 .text-secondary {
    color: #d782bf !important;
}

.form-landing2 .btn-invia {
    background-color: #d782bf !important;
}

@media (max-width: 767px) {
    header, .monitor {
        height: 500px !important;
    }
    .logo-landing {
        width: 120px;
        left: 15px;
        top: 10px;
    }
    .mask {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        height: 190px;
        background-image: url(/Content/img/ombra-top.png);
        background-repeat: repeat-x;
        background-position: center top;
        opacity: 1;
        background-color: transparent;
    }
    .recapito-landing {
        top: 13px;
        right: 20px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 35px;
        line-height: 1;
    }
    .text40 {
        font-size: 30px;

    }
    .text35 {
        font-size: 25px;
    }
    .text100 {
        font-size: 80px;
        line-height: 70px;
    }
    h4 {
        font-size: 18px;
    }
    .contieni-box, .contieni-box::after, .box2 {
        height: 350px;
    }
        .contieni-box .text {
            padding: 10px;
        }
        .contieni-box::after {
            opacity: .8;
        }
    .text-center-xs {
    text-align:center !important;
    }
    .logo-cenobio, .logo-argus {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .servizi-lp {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    /*header, .monitor {
        height: 650px !important;
    }*/

    .contieni-box, .contieni-box::after, .box2 {
        height: 350px;
    }

        .contieni-box::after {
            opacity: .8;
        }
    .servizi-lp {
        height: 350px;
        padding-top: 70px;
    }
    
}
    @media (min-width: 992px) and (max-width:1199px) {
        header, .monitor {
            height: 650px !important;
        }
        .contieni-box, .contieni-box::after, .box2 {
            height: 360px;
        }
            .contieni-box::after {
                opacity: .8;
            }
        .logo-argus {
            max-width: 155px;
        }

        .footer-landing {
            font-size: 13px;
        }
        .servizi-lp {
            height: 360px;
            padding-top: 70px;
        }
    }



    @media (min-width: 1200px) and (max-width:1680px) {
        header, .monitor {
            height: 900px !important;
        }
        .logo-argus {
            max-width: 140px;
        }

        .footer-landing {
            font-size: 13px;
        }
        .logo-cenobio {
            max-width: 128px;
        }
    }

    @media (min-width: 1300px) and (max-width:1370px) {
        header, .monitor {
            height: 700px !important;
        }
        .contieni-box, .contieni-box::after, .box2 {
            height: 385px;
        }
       
    }


    @media (min-width: 1681px) {
        header, .monitor {
            height: 900px !important;
        }
    }
