.bg-white {
    background: var(--white);
}

.bg-black {
    background: var(--black);
}

.bg-e5 {
    background: var(--e5e5e5);
}

.bg-green-l {
    background: var(--lblue2);
}

.bg-green-d {
    background: var(--dblue2);
}

.bg-green-gradient {
    background: rgb(32, 120, 56);
    background: -moz-radial-gradient(circle, rgba(32, 120, 56, 1) 10%, rgba(52, 171, 71, 1) 60%, rgba(52, 171, 71, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(32, 120, 56, 1) 10%, rgba(52, 171, 71, 1) 60%, rgba(52, 171, 71, 1) 100%);
    background: radial-gradient(circle, rgba(32, 120, 56, 1) 10%, rgba(52, 171, 71, 1) 60%, rgba(52, 171, 71, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207838", endColorstr="#34ab47", GradientType=1);
    background-size: 100% 200%;
}


.color-white {
    color: var(--white) !important
}

.heading span,
.heading span .small {
    position:relative;
    font-size: 14px;
    top:-12px;
    left:5px;
}

.heading {
    min-height: 55px;
}


.heading h1 {
    padding:12px 15px 0px 15px;
    position: relative;
    display: inline-block;
    line-height: 30px !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    min-width: 360px;
    max-width: 420px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.heading h1:before,
.heading h1:after {
    content: ' ';
    width: 250%;
    height: 100%;
    position: absolute;
    border-width: 0px;
    border-color: transparent;
}

.heading h1:before {
    right: 90%;
    background-image: url('../images/flowerl.png');
    top: 7px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top right;
}

.heading h1:after {
    left: 90%;
    background-image: url('../images/flowerr.png');
    top: 7px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top left;
}





.heading-large span,
.heading-large span .small {
    position:relative;
    font-size: 14px;
    top:-12px;
    left:5px;
}

.heading-large {
    min-height: 55px;
}


.heading-large h1 {
    padding:15px 15px 0px 15px;
    position: relative;
    display: inline-block;
    line-height: 30px !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    min-width:525px;
    max-width:600px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.heading-large h1:before,
.heading-large h1:after {
    content: ' ';
    width: 250%;
    height: 100%;
    position: absolute;
    border-width: 0px;
    border-color: transparent;
}

.heading-large h1:before {
    right: 92%;
    background-image: url('../images/flowerl.png');
    top: 7px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top right;
}

.heading-large h1:after {
    left: 92%;
    background-image: url('../images/flowerr.png');
    top: 7px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top left;
}


@media only screen and (max-width: 681px) {
    .heading-large h1 {
        padding:12px 15px 10px 15px;
        position: relative;
        display: inline-block;
        line-height: 30px !important;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        min-width:350px;
        max-width:350px;
        letter-spacing: -1px;
        margin-bottom: 0px;
    }

    .heading-large h1:before {
        right: 86%;
        background-image: url('../images/flowerl.png');
        top: 20px;
        height: 55px;
        background-repeat: no-repeat;
        background-size: 75%;
        background-position: top right;
    }

    .heading-large h1:after {
        left: 86%;
        background-image: url('../images/flowerr.png');
        top: 20px;
        height: 55px;
        background-repeat: no-repeat;
        background-size: 75%;
        background-position: top left;
    }




}









.heading-v1 h1:before,
.heading-v1 h1:after {
    top: -5px;
    height: 50px;
}

/*
	@media (max-width: 768px) {
	.heading h1:before,
	.heading h1:after {
	width:100%;
	}
	}
*/


.commercial {
    position: relative;
}

.commercial .itens {
    width: 330px;
    margin: 15px;
    float: left;
}

.commercial .bg-box {
    width: 330px;
}

@media only screen and (max-width: 719px) {
    .commercial {
    }

    .commercial .itens {
        width: 330px;
        float: none !important;
        margin: 15px auto !important
    }
}


@media only screen and (min-width: 720px) and (max-width: 1439px) {
    .commercial {
        width: 720px;
    }

    .commercial .itens {
        width: 320px;
        float: left;
margin: 10px !important
    }


}


@media only screen and (min-width: 1440px) {
    .commercial {
        width: 100%;
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .commercial .itens {
        width: 330px;
        float: left;

    }
}


.commercial .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    word-wrap: break-word;
    border: 0px solid #c00;
}


.commercial .item .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 40px 85px 40px 40px;

}

.commercial .item .box-last {
    padding: 40px 65px 40px 35px;
}

.commercial .item .box img {
    margin-top: 15px;
    width: 64px;
    margin-bottom: 5px;

}

.commercial .item .box h2 {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: bold;
    color: var(--lblue2);
    letter-spacing: -1px;
margin-bottom: 2px !important
}

.commercial .item .box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
    color: var(--black);
}


.know {
    position: relative;
    height: 100%;
}

.know-colluns {
    position: relative;
    height: 100%;
}

.know .brasil {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center !important;
    z-index: 0;
}

.know .brasil img {
    width: 100%;
    max-width: 550px;
}

.know .ciec {
    position: relative;
    text-align: center !important;
    z-index: 2;
}

.know .ciec img {
    width: 100%;
    max-width: 450px;
}



.know .info p {
    font-size: 24px;
    font-weight: bold;
    color: var(--dblue2);
}

.infoCiecTxt {
    position: relative;
  background: #ff5c30;
}

.infoCiecTxt img {
    /*position: absolute;
    top:10px;
    float: left;
    width: 50px;*/
    width: 50px;
    top: 21px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.infoCiecTxt p {
    /*text-align: left;
    position: relative;
    top: 0px;
    left: 50px;
    background: #9acf4f;*/

    min-height: 60px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}






.log-flower-ciec {
    display: flex;
    justify-content:center;
    align-items:center;
    padding:5px 10px 10px 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position:relative;
    z-index: 10;
}

.log-flower-ciec > img {
    width: 45px;
}

.log-flower-ciec-content {
    margin-left: 10px;
}



.log-flower-ciec-title {
    padding-top: 10;
    font-size: 24px;
    font-weight:bold;
    margin: 0;
    line-height: 1;
    color:var(--dblue2);
    display: block;
    text-align: left !important;
}


@media only screen and (max-width: 800px) {
    .log-flower-ciec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding:10px 10px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}





.first-list li,
.first-list li a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding-left:10px;
    min-height: 60px;
    padding-left:5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dblue2);
    font-size: 18px;
    font-weight: bold;
}

.first-list li img {
    width: 32px;
    margin-right: 10px;
    position: relative;
    top: -5px;

}

.first-list li a:hover{
    color: var(--dblue3);
}




.btn {
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    width: 170px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}


.custom-btn {
    display: inline-block;
    z-index: 1;
    height: 50px;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    padding: 12px 30px;
    text-align: center;
    color: var(--white);
    position: relative;
    background-color: var(--lblue2);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border:2px solid var(--white) !important;*/
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    box-shadow: 0px 10px 25px 0px var(--blackrgba3);
}

.custom-btn:after,
.custom-btn:before {
    top: 0px;
    width: 0px;
    left: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    transition-timing-function: inherit;
    background-color: var(--blackrgba3);
}

.custom-btn:before {
    z-index: -1;
    background-color: var(--gray5);;
}

.custom-btn:after {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.custom-btn:hover {
    color: var(--white);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    box-shadow: 0px 10px 25px 0px var(--blackrgba3);
}

.custom-btn:hover:after,
.custom-btn:hover:before {
    left: 0;
    width: 100%;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.custom-btn:hover:before {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.custom-btn:hover:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}


.btn-theme {
    background: var(--white);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: var(--gray1);

    height: 50px;
    line-height: 40px;
    border: 2px solid var(--gray1);
}

.btn-theme:focus,
.btn-theme:hover {
    background: var(--lblue2);
    color: var(--white);
    border-color: var(--lblue2);
}


.form-control {
    display: block;
    padding: 10px 15px !important;
    font-size: 16px;
    color: var(--gray3);
    height: 50px;
    background-color: var(--white);
    outline: none !important;
    background-clip: padding-box;
    border: 2px solid var(--gray5);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-control:hover {
    color: var(--gray333);
    background-color: var(--white);
    border-color: var(--gray1);
    outline: 0;
    -webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
    box-shadow: 0px 0px 25px 0px var(--blackrgba1);
}

textarea {
    resize: none;
}


.search-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--whitergba9);
}

.js .search-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.search-modal::before, .search-modal::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 0px solid var(--gray3);
}

.search-modal::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.search-modal::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.btn--search-close {
    font-size: 2.5em;
    position: absolute;
    top: 1em;
    right: 1.25em;
    display: none;
}

.js .btn--search-close {
    display: block;
}

.search-modal__form {
    margin: 5em 0;
}

.search-modal__info {
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: left;
    color: var(--gray3);
}

.search-modal__suggestion {
    text-align: left;
    padding-right: 30px;
}


/************************/
/* Transitions */
/************************/
.js .search-modal {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .search-modal--open {
    pointer-events: auto;
    opacity: 1;
}

/* Border */
.search-modal::before, .search-modal::after {
    transition: transform 0.5s;
}

.search-modal::before {
    transform: translate3d(-15px, -15px, 0);
}

.search-modal::after {
    transform: translate3d(15px, 15px, 0);
}

.search-modal--open::before, .search-modal--open::after {
    transform: translate3d(0, 0, 0);
}


/* Close button */
.btn--search-close {
    opacity: 0;
    background: var(--lblue2);
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding: 0;
}

.search-modal--open .btn--search-close {
    opacity: 1;
}

.search-modal--open .btn--search-close:hover,
.search-modal--open .btn--search-close:focus {
    outline: none;
    box-shadow: none;
}

/* Search form with input and description */
.js .search-modal__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .search-modal--open .search-modal__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search-modal__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search-modal--open .search-modal__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.search-modal--open .search-modal__suggestion h3 {
    color: #293326;
}

@media screen and (max-width: 40em) {
    .search-modal__form {
        margin: 5em 0 1em;
    }

    .btn--search-close {
        font-size: 2.25em;
        top: 1.5em;
        right: 1.5em;
    }

    .search-modal__info {
        text-align: left;
    }

}

.search-suggestion {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.search-suggestion a {
    font-size: 18px;
    margin: 10px;
    color: var(--lblue2);
}

.search-suggestion a:hover {
    margin: 10px;
    color: var(--dblue2);
}


.searchbox.h53 {
    height: 100px !important;
}


.searchbox.fancy {
    position: relative;
}

.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
}

.searchbox.fancy button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px 20px 12px;
    -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;
    background: var(--lblue2);
}

.searchbox .button.large {
    padding: 11px 20px;
}

.searchbox.fancy .form-control::-webkit-input-placeholder {
    opacity: 0.5;
    color: var(--gray3);
}

.searchbox.fancy .form-control::-moz-placeholder {
    opacity: 0.5;
    color: var(--gray3);
}

.searchbox.fancy .form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: var(--gray3);
}

.searchbox .button {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: var(--gray4);
    padding: 12px 20px 12px;
    font-size: 15px;
    height: 53px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.searchbox .button + .button {
    margin-left: 20px;
}

.searchbox .button:hover,
.button:focus {
    background: var(--gtheme2);;
    color: var(--white);
    border-color: var(--gtheme2);
}

.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
    background-color: var(--white);
    background-image: none;
    border: 1px solid var(--white) !important;
    box-shadow: none;
    height: 53px !important;
    padding: 10px 12px 10px 25px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    -moz-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    box-shadow: 0px 5px 25px 3px var(--blackrgba4);
}

.searchbox.fancy .form-control:focus {
    -webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    -moz-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    box-shadow: 0px 5px 25px 3px var(--blackrgba4);
}





.tree-list li {
    font-size: 16px;
    font-weight: bold;
    color: var(--gray3);
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 22px;
}

.tree-list li img {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: -5px;

}






.pageTitle {
    padding:150px 0 125px;
    position: relative;
    background-size: cover;
    top:0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat
}


.pageTitle:before {
    left: 0;
    /*opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    background: linear-gradient(221deg, var(--gthemergba5), var(--dbluergba5), var(--gthemergba5));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 16s ease infinite;
    -moz-animation: bg-gradient-animator 16s ease infinite;
    -o-animation: bg-gradient-animator 16s ease infinite;
    animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-moz-keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-o-keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}





.pageTitle .title-section h1 {
    margin: 0 0 50px;
    color:var(--white) !important;
    padding-bottom: 50px;
}


.pageTitle .content-image-title{
    position: relative;
}

.pageTitle .imageTitle{
    right: 15px;
    position: absolute;
    top: -50px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    box-shadow: 0px 5px 25px 0px var(--blackrgba3);
}


@media only screen and (max-width: 991px){
    .pageTitle .content-image-title{
        display: none;
    }

    .pageTitle {
        padding:150px 0 115px;
        position: relative;
    }

}







.pageTitle .site-heading h1,
.pageTitle .site-heading h2,
.pageTitle .site-heading h3 {
    color: var(--white);
    display: inline-block;
    font-weight: bold;
    padding-bottom:10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom:15px;
}
.pageTitle .site-heading h1::after,
.pageTitle .site-heading h2::after,
.pageTitle .site-heading h3::after  {
    background:var(--dblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height:3px;
    left:0;
    position: absolute;
    width:175px;
}
.pageTitle .site-heading h1::before,
.pageTitle .site-heading h2::before,
.pageTitle .site-heading h3::before {
    background:var(--lblue2) none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 3px;
    left:0;
    position: absolute;
    width:225px;
}

.color-white{
    color:var(--white) !important;
}

.cursor{
    cursor:pointer !important;
}





.item-partner {
    background: var(--white);
    padding: 15px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.item-partner:focus,
.item-partner:hover {
    outline: none !important;
    background: var(--white);
}


.item-partner img {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.item-partner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}







.info-contact {
    position: relative;
    top:-90px;
}


.info-contact .icon-title {
    line-height:125px;
    font-size:72px;
    font-weight: bold;
    position: relative;
    background:var(--white);
    width: 125px;
    height: 125px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin: auto;
    color:var(--dblue2);
    display:block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);
}


.info-contact:hover .icon-title{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color:var(--gtheme2);

}



.info-contact h5 {
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    margin-bottom:15px;
}


.info-contact h3 {
    font-size: 32px;
    font-weight: bold;
    color:var(--dblue2);
    display:block;
    margin-bottom:15px;
}




.info-contact p {
    font-size: 1rem;
    font-weight: bold;
    color:var(--gray3);
    display:block;
    padding-bottom:10px;
}
.info-contact a {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:var(--gray3);
    display:block;
    margin-bottom: 5px;
    padding-bottom:10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.info-contact a:hover {
    color:var(--dblue2);
}

.info-contact .icon-phone-footer i {
    position: relative;
    font-size: 28px !important;
    top:3px;
}

.info-title .font-16,
.overlay-content .font-16 {
    font-family: 'Dosis', sans-serif !important;
    font-size: 20px !important;
    line-height: 22px;
}






/*Contacts*/
.sidebar .contacts ul {
    width:100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.sidebar .contacts li {
    color: var(--gray3);
    padding:7px 0px 7px;
    border-bottom:1px solid var(--f1f1f1);
    font-size:15px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
}
.sidebar .contacts li:last-child {
    border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}
.sidebar .contacts li:after {
    clear: both;
}
.sidebar .contacts li i {
    float: left;
    font-size:20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width:30px;
    line-height:24px;
    color:var(--gray3);
}
.sidebar .contacts li p {
    margin-bottom: 0;
    color: var(--gray3);
    font-size:14px;
}
.content-footer.contacts li {
    color: var(--gray3);
    font-size:16px;
}
.sidebar .contacts li a {
    color: var(--gray3);
    font-size:16px;
    line-height:16px
}
.sidebar .contacts li a:hover {
    color:var(--lblue2);
    padding-left:10px;
    border-color:var(--blackrgba1);
}





.sidebar .headingSide h1,
.sidebar .headingSide h2,
.sidebar .headingSide h3 {
    color:var(--dblue2);
    display: inline-block;
    font-weight: 700;
    padding-bottom:10px;
    position: relative;
    text-transform: uppercase;
    padding-bottom:10px;
    margin-bottom:15px;
    font-size:20px;
}
.sidebar .headingSide h1::after,
.sidebar .headingSide h2::after,
.sidebar .headingSide h3::after  {
    background: var(--gtheme1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height:2px;
    left:0;
    position: absolute;
    width:75px;
}
.sidebar .headingSide h1::before,
.sidebar .headingSide h2::before,
.sidebar .headingSide h3::before {
    background: var(--gtheme3) none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height:3px;
    left:0;
    position: absolute;
    width:115px;
}

.info-contact h3 {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:var(--gray3);
    display:block;
    margin-bottom:15px;
}






.error-page {
    text-align: center;
}

.error-page p {
    color: var(--gray3);
    font-size: 16px;
}

.error-page span {
    color:var(--gray3);
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-page span.error-page-title {
    color: var(--lblue2);
    font-size:200px;
    padding: 0px;
    line-height:160px;
    padding-bottom:0px;
    font-family: 'Montserrat', sans-serif
}
@media (max-width: 500px) {
    .error-page p {
        font-size: 12px;
    }

    .error-page span {
        font-size: 25px;
    }

    .error-page span.error-page-title {
        font-size: 140px;
    }
}




ul.listcontent {list-style-type: circle !important;}

.listcontent li {
    font-size: 16px;
    font-weight: bold;
    color: var(--gray3);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 22px;
}





.news-section{
    position: relative;
}

.news-section .sec-bottom-text{
    margin: 0;
}

.news-section .sec-title{
    margin-bottom: 75px;
}

.news-block{
    position: relative;
    margin-bottom: 30px;
    border-top: 10px solid var(--lblue2);
}

.news-block .inner-box{
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px var(--yellowrgba1);
    -moz-box-shadow: 0px 0px 35px 0px var(--yellowrgba1);
    box-shadow: 0px 0px 35px 0px var(--yellowrgba1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;


}

.news-block .inner-box:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 0px 35px 0px var(--yellowrgba3);
    -moz-box-shadow: 0px 0px 35px 0px var(--yellowrgba3);
    box-shadow: 0px 0px 35px 0px var(--yellowrgba3);
}

.news-block .image-box{
    position: relative;
}

.news-block .image-box .image{
    position: relative;
    margin-bottom: 0;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    top:-5px;
}
.news-block .image-box .image img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;

    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.news-block .inner-box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-block .date{
    position: absolute;
    left:-10px;
    top:-30px;
   text-align: center;
    padding: 5px;
    z-index: 10;

}

.news-block .date-last{
    position: absolute;
    right:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}
.news-block .date-last-two{
    position: absolute;
    right:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}

.news-block .date-last-tre{
    position: absolute;
    right:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}

@media only screen and (min-width: 992px) {
    .news-block .date-last-two {
        visibility: hidden;
        display: none;
    }
}


@media only screen and (max-width: 575px) {
    .news-block .date-last,
    .news-block .date-last-two {
        visibility: hidden;
        display: none;
    }

    .news-block .date{
        position: absolute;
        left:5px;
        top:-30px;
        text-align: center;
        padding: 5px;
        z-index: 10;

    }
}




.news-block .date img,
.news-block .date-last img,
.news-block .date-last-two img{
    width: 45px !important;
}


.news-block .read-more{
    position: absolute;
    color:var(--white);
    background:var(--lblue2);
    top: -30px;
    opacity: 0;
    right:10px;
    font-size:24px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    box-shadow: 0px 3px 8px 0px var(--blackrgba3);
}

.news-block .inner-box:hover .read-more{
    opacity: 1;
    top: -40px;
}

.news-block .read-more i {
    font-size: 32px;
}
.news-block .lower-content{
    position: relative;
    background: var(--white);
    padding: 15px 15px;
}

.news-block .lower-content h4{
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--gray3);
    word-break: break-word;
}

.news-block .lower-content h4 a{
    display: inline-block;
    color: var(--dblue2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.news-block .lower-content h4 a:focus,
.news-block .lower-content h4 a:hover{
    color: var(--lblue2);
}


.news-block .lower-content .text{
    color: var(--dblue2);
    margin-top: 15px;
}

.news-block .lower-content .text p{
    color: var(--dblue2);
}

.news-block .lower-content .post-info{
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid var(--f1f1f1);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.news-block .post-author{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-author img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.news-block .post-option{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-option .coments_count a{
    display: inline-block;
    color: var(--gray3);
}

.news-block .post-option .coments_count i{
    font-size:24px;
    margin-right: 7px;
    color:var(--lblue2);
}


.news-block .read-more-btn{
    background: var(--lblue2);
    font-size: 14px;
    min-height: 40px;
    padding: 0 23px;
    margin-top: 20px;
}




.activeIn { display: block !important }


.SG{
    margin: 0;
    padding: 0;
    text-align: left;
}
.SG .sgLi{
    display: inline-flex;
}

.SG .box{
    width: 100%;
    padding:10px;
    background: #fc0;
    box-sizing: border-box;
}



.df{
    list-type: none !important;
    list-style-type: none !important;
    margin-bottom: 10px;
}
.df li{
    list-type: none !important;
    list-style-type: none !important;
    margin-bottom:7px;
    padding-bottom:7px;
    margin-top:7px;
    border-bottom: 1px solid #ccc;
}

.df li:last-child{
    list-type: none !important;
    list-style-type: none !important;
    margin-bottom:7px;
    padding-bottom: 0px;
    margin-top:7px;
    border-bottom: 0px solid #ccc;
}



















.aboutCiec{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 100%;
}

.infoCiec {
    position: relative;
    z-index: 10;
}



#menuCircle {
    position: relative;
    text-align: center;
    width: 380px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menuCircle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left:0px;
    top: 0px;
    border: 3px solid #166131;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#menuCircle .Social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffe187;
    text-align: center;
    color: #111;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px 0px 35px 5px rgba(194, 145, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 35px 5px rgba(194, 145, 0, 0.75);
    box-shadow: inset 0px 0px 35px 5px rgba(194, 145, 0, 0.75);
}

#menuCircle .Social p {
    position: relative;
    top: 55px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
#menuCircle .Social a{
    color:var(--gray2);
}

#menuCircle .Social~.media {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

#menuCircle .media {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}


@media only screen and (min-width: 1400px) {
    #menuCircle .Social~.media {
        -moz-transform: scale(2.2);
        -webkit-transform: scale(2.2);
        -o-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2);
    }

    #menuCircle .media {
        -moz-transform: scale(2.2);
        -webkit-transform: scale(2.2);
        -o-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2);
    }
}

@media only screen and (max-width: 650px) {

    #menuCircle .Social~.media {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    #menuCircle .media {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    #menuCircle:before {
        border: 0;
        width:0;
        height: 0;
    }
    #menuCircle .Social {
        top: 51%;
        width: 125px;
        height: 125px;
    }
    #menuCircle .Social p {
        top: 45px;
        font-size: 16px;
    }

}







#menuCircle .Social~.media span {
    opacity: 1;
}

#menuCircle .media span {
    opacity: 1;
}

#menuCircle .media {
    width: 300px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*transition:.5s;*/
    /*border-radius:50%;*/
}

#menuCircle .media span {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #333;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    transform-origin: center 110px;
    opacity: 1;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
}

#menuCircle .media span p {
    text-align: center !important;
    font-size: 6px !important;
    line-height: 6px !important;
    top: 21px;
    left: 0px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
#menuCircle .media span a {
    color: #fff;
}

#menuCircle .media span .contentModal {
    display: none;
    visibility: hidden;
}



#menuCircle .media span:first-of-type,
#menuCircle .Social~.media span:first-of-type {
    transform: rotate(52deg);
}

#menuCircle .media span:first-of-type p,
#menuCircle .Social~.media span:first-of-type p {
    transform: rotate(-52deg) !important;
    top: 22px;
    left: 1px;
}

#menuCircle .media span:nth-of-type(2),
#menuCircle .Social~.media span:nth-of-type(2) {
    transform: rotate(102deg);
}

#menuCircle .media span:nth-of-type(2) p,
#menuCircle .Social~.media span:nth-of-type(2) p {
    transform: rotate(-102deg) !important;
    top: 27px;
    left: 0px;
}

#menuCircle .media span:nth-of-type(3),
#menuCircle .Social~.media span:nth-of-type(3) {
    transform: rotate(153deg);
}

#menuCircle .media span:nth-of-type(3) p,
#menuCircle .Social~.media span:nth-of-type(3) p {
    transform: rotate(-153deg) !important;
    top: 27px;
    left: 0px;
}

#menuCircle .media span:nth-of-type(4),
#menuCircle .Social~.media span:nth-of-type(4) {
    transform: rotate(204deg);
}

#menuCircle .media span:nth-of-type(4) p,
#menuCircle .Social~.media span:nth-of-type(4) p {
    transform: rotate(-204deg) !important;
    top: 21px;
    left: 0px;
}

#menuCircle .media span:nth-of-type(5),
#menuCircle .Social~.media span:nth-of-type(5) {
    transform: rotate(254deg);
}

#menuCircle .media span:nth-of-type(5) p,
#menuCircle .Social~.media span:nth-of-type(5) p {
    transform: rotate(-254deg) !important;
    top: 21px;
    left: -1px;
}

#menuCircle .media span:nth-of-type(6),
#menuCircle .Social~.media span:nth-of-type(6) {
    transform: rotate(306deg);
}

#menuCircle .media span:nth-of-type(6) p,
#menuCircle .Social~.media span:nth-of-type(6) p {
    transform: rotate(-306deg) !important;
    top: 26px;
    left: 1px;
}

#menuCircle .media span:first-of-type #menuCircle .media span:nth-of-type(2),
#menuCircle .media span:nth-of-type(3),
#menuCircle .media span:nth-of-type(4),
#menuCircle .media span:nth-of-type(5),
#menuCircle .media span:nth-of-type(6),
#menuCircle .media span:last-of-type {
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

#menuCircle .media span:first-of-type {
    background-color: #c74cc7;
}

#menuCircle .media span:first-of-type:hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #8e008e;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
}

#menuCircle .media span:nth-of-type(2) {
    background-color: #fda44a;
}

#menuCircle .media span:nth-of-type(2):hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #d76d00;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
}

#menuCircle .media span:nth-of-type(3) {
    background-color: #00e03b;
}

#menuCircle .media span:nth-of-type(3):hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #004c22;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
}

#menuCircle .media span:nth-of-type(4) {
    background-color: #91680e;
}

#menuCircle .media span:nth-of-type(4):hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #5c3f00;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
);
}

#menuCircle .media span:nth-of-type(5) {
    background-color: #eb1010;
}

#menuCircle .media span:nth-of-type(5):hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #930000;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
}

#menuCircle .media span:nth-of-type(6) {
    background-color: #3c3cff;
}

#menuCircle .media span:nth-of-type(6):hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #0041ff;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
}

#menuCircle .media span:last-of-type {
    background-color: #eed917;
}

#menuCircle .media span:last-of-type:hover {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #e0b509;
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
}





.list-links-ciec {
    margin: 0;
    display: block;
}

.list-links-ciec li {
    position: relative;
}


.list-links-ciec li::before {
    font-family: "Material Design Icons";
    content: "\F9DD";
    position: absolute;
    top: 6px;
    left: 0;
    font-size:28px;
    color: var(--gray3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.list-links-ciec li ul{
    display: block;
}


.list-links-ciec li ul li{
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:25px;
    border-bottom: 1px solid var(--blackrgba1);
}



.list-links-ciec li {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left:25px;
    border-bottom: 1px solid var(--blackrgba1);
}

.list-links-ciec li:last-child {
    border-bottom:0px solid var(--blackrgba3);
    margin-bottom:0px;
}

.list-links-ciec li,
.list-links-ciec li a {
    display: block;
    color: var(--gray3);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.list-links-ciec li:hover::before,
.list-links-ciec li:hover a {
    color: var(--dblue2);
}





.small {
    position: relative;
    top: -3px;
    left: 1px;
}






.aboutus-itens {
    margin-top:30px;
}



.aboutus-item {
    padding: 30px 40px 30px 40px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: transparent;
    background-image: linear-gradient(110deg,var(--lblue2) 0%,var(--dblue2) 100%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100% !important;

}


.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.aboutus-item .content-box h3 {
    color:var(--white);
    width: 100% !important;
    margin-top:0px;
    margin-bottom: 15px;
    font-size:24px;
    font-weight: 600;
    text-align: center;
}
.aboutus-item .content-box p {
    color:var(--white);
    margin-top:0px;
    margin-bottom:0px;
    font-size:16px;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
}

.aboutus-item .content-box p span {
    color:var(--white);
    width: 100% !important;
    display: block;
    margin-top:0px;
    margin-bottom:0px;
    font-size:16px;
    font-weight: normal;
    line-height: 1.1;
    text-align: left;
}



.aboutus-item .icon-main {
    background:transparent;
    position:relative;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.aboutus-item .icon-main img {
    width:120px;
    margin: auto;
}

.aboutus-item .overlay {
    z-index: 2;
    background: transparent;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.aboutus-item.bg-s1 {
    background-image: linear-gradient(110deg,var(--lblue2) 0%,var(--dblue2) 100%);
    background-size: 100% 100%;
}
.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg,var(--dblue2) 0%,var(--lblue2) 100%);
    background-size: 100% 100%;
}
.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg,var(--lblue2) 0%,var(--dblue2) 100%);
    background-size: 100% 100%;
}


.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3{
    background-size: 300% 300%;
    background-position: 150% 0% !important;
}



.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.link-btn {
    display: inline-block;
    font-size: 1.2rem;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--white);
    background: var(--dblue2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:  30px;
}

.link-btn.btn-inline {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
    color: var(--gray5);
}

.link-btn.btn-inline:before,
.link-btn.btn-inline:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: var(--gray5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.link-btn.btn-inline:before {
    width: 100%;
}

.link-btn.btn-inline:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    background: var(--dblue2);
}

.link-btn:focus,
.link-btn:hover {
    color: var(--white);
    background: var(--lblue2);
}

.essa {
    color: var(--dblue2) !important;
    font-weight: bold !important;
}





.servicesList{
    position: relative;
    margin-bottom: 30px;
    border-top: 0px solid var(--lblue2);
}

.servicesList .inner-box{
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px var(--yellowrgba1);
    -moz-box-shadow: 0px 0px 35px 0px var(--yellowrgba1);
    box-shadow: 0px 0px 35px 0px var(--yellowrgba1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;


}

.servicesList .inner-box:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 0px 35px 0px var(--yellowrgba3);
    -moz-box-shadow: 0px 0px 35px 0px var(--yellowrgba3);
    box-shadow: 0px 0px 35px 0px var(--yellowrgba3);
}

.servicesList .image-box{
    position: relative;
}

.servicesList .image-box .image{
    position: relative;
    margin-bottom: 0;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    top:-5px;
}
.servicesList .image-box .image img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;

    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.servicesList .inner-box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.servicesList .date{
    position: absolute;
    left:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}

.servicesList .date-last{
    position: absolute;
    right:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}
.servicesList .date-last-two{
    position: absolute;
    right:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}

.servicesList .date-last-tre{
    position: absolute;
    right:-10px;
    top:-30px;
    text-align: center;
    padding: 5px;
    z-index: 10;

}

@media only screen and (min-width: 992px) {
    .servicesList .date-last-two {
        visibility: hidden;
        display: none;
    }
}


@media only screen and (max-width: 575px) {
    .servicesList .date-last,
    .servicesList .date-last-two {
        visibility: hidden;
        display: none;
    }

    .servicesList .date{
        position: absolute;
        left:5px;
        top:-30px;
        text-align: center;
        padding: 5px;
        z-index: 10;

    }
}




.servicesList .date img,
.servicesList .date-last img,
.servicesList .date-last-two img{
    width: 45px !important;
}


.servicesList .read-more{
    position: absolute;
    color:var(--white);
    background:var(--lblue2);
    top: -30px;
    opacity: 0;
    right:10px;
    font-size:24px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    box-shadow: 0px 3px 8px 0px var(--blackrgba3);
}

.servicesList .inner-box:hover .read-more{
    opacity: 1;
    top: -40px;
}

.servicesList .read-more i {
    font-size: 32px;
}
.servicesList .lower-content{
    position: relative;
    background: var(--white);
    padding: 15px 15px;
}

.servicesList .lower-content h4{
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--gray3);
    word-break: break-word;
}

.servicesList .lower-content h4 a{
    display: inline-block;
    color: var(--dblue2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.servicesList .lower-content h4 a:focus,
.servicesList .lower-content h4 a:hover{
    color: var(--lblue2);
}


.servicesList .lower-content .text{
    color: var(--dblue2);
    margin-top: 15px;
}

.servicesList .lower-content .text p{
    color: var(--dblue2);
}

.servicesList .lower-content .post-info{
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid var(--f1f1f1);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.servicesList .post-author{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.servicesList .post-author img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.servicesList .post-option{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.servicesList .post-option .coments_count a{
    display: inline-block;
    color: var(--gray3);
}

.servicesList .post-option .coments_count i{
    font-size:24px;
    margin-right: 7px;
    color:var(--lblue2);
}


.servicesList .read-more-btn{
    background: var(--lblue2);
    font-size: 14px;
    min-height: 40px;
    padding: 0 23px;
    margin-top: 20px;
}






.list-links-ciec li ul li::before {
    font-family: "Material Design Icons";
    content: "\F142";
    position: absolute;
    top: 6px;
    left: 0;
    font-size:14px;
    color: var(--gray3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 767px) {
.modal-body img {
    width: 100%;
}
}




.pagerdress {
    height: 55px;
    padding: 15px 30px;
    font-weight: bold;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: var(--lblue1) !important;
}

.pagerdress:hover,
.pagerdress:focus {
    background: var(--lblue3) !important;
}

.pagerdress img {
    height: 60px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    width: 60px;
    background: #00cfef;
}


.pagerdress a {
    font-size: 15px;
    font-weight: bold;
    color: var(--white) !important;
    display: block;
}


.pagerdress a:hover {
    font-weight: bold;
    color: #333
}

.projetos-img-float img{
    float: left !important;
    border: 0px solid #ccc;
    padding: 15px;
    background: #fff;
}

.pagerdress i {
    position: relative;
    font-size: 24px;
    color: var(--white) !important;
}

.pagerdress span {
    top: -3px;
    position: relative;
    font-size: 15px;
    color: var(--white) !important;
}