/*
Theme Name: CNV
Theme URI: http://underscores.me/
Author: David Verta
Author URI: http://cruzdiabloestudio.com.ar
Description: CNV
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: invermaster
*/
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/*@import url('https://fonts.googleapis.com/css?family=EncodeSans:300,400,500,600,700');*/
/*@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:300;400;500,600,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700&display=swap');

body {
    font-size: 16px;
    font-family: "Encode Sans", sans-serif !important;
}

h1 {
    font-weight: 500;
}

p {
    font-weight: 500
}

* {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.no-animated {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.row {
    position: relative;
}

.img-responsive {
    max-width: 100%;
    margin: auto;
}

footer .img-responsive {
    max-width: 100%;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0
}
/* COLORES */
.azul {
    color: #001e62;
}

.celeste {
    color: #34a5d4;
}

.grisOscuro {
    color: #333 !important;
}

.gris {
    color: #AAA !important;
}

.blanco {
    color: #FFFFFF !important;
}
/* HEADER */
.center-logo {
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar {
    background: #001f62;
    border: none;
    padding: 0;
    min-height: 40px !important;
}

.fondoArgGob {
    background-color: #37bbed !important;
}

.navbar .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    width: 100%;
}

    .navbar-nav li {
        width: 16.66%;
        text-align: center;
        border-right: solid 1px #fff;
    }

        .navbar-nav li:first-child {
            border-left: solid 1px #fff;
        }

.top-nav-collapse {
    padding: 20px;
}

.navbar-brand {
    overflow: hidden;
    background: url(assets/img/logo.png)center no-repeat;
    float: left;
    width: 200px;
    height: 50px;
    text-indent: -999px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 41px;
    color: white !important;
    font-size: 13px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: #3da5d0;
}

.nav > li > a.invert {
    background-color: #3da5d0;
}

    .nav > li > a.invert:hover {
        background-color: transparent;
    }

.nav-intro {
    margin: 0;
    padding: 38px 0;
    position: relative;
    float: right;
}

#intro-int .nav-intro {
    margin: 0;
    padding: 10px 0;
    position: relative;
    float: right;
}

.nav-intro li {
    position: relative;
    float: left;
    list-style: none;
    margin-left: 10px;
}

    .nav-intro li:first-child {
        margin-left: 0;
    }

    .nav-intro li a {
        height: 36px;
        background: #8c8d8e;
        color: white;
        position: relative;
        display: block;
        min-width: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
    }

        .nav-intro li a:hover {
            background: #34a5d4;
        }

#intro-int {
    margin-top: 50px;
    /*background: url(../img/titulo.png);*/
    background-position: center center;
    background-repeat: no-repeat;
}

    #intro-int .container {
        padding: 20px 0;
    }

#title-int {
    background-size: cover;
}

    #title-int .Exterior {
        display: table;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    #title-int .Medio {
        display: table-cell;
        vertical-align: middle;
    }

    #title-int .Interior {
        margin-left: auto;
        margin-right: auto;
        /*width: 400px;*/
    }

    #title-int h1 {
        color: white;
        text-align: center;
        font-size: 45px;
        font-weight: bold;
        margin: 40px;
    }

#nav-int {
    background: #e9e9e9;
    margin: 75px 0;
    -webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,.5);
    box-shadow: 0 0 50px 5px rgba(0,0,0,.5);
}

    #nav-int .servicio {
        position: relative;
        float: left;
        min-height: 155px;
        padding: 0;
        width: 14%;
        background: white;
        border: solid 1px #e9e9e9;
        cursor: pointer;
    }

        #nav-int .servicio .label-icon {
            position: absolute;
            width: 100%;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            #nav-int .servicio .label-icon img {
                margin: auto;
                display: block;
                padding: 5px;
                max-width: 50%;
            }

            #nav-int .servicio .label-icon p, #nav-int .servicio .label-icon h1, #nav-int .servicio .label-icon .fa {
                opacity: 0;
                font-size: 14px;
                height: 0;
                margin-bottom: 0;
                color: #001f62;
                text-align: center;
                margin: 0;
            }

            #nav-int .servicio .label-icon .fa {
                font-size: 20px;
                color: #001f62;
                margin: auto;
                display: block;
                text-align: center;
            }

        #nav-int .servicio.servicio-proteccion-al-inversor .label-icon p, #nav-int .servicio.servicio-proteccion-al-inversor .label-icon h1, #nav-int .servicio.servicio-proteccion-al-inversor .label-icon .fa,
        #nav-int .servicio.servicio-para-profesionales .label-icon p, #nav-int .servicio.servicio-para-profesionales .label-icon h1, #nav-int .servicio.servicio-para-profesionales .label-icon .fa,
        #nav-int .servicio.servicio-registros-publicos .label-icon p, #nav-int .servicio.servicio-registros-publicos .label-icon h1, #nav-int .servicio.servicio-registros-publicos .label-icon .fa {
            opacity: 0;
            font-size: 14px;
            height: 0;
            margin-bottom: 0;
            color: white;
            text-align: center;
            margin: 0;
        }

        #nav-int .servicio:hover .label-icon {
            -moz-transform: translateY(-55%);
            -webkit-transform: translateY(-55%);
            -o-transform: translateY(-55%);
            -ms-transform: translateY(-55%);
            transform: translateY(-55%);
        }

        #nav-int .servicio .label-icon p {
            white-space: pre-line;
            font-size: 12.5px;
            margin-bottom: 5px;
            line-height: 12px
        }

        #nav-int .servicio .label-icon h1 {
            font-size: 13px;
            margin: 0;
            line-height: 12px;
            margin-bottom: 3px;
        }

        #nav-int .servicio .label-icon .fa {
        }

        #nav-int .servicio:hover .label-icon p, #nav-int .servicio:hover .label-icon h1, #nav-int .servicio:hover .label-icon .fa {
            opacity: 1;
            height: 25px;
        }

.servicio-proteccion-al-inversor {
    /*background: #ffc800 !important;*/
    background: #9cd5e0 !important;
}

.servicio-para-profesionales {
    /*background: #101d61!important;*/
    background: #9cd5e0 !important;
}

.servicio-registros-publicos {
    /*background: #34a5d4!important;*/
    background: #9cd5e0 !important;
}

#content .img {
    margin-top: 50px;
}

#content h2 {
    color: #8c8d8e;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px
}

#content p {
    color: #595959;
    margin-bottom: 30px;
}

.nav-content {
}

.nav-content {
    margin: 20px 0 50px;
    width: 100%;
    text-align: center;
    padding: 0;
}

    .nav-content li {
        display: inline-block;
        max-width: 230px;
        position: relative;
        padding: 5px;
    }

        .nav-content li a {
            background: #34a5d4;
            padding: 15px 20px;
            /*margin: 10px;*/
            margin: 3px;
            color: white;
            text-align: center;
            display: block;
            height: 70px;
            min-width: 170px;
        }

            .nav-content li a.active, .nav-content li a:hover {
                background: #333333;
            }

            .nav-content li a span {
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 80%;
                left: 50%;
            }
/* FOOTER */
footer {
    padding: 0px 0;
    border-bottom: solid 10px #AAAAAA;
    position: relative;
    float: left;
    width: 100%;
}

    footer h1 {
        /*color: #001e62;*/
        color: #AAAAAA;
        font-size: 19px;
        margin: 0 0 20px;
        font-weight: normal;
    }

    footer .nav-intro {
        float: left;
        margin-bottom: 20px;
        padding: 0;
    }

        footer .nav-intro li {
            margin-left: 0;
            margin-right: 10px;
        }

.logo-footer {
    margin-bottom: 45px;
}

.nav-footer {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    clear: both;
}

    .nav-footer li {
        list-style: none;
    }

        .nav-footer li a {
            color: #333;
        }

            .nav-footer li a:hover {
                text-decoration: underline;
            }

.mapa {
    margin: 0 0 20px 0
}
/* BUTTONS */
.circulo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #3da5d0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: white;
}

.btn-blue {
    background: #001f62;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 0 10px 0 0;
    width: 115px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    float: left;
    padding: 0;
}

    .btn-blue:hover {
        background: #bbbbbb;
        color: #ffffff;
    }

.btn-volver {
    background: #0066cc;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 20px 10px;
    width: auto;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    float: left;
    padding: 0 20px;
    clear: both;
}

    .btn-volver:hover {
        background: white;
        color: #0066cc;
    }

    .btn-volver .fa {
        margin-right: 10px;
    }

.btn-celeste {
    background: #34a5d4;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 0 10px;
    width: 100%;
    max-width: 350px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    float: left;
    padding: 0 20px;
}

.color-gris {
    background: #bbbbbb !important;
}

.btn-celeste:hover {
    background: #bbbbbb;
    color: #ffffff;
}

.btn-white {
    color: #0066cc;
    text-align: center;
    background: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 0 10px;
    width: 100%;
    max-width: 290px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    float: left;
    padding: 0;
}

    .btn-white:hover {
        color: white;
        background: #0066cc;
    }

.shadow-top {
    -webkit-box-shadow: inset 0 20px 50px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 50px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 50px -20px rgba(0,0,0,0.8);
}

.shadow-bottom {
    -webkit-box-shadow: inset 0 -20px 50px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 -20px 50px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 -20px 50px -20px rgba(0,0,0,0.8);
}

.center {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 20px;
    font-size: 18px;
}

.btn-ver-mas, .btn-saber-mas:active, .btn-ver-mas:visited {
    margin: auto;
    display: table;
    background: #0066cc;
    color: white;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    float: none;
    clear: both;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn-ver-mas:hover {
        background: #ededed;
        color: #0066cc;
        text-decoration: none;
    }

.wrap {
}

a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

    .panel:last-child {
        border-bottom: none;
    }

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-heading {
    background-color: #34a5d4;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.panel-title a {
    display: block;
    color: #ffffff;
    padding: 15px 12px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
}

.panel-body {
    background: #fff;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }
/* #bs-collapse icon scale option */

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    /*content: '\e909';*/
    content: ' ';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

.panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

#title-int p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.sep {
    position: relative;
    float: left;
    height: 50px;
    width: 100%;
}

.table-responsive > .fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    z-index: 2;
}

.table-responsive {
    border: none;
    clear: both;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

table {
    width: 100%;
}

tbody {
    background: white;
}

.ancho_total {
    width: 100%;
}

.columna-25 {
    width: 25%;
}

td {
    font-size: 11px;
    padding-top: 10px;
    color: #595959;
    max-width: 400px;
    padding-left: 5px;
}

thead {
    width: 100%;
}

th {
    font-weight: 100;
    text-align: left;
    padding: 5px;
    background: #34a5d4 !important;
    color: white !important;
    font-size: 11px;
}

th, td {
    padding: 5px;
}

.align-center {
    text-align: center;
}

.nav.nav-pills li {
    border-radius: 0;
    margin: 0;
    text-align: center;
    height: 40px;
}

    .nav.nav-pills li a:link, .nav.nav-pills li a:visited, .nav.nav-pills li a:focus {
        border-radius: 0;
        margin: 0;
        text-align: center;
        /*background: #001e62;*/
        background: #333333;
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 40px;
        font-size: 13px;
    }

    .nav.nav-pills li a:hover {
        border-radius: 0;
        margin: 0;
        text-align: center;
        background: #34a5d4;
    }

    .nav.nav-pills li.active > a {
        border-radius: 0;
        margin: 0;
        text-align: center;
        background: #34a5d4;
        height: 50px;
        font-size: 13px;
    }

table {
}

tr {
    background: #f7f7f7;
    border-bottom: solid 3px white;
}

table.dataTable {
    margin-top: 0 !important;
}

table img {
    margin: 0 !important;
}

.sorting_asc:after, table.dataTable thead .sorting:after {
    content: "" !important;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.form-control {
    position: relative;
    float: left;
}

select {
    background-color: #34a5d4 !important;
    color: #FFFFFF !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}

.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #FFFFFF transparent transparent transparent;
}

.hidden-xs {
}

.hidden-lg {
    display: none;
}

.nav.nav-pills li.active a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e8e8e8;
    clear: both;
    transform: translateX(-50%);
}

.icon-scroll {
    display: none;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%,50%);
    opacity: 0;
    z-index: 2
}

    .icon-scroll.on {
        display: block;
        opacity: 1;
        -webkit-animation: sarasa 4s;
        animation-iteration-count: 1;
    }

    .icon-scroll img {
        opacity: 0;
    }

.panel-group {
    position: relative;
    float: none;
    clear: both;
}

@-webkit-keyframes sarasa {
    0%, 20%,40%,60%,80% {
        left: 40%;
        opacity: 1;
    }

    10%,30%,50%,70%,90% {
        left: 60%;
    }

    100% {
        left: 40%;
        opacity: 0;
    }
}

.icon-scroll img {
    margin: 0 !important;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.panel-body {
    border: none !important;
}

.panel-heading {
    border-radius: 0 !important;
}

.flecha {
    color: #474747;
}

#title-int p {
    padding-top: 10px;
    margin-bottom: 1em;
    font-size: 14px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.icono-centro {
    text-align: center;
}


@media(min-width:768px) {
    .table-responsive > .fixed-column {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 10px 0;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav li {
        width: 100%;
        text-align: center;
        border: none !important;
    }
}

@media (max-width: 991px) {
    .nav-intro li a {
        height: 25px;
        background: #001f62;
        color: white;
        position: relative;
        display: block;
        min-width: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 16px;
    }

    .panel-title a {
        display: block;
        color: #fff;
        padding: 15px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
    }

    .table > thead > tr > th {
        font-size: 12px;
    }

    th {
        text-align: left;
        padding: 15px;
        background: #34a5d4;
        color: white;
        font-size: 12px;
    }

    .btn-celeste {
        background: #34a5d4;
        text-align: center;
        color: white;
        text-decoration: none;
        border-radius: 0;
        display: block;
        margin: 0;
        width: 100%;
        max-width: 290px;
        line-height: 20px;
        font-size: 12px;
        position: relative;
        float: left;
        padding: 10px;
    }

    .btn-saber-mas.btn-comite:link, .btn-saber-mas.btn-comite:active, .btn-saber-mas.btn-comite:visited, .btn-saber-mas.btn-comite:focus {
        margin-left: 0;
        background: #34a5d4;
        color: white;
        padding: 10px;
        text-align: center;
        position: relative;
        float: left;
        clear: both;
        text-decoration: none;
        margin-bottom: 25px;
        font-size: 12px;
    }

    #title-int p {
        text-align: center;
        color: #0066cc;
        font-size: 15px;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #intro-int {
        background: none;
    }

    footer .img-responsive {
        max-width: 100%;
        margin: auto;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    #title-int h1 {
        color: white;
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        margin: 20px;
    }

    .nav-content li {
        display: inline-block;
        max-width: 230px;
        position: relative;
        padding: 0px;
    }

        .nav-content li a {
            background: #3da5d0;
            padding: 15px 20px;
            margin: 0;
            color: white;
            text-align: center;
            display: block;
            height: 40px;
            min-width: 95px;
            font-size: 10px;
            line-height: 13px;
        }

        .nav-content li:nth-child(1) a, .nav-content li:nth-child(1) {
            min-width: 90px;
        }

        .nav-content li:nth-child(2) a, .nav-content li:nth-child(2) {
            min-width: 125px;
        }

        .nav-content li a span {
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            left: 50%;
        }

    .nav.nav-pills li a {
        font-size: 12px !important
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 15px;
    }

    .nav-content li a.active, .nav-content li a:hover {
        background: #0068cb;
    }

    .nav.nav-pills li {
        border-bottom: solid 1px white;
    }
}

@media (max-width: 768px) {
    .icon-scroll {
        display: block;
    }

        .icon-scroll img {
            opacity: 1;
        }

    .panel-body {
        padding: 5px;
    }

    .btn-volver {
        background: #0066cc;
        text-align: center;
        color: white;
        text-decoration: none;
        border-radius: 0;
        display: block;
        margin: 20px 0;
        width: auto;
        line-height: 40px;
        position: relative;
        float: left;
        padding: 0 20px;
        clear: both;
        font-size: 12px;
    }

    p {
        font-size: 12px !important
    }

    .hidden-xs {
        display: none;
    }

    .hidden-lg {
        display: block;
    }

    .nav.nav-pills li {
        border-radius: 0;
        margin: 0;
        text-align: center;
        /*background: #001e62;*/
        background: #333333;
        width: 100% !important;
    }


    #nav-int .servicio {
        min-height: 100px;
    }

        #nav-int .servicio:nth-child(1), #nav-int .servicio:nth-child(2), #nav-int .servicio:nth-child(3), #nav-int .servicio:nth-child(4) {
            width: 25%;
        }

        #nav-int .servicio:nth-child(5), #nav-int .servicio:nth-child(6), #nav-int .servicio:nth-child(7) {
            width: 33.3%;
        }

        #nav-int .servicio .label-icon {
            -moz-transform: translateY(-55%);
            -webkit-transform: translateY(-55%);
            -o-transform: translateY(-550%);
            -ms-transform: translateY(-55%);
            transform: translateY(-55%);
        }

    #nav-int .container {
        padding: 0;
    }

    #nav-int .servicio .label-icon p, #nav-int .servicio .label-icon h1 {
        opacity: 1;
        height: 25px;
    }

    #nav-int .servicio .label-icon h1 {
        font-size: 12px;
        margin: 0;
        line-height: 10px;
        margin-bottom: 3px;
    }

    #nav-int .servicio .label-icon {
        width: 90%;
        left: 5%;
    }

    #intro-int .container {
        /*background: url(../img/logo.png) 15px center no-repeat;
 background-size: 150px;*/
    }

    #intro-int img {
        /*display:none;*/
    }

    .center-logo {
        background: url(../img/logo-footer.png) center no-repeat;
        background-size: contain;
        height: 90px
    }

        .center-logo img {
            display: none;
        }

    footer h1, footer p {
        text-align: center;
    }

    footer .nav-intro, footer .nav-footer {
        display: table;
        margin: 20px auto;
        float: none;
        text-align: center;
    }

    footer .img-responsive {
        margin-bottom: 20px;
    }

    .logo-footer {
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }

    .servicio .img-responsive {
        max-width: 100%;
    }

    table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        font-size: 12px;
    }

    .table-responsive table {
        width: max-content;
        max-width: none;
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: initial !important;
        width: 220px !important;
        word-break: break-word;
    }

        .table-responsive > .table > tbody > tr > td:first-child, .table-responsive > .table > tbody > tr > th:first-child, .table-responsive > .table > tfoot > tr > td:first-child, .table-responsive > .table > tfoot > tr > th:first-child, .table-responsive > .table > thead > tr > td:first-child, .table-responsive > .table > thead > tr > th:first-child {
            white-space: initial !important;
            width: 75px !important;
        }
}

@media (min-width: 768px) {
}


/*Letras de mensaje de paginado*/
.dataTables_info {
    font-size: 11pt;
}

/*Estilo de flecha de collapsable para que no desaparezca.*/
.panel-heading.active a[data-toggle="collapse"]:before {
    content: '\e316' !important;
    transform: scale(1) !important;
}

/*Spinner*/
.loader-ajax {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0.5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fixedVeil {
    position: fixed !important;
}

.spinner-ajax {
    width: 80px;
    margin: auto auto;
    height: 20px;
    top: 50%;
    position: relative;
}

    .spinner-ajax > div {
        width: 18px;
        height: 18px;
        /*background-color: #001e62;*/
        background-color: #333333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner-ajax .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner-ajax .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*End spinner*/
.formulario {
    font-size: 1.1rem !important;
}

.form-group.comprimido {
    margin-bottom: 0px !important;
}

.container-autoridades {
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
}
