﻿

/* ********************************************** STRUTTURA ***************************************** */



.slide3 {

    background-color:#F44D8C;

}

.slide3Section
{
    margin:0px auto;
    width:1000px;
    height:auto;
    border:solid 0px #ff0000;

}

.slide3Card
{
    float:left;
    margin-top:180px;
    margin-left:0px;
    width:400px;
    height:346px;
    border:solid 0px #ff0000;

}


.slide3Title
{
    float:left;
    margin-top:10px;
    margin-left:40px;
    width:450px;
    height:auto;
    text-align:left;
    border:solid 0px #ff0000;

}

.slide3Subtitle
{
    float:left;
    margin-top:200px;
    margin-left:40px;
    width:500px;
    height:auto;
    border:solid 0px #ff0000;

}

.slide3Message
{
    float:left;
    margin-top:20px;
    margin-left:40px;
    width:500px;
    height:auto;
    border:solid 0px #ff0000;

}

.slide3Consolle 
{
    float:left;
    margin-top:150px;
    width:100%;
    height:auto;
    border:solid 0px #ff0000;

}

.slide3Pulsante
{
    margin:0px auto;
    width:50px;
    height:50px;
    border:solid 0px #ff0000;

}

.slide3Pulsante:hover
{
    filter:opacity(0.5) brightness(0.5);
}
