﻿body {
    /*background-image: url(../images/back.png);*/
    background-color: #F0F0F0;
    padding-bottom: 20px;
    background-image: url(../images/wallhaven-69410.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    

}
.warper {
    margin: auto;
    width: 90%;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.home1 {
    padding-top: 20px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.intro {
    background-color: rgba(0, 0, 0, 0.4);
    color:white;
    visibility:hidden;
}

#home_info {

    background-color: #3C4B73;
    flex: 1 0 100%;
    padding: 1rem;
}

#home_left {
    background-image: url(../images/home.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3C4B73;
    flex: 2 0;
    padding: 100px;
}


#home_right {
    background-color: #3C4B73;
    flex: 1;
    padding: 1rem;
}
#botoes_home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: auto;
    background-color: rgb(255,255,255,0.7);
}


nav {
    padding-bottom: 10px;
    background: rgba(255,255,255,.5);
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}




.grdp {
    background-color: #fb6262;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
}


/*Admin Area*/

.admin_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top:10px;
}
/*CONTAINER*/
#container_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



/*LINKS*/


ul li {
    display: inline;
    text-align: center;
    padding: 20px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

    .menu a {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        padding: .75rem 0;
        margin: 0;
        color: #3C4B73;
    }

    .menu a, a:visited {
        text-decoration: none;
        position: relative;
        color: #3C4B73;
    }

        .menu a:after, a:visited:after {
            content: '';
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            background: rgba(40,57,101,.9);
            transition: 0.2s;
        }

        .menu a:hover:after, a:visited:hover:after {
            width: 100%;
        }



        .menu a:hover:after, a:visited:hover:after {
            width: 100%;
        }





footer {
    
    background-color: rgba(40,57,101,.9);
    color: white;
    align-content:center;
    width: 100%;
    bottom: 0;
}

/*LOGIN PAGE*/


*, :after, :before {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: #1161ee;
    text-decoration: none
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 700px;
    position: relative;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.login-wrap a { 
    color: white;

}
.login-wrap2 a {
    color: white;
}

    .login-wrap2 {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 1000px;
    position: relative;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    background: rgba(40,57,101,.9);
}

    .login-html .sign-in-htm,
    .login-html .sign-up-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transition: all .4s linear;
    }

    .login-html .sign-in,
    .login-html .sign-up,
    .login-form .group .check {
        display: none;
    }

    .login-html .tab,
    .login-form .group .label,
    .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html .tab {
        font-size: 22px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    .login-html .sign-in:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: #fff;
        border-color: #1161ee;
    }

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

        .login-form .group .input,
        .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255,255,255,.1);
        }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .label {
            color: #aaa;
            font-size: 12px;
        }

        .login-form .group .button {
            background: #1161ee;
        }

        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255,255,255,.1);
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0);
            }

        .login-form .group .check:checked + label {
            color: #fff;
        }

            .login-form .group .check:checked + label .icon {
                background: #1161ee;
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255,255,255,.2);
}

.foot-lnk {
    text-align: center;
}


/*LISTAR PROJECTOS*/


.top_bar_listagem {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: space-between;
}



.card_container {
    display: flex;
    flex-wrap: wrap;
}

.card_projectos {
    display: block;
    width: 100%;
    margin: 50px;
    width: 300px;
    height: 200px;
    color: black;
    background-color: white;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.card_content {
    width: 80%;
    margin: auto;
}

.card_title {
    background: rgba(40,57,101,.9);
    margin: auto;
    text-align: center;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    word-wrap: break-word;
    text-transform: uppercase;
    width: 200px;
}




/*-----------------------------------------------------------------------------------------------------------------*/


/* The card */
.card {
    position: relative;
    height: 200px;
    width: 600px;
    margin: 50px auto;
    background-color: #FFF;
    -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}

/* Image on the left side */
.thumbnail {
    float: left;
    position: relative;
    left: 30px;
    top: -30px;
    height: 150px;
    width: 248px;
    -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

/*object-fit: cover;*/
/*object-position: center;*/
img.left {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Right side of the card */
.right {
    margin-left: 300px;
    margin-right: 20px;
    font-family: Arial;
}

.titulo_cartao {
    padding-top: 15px;
    font-size: 1.3rem;
    color: #4B4B4B;
}

.author {
    background-color: #9ECAFF;
    height: 30px;
    width: 110px;
    border-radius: 20px;
}

    .author > img {
        padding-top: 5px;
        margin-left: 10px;
        float: left;
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

.autor_nome {
    padding-top: 8px;
    margin-right: 6px;
    text-align: right;
    font-size: 0.8rem;
}

.separator {
    margin-top: 10px;
    border: 1px solid #C3C3C3;
}

.card p {
    text-align: justify;
    padding-top: 10px;
    font-size: 0.95rem;
    line-height: 150%;
    color: #4B4B4B;
}



/* Those futur buttons */
.card ul {
    margin-left: 250px;
}

.card li {
    display: inline;
    list-style: none;
    padding-right: 40px;
    color: #7B7B7B;
}

/* Floating action button */
.fab {
    position: absolute;
    right: 50px;
    bottom: -40px;
    box-sizing: border-box;
    padding-top: 18px;
    background-color: #1875D0;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    color: white;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}

.cards_container {
    display:flex;
    flex-wrap:wrap;

}


/**/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*--------------------------------HEXAGONOS--------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}


#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    list-style-type: none;
}

.hex {
    position: relative;
    visibility: hidden;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
}

    .hex::after {
        content: '';
        display: block;
        padding-bottom: 86.602%; /* =  100 / tan(60) * 1.5 */
    }

.hexIn {
    position: absolute;
    width: 96%;
    padding-bottom: 110.851%; /* =  width / sin(60) */
    margin: 0 2%;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}

    .hexIn * {
        position: absolute;
        visibility: visible;
        outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
    }

.hexLink {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
}

.hex h1, .hex p {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background-color: rgba(0, 128, 128, 0.8);
    font-weight: 300;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .3s ease-out;
    transition: transform .2s ease-out, opacity .3s ease-out;
}

.hex h1 {
    bottom: 50%;
    padding-top: 50%;
    font-size: 1.5em;
    z-index: 1;
    -webkit-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

    .hex h1::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 45%;
        width: 10%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

.hex p {
    top: 50%;
    padding-bottom: 50%;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}


/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1, .hexLink:focus h1,
.hexLink:hover p, .hexLink:focus p {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
    #hexGrid {
        padding-bottom: 4.4%
    }

    .hex {
        width: 20%; /* = 100 / 5 */
    }

        .hex:nth-child(9n+6) { /* first hexagon of even rows */
            margin-left: 10%; /* = width of .hex / 2  to indent even rows */
        }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
    #hexGrid {
        padding-bottom: 5.5%
    }

    .hex {
        width: 25%; /* = 100 / 4 */
    }

        .hex:nth-child(7n+5) { /* first hexagon of even rows */
            margin-left: 12.5%; /* = width of .hex / 2  to indent even rows */
        }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
    #hexGrid {
        padding-bottom: 7.4%
    }

    .hex {
        width: 33.333%; /* = 100 / 3 */
    }

        .hex:nth-child(5n+4) { /* first hexagon of even rows */
            margin-left: 16.666%; /* = width of .hex / 2  to indent even rows */
        }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
    #hexGrid {
        padding-bottom: 11.2%
    }

    .hex {
        width: 50%; /* = 100 / 3 */
    }

        .hex:nth-child(3n+3) { /* first hexagon of even rows */
            margin-left: 25%; /* = width of .hex / 2  to indent even rows */
        }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
}

/*@media screen and (max-width: 600px) {
    #home_left {
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #3C4B73;
        flex: 2 0;
        padding: 1rem;
    }
}*/

@media screen and (max-width: 650px) {
    .card {
        height: 500px;
        width: 350px;
    }

        .card p {
            margin: 20px;
        }
        .card ul {
            margin-left: 5px;
        }

    .right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 120px;
    }

    .login-wrap2 {
        min-height: 1500px;

    }
    .login-wrap {
        min-height: 900px;
    }
}


@media screen and (max-width: 500px) {
    #home_left {
        background-image: url(../images/home.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #3C4B73;
        flex: 2 0;
        padding: 0px;
        visibility:hidden;
    }

    .intro {
        visibility:visible;
    }
}


