/****************** ESTILOS PRINCIPALES BODY Y EL CONTENEDOR APP ***********************/

/*  NOTA: App es como el body, debido a que VueJS toma ese div como el contenedor,
/*        tiene los estilos que alinean todos los componentes
/* 

/**************************************************************************************/

* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding-top: 0px;
    font-family: Georgia, Times, "Times New Roman", serif;
    height: 100vh;
}

#app, #error_view {
    display: grid;
    grid-template-rows: 155px 1fr 80px;
    grid-template-columns: 1fr 1170px 1fr;
    height: inherit;
    width: 100%;
}

@media screen and (min-width: 972px) and (max-width: 1179px) {
    #app {
        grid-template-columns: 1fr 960px 1fr;
    }
}

@media screen and (min-width: 800px) and (max-width: 971px) {
    #app {
        grid-template-columns: 1fr 790px 1fr;
    }
}

@media screen and (min-width: 690px) and (max-width: 799px) {
    #app {
        grid-template-columns: 1fr 680px 1fr;
    }
}

@media screen and (min-width: 1px) and (max-width: 689px) {
    #app {
        grid-template-rows: 180px 1fr 80px;
        grid-template-columns: 1fr 350px 1fr;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    div[class*="m-v-10"] { 
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #carrusel_inicio { 
        width: 350px;
        
    }

    div[class*="vueperslide"] { 
        background-size: 350px;
        height: 300px;
        background-repeat: no-repeat;
    }

    div[class*="vueperslides__arrows"] {
        height: 10px;
    }
}

.headerReal {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 4;
}

.contenido, .contenidoError {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}

footer.main-footer {
    display: none;
}

footer {
    grid-row: 3;
    grid-column-start: 1;
    grid-column-end: 4;
}

.pantalla {
    margin-top: 50px;
    margin-bottom: 64px;
}

.contenidoError {
    margin-top: 40px;
    display:flex;
    align-items: center;
    flex-direction: column;
}

.contenidoError__titulo {
    font-size: 40px;
}

.contenidoError__descripcion {
    font-size: 50px;
}

/********************** ESTILOS PARA COMPONENTES *****************************/

/*  NOTA: Estilos para los componentes que se encuentran en el sistema
/* 

/******************************************************************************/

.headerReal__logos {
    display: flex; 
    justify-content: space-between;
}

@font-face {
    font-family: 'gmxbold';
    src: url('../fonts/gmx-webfont.woff2') format('woff2'),
        url('../fonts/gmx-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.gmx {
    font-family: 'gmxbold';
    text-transform: uppercase;
}

.green-primary {
    background-color: #0c231e;
}

.text-green-primary {
    color: #0c231e;
}

.green-secondary {
    background-color: #13322B;
}

.text-green-secondary {
    color: #13322B;
}

.gold {
    background-color: #dac6a1;
}

.text-gold {
    color: #dac6a1;
}

.red-primary {
    background-color: #9d2449;
}

.text-red-primary {
    color: #9d2449;
}

.red-secondary {
    background-color: #9d2449;
}

.text-red-secondary {
    color: #9d2449;
}

h1 {
    font-size: 18px;
    margin: 17px 10px;
}

h6 {
    font-size: 16px;
    margin: 5px;
}

.logo {
    height: 70px;
    margin: 10px;
}

.logo-dependencia {
    font-size: 35px;
    margin: 20px 10px
}

.logo-utic {
    font-size: 20px;
    margin: 20px 10px;
}

.m-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.pleca {
    border-bottom: solid 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
}

legend.form-legend {
    font-size: 12px;
    font-style: italic;
    border: none;
}

.modal-footer {
    text-align: center;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    display: none;
}

/*********************** ALERTA NOTY WARNING BOOSTRAP-V4 *************************/

/*  Estilos para sobreescribir la alerta de Noty de WARNING del theme 'Boostrap-v4'
/*  NOTA: Se puede generar otro theme para la alerta pero por tiempo 
          se sobreescribio uno ya hecho
/*  EJEMPLO: Pantalla de administrador de carrusel

/*********************************************************************************/

.noty_theme__bootstrap-v4.noty_type__warning.noty_bar {
    border-radius: 4px !important;
    border-width: 4px !important;
    font-size: 18px;
    line-height: 1.428571429;
}

.noty_theme__bootstrap-v4.noty_type__warning {
    text-align: center;
    padding: 20px 15px;
    border-color: #f7d693 !important;
    color: #6d4705 !important;
}

.noty_theme__bootstrap-v4.noty_type__warning .noty_close_button {
    display: none;
}

#noty_layout__topCenter, #noty_layout__center {
    min-width: 600px !important;
}

.noty_theme__bootstrap-v4.noty_type__warning .btn-danger {
    font-size: 18px;
    background-color: #FEFEF1;
    color: #6d4705;
}

.noty_theme__bootstrap-v4.noty_type__warning .btn-danger:hover {
    background-color: #b38e5d;
    color: white;
}

.noty_theme__bootstrap-v4.noty_type__warning .btn-primary {
    margin-right: 15px;
}

.glyphicon-alert::before {
    content:"\e209";
}

.noty_theme__bootstrap-v4.noty_type__warning .noty_body::before {
    font-family: 'Glyphicons Halflings';
    content:"\e209";
    font-size: 30px;
    color:#F0C31C;
    margin-right: 16px;
} 

/*********************** ALERTA NOTY ERROR BOOSTRAP-V4 *************************/

/*  Estilos para sobreescribir la alerta de Noty de WARNING del theme 'Boostrap-v4'
/*  NOTA: Se puede generar otro theme para la alerta pero por tiempo 
          se sobreescribio uno ya hecho
/*  EJEMPLO: Pantalla de administrador de carrusel

/*********************************************************************************/
#noty_layout__topRight {
    width: 450px !important;
}
.noty_theme__bootstrap-v4.noty_type__error {
    color: #545454 !important;
    border-color: #D0021B !important;
    border-width: 2px !important;
    min-height: 75px;
}

.noty_theme__bootstrap-v4.noty_type__error .noty_body {
    text-align: center;
    min-height: 73px;
    min-width: 150px;
    padding: .75rem 1.25rem 1.25rem !important;
}

.noty_theme__bootstrap-v4.noty_type__error .noty_body::before {
    content:url('../img/error.png');
    vertical-align: middle;
    margin-right: 16px;
}

/*************************** INPUT FILE *************************************/

/*  Estilos para sobreescribir el INPUT FILE
/*  NOTA: Es importante agregar los div´s que estan junto con el componente
/*  EJEMPLO: Pantalla de administrador de carrusel

/****************************************************************************/
.inputfile {
    display: none !important;
}

.inputfile-box {
    position: relative;
}

.file-label {
    display: inline-flex;
}

.file-box.container {
    display: inline-block;
    width: 100%;
}

.file-box {
    display: inline-block;
    border: 1px solid;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    width: 100%;
    min-width: 480px;
    height: 41px;
    font-weight: 300;
}

.file-button {
    margin-left: 10px;
    padding: 5px;
    position: inherit;
    border: 1px solid #9D2449;
    top: 0px;
    right: 0px;
    background: #9D2449;
    color: white;
    height: 41px;
    min-width: 120px;
    text-align: center;
    border-radius: 4px;
    font-weight: 300;
}

.file-button:hover {
    background: white;
    color: #9D2449
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}