
/* Main */
main {
    padding:3% 2% 4% 2%; width:96%; display:block; margin:0px;
}


main section.familia-producte {
     display:flex; margin-bottom:4rem;
     align-items: flex-start;
}

main section.familia-producte > * {
    vertical-align: top;
}

main section#instalacions {
        padding:0px;  margin:0px 0px 0px 0px; height:available; border: 0px solid rgba(141,141,141,1);
        background-color: rgba(236,236,236,0.93);
        
    }

    
    main section#instalacions h2 {
        font-family:  DejaVuLight; font-size:1.4rem; color:rgb(212,0,0); font-weight:normal;
        text-shadow: 1px 1px 0px rgba(178, 178, 178, 0.75); text-align: center;
        padding:1rem ; border:0px solid red; display:inline-block;

    }

    main section#instalacions h3 {
        display:inline-block; width:auto; font-size:1.4rem; color:rgb(100,100,100); margin-top:0rem; padding:1rem 0px ;
        font-family:  DejaVuLight; font-weight:normal; text-align:left;
    }


main:after, aside:after {
   content: " "; display: block; clear: both;
}

    

    main img#fons {
        width:100%; margin-bottom:1rem;
    }

    main  h4 {
        display:block; font-family:  OpenSans; font-size:1.5rem; color:rgb(112,112,112); font-weight:normal;
        margin-top:2.5rem; margin-bottom:1rem; clear:both; padding:0 0.5rem;
        background-color: rgb(182,182,182); color:white;
    }

    main  h5 {
        display:block; font-family:  OpenSans; font-size:1.1rem; color:rgb(112,112,112); font-weight:normal;
        margin-top:1.5rem; margin-bottom:1rem; border-bottom:1px solid rgb(182,182,182); clear:both;
    }

    main div#contextImg {
     display:inline-block; margin:1rem 3% 1rem 1rem; width: 25%;
     box-shadow: 1px 1px 3px #292929; overflow:hidden; padding:0;
    }

    main p, main ul.next-to-slideshow li {
        line-height: 150%; color:rgb(80,80,80);
    }

    main ul.next-to-slideshow,  p.next-to-slideshow  {
        display:block; width:65%; margin-top:1rem;
    }

    table.next-to-slideshow {
        display:table;  width:65%; margin-top:1rem;
    }

    main ul.next-to-slideshow  {
        padding:0; margin:0; 
    }

    main ul.next-to-slideshow li {
        margin:0;
        padding:0.5rem; display:block; border-top:1px dotted rgb(130,130,130); text-align: justify;
    }

    main ul.next-to-slideshow li:first-of-type {
        border:0px;
    }

    main ul.next-to-slideshow li:nth-of-type(even) {
        background-color: rgba(0,0,0,0.03)
    }

    main ul.next-to-slideshow li:nth-of-type(odd) {
        background-color: rgba(0,0,0,0.08)
    }

    
aside {
    border-top: 1rem solid rgb(212, 212, 212); display: block; padding: 2%; width: 96%; 
}

    aside h3, aside p {
        margin-left:25%; margin-right:4%;
    }

    
    aside h3 {
        font-family: DejaVuLight; font-size:1.5rem; color:rgb(212,0,0); font-weight:normal;
        margin-bottom:0.5rem; margin-top:0.5rem;
    }


    aside p {
        font-size:0.9rem; color:rgb(40,40,40);
    }

    aside section {
        float:left; width:47%; height:max;
    }


    aside > section:first-child {
        
        background:
            url('../img/telefon.svg') no-repeat;
            background-size:auto 3.8rem;
            background-position: 7% center;
    }

    aside section:nth-child(2n) {
        background:
            url('../img/desklamp.svg') no-repeat;
            background-size: auto 5rem;
            background-position: 10% center;
    }

    

