/* LOADER */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #2D634C;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* LOADER 4 */

.loader-4 {
    width: 70px;
    height: auto;
}

#loader-4 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #2D634C;
    margin: 0 5px;
    opacity: 0;
}

#loader-4 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {

    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

.popup {
    width: 480px !important;
    margin: 100px auto 0 !important;
}

.popup .close {
    margin: -15px -15px 0 0;
    opacity: 1 !important;
}

.overlay {
    background: rgba(38, 72, 124, 0.8);
}

.popupcarn {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999999;
    top: 0;
    left: 0;
}

.centropop {
    width: 582px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centropop .img-pop {
    width: 100%;
}

.fechar-pop {
    max-width: 100%;
    width: auto;
    height: auto;
    background-color: transparent;
    position: absolute;
    right: -25px;
    top: -15px;
    opacity: 1;
    cursor: pointer;
    ;
}

.eventos figure img {
    width: 100px;
    height: auto
}

.panel-destaque li {
    padding: 0;
    display: block;
    border: none;

}

.panel-destaque li:after {
    display: table;
    content: " "
}

.panel-destaque h2 {
    padding-bottom: 15px
}

.panel-destaque li:last-child hr {
    border: none;
}

.tipo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #515053;
    text-transform: capitalize;
}

.midia-container {
    color: #2D634C;
    background-color: #ffffff;
    border: 1px solid #E8E9E9 !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    height: auto;
}

.midia-container a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal !important;
    color: #2D634C;
    padding: 24px 15px;
}

.midia-container a img {
    margin-right: 3px;
}

.error {
    color: #ca3531;
    font-weight: bold;
}

.letter-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.letter-filter label {
    display: block;
    width: 29px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    background-color: #2B5A41;
    line-height: 35px;
    text-align: center;
    margin: .25rem;
}

.letter-filter label:hover {
    background-color: #3a7958;
}

.filter-result .content {
    border: 1px solid #e8e9e9;
    border-radius: 10px;
}

.filter-result .title {
    color: #426558;
    text-decoration: underline;
    border-bottom: 1px solid #e8e9e9;
}

.sidebar-slides {
    position: relative;
}

.sidebar-slides .slidesjs-navigation{
    visibility: hidden;
}

.consulta-etica.form-section{
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-top: 20px;
}

.consulta-etica.form-section label span{
    color: red;
}

.consulta-etica.form-section i{
    font-weight: normal;
    font-style: normal;
}

.consulta-etica.form-section .form-content{
    display: table;
    clear: both;
    padding: 15px 10px 30px;
}

.consulta-etica.form-section h2{
    background-color: #eeeeee;
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.consulta-etica.btn-container{
    margin-top: 20px;
}

.social-header{
    background-color: #28402c;
    height: 40px;
}

.social-header .container{
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.social-header .container div{
    width: 100%;
    max-width: 320px;
    height: 100%;
}

.social-header p{
    font-size: 14px;
    color: #72ca93;
}

.social-header ul li a{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #28402c;
    background-color: #72ca93;
    text-align: center;
    line-height: 25px;
}

.social-header ul li a i{
    font-size: 14px;
}

.btn-banner, .btn-default{
    font-size: 15px !important;
}

.sub-title{
    color: #757575;
    font-style: italic;
}

.inputPesquisa{
	border-radius: 5px;
	border-left: solid 5px #66cc99;
}
