.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: #007E2F;
  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; color:#fff; font-family: 'Open Sans', sans-serif;}

  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}

    .rd-mobilemenu_ul a.active {background: #033a7e; text-decoration: none}

    .rd-mobilemenu_ul a:hover { background: #033a7e; 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: #fff;

}



.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: #007E2F;

  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;
  -webkit-transition: background .3s 0s ease;
  -moz-transition: background .3s 0s ease;
  -ms-transition: background .3s 0s ease;
  -o-transition: background .3s 0s ease;
}

.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:1px; 
  margin:auto; 
  left:auto; 
  display: block; 
  position:relative; 
  width: 54px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(min-width:992px){
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}
	#sliderTop .flex-direction-nav .flex-prev {
		margin-left: 374px;
	}
	#sliderTop .flex-direction-nav .flex-next {
		margin-left: 425px;
	}
	.flex-control-nav {
		margin-left: -470px;
	}
  .linkDark{
    font-size: 13px;
    line-height: 30px;
  }
  .contentDarkTop .itemDark{
    margin-right: 38px;
  }
  .contentDarkTop .itemDark:last-child{
    margin-right: 38px;
  }
  #logo{
    max-width: 143px;
    top: 6px;
    left: 28px;
  }
  .contentDatFoot .tit{
    font-size: 20px;
    line-height: 24px;
  }
  .itemDat a{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.25px;
  }
  .itemDat .dir{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.25px;
  }
  .titleHome1{
    height: 67px;
    font-size: 20px;
    line-height: 1.1;
    padding: 5px 10px;
  }
  .titleHome2{
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0.25px;
    padding: 20px 0px;
    padding-left: 140px;
    margin-bottom: 55px;
  }
  .titleHome2 strong{
    font-size: 30px;
  }
  .textoHome2{
    padding-left: 140px;
  }
  .imgHome2{
    top: 30px;
    left: -184px;
    width: auto;
  }
  .titleHome2a{
    width: 492px;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.25px;
    margin-top: 55px;
  }
  .ul2Home3{
    margin-left: 20px;
  }
  .itemHome3{
    width: calc(33.333% - 29.333px);
    margin-right: 44px;
    height: 464px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 72px;
  }
  .itemHome3:nth-child(2){
    margin-right: 44px;
  }
  .itemHome3:last-child{
    width: calc(33.333% - 29.333px);
    margin-right: 0px;
    margin-top: 0px;
  }
  #textOferta2{
    padding-bottom: 47px;
    padding-top: 94px;
  }
  .itemOferta{
    width: calc(33.333% - 31.66px);
    margin-right: 47.5px;
  }
  .bodyBlog a{
    margin-left: auto;
    margin-right: 0;
  }
  .mapC{
    height: 450px;
  }
  .cntCont1 .tit{
    font-size: 30px;
    line-height: 0.9;
    padding-bottom: 12px;
    margin-bottom: 35px;
  }
  .cntDatBlog1B{
    font-size: 30px;
  }
}
@media(min-width: 1200px){
  .linkDark{
    font-size: 14px;
    line-height: 30px;
  }
  .ul2Home3{
    margin-left: 93px;
  }
  .mapC{
    height: 500px;
  }
}
@media(min-width: 1450px){
  .itemHome3 br{
    display: block;
  }
  .mapC{
    height: 774px;
  }
}

@media(max-width: 1199px){
  .rowBtn >div a{
    font-size: 16px
  }
}
@media(max-width:991px){
  .rowBtn >div a{
    font-size: 14px
  }
}
@media(max-width:991px) and (min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 36px;
	}
	#header #topMenu #menu,#logo{
		display: none;
	}
  #header #topMenu{
    height: 0;
  }
	#header{
		height: auto;
    margin-top: 56px;
    background: transparent;
	}
  #darkTop{
    background: #007E2F;
  }
  .contentDarkTop {
    height: auto;
    justify-content: center;
    padding: 10px 0;
  }
	#formTop{
		padding: 35px 0;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
    margin-top: 50px;
	}
	#sliderTop .slides li {
    	height: 337px;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
	}
	#redes a{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
    	margin-left: 0;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
  #redes a img{
    display: none;
  }
	#redes a:hover,#redes a:focus{
    opacity: 0.9;
    	text-decoration: none;
    	transform: scale(1);
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
  }
	#redes a.red-1{
		background: #395398 !important;
	}
	#redes a.red-2{
		background: #fbad50 !important;
	}
	#redes a.red-3{
		background: #0e76a8 !important;
	}
	#redes a .fa{
		display: block;
	}
	#footer .tfooter{
    	margin-bottom:10px;
  	}
	#footer .tfooter,
	#footer #powered{
		float:none; 
		text-align:center;
		justify-content: center;
	}
	#footer .tfooter span{
		display:block; 
		text-align:center; 
		line-height:18px;
	}
	#footer .contentFooter{
		padding: 20px 0;
	}
  .contentDatFoot{
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .itemDat{
    width: calc(50% - 10px);
    margin-right: 20px;
    padding-left: 46px;
  }
  .itemDat2,.itemDat4{
    margin-right: 0px;
  }
  .itemDat3{
    margin-top: 45px;
  }
  .itemDat4{
    margin-top: 45px;
    padding-left: 46px;
  }
  .contentHome1{
    padding: 15px 10px 45px 10px;
  }
  .itemHome1 {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
  #textHome2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentHome2{
    padding-left: 0px;
  }
  .imgHome2 {
    position: relative;
    top: auto;
    left: auto;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .titleHome2{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    text-align: center;
  }
  .textoHome2 {
    text-align: center;
    padding-left: 0;
  }
  .titleHome2a {
    width: 100%;
  }
  .itemHome3 {
    width: calc(50% - 8px);
    margin-right: 16px;
    padding-top: 50px;
  }
  .itemHome3 img{
    width: 100px;
  }
  .titleHome3 {
    font-size: 24px;
  }
  #textHome4{
    padding: 30px 15px;
  }
  .itemHome4a {
    width: 100%;
  }
  .itemHome4b {
    padding-top: 45px;
    width: 100%;
    padding-left: 0px;
  }
  .itemHome4b img{
    width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemHome5 {
    margin-right: 10px;
  }
  #textHome5{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .titleOferta1 {
    height: 110px;
    font-size: 21px;
  }
  .titleOferta2 {
    font-size: 18px;
    height: 60px;
  }
  #textBlog2 {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .contBlog1{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contBlog1 figure {
    width: 290px;
    position: relative;
  }
  .bodyBlog {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .titleBlog{
    font-size: 25px;
    line-height: 31px;
  }
  #frmContacto .tit{
    font-size: 14px;
    line-height: 24px;
  }
  .itemCont2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  #textDetBlog1{
    margin-bottom: 45px;
  }
  .desc{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0;
    padding-bottom: 45px;
  }
  .detallesBlog1A {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .itemDatBlog1a {
    width: 66px;
    order: 2;
    margin-top: 15px;
  }
  .itemDatBlog1b{
    width: 100%;
    padding-left: 0px;
    order: 1;
  }
  .sharedDet a img{
    width: 25px;
  }
  .sharedDet {
    width: 128px;
    top: calc(50% - 12.5px);
  }
  .cntDatBlog1B{
    padding-left: 20px;
    padding-right: 135px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media(max-width: 680px){
  .contentDarkTop{
    flex-wrap: wrap;
  }
  .contentDarkTop .itemDark:first-child{
    margin-right: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  #sliderTop{
    margin-top: 85px;
  }
  #textHome5{
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .itemHome5{
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .itemHome5:nth-child(2),.itemHome5:last-child{
    margin-right: 0;
  }
  .itemHome5:last-child{
    margin-top: 15px;
  }
  .itemOferta{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .itemOferta:nth-child(3n + 3){
    margin-right: 20px;
  }
  .itemOferta:nth-child(2n + 2){
    margin-right: 0px;
  }
}
@media(max-width:640px){	
  .itemCont1, .itemCont2,.itemCont3 {
    width: 100%;
  }
  .itemCont2,.itemCont3 {
    margin-top: 35px;
  }
  .itemCont2{
    margin-left: 0px;
    margin-right: 0px;
  }
  .cntCont1{
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .cntCont1 .tit {
    margin-bottom: 13px;
  }
  .redes3 {
    justify-content: center;
  }
  .dirMap .tit {
    font-size: 14px;
  }
}

@media(max-width:580px){
  .contentHome1 {
    flex-wrap: wrap;
  }
  .itemHome1 {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .itemHome1:nth-child(2),.itemHome1:last-child{
    margin-right: 0;
  }
  .itemHome1:last-child{
    margin-top: 20px;
  }
}

@media(max-width:520px){
  .itemDat{
    width: 100%;
    margin-right: 0px;
    padding-left: 46px;
  }
  .itemDat2,.itemDat4{
    margin-right: 0px;
    margin-top: 45px;
  }
  .itemDat br{
    display: none;
  }
}
@media(max-width: 520px) and (min-width: 421px){
  .rowBtn >div a{
    font-size: 12px;
    font-weight: 500;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
  .titleHome4{
    font-size: 19px;
  }
  .cntHome4{
    font-size: 15px;
  }
  .itemHome5{
    width: 100%;
    margin-right: 0px;
  }
  .itemHome5:nth-child(2){
    margin-top: 15px;
  }
  .itemHome5 img{
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .cntDatBlog1B {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sharedDet {
    width: 128px;
    top: auto;
    right: auto;
    margin-top: 14px;
  }
  .cntDatBlog1B{
    display: block;
    padding-top: 20px;
    padding-bottom: 20;
  }
}
@media(max-width:480px){
	#footer .tfooter, #footer #powered{
    	flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		width: 100%;
		height: 3px;
		opacity: 0;
	}
  #sliderTop .slides li {
    height: 320px;
  }
  .itemHome3 {
    width: 100%;
    margin-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    margin-bottom: 10px;
  }
  .itemHome3:last-child{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .itemHome3 img{
    width: 100px;
  }
  .titleHome3 {
    font-size: 20px;
  }
  #textHome3{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media(max-width:420px){
  .linkDark{
    font-size: 12px;
  }
  #sliderTop .slides li {
    height: 250px;
  }
  .titleHome1 {
    font-size: 12px;
  }
  .cntHome1 figure div {
    font-size: 13px;
    width: 100px;
  }
  .titleHome2a {
    height: 60px;
  }
  .titleHome2a strong{
    display: block;
  }
  .ul2Home3 {
    margin-left: 40px;
  }
  .itemHome4b img{
    width: 290px;
    max-width: 290px;
  }
  .itemOferta{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .itemOferta:nth-child(3n + 3){
    margin-right: 0px;
  }
}
@media(max-width:355px){
  #sliderTop .slides li {
    height: 230px;
  }
}