@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

#projetos ul li a{

    text-decoration: none;
    align-self:auto ;
    color: white;
    background: rgba(0, 128, 0, 0.67);
    font-size: 14pt;
    border: solid 1px green;
    padding: 15px;
    margin: 2px;
    display: list-item;

}
#fr{
    align-self: auto;
}
#projetos ul {
    position: relative;
    margin: auto;
    padding: 20px;
    text-decoration: none;

}
#projetos ul li {

    text-decoration: none;
    font-size: 14pt;
    padding: 15px;
    margin: 2px;

}
/* reset básico */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* conteiner */
.container  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.text-lg-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-shadow: #000000;
    margin: 0;
    padding: 0;
}

@media (min-width: 1170px) {
    .container {
        max-width: 1170px;
        padding: 0;
    }
}

/* linha */
.row {
    margin-left: -5px;
    margin-right: -5px;}
.row:before,
.row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}

/* colunas */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}



/* duas colonas */
@media (min-width: 480px) {
    .col-2 {
        width: 50%;
    }
}

/* tres colunas */
@media (min-width: 728px) {
    .col-3 {
        width: 33.3333%;

    }
}
<shadow> = inset? && [ <length>{2,4} && <color>? ]

/* sidebar */
@media (min-width: 992px) {
    .col-content {
        width: 60%;
    }

    .col-sidebar {
        width: 40%;
    }
}


/* USAR APENAS PARA DEMOSTRAÇÂO */
.teste-quiosque{
    background-image: url("../../images/quiosque/kiosque/slide05.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}


.teste-salaprofessor {
    background-image: url("../../images/universidades/prof.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}

.teste-almoxarifado {
    background-image: url("../../images/");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-seguranca {
    background-image: url("../../images/seguranca/2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;
}
.teste-copa {
    background-image: url("../../images/copa/9.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-ambulatorio {
    background-image: url("../../images/ambulatorio/1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-laboratorio {
    background-image: url("../../images/laboratorio/13.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-dormitorio {
    background-image: url("../../images/");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-hospital {
    background-image: url("../../images/hospitais/1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;
13
}
.teste-sanitario {
    background-image: url("../../images/");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-projetoespeciais {
    background-image: url("../../images/pespec.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}

.teste-refeitorio {
    background-image: url("../../images/refeitorio/12.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.teste-saladeaula {
     background-image: url("../../images/universidades/1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

 }
.teste-vestiário {
      background-image: url("../../images/sanitários/2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

  }
.teste-lanchonet {
    background-image: url("../../images/lanchonete/1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);

    padding: 30px;
    text-align: center;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #008000;

    height: 286px;

}
.big {
    height: 100px;
}
.col-3 a{


    right: 40px;
    color: #000000;
    font-family: "Arial Black";
    font-size: 20pt;
    position: relative;
    top: 70px;
    float: right;
    text-shadow: 1px 1px 1px #ffffff;




}.col-3 a:hover{

     color: rgb(210, 255, 138);
     font-family: "Arial Black";
     font-size: 22pt;
     transition-duration: 1s;
     text-shadow: 1px 1px 1px #000000;




 }