﻿body {
}


/*==============================================Cuadros de mensajes INI===========================================================*/

.msgEscolar {
    width: 36px;
    height: 50px;
    float: left;
    position: relative;
    top: 6px;
    background: url(../Imagenes/iconosSIIAEscolar.png) no-repeat;
}

.icono-tip {
    background-position: 0 -120px !important;
}

.tip {
    padding: 10px 15px 15px 25px;
    color: #2e5014;
    background: #d5efc2;
    margin-left: 21px;
}

.icono-info {
    background-position: 0 0px !important;
}

.info {
    padding: 10px 15px 15px 25px;
    color: #31708F;
    background: #D9EDF7;
    margin-left: 21px;
}

.icono-warning {
    background-position: 0 -180px !important;
}

.warning {
    padding: 10px 15px 15px 25px;
    color: #8A6D3B;
    background: #FCF8E3;
    margin-left: 21px;
}

.icono-danger {
    background-position: 0 -60px !important;
}

.danger {
    padding: 10px 15px 15px 25px;
    color: #A94442;
    background: #F2DEDE;
    margin-left: 21px;
}


/*==============================================Cuadros de mensajes FIN===========================================================*/

.card-primario > .card-header {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.card-primario {
    border-color: #337ab7;
}


.btn-primario {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-proyecto {
    height: 120px;
}



.shadow-sm {
    box-shadow: $box-shadow-sm !important;
}

.shadow {
    box-shadow: $box-shadow !important;
}

.shadow-lg {
    box-shadow: $box-shadow-lg !important;
}

.shadow-none {
    box-shadow: none !important;
}

.FondoEscudo {
    background-image: url(../Imagenes/Escudo2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/*.confetti-container {
    top: 0;
    left: 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 400px ) !important;
}*/

.contenedor-confetti {
    left: 0;
    position: fixed;
    right: 0;
    top: -160px;
    z-index: -100;
}

.titulo {
    text-shadow: 2px 2px #ACACAC;
    font-size: 40px;
    font-weight: bold;
    color: #897D51;
    /*font-family: 'maiandra GD';*/
    font-family: 'Raleway';
}

.textoAzul {
    font-size: large;
    font-weight: bold;
    color: #4472C4;
}

.textoGris {
    text-shadow: 1px 1px #CCCCCC;
    color: #7F7F7F;
}



/*====================================Estilos de los card con iconos============================================*/

.iconoCard {
    border-radius: .75rem;
    margin-top: -1.5rem !important;
    position: absolute !important;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-left: -1.5rem !important;
    color: white;
}

    .iconoCard i {
        margin-top: 30% !important;
        font-size: 20px;
    }

.iconoCard-rojo {
    background-image: linear-gradient( 195deg,#ec407a,#d81b60);
}

.iconoCard-negro {
    background-image: linear-gradient( 195deg,#42424a,#191919);
}

.iconoCard-azul {
    background-image: linear-gradient( 195deg,#49a3f1,#1a73e8);
}

.iconoCard-verde {
    background-image: linear-gradient( 195deg,#66bb6a,#43a047);
}

.iconoCard-amarillo {
    background-image: linear-gradient( 195deg,#E7F726,#C8C80B);
}



/*====================================Estilos de los card con iconos============================================*/

/*=================================Botones totales======================================*/
.btnTotal {
    width: 100px;
    height: 100px;
    padding: 25px 10px;
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
}
/*=================================Botones totales======================================*/
/*====================================INICIO Estilos de los box============================================*/

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box .icon {
        color: rgba(0,0,0,.15);
        z-index: 0;
    }

.bg-info, .bg-info > a {
    color: #fff !important;
}

.bg-success, .bg-success > a {
    color: #fff !important;
}

.bg-warning, .bg-warning > a {
    color: #1f2d3d !important;
}

.bg-secondary, .bg-secondary > a {
    color: #fff !important;
}

.bg-danger, .bg-danger > a {
    color: #fff !important;
}

.small-box > .small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box .icon > i {
    font-size: 80px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}


.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

/*====================================FIN Estilos de los box============================================*/
