/*!
* Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@font-face {font-family: "Myriad Web Pro";  src: url("fonts/MYRIADW0.eot") /* EOT file for IE */}
@font-face {font-family: "Myriad Web Pro";  src: url("fonts/MyriadWebPro.ttf") /* TTF file for CSS3 browsers */}
@font-face {
    font-family: "Myriad Pro";
    src: /MYRIADW0.eot"); /* EOT file for IE */
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadWebPro.ttf"); /* TTF file for CSS3 browsers */
}

@import 'animacion.css';



@media print {
    /* line 13, assets/scss/bootstrap/_print.scss */
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    /* line 23, assets/scss/bootstrap/_print.scss */
    a,
    a:visited {
        text-decoration: underline;
    }




    /* line 33, assets/scss/bootstrap/_print.scss */
    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /* line 48, assets/scss/bootstrap/_print.scss */
    pre {
        white-space: pre-wrap !important;
    }

    /* line 51, assets/scss/bootstrap/_print.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 62, assets/scss/bootstrap/_print.scss */
    thead {
        display: table-header-group;
    }

    /* line 66, assets/scss/bootstrap/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
        display: block;
    }

    /* line 71, assets/scss/bootstrap/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 78, assets/scss/bootstrap/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }

    div, section{
        display: block;
        box-sizing: border-box;
    }

    /* line 86, assets/scss/bootstrap/_print.scss */
    .navbar {
        display: none;
    }

    /* line 89, assets/scss/bootstrap/_print.scss */
    .badge {
        border: 1px solid #000;
    }

    /* line 93, assets/scss/bootstrap/_print.scss */
    .table {
        border-collapse: collapse !important;
    }
        /* line 96, assets/scss/bootstrap/_print.scss */
        .table td,
        .table th {
            background-color: #fff !important;
        }

    /* line 102, assets/scss/bootstrap/_print.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
/* line 21, assets/scss/bootstrap/_reboot.scss */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* line 27, assets/scss/bootstrap/_reboot.scss */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}
/* line 45, assets/scss/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


/* line 73, assets/scss/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
    outline: none !important;
}

/* line 83, assets/scss/bootstrap/_reboot.scss */
hr {
    box-sizing: border-box;
    height: 0;
    overflow: visible;
}

hr.hr-02{
    height: 0.2rem;
    background: #666;
    width: 100%;
    margin:0;
}

hr.title{
    width: 30%;
    display: block;
    margin: 0.2em auto;
}
/* line 99, assets/scss/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin: 0.5rem;
}

/* line 109, assets/scss/bootstrap/_reboot.scss */
p {
    margin-top: 0;
    margin: 0.5rem;
    font-size: 1rem;
}

/* line 121, assets/scss/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

/* line 129, assets/scss/bootstrap/_reboot.scss */
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

/* line 135, assets/scss/bootstrap/_reboot.scss */
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    /* line 142, assets/scss/bootstrap/_reboot.scss */
    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

/* line 149, assets/scss/bootstrap/_reboot.scss */
dt {
    font-weight: 700;
}

/* line 153, assets/scss/bootstrap/_reboot.scss */
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

/* line 158, assets/scss/bootstrap/_reboot.scss */
blockquote {
    margin: 0 0 1rem;
}

/* line 162, assets/scss/bootstrap/_reboot.scss */
dfn {
    font-style: italic;
}

/* line 167, assets/scss/bootstrap/_reboot.scss */
b,
strong {
    font-weight: bolder;
    font-size: 1.1rem;
}

/* line 173, assets/scss/bootstrap/_reboot.scss */
small {
    font-size: 80%;
}

/* line 182, assets/scss/bootstrap/_reboot.scss */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/* line 190, assets/scss/bootstrap/_reboot.scss */
sub {
    bottom: -.25em;
}

/* line 191, assets/scss/bootstrap/_reboot.scss */
sup {
    top: -.5em;
}

/* line 198, assets/scss/bootstrap/_reboot.scss */
a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;

    transition: all 1s;
    -webkit-transition: all 1s;
}
    /* line 12, assets/scss/bootstrap/mixins/_hover.scss */
    a:hover {
        color: #e96000;
        text-decoration: underline;
    }

    /* line 216, assets/scss/bootstrap/_reboot.scss */
    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }
     /* line 24, assets/scss/bootstrap/mixins/_hover.scss */
    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
     }
    /* line 225, assets/scss/bootstrap/_reboot.scss */
    a:not([href]):not([tabindex]):focus {
         outline: 0;
    }

    html, body{
        min-height: 100%;
        height: 100%;
    }

    body {
        margin: 0;
        font-family: "Myriad Pro",  "Helvetica Neue", Arial, sans-serif ;
        font-size: 16px;
        font-weight: 400;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    @media (max-width: 768px) {
        body {
            font-size: 14px;
        }
    }


    h1, .h1{
        font-size: 2rem;
        line-height: 1;
    }

    h2, .h2{
        font-size: 1.8rem;
        line-height: 1;
    }

    h3, .h3{
        font-size: 1.6rem;
        line-height: 1;
    }

    h4, .h4{
        font-size: 1.4rem;
        line-height: 1;
    }

    h5, .h5{
        font-size: 1.2rem;
        line-height: 1;
    }
    h6, .h6{
        font-size: 1rem;
        line-height: 1;
    }

    p{
        font-size: 0.8rem;
    }

    a {
        /*font-size: 0.8rem;*/
        color: #666;
        text-decoration: none;
    }

    a:hover{
        /*color: #000;*/
        text-decoration: underline;
    }

    header{
        min-height: 90px;
    }




/* colorcitos */

/* Neutro*/
.bco{ color: #FFF; }
.negro{ color:#000; }

/* Gris*/
.gris{ color:#666; }
.gris-fr{ color:#333333; }
.gris-cl{ color:#888888; }

/* Naranja*/
.color-naranja {color: #e76200;}
.nar{ color: #e96000; }
.nar-fr{ color: #c95302; }
.nar-cl{ color: #e87e36; }

/* CafÃ© */

.cafe{ color: #86754d;}
.cafe-fr{ color: #635539;}
.cafe-cl{ color: #ba9e67;}

/* Color de Fondo */

/* Blanco*/
.bg-bco{ background: #FFF;  }

/* Gris*/
.bg-gris{ background: #666666; color: #fff; }
.bg-gris-fr{ background:#333333; color: #fff; }
.bg-gris-cl{ background:#EEE; overflow: auto; }

.btn-bg-gris{ background: #666666; color: #fff; }
.btn-bg-gris-fr{ background:#333333; color: #fff; }
.btn-bg-gris-cl{ background:#EEE; }

.btn-bg-gris:hover, .btn-bg-gris-fr:hover{ background: #333; color: white; }
.btn-bg-gris-cl:hover{ background: #666; color: #eee;  }


a.btn-bg-nar{ background:#e96000!important; color: #fff!important; }
a.btn-bg-nar:hover {background: #EEE!important; color: #e96000!important; }
.btn-bg-nar-fr{ background: #e96000; color: #fff; }
.btn-bg-nar-cl{ background:#e96000; }

/* Naranja*/

.bg-nar{ background: #e96000; color: #fff;}
.bg-nar-fr{ background: #c95302;  color: #fff; }
.bg-nar-cl{ background: #f7e1d2; }

/* CafÃ© */

.bg-cafe{ background: #86754d; color: #fff;}
.bg-cafe-fr{ background: #635539; color: #fff;}
.bg-cafe-cl{ background: #e9d9bb; }

/* Contenedores */

.main-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
    max-width: 1150px;

}


.container{
    width: 100%;
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.content-container {
    background: white;
}

.mPrincipal a.mod-2{
    height: 45px;
    display: block;
    padding: 0.5rem;

}
.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}



.social {
    position: absolute;
    top: 12em;
    right: 2em;
    padding: 0;
    margin: 0;
    margin-right: 2em;
    list-style: none;
}

/* Gabinete*/


.gabinete .remItem,
.gabinete .remItem:hover{
    height: 450px;
    margin: 0.5rem 0;
    border: 0.08rem solid #fff;
    background: #f8f9fa;
    border-radius: 5px;
}



.gabinete .remItem:hover .remAmo,
.gabinete .remItem .remAmo{
    margin: 5px 0;
    background: transparent;
}





.gabinete .remItem .remAmo img{
    border-radius: 100px;
    border: solid #fff 2px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: .5s ease;
    max-width: 126px;



}


/* .gabinete .remItem:hover img{
      transform: scale(0.5);

}*/

.gabinete .remItem h6.nar{
    font-size: 1.2em;
    transition: margin-top 0.5s ease-out;
    /*margin-top: 100px;*/

}
/*

 .gabinete .remItem:hover h6.nar{
      margin-top: -20px;

}


*/

.gabinete .remItem .no-visible{
    opacity: 1;
    transition: opacity 0.5s ease-out;
    text-align: left;

}

.gabinete .remItem:hover .remAmo .no-visible{
    opacity: 1;
    transform: translate(opacity:1;);

}



.remItem .remAmo {
    pointer-events: none!important;
    text-align: center;
}

.remItem * {
    pointer-events: none!important;
}





.gabinete .presidencia,
.gabinete .presidencia:hover{
    width: 45%;
    margin: 5px auto!important;
    display: block;
    height: 400px;
    background:#f8f9fa;
}








@media (max-width: 1344px) {
    .social {
        position: relative;
        margin: 1em auto;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .social {
        display: none;
    }

    .gabinete .presidencia{
    width: 90%;
    margin: 5px auto;
    display: block;
}

}


[class*='_icon'] {

    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 47px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: .5em;
}

.social [class*='_icon'] a {
    color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;


}



.social [class*='_icon']:hover {
    opacity: .7;

}



.facebook_icon {
    background: url('img/Facebook_Icon.svg') no-repeat center;
    background-size: contain;
}

.youtube_icon {
    background: url('img/Youtube_Icon.svg') no-repeat center;
    background-size: contain;
}

.twitter_icon {
    background: url('img/Twitter_Icon.svg') no-repeat center;
    background-size: contain;
}


.instagram_icon {
    background: url('img/Instagram_Icon.svg') no-repeat center;
    background-size: contain;
    margin-right: 0;
}






.footer_social {
    position: relative;
    padding: 0;
    margin: 0 auto;
    list-style: none;

}


.footer_social [class*='_icon'] a {
    color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;


}



.footer_social [class*='_icon']:hover {
    opacity: .7;

}



.footer-facebook_icon {
    background: url('img/Facebook_Icon_naranja.svg') no-repeat center;
    background-size: contain;
}

.footer-youtube_icon {
    background: url('img/Youtube_Icon_naranja.svg') no-repeat center;
    background-size: contain;
}

.footer-twitter_icon {
    background: url('img/Twitter_Icon_naranja.svg') no-repeat center;
    background-size: contain;
}


.footer-instagram_icon {
    background: url('img/Instagram_Icon_naranja.svg') no-repeat center;
    background-size: contain;
    margin-right: 0;
}






/* Modulos  */

.divW {
    display: block;
    box-sizing: border-box;
    float: left;
    vertical-align: top;
}


.w90{width: 90%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w60{width: 60%;}
.w50{width: 50%;}
.w40{width: 40%;}
.w30{width: 33.33%;}
.w25{width: 25%;}
.w23{width: 23%}
.w20{width: 20%;}
.w19{width: 19%;}

.w16{width: 16%;}

.w15{width: 15%;}
.w10{width: 10%;}




.mod-12{
    width: 100%;
    display: block;
    margin: 0;
}

.mod-10{
    width: 83.33%;
    display: block;
}

.mod-9{
    width: 74.99%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-8{
    width: 66.664%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-7{
    width: 58.331%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-6{
    width: 49.998%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-5{
    width: 41.665%;
    display: block;
    float: left;
    box-sizing: border-box;
}


.mod-4{
    width: 33.332%;
    display: block;
    float: left;
    box-sizing: border-box;
}



.mod-3{
    width: 24.999%;
    display: block;
    float: left;
    box-sizing: border-box;
}


.mod-2-5{
    width: 20%;
    display: block;
    float: left;
    box-sizing: border-box;
}


.mod-2{
    width: 16.666%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-1-7{
    width: 14%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-1-5{
    width: 12%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.mod-1{
    width: 8.33%;
    display: block;
    float: left;
    box-sizing: border-box;
}


/* Margenes*/
.m0{ margin: 0!important; }
.m1{margin: 0.1rem; }
.m2{margin: 0.2rem; }
.m3{margin: 0.3rem; }
.m4{margin: 0.4rem; }
.m5{margin: 0.5rem; }
.m6{margin: 0.6rem; }
.m7{margin: 0.7rem; }
.m8{margin: 0.8rem; }
.m9{margin: 1rem; }

.mm1{margin: 1rem;}
.mm2{margin: 2rem;}
.mm3{margin: 3rem;}
.mm4{margin: 4rem;}
.mm5{margin: 5rem;}
.mm6{margin: 6rem;}
.mm7{margin: 7rem;}
.mm8{margin: 8rem;}
.mm9{margin: 9rem;}


.mm0-1{margin: 0 1rem;}
.mm0-2{margin: 0 2rem;}
.mm0-3{margin: 0 3rem;}
.mm0-4{margin: 0 4rem;}
.mm0-5{margin: 0 5rem;}
.mm0-6{margin: 0 6rem;}
.mm0-7{margin: 0 7rem;}
.mm0-8{margin: 0 8rem;}
.mm0-9{margin: 0 9rem;}

.mm1-0{margin: 1rem 0;}
.mm2-0{margin: 2rem 0;}
.mm3-0{margin: 3rem 0;}
.mm4-0{margin: 4rem 0;}
.mm5-0{margin: 5rem 0;}
.mm6-0{margin: 6rem 0;}
.mm7-0{margin: 7rem 0;}
.mm8-0{margin: 8rem 0;}
.mm9-0{margin: 9rem 0;}


/* Paddings */
.p0{ padding: 0!important; }
.p1{padding: 0.1rem; }
.p2{padding: 0.2rem; }
.p3{padding: 0.3rem; }
.p4{padding: 0.4rem; }
.p5{padding: 0.5rem; }
.p6{padding: 0.6rem; }
.p7{padding: 0.7rem; }
.p8{padding: 0.8rem; }
.p9{padding: 1rem; }

/* border-radius */

.br2{ border-radius: 2px; }
.br3{ border-radius: 3px; }
.br4{ border-radius: 4px; }
.br5{ border-radius: 5px; }

/* Float */

.bck{ display: block; }

.float-left{ float: left; }
.float-right{ float: right; }
.float-inherit{ float: inherit!important; }
.float-center{ float: inherit!important; margin-left: auto!important; margin-right: auto!important; display: block;  }
.float-center-f{ float: inherit; margin-left: 45%;  }

/* tamaÃ±o de texto */
.txt-ch{font-size: 0.8rem;}
.txt-nr{font-size: 1rem;}
.txt-gd{font-size: 1.1rem;}


/* text transform*/
.txt-tr-up{ text-transform: uppercase; }
.bld{ font-weight: bold; }
.txt-ud{ text-decoration: underline; }

.txt-cn{ text-align: center; }
.txt-left{ text-align: left; }
.txt-right{ text-align: right; }



.br-r{ border-right: 2px solid #CCC; }
.br-l{ border-left: 2px solid #CCC; }

.br-btm-wh{ border-bottom: 2px solid #fff; }
.br-btm-gr{ border-bottom: 2px solid #ccc; }


/* line 7, assets/scss/bootstrap/utilities/_sizing.scss */
.w-25 {
    width: 25% !important;
}

/* line 7, assets/scss/bootstrap/utilities/_sizing.scss */
.w-50 {
    width: 50% !important;
}



/* line 11, assets/scss/bootstrap/utilities/_sizing.scss */
.mw-100 {
    max-width: 100% !important;
}

/* line 12, assets/scss/bootstrap/utilities/_sizing.scss */
.mh-100 {
    max-height: 100% !important;
}

.h-50{
    min-height: 70px;
    display: block;
}

.h-70{
    min-height: 70px;
    display: block;
}


.h-100{
    min-height: 100px;
    display: block;
}

.h-150{
    min-height: 150px;
    display: block;
}

.h-200{
    min-height: 200px;
    display: block;
}

.h-250{
    min-height: 250px;
    display: block;
}

.h-300{
    min-height: 300px;
    display: block;
}


.h-400{
    min-height: 400px;
    display: block;
}

.h-500{
    min-height: 500px;
    display: block;
}

/* Bontones*/

.btn-ch{ padding: 0.5rem;}
.btn-md{ padding: 1rem; margin: 0.5rem; display: block;float: left;}
.btn-gd{ padding: 1.5rem;}


header {
    position: relative;
    width: 100%;
}


.site-header {
    background: #EEE;
    padding: 5px;
}

.btn-pagos {
    border-radius: 3px;
    color: white;
    background: #e66500;
    border: none;
}

.btn-pagos:hover {
    color: white;
    background: #ff7e19;
}

.no-border-right {
    border-right: none;
}


header.container{
    height: 100%!important;
}

.site-footer {
    width: 100%;
    padding: 2em;
    border-top: 1px solid #666;
}

.footer-logo {
    max-width: 70px;
    text-align: center;
    margin: 0 auto;
}

.footer-logo + h5 + p {
    font-weight: bolder;
    width: 100%;

}

.site-footer .container {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "contacto links_1 links_2 redes";
}

.column_contacto {
    grid-area: contacto;
}

.column_links_1 {
    grid-area: links_1;
}

.column_links_2 {
    grid-area: links_2;
}

.column_redes {
    grid-area: redes;
}

.column_redes img {
    display: inline-block;
    vertical-align: top;
    width: 45px;

}



[class*='column_links'] li {
    list-style: none;
    padding: .3em;
    border-bottom: 1px solid #ccc;
    max-width: 280px;
}

[class*='column_links'] a {
    display: block;
}



/* Entrega recepcion */


.imgEntrega {
    width: 100%;

}

.columnaDos {
    width: 50%;
    float: left;
}

@media (max-width: 500px) {

    .columnaDos {
        width: auto;
        float: none;
    }

}

.rowColumnaDos {
    height: 30px;
}


.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-left: 10%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*margin-left: 40px;*/
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.remItem.col-md-4 {
    padding: 5px;
}

.remItem .remAmo {
    padding: 5px;
    background: #f8f9fa;
    max-width: 100%;
    box-sizing: border-box;
}

.remAmo:empty {
    display: none;
}

.remItem h5 {
    background: #ff7100;
    padding: 10px;
    color: #fff;
    font-size: .8rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 3px;
    padding: 10px;
    white-space: nowrap;
}

.text-primary {
    color: #ff7100 !important;
}


.remItem.col-md-4 {
    padding: 5px;
}





@media (max-width: 576px) {

    .site-footer {
        padding: 1em;
    }
    .site-footer .container {
        display: grid;
        height: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-template-areas: "contacto contacto" "links_1 links_2" "redes redes";
    }

    .column_redes, .column_contacto {
        text-align: center;
    }



}


.bg-head{
    background: url("img/bg-Banner.png") 100%;
    background-position: center top;
    padding-top: 2em;
    min-height: 350px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.bg-hmo{
    background: url("img/bg_DatosEstadisticos.jpg") 100% fixed;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}



.cUnica{
    background: #ffffffb5;
    padding: 0.5rem;
    position: absolute;
    top: 0.8rem;
    right: 0;
    border-radius: 1.5rem 0 0 1.5rem;

}

.mbuscar {
    width: 90%;
    max-width: 500px;
    margin: 1em auto;
    text-align: center;
    font-size: 1em;
    display: grid;
    height: 100%;
    grid-template-columns: 11fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";

}

.mbuscar * {
    font-size: 1em !important;
}

.mbuscar input {
    padding: .5em;
    background: white;
    border: none;
    text-align: center;
    margin: 0;
}

.mbuscar button {
    background: #e96000 url('img/search_Icon.svg') no-repeat center;
    background-size: 60%;
    overflow: hidden;
    border: none;
    padding: 1em;
    margin: 0;
    margin-left: 5px;
}

.mbuscar button:focus {
    background-color: #b3500b;
}

.mbuscar button:hover {
    background-color: #e99700;
    cursor: pointer;
}

.mbuscar button span {
    color: transparent;
}







/* Botones bordes curvos*/

.btn-cur{
    min-height: 20px;
    display: block;
    text-align: center;
    padding: 0.7rem 1rem 1.2rem 1rem;
    border-radius: 2rem;
}

.menu-fijo-izq {
    width: 90px;
    display: block;
    position: fixed;
    left: 0;
    top: 150px;
    z-index: 997;
}


.menu-fijo-izq a {
    width: 150%;
    box-sizing: border-box;
    display: block;
    padding: 1.2em;
    color: #FFF;
    background: #e96000;
    margin: 0.2rem 0;
    font-size: .9em;
}

.menu-fijo-izq a:hover{
    background: #EEE;
    color: #e96000;
    text-decoration: none;
}


@media (max-width: 850px) {
    .menu-fijo-izq {
        width: 100%;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: nowrap;
        flex-basis: auto;
        text-align: center;
        font-size: .9em;
    }


}







/* Max withs para container */
@media (max-width: 1100px) {
    /* line 6, assets/scss/bootstrap/_grid.scss */
    .container {
        max-width: 1040px;
    }


.w90{width: 90%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w60{width: 60%;}
.w50{width: 50%;}
.w40{width: 40%;}
.w30{width: 33.33%;}
.w25{width: 25%;}
.w23{width: 23%}
.w20{width: 20%;}
.w19{width: 19%;}
.w16{width: 16%;}


.w15{width: 15%;}
.w10{width: 10%;}



   }


@media (max-width: 992px) {
    /* line 6, assets/scss/bootstrap/_grid.scss */
    .container {
        max-width: 960px;
    }

    .w90{width: 90%;}
    .w80{width: 90%;}
    .w70{width: 70%;}
    .w60{width: 60%;}
    .w50{width: 50%;}
    .w40{width: 40%;}
    .w30{width: 33.33%;}
    .w25{width: 25%;}
    .w23{width: 23%}
    .w20{width: 20%;}
    .w19{width: 19%;}
    .w15{width: 15%;}
    .w10{width: 10%;}

        header{ text-align: center;}

        .cUnica {
            top: 0;
            right: 50%;
            border-radius: 1.5rem;
            margin: 1rem 0;
            margin-right: -4em;
        }

        .bg-head{
            padding: 2em 0;
            background-size: cover;
        }

        .buscar{ width: 200px; }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}


@media (max-width: 768px) {
    /* line 6, assets/scss/bootstrap/_grid.scss */

.w60, .w50, .w40, .w30
{width: 100%; margin: 0.5rem auto!important; float: inherit;}

.w25, .w23,
.w20, .w19
{ width: 50%; margin: 0.5rem 0!important; box-sizing: border-box;float: left; }


.w90{width: 90%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w60, .w50, .w40, .w30, .w25, .w23,
.w20, .w19, .w15, .w10
{width: 90%; margin: 0.5rem auto!important; float: inherit;}

.w20 {
    width: 90%;
    margin: 0.5rem auto!important;
    float: inherit;
}

.buscar {
    width: 150px;
}

.bg-head {
    padding-top: 50px;
    /*min-height: 720px;*/
    background-size: cover;
}

.h-300 {
    /*min-height: 600px;*/
    display: block;
}

.h-500 { height: 1800px;}

.mod-2{ min-width: 100%; }

.mod-10{ min-width: 100%; }

h1 {
    font-size: 1.8rem;
}



}

@media (max-width: 576px) {
    /* line 6, assets/scss/bootstrap/_grid.scss */
    .container {
        max-width: 540px;
    }

    .w90 {
        width: 90%;
    }

    .w80 {
        width: 80%;
    }

    .w70 {
        width: 70%;
    }

    .w60, .w50, .w40, .w30, .w25, .w23,
    .w20, .w19, .w15, .w10 {
        width: 90%;
        margin: 0.5rem auto !important;
        float: inherit;
    }

    .w20 {
        width: 90%;
        margin: 0.5rem auto !important;
        float: inherit;
    }

    .buscar {
        width: 150px;
    }

    .bg-head {
        padding-top: 50px;
        /*min-height: 720px;*/
        background-size: cover;
    }

    .h-300 {
        /*min-height: 600px;*/
        display: block;
    }

    .h-500 {
        height: 1800px;
    }

    .mod-2 {
        min-width: 100%;
    }

    .mod-10 {
        min-width: 100%;
    }
}



/*inician estilos haaz*/
.lo-mas-buscado {
    margin: 2em auto;
}
.lo-mas-buscado a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    line-height: 1.7;
}

.section-title {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.7;
    padding: .5em 0;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
}




@media (max-width: 690px) {

    .section-title {
        font-size: 1.5em;
        padding: 0;
    }
}





.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.site-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
}

.site-logo img {
    width: 100%;
}






@media (max-width: 500px) {

    .site-logo {
        width: 47px;
        height: 55px;
        overflow: hidden;

    }


    .site-logo img {
        height: 120%;
        width: auto;
    }

    header .container {
        display: grid;
        height: 100%;
        grid-template-columns: 1fr 9fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". .";
    }



}



.mPrincipal {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;

}

.mPrincipal ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mPrincipal li {
    display: inline-block;
    vertical-align: top;
    position: relative;

}

.mPrincipal ul ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.mPrincipal li:hover ul {
    visibility: visible;
    opacity: 1;
}

.mPrincipal ul li ul {
    position: absolute;
    top: 3em;
    z-index: 9999;
    padding: 1em;
    background: #666;
    border-radius: 3px;
    text-align: left;
}

.mPrincipal ul ul a {
    color: white;
}

.mPrincipal a {
    display: block;
    letter-spacing: 2px;
    padding: 1em;
    width: 100%;
    text-align: left;

}


header .button {
    background: transparent;
    border: 1px solid #cccccc;
    color: #e86100;
    border-radius: 3px;
    font-size: 1.2em;

}


.home-options {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-flow: wrap;
    font-size: 1.1em;
}

@media (max-width: 720px) {
    .home-options {
        flex-flow: nowrap;
        font-size: 1em;
        width: 100%;
        overflow-x: scroll;
        justify-content: space-between;
        position: relative;
    }

    .home-options::after {
        font-family: 'FontAwesome';
        content: "\f054";
        background-image: linear-gradient(90deg, rgba(157,71,35,0.00) 0%, #9D4723 100%);
        color: white;
        position: sticky;
        right: 0;
        font-size: 2em;
        font-weight: lighter;
        padding: 1rem 0;
        padding-left: 2rem;
        opacity: .7;

    }

    .home-options a {
        min-width: 40%;
        text-align: center;
    }
}


.home-tramites_servicios {
    padding: 2em 0;
}

.home-tramites_servicios ul {
    color: #666;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: baseline;

}



.home-tramites_servicios li {
    color: #666;
    text-align: center;
    flex-basis: 33.33%;
    padding: 1em;
    transition: all 0.3s ease-in-out;

}

.home-tramites_servicios li:hover img {
    opacity: .7;
}



.home-tramites_servicios li a {
    font-size: 1.1em;
}


@media (max-width: 800px) {
    .home-tramites_servicios ul {
        flex-wrap: wrap;
    }

    .home-tramites_servicios li a {
        font-size: 1em;
    }

}



.mas-tramites {
    max-width: 320px;
    margin: 0 auto;
}


.datosBienDuros {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex: 1 1 auto;
    align-items: baseline;
    padding-bottom: 4em;
    justify-content: center;

}

@media (max-width: 600px) {
    .datosBienDuros {
        display: flex;
        align-items: baseline;
        flex-flow: wrap;
        justify-content: center;

    }


}



.home-articulos {
    display: flex;
    justify-content: center;
    text-align: left;

}

.single-article {
    flex-basis: 40%;
    padding: 1em;
    padding-top: 0;
}


.home-agenda .w40 {
    width: 100%;
}

.acciones-gobierno {
    display: grid;
    height: 100%;
    grid-template-columns: 8fr 4fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
    margin: 2em auto;
    text-align: center;
}


.informacion-destacada {
    padding: 2em 0;
}

.display-flex {
    display: flex;
    align-items: baseline;
    flex-flow: wrap;
    justify-content: center;
}

.flex-item {
    flex-basis: 20%;
}


.flex-item a {
    transition: none;
}

.flex-item a:hover {
    filter: hue-rotate(26deg);
}

.flex-item a:hover + div {
    text-decoration: underline;
}



@media (max-width: 720px) {
    .flex-item {
        flex-basis: 40%;
    }

    .acciones-gobierno {
        display: block;
    }

    .single-article {
        flex-basis: 50%;
        font-size: .9em;
    }

       .col-md-4 {
        width: 45%;
    max-width: 45%;
    min-width: 45%;

}




}


.single-event {
    display: grid;
    grid-template-areas: ". . ";
    grid-template-columns: 100px auto;
    grid-template-rows: 5em;
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    border: none;

}




.event-date, .event-info {
    height: 100%;
    padding: 1em;
}



.event-info {
    background: white;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.event-date, .event-title {
    font-size: 1.4em;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    .event-title {
        font-size: 1.2em;
    }

}


.event-description {
    font-size: 1em !important;
    white-space: normal;
}

.event-description a {
    display: inline-block;
    margin-top: 5px;
    color: white;
    background: #fab400;
    padding: .2em .5em;
    border-radius: 2px;
}

/*interiores*/
header::after {
    position: absolute;
    background: #e9892e;
    content: "";
    width: 100%;
    min-height: 20em;
    z-index: -1;
    left: 0;
    top: 0;
}



/*sala de prensa*/

.contenedor-naranja {
    background: #e9892e;
    min-height: 15vh;
    color: white;
}

.buscadorSala {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    height:100%;
    width: 100%;
    max-width: 1200px;
    font-size: 1.1em!important;
    margin: 0 auto;
}

@media (max-width: 760px) {
    .buscadorSala {
        display: block;
        text-align: center;
    }
}

.buscadorSala:not(input) {
    color: white;
}

.buscadorSala input {
    padding: 1em;
    border: none;

}

.buscadorSala select {
    background: white;
    padding: 1em;
    -webkit-appearance: none;
    border-radius: none;
    border: none;
    max-width: 305px;

}

.buscadorSala input[type="button"] {
    background: #ffa216;
    color white;
}


#sala [class*='button'] {
    font-size: 1em;
}


#sala article {
    display: grid;
    height: 100%;
    grid-template-columns: 4fr 8fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";


}


#sala article h1 {
    margin-left: 0;
    font-size: 1.5em;
    color: #e88a00;
    border-bottom: none;
}


@media (max-width: 800px) {

    #sala article {
        grid-template-columns: 12fr;
        grid-template-rows: 1fr;
        grid-template-areas: ".";
    }

}

.button-orange__ghost {
    color: #e88a00;
    padding: .7em;
    font-style: normal;
    border: 1px solid;
    border-radius: 4px;

}


.button-orange {
    color: white;
    background: #e88a00;
    padding: .7em;
    font-style: normal;
    border-radius: 4px;
}


.button-orange:hover {
    color: yellow;
    text-decoration: none;
}

@media (max-width: 800px) {

    #button-orange {
        width: 80%;
        margin: 0 auto;
        font-size: 1.2em!important;
        text-align: center;
        margin: 0 auto;
    }

}





/*boletines*/



#blog a, #blog a.named_anchor {
  text-decoration: inherit;
  font-style: inherit;
  color: inherit;
}


#blog article {
    display: grid;
    height: 100%;
    grid-template-columns: 4fr 8fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
    grid-gap: 1em;
}


@media (max-width: 800px) {

    #blog article {
        display: block;
    }

}


.article-image img {
    border: 10px solid white;
}


.article-title h1 {
  margin-bottom: 0.05em;
  line-height: 1.7;
  border-bottom: 1px solid #eee;
  font-size: 2em;
  color: #5a5a5a;
}
.article-title .byline {
  margin-bottom: .8em;
  letter-spacing: -0.04em;
  text-align: right;
}
.article-title .pubdate {
  color: #888;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.numero {
    display: block;
    font-weight: bold;
}
.article-title .pubdate .pubtime:before {
  font-family: 'FontAwesome';
  font-size: .8em;
  content: '\f054';
  margin: 0em .5em;
  color: #c82502;
}
.article-title .pubdate hr {
  border: 0;
  border-bottom: 4px double #888;
}
.article-title .topic {
  text-transform: uppercase;
  color: #c82502;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .article-title h1 {
    font-size: 3em;
  }
  .article-title .byline {
    font-size: 1em;
  }
  .article-title .topic {
    font-size: 0.8em;
  }
  .article-title .pubdate {
    font-size: 0.8em;
  }
}
@media (max-width: 500px) {
  .article-title h1 {
    font-size: 2.5em;
  }
  .article-title .byline {
    font-size: 0.8em;
  }
  .article-title .topic {
    font-size: 0.6em;
  }
  .article-title .pubdate {
    font-size: 0.6em;
  }
  .col-md-4{
    width: 90%;
    min-width: 90%;
    max-width: 90%;
}

}

.actions {
  padding: 0.5em;
  margin: 1.5em 0em;
  border-top: #d5d7d8 1px solid;
  border-bottom: #d5d7d8 1px solid;
}

.actions span {
    font-size: .8em;
}

.actions a:link {
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 300ms ease-out;
  line-height: inherit;
  color: #888;
}


.actions a:link:hover {
  color: black;
}
.actions .fa {
  font-size: 1.3em;
  color: #c82502;
}
.actions ul {
  margin: 0;
  padding: 0;
}
.actions li:first-child {
  border-left: 0;
}
.actions li {
  vertical-align: middle;
  border-left: #d5d7d8 1px solid;
  display: inline-block;
  padding: .6em;
  line-height: 1.2em;
  text-align: center !important;
}
.actions li span:before {
  content: "\A";
  white-space: pre;
}
@media (max-width: 800px) {
  .actions {
    margin: 1.5em 0em;
  }
  .actions .fa {
    font-size: 1em;
  }
  .actions .fa:hover {
    color: black;
  }
  .actions li span {
    display: none;
  }
}
@media (max-width: 500px) {
  .actions {
    margin: 1em 0em;
  }
  .actions .fa {
    font-size: 0.9em;
  }
  .actions .fa:hover {
    color: black;
  }
  .actions li span {
    display: none;
  }
}

.post-navigation {
    color: white;
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
    padding: 2em 0;
    max-width: 1240px;
    margin: 0 auto;
 }


 .post-navigation i {
    padding: 0 1em;
 }



 .post-navigation a:hover {
    border-bottom: 1px solid;

 }



 .back_link {
    text-align: left;
 }

 .prev_next {
    text-align: right;
 }

.post-navigation a {
    color: white
}


.pubdate {
    font-size: .8em;
}

article {
    font-size: 1em;
    line-height: 1.7;
    max-width: 1240px;
    margin: 0 auto;

}

article p {
    font-size: 1em;
    color: #333;
}

article a.tryme, article a:link.tryme {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background: #a22;
  display: inline-block;
  padding: .8em 1.8em;
  margin-bottom: .8em;
  text-decoration: none;
}
article a.tryme:after, article a:link.tryme:after {
  font: normal normal 400 1em FontAwesome;
  vertical-align: middle;
  margin-left: 0.75em;
  text-align: bottom;
  color: yellow;
  content: '\f054';
}
article a.tryme:hover:after, article a.tryme:active:after, article a:link.tryme:hover:after, article a:link.tryme:active:after {
  content: '\f054 \f054 \f054';
}

.article-content {
    width: 100%;
    max-width: 800px;
    margin: 2em auto;
    margin-top: 0;
    text-align: left;
    background: white;
    padding: 1em;
    padding-top: 0;

}

#BolRespuesta .article-content {
    box-shadow: 10px 0 25px 0 rgba(0,0,0,0.09);
}

@media (min-width: 800px) {

    .article-content p {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

}




@media (max-width: 800px) {

    .article-content {
        box-shadow: none;
    }
}


.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
  font-weight: 900;
  font-size: 1.25em;
}
.article-content i {
  font-style: italic;
}
.article-content b {
  font-weight: 900;
}
.article-content p {
  margin-bottom: 2em;
  line-height: 2em;
}

article em {
  border-top: 0.4em solid #c88;
  padding: 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #888;
  width: 11em;
  position: absolute;
  right: 2em;
  letter-spacing: -0.07em;
}

.hamburguer {
    color: #e96000;
    border: 1px solid #ccc;
    font-size: 1.2em;
    border-radius: 2px;
    background: transparent;
    position: absolute;
    right: 1em;
    top: .5em;
    cursor: pointer;
    z-index: 999;
    display: none;
    padding: 5px;

}


header .container {
    display: grid;
    height: 100%;
    grid-template-columns: 2fr 9fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
    align-items: center;
}


header ul{
    list-style: none;
}


@media (max-width: 907px) {

    .hamburguer {
        display: inline-block;
    }

    .mPrincipal {
        top: -100vh;
    }

    .open {
        top: 0!important;
    }



    header {
        padding: 0 !important;
    }

    header .container {
        display: inline-block;
        vertical-align: middle;
        text-align: left;

    }

    .mPrincipal {
        background: rgba(0,0,0,0.85);
        display: block;
        position: fixed;
        padding-top: 10em;
        width: 100%;
        height: 100vh;
        z-index: 998;
        transition: all 0.3s ease-in-out;
    }

    .mPrincipal li {
        display: block;
        border-bottom: 1px solid white;
        width: 100%;
        color: white;

    }


    .mPrincipal li ul li:hover {
        background: black;
    }


    .mPrincipal li:hover {
        background: #ccc;
    }

    .mPrincipal a {
        border-left: none;
        border-right: none;
        color: white;
    }

    .mPrincipal ul {
        padding: 0;
        display: block;
        width: 100%;
        text-align: right;
    }

}

#home-slider {
    box-shadow: 0 0 70px rgba(0,0,0,0.35);
}



.flexslider {
    text-align: center;
    margin: 0 auto;
}

.flexslider .slides li {
    background: #ccc;
    max-width: 985px;
    max-height: 220px;
    overflow: hidden;
}


.slider-interior .slides li {
    background: transparent!important;
}

.flexslider img {
    width: 100%;
    height: auto;
}


.flexslider-thumbs {
    top: 1em;

}

.flexslider-thumbs li:hover {
    cursor: pointer;
    opacity: .7;
}

.flexslider-thumbs .flex-active-slide {
    border: 2px solid orange;
}


.slider-container {
    background: #fbb203 url('img/pattern.png') repeat;
    padding: 2em 0;

}


.readmore {
    border-bottom: 1px solid;
    margin: .5em;
    display: inline-block;
    vertical-align: text-bottom;
}


.aviso {
    background: #2a3443;
    padding: 1em;
    color: white;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    text-align: center;
    font-weight: 300;
    min-height: 3.5em;

}



.aviso a {
    background: #e86100;
    padding: .5em;
    color: white;
    border: 1px solid #d05f0c;
    margin-left: 1em;
    border-radius: 3px;
}

.aviso + header {
    margin-top: 3.5em;
}

@media (max-width: 768px) {

    .aviso + header {
        margin-top: 7em;
    }

    .aviso {
        line-height: 1.7;
    }

}





.entidad .contenedor-naranja {
    text-align: center;
    display: flex;
}

.contenedor-naranja .main-container {
    align-self: center;
}

.entidad .section-title {
    align-self: center;
}

.entidad article {
    background: white;
    padding: 0;
    box-shadow: 0 0 100px rgba(0,0,0,0.1);
    margin-bottom: 1em;
}


.column-grid {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 0;
    align-items: normal;
}

.column-grid .columna {
    padding: 1em;
    border-right: 1px solid #efe9e9;
}

.column-grid .columna:last-child {
    border: none;
}

.entidad h3 {
    color: #333;
}

.columna.sidebar {
    height: 100%;
    top: -11px;
    position: relative;
    max-width: 16rem;
}


.columna.sidebar .pretty-list li {
    border-bottom: 1px solid #c7c3c3;
}



@media (max-width: 768px) {
    .column-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". ." ". .";
    }

    .entidad h3 {
        font-size: 1.1rem;
    }

}

@media (max-width: 500px) {

    .column-grid {
        grid-template-columns: 1fr;
        grid-template-areas: initial;
    }


}

.pretty-list {
    list-style: none;
    padding: 0;
}

.pretty-list li {
    border-bottom: 1px solid #ecdbdb;
    display: block;
}

.pretty-list a {
    color: inherit;
    display: block;

}

/* heredado */


.botonGrisRotar {
    color: #ffffff;
    background: url(https://www.hermosillo.gob.mx/images/botones/gris_rotar.png) no-repeat;
    padding: 7px 20px 7px 18px;
    font-family: "Myriad Web Pro";
    font-size: 12px;
    margin: 0 0 0 20px;
    height: 27px
}

.botonGrisRotar:hover {
    color: #efefef;
    background: url(https://www.hermosillo.gob.mx/images/botones/gris_rotar_over.png) no-repeat
}

.botonGrisDetener {
    color: #ffffff;
    background: url(https://www.hermosillo.gob.mx/images/botones/gris_detener.png) no-repeat;
    padding: 7px 13px 7px 15px;
    font-family: "Myriad Web Pro";
    font-size: 12px;
    margin: 0;
    height: 27px
}

.botonGrisDetener:hover {
    color: #efefef;
    background: url(https://www.hermosillo.gob.mx/images/botones/gris_detener_over.png) no-repeat
}



/***** MAPA *****/

div#Mapa01 {
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
}

div#Mapa02 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    border: none;
}

#Mapa02 *{
    color: white;
}

#divMarcas div div {
    float: none!important;
    display: block;
    vertical-align: top;
    background: #f4a835;
    padding: .2em .7em;
    border-radius: 2px;
    border-bottom: 1px solid;
    width: auto!important;

}

#hdnMarcaTrigger {
    display: grid;
    height: 100%;
    grid-template-columns: 250px auto;
    grid-template-rows: 300px auto;
    grid-template-areas: ". ." "full full";
    margin-bottom
}


#Mapa03 + div {
    grid-area: full;
    margin-top: 3em;
}


div#Mapa03 {
    margin: 0 auto;
    /* margin-top: 0; */
    background: white;
    display: grid;
    height: 100%;
    grid-template-columns: 8fr 4fr;
    grid-template-rows: 300px;
    grid-template-areas: ". .";
}



div#Mapa04 {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: #CCCCCC;
}

div#Mapa05 {
    margin: 0;
    padding: 1em;
    /* float: left;
    width: 250px */
}

div#Mapa06 {
    background: url(https://www.hermosillo.gob.mx/images/fondos/lineax914.png) repeat-x bottom;
    margin-top: 5px
}

.subtituloNaranjaStandar {
    font-size: 1.1em;
    color: #F77B12;
    font-weight: 100;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}


/* pagina de inspectores */

h1 + h2 {
    margin-top: -1em;
    margin-bottom: 1em;
    font-weight: lighter;
    text-align: center;
}

@media (max-width: 768px) {
    h1 + h2 {
        margin-top: 0;
    }
}

.send-link {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #888;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-bottom: -9px;
    width: 24px;
}

.send-link svg {
    width: 100%;
}



.human:hover .send-link .st0 {
    fill: #e76200;
}


.lista-humans {
    list-style: none;
    padding:0;
    margin: 0;
    }

    .human {
        background: white;
        display: grid;
        height: 100%;
        grid-template-columns: minmax(110px, 1fr) 10fr;
        grid-template-rows: 1fr;
        grid-gap: 0;
        width: 100%;
        grid-template-areas: ". .";
        align-items: center;
        margin-bottom: 1em;
        border-radius: 125px 0 0 125px;
        overflow: hidden;
        filter: drop-shadow(0 4px 6px rgba(0,0,0,0.05));
        transition: all 0.3s ease-in-out;

    }

    .human-avatar {
        overflow: hidden;
        border-radius: 100%;
        height: 110px;
        text-align: center;
    }

    .human-avatar img {
    width: 100%;
    height: 100%;
    }

    .human-content {
    padding-left: 2em;
    }


    .human:hover {
        filter: drop-shadow(0 2px 10px rgba(0,0,0,0.17));
        /*transform: scale(1.02);*/
    }



/*//ventana modal*/

.modal,
.modal-box {
  z-index: 900;
}

.modal-trigger {
  cursor: pointer;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #ed6d07;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}


 .modal button {
  top: 50%;
  left: 50%;
  padding: 20px 40px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}



.modal button {
  border: 1px solid #333333;
  outline: none;
  color: #333333;
}






/*terminan estilos haaz*/