#Slider
{
    background-color: #F9F9F2 !important;
    font-family: GalanoGrotesque !important;
    height: calc(100vh - 100px);
}

#Slider .row
{
    background-color: #F9F9F2 !important;
    margin: 0px;
}

#Slider .SideFace img
{
    height: calc(100vh - 200px);
    width: 20vw;
}

#Slider .left
{
    float:left;
}

#Slider .right
{
    float:right;
}

#Slider .MainText
{
    text-align: center;
    font-size: 18px;
    max-width: 600px;
}

@media only screen and (max-width: 1000px) {
    #Slider .SideFace
    {
        display: none !important;
    }
    
    #Slider
    {
        height: auto;
        padding-bottom: 30px;
    }
}

#BTNActionOrange
{ 
    /*background-color: #F9F9F2 !important; 
    background-image: url(../../Data/Icons/botao_accao_01_laranja.svg);
    background-size: cover;*/
    margin-top: 20px;
    background-color: transparent;
    font-size: 35px;
    padding: 0px;
    color: #F77014;
    border-radius: 50%;
    border: 0px;
    transition: all .8s;
}

#BTNActionOrange:hover
{
    background-color: #F77014;
    color: white;
    /*background-image: url(../../Data/Icons/botao_accao_01_hover_laranja.svg);
    background-size: cover;*/
}