@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova'), local('Proxima Nova'), url(../fontsDD/Proxima-Nova-Reg.otf) format('opentype');
}

@font-face {
    font-family: 'Baloo-Regular';
    src: local('Baloo-Regular'), local('Baloo-Regular'), url(../fontsDD/Baloo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Proxima-Nova-Xbold';
    src: local('Proxima-Nova-Xbold'), local('Proxima-Nova-Xbold'), url(../fontsDD/Proxima-Nova-Xbold.otf) format('opentype');
}

body {
    font-family: 'Proxima Nova' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 0px !important;
}


/*Estilos seccion destacados*/

#titulo-lista {
    background-color: #000f9f;
    height: 55px !important;
    width: 390px !important;
    /*border-top-left-radius: 20px;*/
} 

#Titulo {
    color: #ffffff;
    position: absolute !important;
    margin: 20px;
}

#feacture {
    float: right;
    height: 360px !important;
    max-height: 360px;
    width: 390px;
    max-width: 390px;
    margin-bottom: 20px;
}

#items-feacture {
    /* display: -ms-grid !important;
    display: grid !important; */
    background-color: #0066ff;
    color: #ffffff;
    height: 51px;
    /* -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr) [2]; */
    /* grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr); */
    border-bottom: 1px solid #ffffff;
}

.iconSection {
    background-color: #00a985;
    width: 48px;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom: 2px solid #38383859;
}

.DescriptionFeacture {
    margin-top: -35px;
    margin-left: 60px;
}

.iconFeacture-6 {
    margin-top: 24%;
    margin-bottom: 24%;
    margin-left: 10px;
}

.iconFeacture-4 {
    margin-bottom: 47.5%;
    margin-top: 51.25%;
    margin-left: 10px;
}

a.Texto-item {
    color: #fff;
    text-decoration: none;
}

@media (max-device-width: 1199px) {
    #gto-main-feacture {
        max-width: 1200px !important;
        margin: auto;
    }
    #feacture {
        float: none !important;
        height: 100% !important;
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important;
        margin-top: 20px;
        width: auto !important;
        max-width: none !important;
        margin-bottom: 20px;
    }
    #titulo-lista {
        background-color: #000f9f;
        height: 55px !important;
        width: 100% !important;
        border-top-left-radius: 20px;
    }
    .DescriptionFeacture {
        margin-left: 0px !important;
        margin-top: -25px;
        padding-left: 61px;
        font-size: 12px;
    }
    .iconFeacture-4 {
        margin-top: 15% !important;
        margin-bottom: 15% !important;
        margin-left: 10px !important;
    }
    .iconFeacture-6 {
        margin-top: 15% !important;
        margin-bottom: 15% !important;
        margin-left: 10px !important;
    }
    .iconSection {
        background-color: #00a985;
        width: 50px;
        height: 50px;
        border-bottom-right-radius: 100%;
        border-top-right-radius: 100%;
        border-bottom: 2px solid #38383859;
    }
}


/*termina estilos destacados*/


/*Estilos Footer*/

#gto-main-footer {
    margin-top: 20px;
    /* display: -ms-grid;
    display: grid; */
    background-color: #dadada;
    position: relative;
    bottom: 0;
    max-height: 300px;
    left: 0;
    width: 100% !important;
}

.address {
    padding: 20px;
    text-align: center;
    text-transform: uppercase
}

.social a {
    color: #0062C4;
    display: inline-block;
    padding: 12px;
    
    font-size: 1.275rem;
    min-width: 30px;
    text-align: center;
}

.social a:hover { background-color: transparent; }

.navbar-header img{
display: none !important;}
.navbar-header a {
    display: inline-block;
    /*background: url(../imagesD/logo-sg.png) no-repeat right;*/
    background-size: 210px 105px;
    background-color: #00A985;
    padding: 15px 20px;
    width: 100%;
    height: 105px;
    float: left;

}

.legal {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center
}

div#img-footer {
    padding-top: 20px;
}

#footer {
    display: block;
    width: 1200px;
    margin: auto;
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
}

#items-footer {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr
}

@media(max-device-width:700px) {
    #items-footer {
        display: -ms-grid!important;
        display: grid!important;
        width: 100%!important;
        max-width: 1200px!important;
        margin: 0 auto!important;
        -ms-grid-columns: 1fr!important;
        grid-template-columns: 1fr!important;
        -ms-grid-rows: auto!important;
        grid-template-rows: auto!important;
        grid-auto-rows: auto!important;
        grid-auto-flow: row!important;
        grid-auto-columns: auto!important;
    }
    #footer {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #items-footer #item_1 {
        background-color: #dadada!important;
        height: auto!important;
    }
    #gto-main-footer {
        height: auto!important;
        bottom: 0;
    }
    #img-footer {
        margin: 15px;
    }
    .legal {
        background: #dadada
    }
}


/* Terminos Estilos Footer*/


/*Slider */

.gto-slider {
    overflow: hidden;
    position: relative;
    width: 790px;
    height: 360px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    background-color: #025ABC;
}

.gto-slider-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gto-slider-item img {
    width: 100%;
    height: 100%;
}

.prev-element,
.next-element {
    position: absolute;
    height: 100%;
    z-index: 3;
    padding: 0 16px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: white;
    font-size: 42px;
    display: -ms-grid;
    display: grid;
    cursor: pointer;
    font-weight: bold;
}

.prev-element:hover,
.next-element:hover {
    text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
    color: #9eafe0;
}

.next-element {
    right: 0;
}

@media(max-device-width: 1200px) {
    .gto-slider {
        overflow: hidden;
        position: relative;
        width: auto !important;
    }
}

@media(max-device-width: 800px) {
    .gto-slider {
        overflow: hidden;
        position: relative;
        width: auto !important;
        height: 250px !important;
    }
    .gto-slider-item img {
        width: 100%;
        height: 100%;
    }
}


/*Termino Slider*/


/*Estilos Tranparencia */

a {
    text-decoration: none
}

div.transparencia {
    background-color: #000F9F;
    height: 138px;
    margin-top: 20px;
    border-radius: 70px;
    display: flex;
    /*box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.15);*/
    overflow: visible;
    width: calc(100% - 1px)
}

div.transparencia-logo {
    width: 35%;
    /*background-color: white;*/
}

div.transparencia-logo img {
    width: auto;
    height: 140px;
    margin-top: -1px;
    object-fit: contain
}

div.transparencia-logo h3 {
    display: none
}

div.transparencia-logo a {
    text-decoration: none;
    margin: auto
}

div.transparencia-link-list {
    /* width: 50%; */
    margin: auto;
    display: grid;
}

div.transparencia-link-list ul {
    columns: 2;
    -webkit-columns: 2;
    line-height: 21px;
    margin: auto;
    padding-inline-start: 0;
    padding: 0;
}

div.transparencia-link-list ul li {
    color: white;
    padding: 1px 4px;
}

div.transparencia-link-list ul li a {
    text-decoration: none;
    color: white;
    margin-right: 18px;
    line-height: 24px
}

div.transparencia-link-list ul li:hover {
    text-decoration: underline;
}

div.transparencia-link-list .list-trigger {
    display: none
}

div.transparencia-lupa {
    display: flex;
    width: 16%
}

div.transparencia-lupa .ico-area {
    background: white;
    width: 140px;
    margin: auto;
    height: 140px;
    border-radius: 50%;
    margin-right: -2px;
    margin-top: -1px;
    display: flex
}

div.transparencia-lupa .ico-area img {
    color: #000F9F;
    margin: auto;
    width: 14.5rem;
}

@media (max-device-width: 1060px) {
    div.transparencia {
        width: calc(100% - 7px);
    }
    div.transparencia-link-list ul {
        margin-right: 0 !important;
        display: grid;
        justify-content: end
    }
    div.transparencia-link-list ul li a {
        font-size: 13px !important;
        line-height: 12px !important
    }
}

@media (max-device-width: 800px) {
    div.transparencia {
        width: 99%;
        margin: 20px auto
    }
    div.transparencia-logo {
        width: 45% !important;
        display: flex;
        /*background-color: white;*/
    }
    div.transparencia-logo img {
        display: none
    }
    div.transparencia-logo h3 {
        display: block !important;
        color: white;
        font-size: 14px;
        margin: auto;
        padding-left: 18px;
        font-weight: 400;
    }
    div.transparencia-link-list {
        width: 11% !important;
        display: contents
    }
    div.transparencia-link-list button {
        margin-left: -6px !important;
        border: none;
    }
    div.transparencia-link-list button:focus {
        outline: none
    }
    div.transparencia-link-list mat-menu .mat-menu-content:not(:empty) {
        background-color: #000F9F !important
    }
    div.transparencia-link-list .hidden-menu-list {
        display: none !important
    }
    div.transparencia-link-list .visible-menu-list {
        z-index: 100;
        padding: 12px;
        line-height: 24px;
        display: block;
        position: absolute;
        left: 33%;
        background: white;
        color: #000F9F;
        margin-top: 160px;
        columns: 1;
        /*box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15)*/
    }
    div.transparencia-link-list .visible-menu-list li a {
        z-index: 100;
        color: #000F9F;
        text-decoration-none;
        font-size: 14px !important;
    }
    div.transparencia-link-list .list-trigger {
        display: flex !important;
        justify-content: center;
        margin: auto;
        margin-bottom: 0;
        background: white;
        width: 45px;
        height: 30px;
        border-radius: 50% 50% 0 0;
        cursor: pointer;
    }
    div.transparencia-link-list .list-trigger a {
        text-decoration: none
    }
    div.transparencia-link-list .list-trigger i {
        margin: auto;
        font-size: 2rem;
        color: #000F9F;
        font-family: "Material Icons";
        font-style: normal;
    }
    div.transparencia-lupa {
        width: 44% !important
    }
    div.transparencia-lupa .ico-area {
        margin: auto !important;
        margin-right: 15px !important;
        width: 100px !important;
        height: 100px !important;
    }
    div.transparencia-lupa .ico-area img {
        width: 6rem !important;
    }
    div.transparencia-link-list .list-trigger:hover div.transparencia-link-list ul {
        display: block !important;
    }
    div.transparencia-link-list ul li {
        list-style: none;
    }
}


/* Termino Transparencia */

.top-bar .contact-options .email {
    padding-right: 20px;
}

.top-bar .contact-options .escrib {
    font-size:  0.625rem;
}

/*.top-bar .contact-options .accesibilidad {
    font-size: 10px;
}*/

.top-bar .contact-options .escrib a span {
    color: #fff;
    padding-right: 6px;
}

/*.top-bar .contact-options .accesibilidad a span {
    color: #fff;
    padding-right: 6px;
}*/

.prime-area,
.secondary-content {
    margin: 0 auto;
    max-width: 1600px;
}

.masthead {
    margin-bottom: 30px;
}

.masfoot {
    margin-top: 30px;
}

.botbar {
    display: none;
}

.home-icos {
    background-image: url(https://finanzas.guanajuato.gob.mx/img/home.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 38px;
    margin-right: 10px;
}

.home-icoz{
    height: 102px;
    cursor: pointer;
}

.home-ico {
    padding: 0px !important;
}

.heading img {
    width: 50%;
}

.citizen-help .contact {
    margin: 10px;
}

.citizen-help {
    background-color: #0262c9;
    margin-bottom: 5px;
    padding: 0px 5px 0px 0px;
}

.grid-des {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #0262c9;
    color: #fff;
}

.grid-des h2 {
    padding-left: 40px;
    color: #fff;
}

.destacados-li {
    line-height: 250%;
}

.destacados-li li {
    font-size: 12px;
    color: #19A89E;
    width: 100%;
}

.destacados-li li span {
    font-family: 'Proxima Nova' !important;
    padding-left: 7px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    line-height: 250%;
}

.navbar-header {
    text-align: left;
    width: 25%;
    margin-left: -15% !important;
}

.ga-imgd {
    border-radius: 50%;
}

.prel {
    position: relative;
}

.float-over {
    margin-top: 80px;
    position: absolute;
    z-index: 10;
}

.grid {
    display: table;
    width: 100%;
}

.grid-cell {
    display: table-cell;
    vertical-align: middle;
    /*height: 80px;*/
}

.responsive {
    height: auto;
    width: 100%;
}

.items-area {
    /* background-color: #E4ECFA; */  
    background-color: #B9C8E6;
}

.items-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.items-area .contact-options li {
    display:  inline-block;
    font-size: 0.8125rem;
    padding: 19px 0;
}
.items-area .contact-options a { color: #000F9F; font-family: "Proxima Nova"; font-size: 0.625rem;}
.items-area .contact-options .phone { padding-right: 20px; }
.items-area .contact-options .phone a { font-size: 0.825rem; }
.items-area .contact-options .phone a span {
    color: rgba(0,15,159,1);
    font-size: .995rem;
    margin-right: 5px;
    vertical-align: -2px;
}
.items-area .contact-options .email a { font-size: 0.625rem; }
.items-area .contact-options .email a span {
    color: #fff;
    font-size: 0.875rem;
    margin-right: 5px;
    vertical-align: -1px;
}

.top-bar {
    /* background-color: #E4ECFA; */
    background-color: #B9C8E6;
}

.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar .contact-options li {
    display:  inline-block;
    font-size: 0.8125rem;
    padding: 19px 0;
}
.top-bar .contact-options a { color: #000F9F; font-family: "Proxima Nova"; font-size: 0.625rem;}
.top-bar .contact-options .phone { padding-right: 20px; }
.top-bar .contact-options .phone a { font-size: 0.825rem; }
.top-bar .contact-options .phone a span {
    color: rgba(0,15,159,1);
    font-size: .995rem;
    margin-right: 5px;
    vertical-align: -2px;
}
.top-bar .contact-options .email a { font-size: 0.625rem; }
.top-bar .contact-options .email a span {
    color: #fff;
    font-size: 0.875rem;
    margin-right: 5px;
    vertical-align: -1px;
}

.social {
    padding-top: 8px;
}
.social a {
    color: #0062C4;
    display: inline-block;
    padding: 12px;
    
    font-size: 1.275rem;
    min-width: 30px;
    text-align: center;
}
.social a:hover { background-color: transparent; }
.navbar-header img{
    display: none !important;}
.navbar-header a {
    display: inline-block;
/*    background: url(../imagesD/logo-sg.png) no-repeat right;*/
    background-size: 210px 105px;
    background-color: #00A985;
    padding: 15px 20px;
    width: 100%;
    height: 105px;
    float: left;

}

.botbar {
    width: 100%;
    height: 50px;
}

.barC1 {
    width: 80%;
    height: 100%;
    background-color: #4455AC;
    float: left;
}

.barC2 {
    float: right;
    width: 20%;
    height: 100%;
    background-color: #7A429E;
}

.navbar-default {
    background: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
    margin: 30px 10px;  
}
.navbar-default .navbar-toggle .fa {
    color: #00A985;
    font-size: 1.3125rem;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-nav > li > a {
    border-bottom: 2px solid transparent;
    color: #00A985;
    display: block;
    padding: 40px 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    border-bottom-color: transparent;
    color: #00A985;
}
.navbar-default .navbar-nav .search {
    background: none;
    border: none;
    border-radius: 0;
    color: #00A985;
    padding: 40px 10px;
}
.navbar-default .navbar-nav .search:hover {
    color: #fff;
}
.navbar-default .navbar-nav .search .fa { font-size: 1.125rem; }
.fa-sitemap{
  font-size: 1.125rem;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.modal {
    background-color: rgba(0, 0, 0, 0.75);
}

.modal.search .search-field {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #666;
    border-left: none;
    color: #fff;
    padding: 5px;
    font-size: 2.25rem;
    margin-top: 20%;
    width: 100%;
}

.prime-area .featured {
    background-color: #000;
    margin: 0 -15px;
}

.featured .float-over {
    left: 30px;
    bottom: 30px;
}

.featured .section {
    color: #de5921;
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
    text-transform: uppercase;
}

.featured h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 5px 30px 10px 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
    width: 50%;
}

.featured a {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    border-radius: 4px;
    color: #de5921;
    display: inline-block;
    font-size: 0.6875rem;
    padding: 5px 40px;
    text-transform: uppercase;
}

.prime-area .banners {
    margin: 0 -15px;
}

.banners .banner .float-over {
    display: table;
    left: 0;
    top: 0;
    width: 100%;
}

.banners .banner a {
    color: #fff;
    display: table-cell;
    font-size: 28px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.banners .citizen-help {}

.banners .citizen-help .heading {
    text-align: center;
    background-color: #0262c9;
    color: #fff;
    font-size: 12px;
    /*padding: 18px 15px;*/
    text-transform: uppercase;
    /*height: 95px;*/
}

.banners .citizen-help .contact .fa {
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.citizen-help .contact {
    font-size: 10px;
    font-weight: 600;
}

.citizen-help .contact .icon {
    width: 25px;
}

.citizen-help .grid-cell p {
    line-height: 1.1;
}

.citizen-help .toll-free {
    /*background: #e0dee1 url(../imagesD/banner_arrow_down.png) no-repeat 15px top;*/
    color: #fff;
    border-right: 1px solid #fff;
    width: 130px;
    display: inline-block;
}

.citizen-help .toll-free .jline {
    margin: 0px 0px 0px 0px;
}

.citizen-help .toll-free .fa {
    font-size: 20px;
    padding: 0px;
}

.citizen-help .toll-free a {
    color: #fff;
    display: block;
    font-size: 22px;
}

.citizen-help .toll-free .small {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.citizen-help .toll-free .light-blue {
    color: #fff;
}

.citizen-help .whatsapp {
    color: #fff;
    width: 110px;
    display: inline-block;
}

.citizen-help .whatsapp .fa {
    font-size: 20px;
    padding: 0px;
}

.citizen-help .whatsapp a {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.citizen-help .email {
    color: #fff;
}

.citizen-help .email .fa {
    font-size: 20px;
    padding: 5px 5px;
}

.citizen-help .email a {
    color: #fff;
    font-size: 14px;
}

.citizen-help .chat {
    color: #fff;
}

.citizen-help .chat .image {
    background: url(../imagesD/chat-ico.jpg) no-repeat center center;
    background-size: contain;
    display: block;
    height: 30px;
    margin: 20px 15px;
    width: 30px;
}

.citizen-help .chat a {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.secondary-content.news-section {
    background-color: #fdfdfd;
}

.secondary-content.news-section .column {
    padding: 0 0px;
}

.secondary-content .news {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    margin: 10px 0;
}

.secondary-content .news .section {
    background-color: #00cd6f;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    left: 10px;
    line-height: 1;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}

.secondary-content .news .excerpt {
    color: #51595f;
    font-size: 16px;
    padding: 15px 10px;
    min-height: 120px;
    max-height: 120px;
}

.news img {
    max-height: 205px;
}

.secondary-content.campaings .column {
    padding: 0 5px;
}

.secondary-content.campaings .title {
    color: #fff;
    left: 0;
    padding: 0 24px;
    position: absolute;
    text-align: center;
    bottom: 25%;
    width: 100%;
}

.secondary-content.campaings .excerpt {
    font-size: 16px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
}

.secondary-content.campaings .title h4 {
    font-size: 11px;
    margin-top: -83%;
    background: #e84b0d;
    width: 20%;
    height: 20px;
    padding: 4px;
    margin-left: -4%;
}

.masfoot {
    background-color: #B9C8E6;
    color: #000ea7;
    padding: 20px 0 0px 0;
}
.masfoot .logo-foot {
    padding: 0 20px;
    text-align: center;
}
.masfoot .address {
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.masfoot .logo-foot img {display: inline-block;width: 54px;margin-bottom: 20px; }
.masfoot .social { text-align: center; }
.masfoot .social a {
    background-color: #001F8A;
    border-radius: 40px;
    display: inline-block;
    margin: 0px 10px;
    padding: 5px;
}
.masfoot .social a .fa { font-size: 1.0625rem; }

.masfoot .legal {
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.foot-menu {}
.foot-menu h5 {
    color: #333;
    font-size: 0.8125rem;
    margin: 20px 0 3px;
    text-transform: uppercase;
}
.foot-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot-menu li { padding: 5px 0; }
.foot-menu li a { color: #666; }
#content-gabinete{
    width: 100%;
}

/* fin 25.03.2021*/

#content-gabinete .gabinete {
    width: 50%;
}

.recipe-rd {
    width: 89%;
    margin: 0 auto;
    padding: 12px 0px 3px;
}

.tramites-serv {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

.tramites-serv label {
    font-size: 29px;
}

.tramites-serv a {
    color: #fff;
}

.tramites-serv ul li {
    margin: 10px 0px 10px 0px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (min-device-width: 1300px) {
    body {
        width: 100% !important;
    }
}


/******
* MEDIA QUERIES
*******/

@media (min-device-width: 320px) {
    .navbar-default .navbar-toggle {
        margin: 30px 7px;
    }
    .video-responsive {
        min-height: 225px;
    }
    .citizen-help .contact {
        margin: 10px 2px;
    }
    .container-fluid {
        padding-right: 0px;
    }
    .youresp {
        padding-right: 0px;
    }
    .row {
        margin-right: -4px;
        margin-bottom: 10px;
    }
    .masthead .top-bar .container .row{
        margin-bottom: 0px;
    }
    .navbar-header {
        width: 100%;
        /* margin-right: 0px; */
        margin-left: -15px !important;
    }
    .navbar-header a {
        width: 209px;
    }
    .social.xs-center {
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 20px 15px;
    }
    .modal.search .search-field {
        margin-top: 35%;
    }
    .featured h3 {
        font-size: 18px;
        width: 100%;
    }
    .featured .float-over {
        bottom: 10px;
    }
    .citizen-help .toll-free a {
        font-size: 11px;
    }
    .citizen-help .whatsapp a {
        font-size: 11px;
    }
    .citizen-help .email a {
        font-size: 12px;
    }
    .citizen-help .chat a {
        font-size: 12px;
    }
    .prime-area .banners {
        margin: 15px 3px;
    }
    .foot-menu {
        margin-top: 40px;
    }
}

@media (max-device-width: 410px) {
    .citizen-help .contact {
        margin: 10px 10px;
    }
}

@media (max-device-width: 415px) {
    .col-xs-6 {
        width: 100%;
    }
}

@media (min-device-width: 480px) {
    .featured .float-over {
        bottom: 30px;
    }
    .navbar-header {
        width: 100%;
        margin-left: -15px !important;
    }
}

@media (max-device-width: 490px) {
    #content-gabinete .gabinete {
        width: 100%;
    }
    .prime-area,
    .secondary-content {
        width: 100%;
    }
    .navbar-header {
        width: 100%;
        margin-left: -15px !important;
    }
}

@media (min-device-width: 768px) {
    .video-responsive {
        min-height: 599px;
    }
    .navbar-header {
        width: 35%;
        margin-left: -15% !important;
    }
    .navbar-header a {
        width: 100%;
    }
    .social.xs-center {
        text-align: right;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 40px 5px;
    }
    .modal.search .search-field {
        margin-top: 20%;
    }
    .featured h3 {
        font-size: 32px;
        width: 50%;
    }
    .featured .float-over {
        bottom: 30px;
    }
    .citizen-help .toll-free a {
        font-size: 14px;
    }
    .citizen-help .whatsapp a {
        font-size: 16px;
    }
    .citizen-help .email a {
        font-size: 9px;
    }
    .citizen-help .chat a {
        font-size: 17px;
    }
    .prime-area .banners {
        margin: 0 -15px;
    }
    .foot-menu {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        float: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: -146px;
    }
    #gto-logo-sfia {
        display: block;
        /*display: none; dolalde 09.08.2022*/
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        float: left;
        margin-bottom: 0px;
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    #gto-logo-sfia {
        display: block;
        margin-bottom: -101px !important;
        /*padding-left: 100%;*/
    }
    .navbar-default .navbar-toggle {
        /* margin: 30px -151px;*/
        margin: -519px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 100%
    }
}

@media (max-width: 767px) {
    #gto-logo-sfia {
        display: block;
        margin-bottom: -101px !important;
        /*padding-left: 100%;*/
    }
    .navbar-default .navbar-toggle {
        /* margin: 30px -151px;*/
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 100%
    }
}

@media (max-width: 480px) {
    #gto-logo-sfia {
        display: block;
        margin-bottom: -101px !important;
        padding-left: 0%;
    }
}

#gto-menu li a {
    text-decoration: none!important;
    font-family: "Proxima Nova"!important;
    font: status-bar!important;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    color: #fff;
    display: flex;
    max-width: 100%;
    white-space: normal;
    line-height: 12px;
    cursor: pointer;
}

@media (min-device-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 0px 12px;
    }
    .navbar-default {
        height: 92px;
    }
    .citizen-help .toll-free a {
        font-size: 20px;
    }
    .citizen-help .whatsapp a {
        font-size: 10px;
    }
    .citizen-help .email a {
        font-size: 12px;
    }
    .citizen-help .chat a {
        font-size: 12px;
    }
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 176px;
    }
}

@media (min-device-width: 1112px) {
    .citizen-help .toll-free a {
        font-size: 10px;
    }
    .citizen-help .email a {
        font-size: 12px;
    }
}

@media (max-device-width: 2000px) {
    .navbar-header {
        width: 50%;
        margin-left: -34% !important;
    }
}

@media (max-device-width: 480px) {
    .navbar-header {
        width: 100%;
        margin-left: -15px !important;
    }
}


/** TRANSPARENCIA **/

.transparenciaBanner {
    width: 99%;
    /*background: #142391;*/
    height: 141px;
    border-radius: 100px;
    margin-top: 20px 20px;
}

.transparenciaBannerColumnas {
    width: 99%;
    background: #0066FF;
    height: 141px;
    border-radius: 100px;
    margin-top: 20px;
}

img.lupaTransparencia {
    width: 55%;
    float: right;
    margin-right: -1%;
    height: 141px;
}

img.logoTransparencia {
    height: 141px;
}

ul.ultransparencia {
    position: absolute;
    /*   margin-top: -110px;
	margin-left: 500px;*/
    margin-top: -9%;
    margin-left: 42%;
    color: white;
    columns: 2;
    -webkit-columns: 2;
    line-height: 25px;
}

ul.ultransparencia li {
    margin-left: 60px;
}

ul.ultransparencia li a {
    text-decoration: none;
    color: white;
}

ul.ultransparenciaColumnas {
    position: absolute;
    margin-top: -10%;
    margin-left: 35%;
    color: white;
}


/** END **/

.lt-head {
    background-color: #0062CA;
    color: #fff;
    height: 55px;
    padding: 20px 25px;
    font-family: 'Proxima Nova';
    font-size: 14px;
}

.row-lin {
    border: 1px solid #0062CA;
    font-family: 'Proxima-Nova-Xbold';
    font-size: 18px;
    font-weight: bolder;
    color: #20399C;
}

.row-lin a label {
    padding: 15px 35px;
    margin-bottom: 0px;
    width: 100%;
}

.row-lin a label:hover {
    background-color: #0062CA;
    color: #fff;
    cursor: pointer;
}

.prime-area {
    margin-bottom: 20px;
}

.margin-bot {
    margin-bottom: 20px;
}

.fi-card1 {
    background: url(../img/back-sfia1.png) no-repeat;
    background-size: cover;
}

.fi-card2 {
    background: url(../img/back-sfia2.png) no-repeat;
    background-size: cover;
}

.fi-card3 {
    background: url(../img/back-sfia3.png) no-repeat;
    background-size: cover;
}

.fi-card2 div div,
.fi-card1 div div {
    background: url(../img/ico-sfia.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 40%;
}

.column.li-cardk.menu-box.MENUPAGOS {
    width: 31.6%;
    float: right;
}

.fi-card2 div,
.fi-card1 div,
.fi-card3 div {
    background-color: rgba(0, 107, 97, 0.6);
}

.fi-card2 div label,
.fi-card1 div label {
    font-family: 'Baloo-Regular';
    font-size: 25px;
    color: #fff;
    padding: 68px 15px 23px 20%;
    font-weight: normal;
}

.fi-card3 div label {
    font-family: 'Baloo-Regular';
    font-size: 35px;
    color: #fff;
    padding: 74px 92px;
    font-weight: normal;
}

.li-cardk ul {
    list-style: none;
    padding-left: 10px;
    line-height: 251%;
    font-family: 'Proxima Nova';
    font-size: 14px;
    background-color: #E4E4E4;
    min-height: 275px;
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
}

.li-cardk .lst-head {
    font-family: 'Proxima-Nova-Xbold';
    font-size: 18px;
    background-color: #0062C4;
    color: #fff;
    padding: 18px 14px;
    margin-left: -10px;
    margin-right: -10px;
}

.sfi-ico1 div {
    background: url(https://finanzas.guanajuato.gob.mx/img/sfia-ico1.svg) no-repeat;
}

.sfi-ico2 div {
    background: url(https://finanzas.guanajuato.gob.mx/img/sfia-ico2.svg) no-repeat;
}

.sfi-ico3 div {
    background: url(https://finanzas.guanajuato.gob.mx/img/sfia-ico3.svg) no-repeat;
}

.sfi-ico1 div,
.sfi-ico2 div,
.sfi-ico3 div {
    background-size: cover;
    width: 29px;
    height: 29px;
    display: inline-block;
    margin: auto;
    margin-bottom: 6px;
}

.sfi-ico1,
.sfi-ico2,
.sfi-ico3 {
    background-color: #00AA9D;
}

.sfi-ico1 label,
.sfi-ico2 label,
.sfi-ico3 label {
    max-width: 315px;
    padding: 15px 0px;
    font-size: 14px;
    font-family: 'Proxima Nova';
    color: #fff;
    font-weight: 100;
}

.ico-notr {
    margin-top: 15px;
    position: absolute;
}

.sfi-ico2 label {
    padding: 24px 57px;
}

.ccard1 {
    background: url(https://finanzas.guanajuato.gob.mx/img/ico-masterd.svg) no-repeat;
    width: 50px;
    height: 39px;
    margin-right: 15px;
}

.ccard2 {
    background: url(https://finanzas.guanajuato.gob.mx/img/ico-visa.svg) no-repeat;
    width: 64px;
    height: 20px;
    margin-bottom: 8px;
}

.ccard3 {
    background: url(https://finanzas.guanajuato.gob.mx/img/ico-american.svg) no-repeat;
    width: 37px;
    height: 37px;
    margin-left: 15px;
}

.ccard1,
.ccard2,
.ccard3 {
    display: inline-block;
}

.cards-mast {
    text-align: center;
    margin-top: 30px;
}

.cards-mast .label {
    font-family: 'Proxima Nova Light';
    font-size: 14px;
    color: #1A1A1A;
}


/* -------- estilos adicionales por accesibilidad --------*/

.menu-box ul li a {
    color: #2c3cb5;
}

.sfi-ico3,
.sfi-ico2,
.sfi-ico1 {
    margin-top: 20px;
    width: 100%;
    background-color: #0062c4;
    padding: 6px;
    display: inline-grid;
    flex-wrap: wrap;
    text-align: -webkit-center;
    color: white;
    height: 8rem;
    border-top-left-radius: 10PX;
    border-top-right-radius: 10PX;
    border-bottom-left-radius: 10PX;
    border-bottom-right-radius: 10PX;
}

@media(max-width:800px) {
    img.imgSlider {
        height: 250px !important;
    }
}

@media(max-width:798px) {
    img.imgSlider {
        height: 250px !important;
    }
}

@media (max-device-width: 991px) {
    .menu-box {
        margin-top: 0px;
    }
    .fi-card2 div label,
    .fi-card1 div label {
        font-family: 'Baloo-Regular';
        font-size: 19px !important;
        color: #fff;
        padding: 71px 16px 23px 20% !important;
        font-weight: normal;
    }
    .fi-card3 div label {
        font-family: 'Baloo-Regular';
        font-size: 26px;
        color: #fff;
        padding: 120px 37px;
        font-weight: normal;
    }
    .margTop {
        margin-top: 0px !important;
    }
}

@media (max-device-width: 1199px) {
    .fi-card2 div label,
    .fi-card1 div label {
        font-family: 'Baloo-Regular';
        font-size: 24px;
        color: #fff;
        padding: 69px 15px 23px 20%;
        font-weight: normal;
    }
}

@media (max-device-width: 992px) {
    .enlace-transparencia {
        display: none;
    }
    .textTransparencia {
        display: block !important;
        color: white;
        width: 400px;
        margin: 40px 40px 40px 40px;
        font-size: 15px;
    }
    .transparenciaBanner {
        display: inline-flex;
        justify-content: space-between;
        /*margin-left: -12px;*/
        margin-left: auto;
        background: #142391;
        /*margin-left: -12px;
		width: 700px;
	    height: 141px;
	  	border-radius: 100px;
	  	margin-top: 20px;*/
    }
    .ultransparencia {
        visibility: hidden;
    }
    .textTransparencia::after {
        content: '▼';
        color: white;
        font-size: 18px;
        display: inline-flex;
        margin-left: 6px;
    }
    .transparenciaBanner:hover .ultransparencia {
        visibility: visible;
        border-radius: 6px;
        background-color: #142391;
        display: grid;
        margin: 145px auto auto auto;
        line-height: 32px;
        z-index: 10;
        padding: 6px;
        left: 25%;
        box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
    }
    .lupaTransparencia {
        display: none;
    }
    ul.ultransparencia li {
        margin: 0 18px;
    }
}


/* -------- estilos adicionales por accesibilidad --------*/