 
body{
    background:#fff;
    font-family: 'Roboto', sans-serif;
}
body a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul{
    padding: 0;
    margin: 0;	
}

h1,h2,h3,h4,h5,h6,label,p{
    margin:0;	
}

.header{	
    background: #0b648f;
}

.logo{
    float:left;
}
.logo h1 {
    font-size: 3.5em;
    font-family: 'Viga', sans-serif;
}
.logo h1 a{
    text-decoration:none;
    color: #fff;
}

.logo h1 a span{
    color: #e21737;
}

.search{
    position:relative;
    border-bottom: 1px solid #fff;
    float: right;
    margin-top: 8px;
}
.search input[type="text"] {
    outline: none;
    padding: 8px 15px;
    background: none;
    width: 91%;
    border: none;
    font-size: 1em;
    color: #fff;

}
.search input[type="submit"] {	
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 10px;
    right: 0px;
    background: url(../images/search.png)no-repeat 0px 0px ;
    width: 25px;
    height: 25px;
    padding:0;
}



/*-- Tabela --*/
.row{
    margin-top:20px;
    padding: 0 10px;
}
.clickable{
    cursor: pointer;   
}

/* ADD modal */

@import url(http://fonts.googleapis.com/css?family=Roboto);


.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=number], input[type=text], input[type=email], input[type=date]{
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=date]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
    user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1); 
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
} 

.login-help{
    font-size: 12px;
}

/* //ADD MODal*/

/*menu important (para quadrados pequenos)*/

.drop_menu a {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    color:inherit !important;
}
.drop_menu li:hover{color:black !important;}

/*----*/
.top-nav{
    text-align:center;
}
.top-nav ul li{
    display:inline-block;
    float:left;position:relative;
}
.top-nav ul li:hover  .drop_menu{height:auto;}
.top-nav ul li .drop_menu{
    position:absolute; height:0px; 
    margin-top:81px;
    overflow:hidden;
    width:100%;
    border:none;   
    z-index: 1000; 
    top:0; 
    padding:0; 
    list-style:none;
    text-align: left;
}
.top-nav ul li .drop_menu li{padding:0; margin:0;    display: block;
    padding: 10px;
    float: none;
    color: white;}
.top-nav ul li .drop_menu li:hover{background:white; color:black;}
.top-nav ul li a{
    text-decoration:none;
    color:#fff;
    font-size:1.2em;
    padding: 1.8em 3em;
    background: #e21737;
    display: block;
    border-left: 1px solid #C23B3B;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
    background: #ffffff;
    color:#000;

}	
.top-nav ul {
    background-color: #E21737;
    border-top: 10px solid #fff;
}
.top-nav ul li.active a{
    border-left:none;
}
span.menu{
    display: block;
    text-align: right;
    cursor: pointer;
    position: relative;
}
.top-nav span.menu{
    display: none;
}

.content-top h4 {
    color: #000;
    font-size: 1.5em;
    line-height: 1.4em;
    font-family: 'Viga', sans-serif;
}
.content-top p {
    color: #AEAEAE;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0.2em 0 1em;
}
.grid  {
    border: 3px solid #eee;
    border-radius: 100px;
    padding: 2em;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.grid img {
    margin: 0 auto;
}
.content-top {
    margin-top: 1em;
}

.content-grid h5{
    color:#fff;
    font-size:1.4em;
    line-height: 1.5em;
    font-family: 'Viga', sans-serif;
    margin-top: 0.3em;
}
.content-grid p{
    color:#fff;
    font-size:1em;
    line-height: 1.5em;
    margin: 0.2em 0 1em;
}
/*----*/
.grid-bottom {
    padding: 0em 0 2em;
}

.top-1{
    text-align:center;
    padding: 4em 0;
}
.top-1 h3{
    font-size: 2.5em;
    font-family: 'Viga', sans-serif;
    color: #000;
}
.top-1 p{
    color: #BEBDBD;
    line-height: 1.5em;
    font-size: 1em;
    margin: 1em auto 0; 
    width:70%;
}
.col-1-at{
    padding:0;
}
.col-md-of h5{
    font-family: 'Viga', sans-serif;
    font-size: 1.3em;
}

.col-md-of p,.col-md-in p{
    color: #AEAEAE;
    line-height: 1.5em;
    font-size: 1em;
}

.col-md-of{
    border-bottom: 1px solid #EEEBEE;
    padding: 1.5em;
}
.col-md-in{
    padding: 1.35em 1.5em;
}
.col-1-at{
    background:#fff;
}

.footer-grid{
    background: #0B648F;
    padding: 2em 0;
}
.footer-top{
    width:40%;
    margin: 0 auto;
}
.footer-top h3{
    font-size: 2em;
    float: left;
    color: #fff;
    font-family: 'Viga', sans-serif;
}
.amet-sed h4{
    font-size: 1.5em;
    color: #2d2d2d;
    font-family: 'Viga', sans-serif;
    margin: 0 0 0.4em;

}
.footer-top-at {
    padding: 2em 0;
}
ul.nav-bottom li{
    list-style:none;
}
ul.nav-bottom li  a{
    text-decoration:none;
    color:#AEAEAE;
    font-size:1.1em;
    display: inline-block;
    margin: 0.2em 0;
}
ul.nav-bottom li  a:hover{
    color:#2d2d2d;
}
.amet-sed p{
    color:#BEBDBD;
    font-size: 1.2em;
}
.amet-sed p a{
    color:#AEAEAE;
}
.amet-sed p a:hover{
    text-decoration: underline;
}
.class-footer p{
    color:#2d2d2d;
    font-size:1.2em;
    text-align: center;
}
.class-footer p a{
    color:#e21737;
    text-decoration:none;
}
.class-footer p a:hover{
    color:#2d2d2d;
}
.class-footer {
    padding: 0 0 2em;
}
.amet-sed input[type="text"], .amet-sed input[type="submit"] {
    width: 69%;
    padding: 0.7em;
    outline: none;
    color: #000;
    font-size: 1em;
    background: none;
    border: 1px solid #e21737;
}
.amet-sed input[type="submit"] {
    width: 30%;
    color: #FFF;
    font-size: 1em;
    background:#e21737;
    border: 1px solid #e21737;
    outline:none;
    padding: 0.7em;
}
.amet-sed input[type="submit"]:hover {
    background: #0B648F;
    border: 1px solid #0B648F;
}
/*--//footer--*/



/* others*/

.pub_sl{
    font-family: 'Viga', sans-serif;
    color: white;
    text-align: left;
    padding: 9px;
}


/* -- //others --- */






/*--about--*/


.about::before {
    position: absolute;
    content: '';
    pointer-events: none;
}

.about::before  {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.about::before  {
    bottom: -50px;
    z-index: 10;
    background: inherit;
}
.about{

    padding: 0em 0% 5em;

}
.about-md{
    padding: 1.5em 0;
    text-align:center;
}
.about-md h3{
    font-size: 2.5em;
    font-family: 'Viga', sans-serif;
    color: #000;
    padding-bottom: 15px;
}


.about-md p{
    color: #000000;
    line-height: 1.5em;
    font-size: 1em;
    margin: 1em auto 0; 
    width:100%;
    text-align: justify;
}
.about-md1 {
    border: 1px solid #EEEBEE;
    margin: 0 0 3em;
}
.col-3{
    padding:0;
}
.col-2 p {
    color: #BEBDBD;
    line-height: 1.5em;
    font-size: 1em;
}
.col-2 h4 {
    font-family: 'Viga', sans-serif;
    color: #000;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.col-2 {
    padding: 1.3em ;
}
.left-sit h6{
    font-size:1.3em;
    line-height:1.3em;
    font-family: 'Viga', sans-serif;
    color:#fff;
}
.left-sit p{
    margin:0.5em 0 0;
    color:#fff;
    font-size:1em;
    line-height:1.8em;	
}
.in-sed ,.left-sit{
    float:left;
}
.left-sit{
    width:80%;
}
span.in-sed{
    font-size: 1.8em;
    color: #fff;
    background: #E21737;
    width: 45px;
    height: 45px;
    text-align: center;
    font-weight: 600;
    margin-right: 6%;
    padding-top: 5px;
}
.in-profile {
    background-color: #0B648F;
    padding: 8em 0 5em;
}
/*--//about--*/












/*--responsive--*/
@media(max-width:1366px){
.top-nav ul li a {
        padding: 1.8em 1.8em;
    }   
}
@media(max-width:1280px){
.top-nav ul li a {
        padding: 1.8em 1.8em;
    }   
}
@media(max-width:1024px){
    .top-nav ul li a {
         padding: 1.8em 1.8em;
    }	
    .col-md-of {
        padding: 0.5em 1em;
    }
    .col-md-of h5 {
        font-size: 1.1em;
    }
    .col-md-in {
        padding: 0.5em 0.9em 0.8em;
    }
    .content-top h4 {
        font-size: 1.35em;
    }
    .footer-top {
        width: 50%;
    }
    .content-grid h5 {
        font-size: 1.3em;
    }
    .col-md-of p, .col-md-in p {
        font-size: 0.905em;
    }
    .amet-sed input[type="submit"] { 
        font-size: 0.9em;
        padding: 0.85em;
    }
    .amet-sed input[type="text"] {
        width: 68%;
    }
    /*--about--*/
    .left-sit {
        width: 78%;
    }
    .left-sit h6 {
        font-size: 1.1em;
    }
}
@media(max-width:768px){
    span.menu{
        display: block;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .top-nav ul{
        display: none;
        position:absolute;
        width: 100%;
        z-index: 9999;
        left: 0%;
        margin:1em 0em;
        background:#e21737;
        border:0;
    }
    .top-nav span.menu{
        display: block;
    }
    .top-nav ul li{
        display: block;
        float:none;
        text-align: center;
    }
    .top-nav ul li a{
        color:#fff;
        display:block;
        margin:0;
        background:none;
        border:none;
        padding:0.4em;
    }
    .top-nav ul li.active a,.top-nav ul li a:hover{
        color:#000;	
        background:#fff ;
    }
   
    .top-nav {
        padding: 1em 0;
    }
    .content-grid {
        float: left;
        width: 33.3%;
    }
    .col-1-at img{
        margin: 0 auto;
    }
    .content-grid h5 {
        font-size: 1em;
    }
    .amet-sed {
        margin-bottom: 1em;
    }
    .footer-top {
        width: 62%;
    }
    .top-1 {
        padding: 3em 0;
    }
    .amet-sed input[type="submit"] {
        font-size: 0.9em;
        padding: 0.9em;
    }
    /*--about--*/
    .col-3 img{
        width:100%;
    }
    .col-in-about {
        margin-bottom: 1em;
    }
    .in-profile {
        padding: 8em 0 3em;
    }
    .about-md {
        padding: 3em 0;
    }


    .top-nav ul li:hover .drop_menu{
        display: block !important;
        position: relative !important;
        margin: 0 !important;    background: #a09d9d !important;
    }
}
@media(max-width:640px){
    .content-top h4 {
        font-size: 1.3em;
    }
    .top-1 p {
        width: 90%;
    }
    .footer-top {
        width: 82%;
    }

    /*--about--*/
    .about-md p {
        width: 90%;
    }

    @media(max-width:480px){
        .content-top h4 {
            font-size: 1.1em;
        }
        .content-grid {
            width: 100%;
            margin-bottom: 2em;
        }
        .content-grid h5 {
            font-size: 1.3em;
        }
        .top-1 p {
            width: 100%;
        }
        .footer-top {
            width: 100%;
        }
        .top-1 {
            padding: 2em 0;
        }
        .top-1 h3 {
            font-size: 2em;
        }
        .content-top {
            margin: 0em 0 1em;
        }
        .logo h1 {
            font-size: 2.5em;
        }
        .search {
            margin-top: 0;
        }
       
        /*--about--*/
        .about-md p {
            width: 100%;

        }
        .about-md h3 {
            font-size: 2em;
        }
        .about-md1 {
            margin: 0 0 2em;
        }
        .about-md {
            padding: 2em 0;
        }


    }
    @media(max-width:384px){
        .search {
            width: 40%;
        }
    }
    @media(max-width:320px){
        
        .logo h1 {
            font-size: 2em;
        }
        .search {
            margin-top: 0px;
            width: 45%; 
        }
        .search input[type="text"] {
            padding: 4px 4px;
            width: 79%;
        }
        .search input[type="submit"] {
            top: 4px;
        }
        .top-nav {
            padding: 0em 0 1em;
        }
        .content-top {
            padding: 0;
        }
        .content-grid {
            padding: 0;
            margin-bottom: 1.5em;
        }
        .top-1 h3 {
            font-size: 1.8em;
        }
        .col-1-at img{
            width:100%;
        }
        .amet-sed{
            padding: 0;
        }
        .amet-sed input[type="text"] {
            width: 65%;
            padding: 0.5em;
        }
        .footer-top-at {
            padding: 1.5em 0 0.5em;
        }
        .amet-sed input[type="submit"] {
            font-size: 0.8em;
            width:33%;
            vertical-align: middle;
        }
        /*--about--*/
        .about-md h3 {
            font-size: 1.8em;
        }
        .about-md {
            padding: 1.5em 0;
        }
        .col-2 h4 {
            font-size: 1.2em;
        }
        .col-in-about {
            padding: 0;
        }
        .left-sit {
            width: 76%;
        }
        .left-sit h6 {
            font-size: 1em;
        }
        .four {
            padding: 6em 0em 7em;
            min-height: 364px;
        }
        .four p {
            font-size: 1.3em;
        }
        .four h2 {
            font-size: 6em;
        }

    }
