@import "font-face.css";

/*Title*/
.title {
    padding: 40px 0px 30px;
    margin: 0 auto;
    color: #7c6652;
    font-size: 1.8em;
    font-family: 'poppinssemibold';
}

.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;
}

.text h2 {
    color: #000;
    font-size: 1.1em;
    line-height: 22px;
    font-family: 'poppinssemibold';
}
.text h2 strong {
    font-weight: bold;
}
.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;}


/*Imagem Principal*/
.boxImg {
    margin: 0px 20px 20px 0px;
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 150px;
    text-align: center;
    border: 10px solid #d9cec3;
}
.boxImg img{
    max-width: 250px;
}

/*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;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    padding: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
#categorias h1 {
    font-size: 1.4em;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
#categorias ul li {list-style: none;}
#categorias ul li a{
    font-size: 1.1em;
    color: #000;
}

/*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: 100%;
    vertical-align: top;
    margin: 20px 0px;
    text-align: left;
}
.boxNot content {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
.boxNot content h2 {
    color: #7c6652;
    margin-top: 10px;
    font-size: 1.2em;
    font-family: 'poppinsmedium';
    text-transform: uppercase;
}
.boxNot content p {
    color: #777;
    margin-top: 10px;
}
.boxNot div {float: left; margin-right: 15px;}
.boxNot div span {
    width: 200px;
    height: 200px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    border-radius: 120px;
    border: 10px solid #d9cec3;
}
.boxNot div span img { max-width: 160px; max-height: 160px; transition: .2s all linear;}

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