.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background:#002d41;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: flex;align-items: center; padding: 14px 25px 16px; color:#fff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul a img{
  	margin-right: 5px;
  }
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {background: rgba(255,255,255,0.35); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.35); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background:#e0e0e0;
   }

.rd-mobilepanel_title{
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #002635;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}

.rd-mobilepanel #logoMovil{
	top:10px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 130px;
	background:#e0e0e0;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

@media(min-width:992px){
	#menu{
		left: 330px;
	}
	#menu li{
		padding: 0 17.5px;
	}
	#menu li a{
		font-size: 15px;
	}
	#redes a{
		margin-right: 7px;
	}
	.btnIngresar{
		right: 105px;
		width: 154px;
		font-size: 15px;
	}
	#logo{
		width: 376px;
		left: -50px;
	}
	#sliderTop .slides li img.slideImg{
		display: block;
	}		
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop{
		height: auto;
	}
	.contentHome1{
		height: 554px;
	}
	.titleHome1{
		font-size: 36px;
	}
	
	.itemHome3a{
		margin-right: 40px;
		padding-bottom: 0;
		width: auto;
	}
	.itemHome3b{
		margin-right: 40px;
	}
	.itemHome3c{
		margin-right: 40px;
	}
	.servicios div[class*="col-"] article{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.25px;
	}
	.titleBlog1{
		font-size: 36px;
		line-height: 36px;
		letter-spacing: 0.25px;
		padding: 29px 15px;
	}
	.subtitleBlog{
		font-size: 33px;
		line-height: 36px;
	}
}
@media(min-width:1200px){
	#menu{
		left: 423px;
	}
	.btnIngresar{
		right: 150px;
	}
	.ciudadHome3{
		width: 315px;
		height: 124px;
		border-radius: 62px;
		font-size: 36px;
	}
	.itemHome3a{
		margin-right: 64px;
	}
	.itemHome3b{
		margin-right: 78px;
	}
	.itemHome3c{
		margin-right: 72px;
	}
	.servicios div[class*="col-"] article .text span{
		display: block;
	}
	.directorio article  .content strong{
		padding-left: 20px;
		font-size: 20px;
		line-height: 26px;
		padding-right: 15px;
	}
	#textIngresar2{
  	padding: 117px 0;	
	}
}
@media(min-width:1300px){
	.container{
		width: 1230px;
	}
	.btnIngresar{
		right: 195px;
	}
	.directorio article  .content strong{
		padding-left: 30px;
		font-size: 24px;
		line-height: 25px;
		padding-right: 15px;
	}
}
@media(min-width:1450px){
}
@media(max-width:991px){
}

@media(max-width:991px) and (min-width:768px){
	
}
@media(min-width:768px){
	
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		padding-bottom: 35px;
	}
	#header #logo,#header #menu,#header .btnIngresar{
		display: none
	}
  #header{
  	border-bottom: 0px;
    height: auto;
  }
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}	
	#sliderTop .slides li{
		height: 350px;
	}
	.btnDirectorioIr{
		width: 250px;
		bottom: auto;
		top: calc(50% - 31px);
		right: auto;
		left: calc(50% - 125px);
	}
	#icoWa{
    background: url(../images/icoWa2.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 120px;
  }
  #redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
    border-radius: 0px;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
	.btnIngresar{
		background: #ffffff;
		font-size: 14px;
		height: 34px;
		width: 120px;
		top: 11px;
		right: -15px;
		color: #005682;
	}
	.btnIngresar img.hover{
		display: block;
	}
	.btnIngresar img.nohover{
		display: none;
	}
	#formIngresar{
		text-align: center;
		margin-top: 20px;
		padding-left: 0;
	}
	.rd-mobilepanel_title{
		padding-right: 100px;
	}
	.contentHome1 {
  	height: auto;
  	padding: 70px 0;
	}
	.titleHome1 {
  	font-size: 22px;
	}
	.contentHome2{
		position: relative;
		display: flex;
		align-items: center;
		padding-right: 0;
		height: auto;
		padding: 70px 0;
	}
	.contentHome2:before{
		width: 0px;
		height:0px;
		background: url(../images/inicio/bg1a.jpg) center no-repeat;
		background-size: cover;
	}
	#bgHome2{
		background: url(../images/inicio/bg1a.jpg) center no-repeat;
		background-size: cover;
		height: 300px;
	}
	.titleServ1{
		font-size: 24px;
		line-height: 36px;
	}
	.cntServ1{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	.cntServ1 span{
		display: inline;
	}
	#topIn {
  	margin-top: 0px;
	}
	.titleBlog1{
		font-size: 20px;
		line-height: 26px;
	}
	.subtitleBlog{
		font-size: 18px;
		line-height: 30px;
	}
	.textBlog{
		font-size: 14px;
		line-height: 24px;
	}
	.cntDirectorios {
  	padding-top: 15px;
	}
	#formIngresar .tit{
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-bottom: 35px;
	}
	#formIngresar .form-control{
		height: 50px;
	}
}
@media(max-width:680px){
	.itemHome3{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.itemHome3c{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.itemHome3b,.itemHome3c{
		margin-right: 0;
	}
	.directorio article .content strong{
		font-size: 20px;
		line-height: 24px;
	}
}
@media(max-width:600px){
	#frmContacto div[class*="col-"] {
  	width: 100%;
	}
	#frmContacto .tit{
		font-size: 14px;
	}
	#frmContacto .tit strong {
  	font-size: 30px;
  	line-height: 40px;
	}
	.titleHome2{
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 13px;
	}
	.directorio article  .content .tel{
		padding-left: 20px;
		font-size: 14px;
		line-height: 20px;
		height: 98px;
	}
	.directorio article  .content .email{
		padding-left: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.directorio article .content strong {
  	font-size: 17px;
  	line-height: 20px;
	}
}
@media(max-width:540px){
}
@media(max-width:500px){	
	.btnIngresar{
		right: -35px;
	}
	.directorio article{
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 25px;
	}
	.directorio article .content {
  	width: 100%;
  	padding-top: 35px;
	}
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	.contanetDat .itemDat1 {
  	margin-right: 30px;
	}
	.contanetDat a{
		font-size: 14px;
	}
	#formIngresar .tit {
  	font-size: 24px;
	}
}

@media(max-width:420px){
	.contanetDat .itemDat1{
  	margin-right: 0px;
  	width: 100%;
  	margin-bottom: 10px;
  	text-align: center;
	}
	.rd-mobilepanel #logoMovil{
		width: 100px;
		top: 15px;
	}
	.fechaBlog{
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		height:50px;
		border-radius: 0;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #00a3bf;
		color: #fff;
	}
	.fechaB{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fechaB div{
		margin-right: 4px;
	}
	.fechaB div:last-child{margin-right: 0;}
	.directorio article .content strong{
		height: auto;
		padding: 20px 10px;
		text-align: center;
		justify-content: center;
	}
	.directorio article .content .tel{
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		justify-content: center;
	}
	.directorio article .content .email{
		justify-content: center;
		text-align: center;
		padding-left: 0px;
	}
	#formIngresar {
  	padding-top: 40px;
  	padding-bottom: 40px;
	}
	#formIngresar input[type="submit"]{
		width: 290px;
	}
}
@media(max-width:360px){
	#formIngresar .tit {
  	font-size: 20px;
	}
}