@import "font-face.css";

/*Banner interno*/
.banner-interno {
    background: url(../img/interno.jpg) no-repeat;
    width: 100%;
    height: 316px;
}

/*Title*/
.title {
    padding: 2px 0px 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 2.2em;
    font-family: 'poppinsbold';
    text-align: center;
    text-transform: uppercase;
}

.title h1 {
    color: #000;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
}

/*TEXTS*/
.text {
    line-height: 1.8em;
    font-size: 1em;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    float: left;
}

.text h2 {
    color: #000;
    font-size: 1.1em;
    line-height: 22px;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
}
.text h2 strong {
    font-weight: bold;
}
.text h3 {
    color: #1a2a5d;
    font-size: 1em;
    line-height: 22px;
    font-family: 'poppinssemibold';
    margin: 20px 0px 20px;
}
.text h4 {
    color: #585858;
    font-size: 23px;
    background: #f4f6f9;
    box-shadow: 0px 0px 50px #A5A5A5;
    line-height: 65px;
    padding-left: 50px;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    margin-left: 210px;
    text-transform: uppercase;
    display: inline-block;
    width: 615px;
    border-radius: 10px;
}
.text h6 {
    color: #585858;
    font-size: 1.8em;
    float: left;
    width: 300px;
    height: auto;
    line-height: 45px;
    margin-right: 80px;
    text-transform: uppercase;

    margin-bottom: 30px;
}
.text a { color: #0A246A; }
.text a:hover { text-decoration: underline }

.text > span img { margin: 0px 0px 5px 5px;}

.text form input[type="submit"] {
    background: #555;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    transition: .2s all linear;
}
.text form input[type="submit"]:hover {
    background: #000;
    transition: .2s all linear;
}

.text ul {list-style: initial; margin-left: 15px; }


/*Imagem Principal*/
.boxImg {
    padding: 0px 10px 20px 0px;
    float: left;
}
.boxImg img{
    max-width: 400px;
}

/*Gallery content*/
.galleryList{
    position: relative;
    margin: 20px 0px 40px;
    text-align: center;
}
.galleryList li{ 
    display: inline-table;
    vertical-align: middle;
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
}
.galleryList li img { max-width: 200px; max-height: 100px; }

/*Video*/
.video-wrapper{
    max-width: 250px;
    max-height: 300px;
    display: table-cell;
    vertical-align: middle;
    margin: 2%;
}
.video-wrapper img{
    width: 100%;
}
.video-wrapper2{
    max-width: 250px;
    max-height: 300px;
    float: left;
    margin: 2%;
}
.video-wrapper2 img{
    width: 100%;
}
.video-wrapper2 .play{
    background: url('../img/play.png') no-repeat center;
    width: 77px;
    height: 53px;
    position: absolute;
    margin: 20% 40%;
}

/*Box Images*/
.box_imo {
    display: inline-block;
    width: 230px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    vertical-align: top;
}
.box_imo div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 150px;
}
.box_imo div img {
    max-height: 100px;
    max-width: 150px;
}

/*cat*/
#categorias {
    float: left;
    width: 200px;
    min-height: 200px;
    background: #ccc;
    padding: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
#categorias h2 {
    font-size: 1em;
    color: #1a2a5d;
    font-weight: 600;
    margin-bottom: 20px;
}
#categorias ul li {list-style: none; list-style: inside;}
#categorias ul li a{
    font-size: 1em;
    color: #1a2a5d;
}
#categorias ul li a:hover{
    text-decoration: underline;
}

/*Pag Contact*/
#form_contact {
    position: relative;
    max-width: 400px;
}
#form_contact input, #form_contact textarea {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 8px;
}
#form_contact input[type="submit"] {
    max-width: 150px;
}

/*Boxnot*/
.boxNot {
    display: inline-block;
    width: 240px;
    vertical-align: top;
    margin: 2%;
    text-align: center;
}
.boxNot h2 {
    color: #333;
    margin-top: 10px;
    font-size: 1.2em;
    font-family: 'poppinsbold';
    text-transform: uppercase;
}
.boxNot p {
    color: #333;
}
.boxNot span {
    width: 240px;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}
.boxNot span img {vertical-align: middle; display: table-cell; max-width: 280px; max-height: 280px; transition: .2s all linear;}

.boxNot:hover img{
    transition: .2s all linear;
    transform: scale(1.1);
}
