@media print {

    body {
        visibility: hidden;
    }

    .printable {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

    .btn {
        visibility: hidden;
        display: none;
    }

    .header {
        display: none;
    }

    .modal-print {
        display: none;
        visibility: hidden;
    }

    .col-especificacion-precio-informado {
        min-width: 130px;
    }
}

html {
    font-size: 12px;
}

body {
    font-family: 'Montserrat', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    color: #2A2A2A;
}

/* Set padding to keep content from hitting the edges   */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a:hover {
        color: #fff;
        text-decoration: none;
    }

    .site-header a {
        color: #999;
        transition: ease-in-out color .15s;
    }

/*
    *.content-box
*/
.content-box {
    box-sizing: content-box !important;
}

/*
    *.shadow-custom
*/
.shadow-custom-2 {
    /*box-shadow: 0 0.3rem 0.1rem 0px rgb(0 0 0 / 15%) !important;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

/*
    *.small-custom
*/
.small-custom {
    font-size: 70% !important;
}

/*
    *.rounded-custom
*/
.rounded-custom {
    border-radius: 0.5rem !important;
}

.rounded-custom-2 {
    border-radius: 10rem !important;
    /*border-radius: 51% !important;*/
}

/*
    *.font-montserrat
*/
.font-montserrat {
    font-family: 'Montserrat' !important;
}

.border-2 {
    border: 2px solid;
}

/*!
 * El codigo de arriba sirve para manejar los formularios a imprimir
 */

h1 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h3 {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.header {
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tituloicc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #295291;
}

.tituloLey {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #295291;
}

.footer {
    color: white;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    bottom: 0px;
}

.titulo {
    background-color: #20B2AA;
    color: #ffffff;
    border-radius: 5px;
    border-color: #008B8B;
    border-style: solid;
    padding: 10px;
    vertical-align: middle;
}

.tituloinformante {
    background-color: #FEF3E1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #2A2A2A;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 40px;
    text-align: center;
}

.tituloencuesta {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #875597;
}

.recuperar {
    color: #2B5698;
}

.formulario {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.menu-principal {
    color: #008B8B;
}

    .menu-principal:hover {
        background-color: #008B8B;
        color: #ffffff;
    }

.login-panelizquierdo {
    background-color: #87CEEB;
    color: #ffffff;
    box-shadow: inset;
    border-radius: 5px;
    padding: 10px;
}

.login-panelderecho {
    background-color: #ffffff;
    color: #000000;
    box-shadow: inset;
    border-radius: 5px;
    border-color: #87CEEB;
    padding: 10px;
}

.texto-legal {
    background-color: #ffffff;
    color: #000000;
    box-shadow: inset;
    border-radius: 5px;
    border-color: #87CEEB;
    border-style: solid;
    padding: 10px;
    margin-top: 50px;
    margin-left: 290px;
    margin-right: 290px;
}

.breadcrumb {
    background-color: #F0FFFF;
    color: #000000;
    box-shadow: inset;
    border-radius: 5px;
    border-color: #AFEEEE;
    border-style: solid;
    padding: 10px;
    margin-top: 20px;
}

.notas {
    page-break-inside: avoid; 
    background-color: #F5FFFA;
    color: #000000;
    box-shadow: inset;
    border-radius: 5px;
    border-color: #AFEEEE;
    border-style: solid;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulo-notas {
    color: #4682B4;
    font-weight: bold;
}

.notas-alerta {
    background-color: #FFFACD;
    color: #000000;
    box-shadow: inset;
    border-radius: 5px;
    border-color: #FAFAD2;
    border-style: solid;
    padding: 10px;
}

.cuadro-blanco {
    border-radius: 5px;
    border-color: #000000;
    border-style: solid;
    border-width: thin;
    padding: 10px;
}

.datos {
    background-color: #F0FFFF;
    color: #000000;
    box-shadow: inset;
    border-radius: 5px;
    border-color: #AFEEEE;
    border-style: solid;
    padding: 10px;
}

.encabezado-tabla {
    background-color: transparent;
    color: deepskyblue;
}

.ultima-columna {
    background-color: #778899;
}

.botones {
    color: deepskyblue;
    background-color: transparent;
    border-color: deepskyblue;
}

    .botones:hover {
        color: white;
        background-color: deepskyblue;
        border-color: deepskyblue;
    }

    .botones:focus, .botones.focus {
        color: white;
        background-color: deepskyblue;
        border-color: deepskyblue;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

.modal-contenido {
    background-color: #fff;
    width: 50%;
    padding: 50px 20px;
    margin: 10% auto;
    position: relative;
    max-height: 50%;
    overflow: auto;
}

.modals {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}

#miModal:target {
    opacity: 1;
    pointer-events: auto;
}
/*
    *custom-1
*/
.text-custom-color-1 {
    color: #875597;
}

.btn-custom-1 {
    color: #E6E6E6;
    background-color: #875597 !important;
    border-color: #875597;
}

.btn-custom-1:hover {
    color: #fff !important;
    background-color: #77388b !important;
    border-color: #77388b !important;
}

.btn-custom-1:focus, .btn-custom-1.focus {
    box-shadow: 0 0 0 0.2rem rgb(135 85 151 / 50%) !important;
}

.btn-custom-1.disabled, .btn-custom-1:disabled {
    color: #E6E6E6 !important;
    background-color: #b190bb !important;
    border-color: #b190bb !important;
    opacity: 1 !important;
}

.btn-outline-custom-1 {
    color: #875597;
    border-color: #875597;
}

.btn-outline-custom-1:hover {
    color: #fff !important;
    background-color: #875597 !important;
    border-color: #875597 !important;
}

.btn-outline-custom-1:focus, .btn-outline-custom-1.focus {
    box-shadow: 0 0 0 0.2rem rgb(135 85 151 / 50%) !important;
}

.btn-outline-custom-1.disabled, .btn-outline-custom-1:disabled {
    color: #875597;
    background-color: transparent;
}

.bg-color-custom-1 {
    background-color: #EFEFEF;
}

.border-tr-custom-1 {
    border-bottom: 1px solid #875597 !important;
    border-top: 1px solid #875597 !important;
}

.border-td-custom-1 {
    border-right: 1px solid #875597 !important;
}

.border-tr-custom-1 td {
    border-left: unset !important;
    border-top: unset !important;
    border-bottom: unset !important;
}

.font-custom-1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
/*
    *custom-2
*/
.text-custom-color-2 {
    color: #E6E6E6
}

.btn-custom-2 {
    color: #F3F3F3;
    background-color: #295291;
    border-color: #295291;
}

    .btn-custom-2:hover {
        color: #fff !important;
        background-color: #2057AC !important;
        border-color: #2057AC !important;
    }

    .btn-custom-2:focus, .btn-custom-2.focus {
        box-shadow: 0 0 0 0.2rem rgb(18 120 116 / 50%) !important;
    }

.btn-outline-custom-2 {
    color: #219C97 !important;
    border-color: #219C97 !important;
}

    .btn-outline-custom-2:hover {
        color: #fff !important;
        background-color: #219C97 !important;
        border-color: #219C97 !important;
    }

    .btn-outline-custom-2:focus, .btn-outline-custom-2.focus {
        box-shadow: 0 0 0 0.2rem rgb(33 156 151 / 50%) !important;
    }

/*
    *custom-3
*/
.text-custom-color-3 {
    color: #295291 !important;
}

.bg-color-custom-3 {
    background-color: #295291 !important;
}

.btn-custom-3 {
    color: #295291;
    font-weight: 500;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.btn-custom-3:hover {
    color: #fff !important;
    background-color: #0c3d87 !important;
    border-color: #0c3d87 !important;
}

.btn-custom-3:focus, .btn-custom-3.focus {
    box-shadow: 0 0 0 0.2rem rgb(41 82 145 / 50%) !important;
}

.display-encuesta {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
}

.notas-info-mo {
    text-align: justify;
    border: 1px solid #dee2e6;
    padding-top: 10px;
    padding-bottom: 10px;
}