.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:#1b1b1b;
  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: block; 
	  padding: 14px 25px 16px 35px; 
	  color:#fff;	  
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	  position: relative;
}
.rd-mobilemenu_ul a .fa{
	position: absolute;
	left: 10px;
	top: 16px;
}
.rd-mobilemenu_ul ul a .fa{
	display: none;
}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active,
    .rd-mobilemenu_ul a:hover {color: #DFDFDF; 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;
  z-index: 99999991;
  background: none !important;
}

.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: #1b1b1b;
	border-radius: 5px;
  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: #fff;
  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:5px; margin:auto; left:auto; display: block; position:relative; width: 110px;}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width:1860px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1600px) and (min-width:992px) {
	
}

@media(max-width:1380px){
	
}
@media(min-width:1200px){
	
}
@media(max-width:1199px){
	
}
@media(min-width:1100px){
	/*.container{
		width: 1040px;
		max-width: 1040px;
	}*/
}
@media(max-width:1099px){
	
	
	#sliderTop figure {
		min-height: 400px;
	}
}

@media(min-width:992px){
	#redes{
		left: 34%;
	}
}

@media(max-width:991px){
	#logo {
		margin: 0;
	}
	
	#sliderTop figure {
		min-height: 350px
	}
	#redes {
    	left: 27%;
	}
}

@media(max-width:991px) and (min-width:601px){
	
}
@media(max-width:850px){
	
}

@media(min-width:768px){
	#redes{
		text-align: center;
		position: absolute;
		top: 25px;
		width: 204px;
		height: 69px;
		z-index: 5
	}
	#redes li {
		display: inline-block;
		list-style: none;
	}
	#redes li a {
		display: block;
		color: #fff;
		text-align: center;
		background: #000;
		  border-color: #000;
		width: 50px;
		height: 50px;
		font-size: 30px;
		line-height: 51px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	#redes li a:hover {
		  background: #f14e27;
		  color: #fff;
		text-decoration: none;
	}
	#redes li + li {
		margin-left: 2px; }
	.fa {
		line-height: inherit;
	}
	#redes *{border:none}
	#redes a.fb:hover{background:#204385}
	#redes a.in:hover{background:rgba(95,71,35,1.00)}
	#redes a.em:hover{background:#000}
	#redes a:hover{color:#FFF !important;}
}

@media(max-width:767px){
	body{
		padding-bottom: 35px
	}
	#header{
		border-bottom: none;
		border-top: none
	}
	#header > .container{
		height: 80px;
	}
	
	#menu{
		display: none;
	}
	#logo {
		width: 80px;
		margin: auto;
	}
	#redes{
		position:fixed; 
		width:100%; 
		margin:0; 
		height:35px; 
		top:auto; 
		bottom:0;
		left: 0;
		right:0; 
		z-index:11; 
		background: #fff
	}
	#redes li{
		float: left;
		width:33.3333%; 
		list-style: none
	}	
	#redes a{
		display: block;
		font-size:22px; 
		height:inherit; 
		line-height:35px; 
		border:none !important; 
		margin:0 !important; 
		color:#fff;
		text-align: center;
		
	}
	#redes a.fb{background:#204385;}
	#redes a.in{background: #c08d64;}
	#redes a.em{background: #000;}
	#redes a:hover{
		background:#fff;
		text-decoration: none
	}
	
	#redes a.fb:hover{color:#204385; }
	#redes a.in:hover{color: #c08d64;}
	#redes a.em:hover{color: #ff1920;}
	
	
	#sliderTop figure {
		min-height: 280px
	}
	
	
	.btnContact{
		text-align: center
	}
	#frmContacto .cntChkbox{
		max-width: 260px;
		margin: auto !important
	}
	#frmContacto .cntChkbox #lbl{
		margin: 0;
	}
	
}
@media(min-width:701px){
	
}
@media(max-width:700px){
	
}
@media(max-width:600px){
	#footer{height:auto; padding-bottom: 15px}
	#footer .tfooter,
	#footer #powered{float:none; text-align:center; margin-bottom:10px}
	#footer .tfooter span{display:block; text-align:center; line-height:18px}
	#footer .tfooter em{display:none}
	#footer .container {
		padding: 14px 0 0;
	}
	
	
	#sliderTop figure {
		min-height: 225px;
	}
	
	.topMapa {
		font-size: 15px;
		font-weight: 400;
		min-height: 0
	}
	
	
}


@media(max-width:500px){	
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	
	#sliderTop figure {
		min-height: 190px;
	}
	.flex-direction-nav{
		display: none !important
	}
	#servicios .row div[class*="col-"]{
		width: 100%;
		display: block;
	}
}

@media(max-width:380px){
	#sliderTop figure {
		min-height: 160px;
	}
	
}