﻿
/****************DETTAGLI CATEGORIA*******************/
.divCategoriaDetails {
    width: 100%;
    margin-bottom: 50px;
    height: 450px;
    background: #B9E8FF 0% 0% no-repeat padding-box;
}
.divCategoriaDetailsInner {
    padding-top: 140px;
}
.divCategoriaDetailsInner > img {
    width:200px;
    height:200px;
    margin-right:50px;
    float:left;
}
.divCategoriaTitle {
    text-align: left;
    margin-top:70px;
    margin-bottom: 5px;
    text-transform:capitalize;
}
.divCategoriaDescr {
    text-align: left;
}

/************LISTA AFFINITY*******************/
/*.divListAffinity {
    width: 1362px;
    margin: auto;
    height: auto;
    overflow: auto;
}*/
.divAffinity {
    width: 370px;
    padding:0px 30px;
    height: 400px;
    margin: 10px;
    background: var(--white) 0% 0% no-repeat padding-box;
    box-shadow: -1px 5px 18px #0000001A;
    border-radius: 5px;
    float: left;
    text-align: left;
    position: relative;
    /*line-height: var(--unnamed-line-height-25);*/
}
.divSep {
    width: 8px;
    height: 130px;
    background: #9DDDFB 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 5px 5px;
    float:left;
 
}
.divAffImg {
    width: 60px;
    height: 60px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 30px;
    float:left;
}
.imgAff {
    width: 60px;
}
.divAffTitle {
    margin: auto;
    margin-bottom: 20px;
    width: 360px;
    text-transform: capitalize;
    overflow:hidden;
}
.divAffDescr {
    margin: auto;
    width: 360px;
}
.imgLogoAff {
    /*height:75px;*/
    max-height:100px;
    position:absolute;
    bottom:25px;
    right:25px;
}