﻿.CardHome {
    background-color: #f5f5f5;
    border-color: dimgray;
    border-radius: 10px;
    padding-top: 5px;
    border-left: thick double #32a1ce;
}

.alert-primary {
    padding: 12px;
    border: unset;
    border-radius: 10px;
    padding-top: 5px;
    border-left: 2mm ridge rgba(55, 91, 162, .6);
    border-right: 2mm ridge rgba(55, 91, 162, .6);
}

.alert-warning {
    padding: 12px;
    border: unset;
    border-radius: 10px;
    padding-top: 5px;
    background-color: #fff8e1; /* fondo amarillo claro */
    border-left: 2mm ridge rgba(255, 193, 7, 0.6);  /* amarillo Bootstrap */
    border-right: 2mm ridge rgba(255, 193, 7, 0.6);
    color: #856404; /* texto marrón oscuro tipo warning */
}

.alert-info {
    padding: 12px;
    border: unset;
    border-radius: 10px;
    padding-top: 5px;
    border-left: 2mm ridge rgba(55, 120, 162, .6);
    border-right: 2mm ridge rgba(55, 120, 162, .6);
}

.alert-success {
    padding: 12px;
    border: unset;
    border-radius: 10px;
    padding-top: 5px;
    border-left: 2mm ridge rgba(55, 162, 65, .6);
    border-right: 2mm ridge rgba(55, 162, 65, .6);
}

.alert-danger {
    padding: 12px;
    border: unset;
    border-radius: 10px;
    padding-top: 5px;
    border-left: 2mm ridge rgba(162, 55, 55, .6);
    border-right: 2mm ridge rgba(162, 55, 55, .6);
}

.alert-secondary {
    padding: 12px;
    border: unset;
    border-radius: 10px;
    padding-top: 5px;
    border-left: 2mm ridge rgba(146, 146, 146, .6);
    border-right: 2mm ridge rgba(146, 146, 146, .6);
}

.ImageProfile {
    transition: 0.3s;
}

.ImageProfile:hover {
    transition: 0.3s;
    transform: scale(1.7);
}
.superponer {
    position: relative;
}

.roundbord {
    border-radius: 10px;
}

.animacion {
    transition: transform 0.25s;
    -webkit-transform: scale(1) translateX(0px);
    -moz-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    border-radius: 10px;
    z-index: 1;
}

.animacion:hover {
    background-color: #343c44;
    transition: 0.25s;
    border-radius: 10px;
    -webkit-transform: scale(1.05) translateX(13px);
    -moz-transform: scale(1.05) translateX(13px);
    -ms-transform: scale(1.05) translateX(13px);
    -o-transform: scale(1.05) translateX(13px);
    transform: scale(1.05) translateX(10px);
    z-index: 1;
}

#b {
    position: relative;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    opacity: 0.9;
    z-index: 100000;
    animation: fadeIn 1s;
}

#p {
    position: absolute;
    top: 8%;
    right: 0%;
    position: fixed;
    height: 20%;
    width: 20%;
    z-index: 100001;
    transition-property: opacity, left, top, height;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 100%;
        width: 20%;
    }
}

#b55 {
    position: relative;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    z-index: 100000;
    animation: fadeIn 1s;
}

#p55 {
    position: absolute;
    bottom: 5%;
    right: 2%;
    position: fixed;
    z-index: 100001;
    transition-property: opacity, left, top, height;
    animation: fadeIn 1s;
}

#b55PG {
    position: relative;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    z-index: 100000;
    animation: fadeIn 1s;
}

#p55PG {
    position: absolute;
    bottom: 11%;
    right: 3%;
    position: fixed;
    z-index: 100001;
    transition-property: opacity, left, top, height;
}

#img {
    transition: transform .5s;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg) scale(1.0);
}

#img:hover {
    transition: transform .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg) scale(1.1);
}

#imgPG {
    transition: transform .3s;
    transform: scale(1);
}

#imgPG:hover {
    transition: transform .3s;
    transform: scale(1.2);
}

#canvas1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    pointer-events: none;
}

.tableCampus{
	background-color: #6d88a6; 
	font: bold; 
	color: white;
}
