﻿@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');



body {
    border:0;
    margin:0;
    background-image:url('../images/back.png');
    background-position:-100px center;
    background-color:#297133;
    background-repeat:no-repeat;
}

img
{
    border:0;
}

.linkPreto {
    color:#000;
    text-decoration:none;
}


.opacityefect {
    opacity:initial;

    -moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

    .opacityefect:hover {
        opacity: 1;

        -moz-transition: all 0.25s ease;
	    -webkit-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
    }

.brilhoefect {
    -webkit-filter: brightness(1);

    -moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

    .brilhoefect:hover {
        -webkit-filter: brightness(1.2);

        -moz-transition: all 0.25s ease;
	    -webkit-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
    }

.scaleefect {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);

    -moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

    .scaleefect:hover {
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        -ms-transform:scale(1.05);
        -o-transform:scale(1.05);
        transform:scale(1.05);

        -moz-transition: all 0.25s ease;
	    -webkit-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
    }

.linkBranco {
    color:#FFF;
    text-decoration:none;
}

.divloadpage {
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(16, 66, 23, 0.6);
    background-image:url('../images/loadpage.svg');
    background-position:center center;
    background-repeat:no-repeat;
    top:0;
    left:0;
    z-index:999999;
}


a {
    text-decoration:none;
}

.logo
{
    text-align:center;
}

    .logo img
    {
        width:90%;
        max-width:376px;
    }

.infos
{
    text-align:center;
    margin-top:80px;
}


@media only screen and (min-width:880px)
{
    /*CSS PC*/
    body {
        border:0;
        margin:0;
        background-image:url('../images/back.png');
        background-position:top center;
        background-color:#297133;
        background-repeat:no-repeat;
    }
    
    .infos
    {
        text-align:center;
        margin-top:120px;
    }

}

    





/*
    filter: brightness(1.2);


    -moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;

    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);

	-webkit-box-shadow: 3px 3px 8px #999;
    -moz-box-shadow: 3px 3px 8px #999;
    -ms-box-shadow: 3px 3px 8px #999;
    -o-box-shadow: 3px 3px 8px #999;
    box-shadow: 3px 3px 8px #999;


    -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
    
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    
*/
