.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:#1d1d1d;
  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 li.active a {background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.45); 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-mobilemenu_ul a img.hover2{
  	display: none;
  }
  .rd-mobilemenu_ul a div{
  	display: flex;
  	align-items: center;
  }
  .rd-mobilemenu_ul a div img{
  	width: 19px;
  	margin-right: 8px;
  }

.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: #e8e8e8;
   }

.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: #23475F;
  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:3px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 140px;
	background: #e8e8e8;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

@media(min-width:992px){
	#logo{
		width: 229px;
		top: calc(50% - 43px);
		left: calc(50% - 114.5px);
	}
	.btnContactoTop{
		width: 179px;
		height: 34px;
		font-size: 13px;
	}
	.contenDarkTop a.telefono{
		font-size: 16px;
		line-height: 30px;
	}
	.contenDarkTop a.telefono img{
		margin-right: 8px;
	}
	.itemDarkTop1 .telefono.tel1{
		margin-right: 45px;
	}
	#menu li{
		margin: 0 19px;
	}
	#menu li a{
		font-size: 16px;
		line-height:68px;
		height: 68px;
		padding: 0 5px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#menu li a img{
		width: auto;
		margin-right: 9px;
		margin-top: 2px;
	}
	#menu li:nth-child(1) a{
		width: 124px;
	}
	#menu li:nth-child(2) a{
		width: 125.5px;
	}
	#menu li:nth-child(3) a{
		width: 120.5px;
	}
	#menu li:nth-child(4) a{
		width: 122.5px;
	}
	#menu li:nth-child(5) a{
		width: 174.5px;
	}
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}
	.titleCaptio1{
		font-size: 30px;
	}
	.titleCaptio1 strong{
		font-size: 35px;
	}
	.titleCaptio2{
		font-size: 20px;
	  	line-height: 1;
		padding: 10px 20px;
	}
	.contentHome1 .row{
		margin: 0 -13.83px;
	}
	.contentHome1 div[class*="col-"]{
		padding: 0 13.83px;
	}
	.titleHome1{
		height: 67px;
		bottom: 0;
		left: 28px;
		width: calc(100% - 56px);
		font-size: 20px;
	}
	.txtHome1{
		font-size: 17px;
		line-height: 32px;
		height: 237px;
		margin-top: 18px;
		padding: 10px;
	}
	.contentHome2{
		height: 703px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-right: 356px;
	}
	.imgHome2{
		position: absolute;
		margin-top: 0px;
		top: calc(50% - 227px);
		left: calc(100% - 412px);
	}
	.titleHome2{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 55px;
		padding-left: 20px;
	}
	.txtHome2{
		max-width: 510px;
		font-size: 15px;
		line-height: 26px;
	}
	.titleHome3{
		font-size: 24px;
		line-height: 30px;
	}
	.itemHome3{
		font-size: 17px;
		line-height: 28px;
	}
	.itemHome4a-1{
		margin-right: 133px;
	}
	.itemHome4a-2{
		margin-right: 104px;
	}
	.contentHome4-a {
		font-size: 15px;
	}
	.titleHome7{
		font-size: 29px;
	}
	.itemHome7{
		margin-right: 71px;
		margin-bottom: 26px;
		max-width: 190px;
	}
	.itemDat2{
		margin-right: 70px;
	}
	.itemDat3{
		margin-right: 70px;
	}
	.itemDat4{
		margin-right: 70px;
	}
	.contentDatFooter ul li a{
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0px;
	}
}
@media(min-width:1200px){
	#logo{
		width: 331px;
		top: calc(50% - 53px);
		left: calc(50% - 165.5px);
	}
	.titleCaptio1{
		font-size: 45px;
	}
	.titleCaptio1 strong{
		font-size: 55px;
	}
	.titleCaptio2{
		font-size: 30px;
	  	line-height: 1.2;
		padding: 10px 30px;
	}
	.titleHome2{
		font-size: 29px;
		line-height: 30px;
		margin-bottom: 95px;
		padding-left: 22px;
	}
	.txtHome2{
		max-width: 607px;
		font-size: 17px;
		line-height: 32px;
	}
	.titleHome3{
		font-size: 28px;
		line-height: 30px;
	}
	.contentHome4-a {
		font-size: 17px;
	}
	.itemHome7{
		margin-right: 71px;
		margin-bottom: 26px;
		max-width: 226px;
	}
	.itemDat1{
		width: auto;
		height: 234px;
		margin-right: 31px;
		padding-right: 18px;
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	.itemDat2{
		margin-right: 45px;
	}
	.itemDat3{
		margin-right: 45px;
	}
	.itemDat4{
		margin-right: 23px;
	}
	.itemDat1::before{
		bottom: auto;
		top: -77px;
		right: 0;
		width: 1000px;
		height: 388px;
	}
}
@media(min-width:1450px){
	.titleCaptio1{
		font-size: 66px;
	}
	.titleCaptio1 strong{
		font-size: 72.41px;
	}
	.titleCaptio2{
		font-size: 48px;
	  	line-height: 1.2;
		padding: 16.5px 65px;
	}
}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	#header #topMenu{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
		padding-top: 0px;
	}
	#header #logo{
		display: none;
	}
	.contenDarkTop {
	  justify-content: center;
	  height: auto;
	  padding: 15px 0;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 50px;
	}
	#sliderTop .slides li {
    	height: 380px;
	}	
	.sliderCntTop{
		padding-bottom: 0px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		opacity: 1;
		transform: scale(1);
	}
	#redes a img{
		display: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .wh{
		background: #25D366 !important; 
	}
	#redes .in{
		background: #0A66C2 !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes .ins{
    	background: #AB7F5C !important;
  	}
	#redes a .fa{
		display: block;
	}
	.contentHome1{
		width: calc(100% + 60px);
		margin-left: -30px;
		padding: 24px 30px 27px 30px;
		margin-top: 0px;
	}
	.titleHome1{
		width: 95%;
		height: 50px;
		bottom: 0;
		left: 2.5%;
		font-size: 14px;
	}
	.txtHome1{
		font-size: 13px;
		line-height: 24px;
		height: 150px;
		margin-top: 15px;
		padding: 5px;
	}
	.titleHome3 img {
  		margin-right: 12px;
  		width: 40px;
	}
	.itemHome3 ul {
  		margin-left: 71px;
	}
	.titleHome4,.Home4{
		font-size: 20px;
	}
	.Home4 img {
  		margin-top: 28px;
  		margin-right: auto;
  		margin-left: auto;
	}
	.itemHome4 {
  		width: calc(50% - 15px);
  		margin-right: 30px;
	}
	.itemHome4:nth-child(2){
		margin-right: 0px;
	}
	.itemHome4:nth-child(1),.itemHome4:nth-child(2){
		margin-bottom: 40px;
	}
	.contentHome4-a {
		line-height: 30px;
		font-size: 13px;
	}
	.titleHome4a{
		font-size: 17px;
	}
	.itemHome4a-1{
		margin-right: 27px;
	}
	.itemHome4a-2{
		margin-right: 27px;
	}
	#textHome5 .tit {
	  font-size: 20px;
	  line-height: 25px;
	  padding: 27px 0;
	}
	.titleContacto1{
		font-size: 25px;
	}
	#frmContacto .tit {
		font-size: 15px;
	}
	.itemHome7{
		margin-right: 20px;
		margin-bottom: 20px;
		max-width: 120px;
	}
	#textHome8 .itemHome7 {
  		margin-right: 20px;
	}
	.titleHome7{
		font-size: 18px;
	}
	.itemDat2{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.itemDat3{
		width: calc(50% - 10px);
		margin-right: 0px;
	}
	.itemDat4{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-top: 30px;
	}
	.itemDat5{
		width: calc(50% - 10px);
		margin-right: 0px;
		margin-top: 30px;
	}
}
@media(max-width:680px){
	.contentHome1 div[class*="col-"]{
		width: 50%;
	}
	.contentHome1 div[class*="col-"]:nth-child(1),.contentHome1 div[class*="col-"]:nth-child(2){
		margin-bottom: 20px
	}
	.titleHome3 {
		font-size: 16px;
	}
	.itemHome3 {
		font-size: 13px;
	}
	.contentHome4-a{
		line-height: 28px;
		padding-top: 30px;
		padding-bottom: 60px;
		font-size: 14px;
		flex-wrap: wrap;
	}
	.itemHome4a-1{
		margin-right: 0px;
		width: 236px;
		margin-top: 30px;
	}
	.itemHome4a-2{
		width: 236px;
		margin-right: 0px;
		margin-top: 30px;
	}
	.itemHome4a-3{
		width: 236px;
		margin-top: 30px;
	}
	.titleHome4a{
		font-size: 20px;
	}
	.subtitleHome4a{
		line-height: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#textHome6{
		flex-wrap: wrap;
	}
	.itemHome6 {
	  width: calc(50% - 10px);
	  margin-bottom: 20px;
	  margin-right: 20px;
	}
	.itemHome6:nth-child(2){
		margin-right: 0px;
	}
}
@media(max-width:640px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
}
@media(max-width:600px){
	#footer .tfooter,
	#footer #powered{float:none; text-align:center;}
	#footer .tfooter{
		margin-bottom:10px;
	}
	#footer .tfooter span{display:block; text-align:center; line-height:18px}
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span{
	  display: block;
	  line-height: 24px;
	  padding-bottom: 0;
	  width: 100%;
	  margin-top: 10px;
	}
	.itemDat2{
		width: 100%;
		margin-right: 0px;
	}
	.itemDat3{
		width: 100%;
		margin-right: 0px;
		margin-top: 30px;
	}
	.itemDat4{
		width: 100%;
		margin-right: 0px;
	}
	.itemDat5{
		width: 100%;
	}	
	.titleHome2{
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 35px;
		padding-left: 22px;
	}
	.txtHome2{
		font-size: 14px;
	}
	.itemHome3{
		width: 100%;
		height: auto;
		padding: 40px 0;
		border-bottom: solid 2px #fff;
	}
	.itemHome3::before,.itemHome3::after,.contentHome3::before{
		width: 0;
		height: 0;
	}
	.itemHome3:last-child{
		border-bottom: 0px;
	}
	#frmContacto .tit br{
		display: none;
	}
	#textHome7 div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:520px){
	 #textHome8 .contnHome7{
	 	flex-wrap: wrap;
	 }
	 #textHome8 .itemHome7{
	 	width: calc(50% - 15px);
	 	margin-right: 30px;
	 	max-width: 100%;
	 }
	 #textHome8 .itemHome7:nth-child(2){
	 	margin-right: 0;
	 }
}
@media(max-width:500px){
	
}

@media(max-width:480px){
	#footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
	.titleHome2 strong{
		display: block;
	}
	.titleHome4 strong{
		display: block;
	}
}
@media(max-width:420px){
	.txtHome1{
		font-size: 12px;
		line-height: 20px;
		height: 150px;
		margin-top: 15px;
		padding: 5px;
	}
	#textHome4{
		background: transparent;
	}
}
@media(max-width:365px){
	.titleHome2 strong{
		font-size: 15px;
	}
}