@charset "utf-8";
@import url("xxl-grid.css");

/*------------------------------------------------------------------
[ RESET ]
-------------------------------------------------------------------*/

* {
    margin: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
a,
img,
strong,
sub,
b,
u,
i,
ul,
ol,
li,
form,
label {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

a:active,
a:hover,
a:focus,
input:active,
button:active,
button,
textarea:focus,
input:focus,
ins {
    text-decoration: none;
    outline: 0;
}

a img {
    border: none;
    cursor: pointer;
}

input,
select,
button,
textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button[disabled],
input[disabled] {
    cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

:root {
    --bg-color: #FAFAFA;
    --bg-secundary: #F5F5F5;
    --bg-tertiary: #DDDCE1;
    --primary-color: #5a6b7e;
    --secundary-color: #9a242f;
    --border-primary: #eaf0f7;
    --border-secundary: #e2ebf7;
    --color-primary: #3c4858;
    --color-secundary: #242338;
}


/*------------------------------------------------------------------
[ LAYOUT ]
-------------------------------------------------------------------*/

body,
html {
    font-size: 100%;
    min-height: 100%;
    sx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body {
    background: var(--bg-color);
    background: #FFF;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
    min-height: 100%;
}


/*-------------------------------------
                                      |
           PLANTILLA                  |                            
                                      |
-------------------------------------*/

header {
    background-color: #FFF;
    border-bottom: #d9d9d9 solid 1px;
    padding: .5% 0;
}

header img {
    padding: 2% 0;
}


/*
.bg-menu {
    background-color: #0045B2;
    background-color: #1869cc;
    background-color: #f24553;
    background-color: #F00;
    background-color: #d12c32;
    background-color: #d64146;
}

.navbar {
    padding: 0 1rem;
    border: none;
    border-radius: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar i {
    margin-right: .2rem;
    min-width: 20px;
}

.navbar .navbar-nav .nav-link {
    color: #FFF;
    padding: 1rem;
}

.navbar .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar .navbar-nav>.active>a {
    background: #FC9095;
}

.navbar-toggler {
    margin: .7rem .1rem;
}

@media screen and (max-width: 576px) {
    .dropdown-menu {
        background: inherit;
        border: none;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu .dropdown-item {
        color: #FFF;
        padding: .5rem;
    }
    .navbar .fa {
        margin-right: .2rem;
    }
}
*/

.navbar {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .2);
    padding: 0 1rem;
}

.navbar-light .navbar-nav .active>.nav-link {
    /*color: var(--primary-color);*/
    text-decoration: none;
    border-top: 4px solid #215b61;
    color: #215b61;
    border-top: 4px solid #b90211;
    color: #b90211;
    border-top: 4px solid #ffc107;
    color: #ffc107;
    border-top: 4px solid #7d2a2b;
    color: #7d2a2b;
    border-top: 4px solid #0c3a6f;
    color: #0c3a6f;
    border-top: 4px solid #cf7247;
    color: #cf7247;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 69px;
    padding: 0 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

#collapsibleNavbar .navbar-nav .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

#nav-space {
    width: 100%;
    height: 90px;
    margin-bottom: 2rem;
}


/*Debe ser un div NO SECTION(float)*/

.contenido {
    background: #FFFFFF;
    background: #f4f7fa;
    background: #FCFCFC;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -206px;
    margin: 0 auto -106px;
    overflow: visible;
    padding-bottom: 50px;
    padding-bottom: 35px;
    width: 100%;
}

footer,
.push {
    min-height: 186px;
    min-height: 116px;
}

footer {
    background: #F7F7F7;
    background: #F8F9FA;
    background: #F2F2F2;
    background: #FFF;
    background: var(--bg-secundary);
    color: #4d4d4d;
    color: #b3b3b3;
    padding: 20px 0 0;
    //padding: 35px 0 0;
    //border-top: #d9d9d9 solid 1px;
}

footer [class^='col-'] {
    background: none;
}

footer .btn {
    background: #5f6368;
    color: #FFF;
}

footer .btn:hover {
    background: #1B3EB3;
    color: #FFF;
}

footer a {
    color: #5f6368;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 22px;
}

footer span.octicon {
    color: #202124;
    color: #1B3EB3;
    margin-right: 5px;
}

footer .fab {
    background: #4d4d4d;
    color: white;
    padding: 20px;
    padding: 10px;
    font-size: 30px;
    font-size: 15px;
    width: 70px;
    width: 35px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    margin: 5px 2px;
}

footer .fab:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
}

footer .fa-facebook-f:hover {
    background: #3B5998;
}

footer .fa-twitter:hover {
    background: #55ACEE;
}

footer .fa-instagram:hover {
    background: #125688;
}

footer .fa-youtube:hover {
    background: #bb0000;
}


/*-------------------------------------
                                      |
           CUSTOM                      |                            
                                      |
-------------------------------------*/

.container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 1350px;
    padding: 0 15px;
}

.row {
    background: none;
    margin-left: 0;
    margin-right: 0;
}

h1,
h2,
h3,
h4 {
    color: #4d4d4d;
}

.btn-primary {
    background: #1B3EB3;
    border-color: #1B3EB3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #15318e;
    border-color: #15318e;
}

.liga {
    color: #007bff;
    color: #0056B3;
    color: #1B3EB3;
    text-decoration: none;
}

.liga:hover {
    color: #0056B3;
    text-decoration: underline;
}

.mt30px{
    margin-top:30px;
}

.cnie-autoria{
    margin-top: .25rem;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
}
.cnie-autoria span{
    color: #32325d;
    display: inline-block;
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.5;
    width: 100%;
}
.cnie-autoria small{
    color: #525f7f;
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    width: 100%;
}
.cnie-autoria button{
    cursor: pointer;
    font-size: .75rem;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
    margin-top: 10.5px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}
.cnie-autoria button:hover{
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
        border-left-color: rgb(238, 238, 238);
        border-left-width: 1px;
    border-left-width: 1px;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4{
    font-size: 15px;
}
.bs-callout-primary{
    border-left-color: #CD171E;
}

.modal-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, .13);
}

.modal-item:last-child {
    padding: 15px 0;
    border-bottom: none;
}

.inputEvaluacion{    
    padding: 0 15px;
    width: 65px;
}

.tituloEvaluacion{
    color: #4d4d4d;
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

/*-------------------------------------
                                      |
            LOGIN                     |                            
                                      |
-------------------------------------*/

#box-login {
    background: #F5F5F5;
    background: -webkit-linear-gradient( top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin: 30px auto 50px;
    min-height: 100px;
    position: relative;
    z-index: 1;
}

#box-login .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-color: #003480;
    border-top-color: #CD171E;
    border-top-color: var(--secundary-color);
    border-top-color: #215b61;
    border-top-color: #444444;
    border-top-color: #0c3a6f;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px;
}

.btn-info {
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
    background-color: #215b61;
    border-color: #215b61;
}

#box-login label {
    background: none;
    width: 100%;
}

#box-login a {
    background: none;
    color: #416FAD;
    font-weight: 500;
}

#box-login a:hover {
    text-decoration: underline;
}

#inst-login {
    background: none;
    margin-top: 82px;
    margin-bottom: 15px;
    text-align: justify;
}

.login-subtitulo {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5rem;
}


/*-------------------------------------
                                      |
            FORMS                     |                            
                                      |
-------------------------------------*/

.form-group label span {
    color: red;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group label {
    margin-bottom: .3rem;
}

.form-section {
    background: #F8F9FA;
    background: #f3f8fb;
    background: #ededed;
    margin: 3rem 0;
    padding: 1rem 0;
}

.title-form {
    margin-bottom: 1rem;
}

.title-form,
.thirdCenter {
    margin-left: 5.55%;
}





/*-------------------------------------
                                      |
           TYPEHEAD                   |                            
                                      |
-------------------------------------*/
.typeahead > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
.typeahead .active{
    background-color: #007bff;
}
.typeahead .active a{
    color: #fff;
    text-decoration: none;
}    





/*-------------------------------------
                                      |
            REPORTES                  |                            
                                      |
-------------------------------------*/

.box-filtros {
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    clear: both;
    margin-bottom: 15px;
    min-height: 10px;
    overflow: visible;
    padding: 25px;
    width: 100%;
}

.box-filtros p {
    color: #727a87;
    font-size: 1rem;
    line-height: 1.45;
}

.box-filtros .btn {
    font-size: .8rem;
    margin-left: 10px;
}

.row-filter {
    background: none;
    margin: 15px 0;
}

.row-filter div:first-child {
    background: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: .5rem;
}

.row-filter span:first-child {
    background: none;
    color: #2b2b2b;
    display: block;
    font-size: .9rem;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

.row-filter i {
    margin-right: 5px;
}

.total-filter {
    background: #f7fafc;
    background: #343234;
    background: #343A40;
    padding: 15px;
}

.total-filter h2 {
    color: #2b2b2b;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin: 10px 0;
}

.total-filter h1 {
    color: #0074A8;
    color: #FFF;
    font-size: 36px;
    line-height: 48px;
    margin: 10px 0;
    text-align: right;
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
}

@media screen and (max-width: 576px) {
    .row-filter span:first-child {
        text-align: left;
    }
    .row-filter div:first-child {
        background: none;
        margin: 0;
        padding: 0 15px;
    }
}


/*-------------------------------------
                                      |
            TABLAS                    |                            
                                      |
-------------------------------------*/

.table .octicon {
    font-size: 1.5rem;
    color: #212529;
    max-width: 25px;
    min-width: 25px;
}

.table .octicon:hover {
    color: #0045B2;
}

/*-------------------------------------
                                      |
            WIZARD                    |                            
                                      |
-------------------------------------*/
.wizard .nav-item a{
    background-color:#F7F7F9;
    padding: 1em;
    margin: 0 0.5em 0.5em;
}
.wizard form{
    background: #f0f2f7;
    /* background: rgba(33, 91, 97, 0.5 ); */
    border-radius: 5px;
    padding: 1em 2.5% 0.5em;
    padding: 1.2rem;
}
.opcion_precio{
    background: none;
    padding: 1.4em;
    padding: 1em .8em;
    border: 1px solid #ebedf3;
    margin: 6px 0;
    border-radius: .55rem;
    width: 100%;
}
.opcion_precio span{ 
    font-size: 1rem;
    font-weight: 500;
    color: #3f4254 !important;
    margin-left: 5px;
}
.opcion_precio strong{ 
    font-size: 1.1rem;
    font-weight: 600;
    color:#526f83;
}




.bg-green-smig {
    background-color: #215b61;
}

.text-green-smig {
    color: #215b61;
}

.bg-yellow-amitos {
    /* background-color: #F0C94A; */
    background-color: #7d2a2b;
}

.text-yellow-amitos {
    /* color: #F0C94A; */
    color: #7d2a2b;
}

.nav-pills .nav-link.active {
    /* background-color: #215b61; */
    /* background-color: #F0C94A; */
    /* background-color: #7d2a2b; */
    background-color: #0c3a6f;
    font-weight: bold;
}

.alto-total {
    min-height: 61vh;
    display: flexbox;
    justify-content: center;
    align-items: center;
}

.header-bg-greydark {
	/* background-color: rgba(67, 74, 84, 0.3); */
	/* background-color: #444444; */
	/* background-color: #7d2a2b; */
	background-color: #007a99;
}

/* .header-bg-greydark {
	background: -moz-linear-gradient(top, rgba(45,45,45,0.7) -10%, rgba(45,45,45,0.1) 120%);
	background: -webkit-linear-gradient(top, rgba(45,45,45,0.7) -10%,rgba(45,45,45,0.1) 120%);
	background: linear-gradient(to bottom, rgba(45,45,45,0.7) -10%,rgba(45,45,45,0.1) 120%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
} */

.footer-bg-greydark {
	/* background-color: rgba(67, 74, 84, 0.3); */
	/* background-color: #444444; */
}

/* .footer-bg-greydark {
	background: -moz-linear-gradient(bottom, rgba(45,45,45,0.7) -10%, rgba(45,45,45,0.1) 120%);
	background: -webkit-linear-gradient(bottom, rgba(45,45,45,0.7) -10%,rgba(45,45,45,0.1) 120%);
	background: linear-gradient(to top, rgba(45,45,45,0.7) -10%,rgba(45,45,45,0.1) 120%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#007db9e8',GradientType=0 );
} */
