/* Aaron Berrios desde aqui: */
.navbar-horizontal .navbar-brand img {
    max-width: 260px;
    height: auto;
}
#dimensiones .card-header {
    background-color: #DFDFDF;
}
#dimensiones .card-header, #dimensiones .card-body {
    padding:  .7rem;
}
#dimensiones .card-footer {
    padding:  .5rem;
}
.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
#dimensiones p {
    font-size: .9em !important;
    line-height: 1.2em !important;
}
.btn-dark-2 {
    color: #fff;
    border-color: #666;
    background-color: #666;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.bg-info-2 {
    background-color: #add2d9 !important;
}
.bg-primary-2 {
    background-color: #7dabb3 !important;
}
.texto-oscuro .text-white,
.texto-oscuro .navbar-dark .navbar-nav .nav-link {
    color: #333 !important;
}
.texto-oscuro a.text-white:hover, a.text-white:focus {
    color: #666 !important;
}
/******* SECCION EVALUAR *******/
#fondo {
    position: fixed;
    z-index:-1;
    width:100vw;
    height:100vh;
	top:0px;
}
.logo-colegio {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    object-fit: cover;
    background-color: #FFF;
}
.consol {
    border-radius: 7px;
    background-color: rgba(255,255,255,.7);
}
.dimension {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    transition: all .3s;
    cursor: pointer;
    padding: 10px;
    position: relative;
}
.dimension:hover {
    transform: translateY(-15px);
    box-shadow: 0px 15px 15px rgba(0,0,0,.3);
}
.dimension p {
    color: #FFF;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0px;
}
.dimension2 {
    width: 160px;
    height: 160px;
    font-size: 85%;
}
.dimension3 {
    width: 120px;
    height: 120px;
    font-size: 65%;
    opacity: .6;
}
.subdimension {
    width: 190px;
    height: 190px;
    font-size: 90%;
    background-color: #FFF;
    opacity: .6;
    position: relative;
}
.subdimlink.activo .subdimension {
    opacity: 1;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.accion {
    width: 150px;
    height: 150px;
    font-size: 70%;
    background-color: #FFF;
    opacity: 1;
    position: relative;
}
.dimension2:hover, .dimension3:hover, .subdimension:hover, .subdimlink.activo:hover .subdimension {
    transform: translateY(-10px);
    box-shadow: 0px 10px 10px rgba(0,0,0,.3);
    opacity: 1;
}
.accion:hover {
    transform: translateY(-7px);
    box-shadow: 0px 7px 7px rgba(0,0,0,.3);
    opacity: 1;
}
.subdimension p, .accion p {
    color: #333;
}
.titulos {
    margin: 1em 0;
    font-weight: 400;
    font-size: 1.5em;
}
.acordiones {
    display: none;
}
.punt {
    position: absolute;
    bottom: 12px;
    height: 30px;
    width: 130px;
    text-align: center;
    font-size: 1.5em;
}
.punt .badge {
    white-space: initial;
    text-transform: initial;
    font-weight: 400;
}
.punt .badge-secondary {
    color: #333;
}
.dimension:not(.dimension2):not(.dimension3):not(.subdimension):not(.accion) .punt {
    bottom: 20px;
}
.dimension3 .punt {
    bottom: 5px;
}
.porcestand {
    position: absolute;
    left: -45px;
    top: 2px;
    width: 60px;
    height: 60px;
    background: #FFF;
    border: solid 2px #CCC;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
}
.esquina {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    min-width: 50px;
    line-height: 20px;
    text-align: center;
}
.porcestand .esquina {
    top: 60px;
}
/*
.dimension:not(.subdimension):not(.porcestand) .esquina i {
    text-shadow: 0 0 3px #000;
}
*/
/*.esquina*/ i.fa-check-circle {
    color: #777;
}
.esquina i.fa-star {
    color: gold;
    text-shadow: 0 0 3px #000;
}
.mascara {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.crece {
    position: absolute;
    right: 0px;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0,0,0,.09),
        rgba(0,0,0,.09) 5px,
        rgba(0,0,0,.13) 5px,
        rgba(0,0,0,.13) 10px
    );
}
@media (min-width: 768px) {
	.concuchara {
		height: 99vh !important;
		padding-top: 15vh !important;
	}
}
@media (max-width: 767px) {
    .overhidden {
        overflow: hidden;
    }
}