html{height: 100%;}
body{background-color: #ffffff; font-family: 'heeboregular'; font-weight: 500; font-size: 14px; color: #000000; height: 100%; margin: 0px;}

a:hover{text-decoration: none;}
a:focus{text-decoration: none;}

/*padding/margin*/
.pdg-0{padding:0}.pdg-top-10{padding-top:10px}.pdg-top-20{padding-top:20px}.pdg-top-30{padding-top:30px}.pdg-top-40{padding-top:40px}.pdg-top-50{padding-top:50px}.pdg-top-60{padding-top:60px}.pdg-top-70{padding-top:70px}.pdg-btm-10{padding-bottom:10px}.pdg-btm-20{padding-bottom:20px}.pdg-btm-30{padding-bottom:30px}.pdg-btm-40{padding-bottom:40px}.pdg-btm-50{padding-bottom:50px}.pdg-btm-60{padding-bottom:60px}.pdg-btm-70{padding-bottom:70px}.mgn-top-10{margin-top:10px}.mgn-top-20{margin-top:20px}.mgn-top-30{margin-top:30px}.mgn-top-40{margin-top:40px}.mgn-top-50{margin-top:50px}.mgn-top-60{margin-top:60px}.mgn-top-70{margin-top:70px}.mgn-btm-10{margin-bottom:10px}.mgn-btm-20{margin-bottom:20px}.mgn-btm-30{margin-bottom:30px}.mgn-btm-40{margin-bottom:40px}.mgn-btm-50{margin-bottom:50px}.mgn-btm-60{margin-bottom:60px}.mgn-btm-70{margin-bottom:70px}.mgn-btm-100{margin-bottom:100px}

/*invisible*/
.none{display: none;}
/*force center .img-responsive*/
.force-center{margin-left: 0px; margin-right: 0px; margin: 0 auto;}
.text-center{text-align: center;}


/*HEADER*/
header{
    background-image: url('../images/logo_puc.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 8.5%;

    width: 100%;
    height: 70px;
    border-bottom: solid 1px #efefefe7;

    -webkit-box-shadow: 0px 6px 37px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 37px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 37px -1px rgba(0,0,0,0.5);

    position: relative;
    z-index: 99;
}
.fixed{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    border-bottom: solid 1px #efefefe7;
    
    background-image: url('../images/logo_puc.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 7%;
    background: #ffffff;

    width: 100%;
    height: 70px;
}
header .posic-header{
    padding-top: 25px;
    padding-bottom: 14px;
}
header .posic-header ul{
    margin: 0px;
    float: right;
    list-style: none;
}
header .posic-header ul li{
    float: left;
}
header .posic-header ul li a.lupa{
    padding: 10px;
    font-size: 22px;
    color: #3D448E;
    border-right: solid 1px #efefefbd;
    text-align: left;
}
header .posic-header ul li a.contraste{
    padding: 10px;
    font-size: 17px;
    color: #000000;
    border-right: solid 1px #efefefbd;
    text-align: left;
    position: relative;
    top: 2px;
}
header .posic-header ul li a.menu{
    padding: 10px;
    font-size: 16px;
    color: #7F7F7F;
    text-align: right;
}

/*MENU*/
header .bg-menu{
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: #EDEDED;

    -webkit-box-shadow: inset 2px 39px 67px -42px rgba(199,199,199,1);
    -moz-box-shadow: inset 2px 39px 67px -42px rgba(199,199,199,1);
    box-shadow: inset 2px 39px 67px -42px rgba(199,199,199,1);
    overflow: scroll;
}
header .bg-menu ul{
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style: none;
}
header .bg-menu ul li{
}
header .bg-menu ul li a{
    font-size: 16px;
    color: #7F7F7F;
    padding: 20px;
    padding-left: 0px;
    display: block;
    border-bottom: solid 1px #efefef7c;
}
header .bg-menu ul li a.btn-sil-cla{
    font-family: 'heebo_thinregular';
    background-color: #E2E2E2;
    padding: 10px;
    border: solid 1px #E2E2E2;
    border-radius: 3px;
    text-align: center;

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}
header .bg-menu ul li a.btn-sil-esc{
    font-family: 'heebo_thinregular';
    background-color: #7F7F7F;
    padding: 10px;
    border: solid 1px #7F7F7F;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}

/*BANNER*/
.banner{
    height: auto;
    min-height: 260px;
}
.banner img{
    width: 100%;
}

/*CONT HOME*/
input.filtro{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3D448E;
    outline: none;
    background-color: transparent;
    border: none;
}
input.filtro::placeholder{
    color: #3D448E;
    font-weight: 700;
    letter-spacing: 0.5px;
}
input.filtro:focus{
    border-bottom: solid 1px #3D448E;
}
button.filtro{
    font-size: 24px;
    color: #3D448E;
    background-color: transparent;
    border: none;
}

.bg-grad{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
a.btn-box-home{
    display: block;
    width: 90%;
    height: 136px;

    padding: 25px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-box-shadow: 0px 6px 20px -1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 6px 20px -1px rgba(0,0,0,0.19);
    box-shadow: 0px 6px 20px -1px rgba(0,0,0,0.19);

    border-radius: 5px;

    background-image: url('../images/acesso_btn_home.svg');
    background-position: left 28px bottom 17px;
    background-repeat: no-repeat;
    background-size: 10%;

    font-size: 14px;
    color: #505050;
    font-family: 'heebo_thinregular';
}
ul.btn{
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style: none;
}
ul.btn li a{
    font-size: 16px;
    color: #505050;
    padding: 20px;
    padding-left: 0px;
    display: block;
    border-bottom: solid 1px #efefef7c;
}
ul.btn li a.btn-sil-cla{
    font-family: 'heebo_thinregular';
    background-color: #dbdbdb;
    padding: 10px;
    border: solid 1px #dbdbdb;
    border-radius: 9px;
    text-align: center;
    display: block;
    width: 100%;

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}
ul.btn li a.btn-sil-esc{
    font-family: 'heebo_thinregular';
    background-color: #7f7f7f;
    padding: 10px;
    border: solid 1px #7F7F7F;
    border-radius: 9px;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 100%;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}
ul.btn li a.btn-sil-nov{
    font-family: 'heebo_thinregular';
    background-color: #dbdbdb;
    padding: 10px;
    border: solid 1px #dbdbdb;
    border-radius: 9px;
    text-align: center;
    color: #505050;
    display: block;
    width: 100%;

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}
img.posic-itcf{
    position: relative;
    top: 4px;
}

/*SLICK HACK*/
.slick-slider { display: table; table-layout: fixed; width: 100%; }
.slick-dots{position: absolute; bottom: 15px;}

/*HACK*/
.no-scroll{
    overflow: hidden;
}
.scroll{
    overflow: scroll;
}

/*FOOTER*/
footer{
    padding-top: 50px;
    padding-bottom: 30px;
    background: #EDEDED;
    -webkit-box-shadow: inset 0px 15px 26px -9px rgba(0,0,0,0.18);
    -moz-box-shadow: inset 0px 15px 26px -9px rgba(0,0,0,0.18);
    box-shadow: inset 0px 15px 26px -9px rgba(0,0,0,0.18);
}
footer ul.end{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul.end li{
    float: left;
    font-size: 13px;
}
footer ul.end li.icon{
    padding: 5px;
    font-size: 25px;
    color: #CDCDCD;
}
footer ul.end li{
    padding: 5px;
    color: #7F7F7F;
}
footer ul.end li.ln1{
    padding-top: 10px;
}
/*MODAL*/
.modal-content{
    position: relative;
    top: 20px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border:none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 95%;
    height: 100%;
    margin:  0 auto;
}
.modal-open .modal{
    background-color: rgb(180, 180, 180);
}
.modal.in .modal-dialog, .modal-content{
    height: 95%;
}
.modal-content{
    background-image: url('../images/logo_puc_busca.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
    padding: 0px;
}
.modal-header, .modal-footer{
    border: none;
}
.busca-modal{
    width: 90%;
    margin: 0 auto;
    border: none;
    border-bottom: solid 1px #efefef;
    color: #7F7F7F;
    font-size: 15px;
    font-family: 'heebo_thinregular';
    font-style: italic;
    outline: none;
    text-align: center;
    height: 40px;
    padding: 7px;
    background-color: transparent;

    background-image: url('../images/lupa.svg');
    background-position: right;
    background-size: 7%;
    background-repeat: no-repeat;
}
.close-modal{
    position: absolute;
    bottom: 30px;
    background-color: #7F7F7F;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: 'heebo_lightregular';
}
.pdg-image-busca{
    padding-top: 30%;
}
.conteudo.exc-link>p a{
    display: block;
    width: 100%;
    background-color: #3D448E;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 25px;
}

/*MODAL NOVIDADES*/
#modalNovidades .pdg-image-novidades{
    padding-top: 10%;
}
#modalNovidades .modal-content{
    background-image: none;
}
#modalNovidades h2{
    font-family: 'heebobold';
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
#modalNovidades p{
    text-transform: uppercase;
    color: #CDCDCD;
    font-size: 12px;
}
#modalNovidades .modal-novidades{
    width: 100%;
    margin: 0 auto;
    border: none;
    border-bottom: solid 1px #efefef;
    color: #3D448E;
    font-size: 15px;
    font-family: 'heebo_thinregular';
    outline: none;
    text-align: left !important;
    height: 30px;
    padding: 0px;
    background-color: transparent;

    background-image: none;
    background-position: right;
    background-size: 7%;
    background-repeat: no-repeat;
}
#modalNovidades .modal-novidades:hover, .modal-novidades:focus{
    border-bottom: solid 1px #3D448E;
}
#modalNovidades label{
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}
#modalNovidades button.send{
    padding: 13px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #3D448E;
    border: none;
    width: 100%;
    color: #ffffff;
    
    background-image: url('../images/enviar_email.svg');
    background-position: right 10px bottom 14px;
    background-size: 7%;
    background-repeat: no-repeat;
    outline: none;
}


/*INSTITUTO CIENCIA E FE*/
/*QUEM SOMOS*/
a.btn-voltar{
    display: block;
    position: absolute;
    top: 290px;
    width: 40px !important;
    height: 40px;
    background-color: rgba(127, 127, 127, 0.952);
    padding: 13px;
    border-radius: 50%;   
    
    text-align: center;
    font-size: 22px;
    right: 16px;
    z-index: 98;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
}
a.filtrar{
    color: #3D448E;
    font-family: 'heebobold';
    padding: 7px;
    padding-left: 0px;
}
.categoria h2{
    padding: 0px;
    margin: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #474747;
    font-size: 22px;
    font-family: 'heebobold';
}
a.btn-int{
    min-width: 31.7777777777%;
    width: auto;
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    background-color: #FFFFFF;

    display: block;
    width: auto;
    float: left;

    color: #707070;
    font-size: 14px;

    margin: 5px 5px 5px 0px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
}
a.btn-int.t-50{
    width: 48.3333333333%;
}
a.btn-int.active{
    background-color: #7F7F7F;
    color: #ffffff;
}
a.btn-int:last-child{
    margin: 5px 5px 5px 0px;
}

.conteudo>h1,h2,h3,h4,h5{
    font-size: 22px;
    color: #7F7F7F;
    font-family: 'heebobold';
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
}
.conteudo>p{
    font-size: 14px;
    line-height: 25px;
    color: #7F7F7F;
}
.conteudo ul li{
    list-style: circle;
    color: #7F7F7F;
    padding: 0px;
    margin: 0px;
    list-style: none !important;
}
.conteudo ol, ul{
    padding-left: 0px !important;
}
.conteudo ul li::before{
    content: "•";
     color: #BA3645;
     padding-right: 5px;
}
.conteudo>p strong{
    color: #555555;
}
.conteudo>p a {
    color: #BA3645;
}
/*Conteúdo laboratório*/
.conteudo-laboratorio>h1,h2,h3,h4,h5{
    font-size: 22px;
    color: #7F7F7F;
    font-family: 'heebobold';
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
}
.conteudo-laboratorio>p{
    font-size: 14px;
    line-height: 25px;
    color: #7F7F7F;
}
.conteudo-laboratorio ul li{
    list-style: circle;
    color: #7F7F7F;
    padding: 0px;
    margin: 0px;
    list-style: none !important;
}
.conteudo-laboratorio ol, ul{
    padding-left: 0px !important;
}
.conteudo-laboratorio ul li::before{
    content: "•";
     color: #BA3645;
     padding-right: 5px;
}
.conteudo-laboratorio>p strong{
    color: #555555;
}
h2.ano{
    font-size: 22px;
    font-family: 'heebobold';
    color: #2E2E2E;
}
h2.prox-ant{
    font-size: 16px;
    font-family: 'heebo_mediumregular';
    color: #2E2E2E;
}


.separador-cat-btm{
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 7px;
}
.separador-cat-btm .linha{
    width: 100%;
    height: 1px;
    background-color: rgba(127, 127, 127, 0.267);
}
.separador-cat-btm .circulo{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px rgba(127, 127, 127, 0.267);
    background-color: #f0f0f0;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    padding: 12px;
}
ul.redes-categoria{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}
ul.redes-categoria li{
    padding: 8px;
}
ul.redes-categoria a{
    color: #CDCDCD;
    font-size: 30px;
}

.left{
    float: left;
}
.right{
    float: right;
}
ul.contato-categoria{
    width: auto;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}
ul.contato-categoria li{
    padding: 5px;
    float: left;
}
ul.contato-categoria li.icon{
    font-size: 25px;
    color: #CDCDCD;
}
ul.contato-categoria a{
    color: #CDCDCD;
    font-size: 15px;
    color: #7A7A7A;
    line-height: 32px;
}
/*PUBLICAÇOES*/
.conteudo-pubicacoes>p{
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
.img-publicacao{
    padding: 0px;

    background-color: rgba(122, 122, 122, 0.568);
    min-height: 200px;
}
.img-publicacao img{
    width: 100%;
}
.img-publicacao .tag-publicacoes{
    position: absolute;
    bottom: 0px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #3D448E;
    border-top-right-radius: 5px;

    color: #ffffff;
    text-transform: uppercase;
    font-family: 'heebo_lightregular';
    letter-spacing: 0.7px;
}
.info-publicacao{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;   

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: left 20px bottom 10px;
    background-size: 7%;
    background-repeat: no-repeat;
}
.info-publicacao h2{
    padding-top: 7px;
    margin: 0px;
    padding-bottom: 7px;
    font-size: 20px;
    font-family: 'heebobold';
    color: #000000;
}
.info-publicacao p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
/*PROJETOS*/
.conteudo-projetos>p{
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
.img-projetos{
    padding: 0px;

    background-color: rgba(122, 122, 122, 0.568);
    min-height: 200px;
}
.img-projetos img{
    width: 100%;
}
.img-projetos .tag-publicacoes{
    position: absolute;
    bottom: 0px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #3D448E;
    border-top-right-radius: 5px;

    color: #ffffff;
    text-transform: uppercase;
    font-family: 'heebo_lightregular';
    letter-spacing: 0.7px;
}
.info-projetos{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;   

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: left 20px bottom 10px;
    background-size: 7%;
    background-repeat: no-repeat;
}
.info-projetos h2{
    padding-top: 7px;
    margin: 0px;
    padding-bottom: 7px;
    font-size: 20px;
    font-family: 'heebobold';
    color: #000000;
}
.info-projetos p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
/*AGENDA*/
.conteudo-agenda h2{
    text-transform: uppercase;
    color: #474747;
    font-family: 'heebobold';
    font-size: 19px;
}
.conteudo-agenda>p{
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
.box-agenda{
    padding: 0px;
    background-color: #ffffff;
    min-height: 200px;
    border-radius: 5px;
}
.box-agenda .linha-btm{
    padding: 0px;
    border-bottom: solid 2px rgba(205, 205, 205, 0.281);
}
.box-agenda img{
    width: 100%;
    border-top-right-radius: 5px;
}
.box-agenda ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 30px;
}
.box-agenda h2{
    font-size: 18px;
    text-transform: uppercase;
    color: #555555;
    padding-bottom: 5px;
}
.box-agenda h5{
    font-size: 16px;
    text-transform: uppercase;
    color: #BA3645;
    padding-bottom: 5px;
}
.box-agenda h6{
    font-size: 14px;
    text-transform: initial;
    color: #555555;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.box-agenda p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}

.box-agenda ul li{
    float: left;
    text-align: center;
}
.box-agenda .data-dia{
    font-size: 56px;
    font-family: 'heebobold';
    color: #555555;
}
.box-agenda .data-mes{
    font-size: 16px;
    text-transform: uppercase;
    color: #555555;
    line-height: 45px;
    padding: 7px;
}
.box-agenda a{
    display: block;
    padding: 15px;
    border-radius: 30px;
    background-color: #3D448E;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'heebo_mediumregular';
    letter-spacing: 0.5px;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: right 20px bottom 21px;
    background-size: 7%;
    background-repeat: no-repeat;
}
/*GALERIA*/
.box-galeria{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;   

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: left 20px bottom 20px;
    background-size: 7%;
    background-repeat: no-repeat;

    border-radius: 5px;
}
.box-galeria h2{
    padding-top: 7px;
    margin: 0px;
    padding-bottom: 7px;
    font-size: 18px;
    font-family: 'heebobold';
    color: #000000;
}
.box-galeria p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
/*GALERIA INTERNA*/
.conteudo-galeria-interna>h1,h2,h3,h4,h5{
    font-size: 15px;
    color: #474747;
    font-family: 'heebo_mediumregular';
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
}
.voltar-galeria{
    position: relative;
    top: -3px;
    right: 0px;
    display: block;
    width: 30px !important;
    height: 30px;
    background-color: #BA3645;
    padding: 10px;
    border-radius: 50%;   
    
    text-align: center;
    font-size: 22px;
    right: 0px;
    z-index: 98;
    float: right;

    /*
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
    */
}
.separador-galeria-voltar{
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 3px;
}
.separador-galeria-voltar .linha{
    width: 100%;
    height: 1px;
    background-color: rgba(127, 127, 127, 0.13);
}
.titulo-album-interna{
    font-size: 14px;
    color: #474747;
    font-family: 'heebobold';
    padding: 0px;
    margin: 0px;
    padding-bottom: 7px;
    text-align: left;
    margin-bottom: 20px;
}
.data-album-interna{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
.img-grid{
    padding: 8px;
}
/*LABORATORIO*/
.conteudo-laboratorio h2{
    text-transform: uppercase;
    color: #474747;
}
.conteudo-laboratorio>p{
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}
.conteudo-laboratorio h5{
    font-size: 14px;
    font-family: 'heebobold';
    color: #707070;
}
.img-participante{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px rgba(122, 122, 122, 0.37);

    position: absolute;
    left: -20px;
    top: 20px;
    z-index: 95;
    overflow: hidden;

    background-color: #efefef;
}
.sobre-participante{
    background-color: #ffffff;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sobre-participante h5.nome{
    font-size: 14px;
    font-family: 'heebobold';
    color: #707070;
}
.sobre-participante p{
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
}
/*INSCRICAO*/
.inscricao a.btn-sil-cla{
    display: block;
    font-family: 'heebo_thinregular';
    background-color: #E2E2E2;
    padding: 9px;
    border: solid 1px #E2E2E2;
    border-radius: 7px;
    color: #7F7F7F;
    font-size: 16px;
    text-align: center;
    background-image: url(../images/acesso_btn_cla.svg);
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}
.inscricao h5{
    font-size: 15px;
    text-transform: uppercase;
    color: #BA3645;
}
.inscricao h3{
    font-family: 'heebobold';
    color: #555555;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.inscricao h4{
    color: #555555;
    font-size: 14px;
    padding-bottom: 5px;
}
.inscricao p{
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #7F7F7F;
    padding-bottom: 20px;
}
.bg-inscricao{
    background-color: #ffffff;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*LABORATORIO*/
.conteudo-laboratorio>p>img{
    width: 100%;
}

/*MEDITACAO*/
.box-meditacao{
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.box-meditacao .titulo{
    font-size: 14px;
    font-family: 'heebobold';
    color: #707070;
}
.box-meditacao .data{
    font-size: 14px;
    font-family: 'heebobold';
    color: #707070;
}
.box-meditacao .descricao{
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
}
audio{
    width: 100%;
}
.participante-meditacao{
    background-color: #F7F7F7;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.participante-meditacao h5.nome{
    font-size: 14px;
    font-family: 'heebobold';
    color: #707070;
}
.participante-meditacao h5.cargo{
    font-size: 13px;
    font-family: 'heebo_thinregular';
    color: #707070;
    padding-top: 5px;
    padding-bottom: 5px;
}
.participante-meditacao p{
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
}
.img-meditacao{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px rgba(122, 122, 122, 0.37);

    position: absolute;
    left: -10px;
    top: 20px;
    z-index: 95;
    overflow: hidden;

    background-color: #efefef;
}
.img-meditacao img{
    min-width: 60px;
    min-height:60px;
}
a.btn-sil-nov{
    font-family: 'heebo_thinregular';
    background-color: #E2E2E2;
    padding: 10px;
    border: solid 1px #E2E2E2;
    border-radius: 9px;
    text-align: center;
    color: #828282;
    display: block;
    width: 100%;

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}

/*BANNER ID*/
.banner-id{
    min-height: 250px;
    padding-top: 60px;
    padding-bottom: 30px;

    background: rgba(202,70,81,1);
    background: -moz-linear-gradient(top, rgba(202,70,81,1) 0%, rgba(165,104,109,0.76) 54%, rgba(133,133,133,0.76) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,70,81,1)), color-stop(54%, rgba(165,104,109,0.76)), color-stop(100%, rgba(133,133,133,0.76)));
    background: -webkit-linear-gradient(top, rgba(202,70,81,1) 0%, rgba(165,104,109,0.76) 54%, rgba(133,133,133,0.76) 100%);
    background: -o-linear-gradient(top, rgba(202,70,81,1) 0%, rgba(165,104,109,0.76) 54%, rgba(133,133,133,0.76) 100%);
    background: -ms-linear-gradient(top, rgba(202,70,81,1) 0%, rgba(165,104,109,0.76) 54%, rgba(133,133,133,0.76) 100%);
    background: linear-gradient(to bottom, rgba(202,70,81,1) 0%, rgba(165,104,109,0.76) 54%, rgba(133,133,133,0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca4651', endColorstr='#858585', GradientType=0 );
}
.banner-id h2{
    font-size: 23px;
    padding-bottom: 7px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'heebobold';
}
.banner-id p{
    font-size: 15px;
    color: #ffffff;
    font-family: 'heebo_thinregular';
}
.panel-default>.panel-heading{
    background-color: transparent;
    border: none;
}
.panel-default{
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.panel-title{
    font-size: 17px;
}

/*DESTAQUE*/
.box-destaque-home{
    padding: 0px;
    border-radius: 5px;
    background-color: #CA4651;   

    margin-bottom: 10px;
}
.box-destaque-home .box-image{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    min-height: 60px;

    background-position: center;
}
.cont-destaque{
    padding-top: 10px;
}
.cont-destaque p{
    color: #ffffff;
    font-family: 'heebo_mediumregular';
    letter-spacing: 0.4px;
}
.pdg-10{
    padding: 10px;
}
.slick-dotted.slick-slider{
    margin-bottom: 10px;
}

a.topo{
    display: block;
    width: 35px;
    height: 35px;
    padding: 10px;
    background-color: #7F7F7F;
    background-image: url('../images/topo.svg');
    background-size: 26%;
    background-position: center;
    border-radius: 50%;
    background-repeat: no-repeat;

    position: fixed;
    bottom: 20px;
    right: 20px;

    display: none;
}

/*MEDITAÇÕES*/
.comp-meditacao h4{
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 5px;
}
.comp-meditacao ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.comp-meditacao ul li{
    float: left;
}
.comp-meditacao ul li a{
    font-size: 24px;
    color: #CDCDCD;
    line-height: 10px;
    padding: 3px;
}


.titulo-projeto-interna{
    font-size: 14px;
    color: #474747;
    font-family: 'heebobold';
    padding: 0px;
    margin: 0px;
    padding-bottom: 7px;
    text-align: left;
    margin-bottom: 20px;
    min-height: 40px;
}
h4.titulo-laboratorio{
    font-size: 15.5px;
    color: #474747;
    font-family: 'heebobold';
    padding: 0px;
    margin: 0px;
    padding-bottom: 7px;
    text-align: left;
    margin-bottom: 20px;
    min-height: 40px;
}
.pdg-desk{
    padding: 0px;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
    background-color: #3D448E !important;
}
.dtp div.dtp-date, .dtp div.dtp-time{
    background-color: #3D448E !important;
}
.dtp > .dtp-content{
    max-height: 550px !important;
}
.dtp .p10 > a{
    color: #ffffff !important;
}
.dtp div.dtp-actual-year{
    color: rgba(255, 255, 255, 0.82) !important;
}
.dtp table.dtp-picker-days tr > td > a.selected{
    background-color: #3D448E !important;
}
.btn-group-sm>.btn, .btn-sm{
    margin: 3px;
}
#data{
    width: 100%;
    background: transparent;
    background-image: url('../assets/images/data.svg');
    color: #707070;
    font-size: 0px;
    background-size: 100%;
    border: none;
    width: 32px;
    height: 32px;
}

/*NOVIDADE*/
.novidade h2{
    padding-top: 7px;
    margin: 0px;
    padding-bottom: 7px;
    font-size: 20px;
    font-family: 'heebobold';
    color: #707070;
}

/*IDENTIDADE*/
.box-data-agenda{
    background-color: #3D448E;
    border-radius: 10px;
    width: 155px;
    height: 130px;

    padding-top: 25px;
    padding-bottom: 25px;

    position: relative;
    top: 120px;

    margin-bottom: 150px;
}
.box-data-agenda .data-dia{
    font-size: 56px;
    font-family: 'heebobold';
    color: #ffffff;
}
.box-data-agenda .data-mes{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 45px;
    padding: 7px;
}
.box-data-agenda ul {
    list-style: none;
}
.box-data-agenda ul li{
    float: left;
}

.redes-id{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.7px;
    color: #555555;
    font-weight: 700;
    position: relative;
    top: -6px;
}
.box-agenda-sv{
    padding: 0px;
    background-color: #F7F7F7;
    min-height: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.box-agenda-sv .linha-btm{
    padding: 0px;
    border-bottom: solid 2px rgba(205, 205, 205, 0.281);
}
.box-agenda-sv img{
    width: 100%;
    border-top-right-radius: 5px;
}
.box-agenda-sv ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 30px;
}
.box-agenda-sv h2{
    font-size: 18px;
    text-transform: uppercase;
    color: #555555;
    padding-bottom: 5px;
}
.box-agenda-sv h5{
    font-size: 16px;
    text-transform: uppercase;
    color: #BA3645;
    padding-bottom: 5px;
}
.box-agenda-sv h6{
    font-size: 14px;
    text-transform: initial;
    color: #555555;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.box-agenda-sv p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}

.box-agenda-sv ul li{
    float: left;
    text-align: center;
}
.box-agenda-sv .data-dia{
    font-size: 56px;
    font-family: 'heebobold';
    color: #555555;
}
.box-agenda-sv .data-mes{
    font-size: 16px;
    text-transform: uppercase;
    color: #555555;
    line-height: 45px;
    padding: 7px;
}
.box-agenda-sv a{
    display: block;
    padding: 15px;
    border-radius: 30px;
    background-color: #3D448E;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'heebo_mediumregular';
    letter-spacing: 0.5px;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: right 20px bottom 21px;
    background-size: 7%;
    background-repeat: no-repeat;
}
.info-publicacao-id{
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 40px;

    background-image: url('../images/acesso_btn_cla.svg');
    background-position: left 20px bottom 10px;
    background-size: 7%;
    background-repeat: no-repeat;
}
.info-publicacao-id h2{
    padding-top: 7px;
    margin: 0px;
    padding-bottom: 7px;
    font-size: 20px;
    font-family: 'heebobold';
    color: #000000;
}
.info-publicacao-id p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #3c3c3c;
}
input.input-pdr, select.input-pdr{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3D448E;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #cccccc;
}
textarea.input-pdr{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3D448E;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #cccccc;
    height: 80px;
}
input.input-pdr::placeholder{
    color: #3D448E;
    font-weight: 400;
    letter-spacing: 0.5px;
}
input.input-pdr:focus{
    border-bottom: solid 1px #3D448E;
}
button.form-send{
    font-family: 'heebo_thinregular';
    background-color: #E2E2E2;
    padding: 10px;
    border: solid 1px #E2E2E2;
    border-radius: 9px;
    text-align: center;
    display: block;
    width: 100%;
    background-image: url(../images/acesso_btn_cla.svg);
    background-position: right 10px bottom 17px;
    background-repeat: no-repeat;
    background-size: 5%;
}
.confirmacao{
    color: #8c8c8c;
    font-size: 15px;
    font-style: italic;
}
.box-agenda-id{
    padding: 0px;
    background-color: #f5f5f5;
    min-height: 200px;
    border-radius: 5px;
}
.box-agenda-id .linha-btm{
    padding: 0px;
    border-bottom: solid 2px rgba(205, 205, 205, 0.281);
}
.box-agenda-id img{
    width: 100%;
    border-top-right-radius: 5px;
}
.box-agenda-id ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 30px;
}
.box-agenda-id h2{
    font-size: 18px;
    text-transform: uppercase;
    color: #555555;
    padding-bottom: 5px;
}
.box-agenda-id h5{
    font-size: 16px;
    text-transform: uppercase;
    color: #BA3645;
    padding-bottom: 5px;
}
.box-agenda-id h6{
    font-size: 14px;
    text-transform: initial;
    color: #555555;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.box-agenda-id p{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}

.box-agenda-id ul li{
    float: left;
    text-align: center;
}
.box-agenda-id .data-dia{
    font-size: 56px;
    font-family: 'heebobold';
    color: #555555;
}
.box-agenda-id .data-mes{
    font-size: 16px;
    text-transform: uppercase;
    color: #555555;
    line-height: 45px;
    padding: 7px;
}
.box-agenda-id a{
    display: block;
    padding: 15px;
    border-radius: 30px;
    background-color: #3D448E;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'heebo_mediumregular';
    letter-spacing: 0.5px;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: right 20px bottom 21px;
    background-size: 7%;
    background-repeat: no-repeat;
}

a.btn-podcast{
    display: block;
    width: 100%;

    font-family: 'heebo_thinregular';
    background-color: transparent;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
    border: solid 1px transparent;
    border-radius: 9px;
    text-align: left;
    color: #505050;
    display: block;
    width: 97%;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: left 22px bottom 15px;
    background-repeat: no-repeat;
    background-size: 5%;
    margin: 0 auto;

    margin-bottom: 7px;
}
a.btn-box-caleidoscopio{
    display: block;
    width: 90%;
    height: 136px;

    padding: 25px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-box-shadow: 0px 6px 20px -1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 6px 20px -1px rgba(0,0,0,0.19);
    box-shadow: 0px 6px 20px -1px rgba(0,0,0,0.19);

    border-radius: 5px;

    background-image: url('../images/acesso_btn_esc.svg');
    background-position: left 28px bottom 17px;
    background-repeat: no-repeat;
    background-size: 10%;

    font-size: 14px;
    color: #505050;
    font-family: 'heebo_thinregular';
}

a.btn-podcast.bg-color-ccf, .bg-ccf{
    color: #FFFFFF;
    background-color: #7F7F7F;
    background-image: url("../images/textura.png") !important;
    background-size: cover !important;
    background-position: center !important;
}
a.btn-podcast.bg-color-juventudes, .bg-juventudes{
    color: #FFFFFF;
    background-color: #B91830;
    background-image: url("../images/textura.png") !important;
    background-size: cover !important;
    background-position: center !important;
}
a.btn-podcast.bg-color-interioridade, .bg-interioridade{
    color: #FFFFFF;
    background-color: #004F9D;
    background-image: url("../images/textura.png") !important;
    background-size: cover !important;
    background-position: center !important;
}
a.btn-podcast.bg-color-interioridade, .bg-ccf{
    color: #FFFFFF;
    background-color: #7F7F7F;
    background-image: url("../images/textura.png") !important;
    background-size: cover !important;
    background-position: center !important;
}
a.btn-podcast.bg-color-solidariedade, .bg-solidariedade{
    color: #FFFFFF;
    background-color: #F27C00;
    background-image: url("../images/textura.png") !important;
    background-size: cover !important;
    background-position: center !important;
}
a.btn-podcast.bg-color-evangelizacao, .bg-evengelizacao{
    color: #FFFFFF;
    background-color: #CB287E;
    background-image: url("../images/textura.png") !important;
    background-size: cover !important;
    background-position: center !important;
}
.box-calendoscopio{
    justify-content: left !important;
    color: #FFFFFF !important;
}



@media only screen and (min-width: 500px){
    .over{
        position: absolute;
        right: 0px;
        width: 68%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.58);
        display: none;
        z-index: 999;
    }
    .banner{
        margin-bottom: 30px;
    }
    header .bg-menu{
        width: 32%;
    }
    header .bg-menu ul li a.btn-sil-cla{
        width: 30%;
    }
    header .bg-menu ul li a.btn-sil-esc{
        width: 30%;
    }

    header{
        background-image: url('../images/logo_puc.svg');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 3.5%;
    }
    a.btn-int{
        min-width: 15%;
        width: auto;
    }
    a.btn-int.t-50{
        min-width: 15%;
        width: auto;
    }

    a.btn-box-home {
        display: block;
        width: 90%;
        height: 180px;

        display: flex;
        align-items: left;
        justify-content: center;
    }
    ul.btn{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    ul.btn li{
        width: 25%;
        padding-top: 0px !important;
        float: left;
    }
    ul.btn li a.btn-sil-cla{
        width: 92%;
        margin: 0 auto;
    }
    ul.btn li a.btn-sil-esc{
        width: 91%;
        margin: 0 auto;
    }
    ul.btn li a.btn-sil-nov{
        font-family: 'heebo_thinregular';
        background-color: #E2E2E2;
        padding: 10px;
        border: solid 1px #E2E2E2;
        border-radius: 9px;
        text-align: center;
        color: #505050;
        display: block;
        width: 92%;

        background-image: url('../images/acesso_btn_cla.svg');
        background-position: right 10px bottom 17px;
        background-repeat: no-repeat;
        background-size: 5%;
        margin: 0 auto;
    }
    .pdg-desk{
        padding: 10px;
    }
    .conteudo-laboratorio>p>img{
        width: 50%;
    }
    a.btn-voltar{
        display: block;
        position: absolute;
        top: 380px;
        width: 40px !important;
        height: 40px;
        background-color: rgba(127, 127, 127, 0.952);
        padding: 13px;
        border-radius: 50%;

        text-align: center;
        font-size: 22px;
        right: 16px;
        z-index: 98;

        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
    }
    .bg-inscricao{
        background-color: #ffffff;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        min-height: 300px;
        max-height: 300px;
    }
    .box-destaque-home{
        padding: 0px;
        border-radius: 0px;
        background-color: #CA4651;

        margin-bottom: 10px;
        border: solid 5px #ffffff;
        border-radius: 7px;
    }
    .inscricao a.btn-sil-cla{
        display: block;
        font-family: 'heebo_thinregular';
        background-color: #E2E2E2;
        padding: 9px;
        border: solid 1px #E2E2E2;
        border-radius: 7px;
        color: #7F7F7F;
        font-size: 16px;
        text-align: center;
        background-image: url(../images/acesso_btn_cla.svg);
        background-position: right 10px bottom 17px;
        background-repeat: no-repeat;
        background-size: 1.5%;
    }
    .inscricao a.btn-sil-cla.sz-3{
        background-size: 3%;
    }
    a.btn-sil-nov.sz-3{
        background-size: 3%;
    }
    button.form-send{
        font-family: 'heebo_thinregular';
        background-color: #E2E2E2;
        padding: 10px;
        border: solid 1px #E2E2E2;
        border-radius: 9px;
        text-align: center;
        display: block;
        width: 100%;
        background-image: url(../images/acesso_btn_cla.svg);
        background-position: right 10px bottom 17px;
        background-repeat: no-repeat;
        background-size: 1.5%;
    }
    a.btn-podcast{
        display: block;
        width: 100%;

        font-family: 'heebo_thinregular';
        background-color: transparent;
        padding: 20px;
        padding-top: 25px;
        padding-bottom: 30px;
        border: solid 1px transparent;
        border-radius: 9px;
        text-align: left;
        color: #505050;
        display: block;
        width: 97%;

        background-image: url('../images/acesso_btn_esc.svg');
        background-position: left 22px bottom 15px;
        background-repeat: no-repeat;
        background-size: 1.5%;
        margin: 0 auto;

        margin-bottom: 7px;
    }
    a.btn-sil-nov{
        font-family: 'heebo_thinregular';
        background-color: #E2E2E2;
        padding: 10px;
        border: solid 1px #E2E2E2;
        border-radius: 9px;
        text-align: center;
        color: #828282;
        display: block;
        width: 100%;

        background-image: url('../images/acesso_btn_cla.svg');
        background-position: right 10px bottom 17px;
        background-repeat: no-repeat;
        background-size: 1.5%;
    }

    .conteudo.exc-link>p a{
        display: block;
        width: 40%;
        background-color: #3D448E;
        color: #FFFFFF;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 25px;
    }
    button.form-send.sz-3{
        background-size: 3%;
    }
}

/*PANEL GALERIA*/
.panel{
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#accordion .panel {
  border-radius: 0;
  border: 0;
}
#accordion a {
  display: block;
  /*padding: 10px 15px !important;*/
  border-bottom: 1px solid transparent;
  text-decoration: none;
  padding: 0px;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: transparent;
  color: #b42b2b;
  transition: all 0.2s ease-in;
  padding: 0px;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: #b42b2b;
  padding: 0px;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: #b42b2b;
  background-color: transparent;
  padding: 0px;
  float: right;
  width: 100%;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f068';
  float: left;
  font-weight: lighter;
  transform: rotate(0deg);
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BA3645;
  color: #ffffff;
  padding: 5px;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BA3645;
  color: #ffffff;
  padding: 5px;
  content: '\f067';
  display: block;
  margin-bottom: 27px;
    clear: both;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}
.panel-body{
    padding: 0px;
}
#accordion .panel-heading a.collapsed:hover::before, #accordion .panel-heading a.collapsed:focus::before{
    color: #ffffff;
    padding: 5px;
}
.collapse.in{
    padding: 0px;
}