/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

body {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

p {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Calibri, sans-serif;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}

#header .header-inner, #header #header-wrap {
/*    height: 80px;*/
    background-color: #4A4A49;
    -webkit-backface-visibility: hidden;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
}

#header.header-sticky .header-inner, #header.header-sticky #header-wrap {
    background-color: #4A4A49!important;
    transition: top .8s ease-in-out;
    position: fixed;
    top: -140px;
    box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
}

#mainMenu nav > ul > li > a {
    position: relative;
    font-family: Calibri, sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #ffffff;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}
#mainMenu nav > ul > li {
    float: left;
    border: 0;
    transition: all .3s ease;
    margin-left: 0px;
}
.active a {
    color: #4A4A49!important;
}
.menu1, .topo1, .background-yellow {
	background-color: rgb(255, 213, 0) !important;
}
.menu2, .menu2 ul li, .topo2, .background-blue, .background-blue ul li {
	background-color: rgb(105, 179, 231) !important;
}
.menu3, .menu3 ul li, .topo3, .background-brown, .background-brown ul li {
	background-color: rgb(181, 173, 165) !important;
}
.menu4, .menu4 ul li, .topo4, .background-purple, .background-purple ul li {
	background-color: rgb(221, 156, 223) !important;
}
.menu5, .menu5 ul li, .topo5, .background-green, .background-green ul li {
	background-color: rgb(137, 220, 101) !important;
}
#mainMenu nav > ul > li .dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-width: 230px;
    top: auto;
    background-color: #fff;
    border: 0;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 0px !important;
    left: auto;
    margin: 0;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-family: Calibri, sans-serif.
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
}

.owl-carousel.dots-creative .owl-dots .owl-dot span {
    opacity: 0.8;
    box-shadow: none;
    border-radius: 0;
    background-color: rgb(255, 213, 0);
    height: 4px;
    width: 30px;
}

a.btn:not([href]):not([tabindex]), .btn {
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #2250fc;
    border-color: #2250fc;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}


a:hover {
    color: #ffd400!important;
}

.heading-text.heading-section > h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #ffd400;
    bottom: -30px;
    left: 0;
    right: 0;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a:hover {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #444!important;
    font-weight: 600;
}

footer a:hover {
    color: #ffd400!important;
}

.post-navigation a:hover {
    color: #ffd400!important;
}


.item-link {
    color: #ffd400!important;
}

.item-link:hover{
    color: #333!important;
}

.submeter {
    background-color: rgb(137, 220, 101)!important;
    border:2px solid #fff!important;
    padding: 20px !important;
}

.topbar {
    padding: 8px;
    color: rgb(137, 220, 101)!important;
}

.topbar h5 {
    color: rgb(137, 220, 101)!important;
}

.topbar a:hover {
    color: #333!important;
}

#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: rgb(137, 220, 101);
    font-size: 13px;
    color: #fff;
}

.grid-filter li a {
    font-weight: 600;
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #565656;
    border-radius: 0px;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.portfolio-description h3 {
    color: #fed317 !important;
}

.form-group label:not(.error) {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 4px;
    color: #444;
    text-align: left;
}

.formtitulo {
    color: rgb(137, 220, 101)!important;

}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 25px 0;
    border-top: 1px solid #e3e3e3;
}

.grid li:hover {
    cursor: pointer;
    background-color: #ffffff;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active {
    color: rgb(255, 213, 0)!important;
    background-color: transparent;
    border-right: 2px solid rgb(255, 213, 0);
}

.tabs.tabs-vertical .nav-tabs .nav-link:hover {
    color: rgb(255, 213, 0)!important;
    background-color: transparent;
    border-right: 2px solid rgb(255, 213, 0);
}

.topbar-dropdown .title a {
    color: #747474;
}

.topbar-dropdown .title a:hover {
    color: #747474!important;
}

a.btn:not([href]):not([tabindex]) + .btn, .btn + .btn {
    margin-left: 0px;
}


.votos {
    background-color: rgb(105, 179, 231);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 0px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

a.btn:not([href]):not([tabindex]).btn-light, .btn.btn-light {
    background-color: #ffffff;
    border-color: #ebebeb;
    color: rgb(255, 213, 0);
}

.background-overlay-dark:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    min-height: 2000px;
}
.listtxt li{
    text-decoration: none;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}

.lead {
    font-size: 22px;
    line-height: 26px;
}
.box-fancy [class*="col-"] {
    padding: 4% !important;
}

.background-overlay-dark .heading-text h3, .background-overlay-dark .heading-text span {
    color: #fff !important;
}

.inspiro-slider .slide {
    background-position: 50% 20%;
    background-repeat: repeat-y;

    /*para video slide */
    background-size: cover;
    /*display: inline-block;*/
    /*para image slide */
    /*background-size: contain;*/
    display: table-cell;

    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}
/*para image slide */
/*#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    background-color: #0f1821;
    z-index: 1;
}*/
/*.slidecap, .videocap {
    position: absolute;
    top: 40%;
    left: 20%;
}*/
.slidecap {
    background: rgba(0,0,0,0.4);
}

@media only screen and (max-width: 991px) {
    .mainMenu-open #header #mainMenu {
        width: 100%;
        display: block;
        opacity: 1;
        overflow-y: hidden;
        padding: 0;
    }
    #header #mainMenu:not(.menu-overlay) > .container {
        padding: 0px !important;
    }
    #header[data-fullwidth="true"] .header-inner .container, #header[data-fullwidth="true"] #header-inner .container {
        padding: 0px !important;
    }
    #header #mainMenu:not(.menu-overlay) nav > ul > li {
        padding-left: 5px;
    }
    .videocap {
        position: absolute;
        top: 40%;
        left: 10%;
    }
    /*para image slide - mobile */
    /*.inspiro-slider .slide {
        background-repeat: no-repeat;
    }*/
}

.accordion .ac-item .ac-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion .ac-item ul {
    padding-left: 20px;
}
.accordion .ac-item ol {
    padding-left: 20px;
    list-style: upper-roman;
}
#page-content .project-description ul {
    margin: auto 20px;
    padding-bottom: 10px;
}
#page-title .page-title > h1 {
    font-family: Calibri, sans-serif;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 10px;
}
#page-title .page-title > h2 {
    font-family: Calibri, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}
.portfolio-item.no-overlay .portfolio-description p,
.portfolio-item.no-overlay .grid-description p,
.grid-item.no-overlay .portfolio-description p,
.grid-item.no-overlay .grid-description p {
    font-family: Calibri, sans-serif;
}
.portfolio-item.no-overlay .grid-description span,
.grid-item.no-overlay .portfolio-description span,
.grid-item.no-overlay .grid-description span {
    font-family: Calibri, sans-serif;
}
.portfolio-item.no-overlay .portfolio-description span {
    font-family: Calibri, sans-serif;
    color: #565656;
    font-size: 16px;
    font-weight: 800;
    line-height: 17px;
}

/* Eligibility Criteria */
.yes_no_btn:hover, .yes_no_btn:focus, .yes_no_btn:active, .yes_no_btn.active {
    background-color: #4a4a49 !important;
    border-color: #4a4a49 !important;
    color: #fed317 !important;
}
.question {
    padding-top: 8px;
}
.mark {
    color: #fff;
    padding: 4px 11px;
    width: 30px;
    text-align: center;
    display: inline-block;
}
.no_mark {
    background-color: #e80b0b;
    font-weight: bold;

}
.yes_mark {
    background-color: #89dc65;
    padding-left: 9px;
}
.number {
    background-color: #e4e4e4;
}
.number:hover, .number:active, .number.active{
    background-color: #fed317;
}
.alert.alert-success {
    background-color: #89dc65;
    border-color: #89dc65;
}
.alert.alert-success > p {
    color: #ffffff;
}
.alert.alert-warning {
    background-color: #fed317;
    border-color: #fed317;
}
.question .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0rem;
}
.question .alert > p{
    padding-left: 0;
}
/* END Eligibility Criteria */
