/* Logo Left position */

#site-logo a img {
    max-height: 100%;
    max-width: 100%;
    margin-left: 50px;
    margin-top: -15px;
}

/* Line and Menu Yellow Color */
ul.tab-list li a:hover,
ul.member-list li a:hover {
  color: #ffd24f;
}

ul.tab-list li a.visible, ul.tab-list li a.flex-active, ul.member-list li a.visible, ul.member-list li a.flex-active {
    border-bottom: 1px solid #ffd24f;
}

ul.tab-list, ul.member-list {
    border-bottom: 1px solid #FFD24F;
}

/* Button Yellow Color */
.button.theme:hover {
    background: #FFD24D !important;
}

.button.theme {
    border-color: #FFD24D !important;
}

/* Underline Yellow Color */

.heading1.separator .title::after, .heading2.separator .title::after {
    background: #FFD24D;
}

/* New block Yellow Color */

.entry-terms.multi-color .news_category, .entry-terms.multi-color .category {
    background-color: #FFD24D;
}


/* Title Area Color */

#title-area {
    background: #ffd24f;
        background-position-x: 0%;
        background-position-y: 0%;
}


/* submenu color yellow */

.widget.widget_nav_menu ul li.current_page_item > a {
    background: #fed34e;
}


.top-of-page a:hover, .post-list .byline a, .post-list .byline a:active, .post-list .byline a:visited, #content .hentry h2.entry-title a:hover, .entry-meta span i, .read-more a, .loop-nav a:hover, .sidebar li > a:hover, .sidebar li:hover > a, #sidebars-footer .widget_text a.small, #sidebars-footer .widget_text a.small:visited, #home-intro h2 span, .team-member:hover h3 a, .post-snippets .hentry .entry-title a:hover {
    color: #fed34e;
}

ol {margin:0 0 40px 0 !important;}


.widget.widget_nav_menu ul li.current_page_item > a {
  line-height: 28px;
}

/* Sidebar Menu text color and bold WIDGET */

.widget.widget_nav_menu ul li.current_page_item > a {
    background: transparent;
    color: #00833e;
    padding: 0;
  font-weight: lighter;
}

.top-of-page a:hover, .post-list .byline a, .post-list .byline a:active, .post-list .byline a:visited, #content .hentry h2.entry-title a:hover, .entry-meta span i, .read-more a, .loop-nav a:hover, .sidebar li > a:hover, .sidebar li:hover > a, #sidebars-footer .widget_text a.small, #sidebars-footer .widget_text a.small:visited, #home-intro h2 span, .team-member:hover h3 a, .post-snippets .hentry .entry-title a:hover {
    color: #00833e;
}



.so-panel ul, .so-panel li, .so-panel li:hover {
    list-style-type: circle;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

ul.a {list-style-type: circle;}


a:hover {
    color: #f3c700;
}

a, a:active, a:visited {
    color: #098446;
}


/* Title background color */

#title-area {
    background: #008445;
}


.timeline-item::before {
    background: #008347;
}

.course-details .header, .staff-details .header, .department-details .header {
    background: #f3c700;
}


/* TEXT BOX */

.image-info .image-info-buttons {
    display: block;
    position: relative;
    top: 0;
    z-index: 100;
    margin-top: 50px;
}


.image-info {
    display: block;
    z-index: 120;
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    opacity: 1;
}

.dropdown-menu-wrap ul.sub-menu li a {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 10px 20px;
}


.square {
list-style-type: square;
margin-left: -2em;
}

.so-panel ul, .so-panel li, .so-panel li:hover {

    list-style-type: circle;
    margin: 20px;
    padding: 0;
    border: none;
    background: none;

}


/* News Bottom Color */

.post-snippets .byline {

    color: #F8F7F7;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    margin: 0;
    padding: 12px 30px;
    border-top: 1px solid #eee;
    background: #F8F7F7;

}

/* Gerencia de Matricula Section */


p.title-gerencia {
  
    font-family: "Crimson Text", serif;
		font-size: 72.1667px;
		font-style: normal;
		font-weight: 400;
    color: #000;
		letter-spacing: -1.44333px;
     text-align: center;
}



.big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.small {
	font-size: 13px;
}



.button:hover, .button.default:hover, .button.black:hover, .button.blue:hover, .button.cyan:hover, .button.green:hover, .button.orange:hover, .button.pink:hover, .button.red:hover, .button.teal:hover {
    color: #fff !important;
    background-color: #f8d03f !important;
    border-color: #f8d03f !important;
    background-image: none;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}



/* Banner Gerencia deportiva */
.so-widget-lsow-hero-image-default-cfb90a810367 .lsow-hero-header {
    padding-top: 100px;
    padding-bottom: 350px;
}


.wpforms-form button[type=submit] {
    background-color: #3ab515 !important;
    border-color: #3ab515 !important;
    color: #fff !important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #318c16 !important;
}