﻿@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

@font-face {
    font-family: 'Quicksand';
    src: url(https://www.ins-cr.com/media/12792/quicksand-variablefont_wght.ttf);
}

:root {
    --color-background: #AABF02;
    --font-color: #2222ff;
    --font-family: "Helvetica Neue Medium", Helvetica;
    --color-border: #004676;
}

* {
    font-family: var(--font-family);
}


.container {
    width: 100%;
    padding: 0;
}

.panel {
    box-shadow: initial;
    -webkit-box-shadow: initial;
    margin-bottom: 0px;
}

table {
    border-color: transparent;
}

.table {
    border-collapse: separate !important;
    border-spacing: 0px 4px;
}


    .table > tbody > tr > th, .table > thead > tr > th {
        padding: 10px;
        padding-bottom: 2px;
        text-align: center;
    }

    .table > tbody > tr > th, .table > thead > tr > th, .table > tbody > tr > td {
        text-align: left;
    }

    .table > tbody > tr > td {
        border-bottom: 1px solid #809eb0;
        border-top: 1px solid #809eb0;
        border-left: 0px;
        border-right: 0px;
    }

        .table > tbody > tr > td:first-child {
            border-left: 1px solid #809eb0;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border-right: 0px;
        }

        .table > tbody > tr > td:last-child {
            border-right: 1px solid #809eb0;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }


    .table > tbody > tr > th, .table > thead > tr > th {
        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        vertical-align: bottom;
        border-bottom: 2px solid var(--color-border);
    }

.Oculto {
    display: none;
}

p {
    margin-left: 2%;
    text-align: justify;
    font-family: var(--font-family);
    width: 96%;
}

h1, h2, h3, h4 {
    font-family: var(--font-family);
}


.show-grid {
    margin-bottom: 15px;
}

.header-padding {
    padding-top: 20px;
    font-size: 20px;
    color: #949494;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.tituloRend {
    cursor: default;
    color: #3E7DBC;
    font-size: 9pt;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    margin-right: 10px;
}

.rend {
    font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-size: 11px;
    color: #64962D;
    margin-right: 10px;
}

.turnRight {
    float: right;
}


.centerBlock {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.backgraund-gray {
    background-color: #F1F1F1;
    padding: 20px;
    position: relative;
    top: -3px;
}

.padding-20 {
    padding: 20px;
}

.contenidos-margin-top p {
    margin-top: 15px;
    text-align: justify;
}

h5 {
    font-weight: bold;
}

.name {
    font-size: 1.7em;
    font-weight: 700;
}

.c-info {
    padding: 5px 10px;
    font-size: 1.25em;
}

.list-link > li {
    padding-bottom: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

footer {
    background-color: #004475;
    color: #fff;
}

    footer a, footer p {
        color: #fff;
        font-family: "Helvetica Neue Light", Helvetica;
        margin: 0;
        text-align: left;
        font-size: 13px;
    }

        footer a:hover {
            color: #fff;
        }

.label-1 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-horizontal .control-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: var(--font-family);
}

.no-right {
    text-align: left !important;
}

input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

.noticias-body {
    max-height: 400px;
    overflow: auto;
}

.menu-fijo {
    background-color: #E5E5E5;
    margin: 0;
    top: 75px;
    /*-webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);*/
}

#gsc-i-id1 {
    background: inherit !important;
}

.gsc-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}

.gsc-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.gsc-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.gsc-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.gsc-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #fff;
    font-size: 14px;
    font-family: var(--font-family);
    /*font-weight: 600;*/
    /*padding-right: 37px;*/
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: var(--color-border);
        background-color: #fff;
        border-radius: 18px;
    }


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    border-radius: 18px 18px 0px 0px;
    color: var(--color-border);
    background-color: #fff;
}

.navbar-nav {
    background: linear-gradient(to bottom, #327cad 0%,#004676 100%);
    border-top: 5px solid #327cad;
    border-bottom: 5px solid var(--color-border);
    width: 100%;
}

    .navbar-nav > li {
        margin-right: 4%;
    }


.img-menu {
    width: 172px;
    position: absolute;
    /*left: 1%;*/
    top: -42px;
    z-index: 10;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 13px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
}

    #myBtn img {
        width: 100%;
        transform: rotate(180deg);
    }

@media (min-width: 767px) {
    .img-menu {
        background-color: white;
        border-radius: 30px 30px 30px 0px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.gsc-input-box {
    height: 29px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 29px !important;
    height: 29px !important;
    padding: 7px 9px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: var(--color-border) !important;
    border: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-color: inherit !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: var(--color-border) !important;
}

.gsc-results-wrapper-overlay {
    height: 60% !important;
    top: 151px !important;
}


table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

form.gsc-search-box {
    margin-top: 3px !important;
    margin-bottom: -4px !important;
}

.btn-menu {
    background-color: var(--color-background);
    border-color: var(--color-background);
    width: 221px;
    height: 51px;
    font-weight: 600;
    border-radius: 15px;
    min-width: 150px;
    margin-top: 25px;
    padding-bottom: 13px;
    color: #fff;
}

    .btn-menu:hover, .btn-menu:focus, .btn-inv-verde:active, .btn-inv-verde:hover {
        color: #fff;
        background-color: #A5BB00;
        border-color: #636C21;
    }


.menu-padding {
    padding-right: 15px;
}

.text-search {
    margin-left: 80%;
    width: 20%;
}

.btn-apertura {
    margin-left: -1px;
}



.show {
    display: block;
}

.hide {
    display: none;
}


.dropdown-menu {
    border: unset !important;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.notas-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.notas {
    min-height: 450px;
    text-align: center;
    color: #fff;
    padding: 6%;
    padding-bottom: 17%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    padding-top: 17%;
    background: #327cad; /* Old browsers */
    background: -moz-linear-gradient(top, #327cad 0%, #004676 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #327cad 0%,#004676 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #327cad 0%,#004676 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327cad', endColorstr='#004676',GradientType=0 ); /* IE6-9 */
}

    .notas > a, .notas > a:focus, .notas > a:active {
        padding: 10px;
        border: #fff 1px solid;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        color: #fff;
        text-decoration: none;
    }

        .notas > a:hover {
            border: #fff 2px solid;
            cursor: pointer;
        }

    .notas > h3 {
        margin-bottom: 20px;
    }

    .notas > p {
        margin-bottom: 30px;
        text-align: center;
    }

.bloque-verde-top {
    background-color: #004676;
    height: 20px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

.bloque-verde-bottom {
    background-color: var(--color-background);
    height: 20px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
}

.no-float {
    float: none;
}

.header-login {
    padding-left: 0px;
    padding-right: 0px;
}

    .header-login > h4 {
        margin: 0;
        padding: 10px;
        background-color: #004676;
        color: #fff;
        font-family: var(--font-family);
    }

.modal-header {
    border-bottom: initial;
}

.modal-footer {
    border-top: initial;
}

.body-login {
    padding-top: 0;
    padding-bottom: 0;
}

.no-display {
    display: none;
}

.text-center {
    text-align: center;
    top: 20px;
    left: 0px;
}

.form-horizontal select, .form-horizontal textarea {
    border: #AABF02 1px solid !important;
    background-color: #fff !important;
}

    .form-horizontal textarea:focus, .form-horizontal textarea:hover, .form-horizontal textarea:active {
        background-color: #fff !important;
        border: #AABF02 1px solid !important;
    }

.form-horizontal input[type="text"] {
    background-color: transparent !important;
}

.login-control, .form-horizontal .form-control {
    border: 0;
    border-bottom: #AABF02 2px solid;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.form-horizontal .form-control {
    border-bottom: #AABF02 1px solid;
    background-color: transparent;
}

.login-control:focus, .login-control:hover, .login-control:active, .login-control::after {
    border-color: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: transparent !important;
    border-bottom: #AABF02 2px solid;
    background-color: transparent;
}

.btn-inv-naranja {
    color: #fff;
    background-color: #eea236;
    border-color: #eea236;
    width: 40%;
    font-size: 12px;
    border-radius: 25px;
}

.btn-inv-verde {
    color: #fff;
    background-color: var(--color-background);
    border-color: var(--color-background);
    width: 40%;
    font-size: 12px;
    border-radius: 25px;
}

.btn-inv-azul {
    color: #fff;
    background-color: #004676;
    border-color: #2e6da4;
    width: 40%;
    font-size: 12px;
    border-radius: 25px;
}

    .btn-inv-azul:hover {
        color: #fff;
        border-color: #002742;
    }

.link-olvidoCont {
    color: #808080;
}

.padding-5 {
    padding-right: 20px;
    padding-left: 20px;
}

.grupoINSLogo {
    margin-top: 5%;
}

.carousel-control-left {
    width: 34px;
    margin-top: 105%;
    margin-right: 58%;
}

.carousel-control-right {
    width: 34px;
    margin-top: 105%;
    margin-right: -58%;
}

.box-shadow-full {
    -webkit-box-shadow: 10px 10px 35px -2px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 10px 35px -2px rgba(0,0,0,0.47);
    box-shadow: 10px 10px 35px -2px rgba(0,0,0,0.47);
}


.logo-mision {
    width: 46px;
    padding-top: 25px;
    color: var(--color-background);
}

.contenidos-margin-top {
    min-height: 250px;
}

    .contenidos-margin-top > .text-center {
        margin-top: 2%;
    }

    .contenidos-margin-top > .col-md-7 {
        margin-top: 2.5%;
    }

.backgraund-gray p {
    margin: 0;
}

.junta > .col-md-4 {
    margin-bottom: 18px;
}



.pageheader {
    width: 98%;
    color: #fff;
    position: sticky;
    top: 5px;
    left: 1%;
    padding-bottom: 5px;
    padding-left: 15px;
    background: #327cad; /* Old browsers */
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 5px 1px rgba(165,167,168,0.75);
    -moz-box-shadow: 0px 4px 5px 1px rgba(165,167,168,0.75);
    box-shadow: 0px 4px 5px 1px rgba(165,167,168,0.75);
    margin-bottom: 15px;
    text-align: center;
}

    .pageheader h3 {
        font-family: var(--font-family) !important;
    }

.gallery-items {
    border: var(--color-border) 1px solid;
}

.iv-container {
    z-index: 1033 !important;
}

.gallery-items:hover {
    cursor: crosshair;
}

.no-margin-p {
    margin: 0;
}

    .no-margin-p p {
        margin: 0;
    }



@media (min-width: 767px) {
    .fondos-estados .list-group-item.active {
        background: var(--color-border);
        border-radius: 3px;
    }

    .fondos-estados .list-group-item:hover {
        background: #AABF02;
    }
}


.fondos-estados .list-group-item {
    background: #D9D9D9;
    border: 0;
    border-radius: 0;
}



/*.fondos-estados {
    position: relative;
    top: -5px;
}*/
/*

    .fondos-estados .glyphicon-menu-right, .fondos-estados .glyphicon-menu-down {
        float: right;
    }

    .fondos-estados .glyphicon-download-alt {
        color: #a5ba02;
    }
*/
.estadosAudit {
    background-color: #ebebeb;
    padding-top: 15px;
    -webkit-box-shadow: 5px 0px 18px -2px rgba(0,0,0,0.47);
    -moz-box-shadow: 5px 0px 18px -2px rgba(0,0,0,0.47);
    box-shadow: 5px 0px 18px -2px rgba(0,0,0,0.47);
}

    .estadosAudit .active, .active:focus {
        background-color: #a5ba02 !important;
        border-color: #a5ba02 !important;
    }

        .estadosAudit .active:hover {
            background-color: #cbdd3b !important;
            border-color: #cbdd3b !important;
        }

.list-group-item {
    padding: 15px 15px;
}

hr {
    border-top: 1px solid #a5ba02;
}


.glosario-abc {
    text-align: center;
    width: 6.333333%;
    position: relative;
    float: left;
    margin-left: 1%;
    margin-bottom: 7px;
    border: #949494 solid 1px;
    font-size: 20px;
    color: #949494;
    padding: 7px 0 7px;
}

    .glosario-abc:hover, .glosario .active {
        text-decoration: none;
        border: #949494 solid 1px;
        background-color: #a5ba02;
        color: #fff;
    }

.concepto-glosario {
    height: 220px;
    margin-left: 3%;
    margin-bottom: 3%;
    background-color: #ededed;
}

    .concepto-glosario > p {
        max-height: 166px;
        overflow: auto;
    }

    .concepto-glosario > h5 {
        font-family: var(--font-family);
    }

.link-inicio {
    margin-left: 241px;
}

.contactenos .col-xs-1 {
    min-width: 50px;
}

.contentFoot {
    background: rgb(47,182,212);
    background: linear-gradient(6deg, rgba(47,182,212,1) 0%, rgba(19,68,114,1) 100%);
}

.thumb-post img {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 250px;
    margin-bottom: 1rem;
}

.btn-inv-verde2 {
    color: #fff;
    background-color: var(--color-background);
    border-color: var(--color-background);
    font-size: 12px;
    border-radius: 25px;
}

.contentFoot a, .contentFoot a div, .contentFoot strong {
    color: white;
    text-decoration: none;
}

    .contentFoot a:hover {
        text-decoration: none;
        color: #f5c030 !important;
    }

.footer-box {
    margin-top: 31px;
}

    .footer-box > ul {
        border-right: 1px solid;
        min-height: 110px;
        padding-right: 10px;
        padding-left: 0px;
    }

        .footer-box > ul > li {
            display: block;
            padding: 2px 0 2px;
        }

.contacto-footer {
    padding-left: 0;
}

.bloques-bienvenida img {
    width: 50px;
}

.btn-cuenta-index {
    width: 100%;
    background-color: #a5ba02;
    border-color: #a5ba02;
    height: 46px;
    color: #fff;
}

.subTituloApertura {
    text-align: center;
    color: #a5ba02;
}

    .subTituloApertura > h3 {
        margin-bottom: 30px;
    }


.numberCircle, .numberCircle:focus, .numberCircle:active {
    border-radius: 50%;
    width: 25px;
    border: 1px solid #a5ba02;
    color: #a5ba02;
    text-align: center;
    display: block;
    float: left;
    margin-right: 5px;
    text-decoration: none;
}

    .numberCircle.activado, .numberCircle:hover {
        background-color: #a5ba02;
        color: #fff;
        text-decoration: none;
    }



.numberCircleDisabled, .numberCircleDisabled:focus, .numberCircleDisabled:active {
    border-radius: 50%;
    width: 25px;
    border: 1px solid #889298;
    color: #889298;
    text-align: center;
    display: block;
    float: left;
    margin-right: 5px;
    text-decoration: none;
}

    .numberCircleDisabled.activado, .numberCircleDisabled:hover {
        background-color: #889298;
        color: #fff;
        text-decoration: none;
    }

.pasosApertura {
    width: 350px;
    margin: auto;
}

.btn-solicitarApertura {
    position: absolute;
    bottom: 8%;
    left: 40%;
    background-color: #a5ba02;
    border-radius: 25px;
    font-size: 1vw;
    color: #fff;
    z-index: 100;
}

    .btn-solicitarApertura:hover {
        color: #fff;
        border: 1px solid #6b7805;
    }

.titulo-solicitarApertura {
    position: absolute;
    color: #fff;
    padding-left: 5%;
    font-size: 3vw;
    z-index: 100;
}

/*.img-solicitarApertura {
    clip-path: inset(0px 0px 18% 0px);
}*/

.beneficiosz {
    top: -14px;
    position: relative;
}

    .beneficiosz > div {
        display: block;
        position: absolute;
        left: 17%;
        top: 17%;
    }

    .beneficiosz h1 {
        color: #fff;
        font-size: 5vw;
        margin-bottom: 24px;
    }

    .beneficiosz a, .beneficiosz a:hover {
        padding: 16px;
        background-color: #078746;
        border-radius: 25px;
        background: linear-gradient(to right, #39bd08 0%,#078746 100%);
        background: -moz-linear-gradient(to right, #39bd08 0%,#078746 100%);
        background: -webkit-linear-gradient(to right, #39bd08 0%,#078746 100%);
        background: linear-gradient(to right, #39bd08 0%,#078746 100%);
        opacity: 0.8;
        color: #fff;
        font-size: 1vw;
        font-weight: 600;
        text-decoration: none;
    }

.logoJade {
    width: 66%;
    margin: auto;
}

.logoBombero {
    width: 62%;
    margin: auto;
}

.logoGrupo {
    border: 1px #AABF02 solid;
}

.fondo-beneficios {
    background-repeat: repeat;
    background-image: url(../images/background.png);
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
    position: relative;
    top: -13px;
}

.beneficios-notas {
    min-height: 300px;
}

    .beneficios-notas > .col-sm-3 {
        padding-left: 7px;
        padding-right: 7px;
        top: -170px;
    }

        .beneficios-notas > .col-sm-3 > div {
            min-height: 350px;
            border-radius: 15px;
            padding: 18px;
            text-align: center;
            color: #fff;
        }

    .beneficios-notas img {
        width: 27%;
        margin-bottom: 40px;
        margin-top: 40px;
        font-size: 16px;
        text-align: center;
    }

    .beneficios-notas p {
        margin-bottom: 40px;
        text-align: center;
    }

    .beneficios-notas > .col-sm-3:nth-child(1) > div {
        background: linear-gradient(to bottom, #327cad 0%,var(--color-border) 100%);
        background: -moz-linear-gradient(to bottom, #327cad 0%,var(--color-border) 100%);
        background: -webkit-linear-gradient(to bottom, #327cad 0%,var(--color-border) 100%);
        background: linear-gradient(to bottom, #327cad 0%,var(--color-border) 100%);
    }

    .beneficios-notas > .col-sm-3:nth-child(2) > div {
        background: linear-gradient(to bottom, #39bd08 0%, #078746 100%);
        background: -moz-linear-gradient(to bottom, #39bd08 0%, #078746 100%);
        background: -webkit-linear-gradient(to bottom, #39bd08 0%, #078746 100%);
        background: linear-gradient(to bottom, #39bd08 0%, #078746 100%);
    }

    .beneficios-notas > .col-sm-3:nth-child(3) > div {
        background: linear-gradient(to bottom, #00cb79 0%,#0088a8 100%);
        background: -moz-linear-gradient(to bottom, #00cb79 0%,#0088a8 100%);
        background: -webkit-linear-gradient(to bottom, #00cb79 0%,#0088a8 100%);
        background: linear-gradient(to bottom, #00cb79 0%,#0088a8 100%);
    }

    .beneficios-notas > .col-sm-3:nth-child(4) > div {
        background: linear-gradient(to bottom, #cdc800 0%,#9bb002 100%);
        background: -moz-linear-gradient(to bottom, #cdc800 0%,#9bb002 100%);
        background: -webkit-linear-gradient(to bottom, #cdc800 0%,#9bb002 100%);
        background: linear-gradient(to bottom, #cdc800 0%,#9bb002 100%);
    }

.carousel-caption > h1 {
    font-size: 5vw;
}

@media (min-width: 1400px) {
    #imgFooter {
        width: 85%;
        margin-top: 20px;
    }
}

@media (max-width: 1010px) {
    .bloques-bienvenida > .padding-5 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1125px) and (min-width: 992px) {
    .no-1125px {
        display: none;
    }

    .contacto-footer {
        width: 30%;
    }

    .privasidad-footer {
        width: 30%;
    }

    footer .col-md-offset-1 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .concepto-glosario {
        margin-left: 2%;
        margin-bottom: 2%;
        width: 30.333333%;
    }
}

@media (max-width: 767px) {

    footer p, footer .container-fluid {
        text-align: center;
    }


    .navbar {
        border-width: 0 0 1px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin: 0;
        top: 0;
    }

    .menu-header {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff;
        top: 0;
    }


    .carousel-caption > a {
        font-size: 3vw;
    }

    .beneficios-notas > .col-sm-3 {
        top: 0px;
        padding: 0;
    }

    .beneficios-notas {
        padding: 0;
    }

    .titulo-solicitarApertura {
        font-size: 10vw;
    }

    .beneficios-notas > .col-sm-3 > div {
        min-height: 110px;
        border-radius: 0;
        border-bottom: 2px solid #fff;
    }

    .beneficios-notas > .col-sm-3:nth-child(4) > div {
        border-bottom: 0;
    }

    .beneficiosz a, .beneficiosz a:hover {
        font-size: 10px;
        top: 55%;
    }

    .beneficios-notas img {
        margin: 0;
        float: left;
        width: 70px;
        margin-right: 15px;
    }

    .beneficios-notas p {
        margin: 0;
        text-align: left;
    }

    .btn-solicitarApertura {
        left: 16%;
        font-size: 5vw;
    }

    .container {
        padding: 0;
    }

    .carousel {
        margin-top: 50px;
    }

    .footer-box > ul {
        min-height: 0px;
        border-right: initial;
    }

    .contacto-footer {
        padding-left: 15px;
    }

    .no-768 {
        display: none !important;
    }

    .img-menu {
        width: 103px;
        left: 37%;
        top: -5px;
    }

    .link-inicio {
        margin-left: 0 !important;
    }

    .navbar-toggle {
        float: left;
    }

    .navbar-brand {
        float: right;
    }

    .navbar-toggle {
        padding: 13px 13px;
        margin: 0;
        background-color: #a5ba02;
        border-radius: 0px;
    }

        .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
            background-color: #c0d421 !important;
        }

        .navbar-toggle > .icon-bar {
            background-color: #fff !important;
            height: 3px;
        }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px;
        }

    .menu-fijo {
        border-bottom: 0;
    }

    .navbar-brand > .glyphicon-triangle-top {
        font-size: 28px;
        color: #a5ba02;
    }

    .navbar-nav .open .dropdown-menu, .navbar-nav > li > .dropdown-menu {
        width: 100%;
        z-index: 2000;
        top: 0;
        bottom: 0;
        background-color: #fff;
        position: fixed;
        text-align: left;
        overflow: auto;
    }

    .dropdown-menu h3 {
        text-align: left;
        padding-left: 15px;
        color: #054e80;
        text-decoration: none;
    }

    .retoseder {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 11%;
        font-size: 20px;
        text-align: center;
        color: #fff;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#327cad+0,004676+100 */
        background: #327cad; /* Old browsers */
        background: -moz-linear-gradient(top, #327cad 0%, var(--color-border) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #327cad 0%,var(--color-border) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #327cad 0%,var(--color-border) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327cad', endColorstr='#004676',GradientType=0 ); /* IE6-9 */
    }

    .submenu-columna, .header-submenu {
        margin-left: 9%;
    }

    .menuColumns {
        padding: 0;
    }

        .menuColumns > li {
            display: block;
            border-bottom: 1px solid #e1e1e1;
            width: 100%;
        }

            .menuColumns > li > a {
                padding: 15px;
                display: block;
                color: #4d4d4d;
                font-weight: 600;
            }


    #bodyContent {
        margin-top: 48px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #fff;
        max-height: 100%;
        position: fixed;
        width: 100%;
        bottom: 0;
        top: 50px;
    }

    .nav > li {
        border-bottom: 1px solid #e1e1e1;
    }

    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
        color: #4d4d4d !important;
    }

    .show-denuncias {
        display: block !important;
    }

    .fondos-estados .list-group-item {
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }

    .body-proveeduria, .body-estados {
        display: none;
        width: 100% !important;
    }

    .menu-proveeduria {
        background-color: #fff;
        height: 100% !important;
    }

    .ocultar-proveeduria {
        /*display:none;*/
    }

    .menuProveduria > .glyphicon-menu-left {
        padding-right: 15px;
    }

    .ocultar-proveeduria.active {
        color: #a5ba02 !important;
        font-family: var(--font-family);
        font-size: 16px;
    }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .list-group-item.active:visited, .list-group-item.active::selection, .list-group-item.active:active {
        z-index: initial;
        color: #555;
        background-color: #fff;
        border-top: 1px solid #e1e1e1;
        border-color: #e1e1e1 !important;
    }

    .estadosAudit .active, .active:focus {
        background-color: #fff !important;
        border-color: #e1e1e1 !important;
    }

    .estadosAudit {
        min-height: 100% !important;
        height: 100% !important;
    }

    .list-group {
        margin-bottom: 0px;
    }

    /*
    .carousel-caption {
        right: 2% !important;
        left: 15% !important;
        top: 48% !important;
    }

        .carousel-caption > p {
            font-size: 28px;
            line-height: 22px;
        }*/

    .bloque-logo {
        width: 29%;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px #0a6d06 solid;
        padding: 8px 8px 8px 8px;
        margin-left: 4%;
        float: left;
    }

    .fondos-color-alternativo-grey {
        background-color: #fff !important;
    }

    .fondos-color-alternativo-blanco {
        background-color: #F1F1F1 !important;
    }

    .fondos-grey {
        height: 100% !important;
    }

    .ui-effects-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    .glosario-abc {
        width: 12.333333%;
    }

    .concepto-glosario {
        padding: 10px;
        height: 100%;
    }

        .concepto-glosario > p {
            max-height: 100%;
            overflow: inherit;
        }

    .centrar-768 {
        text-align: center;
    }
}

@media (min-width: 768px) {

    .scroll-proveeduria {
        overflow: auto;
        max-height: 1400px;
    }

    header {
        margin-bottom: 129px;
    }

    .menu-header {
        position: fixed;
        top: 0px;
        margin: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1030;
        padding-top: 10px;
    }

    .show-768 {
        display: none;
    }

    .navbar-header {
        margin-left: 252px;
        margin-right: 3%;
    }

    .img-menu {
        width: 138px;
        top: -28px;
    }

    .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
        font-size: 12px;
    }

    .modal-login {
        width: 390px;
    }

    .modal-dialog {
        top: 15%;
    }

    .row-notas {
        top: -11%;
        position: absolute;
        z-index: 30;
    }

    #espaciohome {
        background-repeat: repeat;
        background-image: url(../images/background.png);
        /*margin-left: -3%;
        margin-right: -2.5%;*/
        -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
        box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
        /*margin-right: -30px;
        margin-left: -30px;*/
    }


    .fondos-grey {
        background-color: #e1e1e1;
        padding-top: 15px;
        -webkit-box-shadow: 5px 0px 18px -2px rgba(0,0,0,0.47);
        -moz-box-shadow: 5px 0px 18px -2px rgba(0,0,0,0.47);
        box-shadow: 5px 0px 18px -2px rgba(0,0,0,0.47);
        z-index: 30;
    }

        .fondos-grey .active, .fond.active, fond:active {
            background-color: #4d4d4d;
            border-color: #4d4d4d;
        }

            .fondos-grey .active:hover, .fondos-grey .active:focus {
                background-color: #949494 !important;
                border-color: #949494 !important;
            }


    /*submenu*/

    .submenu {
        position: fixed !important;
        left: 0 !important;
        right: -1px !important;
        top: 124px !important;
        min-height: 220px;
        opacity: 0.98;
        box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.45);
    }

        .submenu h3 {
            margin-top: 88px;
            color: #004676;
            font-weight: 600;
        }

    .vertical-line {
        width: 1px;
        background-color: #808080;
        height: 100%;
        float: right;
        height: 110px;
        margin-top: 14px;
        margin-right: 7%;
    }

    #divmenu0 > ul {
        margin-top: 0 !important;
    }

    #divmenu2 > ul {
        margin-top: 5%;
    }

    #divmenu3 > ul {
        margin-top: 11%;
    }

    .menuColumns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        /* height: 136px; */
        padding: 0;
        margin-top: 4%;
    }

        .menuColumns > li {
            display: block;
            padding-bottom: 15px;
        }

            .menuColumns > li > a {
                color: #808080;
            }

                .menuColumns > li > a:hover {
                    font-weight: 600;
                    text-decoration: none;
                }


    .submenu-columna {
        border-left: #808080 1px solid;
        margin: 20px 0 20px 0;
        padding-left: 4%;
        min-height: 150px;
    }

    #divmenu0 {
        border-right: #808080 1px solid;
    }

    .bloque-logo {
        width: 12%;
        margin-top: 3%;
        border: 1px #AABF02 solid;
        padding: 8px 8px 8px 8px;
        margin-left: 1%;
    }

        .bloque-logo:hover {
            border: 2px #AABF02 solid;
        }

    /*submenu*/


}


@media (max-width: 800px) and (min-width:768px) {
    .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .no-992 {
        display: none !important;
    }

    #bodyContent {
        /*margin-top: 10%;*/
        margin-bottom: 10%;
    }

    .no-padding-992 {
        padding: 0;
    }

    .vertical-line {
        display: none;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}



@media (min-width: 992px) {
    .margin-top-50-992 {
        margin-top: 50px;
    }

    .textRight {
        text-align: right;
    }

    .row-notas {
        top: -20%;
    }

    .vision {
        margin-top: 6% !important;
    }

    .img-menu {
        width: 220px;
        top: -68px;
    }

    .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
        font-size: 14px;
        color: #fff
    }
}

@media (max-width: 1374px) {
    .navbar-nav > li {
        margin-right: 3%;
    }
}

@media (max-width: 1277px) {
    .navbar-nav > li {
        margin-right: 2%;
    }
}

@media (max-width: 1193px) {
    .navbar-nav > li {
        margin-right: 1%;
    }
}

@media (max-width: 1120px) {
    .navbar-nav > li {
        margin-right: 0%;
    }
}

@media (max-width: 1056px) {
    .link-inicio {
        margin-left: 200px;
    }

    .no-denuncia:last-child {
        display: none !important;
    }
}


@media (max-width: 904px) {
    .link-inicio {
        margin-left: 137px;
    }
}

@media (max-width: 841px) and (min-width: 768px) {
    .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
        padding-right: 8px;
    }
}


@font-face {
    font-family: "Helvetica Neue Medium";
    src: url(../fonts/HelveticaNeue-Roman.otf) format("truetype");
}

@font-face {
    font-family: "Helvetica Neue Light";
    src: url(../fonts/HelveticaNeueLight.ttf) format("truetype");
}

@font-face {
    font-family: "Helvetica Neue Bold";
    src: url(../fonts/HelveticaNeueBold.ttf) format("truetype");
}

@font-face {
    font-family: "Helvetica Neue Regular";
    src: url(../fonts/HelveticaNeue-Roman.otf) format("truetype");
}

.Helvetica-Medium {
    font-family: var(--font-family);
}

.Helvetica-Regular {
    font-family: "Helvetica Neue Regular", Helvetica;
}

.Helvetica-Light {
    font-family: "Helvetica Neue Light", Helvetica;
}

.Helvetica-Bold {
    font-family: var(--font-family);
}



.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    width: 100%;
    height: 100%;
    z-index: 10;
    bottom: unset !important;
    left: 0px !important;
    top: 0px;
    padding-bottom: unset !important;
}


    .carousel-caption > h1 {
        align-content: center;
        position: absolute;
        top: 40% !important;
        left: 5% !important;
        width: 50%;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

.carousel-container {
    box-shadow: 2px 5px 5px 0px rgba(112,112,112,0.53);
    -webkit-box-shadow: 2px 5px 5px 0px rgba(112,112,112,0.53);
    -moz-box-shadow: 2px 5px 5px 0px rgba(112,112,112,0.53);
}

@media (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        color: azure;
    }


    .carousel-indicators .active {
        background-color: rgba(112,112,112,0.53);
    }

    .carousel-indicators li {
        border: 1px solid rgba(112,112,112,1);
    }

    .carousel-control {
        width: 10% !important;
    }

    .carousel-caption .btn {
        z-index: 16 !important;
        bottom: 5% !important;
        right: 15% !important;
        position: absolute;
        padding: 6px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        background-color: var(--color-background);
        color: #fff;
        opacity: 0.80;
        border-radius: 25px;
        background: linear-gradient(to right, #cdc800 0%,#9bb002 100%);
        font-size: 16px;
        font-weight: 400;
        text-shadow: initial;
        font-family: var(--font-family);
    }
}

@media (max-width: 768px) {

    .carousel-control {
        width: 10% !important;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption .btn {
        z-index: 16 !important;
        bottom: 6% !important;
        right: 10%;
        position: absolute;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        background-color: var(--color-background);
        color: #fff;
        opacity: 0.80;
        border-radius: 25px;
        background: linear-gradient(to right, #cdc800 0%,#9bb002 100%);
        font-size: 4vw;
        text-shadow: initial;
        font-family: var(--font-family);
    }
}

.carousel-caption .btn-primary {
    border-color: var(--color-background);
}
/* Declare heights because of positioning of img element */
.carousel .item {
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


@media (min-width: 768px) {

    .carousel {
        height: 500px;
        margin-bottom: 60px;
    }
        /* Declare heights because of positioning of img element */
        .carousel .item {
            height: 500px;
        }

    .carousel-inner > .item > img {
        height: 500px;
    }
}

@media (max-width: 768px) {

    .carousel {
        height: 250px;
    }

        /* Declare heights because of positioning of img element */
        .carousel .item {
            height: 250px;
        }

    .carousel-inner > .item > img {
        height: 250px;
    }
}



@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

        .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0;
        }

        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
