﻿.logo {
    background-image: url('../img/LOGO_CEU_UCH.png');
    background-repeat: no-repeat;
    width: 360px;
    height: 120px;
    background-size: contain;
}

.bg-gray {
    background: #f3f5fb;
}

.no-border-top{
    border-top: none !important;
}

.separator {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0px;
}

.btn-primary {
    color: #fff !important;
    background-color: #2c4396 !important;
    border-color: #293f8d !important;
}

.nav-link.active {
    color: #fff !important;
    background-color: #2c4396 !important;
    border-color: #293f8d !important;
}

a {
    color: #2c4396 !important;
}

.nav-tabs a {
    pointer-events: none;
}

.td-head{
    background: #293f8d;
    color : #fff;
    font-size: 1rem;
    font-weight: bold;
}
.td-head-mounth{
    background: #5e5e5e;
    color : #fff;
    font-size: 1rem;
}

.header {
    background: url('../img/header.jpg') no-repeat;
    background-size: cover;
}



.short {
    width: 65% !important;
}

.has-error {
    border: 1px solid red !important;
}

td {
    padding: 0.30rem !important;
}

.print, .none {
    display:none;
}

.font-xs{
	font-size:.9rem;
	font-weight:bold;
}

@media (min-width: 768px) {
    .two-columns {
        column-count: 2;
        column-gap: 40px;
    }
}

@media (max-width: 768px) {
    #tablist, .smallicon {
        display: none !important;
    }
}

.flex{
	display: flex;
}

.box-profile-1, .box-profile-2, .box-campus-1, .box-campus-2, .box-campus-3{
	padding:2rem;
	margin:1rem;
	border:solid 2px lightgray;
	border-radius: 0.5rem;
}

.box-profile-1, .box-profile-2{
	width:50%;
}

.box-campus-1, .box-campus-2, .box-campus-3{
	width:33%;
}

.box-profile-1:hover, .box-profile-2:hover, .box-campus-1:hover, .box-campus-2:hover, .box-campus-3:hover{
	cursor:pointer;
	border:solid 2px darkgray;
	box-shadow:1px 1px gray;
}

.img-profile{
	width:10vw;
}

p{color:black}

.h1, h1 {
    font-size: 2rem !important;
}