<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Roboto:400,500,700');
@font-face {
	font-family: "lovelo";
	src: url("../fonts/Lovelo Line Bold.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "Trajan Pro";
	src: url(../fonts/trajan_pro/trajan_pro.ttf) format("truetype");
	src: url('../fonts/trajan_pro/trajan_pro.eot') format('embedded-opentype'), 
	   url('../fonts/trajan_pro/trajan_pro.woff') format('woff'), 
	   url(../fonts/trajan_pro/trajan_pro.ttf) format("truetype"), 
	   url('../fonts/trajan_pro/trajan_pro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------Margenes----------------------- */
.my-6{
   margin-top: 6rem;
   margin-bottom: 6rem;
}
/* -------------------------------------------------------------------- */
html{
    min-height: 100%;
    position: relative;
}

header
{
	width: 100%; 
	height: 147px;
	background-color: #18386b;
	background-repeat: no-repeat;
	min-height: 147px;  
	border-bottom: 7px solid rgb(210, 169, 45);
	text-align: center;
}

body
{
	background-image: url( '../imagenes/pixel_weave.png' );
    background-repeat: repeat;
    
}


.h1{
	font-size: 1.8em;
	font-family:"Trajan PRO";
	/* font-weight: bold; */
	padding: 0, 25px;
}
h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

/* h5
{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
} */

.fa-question-circle{
    font-size: 1.4rem;
}

.fa-question-circle:hover{
    cursor: help;
}

.help-content{
    position: relative;
}

.help{
    position: absolute;
    max-width: 600px;
    bottom: 0;
}

a
{
	text-decoration: none;
	/* color: #4c4c4c;
	border-bottom: 1px dashed #4c4c4c; */
}

p
{
    
	line-height: 170%;
	text-align: justify;
}

.principal
{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .50);
	background-color: #ffffff;
    padding: 0px;
}

.listas
{
	list-style-type: circle;
	font: 15px 'trebuchet MS', 'lucida sans';
}

.control-label
{
	font-weight: normal;
}

.acceso
{
	border:1px solid #c5c5c5; 
	border-radius:15px;
}

footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 70px; 
	background-color:rgb(24, 56, 107);
	border-top:10px rgb(210, 169, 45) solid;
}
.parrafo{
	padding: 30px;
	font-size: 16px;
	background-color: rgba(48, 114, 172,0.1);
	border-radius: 10px;
	margin-top: 5px;
}  
.parrafo1{
	padding: 0px 20px;
	font-size: 16px;
	margin-top: 5px;
}
.hr{
	border: 0.5px dashed;
	background-color: rgba(48, 114, 172,0.1);
}
.directrices, .test{
	cursor: pointer;
}

.borderBottom{
	border-bottom: 1px solid rgb(233, 236, 239);
}
.tooltip_templates { display: none; }

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


/* ------------------------------------ ESTILOS REDISEÃ‘O ------------------------------------ */

.nota{
    font-size: 18px;
    font-weight: 600;
}
.is-sticky{
    width: 100% !important;
}

.sticky-wrapper{
    height: auto !important;
}
.is-sticky &gt; .navbar.navbar-expand-md{
    width: 100% !important;
}
.navbar.navbar-expand-md{
    z-index: 1000 !important;
}


th{
    padding: 5px 15px !important;
}

td{
     padding: 5px 15px !important; 
   /*  padding: 5px 5px !important; */
}

.table-bordered &gt; thead th, .table-bordered &gt; tbody td{
    border: 1px solid #bbbbbbcb !important;
}

.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link{
    color: #3a3a3a;
    font-weight: 700;
    background: #D8AB3C ;
}

.error{
    background:rgb(216, 63, 76);
    color: white !important;
}

.txt-primary&gt;a{
    /* color: #454545; */
	color: rgb(194, 142, 12);
}

.bg-smoke{
    background:#f2f3f886 !important;
    /* background: whitesmoke !important; */
    
    /* background:#d8e2f1 !important; */
}

.bg-muted{
    background:#f1f1f1 !important;
}
.aviso-nav&gt;div&gt;i
{
    font-size: 2rem;
    margin-left:0.8rem;
}

.aviso-nav&gt;div&gt;i
{
    font-size: 2rem;
    margin-left:0.8rem;
}

.ico-2{
    font-size: 1.3rem;
}
.fnt-trajan{
    font-family: 'Trajan Pro', sans-serif;
    
}

.titulo{
    font-size: 1.4rem;
    font-weight: 700;
}

.invalid{
    background:  #D52B2B !important;
    color: white !important;
    border-color: #7e2020  !important;
    font-weight: 700;
}

.btn-primary:focus { 
    /* border-color: #66afe9;  */
    outline: none !important; 
    /* -webkit-box-shadow: none !important; 
    box-shadow:none !important;  */
    -webkit-box-shadow: 0px 0px 3px 2px  rgb(241, 196, 82)!important;
    -moz-box-shadow: 0px 0px 3px 2px  rgb(241, 196, 82)!important;
    box-shadow: 0px 0px 3px 2px  rgb(241, 196, 82)!important;
    /* border-color : #cc9f2c  !important; */
} 

.btn-primary{
    background: #D8AB3C  !important;
    color: #363636 !important;
    border-color : #D8AB3C    !important;
    font-weight: 600;
}

.btn-primary:hover{
    background: rgb(241, 196, 82)  !important;
}


.btn-primary-2{
    background: #18386b !important;
    color: #f7f7f7 !important;
    /* border-color : #cc9f2c  !important; */
    font-weight: 600;
}

.btn-primary-2:hover{
    background: rgb(32, 78, 153)  !important;
    
}

.bg-primary-2
{
    background: rgb(42, 68, 124) !important;
}

.btn-outline-primary{
    /* background: #234b7a !important; */
    
    /* border-color : #bd9227  !important; */
    /* color: #bd9227    !important; */
}

.btn-outline-primary:hover{
    /* background: rgb(37, 95, 167) !important; */
    /* background: #D8AB3C    !important; */
    /* color: #363636 !important; */
}
.text-danger{
    color: rgb(230, 48, 48)!important;
}

.text-success-2{
    /* color: rgb(194, 142, 12) !important; */
    color: rgb(0, 157, 113) !important;
    font-weight: 700;
}
.btnpregunta{
    
}
.btnpregunta:hover{
    background-color: rgba(24, 56, 107, 0.1);
}
.text-success-3{
    color: rgb(194, 142, 12) !important;
    font-weight: 700;
}

.text-primary-2{
    color:rgb(24, 56, 107) !important ;
}
.require::after{
    content: "*";
    color: rgb(238, 68, 68);
}

.alert-text{
    font-size: 2rem !important;
    /* font-weight: 700; */
}

.v-middle{
    vertical-align: middle !important;
}

.margin-expand{
    margin-left: 8%;
    margin-right: 8%;
}

.margin-expand-sm{
    margin-left: 4%;
    margin-right: 4%;
}

.nav.nav-pills &gt; a.nav-link:not(.active){
    transition: background-color 0.3s;
}
.nav.nav-pills &gt; a.nav-link:not(.active):hover{
    background: rgba(216, 172, 60, 0.3);
}

.dropdown-item{
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-item:hover{
    background: rgba(216, 172, 60, 0.3) !important;
}

.btn-eval{
    display: none;
}

#datosAcceso{
    display: none;
}

.custom-file&gt;.custom-file-label{
    font-weight: 700 ;
}
.directrices{
    color: rgb(61, 161, 207);
}

#navArchivosSistema &gt; a.active
{
    background:#f2f3f886 !important;
    border-bottom: 2px solid #f8f9fa!important;
}

#datosDocente li{
    list-style: none;
}
@media screen and (max-width:800px)
{
    .margin-expand{
        margin-left: 0;
        margin-right: 0;
    }
    .nav-pills
    {
        border-right: none !important;
    }


    .usuario{
        font-size: 1rem !important;
    }
}

.dudas {
    width: 100%;
    max-width: 400px;
    border-radius:15px;
    box-shadow: 0 4px 8px rgb(210, 169, 45);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.dudas:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}</pre></body></html>