﻿

/* ********************************************** STRUTTURA ***************************************** */



.slide3 {

    float:left;
    width:100%;
    height:100%;
    background-color:#F44D8C;

}

.slide3Section
{
    float:left;
    width:100%;
    height:100%;
    height:auto;
    border:solid 0px #ff0000;

}

.slide3Card
{
    margin:0px auto;
    margin-top:90px;
    width:300px;
    height:230px;
    border:solid 0px #ff0000;

}


.slide3Title
{
    float:left;
    margin-top:10px;
    margin-left:1%;
    width:98%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}

.slide3Subtitle
{
    float:left;
    margin-top:50px;
    margin-left:1%;
    width:98%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}

.slide3Message
{
    float:left;
    margin-top:10px;
    margin-left:3%;
    width:94%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}

.slide3Consolle 
{
    float:left;
    margin-top:60px;
    width:100%;
    height:auto;
    border:solid 0px #ff0000;

}

.slide3Pulsante
{
    margin:0px auto;
    width:50px;
    height:50px;
    border:solid 0px #ff0000;

}
