:root {
    --grey_: #d4d4d4;
    --orange_: #ff5a0f;
    --green_: #3A5B40;
}


body {
    background-color: var(--grey_);
    font-family: 'DM Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a:hover{
    text-decoration: none;
}

.logo {
    width: 300px;
    margin-top: 20px;
}

.jumbotron {
    background-color: var(--green_);
    color: white;
    padding: 35px;

    

}



.jumbotron h1{
    font-size: 39px !important;
}

.banner {
    display: none;
    position:relative;
    padding: 0;
    margin-left: 0%;

    font-weight: bold;
    text-align: center;
    height: 600px;
    width: 100%;
    background-color: grey;
    font-size: 33px;
    color: white;
    background-attachment: fixed;
    background-image: url('./icons/bg_head.jpg');
    background-repeat: no-repeat;
    background-size: cover;
   

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    
    background-position: center -100;
    text-shadow: 2px 2px 4px #000000;



}

@supports ( -webkit-touch-callout : none) {
.banner {
background-attachment:scroll
}
}



#logo{
    position: absolute;
    left: 00px;
    z-index: 2;
    top:0px;
 
   

    filter: drop-shadow(2px 2px 4px rgb(255, 255, 255));
}

#logo img{
    width: 350px;
    margin: 20px;
}

.banner h1{

    display: block;
    width: 100%;

    margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
   
    font-size: 52px ;
    text-align: center;

    font-weight: bold;
    font-family: 'DM Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode',  Verdana, sans-serif;
}

.tariffe {
    background-color: var(--orange_);

    color: white;

}

.tariffe h1 {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.tariffe h4 {
    text-align: center;
    color: white;
    font-size: 14px;


}



.card {
    color: black;
    text-align: center;
   display: none;
}

.card img {
    margin-top: 20px;
    text-align: center;
    color-adjust: var(--orange)_;
    margin-left: auto;
    margin-right: auto;
    width: 60px;

}

.card .btn {
    background-color: var(--orange_);
    color: white;
    font-weight: bold;
}
.assistenza{
    margin-top: 40px;
}
.assistenza h4{
    color: var(--green_);
    font-size: 32px;
}

.assistenza h5{
    color: #000;
}

.custom-checkbox{
    color: #000;
}

#send{
    border-radius: 0;
    background-color: var(--green_);
    color: white;
    font-weight: bold;
}

.consenso{
    color:white;
    font-family: 'DM Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.consenso label{
    margin-right: 5%
    
}

label::after{
    box-sizing: content-box !important;
}

label::before{
    box-sizing: content-box !important;
}

.btnattiva:hover{
    background-color: var(--grey_);
    transition: 0.6s ;
}

#tel{
    z-index: 2;
    position: absolute;
    font-family: 'Mukta Vaani';
    right:0;
    top: 40px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    font-family: 'DM Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: transparent;
    padding: 10px;
    border-bottom: 3px solid var(--green_);
    font-size: 22px;
    cursor: pointer;
}

#tel span{
    vertical-align: middle;
}

.footer{
    border-top: 4px solid grey;
    margin-top:50px;
    margin-bottom: 10px;

}
.footer p{
    margin-top: 30px;
    margin-right: 10%;
    margin-left:10%;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footer img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

#send:hover{

    background-color: var(--orange_);
    transition: 0.6s ;



}

@media screen and (max-width: 1392px) {

   .input-group{
       display: block;
   }

   #result{
       padding: 10px !important;
       font-size: 18px !important;
       display: block !important;

    
   }


   .consenso{
       font-size: 15px;
   }

   #result .btn{
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top:10px;
   }
   #copy{
       font-size: 18px !important;
   }

   .banner{
       height: 570px;
       min-width: 100%;
        min-height: 100%;
   }

   .input-group input{
       display: block;
       width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        margin: 10px;
        font-size: 26px;
   }
    #send{
        margin-top:20px;
        text-align: center;
        margin-right:auto;
        margin-left:auto;
        font-size: 30px;
    }

    #send{
        margin-right:auto;
        margin-left:auto;
        display: block;
    }

    .jumbotron h1{
        font-size: 30px !important;
    }
}

@media screen and (max-width: 600px) {
#tel{
    font-size:20px;
    padding: 6px;
    top:20px;
}

#tel span{
    display: none;

}

.banner{
    background-position: center;
}

.jumbotron{
    padding: 20px;
}

img.logo{
    width:140px;
}
}

@media screen and (max-width: 800px) {
.jumbotron h1{
        font-size: 29px;
    }


    .jumbotron h2{
        font-size: 22px !important; font-weight: bold;
    }
    .jumbotron h3{
        font-size: 18px !important;
    }
    #logo img{
    width: 220px;
}

.banner h1{
    font-size: 30px;
}

}