@import "font-face.css";

/*Title*/
.title {
    width: 90%;
    /*max-width: 1200px;*/
    padding: 30px 5%;
    margin: 0 auto;
    background: #003671;
    margin-bottom: 30px;
}

.title h1 {
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    max-width: 1200px;
    font-family: 'open_sansbold';
}

/*TEXTS*/
.text {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto 60px;
}

.text a { color: #0A246A; }
.text a:hover { text-decoration: underline }

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


/*Imagem Principal*/
.boxImg, iframe {
    padding: 0px 20px 20px;
}
.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;
    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, #form_contact select {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 8px;
    float: left;
}
#form_contact input[type="submit"] {
    max-width: 150px;
}

/*Boxnot*/
.boxNot {
    margin: 20px;
    font-size: 12px;
    color: #666666;
    display: block;
    line-height: 19px;
    display: inline-block;
    width: 220px;
    text-align: center;
    cursor: pointer;
}
.boxNot h2 {
    text-transform: initial;
    font-weight: 300;
    font-size: 1.1em;
    margin-top: 15px;
    color: #595C5D;
}
.boxNot .boxNotImgV {
    width: 220px;
    height: 150px;
}
.boxNot .boxNotImgV span {
    width: 220px;
    height: 150px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.boxNot .boxNotImgV span img {
    max-width: 220px;
    max-height: 150px;
}

label.error {
    color: rgb(184, 1, 1);
    font-weight: 600;
}

label.success {
    color: rgb(1, 184, 16) !important;
    font-weight: 600;
}

#form_contact .lblRadio {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #9b9b9b;
}

#form_contact .lblRadio small {
    font-weight: 600;
    color: #000;
    width: auto;
    margin: 0;
    font-size: 14px;
}

#form_contact .lblRadio input {
    width: calc(100% - 20px);
}

#form_contact .lblRadio input[type="checkbox"] {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}


/* 
#whatsBtn {
    width: 100px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 5px;
}

#whatsBtn:hover {
    filter: brightness(0.9);
} */

.analiseForm p {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: justify;
}

.analiseForm input, .analiseForm textarea, .analiseForm select {
    background: #fff;
    border: 1px solid #9b9b9b;
}

.analiseForm input[type="submit"]:hover {
    filter: brightness(0.9);
}

.analiseForm input[type="file" i]::-webkit-file-upload-button, 
.analiseForm input[type="file" i]::file-selector-button {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 10px;
}