/*MENU*/
.navbar-default {
    background-color: #1881C4 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > span {
    color: #ffffff;
    height: 56px;
  border-bottom: 6px solid #f2413c;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > span,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > span:hover{
  color: #ffffff;
}
.t3-mainnav .t3-navbar.zenright {
  float: left !important;
  width: 100% !important;
}
/*MAP*/
#grid4wrap{
    background-image: url("https://emgirs.gob.ec/images/Boletines/FONDO-TRAMA-AZUL-01.jpg")
  
}
#grid4wrap .container{
max-width: 100% !important;  
}
@media only screen and (min-width: 1200px) {
#grid4wrap .container {
    width: 100%;
  }
}
  @media only screen and (min-width: 970px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span{
      height: 56px;
    }
#grid4wrap .container {
    width: 100%;
    }
}
    @media only screen and (min-width: 787px) {
#grid4wrap .container {
    width: 100%;
}
  }
#grid4wrap p{
  color: #ffffff;
}
/*
#grid4wrap #cavas_id499{
  margin: -30px 0;
}
*/
#grid4wrap .custom p:first-child{
  background: red;
    width: calc(100% - 192px);
    height: 4px;
    margin: 16px auto;
  position: relative;
}
#grid4wrap .custom p:first-child:after{
  content: "";
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -4px;
    right: -2px;
}
#grid4wrap .custom p:first-child img{
  display: none;
}
#footerwrap, #grid5wrap{
  display: none;
}