/*
   ||||||||||||||||||||||||||||
   ||        made by         ||
   ||||||||||||||||||||||||||||
   ||                        ||
   ||      - GruDe EA -      ||
   || Grupo Desenvolvimento  ||
   ||    Escola das Armas    ||
   ||------------------------||
   ||    SAj Tms Mendonca    ||
   ||------------------------||
   ||          2016          ||
   ||||||||||||||||||||||||||||
*/


/*
===============
SPECIAL CLASSES
===============
*/

.lean-text {
    font-weight: 200;
    font-size: 1.2em;
}

.slides img {
    -webkit-filter: sepia(0.3) brightness(0.7);
    filter: sepia(0.3) brightness(0.7);
}

.hr-center {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hr-right {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 0, 0, 0.5));
}

.ea-red {
    background-color: #ba1a1a;
}

.ea-text-red {
    color: #ba1a1a !important;
}

.inset-text {
    color: #eee;
    text-shadow: 1px 3px 6px #fff, 0 0 1px #000, 1px 3px 6px #fff;
}
.tab {
    padding-left: 2em;
}

/* LIGHTBOX */
.lightbox,
.lightbox-news {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
.lightbox #content,
.lightbox-news #content-news {
    position: relative;
    z-index: 99;
    top: 10%;
    width: 80%;
    height: 80%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: alias;
}
.lightbox .arrow-btns a {
    position: absolute;
    z-index: 999;
    top: 50%;
}
.lightbox #arrow-left {
    left: 1%;
}
.lightbox #arrow-right {
    right: 1%;
}
.lightbox #close-lightbox,
.lightbox-news #close-lightbox-news {
    position: absolute;
    top: 2%;
    right: 1%;
    transition: all 0.33s;
}
.lightbox #close-lightbox:hover,
.lightbox-news #close-lightbox-news:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lightbox #content p,
.lightbox-news #content-news p {
    position: relative;
    color: #f8f8f8;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 40%;
    margin: 0 auto;
    line-height: 2em;
}
.lightbox #content p:first-child,
.lightbox-news #content-news p:first-child {
    top: 0;
}
.lightbox #content p:last-child,
.lightbox-news #content-news p:last-child  {
    top: 90%;
}


/* letter effect */
.letter-effect {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 26px auto 0;
    min-height: 300px;
    padding: 24px;
    position: relative;
}
.letter-effect:before, .letter-effect:after {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.letter-effect:before {
    background: #fefefe;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    left: -5px;
    top: 4px;
    transform: rotate(-2.5deg);
}
.letter-effect:after {
    background: #fafafa;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    right: -3px;
    top: 1px;
    transform: rotate(1.4deg);
}
