*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
}

.imgMovil {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    display: block !important;
}

@font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/puntos-covid-lima-callao-nndd-ecvisual-ecpm/font/icomoon.eot?xpcose');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/puntos-covid-lima-callao-nndd-ecvisual-ecpm/font/icomoon.eot?xpcose#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/puntos-covid-lima-callao-nndd-ecvisual-ecpm/font/icomoon.ttf?xpcose') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/puntos-covid-lima-callao-nndd-ecvisual-ecpm/font/icomoon.woff?xpcose') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/puntos-covid-lima-callao-nndd-ecvisual-ecpm/font/icomoon.svg?xpcose#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  a.logo-correo {
    background: url('/elementos-comunes/img/logo.png') no-repeat 0 0;
    background-size: 95%;
    height: 40px;
    width: 40px;
  }

  .icon-ec:before {
    content: "\e900";
  }
  .icon-search:before {
    content: "\e986";
  }
  .icon-plus:before {
    content: "\ea0a";
  }
  .icon-minus:before {
    content: "\ea0b";
  }
  .icon-arrow-left:before {
    content: "\ea38";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }

html, body{
    font-family: 'roboto';
}
a{
    display: block;
    color: #000000;
    text-decoration: none;
}
h2, h1, h3{
    font-weight: normal;
    padding: 0;
    margin: 0;
}

/***********************/
header{
    position: fixed;
    height: 35px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
}
.header-comercio {
    background: #000;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    padding: 0px 5px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}

.p-principal span{
    font-size: 11px;
}

.header-barra-2 {
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 1px;
}
.boton-especiales {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0 !important;
    margin: 0 0 0 9px;
    color: #fff;
    font: 700 13px/13px Arial;
    padding-top: 14px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before, .cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ffca00;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}

#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
#social ul li a i {
    font-size: 18px;
}


/* fin header */

.p-principal{
    font-size: 18px;
    line-height: 24px;
    color: #313131;
    display: block;
    position: relative;
    max-width: 640px;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.container{
    width: calc(100% - 20px);
    max-width: 720px;
    margin: 0 auto;
    display: table;
    margin-bottom: 250px;
}
.select-div{
    width: 44%;
    float: left;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 4%;
    margin-right: 2%;
    position: relative;
}
.select-div a{
    color: #313131;
}
.select-div:nth-child(2n){
    margin-left: 2%;
    margin-right: 4%;
}
.select-distrito{
    font-size: 16px;
    width: 100%;
    border: 1px solid #a5aaac;
    padding: 5px;
    position: relative;
}
.select-distrito i{
    position: absolute;
    right: 5px;
    top: 8px;
    color: #9B9797;
}
.subselect-div{
    font-size: 14px;
    padding: 2px;
    width: 100%;
    border: 1px solid #a5aaac;
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
}
.distrito{
    padding: 3px;
}
.distrito:hover{
    background-color: #CCDAE0;
}
.content-distrito{
    padding-top: 10px;
    display: table;
}
.content-distrito h2.title{
    color: #313131;
    font-size: 23px;
    float: left;
}
.content-distrito .inicio{
    font-size: 12px;
    padding: 5px;
    display: block;
    float: right;
}
.bg-pink{
    background-color: #BD0F39;
    color: #ffffff;
}
.content-distrito .title-blue{
    margin-top: 5px;
    width: 100%;
    background-color: #031B21;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    font-size: 21px;
}
.content-distrito .title-blue h2{
    font-size: 21px;
}
.cont-subtitles{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.column{
    display: inline-block;
    vertical-align: middle;
}
.column:first-child{
    flex: calc(80% - 3px);
    margin-right: 5px;
}
.column:nth-child(2n){
    flex: calc(20% - 2px);
}
.subtitle span{
    padding: 6px 8px;
    display: block;
    font-size: 16px;
}
.imgPrincipal{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: block;
}
.circle-icon{
    width: 18px;
    height: 18px;
    background-color: #031B21;
    border-radius: 50%;
    text-align: center;
    margin-left: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.column .cont-circle, .column span{
    display: table-cell;
    vertical-align: middle;
}
.circle-icon i{
    color: #ffffff;
    font-size: 10px;
    position: relative;
    top: -1px;
    text-align: center;
}
.row{
    width: 100%;
    display: flex;
}
.info{
    margin-bottom: 5px;
}
.info span{
    padding: 3px 7px;
    font-size: 14px;
}
.fullcolumn{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.fullcolumn span{
    padding: 6px 7px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.info:nth-child(1n) .column, .info:nth-child(1n) .fullcolumn{
    background-color: #D6DDDE;
}
.info:nth-child(2n) .column, .info:nth-child(2n) .fullcolumn{
    background-color: #F0F0F0;
}

.mass .fullcolumn{
    display: none;
}
.minus .fullcolumn{
    display: inline-block;
}
@media(max-width:1300px){
    .p-principal{
        margin-top: -10%;
    }
}
@media(max-width:840px){
    .column:first-child{
        flex: calc(70% - 3px);
    }
    .column:nth-child(2n){
        flex: calc(30% - 2px);
    }
    .p-principal{
        font-size: 16px;
        line-height: 22px;
        margin-top: -12%;
    }
    

}

@media(min-width:640px){
    .onlymobile{
        display: none !important;
    }
}

@media(max-width:640px){

    .imgMovil{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    display: block !important;
    }
    .imgPrincipal{
    display: none !important;
    }
    .column:first-child{
        flex: calc(60% - 3px);
    }
    .column:nth-child(2n){
        flex: calc(40% - 2px);
    }
    .subtitle span{
        font-size: 10px;
    }
    .content-distrito .inicio{
        font-size: 10px;
    }
    .content-distrito .title-blue h2{
        font-size: 21px;
    }
    .content-distrito h2.title{
        font-size: 22px;
    }
    .subselect-div{
        font-size: 11px;
        margin-bottom: 20px;
    }
    .select-distrito{
        font-size: 14px;
    }
    .p-principal{
        font-size: 13px;
        line-height: 20px;
        margin-top: 1%;
    }
    .info span{
        font-size: 12px;
    }
    
    .container {
    margin-bottom: 180px !important;
    margin-top: 1px !important;
    }
}


/*Banners de publicidad*/
.container-top{
    margin: 0;
    padding: 10px 0;
    height: auto;
    text-align: center;
}
.container-caja3{
    display: none;
}
.lateral-izq{
    float: left;
    display: inline-block;
    margin: 35px 0;
    width: 12%;
    /*flex: 160px 1;*/
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 640px;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    left: 20px;
}
.lateral-der{
    float: right;
    display: inline-block;
    margin: 35px 0;
    width: 12%;
    /*flex: 160px 1;*/
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    right: 20px;
}
.clear{
    clear: both;
}
.container-zocalo{
    /*max-width: inherit;*/
    max-width: 728px;
    height: auto;
    z-index: 2147483646;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .container-top {
        margin: 0px;
    }
    .container-caja3{
        display: block;
        margin: 10px auto 150px auto;
        text-align: center;
    }
}