/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */

.colegio_card img {
	    max-width: 75%;
}

.titleGroupTajetas h2 {
	    color: #002255 !important;
}


.posts__title {
	font-size:15px !important;
}

.card__headerTarjetas::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #4ebde9;
    border-radius: 3px 0 0 0;
}

.card--clean .card__headerTarjetas {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.card__headerTarjetas > h4 {
    font-size: 12px;
    color:#002255;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}

.card__headerTarjetas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    min-height: 40px;
    padding: 10px 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
    overflow: hidden;
    background-color: transparent;
}

.btn-xs {
    padding: 14px 15px !important;
    border-radius: 8px;
}

.table > thead > tr > th {
    color:#d8d8d8 !important;
    font-size: 9px !important;
}

.game-result__team-logo img{
	max-width: 90%;
	text-align:center;
	border-radius:10px;
}

.match-preview__team-info {
	display:none;
}

.btn-outline2{
    border-color: #4ebde9;
    background-color:#002255;
    color: #fff;
}

h6 {
	line-height:15px !important;
}

td.team-standings__team {
	width:150px !important;
}

.team-meta__info {
	width:150px !important;
}

.game-result__score-noJugado {
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #dedede;
}

.game-result__score-label-noJugado {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #71d064;
}

.content-filter__link::before {
    background-color: #319EFC;
}

.content-filter__item--active .content-filter__link::before {
    height: 10px;
    opacity: 1;
}

.content-filter__item--active {
    background-color: #fefefe;
}
.content-filter__item--active .content-filter__link {
    color: #319EFC;
}


.game-result__team-name {
        font-size: 14px;
}

.table > thead > tr > th  {
	color:#002255;
}

.card__header > h4 {
	color:#002255 ;
}

.card__header::before {
    background-color: #fff200;
}

.title-solo {
	padding: 20px 20px;
	background: transparent;
}

.title-solo h3 {
	color:#fff !important;
}

.colegio_card {
    float: center;
    width: 100%;
	min-height:200px;
	padding:20px 10px;
    text-align: center;
    margin-bottom: 0;
}

.page-heading__title .highlight {
    color: #fff14b;
}

.alc-embeded-player__inner::before {
	border-color: #fff14b !important;
}


/*  =========== */

body {
	background: #319EFC;
}

/* HEADER */
.header__top-bar {
    background-color: #001e4a;
}

.header--layout-3 .header__primary::after {
    background-color: #002255;
}

.header__primary-inner {
    background-color: #002255;
}

/* FIN HEADER */


.slick-prev::before, .slick-next::before {
    color: black;
}

.table-standings--full-soccer .team-standings__total-points {
    color: #31404b;
    font-weight: 800;
}


.alc-hero-slider__h--color-primary {
	color:#FFFE4A;
}

.ico-profile {
	float:left;
	width:20px;
	margin-right:10px;
}

.widget-game-matchFull {
	border: 1px solid #ccc;
	border-radius:10px;
	background-color:#fff;
	margin:30px 20px;
}

.widget-game-match {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}

.widget-game-matchMinuto {
	background-color:#002266;
	color:#fff;
	padding:10px;
	font-size:16px;
	border-radius:0px 0px 10px 10px;
	text-align:center;
}


.widget-game-result__date {
	color:#319EFC;
	font-size: 11px;
}

.widget-game-result__place {
	color:#808b95;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

.title-game-match {
	padding:20px 20px;
	background:#fff;
}


.posts--carousel-featured .posts__title {
    color: #000;
}

/* FOOTER */

.footer-widgets {
    background: #002255;
}

.footer-secondary {
    background-color: #001e4a;
}

.footer-secondary__inner {
    background-color: #001e4a;
}

.widget--footer .widget__title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 3.5em;
	margin-left: 3.5em;
}

.menu-footer {
	display:block;
	padding:5px;
}

.menu-footer a {
	text-decoration:none;
}



/* FIN FOOTER */