body{
    color:#373a3c !important;
}

.iconf, .icone{
    margin:0;
    width: 40px;
    color: black;
    text-decoration: none;
}
.iconf{
    margin-top:12px;
}
.icone{
    width: 38px;
    margin-top:5px;
}
img{
    margin-bottom:20px;
    max-width: 100%;
}

h1{
    padding: 0px !important;
    margin:0px !important;
    font-size:30px;
    font-weight: bold;
}

p{
    margin-left: 10px;
    padding-top:15px;
}

.text-pos{
    padding-left: 20%;
}

.text-justify {
    text-align: justify;
}
.sigmapad{
    padding: 0 1px 1px 0 !important;
    margin: 0 !important;
}

.img2{
    margin-top:3px !important;
}

.container-fluid{
    width: 75%;
}
.gr{
    color:gray;
    padding-top: 0px;
}


@media screen and (max-width: 1200px) {
    .iconf, .icone{
        margin:0;
        width: 50px;
        color: black;
        text-decoration: none;
    }
    .iconf{
        margin-top:25px;
    }
    .icone{
        width: 48px !important;
        margin-top:10px;
    }
    h1{
        padding: 0px !important;
        margin:0px !important;
    }
}

@media screen and (max-width: 991px) {
    .iconf, .icone{
        margin:0;
        width: 70px;
        color: black;
        text-decoration: none;
    }
    .icone{
        width: 68px !important;
    }
    .text-pos{
        padding-left: 0;
    }
    .iconf, .icone{
        margin:5px;
        margin-left:120px;
    }

    h1{
        margin-left: 10px;
        font-size: 48px;
        margin-bottom: 10px !important;
    }
    p{
        font-size: 32px;
    }
    .container{
        max-width:100%;
    }
    .container-fluid{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .iconf, .icone{
        margin:0;
        width: 50px;
        color: black;
        text-decoration: none;
    }
    .icone{
        width: 48px !important;
    }
    .text-pos{
        padding-left: 0;
    }
    .iconf, .icone{
        margin:5px;
        margin-left:20%;
    }
    h1{
        margin-left: 10px;
    }
    .gr{
        font-size: 12px;
        margin-left:0px;
    }
    .container{
        max-width:100%;
    }
    .container-fluid{
        width: 100%;
    }
}


