﻿ .carousel {
            z-index: -99;
        }

            .carousel .item {
                position: fixed;
                width: 100%;
                height: 100%;
                -webkit-transition: opacity 1s;
                -moz-transition: opacity 1s;
                -ms-transition: opacity 1s;
                -o-transition: opacity 1s;
                transition: opacity 1s;
            }

            .carousel .one {
                background: url(images/slide3blur.jpg);
                background-size: cover;
                -moz-background-size: cover;
            }

            .carousel .two {
                background: url(images/slide2blur.jpg);                
                background-size: cover;
                -moz-background-size: cover;
            }

            .carousel .three {
                background: url(images/slide3blur.jpg);
                background-size: cover;
                -moz-background-size: cover;
            }

            .carousel .active.left {
                left: 0;
                opacity: 0;
                z-index: 2;
            }

        #content {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .fullscreenDiv {
            background-color: #e8e8e8;
            height: 600px;            
            bottom: 0px;
            top: 0px;
            left: 0;
            position: absolute;
        }
        .center {
            position: absolute;
            width: 100px;
            height: 50px;
            top: 10%;
            left: 50%;
            margin-left: -50px; /* margin is -0.5 * dimension */
            margin-top: 0px;
        }

        div.wrapper {
            /*margin-left: 5%;
            margin-right: 10%;*/
            width:80%;
            left : 10%;
            
            margin-top: 2%;
            top: 5px;
            position: absolute;
            background-color: #e8e8e8;
            background: url(../../app/images/fundo.png);
            /*background-color:rgb(255,255,255);*/
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            height: auto;
            border-radius: 15px;
            
        }

        .tit {
            font-size: 48px;
            font-weight: bold;
            color: #2783a0;
        }