/**HOVER EFFECT SISDADO**/
.cl-sisdado {margin-top: 10px;}
.sisdado{position: relative; float:right;}
.over-effect{height: 11px; width: 70px}
.sisdado-img-hover{display: none}
.over-effect:hover .sisdado-img-hover{display: block}
.over-effect:hover .sisdado-img{display: none}
.cl-mt-05 {margin-top: 2px !important;}

.no-transform {
    transform: rotate(0deg) !important;
}

#colophon {
    /*background-image: url('../img/footer_bg.jpg');*/
}

li {
    list-style: none !important;
}

#primary-menu.no-responsive > li > a::before, #footer-menu > li > a::before {
    content: '';
}

#colophon {
    background-image: none;
}

#footer-menu > li > a {
    color: #222;
}

.footer-socials-item a::after {
    color: #222;
}

.btn-type-1 {
    border: 1px solid #b4b4b4;
    color: #444;
    display: inline-block;
    padding: 10px 20px;
}

.btn-type-2 {
    border: 2px solid #2E3192;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    background-color: #2E3192;
    color: white;
    border-color: #2E3192;
}

.btn-type-2:hover {
    color: #2E3192;
    background-color: transparent;
}

.btn-type-3{
    border: 3px solid #2e3192;
    color: #2e3192;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 58px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    width: auto;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.btn-type-3:hover{
    background-color: #2e3192;
    color: white;
}

/*
#primary-menu.no-responsive > li > a, .products .product-bottom .add_to_cart_button::before, .widget_product_search #searchsubmit{
	color: #2e3192;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}
*/

.photos-page .photo-item {
    /*float: left;*/
    margin: 2px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.photos-page .noticia-item:hover .photo-item {
    background-color: rgba(46, 49, 146, 0.7);
    /*float: left;*/
    overflow: hidden;
}

.photos-page .noticia-item:hover .photo-item img {
    opacity: 0.6;
}

.photos-page .photo-item img {
    height: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.photos-page .photo-item .effect-hover {
    border-radius: 100%;
    height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    /*top: calc(50% - 20px);*/
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.photos-page .photo-item.fix-effect {
    display: inline-table !important;
    float: none !important;
}

@media screen and (min-width: 768px) {
    .photos-page .photo-item.fix-effect {
        width: 100%;
    }
}

.photos-page .noticia-item:hover .photo-item.fix-effect {
    border: 0 none !important;
}

.photos-page .photo-item .effect-hover .hover-circ {
    background-color: rgb(46, 49, 146);
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 2.6;
    margin: auto;
    opacity: 0;
    text-align: center;
    transform: scale(3);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.photos-page .noticia-item:hover .photo-item .effect-hover .hover-circ {
    opacity: 1;
    transform: scale(1);
}

.photos-page-2 .photo-item {
    float: left;
    margin: 2px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: calc(50% - 5px);
}

.photos-page-2 .photo-item:hover {
    background-color: rgba(46, 49, 146, 0.7);
    float: left;
    overflow: hidden;
}

.photos-page-2 .photo-item:hover img {
    opacity: 0.6;
}

.photos-page-2 .photo-item img {
    height: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.photos-page-2 .photo-item .effect-hover {
    border-radius: 100%;
    height: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 25px);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.photos-page-2 .photo-item.fix-effect {
    display: inline-table !important;
    float: none !important;
}

@media screen and (min-width: 768px) {
    .photos-page-2 .photo-item.fix-effect {
        width: calc(50% - 8px);
    }
}

.photos-page-2 .photo-item.fix-effect:hover {
    border: 0 none !important;
}

.photos-page-2 .photo-item .effect-hover .hover-circ {
    background-color: #d214cf;
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 2.6;
    margin: auto;
    opacity: 0;
    text-align: center;
    transform: scale(3);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.photos-page-2 .photo-item:hover .effect-hover .hover-circ {
    opacity: 1;
    transform: scale(1);
}

h3.h-1 {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    /*font-family: "Dosis";*/
}

.noticias p {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    text-align: left;
    font-weight: normal;
    font-family: "Dosis";
}

.noticias a .data {
    color: #2E3192;
}

.noticias a {
    color: #242c33;
}

.noticias h3.h-1 {
    padding: 5px;
}

.noticias .height-fix {
    min-height: 183px;
    max-height: 183px;
    overflow: hidden;
}
.relative{
    position: relative;
}
.text-absolute {
    position: absolute;
    left: 0;
    margin-top: -60px;
    top: 50%;
    width: 100%;
}

.title-banner{
    border-width: 0;
    color: #2E3192;
    font-size: 55px;
    height: auto;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    display: block;
}
.btn-banner{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-width: 0;
    color: #2E3192;
    font-size: 58px;
    font-weight: 400;
    height: auto;
    line-height: 75px;
    padding: 0 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.btn-banner-2{
    border: 3px solid #2e3192;
    color: #2e3192;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    height: auto;
    line-height: 75px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    width: auto;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.btn-banner-2:hover{
    background-color: #2e3192;
    color: white;
}
.text-center{
    text-align: center;
}
#site-header{
    background-image: url('../img/bg-header.jpg');
}
.home-header #site-header-wrapper{
    position: absolute!important;
}
.home-header #site-header-wrapper #site-header{
    background-image: none;
    /*background-color: transparent!important;*/
}
/**/
.home-header #site-header, #site-header-wrapper, .top-area-style-2{
    background-color: transparent!important;
}
/**/
.home-header #site-header.fixed.shrink {
    background-color: rgba(36, 44, 51, 0.95)!important;
}

.form-style-1 input[type = 'text'],.form-style-1 input[type = 'email'],.form-style-1 select, .form-style-1 textarea{
    background: rgba(0, 0, 0, 0);
    border: 2px solid #dbdbdb;
    box-sizing: border-box;
    color: #919499;
    float: none;
    font-size: 16px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    outline: medium none;
    padding: 9px 19px 11px;
    width: 100%;
}

.form-style-1 textarea{
    height: auto;
}

.form-style-1 .row{
    margin-bottom: 0!important;
}

.notify p{
    font-size: 14px;
    margin-bottom: 1px;
}
.social-contact a{
    color: #242c33;
}
.paginacao{
    text-align: center;
    line-height: 17px;
}
.paginacao li.active a{
    background-color: #2E3192;
    border-color: #2E3192;
    color: white;
}
.publ-data{
    font-size: 15px;
}
.post-text p{
    margin-bottom: 15px;
}
.pointer{
    cursor: pointer;
}
/*
MODAL
 */
.js-open-modal img{
    max-width: 100%;
}
.modal-canvas{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modal-canvas .modal-img img{
    max-height: 500px;
    max-width: 100%;
}
.modal-canvas .modal-img{
    position: absolute;
    top: 50%;
    margin-top: -250px;
    text-align: center;
    width: 100%;
}
.modal-canvas .modal-close{
    background-color: red;
    color: white;
    cursor: pointer;
    font-size: 28px;
    height: 60px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    transition:ease-in-out 0.3s;
}

.modal-canvas .modal-arrows i{
    background-color: #5e5e5e;
    color: white;
    cursor: pointer;
    font-size: 28px;
    height: 90px;
    margin-top: -45px;
    padding-top: 29px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 60px;
    z-index: 2147483647;
}
.modal-canvas .modal-arrows i:hover{
    background-color: red;

}

.modal-canvas .modal-arrows .modal-prev{
    left: 0;
}
.modal-canvas .modal-arrows .modal-next{
    right: 0;
}

.modal-canvas .modal-close:hover{
    transform: scale(1.1);
}
.description-project{
    opacity: 0;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
    background-color: rgba(46,49,146,0.8);
    color: white;
}
.relative:hover .description-project{
    opacity: 1;
}
.img-zoom-hover{
    overflow: hidden;
}
.img-zoom-hover img{
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.relative:hover .img-zoom-hover img{
    transform: scale(1.2);
}
.lateral .noticias .height-fix{
    height: auto;
    min-height: 0;
}
.btn-type-4{
    padding: 5px 15px;
    border-radius: 3px;
    background-color: rgb(255,102,0);
    color: white;
    border: 0 none;
}
.site-header.animated-header.fixed.shrink .logo,.site-header.animated-header.fixed.shrink .site-title{
    display: none!important;
    width: 0!important;
}
@media screen and (max-width: 600px) {

    .site-title h1 {
        width: 223px;
    }
    .home-header .site-title h1 {
        width: auto;
    }
    .home-header .logo img{
        width: 200px!important;
    }

    .modal-canvas .modal-img {
        top: 30%;
        margin-top: 0;
    }
    .main-bg-img{
        position: relative;
        right: 780px
    }
    #primary-navigation .menu-toggle::after, .portfolio-filters-resp button::after {
        background: white none repeat scroll 0 0;
        box-shadow: 0 10px 0 0 #fff, 0 20px 0 0 #fff;
    }
    #primary-navigation .menu-toggle::after {
        top: 0;
    }
    h3, .title-h3, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .sc-dropcap {
        font-size: 30px;
        line-height: 40px !important;
        padding-bottom: 20px;
    }
    h3.h-1 {
        font-size: 18px;
        line-height: 20px !important;
    }
    #footer-navigation li {
        display: inline-block;
        margin: 0 auto;
        padding: 5px 0;
        width: 100%;
    }
    .footer-socials-item {
        margin-right: 0;
    }
    .footer-socials-item {
        margin-right: 0;
    }
    .logo, .logo img {
        width: 215px;
    }

    h1, .title-h1 {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    .sc-slideshow h1, .sc-slideshow h2 {
        margin-top: 15px;
        left: 15px !important;
    }

    .sc-divider {
        margin: 10px 0 !important;
    }

    #about {
        background-image: none !important;
    }

    .styled-subtitle {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}