html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  ========================================
  Html, Body
  ========================================
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background: #7D1111;

    font-family: 'Prompt', sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: #202020;

    line-height: 1.4;

    cursor: default;
}

/*
  ========================================
  Link
  ========================================
*/

a {
    color: #666666;
    text-decoration: none;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Prompt', sans-serif;
}

p {
    line-height: 1.5;
    font-size: 14px;
    color: #202020;
    margin-bottom: 20px;
}

b, strong {
    font-weight: bold;
}

/*
  ========================================
  Img
  ========================================
*/

img,
picture,
video,
embed,
object {
    max-width: 100%;
}

img {
    display: inline-block;
    vertical-align: middle;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    *zoom: 1;
}

/*
  ========================================
  Class
  ========================================
*/

.left {
    float: left;
}

.right {
    float:  right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

/*CONTAINER*/

.container {
    margin:0 auto;
    max-width:1200px;/*1200px*/
}

@media screen and (max-width: 1240px) {
    .container {
        padding-left:20px;
        padding-right:20px;
    }
}

.fundo {
    background: #d6d6d6;
}
/*
  ========================================
        SUPERIOR
  ========================================
*/

.bg-header {
    min-height:184px;
    background:url(../img/bg-header/bg-header.jpg) center no-repeat;
}

.logo {
    float:left;
    margin:36px 0 0 30px;
}

.content-header {
    float:right;
    margin:60px 0 0 0;
}

.telefone {
    background:rgba(255,255,255, 0.5);
    text-align:center;
    padding:12.5px 0;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.telefone:after {
    content:'';
    position:absolute;
    right: -28px;
    top:0;
    background:url(../img/bg-header/after-telefone.png) center no-repeat;
    height:44px;
    width: 28px;
}

.telefone h6 {
    margin:0 0 0 50px;

    font-size:14px;
    color:#202020;
    font-weight:600;
    background:url(../img/bg-header/telefone.png) left 15px center no-repeat;
}

.out-social,
.out-telefone {
    float:left;
    position:relative;
}

.out-telefone {
    float:left;
    width: 339px;
}

.out-social {
    float:right;
    width: 240px;
}

.social {
    margin:0 0 0 40px;
    background:rgba(255,255,255, 0.8);
    text-align:center;
    padding:6px 0 0px 0;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.social div {
    display:inline-table;
}

.social li {
    float:left;
}

.social li a {
    display:block;
    width:100%;
}

.social li:nth-of-type(2n) {
    margin:0 5px;
}

.social:after {
    content:'';
    position:absolute;
    left: 16px;
    top:0;
    background:url(../img/bg-header/before-social.png) center no-repeat;
    height:44px;
    width:29px;
}

@media screen and (max-width: 430px) {
    .logo img {
        display:block;
        width:90%;
    }
}


/*MENU*/

.menu {
    background:#B41A1A;
}

.menu nav ul {
    text-align: left;
    display: inline;
    list-style: none;
}

.menu nav ul li {
    float: left;
    display: inline-block;
    position: relative;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    transform: skew(-17deg, 0deg) ;
    -webkit-transform: skew(-17deg, 0deg) ;
    -moz-transform: skew(-17deg, 0deg) ;
    -o-transform: skew(-17deg, 0deg) ;
    -ms-transform: skew(-17deg, 0deg) ;
}

.menu nav ul li.separador {
    width:1px;
    height:22px;
    background:#CC6363;
    margin:28px 0 0 0;
}

.menu nav ul li a {
    display:block;
    font-size:15px;
    padding:29.5px 20px;
    text-align:center;
    color:#FFFFFF;
    font-family: 'Prompt', sans-serif;
    font-style:normal;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu nav ul li a span {
    display:block;

    transform: skew(16deg, 0deg) ;
    -webkit-transform: skew(16deg, 0deg) ;
    -moz-transform: skew(16deg, 0deg) ;
    -o-transform: skew(16deg, 0deg) ;
    -ms-transform: skew(16deg, 0deg) ;
}

.menu nav ul li a:hover,
.menu nav ul li.ativo a {
    background: -webkit-gradient(linear, left top, right top, from(#931616), to(#651010));
    background: -webkit-linear-gradient(top, #931616, #651010);
    background: -moz-linear-gradient(top, #931616, #651010);
    background: -o-linear-gradient(top, #931616, #651010);
    background: -ms-linear-gradient(top, #931616, #651010);
    background: linear-gradient(top, #931616, #651010);
    background-color: #931616;

    color:#ffffff;
}

@media screen and (max-width: 1245px) {
    .menu nav ul li a {
        padding:29.5px 18px;
    }
}

@media screen and (max-width: 1210px) {
    .menu nav ul li a {
        padding:29.5px 16px;
    }
}

@media screen and (max-width: 1175px) {
    .menu nav ul li a {
        font-size:14px;
    }
}

@media screen and (max-width: 1130px) {
    .menu nav ul li a {
        padding:29px 14px;
    }
}

@media screen and (max-width: 1090px) {
    .menu nav ul li a {
        padding:29px 12px;
    }
}

@media screen and (max-width: 1060px) {
    .menu nav ul li a {
        padding:29px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .menu,
    .content-header {
        display:none;
    }

    .bg-header {
        min-height:inherit;
        padding:30px 0;
    }

    .logo {
        text-align:center;
        margin:0;
    }
}

@media screen and (min-width: 1025px) {
    #cd-menu-trigger {
        display:none;
    }
}

/*
  ========================================
        MEIO
  ========================================
*/

.owl-evento .item img ,
.owl-sobre .item img {
    border:3px solid #b31718;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

}

@media screen and (max-width: 550px) {
    .banner {
        display:none;
    }
}

.first-content {
    padding-top:40px;
    padding-bottom:26px;
}

.out-h1 {
    position:relative;
    width:300px;
    float:left;
}

.first-content h1 {
    font-size:22px;
    color:#ffffff;
    background:#B41A1A;
    font-style:italic;
    text-align:center;
    padding: 8px 0;
    position:relative;
    z-index:1;
    left: 1px;

    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
}

.first-content h1:after {
    content:'';
    position:absolute;
    top:0;
    right:-10px;
    background:url(../img/bg-header/after-h1.png) center no-repeat;
    height:44px;
    width:10px;
}

.box-white {
    min-height:235px;
    background:#ffffff;
    padding:25px 28px;
    position:relative;
    z-index:2;
    top: -2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bloco-eventos {
    float:left;
    width:48.8%;
}

.img-bloco {
    float:left;
    width:44.5%;    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-bloco img {
    display:block;
    width:100%;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    transform: scale(1) rotate(0deg);

	-webkit-transition: -webkit-transform 0.8s;
	   -moz-transition: -moz-transform 0.8s;
	        transition: transform 0.8s;
}

.box-white:hover img {
transform: scale(1.1) rotate(0deg);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.overflow {
    display: block;
    position: relative;
    overflow: hidden;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.txt-bloco {
    float:right;
    width: 49%;
    margin:16px 0 0 0;
}

.txt-bloco h6 {
    float:left;
    font-size:14px;
    color:#ffffff;
    width:140px;
    background:#777777;
    padding: 5px 0;
    font-weight: lighter;
    text-align:center;
    margin-bottom:12px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.txt-bloco p {
    margin:0;
}

.bloco-prx-eventos {
    float:right;
    width:48.8%;
}

.owl-index .item {
    background:#F0F0F0;
    padding:16px 14px;
    text-align:center;
    min-height: 165px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-index .item h6 {
    font-size:14px;
    color:#ffffff;
    width:100%;
    background:#777777;
    padding: 5px 0;
    font-weight: lighter;
    text-align:center;
    margin-bottom:12px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-index .item h2 {
    font-size:14px;
    font-weight:600;
    color:#222222;
    margin-bottom:10px;
}

.owl-index .item h4,
.owl-index .item h3 {
    font-size:13px;
    color:#212121;
}

.owl-index .item h3 {
    margin-bottom:10px;
}

.second-content {
    background:#ffffff;
    padding:25px 0;
}

.second-content h1 {
    display:inline-table;
    width:295px;
    font-size:22px;
    color:#ffffff;
    background:#B41A1A;
    padding:7px 0;
    text-align:center;
    margin-bottom:28px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.owl-depoimentos .item {
    background:#ffffff;
    padding:0;
    text-align:left;
}

.img-depo {
    float:left;
    width:27%;
}

.img-depo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.img-depo {height: 130px; overflow: hidden; position: relative;}
.img-depo {display: table; position: static;}

.img-depo div {position: absolute; top: 50%;} /* para o IE */
.img-depo div {display: table-cell; vertical-align: middle; position: static;}

.img-depo div img {position: relative; top: -50%} /* para o IE */
/* opcional: #inner[id] {position: static;} */

.txt-depo {
    float:left;
    width:67%;
    margin-left:6%;
}

.txt-depo-in h2,
.txt-depo h2 {
    color:#2C2C2C!important;
    margin-bottom:2px!important;
	font-weight:bold !important;
}

.txt-depo-in h3,
.txt-depo h3 {
    font-size:13px;
    color:#2C2C2C;
    margin-bottom:12px;
}

.thirt-content {
    padding:28px 0;
}

.thirt-content li {
    float:left;
    width:49%;
    background:#ffffff;
    font-size:13px;
    color:#212121;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.thirt-content li:nth-of-type(2n) {
    float:right;
}

.thirt-content li img {
    display:block;
    width:100%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    transform: scale(1) rotate(0deg);

	-webkit-transition: -webkit-transform 0.8s;
	   -moz-transition: -moz-transform 0.8s;
	        transition: transform 0.8s;
}

.thirt-content li:hover img {
transform: scale(1.1) rotate(0deg);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.txt-thirt {
    padding:55px 45px;
    text-align:center;
}

.thirt-content li h1 {
    font-size:22px;
    color:#ffffff;
    background:#B41A1A;
    text-align:center;
    padding:7px 0;

    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.relative {
    position:relative;
}

.out-h1-thirt {
    position:absolute;
    left:0;
    bottom:-20px;
    width:100%;
    text-align:center;
}

.out-h1-thirt div {
    position:relative;
    width:305px;
    display:inline-table;
}

.thirt-content li h1:after {
    content:'';
    position:absolute;
    right:-10px;
    top:0;
    background:url(../img/bg-header/after-h1.png) center no-repeat;
    height:44px;
    width:10px;
}

.thirt-content li a {
    display:block;
    width:100%;
}

@media screen and (max-width: 1300px) {
    .second-content {
        padding:25px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .bloco-prx-eventos,
    .bloco-eventos {
        float:none;
        width:100%;
    }

    .bloco-eventos {
        margin-bottom:20px;
    }

    .box-white {
        min-height:inherit;
    }

    .first-content {
        padding-top:25px;
        padding-bottom:25px;
    }
}

@media screen and (max-width: 900px) {
    .thirt-content li {
        float:none;
        width:100%;
    }

    .thirt-content li:first-child {
        margin-bottom:20px;
    }

    .txt-thirt {
        padding:40px;
    }
}

@media screen and (max-width: 550px) {
    .txt-bloco,
    .img-bloco {
        float:none;
        width:100%;
    }

    .out-h1-thirt div,
    .second-content h1 {
        width:100%;
    }

    .thirt-content li h1 {
        font-size:16px;
        padding:5px 0;
    }

    .thirt-content li h1:after {
        display:none;
    }

    .txt-thirt {
        padding:40px 20px 30px 20px;
    }
}

@media screen and (max-width: 450px) {
    .out-h1 {
        width:100%;
    }

    .first-content h1:after {
        display:none;
    }

    .first-content h1 {
        font-size:20px;
        padding:6px 0;

        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
}

/*
  ========================================
   INFERIOR
  ========================================
*/

.rodape {
    min-height:455px;
    background:url(../img/rodape.jpg) top center no-repeat;
}

.newsletter {
    min-height:200px;
    padding-top:48px;
    text-align:center;
}

.newsletter h1 {
    text-align:center;
    font-size:25px;
    color:#ffffff;
    font-style:italic;
    margin-bottom:25px;
}

.newsletter div {
    display:inline-table;
}

.input-new,
.input-new-btn {
    float:left;
}

.input-new {
    width:356px;
    margin:0 2px;
}

.input-new-btn {
    width:116px;
    margin-left:2px;
}

.newsletter input[type="text"] {
    display: block;
    padding: 11px 25px;
    background:#ffffff;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 13px;
    color: #651010;
    font-family: 'Prompt', sans-serif;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newsletter .btn {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    transition-duration:500ms;
    outline:none;
    border: 1px solid #7E1313;
    background: #7E1313;
    width: 100%;
    padding: 11px 0;
    cursor:pointer;


    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsletter .btn:hover {
    background:#5C0E0E;
}

.newsletter ::-webkit-input-placeholder {
    color: #651010;
}

.newsletter :-moz-placeholder {
    color: #651010;  
}

.newsletter ::-moz-placeholder { 
    color: #651010;  
} 

.newsletter :-ms-input-placeholder {  
    color: #651010;  
}

.content-rdp {
    padding-top:50px;
}

.info1 {
    float:left;
}

.info1 h2 {
    font-size:16px;
    color:#ffffff;
    padding:0 0 0 65px;
    background:url(../img/info1.png) left center no-repeat;
    margin-bottom:30px;
}

.info1 p {
    font-size:13px;
    color:#ffffff;
    padding:0 0 5px 65px;
    margin-bottom:10px;
    background:url(../img/info1-ico.png) left top 5px no-repeat;
}

.info1 a {
    font-size:13px;
    color:#ffffff;
    padding:0 0 0 65px;
}

.info1 a:hover {
    text-decoration:underline;
}

.info2 {
    float:right;
    margin:60px 0 0 0;
}

.info2 p,
.info2 a {
    font-size:13px;
    color:#ffffff;
}

.info2 a:hover {
    text-decoration:underline;
}

.margin-info2 {
    padding:35px 0 0 0;
    text-align:right;
}

.telefone-rdp {
    background:#600E0E;
    text-align:center;
    padding:12.5px 0;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.telefone-rdp:after {
    content:'';
    position:absolute;
    right: -16px;
    top:0;
    background:url(../img/bg-header/after-telefone-rdp.png) center no-repeat;
    height:44px;
    width: 16px;
}

.telefone-rdp h6 {
    margin:0 0 0 50px;

    font-size:14px;
    color:#ffffff;
    font-weight:600;
    background:url(../img/bg-header/telefone-rdp.png) left 15px center no-repeat;
}

.out-social-rdp,
.out-telefone-rdp {
    float:left;
    position:relative;
}

.out-telefone-rdp {
    float:left;
    width: 324px;
}

.out-social-rdp {
    float:right;
    width: 240px;
}

.social-rdp {
    margin:0 0 0 40px;
    background:#ffffff;
    text-align:center;
    padding:6px 0 0px 0;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.social-rdp div {
    display:inline-table;
}

.social-rdp li {
    float:left;
}

.social-rdp li a {
    display:block;
    width:100%;
}

.social-rdp li:nth-of-type(2n) {
    margin:0 5px;
}

.social-rdp:after {
    content:'';
    position:absolute;
    left:15px;
    top:0;
    background:url(../img/bg-header/before-social-rdp.jpg) left center no-repeat;
    height:44px;
    width:36px;
}

@media screen and (max-width: 1024px) {
    .info1,
    .info2 {
        float:none;
        width:100%;
        text-align:center;
    }

    .rodape {
        background:#7E1212;
    }

    .newsletter {
        background:#B31717;
    }

    .info1 div {
        display:inline-table;
    }

    .content-rdp {
        padding-top:25px;
    }

    .central {
        display:inline-table;
    }

    .info2 {
        margin:25px 0 0 0;
    }

    .margin-info2 {
        text-align:center;
        padding:20px 0;
    }

    .info1 p {
        padding-left:20px;
    }

    .info1 a {
        padding:0;
    }

    .info1 p,
    .info1 h2 {
        background:none;
        padding:0;
        margin-bottom:15px;
    }

}

@media screen and (max-width: 900px) {
    .input-new,
    .input-new-btn {
        float:none;
        width:100%;
    }

    .newsletter {
        padding-top:25px;
        padding-bottom:25px;
    }

    .newsletter h1 {
        font-size:22px;
    }
}

@media screen and (max-width: 630px) {
    .out-telefone-rdp,
    .out-social-rdp {
        float:none;
        text-align:center;
    }

    .out-social-rdp {
        width:inherit;
    }

    .social-rdp:after,
    .telefone-rdp:after {
        display:none;
    }

    .social-rdp {
        margin:5px 0 0 0;

        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .telefone-rdp {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 450px) {
    .central {
        display:block;
    }

    .out-telefone-rdp {
        width:100%;
    }
}


/*
  ========================================
   INTERNAS
  ========================================
*/

.titulo {
    min-height:202px;
    background:url(../img/titulo.jpg) center no-repeat;
    padding:50px 0 0 0;
    font-size:35px;
    font-style:italic;
    color:#ffffff;
    text-align:center;
}

.internas {
    background:#ffffff;
    padding:40px;
    margin-top:-64px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.padding-bottom {
    padding-bottom:30px;
}

@media screen and (max-width: 1024px) {
    .padding-bottom {
        padding-bottom:0px;
    }

    .padding-none {
        padding:0;
    }

    .internas {
        padding:20px 25px;
        margin:0;
    }

    .titulo {
        min-height:inherit;
        padding:30px 0;
        font-size:32px;
    }
}

@media screen and (max-width: 900px) {
    .titulo {
        min-height:inherit;
        padding:24px 0;
        font-size:26px;
    }
}

/*
  ========================================
   SOBRE
  ========================================
*/

.txt1 {
    float:left;
    width:50%;
    text-align:justify;
}

.slide1 {
    float:right;
    width:46%;
}

.mvv {
    margin:35px 0 0 0;
}

.mvv li {
    float:left;
    min-height:195px;
    width:33.3%;
    background:#F0F0F0;
    padding:22px 20px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mvv li:nth-of-type(2n) {
    background:#D6D6D6;
}

.mvv li h2 {
    font-size:20px;
    color:#6A1111;
    margin-bottom:18px;
}

.mvv li p {
    margin:0;
}

@media screen and (max-width: 900px) {
    .mvv li,
    .txt1,
    .slide1 {
        min-height:inherit;
        float:none;
        width:100%;
    }
}


/*
  ========================================
   AGENDA
  ========================================
*/

.agenda li {
    float:left;
    width:15.41%;
    min-height: 210px;
    margin-bottom:15px;
    margin-right:1.5%;
    background:#F0F0F0;
    padding:16px 14px;
    text-align:center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.agenda li:nth-of-type(6n) {
    margin-right:0;
}

.agenda li h6 {
    font-size:14px;
    color:#ffffff;
    width:100%;
    background:#777777;
    padding: 5px 0;
    font-weight: lighter;
    text-align:center;
    margin-bottom:12px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.agenda li h2 {
    font-size:14px;
    font-weight:600;
    color:#222222;
    margin-bottom:10px;
}

.agenda li h4,
.agenda li h3 {
    font-size:13px;
    color:#212121;
}

.agenda li h3 {
    margin-bottom:10px;
}

/*
  ========================================
   PARCEIROS
  ========================================
*/

.parceiros li {
    float:left;
    width:15.41%;
    margin-bottom:15px;
    margin-right:1.5%;
    background:#F0F0F0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.parceiros li:nth-of-type(6n) {
    margin-right:0;
}

.parceiros img {
    display:block;
    width:100%;
}

@media screen and (max-width: 1024px) {
    .parceiros li,
    .agenda li {
        float:left;
        width:18.8%;
    }

    .parceiros li:nth-of-type(5n),
    .agenda li:nth-of-type(5n) {
        margin-right:0;
    }

    .parceiros li:nth-of-type(6n),
    .agenda li:nth-of-type(6n) {
        margin-right:1.5%;
    }
}

@media screen and (max-width: 900px) {
    .parceiros li,
    .agenda li {
        float:left;
        width:23.8%;
    }

    .parceiros li:nth-of-type(4n),
    .agenda li:nth-of-type(4n) {
        margin-right:0;
    }

    .parceiros li:nth-of-type(5n),
    .agenda li:nth-of-type(5n) {
        margin-right:1.5%;
    }
}

@media screen and (max-width: 770px) {
    .parceiros li,
    .agenda li {
        float:left;
        width:32%;
    }

    .parceiros li:nth-of-type(3n),
    .agenda li:nth-of-type(3n) {
        margin-right:0;
    }

    .parceiros li:nth-of-type(4n),
    .agenda li:nth-of-type(4n) {
        margin-right:1.5%;
    }
}

@media screen and (max-width: 650px) {
    .parceiros li,
    .agenda li {
        float:left;
        width:48%;
        margin-right:0;
    }

    .parceiros li:nth-of-type(2n),
    .agenda li:nth-of-type(2n) {
        float:right;
        margin-right:0;
    }
}

@media screen and (max-width: 500px) {
    .parceiros li,
    .agenda li {
        float:left;
        width:100%;
    }

    .parceiros li:last-child,
    .agenda li:last-child {
        margin-bottom:0;
    }
}


/*
  ========================================
   FOTO CONVITE
  ========================================
*/

.foto-convite {
    text-align:center;
    padding:40px 0 0 0;
}

.foto-convite p {
    font-size:13px;
}

.inputs-login {
    display:inline-table;
    margin:50px 0;
}

.password {
    float:left;
    width:260px;
    margin-right:10px;
}

.entrar {
    width:165px;
    float:left;
}

.foto-convite input[type="password"] {
    display: block;
    padding: 15px 32px;
    background:#ffffff;
    border: 1px solid #CDCDCD;
    outline: none;
    font-size: 14px;
    color: #333333;
    font-family: 'Prompt', sans-serif;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.foto-convite .btn-login {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    transition-duration:500ms;
    outline:none;
    border: 1px solid #7E1313;
    background: #7E1313;
    width: 100%;
    padding: 10.5px 0;
    cursor:pointer;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.foto-convite .btn:hover {
    background:#5C0E0E;
}

.foto-convite ::-webkit-input-placeholder {
    color: #651010;
}

.foto-convite :-moz-placeholder {
    color: #651010;  
}

.foto-convite ::-moz-placeholder { 
    color: #651010;  
} 

.foto-convite :-ms-input-placeholder {  
    color: #651010;  
}

@media screen and (max-width: 700px) {
    .foto-convite {
        padding:0;
    }

    .inputs-login {
        margin:0;
    }

    .password,
    .entrar {
        margin-bottom:0!important;
    }

    .password {
        width:300px;
    }
}

@media screen and (max-width: 560px) {
    .entrar,
    .password {
        float:left;
        width:100%;
    }
}

/*SUB MENU FOTO CONVITE*/

.bem-vindo {
    float:left;
    width:82.5%;
    padding:16px 28px;
    border:1px solid #cdcdcd;
    font-size:14px;
    color:#333333;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.bem-vindo span {
    font-weight:600;
}

.sair {
    float:right;
    width:15%;
}

.sair a {
    display:block;
    width:100%;
    font-size:20px;
    color:#ffffff;
    font-style:italic;
    background:#B41A1A;
    text-align:center;
    padding:12.5px 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sair a:hover {
    background:#871414;
}

.margin-foto {
    margin-bottom:18px;
}

.sub-menu1 {
    float:left;
}

.sub-menu1 li {
    float:left;
    width:170px;
    margin-right:6px;
}

.sub-menu1 li a {
    display:block;
    width:100%;
    border:1px solid #CDCDCD;
    background:#f0f0f0;
    font-size:14px;
    color:#7F7F7F;
    text-align:center;
    padding:16px 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-menu1 li.ativo a,
.sub-menu1 li a:hover {
    background:#B41A1A;
    border:1px solid #B41A1A;
    color:#ffffff;
}

.sub-menu2 {
    float:right;
}

.sub-menu2 li {
    float:left;
    width:210px;
    border:1px solid #CDCDCD;
    background:#ffffff;
    font-size:14px;
    color:#7F7F7F;
    text-align:left;
    padding:16px 0 16px 58px;
    position:relative;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.sub-menu2 li:first-child {
    right:-15px;
}

.sub-menu2 li:nth-of-type(2n) {
    width:170px;
    padding:0;
    border:none;
    background:none;
}

.sub-menu2 li a {
    display:block;
    width:100%;
    text-align:right;
    background:#F0F0F0 url(../img/itens.png) left 22px center no-repeat;
    padding:16px 44px 16px 0px;
    border:1px solid #CDCDCD;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-menu2 li a:hover {
    background:#B41A1A url(../img/itens-hover.png) left 22px center no-repeat;
    color:#ffffff;
    border:1px solid #B41A1A; 
}

.margin-p {
    margin:26px 0;
    font-size:13px;
    color:#1F1F1F;
}

@media screen and (max-width: 1150px) {
    .sub-menu1 li {
        width:160px;
    }
}

@media screen and (max-width: 1000px) {
    .sub-menu1,
    .sub-menu2 {
        float:none;
        width:100%;
    }

    .sub-menu1 ul,
    .sub-menu2 ul {
        display:inline-table;
    }

    .text {
        text-align:center;
    }
}

@media screen and (max-width: 800px) {
    .bem-vindo {
        width:78%;
    }

    .sair {
        width:19%;
    }
}

@media screen and (max-width: 600px) {
    .bem-vindo,
    .sair {
        float:none;
        width:100%;
    }

    .bem-vindo {
        text-align:center;
        margin-bottom:10px;
    }
}

@media screen and (max-width: 570px) {
    .sub-menu1 li {
        float:none;
        width:100%;
        margin-bottom:8px;
    }	

    .sub-menu1 ul,
    .sub-menu2 ul {
        display:block;
    }

    .sub-menu2 li {
        width:60%;
    }

    .sub-menu2 li:first-child {
        right:0;
    }

    .sub-menu2 li:nth-of-type(2n) {
        width:40%;
    }
}

@media screen and (max-width: 550px) {
    .sub-menu2 {
        margin:10px 0 0 0;
    }

    .sub-menu2 li {
        float:none;
        width:100%;
        text-align:center;
        padding:16px 0;
    }

    .sub-menu2 li:nth-of-type(2n) {
        width:100%;
        padding:0;
        margin-top:5px;
    }

    .sub-menu2 li a {
        padding:16px 0;
        text-align:center;
    }
}

.two-bts {
    float:right;
}

.two-bts li {
    float:left;
    width:170px;
    margin-left:10px;	
}

.two-bts li a {
    display:block;
    width:100%;
    background:#F0F0F0;
    font-size:14px;
    color:#9e9c9c;
    border:1px solid #CDCDCD;
    text-align:center;
    padding:16px 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.two-bts li a:hover {
    background:#DDDDDD;
    color:#7F7F7F;
}

.btn2 {
    float:right;
    font-size: 14px;
    color:#ffffff;
    font-family: 'Prompt', sans-serif;
    cursor:pointer;
    transition-duration:500ms;
    outline:none;
    border:none;
    /* background: #00A97D; */
    width:100%;
    padding: 15px 0;
    background:#B41A1A;
    border:1px solid #B41A1A;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn2:hover {
    background:#620F0F;
}

.margin2 {
    margin:20px 0 0 0;
}

/*LOGADO*/	

.lista-ordem li,
.lista-logado li {
    float:left;
    width:15%;
    margin-right:2%;
    margin-bottom:55px;
    position:relative;
}

.lista-ordem li:nth-of-type(6n),
.lista-logado li:nth-of-type(6n) {
    margin-right:0;
}

.lista-ordem li img,
.lista-logado li img {
    display:block;
    width:100%;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    transform: scale(1) rotate(0deg);

	-webkit-transition: -webkit-transform 0.5s;
	   -moz-transition: -moz-transform 0.5s;
	        transition: transform 0.5s;
}

.lista-ordem li:hover img,
.lista-logado li:hover img {
transform: scale(1.1) rotate(0deg);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lista-ordem a {
    margin:3px 0 0 0;
}

.lista-logado h6 {
    font-size:13px;
    color:#A3A3A3;
    text-align:center;
    margin:12px 0;
}

.add {
    text-align:center;
    font-size:13px;
    color:#1F1F1F;
    background:#ffffff;
    border:1px solid #cdcdcd;
    padding:11px 0;
    display:block;
    width:100%;
	cursor:pointer;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.add:hover {
    background:#B41A1A;
    border:1px solid #B41A1A;
    color:#ffffff;
}

.remover {
    text-align:center;
    font-size:13px;
    color:#A3A3A3;
    background:#F0F0F0;
    border:1px solid #cdcdcd;
    padding:11px 0;
    display:block;
    width:100%;
	cursor:pointer;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.remover:hover {
    background:#D6D6D6;
    color:#7E7E7E;
}

@media screen and (max-width: 1200px) {
    .lista-ordem li,
    .lista-logado li {
        width:18.4%;
        margin-bottom:40px;
    }

    .lista-ordem li:nth-of-type(5n),
    .lista-logado li:nth-of-type(5n) {
        margin-right:0;
    }

    .lista-ordem li:nth-of-type(6n),	
    .lista-logado li:nth-of-type(6n) {
        margin-right:2%;
    }
}

@media screen and (max-width: 950px) {
    .lista-ordem li,
    .lista-logado li {
        width:23.5%;
    }

    .lista-ordem li:nth-of-type(4n),
    .lista-logado li:nth-of-type(4n) {
        margin-right:0;
    }

    .lista-ordem li:nth-of-type(5n),	
    .lista-logado li:nth-of-type(5n) {
        margin-right:2%;
    }
}

@media screen and (max-width: 800px) {
    .lista-ordem li,
    .lista-logado li {
        width:32%;
    }

    .lista-ordem li:nth-of-type(3n),
    .lista-logado li:nth-of-type(3n) {
        margin-right:0;
    }

    .lista-ordem li:nth-of-type(4n),	
    .lista-logado li:nth-of-type(4n) {
        margin-right:2%;
    }
}

@media screen and (max-width: 650px) {
    .lista-ordem li,
    .lista-logado li {
        width:49%;
        margin-right:0;
    }

    .lista-ordem li:nth-of-type(2n),
    .lista-logado li:nth-of-type(2n) {
        float:right;
        margin-right:0;
    }

    .two-bts {
        float:none;
        width:100%;
    }

    .two-bts li {
        width:49%;
        margin-left:0;
    }

    .two-bts li:nth-of-type(2n) {
        float:right;
    }
}

@media screen and (max-width: 550px) {
    .two-bts li,
    .lista-ordem li,
    .lista-logado li {
        width:100%;
    }
    .two-bts li {
        margin-bottom:10px;
    }

    .margin2 {
        margin:0;
    }
}

/*lista ordem*/

.lista-ordem {
    float:le
}

/*
  ========================================
   DEPOIMENTOS
  ========================================
*/

.depoimentos li {
    float:left;
    width:49%;
    margin-bottom:15px;
}

.depoimentos li:nth-of-type(2n) {
    float:right;
}

.txt-depo-in {
    float:left;
    width:70%;
    margin-left:4%;
}

.img-depo-in {
    width:20%;
}

@media screen and (max-width: 900px) {
    .depoimentos li {
        float:left;
        width:100%;
        margin-bottom:15px;
    }

    .img-depo-in {
        width:16%;
    }

    .txt-depo-in {
        width:79%;
        margin-left:3%;
    }
}


@media screen and (max-width: 650px) {
    .depoimentos li {
        float:left;
        width:100%;
        margin-bottom:15px;
    }

    .img-depo-in {
        width:20%;
    }

    .txt-depo-in {
        width:75%;
        margin-left:3%;
    }
}

@media screen and (max-width: 440px) {
    .img-depo,
    .img-depo-in {
        width:100%;
        display:block;
        height:inherit;
        text-align:center;
        margin-bottom:10px;
    }

    .txt-depo,
    .txt-depo-in {
        width:100%;
        margin-left:0%;
        text-align:center;
    }

    .img-depo div,	
    .img-depo div img {
        display:inline-table;
    }
}

/*
  ========================================
   EVENTOS
  ========================================
*/

.eventos li {
    float: left;
    width: 48%;
    margin-bottom: 45px;
}

.eventos li:nth-of-type(2n) {
    float: right;
}

.img-eventos {
    float: left;
    width: 45%;
}

.img-eventos img {
    display: block;
    width: 100%;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    transform: scale(1) rotate(0deg);

	-webkit-transition: -webkit-transform 0.8s;
	   -moz-transition: -moz-transform 0.8s;
	        transition: transform 0.8s;
}

.eventos li:hover img {
    transform: scale(1.1) rotate(0deg);
}

.txt-eventos {
    float: right;
    width: 48%;
}

.txt-eventos h6 {
    float: left;
    width: 140px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #777777;
    padding: 5px 0;
    font-weight: normal;
    margin-bottom: 12px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.txt-eventos p {
    font-size: 13px;
    color: #212121;
}

@media screen and (max-width: 950px) {
    .eventos li {
        width: 100%;
        margin-bottom: 20px;
    }

    .img-eventos {
        float: left;
        width: 40%;
    }

    .txt-eventos {
        float: right;
        width: 53%;
    }
}

@media screen and (max-width: 520px) {
    .img-eventos,
    .txt-eventos {
        float: none;
        width: 100%;
    }

    .img-eventos {
        margin-bottom: 10px;
    }
}


/*
  ========================================
   EVENTO SELECIONADO
  ========================================
*/

.txt-select h6 {
    float: left;
    width: 140px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #777777;
    padding: 5px 0;
    font-weight: normal;
    margin-bottom: 20px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.txt-select h2 {
    font-size: 20px;
    color: #6A1111;
    text-align: left;
}

.face2 {
    display: block;
    margin: 20px 0;
}


/*
  ========================================
   VIDEOS
  ========================================
*/
#wrap_video{
    width:100%;
    margin-top:30px;
    display:table;
    margin-bottom:30px;
}

.bloco_video{
    float:left;
    width:32%;
    margin-right:2%;
    overflow: hidden;
    display:block;
    border-radius:10px;
    border:2px solid #D6D6D6;
    position:relative;
    margin-bottom:20px;
}

.bloco_video p{
	text-align:center;
	padding-top:15px;
}

.bloco_video:nth-of-type(3n) {
    margin-right:0;
}

@media screen and (max-width: 1024px) {
    #wrap_video {
        margin: 0;
    }
}

@media screen and (max-width: 990px) {
    .bloco_video {
        float:left;
        width:48%;
        margin-right:0%;
        margin-bottom:20px;
    }

    .bloco_video:nth-of-type(2n) {
        float: right;
    }
}
@media screen and (max-width: 650px) {
    .bloco_video {
        float:left;
        width:100%;
        margin-right:0%;
    }
}

/*
  ========================================
   CONTATO
  ========================================
*/

.formulario {
    float:left;
    width:48%;
}

.dados {
    float:right;
    width:48%;
}

.padding-dados {
    padding:20px 0 20px 26px;
}

.dados h5 {
    font-size:14px;
    color:#333333;
    background:url(../img/dados-ico.png) left 8px center no-repeat;
    padding:0 0 0 45px;
    line-height:1.6;
    margin-bottom:12px;
}

.dados a {
    display:block;
    font-size:14px;
    color:#333333;
    background:url(../img/dados-a.png) left 8px center no-repeat;
    padding:0 0 0 45px;
}

.dados a:hover {
    text-decoration:underline;
}

.dados h6 {
    font-size:14px;
    color:#212121;
    font-weight:600;
    padding:0 0 0 45px;
    margin:22px 0 0 0;
    background:url(../img/ico-telefone.png) left 13px center no-repeat;
}

@media screen and (max-width: 900px) {
    .formulario,
    .dados {
        float:left;
        width:100%;
    }

    .padding-dados {
        padding:10px 0;
    }
}

/*
  ========================================
        INPUTS
  ========================================
*/

.one {
    float:left;
    width:49%;
}

.two {
    float:right;
    width:49%;
}

.cidade {
    float:left;
    width:60%;
}

.estado {
    float:right;
    width:38%;
}

@media screen and (max-width:900px) {
    .one,
    .two {
        width:100%;
    }
}

@media screen and (max-width:500px) {
    .cidade,
    .estado {
        width:100%;
    }
}

.inputs input[type="text"], textarea {
    display: block;
    padding: 8.5px 18px;
    background:#ffffff;
    border:1px solid #CDCDCD;
    outline: none;
    font-size: 14px;
    color:#333333;
    font-family: 'Prompt', sans-serif;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inputs select {
    -webkit-appearance: none !important;
    -moz-appearance:     none !important;	
    padding: 8.5px 17px;
    border:1px solid #CDCDCD;
    background:#ffffff url(../img/seta-select.png) right 15px center no-repeat;
    outline: none;
    cursor:pointer;
    font-size: 14px;
    color:#333333;
    font-family: 'Prompt', sans-serif;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inputs .btn {
    float:right;
    font-size: 20px;
    color:#ffffff;
    font-family: 'Prompt', sans-serif;
    cursor:pointer;
    transition-duration:500ms;
    outline:none;
    border:none;
    /* background: #00A97D; */
    min-width: 165px;
    padding: 12px 0;
    background: -webkit-gradient(linear, left top, right top, from(#941616), to(#651010));
    background: -webkit-linear-gradient(top, #941616, #651010);
    background: -moz-linear-gradient(top, #941616, #651010);
    background: -o-linear-gradient(top, #941616, #651010);
    background: -ms-linear-gradient(top, #941616, #651010);
    background: linear-gradient(top, #941616, #651010);
    background-color: #941616;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.inputs .btn:hover {
    background:#620F0F;
}

.inputs select.error {
    padding: 2px 8px;
    margin:3px 0 0 0;
    color: #ed3237;
    font-size:12px;
}

.inputs .error {
    display: block;
    margin:3px 0 0 0;
    padding: 0 12px;
    color: #ed3237;
    font-size:12px;
}

.margin {
    margin-bottom:10px;
}


@media screen and (max-width: 500px) {		
    .cidade,
    .estado,
    .inputs .btn  {
        float:none;
        width:100%;
    }
}

/*
  ========================================
  Placeholder
  ========================================
*/

::-webkit-input-placeholder {
    color: #444444;
}

:-moz-placeholder {
    color: #444444;  
}

::-moz-placeholder { 
    color: #444444;  
} 

:-ms-input-placeholder {  
    color: #444444;  
}

.mensagem {
    padding:20px;
    margin:0 20px 20px 0;
    background-color:#b41a1a;
    font-size:15px;
    color:#ffffff;
    border-radius:6px;
}

/*
  ========================================
  Pagination
  ========================================
*/

.pagination li {
    float: left;
    width:inherit!important;
    margin:0 7px 0 0;
    padding: 0px;
}

.pagination li:nth-of-type(3n) {
    margin:0 7px 0 0;
}

.pagination li a {
    display: block;
    margin-left: -1px;
    padding: 6px 14px;
    padding-top: 7px;

    border: 1px solid #b41a1a;

    font-family: inherit;
    font-size: 15px;
    color: #999;
    line-height: normal;
}

.pagination li a:hover,
.pagination li.current a {
    background: #b41a1a;
    border-color: #b41a1a;
    color: #FFF;

    position: relative;
    z-index: 2;
}
.alert {
    padding: 20px 30px;
    background: #B41A1A;
    color: #fff;
}	


/*AVISO*/

.aviso {
    background: #b41a1a;
    padding: 15px;
    margin: 25px 0 0 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.aviso h6 {
    font-size: 15px;
    color: #ffffff
}